@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/doma/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/doma/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy-950: #07131c;
  --navy-900: #0b1b26;
  --navy-800: #132b38;
  --navy-700: #1e3b49;
  --teal-500: #3ea89b;
  --teal-400: #65c5b6;
  --teal-700: #1f7169;
  --sand-100: #f2ede2;
  --sand-200: #e5dac5;
  --sand-400: #c9aa74;
  --paper: #fbfaf6;
  --ink: #152630;
  --muted: #66757c;
  --muted-strong: #53666f;
  --line: rgba(20, 44, 56, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(5, 20, 29, 0.14);
  --radius-lg: 30px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 48px));
  --font-main: "Manrope", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid #f3c66e;
  outline-offset: 4px;
  border-radius: 5px;
}

::selection {
  color: var(--navy-950);
  background: var(--teal-400);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 16px;
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 19, 28, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 19, 28, 0.97);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

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

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--navy-950);
  background: var(--teal-400);
  border-radius: 50%;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 700;
}

.brand > span:last-child {
  display: grid;
  line-height: 1.05;
}

.brand b {
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
}

.desktop-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-inline: 4px;
  text-decoration: none;
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: var(--teal-400);
}

.slide-progress {
  display: none;
  min-width: 52px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.reading-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.05);
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--teal-400), #f3c66e);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 13px;
}

.button-primary {
  color: var(--navy-950);
  background: var(--teal-400);
  box-shadow: 0 12px 30px rgba(60, 181, 164, 0.2);
}

.button-primary:hover {
  background: #79d4c6;
  box-shadow: 0 16px 34px rgba(60, 181, 164, 0.28);
}

.button-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.button-light:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.button-outline:hover {
  border-color: var(--teal-400);
  background: rgba(101, 197, 182, 0.08);
}

.button-wide {
  width: 100%;
  min-height: 66px;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 24px;
  border-radius: 15px;
  text-align: left;
}

.button-wide span {
  opacity: 0.65;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-wide b {
  overflow-wrap: anywhere;
}

.section-dark,
.section-navy {
  color: var(--white);
  background: var(--navy-950);
}

.section-navy {
  background: var(--navy-900);
}

.section-light {
  background: var(--paper);
}

.section-sand {
  background: var(--sand-100);
}

.first-screen {
  color: var(--white);
  background: var(--navy-950);
}

.audience-choice {
  padding: 34px 0 30px;
  background: #081721;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.audience-choice-inner {
  display: grid;
  grid-template-columns: minmax(230px, 0.48fr) minmax(560px, 1fr);
  align-items: center;
  gap: 14px clamp(28px, 5vw, 72px);
}

.audience-choice-copy .eyebrow {
  margin-bottom: 8px;
}

.audience-choice-copy > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.audience-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.audience-tab {
  min-width: 0;
  min-height: 86px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  text-align: left;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.audience-tab:hover {
  color: var(--white);
  border-color: rgba(101, 197, 182, 0.48);
  transform: translateY(-1px);
}

.audience-tab.is-active {
  color: var(--navy-950);
  background: var(--teal-400);
  border-color: var(--teal-400);
  box-shadow: 0 14px 34px rgba(62, 168, 155, 0.18);
}

.audience-tab-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--teal-400);
  background: rgba(101, 197, 182, 0.1);
  border: 1px solid rgba(101, 197, 182, 0.24);
  border-radius: 50%;
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 700;
}

.audience-tab-icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.audience-tab.is-active .audience-tab-icon {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.audience-tab > span:last-child {
  min-width: 0;
  display: grid;
  line-height: 1.25;
}

.audience-tab b {
  overflow-wrap: anywhere;
  font-size: 15px;
}

.audience-tab small {
  margin-top: 4px;
  color: inherit;
  opacity: 0.7;
  font-size: 12px;
}

.audience-context {
  grid-column: 2;
  margin: 2px 6px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.route-overview {
  padding: clamp(64px, 7vw, 92px) 0;
}

.route-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 34px;
}

.route-heading h2,
.company-brief-heading h2,
.route-depth h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4vw, 54px);
}

.route-heading > p {
  margin: 0 0 6px;
  color: var(--muted-strong);
}

.route-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.route-map a {
  min-width: 0;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 44, 56, 0.13);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(14, 34, 45, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.route-map a:hover {
  border-color: rgba(31, 113, 105, 0.42);
  box-shadow: 0 22px 50px rgba(14, 34, 45, 0.11);
  transform: translateY(-3px);
}

.route-map a > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--teal-700);
  background: rgba(62, 168, 155, 0.13);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.route-map strong {
  margin-top: auto;
  font-size: 17px;
  line-height: 1.25;
}

.route-map small {
  min-height: 42px;
  margin-top: 7px;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.45;
}

.route-map a:last-child {
  color: var(--white);
  background: var(--navy-800);
  border-color: var(--navy-800);
}

.route-map a:last-child > span {
  color: var(--navy-950);
  background: var(--teal-400);
}

.route-map a:last-child small {
  color: rgba(255, 255, 255, 0.66);
}

.company-brief {
  padding: clamp(70px, 7vw, 96px) 0;
}

.company-brief-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.company-brief-heading h2 {
  margin-bottom: 22px;
}

.company-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.company-brief-grid article {
  min-width: 0;
  min-height: 230px;
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(14, 34, 45, 0.06);
}

.company-brief-grid span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--navy-950);
  background: var(--teal-400);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.company-brief-grid h3 {
  font-size: 19px;
}

.company-brief-grid p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.55;
}

.route-depth {
  padding: clamp(54px, 6vw, 76px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.route-depth-inner {
  max-width: 920px;
}

.route-depth h2 {
  margin-bottom: 18px;
}

.route-depth p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  width: 460px;
  height: 460px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(63, 170, 157, 0.24), transparent 66%);
}

.hero-glow-two {
  width: 380px;
  height: 380px;
  bottom: -210px;
  left: 22%;
  background: radial-gradient(circle, rgba(208, 173, 111, 0.18), transparent 66%);
}

.hero-grid,
.story-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 84px);
}

.hero-grid {
  min-height: 540px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--teal-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 9px;
  color: var(--navy-950);
  background: var(--teal-400);
  border-radius: 999px;
  letter-spacing: 0.1em;
}

.eyebrow-dark {
  color: var(--teal-700);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-main);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: clamp(42px, 4vw, 56px);
}

h2 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 55px);
}

h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.3;
}

.hero-lead,
.lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

.lead {
  color: var(--muted-strong);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
  text-decoration: none;
}

.text-link span {
  margin-left: 5px;
  color: var(--teal-400);
}

.hero-points {
  display: grid;
  gap: 9px;
  margin: 38px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 23px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--teal-400);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(101, 197, 182, 0.11);
}

.visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--navy-800);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.visual img {
  transition: transform 560ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

@media (hover: hover) and (pointer: fine) {
  .visual:hover img {
    transform: scale(1.015);
  }
}

.visual::after {
  content: "";
  position: absolute;
  inset: 0 0 66px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(7, 19, 28, 0.12), transparent 40%);
}

.visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.visual figcaption {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 18px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-800);
  font-size: 13px;
  line-height: 1.4;
}

.visual figcaption span {
  flex: 0 0 auto;
  color: var(--teal-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-hero {
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.34);
}

.preview-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 19, 28, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.preview-badge-dark {
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(10, 34, 45, 0.16);
}

.proof-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin-top: 24px;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 20px 20px;
  font-size: 14px;
}

.proof-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

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

.proof-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--teal-400);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.proof-strip p {
  min-width: 0;
  display: grid;
  gap: 2px;
  margin: 0;
}

.proof-strip b {
  color: var(--teal-400);
  font-family: var(--font-main);
  font-size: 21px;
  font-weight: 600;
}

.proof-strip p > span {
  line-height: 1.35;
}

.story {
  padding: clamp(70px, 6vw, 82px) 0;
}

.story-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: clamp(38px, 4.6vw, 58px);
}

.story h2 {
  font-size: clamp(34px, 3.6vw, 50px);
}

.story-grid-reverse {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.story-grid-reverse .visual {
  order: 2;
}

.story-copy > :last-child {
  margin-bottom: 0;
}

.symptom-list,
.task-stack,
.material-list {
  display: grid;
  gap: 4px;
  margin-top: 30px;
}

.symptom-list article,
.task-stack article,
.material-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.symptom-list article > span,
.material-list article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: rgba(62, 168, 155, 0.13);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.symptom-list p,
.task-stack p,
.material-list p,
.info-card p,
.check-grid p,
.timeline p {
  margin-bottom: 0;
  color: var(--muted-strong);
  font-size: 15px;
}

.note {
  margin: 28px 0 0;
  padding: 18px 20px;
  color: #43565f;
  background: rgba(255, 255, 255, 0.68);
  border-left: 3px solid var(--teal-500);
  border-radius: 0 12px 12px 0;
  font-size: 15px;
}

.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.info-card {
  min-height: 190px;
  padding: 23px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(8, 29, 39, 0.05);
}

.proposal-heading {
  max-width: 960px;
  margin-bottom: 36px;
}

.proposal-heading h2 {
  max-width: 900px;
}

.proposal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(350px, 0.76fr);
  align-items: stretch;
  gap: 22px;
}

.visual-proposal {
  min-height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.visual-proposal img {
  height: 100%;
  min-height: 500px;
  aspect-ratio: auto;
  object-fit: cover;
}

.proposal-steps {
  min-width: 0;
  display: grid;
  align-content: stretch;
  gap: 12px;
}

.proposal-steps .three-columns {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
}

.proposal-steps .info-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(88px, max-content) minmax(0, 1fr);
  grid-template-areas:
    "kicker title"
    "kicker copy";
  align-content: center;
  gap: 4px 16px;
  padding: 19px 20px;
}

.proposal-steps .card-kicker {
  grid-area: kicker;
  align-self: stretch;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--teal-700);
  background: rgba(62, 168, 155, 0.1);
  border-radius: 12px;
  white-space: nowrap;
  text-align: center;
}

.proposal-steps h3 {
  grid-area: title;
  margin: 0;
}

.proposal-steps p {
  grid-area: copy;
}

.proposal-steps .decision-line {
  align-content: center;
  margin-top: 0;
}

.card-kicker {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--teal-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-line {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 18px 20px;
  color: var(--white);
  background: var(--navy-800);
  border-radius: 14px;
}

.decision-line span {
  color: var(--teal-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.decision-line strong {
  font-size: 15px;
}

.section-navy .lead {
  color: rgba(255, 255, 255, 0.68);
}

.task-stack article {
  grid-template-columns: 54px 1fr;
  border-color: rgba(255, 255, 255, 0.1);
}

.task-stack article > b {
  color: var(--teal-400);
  font-family: var(--font-main);
  font-size: 31px;
  font-weight: 600;
}

.task-stack p,
.section-navy .check-grid p {
  color: rgba(255, 255, 255, 0.62);
}

.callout {
  margin: 28px 0 0;
  padding: 20px 22px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(101, 197, 182, 0.09);
  border: 1px solid rgba(101, 197, 182, 0.22);
  border-radius: 14px;
}

.callout span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.callout-light {
  color: #43565f;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(28, 78, 91, 0.12);
}

.material-list article {
  grid-template-columns: 48px 1fr;
}

.zone-steps {
  display: grid;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: item;
  list-style: none;
}

.zone-steps li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  padding-left: 22px;
  border-left: 2px solid var(--teal-500);
}

.zone-steps b {
  font-size: 16px;
}

.zone-steps span {
  color: var(--muted-strong);
  font-size: 15px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 32px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 21px;
  width: 1px;
  background: var(--line);
}

.timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 17px;
  padding: 12px 0;
}

.timeline article > b {
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-800);
  border: 5px solid var(--paper);
  border-radius: 50%;
  font-size: 13px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.check-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
}

.check-grid article > div {
  min-width: 0;
}

.check-grid article > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--teal-400);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.owner-card {
  margin-top: 28px;
  padding: 24px 25px;
  color: var(--white);
  background: var(--navy-800);
  border-radius: var(--radius-md);
}

.owner-card ul {
  display: grid;
  gap: 9px;
  margin: 15px 0 0;
  padding-left: 21px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 15px;
}

.technical-disclosure {
  margin: 0;
}

.technical-disclosure > summary {
  display: none;
}

.inline-offer {
  padding: clamp(56px, 7vw, 88px) 0;
  background: var(--navy-950);
}

.inline-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
}

.inline-offer h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.5vw, 46px);
}

.inline-offer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.deliverable-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  list-style: none;
}

.deliverable-list li {
  position: relative;
  padding-left: 22px;
}

.deliverable-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal-400);
  font-weight: 900;
}

.inline-offer-light {
  color: var(--ink);
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.inline-offer-compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  color: var(--white);
  background: var(--navy-800);
  border: 1px solid rgba(101, 197, 182, 0.2);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.inline-offer-compact > div {
  display: grid;
  gap: 5px;
}

.inline-offer-compact b {
  font-family: var(--font-main);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.15;
}

.inline-offer-compact span {
  color: rgba(255, 255, 255, 0.72);
}

.services {
  padding: clamp(78px, 9vw, 118px) 0;
  background: var(--navy-950);
}

.services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(30px, 6vw, 84px);
  margin-bottom: 38px;
}

.services-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.services-heading > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-grid article {
  min-width: 0;
  min-height: 250px;
  display: grid;
  grid-template-rows: 40px minmax(66px, auto) 1fr;
  align-content: start;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .service-grid article:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(101, 197, 182, 0.4);
  }
}

.service-grid article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--teal-400);
  background: rgba(101, 197, 182, 0.08);
  border: 1px solid rgba(101, 197, 182, 0.24);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.service-grid h3 {
  align-self: start;
  margin: 0;
  color: var(--white);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.service-grid p {
  align-self: start;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.5;
}

.services-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 24px 26px;
  background: var(--navy-800);
  border: 1px solid rgba(101, 197, 182, 0.18);
  border-radius: var(--radius-md);
}

.services-action p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.trust {
  padding: clamp(82px, 9vw, 120px) 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.trust-points article {
  min-height: 142px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px;
  background: var(--sand-100);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.trust-points b {
  color: var(--teal-700);
  font-family: var(--font-main);
  font-size: 30px;
  font-weight: 600;
}

.trust-points span {
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.35;
}

.trust-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px 22px;
  color: var(--muted-strong);
  background: var(--sand-100);
  border-left: 3px solid var(--teal-500);
  border-radius: 0 12px 12px 0;
  font-size: 15px;
}

.geography {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 120px) 0;
  border-top: 1px solid var(--line);
}

.geography-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.geography-copy {
  max-width: 720px;
}

.geography-copy .button {
  margin-top: 12px;
}

.geography-mark {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.map-ring {
  position: absolute;
  border: 1px solid rgba(31, 113, 105, 0.22);
  border-radius: 50%;
  z-index: -1;
}

.map-ring-one {
  width: 300px;
  height: 300px;
  background: rgba(101, 197, 182, 0.08);
  box-shadow: inset 0 0 0 42px rgba(255, 255, 255, 0.22);
}

.map-ring-two {
  width: 390px;
  height: 390px;
  border-style: dashed;
}

.map-pin {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  margin-top: -42px;
  color: var(--white);
  background: var(--navy-900);
  border: 9px solid var(--teal-400);
  border-radius: 50% 50% 50% 10%;
  box-shadow: 0 20px 46px rgba(7, 19, 28, 0.22);
  font-family: var(--font-main);
  font-size: 34px;
  transform: rotate(-45deg);
}

.map-pin b {
  font-weight: 600;
  transform: rotate(45deg);
}

.geography-mark > p {
  position: absolute;
  bottom: 44px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-main);
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
}

.geography-mark small {
  color: var(--muted-strong);
  font-family: var(--font-main);
  font-size: 13px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 126px) 0;
}

.contact-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -240px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(101, 197, 182, 0.18), transparent 66%);
  border-radius: 50%;
  pointer-events: none;
}

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

.contact-section h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.contact-intro {
  max-width: 900px;
  margin-bottom: 42px;
}

.contact-intro > p:last-child {
  max-width: 790px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 18px;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-action {
  min-width: 0;
  min-height: 210px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 16px;
  padding: clamp(26px, 3vw, 36px);
  color: var(--navy-950);
  background: var(--teal-400);
  border: 1px solid var(--teal-400);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-action > span {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-action strong {
  align-self: center;
  overflow-wrap: anywhere;
  font-family: var(--font-main);
  font-size: clamp(27px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.08;
}

.contact-action small {
  color: rgba(7, 19, 28, 0.68);
  font-size: 14px;
}

.contact-action-light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-action-light small {
  color: rgba(255, 255, 255, 0.64);
}

@media (hover: hover) and (pointer: fine) {
  .contact-action:hover {
    transform: translateY(-4px);
    background: #79d4c6;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  }

  .contact-action-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(101, 197, 182, 0.5);
  }
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 22px;
  padding: 26px 30px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.guide-card .eyebrow {
  margin-bottom: 8px;
}

.guide-card h3 {
  font-family: var(--font-main);
  font-size: 26px;
  font-weight: 600;
}

.guide-card p:last-child {
  max-width: 760px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.guide-card .button {
  min-width: 230px;
}

.purchase {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 126px) 0;
}

.purchase::after {
  content: "10";
  position: absolute;
  right: -18px;
  bottom: -118px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--font-main);
  font-size: 390px;
  line-height: 1;
  pointer-events: none;
}

.purchase .container {
  position: relative;
  z-index: 1;
}

.purchase h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.purchase-intro {
  max-width: 830px;
  margin-bottom: 42px;
}

.purchase-intro > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 19px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  min-width: 0;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  padding: clamp(25px, 4vw, 34px);
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.package-card-featured {
  color: var(--ink);
  background: var(--paper);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.package-badge {
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 6px 9px;
  color: var(--navy-950);
  background: var(--teal-400);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.package-badge-outline {
  color: var(--teal-400);
  background: transparent;
  border: 1px solid rgba(101, 197, 182, 0.35);
}

.package-card h3 {
  margin-bottom: 8px;
  font-family: var(--font-main);
  font-size: 29px;
  font-weight: 600;
}

.package-card > p {
  color: rgba(255, 255, 255, 0.68);
}

.package-card-featured > p {
  color: var(--muted-strong);
}

.package-price {
  display: grid;
  margin: 12px 0 24px;
}

.package-price span,
.package-price small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.package-card-featured .package-price span,
.package-card-featured .package-price small {
  color: var(--muted-strong);
}

.package-price strong {
  font-family: var(--font-main);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
}

.package-features {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  list-style: none;
}

.package-card-featured .package-features {
  color: var(--muted-strong);
}

.package-features li {
  position: relative;
  padding-left: 22px;
}

.package-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal-400);
  font-weight: 900;
}

.package-card .button {
  width: 100%;
  margin-top: auto;
}

.package-note {
  margin: 20px 0 0;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.045);
  border-left: 3px solid var(--teal-400);
  border-radius: 0 12px 12px 0;
  font-size: 14px;
}

.purchase-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 18px;
  margin-top: 56px;
}

.request-copy,
.direct-contact {
  padding: clamp(24px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.request-copy > h3,
.direct-contact > h3 {
  margin-bottom: 10px;
  font-family: var(--font-main);
  font-size: 30px;
  font-weight: 600;
}

.request-copy > p:not(.eyebrow),
.direct-contact > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.purchase-form {
  margin-top: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--white);
  background: rgba(7, 19, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color-scheme: dark;
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.form-field input:focus-visible,
.form-field select:focus-visible {
  border-color: var(--teal-400);
  outline: 3px solid rgba(101, 197, 182, 0.3);
  outline-offset: 2px;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--teal-400);
  font-size: 13px;
}

.direct-contact {
  display: flex;
  flex-direction: column;
}

.direct-contact .button + .button {
  margin-top: 12px;
}

.direct-contact > p:last-child {
  margin: 18px 8px 0;
}

.faq {
  padding: 90px 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding-right: 36px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--teal-700);
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: 13px 34px 0 0;
  color: var(--muted-strong);
  font-size: 15px;
}

.site-footer {
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.68);
  background: #050d13;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 13px;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  text-align: center;
}

.footer-inner > * {
  min-width: 0;
}

.footer-inner p {
  display: grid;
  justify-items: center;
  margin: 0;
}

.footer-inner p b {
  color: var(--white);
}

.footer-inner p span {
  color: rgba(255, 255, 255, 0.64);
}

.footer-inner > div {
  display: grid;
  justify-items: center;
  gap: 0;
}

.footer-inner > div a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.developer-brand {
  min-height: 56px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  text-decoration: none;
}

.developer-brand > span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.developer-brand img {
  width: 190px;
  height: auto;
  opacity: 0.82;
  transition: opacity 160ms ease, transform 160ms ease;
}

.developer-brand:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.to-top {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-400);
  font-weight: 700;
  text-decoration: none;
}

.mobile-cta {
  display: none;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 540ms ease, transform 540ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .visual.reveal img {
  transform: scale(1.015);
  transition: transform 720ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.motion-ready .visual.reveal.is-visible img {
  transform: scale(1);
}

.motion-ready .service-grid.reveal article,
.motion-ready .contact-actions.reveal .contact-action {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 460ms ease, transform 460ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.motion-ready .service-grid.reveal.is-visible article,
.motion-ready .contact-actions.reveal.is-visible .contact-action {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .service-grid.reveal.is-visible article:nth-child(2),
.motion-ready .contact-actions.reveal.is-visible .contact-action:nth-child(2) {
  transition-delay: 70ms;
}

.motion-ready .service-grid.reveal.is-visible article:nth-child(3) {
  transition-delay: 140ms;
}

.motion-ready .service-grid.reveal.is-visible article:nth-child(4) {
  transition-delay: 210ms;
}

@media (min-width: 1081px) {
  .audience-choice {
    padding: 18px 0 16px;
    border-bottom: 0;
  }

  .audience-choice-inner {
    grid-template-columns: minmax(220px, 0.4fr) minmax(640px, 1fr);
    gap: 8px clamp(28px, 4vw, 56px);
  }

  .audience-choice-copy .eyebrow {
    margin-bottom: 3px;
  }

  .audience-choice-copy > p:last-child,
  .audience-context {
    font-size: 12px;
  }

  .audience-tab {
    min-height: 66px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 10px 14px;
    border-radius: 14px;
  }

  .audience-tab-icon {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 0 0 32px;
  }

  .hero::before,
  .hero-glow {
    display: none;
  }

  .hero-grid {
    min-height: 540px;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.3);
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    width: min(60%, 650px);
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 0 50px 54px;
  }

  .hero-copy h1 {
    font-size: clamp(43px, 3.6vw, 56px);
  }

  .hero-lead {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
  }

  .visual-hero {
    position: absolute;
    inset: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .visual-hero::after {
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(7, 19, 28, 0.98) 0%, rgba(7, 19, 28, 0.91) 34%, rgba(7, 19, 28, 0.45) 61%, rgba(7, 19, 28, 0.08) 100%),
      linear-gradient(to top, rgba(7, 19, 28, 0.52), transparent 34%);
  }

  .visual-hero img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 52%;
  }

  .visual-hero figcaption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 18px;
    width: min(360px, 36%);
    min-height: 0;
    padding: 10px 14px;
    background: rgba(7, 19, 28, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 11px;
    backdrop-filter: blur(10px);
  }

  .hero .proof-strip {
    margin-top: 0;
    background: #102835;
    border-top: 0;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  }

  .story-symptoms {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    padding: 0;
    color: var(--white);
    background: var(--navy-950);
  }

  .story-symptoms .story-grid {
    min-height: 760px;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 0;
  }

  .story-symptoms .visual-cinematic {
    position: absolute;
    inset-block: 0;
    left: calc((100vw - 100%) / -2);
    right: calc((100vw - 100%) / -2);
    border-radius: 0;
    box-shadow: none;
  }

  .story-symptoms .visual-cinematic::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 19, 28, 0.08) 0%, rgba(7, 19, 28, 0.2) 34%, rgba(7, 19, 28, 0.78) 57%, rgba(7, 19, 28, 0.98) 79%);
  }

  .story-symptoms .visual-cinematic img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    translate: -24% 0;
  }

  .story-symptoms .visual-cinematic figcaption {
    position: absolute;
    z-index: 2;
    bottom: 26px;
    left: max(26px, calc((100vw - var(--container)) / 2));
    width: min(360px, 34vw);
    min-height: 0;
    padding: 10px 14px;
    background: rgba(7, 19, 28, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 11px;
    backdrop-filter: blur(10px);
  }

  .story-symptoms .story-copy {
    position: relative;
    z-index: 3;
    grid-column: 2;
    padding: 44px 0 44px clamp(44px, 5vw, 76px);
  }

  .story-symptoms .eyebrow-dark {
    color: var(--teal-400);
  }

  .story-symptoms h2 {
    max-width: 690px;
    font-size: clamp(39px, 3.6vw, 52px);
  }

  .story-symptoms .lead,
  .story-symptoms .symptom-list p {
    color: rgba(255, 255, 255, 0.72);
  }

  .story-symptoms .symptom-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .story-symptoms .symptom-list article {
    min-height: 120px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    background: rgba(7, 19, 28, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    backdrop-filter: blur(10px);
  }

  .story-symptoms .symptom-list article > span {
    color: var(--navy-950);
    background: var(--teal-400);
  }

  .story-symptoms .symptom-list h3 {
    color: var(--white);
    font-size: 16px;
  }

  .story-symptoms .symptom-list p {
    font-size: 13px;
    line-height: 1.45;
  }

  .story-symptoms .note {
    margin-top: 14px;
    padding-block: 14px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(7, 19, 28, 0.66);
    border: 1px solid rgba(101, 197, 182, 0.3);
    border-left-width: 3px;
  }

  .story-proposal {
    padding: 54px 0 46px;
  }

  .story-proposal .proposal-heading {
    margin-bottom: 24px;
  }

  .story-proposal .proposal-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(40px, 3.4vw, 48px);
  }

  .story-proposal .proposal-heading .lead {
    font-size: 18px;
  }

  .story-proposal .visual-proposal img {
    min-height: 360px;
  }

  .story-proposal .proposal-steps .info-card {
    padding: 14px 16px;
  }

  .story-proposal .proposal-steps .decision-line {
    padding: 14px 16px;
  }

  .contact-section {
    padding: 70px 0;
  }

  .contact-section h2 {
    max-width: 940px;
    font-size: clamp(46px, 4vw, 58px);
  }

  .contact-intro {
    margin-bottom: 30px;
  }

  .contact-action {
    min-height: 190px;
  }

  .contact-action-light strong {
    font-size: clamp(22px, 2.35vw, 34px);
  }

  .contact-section .guide-card {
    padding-block: 20px;
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  .check-grid article {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 6px;
    padding: 12px;
  }

  .check-grid article > span {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .route-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
  }

  .route-heading > p {
    max-width: 760px;
  }

  .route-map {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .route-map a {
    grid-column: span 2;
  }

  .route-map a:nth-last-child(-n + 2) {
    grid-column: span 3;
  }

  .company-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slide-progress {
    display: inline-block;
    margin-left: auto;
  }

  .header-inner > .button {
    margin-left: auto;
  }

  .hero-grid,
  .story-grid,
  .story-grid-reverse {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    max-width: 820px;
  }

  .visual-hero {
    max-width: 860px;
    transform: none;
  }

  .proposal-layout {
    grid-template-columns: 1fr;
  }

  .visual-proposal img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

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

  .proposal-steps .info-card {
    display: block;
    padding: 22px 20px;
  }

  .proposal-steps .card-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 0;
    background: transparent;
  }

  .story-grid-reverse .visual {
    order: initial;
  }

  .story-copy {
    max-width: 880px;
  }

  .inline-offer-grid,
  .trust-grid,
  .purchase-contact {
    grid-template-columns: 1fr;
  }

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

  .inline-offer-grid .button {
    justify-self: start;
  }

  .trust-points {
    max-width: 720px;
  }

  .direct-contact {
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  .route-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-map a,
  .route-map a:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .route-map a:last-child {
    grid-column: 1 / -1;
  }

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

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

  .audience-choice-inner,
  .services-heading,
  .geography-grid {
    grid-template-columns: 1fr;
  }

  .audience-context {
    grid-column: 1;
  }

  .geography-copy {
    max-width: 760px;
  }

  .geography-mark {
    min-height: 330px;
  }

  .map-ring-one {
    width: 250px;
    height: 250px;
  }

  .map-ring-two {
    width: 320px;
    height: 320px;
  }

  .geography-mark > p {
    bottom: 20px;
  }

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

@media (max-width: 760px) {
  :root {
    --container: min(100% - 32px, 1180px);
    --radius-lg: 20px;
  }

  body {
    padding-bottom: 76px;
    font-size: 16px;
  }

  html {
    scroll-padding-top: 76px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand small {
    display: none;
  }

  .header-inner > .button {
    display: none;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .hero {
    padding-top: 36px;
  }

  .audience-choice {
    padding: 24px 0;
  }

  .audience-choice-inner {
    gap: 16px;
  }

  .audience-tabs {
    grid-template-columns: 1fr;
  }

  .audience-tab {
    min-height: 78px;
  }

  .audience-context {
    margin-inline: 2px;
  }

  .route-overview,
  .company-brief {
    padding-block: 62px;
  }

  .route-heading {
    margin-bottom: 26px;
  }

  .route-map,
  .company-brief-grid {
    grid-template-columns: 1fr;
  }

  .route-map a,
  .route-map a:last-child,
  .route-map a:nth-last-child(-n + 2) {
    grid-column: 1;
  }

  .route-map a {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    padding: 18px;
  }

  .route-map a > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .route-map strong {
    margin: 0;
  }

  .route-map small {
    min-height: 0;
    margin-top: 3px;
  }

  .company-brief-grid article {
    min-height: 0;
  }

  .company-brief-grid span {
    margin-bottom: 24px;
  }

  .route-depth p:last-child {
    font-size: 16px;
  }

  .hero-grid,
  .story-grid {
    gap: 28px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(34px, 9.6vw, 44px);
    line-height: 1.05;
  }

  h2 {
    font-size: clamp(33px, 9vw, 48px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 42px;
  }

  .proof-strip i {
    display: none;
  }

  .proof-strip div {
    align-items: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .visual figcaption {
    min-height: 68px;
  }

  .three-columns,
  .check-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .proposal-heading {
    margin-bottom: 26px;
  }

  .proposal-steps .three-columns,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .proposal-steps .info-card {
    min-height: auto;
  }

  .contact-action {
    min-height: 176px;
  }

  .story {
    padding: 68px 0;
  }

  .technical-disclosure {
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid var(--line);
    border-radius: 14px;
  }

  .technical-disclosure-dark {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .technical-disclosure > summary {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 16px;
    color: var(--ink);
    cursor: pointer;
    font-weight: 750;
    list-style: none;
  }

  .technical-disclosure-dark > summary {
    color: var(--white);
  }

  .technical-disclosure > summary::-webkit-details-marker {
    display: none;
  }

  .technical-disclosure > summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--teal-700);
  font-family: var(--font-main);
    font-size: 26px;
    font-weight: 400;
  }

  .technical-disclosure-dark > summary::after {
    color: var(--teal-400);
  }

  .technical-disclosure[open] > summary::after {
    content: "−";
  }

  .technical-content {
    padding: 0 16px 18px;
  }

  .technical-content > :first-child {
    margin-top: 6px;
  }

  .inline-offer-grid,
  .inline-offer-compact,
  .services-action,
  .guide-card {
    grid-template-columns: 1fr;
  }

  .inline-offer-grid .button,
  .inline-offer-compact .button,
  .services-action .button,
  .guide-card .button {
    width: 100%;
  }

  .inline-offer-compact {
    padding: 24px;
  }

  .services,
  .geography,
  .contact-section {
    padding-block: 68px;
  }

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

  .service-grid article {
    min-height: 210px;
  }

  .services-action,
  .guide-card {
    padding: 24px;
  }

  .guide-card .button {
    min-width: 0;
  }

  .trust-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .trust-points article {
    min-height: 124px;
    padding: 14px;
  }

  .trust-points b {
    font-size: 25px;
  }

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

  .info-card {
    min-height: auto;
  }

  .card-kicker {
    margin-bottom: 18px;
  }

  .faq-grid {
    gap: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .developer-brand img {
    width: 170px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 160;
    right: 16px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: 16px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    color: var(--navy-950);
    background: var(--teal-400);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
    font-weight: 800;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .brand > span:last-child {
    display: none;
  }

  .header-inner > .button {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  .hero-lead,
  .lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .button {
    width: 100%;
  }

  .text-link {
    width: auto;
  }

  .symptom-list article,
  .task-stack article,
  .material-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .purchase-grid {
    gap: 40px;
  }

  .purchase h2,
  .contact-section h2 {
    font-size: 38px;
  }

  .purchase-contact,
  .package-grid {
    gap: 14px;
  }

  .trust-points span {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .trust-points {
    grid-template-columns: 1fr;
  }

  .trust-points article {
    min-height: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-ready .reveal,
  .motion-ready .service-grid.reveal article,
  .motion-ready .contact-actions.reveal .contact-action {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .motion-ready .reveal,
  .motion-ready .service-grid.reveal article,
  .motion-ready .contact-actions.reveal .contact-action {
    opacity: 1 !important;
    transform: none !important;
  }
}
