:root {
  --navy-950: #031426;
  --navy-900: #06233d;
  --navy-800: #0a3558;
  --navy-700: #0f527f;
  --blue: #067bc3;
  --blue-light: #e9f6ff;
  --green: #11aa6b;
  --green-dark: #08794f;
  --gold: #ffd33d;
  --gold-soft: #fff5c4;
  --ink: #102a43;
  --muted: #526a7e;
  --line: #d8e5ef;
  --surface: #f3f8fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 38, 66, 0.13);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1216px, calc(100% - 40px));
  margin-inline: auto;
}

.sale-bar {
  position: relative;
  z-index: 80;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(255, 211, 61, 0.18), transparent 28%),
    linear-gradient(105deg, var(--navy-950), #063954 48%, #087655);
  border-bottom: 3px solid var(--gold);
}

.sale-bar::after {
  position: absolute;
  inset: -110% auto -110% 76%;
  width: 190px;
  content: "";
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.06);
}

.sale-inner {
  position: relative;
  z-index: 1;
  min-height: 118px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.sale-pill {
  max-width: 165px;
  padding: 14px 16px;
  color: var(--gold);
  background: rgba(0, 13, 27, 0.34);
  border: 1px solid rgba(255, 211, 61, 0.58);
  border-radius: 9px;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.sale-copy p {
  margin: 0;
}

.sale-domain {
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.sale-price {
  margin-top: 8px !important;
  color: #c8e5e1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sale-price strong {
  margin-left: 10px;
  color: var(--gold);
  font-size: 1.65rem;
  letter-spacing: -0.035em;
  text-transform: none;
}

.sale-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 9px;
  font-size: 0.87rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sale-cta {
  color: var(--navy-950);
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.sale-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.sale-cta:focus-visible,
.button:focus-visible,
.nav a:focus-visible,
.footer a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(7, 42, 70, 0.05);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  flex: 0 1 274px;
  display: block;
}

.brand img {
  width: 274px;
  height: auto;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav > a,
.nav summary {
  padding: 27px 0 25px;
  color: #233f57;
  font-size: 0.81rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.nav summary::-webkit-details-marker {
  display: none;
}

.nav details {
  position: relative;
}

.nav details[open] summary,
.nav > a:hover,
.nav summary:hover {
  color: var(--green-dark);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  width: min(600px, 86vw);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.nav-dropdown a {
  padding: 12px 13px;
  color: var(--ink);
  background: var(--surface);
  border-radius: 9px;
  font-size: 0.79rem;
  font-weight: 800;
}

.nav-dropdown a:hover {
  color: var(--green-dark);
  background: #e7f7ef;
}

.review-badge {
  flex: 0 0 242px;
  width: 242px;
  min-height: 60px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 36px minmax(104px, 1fr) auto;
  align-items: center;
  gap: 9px;
  color: var(--white);
  background: linear-gradient(145deg, #071c32, #0b3b61);
  border: 1px solid rgba(226, 88, 76, 0.82);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(4, 30, 52, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(4, 30, 52, 0.24);
}

.review-shield {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #6ee7f2;
  background: rgba(4, 181, 199, 0.14);
  border-radius: 10px;
}

.review-shield svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.review-content {
  min-width: 0;
  display: grid;
  line-height: 1.05;
}

.review-stars {
  color: #ffd33d;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.review-content small {
  margin-top: 4px;
  color: #dbe8f0;
  font-size: 0.61rem;
  font-weight: 700;
  white-space: nowrap;
}

.review-badge strong {
  font-size: 0.94rem;
  font-weight: 950;
  white-space: nowrap;
}

.mobile-nav {
  display: none;
}

.breadcrumbs {
  padding: 17px 0;
  color: #678095;
  font-size: 0.76rem;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  color: #9fb1bf;
  content: "/";
}

.breadcrumbs a:hover {
  color: var(--green-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 25%, rgba(6, 123, 195, 0.11), transparent 25rem),
    linear-gradient(120deg, #eff7fc, #fbfdff 58%, #eaf6fb);
}

.hero::after {
  position: absolute;
  top: -270px;
  right: -240px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(6, 123, 195, 0.12);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 590px;
  padding: 70px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(3rem, 5.3vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero h1 em,
.page-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lead,
.page-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(17, 170, 107, 0.24);
}

.button-secondary {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #9eb1c1;
}

.hero-points {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 28px;
  color: #36536b;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-points li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "✓";
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: #dff7eb;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 950;
}

.server-visual {
  position: relative;
  min-height: 390px;
  padding: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(165, 195, 216, 0.7);
  border-radius: 36px 12px 36px 12px;
  box-shadow: var(--shadow);
}

.server-stage {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 22px;
}

.server-stack {
  display: grid;
  gap: 12px;
}

.server-unit {
  min-height: 76px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-900), #0b5485);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  box-shadow: 0 13px 24px rgba(5, 35, 59, 0.16);
}

.server-lights {
  display: flex;
  gap: 5px;
}

.server-lights i {
  width: 8px;
  height: 8px;
  display: block;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(17, 170, 107, 0.15);
}

.server-unit span {
  margin-left: auto;
  color: #bcd9eb;
  font-size: 0.73rem;
  font-weight: 800;
}

.visual-score {
  padding: 24px 20px;
  color: var(--navy-900);
  background: linear-gradient(145deg, var(--gold-soft), #fff);
  border: 1px solid #eddaa0;
  border-radius: 20px;
}

.visual-score strong {
  display: block;
  color: var(--green-dark);
  font-size: 2.65rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.visual-score span {
  display: block;
  margin-top: 8px;
  font-size: 0.77rem;
  font-weight: 850;
  line-height: 1.45;
}

.brand-stamp {
  position: absolute;
  top: 19px;
  left: 22px;
  padding: 9px 12px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.section {
  padding: 92px 0;
}

.section-soft {
  background:
    linear-gradient(90deg, rgba(6, 123, 195, 0.045) 1px, transparent 1px),
    linear-gradient(#f7fbfe, #fff);
  background-size: 84px 84px, auto;
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 10%, rgba(6, 144, 235, 0.22), transparent 24rem),
    linear-gradient(138deg, var(--navy-950), #052744 62%, #063451);
}

.section-dark::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.section-dark > .container {
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-head h2,
.content-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-head p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.section-dark .section-head p:not(.eyebrow) {
  color: #b7cede;
}

.section-dark .eyebrow {
  color: var(--gold);
}

.service-grid,
.solution-grid,
.feature-grid,
.related-grid {
  display: grid;
  gap: 22px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  min-height: 500px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0, rgba(5, 143, 235, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(8, 58, 103, 0.97), rgba(4, 33, 66, 0.99));
  border: 1px solid rgba(76, 165, 224, 0.38);
  border-radius: 16px;
  box-shadow: 0 21px 46px rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease, border-color 200ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 211, 61, 0.62);
}

.icon-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
}

.icon-box svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 22px 0 0;
  font-size: 1.5rem;
  line-height: 1.08;
}

.service-card > p {
  margin: 10px 0 0;
  color: #a9c4d7;
  font-size: 0.87rem;
  line-height: 1.6;
}

.service-price {
  margin: 25px 0 22px;
  color: #aac3d4;
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-price strong {
  display: block;
  margin-top: 2px;
  color: var(--gold);
  font-size: 3.15rem;
  line-height: 1;
  letter-spacing: -0.065em;
  text-transform: none;
}

.service-price strong small {
  margin-left: 6px;
  color: #c0d2df;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.check-list {
  margin: 0 0 28px;
  padding: 20px 0 0;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #d3e2ec;
  font-size: 0.8rem;
  line-height: 1.45;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--gold);
  font-weight: 950;
}

.service-card .button {
  width: 100%;
  margin-top: auto;
  color: var(--gold);
  background: transparent;
  border: 1px solid rgba(255, 211, 61, 0.72);
}

.trust-strip {
  margin-top: 28px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: rgba(0, 14, 28, 0.5);
  border: 1px solid rgba(137, 194, 228, 0.18);
  border-radius: 13px;
}

.trust-strip div {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  font-size: 1rem;
}

.trust-strip span {
  color: #8db0c8;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-card,
.feature-card,
.related-card {
  padding: 27px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 14px 36px rgba(8, 48, 80, 0.07);
}

.solution-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.solution-card .icon-box,
.feature-card .icon-box {
  color: var(--blue);
  background: var(--blue-light);
  border-color: #cbe9f9;
}

.solution-card h3,
.feature-card h3,
.related-card h3 {
  margin: 19px 0 0;
  color: var(--navy-900);
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.solution-card p,
.feature-card p,
.related-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.text-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  min-height: 245px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 84px;
  background:
    radial-gradient(circle at 85% 20%, rgba(17, 170, 107, 0.12), transparent 26rem),
    linear-gradient(125deg, #edf7fc, #fff 66%, #effaf5);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 70px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.spec-card {
  padding: 27px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-950), #084a78);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.spec-card-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spec-price {
  margin: 13px 0 0;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.spec-price small {
  display: block;
  margin-top: 8px;
  color: #b8cfde;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.spec-list {
  margin: 23px 0 0;
  padding: 20px 0 0;
  display: grid;
  gap: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #cfe0ea;
  font-size: 0.79rem;
}

.spec-list strong {
  color: var(--white);
  text-align: right;
}

.spec-card .button {
  width: 100%;
  margin-top: 25px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 65px;
}

.prose h2 {
  margin: 52px 0 16px;
  color: var(--navy-900);
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 30px 0 11px;
  color: var(--navy-800);
  font-size: 1.18rem;
}

.prose p,
.prose li {
  color: #425e74;
  font-size: 0.98rem;
  line-height: 1.82;
}

.prose ul {
  padding-left: 21px;
}

.callout {
  margin: 28px 0;
  padding: 22px 24px;
  color: #18405f;
  background: var(--blue-light);
  border-left: 4px solid var(--blue);
  border-radius: 0 12px 12px 0;
}

.callout strong {
  color: var(--navy-900);
}

.side-nav {
  position: sticky;
  top: 102px;
  padding: 23px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.side-nav h2 {
  margin: 0 0 15px;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.side-nav a {
  padding: 10px 0;
  display: block;
  color: #49657a;
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
  font-weight: 750;
}

.side-nav a:last-child {
  border-bottom: 0;
}

.side-nav a:hover {
  color: var(--green-dark);
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.cta-panel {
  padding: clamp(32px, 5vw, 62px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
  color: var(--white);
  background: linear-gradient(125deg, var(--navy-950), #073c62 56%, #087452);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.cta-panel p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #bdd3df;
}

.infra-showcase {
  position: relative;
  min-height: 455px;
  padding: 28px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 7%, rgba(42, 224, 161, 0.24), transparent 13rem),
    linear-gradient(145deg, #04192d, #073c63 61%, #075a57);
  border: 1px solid rgba(41, 167, 224, 0.42);
  border-radius: 30px 12px 30px 12px;
  box-shadow: 0 34px 80px rgba(3, 30, 52, 0.22);
}

.infra-showcase::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(140deg, #000, transparent 76%);
}

.infra-top,
.infra-body,
.infra-foot {
  position: relative;
  z-index: 1;
}

.infra-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.infra-top img {
  width: 206px;
  height: auto;
  filter: brightness(0) invert(1);
}

.infra-status {
  padding: 7px 10px;
  color: #9ef0cf;
  background: rgba(17, 170, 107, 0.13);
  border: 1px solid rgba(72, 224, 164, 0.32);
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.infra-status::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  display: inline-block;
  content: "";
  background: #29dc97;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(41, 220, 151, 0.12);
}

.infra-body {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 16px;
}

.infra-rack {
  padding: 12px;
  display: grid;
  gap: 10px;
  background: rgba(1, 15, 29, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
}

.infra-unit {
  min-height: 70px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: linear-gradient(100deg, rgba(8, 72, 115, 0.96), rgba(5, 44, 75, 0.94));
  border: 1px solid rgba(87, 187, 235, 0.24);
  border-radius: 11px;
}

.infra-unit-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(255, 211, 61, 0.09);
  border-radius: 9px;
}

.infra-unit-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.infra-unit strong,
.infra-unit small {
  display: block;
}

.infra-unit strong {
  font-size: 0.83rem;
}

.infra-unit small {
  margin-top: 3px;
  color: #96bcd3;
  font-size: 0.61rem;
  font-weight: 700;
}

.infra-live {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a8f1d3;
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.infra-live::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #2ade99;
  border-radius: 50%;
}

.infra-metrics {
  display: grid;
  gap: 12px;
}

.infra-metric {
  padding: 17px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.infra-metric:first-child {
  color: var(--navy-950);
  background: var(--gold);
  border-color: var(--gold);
}

.infra-metric strong {
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.infra-metric span {
  margin-top: 7px;
  font-size: 0.61rem;
  font-weight: 850;
  line-height: 1.35;
}

.infra-foot {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b5cfde;
  font-size: 0.65rem;
  font-weight: 750;
}

.infra-foot svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: #49d9a5;
  stroke-width: 1.8;
}

.partners-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: linear-gradient(180deg, #f4f9fc, #fff);
  border-top: 1px solid #e1edf4;
}

.partners-section::before {
  position: absolute;
  top: -230px;
  left: -210px;
  width: 520px;
  height: 520px;
  content: "";
  background: radial-gradient(circle, rgba(6, 123, 195, 0.1), transparent 68%);
  border-radius: 50%;
}

.partners-head {
  position: relative;
  margin-bottom: 29px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.partners-head h2 {
  max-width: 700px;
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.partners-head p {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.partner-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.partner-card {
  position: relative;
  min-height: 350px;
  padding: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(5, 38, 66, 0.13);
}

.partner-card::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.12;
}

.partner-qonto {
  color: #16121c;
  background: linear-gradient(140deg, #efe8ff, #fbf8ff 56%, #e4d7ff);
  border: 1px solid #d9c9fa;
}

.partner-dougs {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(45, 228, 234, 0.25), transparent 15rem),
    linear-gradient(140deg, #071f45, #073f79 61%, #04677e);
  border: 1px solid #1c80a2;
}

.partner-top {
  position: relative;
  z-index: 1;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.partner-qonto .partner-logo {
  width: 132px;
  height: auto;
}

.dougs-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.78rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.dougs-wordmark i {
  width: 31px;
  height: 31px;
  position: relative;
  display: inline-block;
  background: #32dbe3;
  border-radius: 50%;
}

.dougs-wordmark i::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 13px;
  height: 7px;
  content: "";
  border-bottom: 3px solid #073558;
  border-left: 3px solid #073558;
  transform: rotate(-45deg);
}

.partner-label {
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.76;
}

.partner-card h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.partner-card > p {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 13px 0 0;
  font-size: 0.87rem;
  line-height: 1.65;
  opacity: 0.78;
}

.partner-highlights {
  position: relative;
  z-index: 1;
  margin: auto 0 20px;
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.partner-highlights li {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid currentColor;
  border-radius: 7px;
  font-size: 0.69rem;
  font-weight: 850;
}

.partner-dougs .partner-highlights li {
  background: rgba(255, 255, 255, 0.08);
}

.partner-button {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 950;
}

.partner-qonto .partner-button {
  color: #fff;
  background: #54178f;
}

.partner-dougs .partner-button {
  color: #052b4c;
  background: #36e1e8;
}

.partners-disclosure {
  margin: 17px 0 0;
  color: #6a8092;
  font-size: 0.68rem;
  line-height: 1.55;
}

.footer {
  color: #c4d3df;
  background: #020f1d;
}

.footer-main {
  padding: 67px 0 46px;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 0.8fr));
  gap: 46px;
}

.footer-brand img {
  width: 260px;
  max-width: 100%;
  height: auto;
}

.footer-brand p {
  max-width: 350px;
  margin: 19px 0 0;
  color: #8ca3b5;
  font-size: 0.8rem;
  line-height: 1.7;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer h2 {
  margin: 3px 0 11px;
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-nav a,
.legacy-columns a {
  color: #9fb3c2;
  font-size: 0.75rem;
  line-height: 1.45;
}

.footer-nav a:hover,
.legacy-columns a:hover,
.footer-bottom a:hover {
  color: var(--gold);
}

.legacy-links {
  padding: 0 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legacy-links details {
  padding-top: 28px;
}

.legacy-links summary {
  width: max-content;
  max-width: 100%;
  color: #d6e2eb;
  font-size: 0.76rem;
  font-weight: 900;
  cursor: pointer;
}

.legacy-links summary::after {
  margin-left: 10px;
  color: var(--gold);
  content: "+";
}

.legacy-links details[open] summary::after {
  content: "−";
}

.legacy-note {
  max-width: 860px;
  margin: 14px 0 0;
  color: #718b9e;
  font-size: 0.7rem;
}

.legacy-columns {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.legacy-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.legacy-group h3 {
  margin: 0 0 6px;
  color: #e4edf3;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-bottom {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #7890a3;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--white);
  font-weight: 850;
}

.not-found {
  min-height: 65vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found h1 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(5rem, 16vw, 11rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.not-found p {
  margin: 18px 0 28px;
  color: var(--muted);
}

@media (max-width: 1060px) {
  .header-inner {
    gap: 15px;
  }

  .brand {
    flex-basis: 220px;
  }

  .brand img {
    width: 220px;
  }

  .nav {
    gap: 14px;
  }

  .nav > a,
  .nav summary {
    font-size: 0.74rem;
  }

  .header-cta {
    display: none;
  }

  .hero-inner,
  .page-hero-inner {
    gap: 44px;
  }

  .service-card {
    padding: 23px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-head {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 28px;
  }

  .legacy-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .sale-inner {
    padding: 18px 0;
    grid-template-columns: 1fr auto;
    gap: 13px 18px;
  }

  .sale-pill {
    width: max-content;
    max-width: none;
    grid-column: 1 / -1;
  }

  .nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    margin-left: auto;
    display: block;
  }

  .review-badge {
    margin-left: auto;
  }

  .mobile-nav summary {
    padding: 10px 13px;
    color: var(--white);
    background: var(--navy-800);
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(330px, 88vw);
    padding: 14px;
    display: grid;
    gap: 4px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 13px;
    box-shadow: var(--shadow);
  }

  .mobile-nav-panel a {
    padding: 11px 12px;
    color: var(--ink);
    background: var(--surface);
    border-radius: 7px;
    font-size: 0.78rem;
    font-weight: 800;
  }

  .hero-inner,
  .page-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .server-visual,
  .infra-showcase,
  .spec-card {
    max-width: 680px;
  }

  .service-grid,
  .solution-grid,
  .related-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 450px;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip div:nth-child(3) {
    border-right: 0;
  }

  .trust-strip div:nth-child(n + 4) {
    padding-top: 14px;
  }

  .content-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .side-nav {
    position: static;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel .button {
    width: max-content;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1216px);
  }

  .sale-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .sale-pill {
    width: 100%;
  }

  .sale-domain {
    font-size: 1.2rem;
    overflow-wrap: anywhere;
  }

  .sale-price strong {
    display: block;
    margin: 4px 0 0;
  }

  .sale-cta {
    width: 100%;
    justify-content: space-between;
  }

  .header-inner {
    min-height: 68px;
    padding: 10px 0 12px;
    flex-wrap: wrap;
  }

  .brand {
    flex: 1 1 220px;
  }

  .brand img {
    width: min(230px, 72vw);
  }

  .review-badge {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    grid-template-columns: 36px minmax(104px, 1fr) auto;
  }

  .mobile-nav {
    margin-left: 0;
  }

  .hero-inner {
    padding: 52px 0 60px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.5rem, 12.4vw, 4rem);
  }

  .hero-lead,
  .page-lead {
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .server-visual,
  .infra-showcase {
    min-height: 330px;
    padding: 24px 18px;
    border-radius: 26px 10px 26px 10px;
  }

  .infra-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .infra-body {
    grid-template-columns: 1fr;
  }

  .infra-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .infra-metric {
    min-height: 104px;
  }

  .server-stage {
    grid-template-columns: 1fr;
  }

  .visual-score {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .visual-score span {
    margin-top: 0;
  }

  .section {
    padding: 68px 0;
  }

  .partners-section {
    padding: 62px 0;
  }

  .partner-card {
    min-height: 370px;
    padding: 25px 21px;
  }

  .partner-top {
    align-items: flex-start;
  }

  .service-card {
    min-height: 0;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .trust-strip div:nth-child(2n) {
    border-right: 0;
  }

  .trust-strip div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .page-hero {
    padding: 55px 0 63px;
  }

  .spec-card {
    padding: 23px 19px;
  }

  .spec-list li {
    flex-direction: column;
    gap: 2px;
  }

  .spec-list strong {
    text-align: left;
  }

  .cta-panel .button {
    width: 100%;
  }

  .footer-main,
  .legacy-columns {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
