:root {
  --navy: #071923;
  --navy-2: #0d2733;
  --ink: #10212b;
  --muted: #52636d;
  --paper: #f4f7f8;
  --paper-2: #eaf0f2;
  --white: #fff;
  --blue: #2463eb;
  --blue-dark: #184bb7;
  --green: #23b66f;
  --mint: #b9ead5;
  --orange: #f0a65a;
  --line: rgba(16, 33, 43, .13);
  --line-dark: rgba(255, 255, 255, .15);
  --shadow: 0 24px 70px rgba(7, 25, 35, .13);
  --shadow-small: 0 12px 34px rgba(7, 25, 35, .09);
  --radius: 24px;
  --shell: min(1200px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20000;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--navy);
  background: var(--white);
  transform: translateY(-160%);
  box-shadow: var(--shadow-small);
}
.skip-link:focus { transform: none; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(16, 33, 43, .09);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}
.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: var(--navy);
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.035em;
}
.brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 9px 24px rgba(36, 99, 235, .22);
}
.brand-mark svg { width: 22px; height: 22px; }
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 760;
}
.nav-links a {
  color: #44545d;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}
.nav-phone svg { width: 17px; height: 17px; color: var(--green); }
.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 999px;
  color: var(--white) !important;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(36, 99, 235, .2);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  cursor: pointer;
}
.nav-toggle svg { width: 21px; height: 21px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 18%, rgba(36, 99, 235, .22), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(35, 182, 111, .18), transparent 30%),
    var(--navy);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}
.breadcrumbs,
.hero-grid,
.trust-strip { position: relative; z-index: 1; }
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}
.breadcrumbs a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -.058em;
  line-height: .98;
}
.hero h1 span { color: var(--mint); }
.hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.55;
}
.hero-actions,
.section-actions,
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
.nav-toggle:focus-visible,
.faq-question:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(36, 99, 235, .3);
  outline-offset: 3px;
}
.btn-primary {
  color: var(--white);
  background: linear-gradient(90deg, var(--blue), #2b74ef);
  box-shadow: 0 16px 36px rgba(36, 99, 235, .28);
}
.btn-green {
  color: var(--navy);
  background: var(--mint);
  box-shadow: 0 16px 36px rgba(35, 182, 111, .16);
}
.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .07);
}
.btn-light {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
}
.btn-small { min-height: 44px; padding: 0 17px; font-size: 14px; }
.btn svg { width: 18px; height: 18px; }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  list-style: none;
}
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 16px; height: 16px; color: var(--mint); }

.hero-media {
  position: relative;
  min-height: 535px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  overflow: hidden;
  background: #18313b;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}
.hero-media img { height: 100%; min-height: 535px; object-fit: cover; object-position: 60% center; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 20, 28, .5));
  pointer-events: none;
}
.media-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  max-width: 245px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  color: rgba(255, 255, 255, .78);
  background: rgba(7, 25, 35, .76);
  backdrop-filter: blur(14px);
  font-size: 13px;
}
.media-note strong { display: block; color: var(--white); font-size: 14px; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: var(--line-dark);
}
.trust-item {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  background: rgba(10, 31, 42, .78);
}
.trust-icon {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--mint);
  background: rgba(185, 234, 213, .1);
}
.trust-icon svg { width: 19px; height: 19px; }
.trust-item strong { display: block; color: var(--white); font-size: 14px; }
.trust-item span { display: block; color: rgba(255, 255, 255, .58); font-size: 12px; }

.section { padding: 102px 0; }
.section-sm { padding: 70px 0; }
.section-paper { background: var(--white); }
.section-soft { background: var(--paper-2); }
.section-dark { color: var(--white); background: var(--navy); }
.section-dark .section-lead,
.section-dark .body-copy { color: rgba(255, 255, 255, .68); }
.section-head {
  max-width: 810px;
  margin-bottom: 44px;
}
.section-head.center { margin-inline: auto; text-align: center; }
.section-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section-dark .section-kicker { color: var(--mint); }
.section h2,
.cta-panel h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.section-lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}
.body-copy { color: var(--muted); font-size: 17px; }
.body-copy strong { color: var(--ink); }
.section-dark .body-copy strong { color: var(--white); }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.choice-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-small);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.choice-card:hover {
  transform: translateY(-5px);
  border-color: rgba(36, 99, 235, .35);
  box-shadow: var(--shadow);
}
.choice-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 13px;
  color: var(--blue);
  background: rgba(36, 99, 235, .09);
  font-weight: 900;
}
.choice-card h3 { margin-bottom: 9px; font-size: 22px; line-height: 1.25; }
.choice-card p { margin-bottom: 22px; color: var(--muted); font-size: 15px; }
.choice-link { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 900; }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.benefit-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .7);
}
.benefit-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: var(--green);
  background: rgba(35, 182, 111, .1);
}
.benefit-icon svg { width: 21px; height: 21px; }
.benefit-card h3 { margin-bottom: 7px; font-size: 18px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}
.split.reverse { grid-template-columns: minmax(390px, .9fr) minmax(0, 1fr); }
.split.reverse .split-media { order: -1; }
.split-media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe8eb;
  box-shadow: var(--shadow);
}
.split-media img { height: 100%; min-height: 500px; object-fit: cover; }
.split-media figcaption {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  padding: 13px 15px;
  border-radius: 14px;
  color: rgba(255, 255, 255, .8);
  background: rgba(7, 25, 35, .78);
  backdrop-filter: blur(12px);
  font-size: 13px;
}
.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.check-list li { display: grid; grid-template-columns: 23px 1fr; gap: 11px; align-items: start; }
.check-list svg { width: 21px; height: 21px; margin-top: 2px; color: var(--green); }
.section-dark .check-list svg { color: var(--mint); }
.section-dark .check-list li { color: rgba(255, 255, 255, .82); }

.tech-details {
  margin-top: 27px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
}
.section-dark .tech-details {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, .05);
}
.tech-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 19px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}
.tech-details summary::-webkit-details-marker { display: none; }
.tech-details summary::after { content: "+"; color: var(--blue); font-size: 23px; }
.section-dark .tech-details summary::after { color: var(--mint); }
.tech-details[open] summary::after { content: "–"; }
.tech-details-content { padding: 0 19px 19px; color: var(--muted); font-size: 14px; }
.section-dark .tech-details-content { color: rgba(255, 255, 255, .64); }
.tech-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.tech-tag {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
}
.section-dark .tech-tag { border-color: var(--line-dark); background: rgba(255, 255, 255, .07); }

.pricing-wrap { margin-top: 82px; }
.pricing-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.pricing-head h3 {
  max-width: 610px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.pricing-head p { max-width: 460px; margin: 0; color: var(--muted); }
.section-dark .pricing-head p { color: rgba(255, 255, 255, .62); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.pricing-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 840px;
  margin-inline: auto;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-small);
}
.price-card.featured {
  border-color: rgba(36, 99, 235, .48);
  box-shadow: 0 20px 60px rgba(36, 99, 235, .14);
}
.section-dark .price-card {
  border-color: var(--line-dark);
  color: var(--white);
  background: var(--navy-2);
}
.section-dark .price-card.featured { border-color: rgba(185, 234, 213, .62); }
.price-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(36, 99, 235, .1);
  font-size: 11px;
  font-weight: 900;
}
.section-dark .price-ribbon { color: var(--navy); background: var(--mint); }
.price-audience {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-dark .price-audience { color: var(--mint); }
.price-card h4 { margin: 0 0 14px; padding-right: 70px; font-size: 23px; }
.price {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -.05em;
}
.section-dark .price { color: var(--white); }
.price small { font-size: 13px; font-weight: 700; letter-spacing: 0; color: var(--muted); }
.section-dark .price small { color: rgba(255, 255, 255, .52); }
.fixed-price { margin-bottom: 22px; color: var(--green); font-size: 13px; font-weight: 850; }
.section-dark .fixed-price { color: var(--mint); }
.price-list {
  display: grid;
  gap: 0;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.price-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(16, 33, 43, .08);
  color: #42545e;
  font-size: 14px;
}
.section-dark .price-list li {
  border-color: rgba(255,255,255,.1);
  color: rgba(255,255,255,.68);
}
.price-list svg { width: 17px; height: 17px; margin-top: 3px; color: var(--green); }
.price-card .btn { width: 100%; margin-top: auto; }
.price-note {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}
.section-dark .price-note { color: rgba(255,255,255,.55); }

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-small);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.case-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.case-media { aspect-ratio: 16 / 10; overflow: hidden; background: #dce6e9; }
.case-media img { height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.case-card:hover .case-media img { transform: scale(1.025); }
.case-copy { padding: 22px; }
.case-label { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.case-copy h3 { margin: 8px 0 7px; font-size: 20px; line-height: 1.28; }
.case-copy p { margin: 0; color: var(--muted); font-size: 14px; }

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.process-grid::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(36, 99, 235, .22);
}
.process-step { position: relative; z-index: 1; }
.process-num {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 7px solid var(--paper-2);
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
  box-shadow: 0 0 0 1px rgba(36, 99, 235, .22);
}
.process-step h3 { margin-bottom: 7px; font-size: 17px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; }

.personal-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.personal-media { min-height: 520px; }
.personal-media img { height: 100%; min-height: 520px; object-fit: cover; }
.personal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 72px);
}
.personal-copy h2 { font-size: clamp(38px, 4.6vw, 61px); }
.contact-facts {
  display: grid;
  gap: 10px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}
.contact-facts a,
.contact-facts span { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.contact-facts svg { width: 18px; height: 18px; color: var(--green); }

.faq-list { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}
.faq-question {
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 850;
}
.faq-question span:last-child {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(36, 99, 235, .08);
  font-size: 21px;
}
.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}
.faq-answer p { margin: 0; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: start;
}
.lead-copy h2 { margin-bottom: 20px; }
.lead-promise {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.lead-promise li { display: flex; gap: 11px; color: rgba(255,255,255,.74); }
.lead-promise svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; color: var(--mint); }
.lead-form {
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: 25px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 25px 70px rgba(0,0,0,.2);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 13px; font-weight: 850; }
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcfd;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus { border-color: rgba(36,99,235,.5); outline: 3px solid rgba(36,99,235,.12); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-meta { margin: 15px 0; color: var(--muted); font-size: 12px; }
.form-meta a { color: var(--blue); }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: 14px; font-weight: 800; }
.form-status.success { color: #087b45; }
.form-status.error { color: #b42318; }
.lead-form .btn { width: 100%; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.related-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}
.related-card:hover { transform: translateY(-3px); border-color: rgba(36,99,235,.38); }
.related-card h3 { margin-bottom: 7px; font-size: 17px; }
.related-card p { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.related-card span { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 900; }

.site-footer {
  padding: 55px 0 25px;
  color: rgba(255,255,255,.66);
  background: #06141c;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 36px;
  padding-bottom: 38px;
}
.footer-brand { color: var(--white); }
.footer-col h3 { margin-bottom: 13px; color: var(--white); font-size: 15px; }
.footer-col p { margin-bottom: 8px; font-size: 14px; }
.footer-col ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-col a { color: rgba(255,255,255,.66); text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 12px;
}

.mobile-actions {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  grid-template-columns: .72fr 1.28fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(7,25,35,.2);
  backdrop-filter: blur(16px);
}
.mobile-actions .btn { min-height: 46px; padding: 0 13px; font-size: 14px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-links {
    position: absolute;
    top: calc(100% + 9px);
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-nav.open .nav-links { display: grid; }
  .nav-links a { padding: 9px; }
  .nav-phone { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 38px; }
  .hero h1 { font-size: clamp(46px, 6vw, 68px); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 76px; }
  .hero { padding-top: 26px; }
  .breadcrumbs { margin-bottom: 26px; }
  .hero-grid,
  .split,
  .split.reverse,
  .personal-grid,
  .lead-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 430px; }
  .hero-media img { min-height: 430px; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-grid,
  .pricing-grid,
  .case-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 210px; }
  .split.reverse .split-media { order: 0; }
  .split-media,
  .split-media img { min-height: 430px; }
  .price-card { max-width: 620px; width: 100%; margin-inline: auto; }
  .pricing-head { align-items: start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .process-grid::before { display: none; }
  .personal-media,
  .personal-media img { min-height: 410px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1200px); --radius: 20px; }
  body { padding-bottom: 76px; }
  .nav-inner { min-height: 68px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { padding-bottom: 22px; }
  .hero h1 { font-size: clamp(42px, 13vw, 57px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 8px 15px; font-size: 13px; }
  .hero-media,
  .hero-media img { min-height: 345px; }
  .media-note { right: 11px; bottom: 11px; left: 11px; max-width: none; }
  .trust-strip { margin-top: 24px; }
  .trust-item { min-height: 82px; padding: 13px; }
  .trust-icon { display: none; }
  .section { padding: 66px 0; }
  .section-sm { padding: 50px 0; }
  .section-head { margin-bottom: 30px; }
  .section h2,
  .cta-panel h2 { font-size: clamp(36px, 11vw, 49px); }
  .choice-grid,
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; }
  .benefit-icon { grid-row: 1 / span 2; margin: 0; }
  .split { gap: 35px; }
  .split-media,
  .split-media img { min-height: 340px; }
  .pricing-wrap { margin-top: 60px; }
  .price-card { padding: 23px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 50px 1fr; column-gap: 14px; }
  .process-num { grid-row: 1 / span 2; width: 48px; height: 48px; margin: 0; border-width: 5px; }
  .process-step h3 { margin: 3px 0 4px; }
  .personal-copy { padding: 32px 23px; }
  .personal-media,
  .personal-media img { min-height: 300px; }
  .lead-form { padding: 22px 17px; }
  .lead-grid { gap: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .related-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
