:root {
  --navy-950: #061725;
  --navy-900: #071c2e;
  --navy-800: #0d2b42;
  --navy-700: #173e59;
  --cyan-600: #138fbe;
  --cyan-500: #24a9d6;
  --cyan-200: #bfeaf7;
  --cream: #f4f0e8;
  --white: #ffffff;
  --ink: #102536;
  --muted: #5c6f7d;
  --line: #d9e2e8;
  --surface: #f7f9fa;
  --success: #1f7a5c;
  --shadow: 0 24px 70px rgba(6, 23, 37, .16);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 999;
  background: var(--white); color: var(--navy-950); padding: 12px 16px;
  border-radius: 8px; font-weight: 700;
}
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 14px; color: var(--cyan-500); font-size: .78rem;
  line-height: 1.3; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--cyan-600); }
.lede { max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--muted); }
.section { padding: 92px 0; }
.section.compact { padding: 64px 0; }
.section.dark { background: var(--navy-950); color: var(--white); }
.section.soft { background: var(--surface); }
.section.cream { background: var(--cream); }
.section h2 {
  max-width: 900px; margin: 0 0 20px; font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04; letter-spacing: -.045em;
}
.section h3 { line-height: 1.15; }
.section.dark .lede, .section.dark .body-copy { color: #c2d2dc; }
.body-copy { max-width: 730px; color: var(--muted); font-size: 1.05rem; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(7, 28, 46, .96);
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 230px; }
.brand-logo { width: 52px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.brand-copy strong { display: block; font-size: 1rem; line-height: 1.1; letter-spacing: .02em; }
.brand-copy span { display: block; margin-top: 5px; color: #a8bfce; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: #dbe7ed; text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav a:hover, .nav a:focus-visible { color: var(--white); }
.lang-toggle {
  border: 1px solid rgba(255,255,255,.3); color: var(--white); background: transparent;
  min-height: 44px; padding: 0 14px; cursor: pointer; font-weight: 800;
}
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: currentColor; margin: 5px auto; }

.button {
  min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--cyan-600); color: var(--white); border: 1px solid var(--cyan-600);
  text-decoration: none; font-size: .92rem; font-weight: 800; letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #0d7ca8; border-color: #0d7ca8; }
.button:focus-visible, .lang-toggle:focus-visible, .menu-toggle:focus-visible { outline: 3px solid var(--cyan-200); outline-offset: 3px; }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.42); }
.button.secondary:hover { background: rgba(255,255,255,.08); border-color: var(--white); }
.button.light { background: var(--white); border-color: var(--white); color: var(--navy-950); }
.button.dark { background: var(--navy-950); border-color: var(--navy-950); }
.button.small { min-height: 44px; padding-inline: 17px; }

.hero {
  position: relative; min-height: 690px; display: grid; align-items: stretch;
  color: var(--white); background: var(--navy-950); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,23,37,.98) 0%, rgba(6,23,37,.94) 35%, rgba(6,23,37,.55) 62%, rgba(6,23,37,.18) 100%);
}
.hero-content { position: relative; z-index: 2; align-self: center; padding: 90px 0 110px; }
.hero-copy { max-width: 720px; }
.hero h1 {
  margin: 0; max-width: 790px; font-size: clamp(3rem, 6.3vw, 6.3rem);
  line-height: .94; letter-spacing: -.06em;
}
.hero p.hero-text { max-width: 650px; margin: 28px 0 0; color: #d7e2e8; font-size: clamp(1.06rem, 2vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 38px; color: #b9cbd5; font-size: .86rem; font-weight: 700; }
.hero-proof span::before { content: "✓"; margin-right: 8px; color: var(--cyan-500); }
.price-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
  padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); background: rgba(6,23,37,.46);
  color: var(--white); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.price-badge strong { color: var(--cyan-200); font-size: 1rem; }

.trust-strip { background: var(--navy-900); color: var(--white); border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 27px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-item small { display: block; color: var(--cyan-200); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.trust-item strong { display: block; margin-top: 6px; font-size: 1rem; line-height: 1.35; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.reverse .visual { order: 2; }
.visual { position: relative; }
.visual img { min-height: 480px; object-fit: cover; box-shadow: var(--shadow); }
.visual-note {
  position: absolute; right: -18px; bottom: -22px; max-width: 260px;
  padding: 22px; background: var(--navy-950); color: var(--white); box-shadow: var(--shadow);
}
.visual-note strong { display: block; font-size: 1.25rem; line-height: 1.15; }
.visual-note span { display: block; margin-top: 8px; color: #bcd0db; font-size: .84rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.card {
  min-height: 100%; padding: 30px; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: 0 12px 40px rgba(6,23,37,.06);
}
.card.dark-card { background: var(--navy-900); border-color: rgba(255,255,255,.11); color: var(--white); }
.card-number { display: block; color: var(--cyan-600); font-size: .76rem; font-weight: 900; letter-spacing: .18em; }
.card h3 { margin: 18px 0 10px; font-size: 1.34rem; }
.card p { margin: 0; color: var(--muted); }
.dark-card p { color: #bed0da; }
.card-link { display: inline-flex; margin-top: 24px; color: var(--cyan-600); font-weight: 800; text-decoration: none; }
.dark-card .card-link { color: var(--cyan-200); }
.card-link:hover { text-decoration: underline; }

.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.path-card {
  position: relative; min-height: 360px; display: flex; align-items: flex-end; overflow: hidden;
  color: var(--white); text-decoration: none; background: var(--navy-900); border-radius: var(--radius);
}
.path-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .45s ease; }
.path-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,23,37,.96), rgba(6,23,37,.1) 70%); }
.path-card-content { position: relative; z-index: 2; padding: 30px; }
.path-card small { color: var(--cyan-200); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.path-card h3 { margin: 10px 0 8px; font-size: 1.65rem; }
.path-card p { max-width: 510px; margin: 0; color: #d4e0e7; }
.path-card:hover img { transform: scale(1.04); }

.offer-box {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 45px; padding: clamp(30px,5vw,64px);
  background: var(--navy-900); color: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
}
.offer-box h2 { font-size: clamp(2.2rem, 4vw, 4.3rem); }
.offer-price { align-self: center; padding: 32px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); }
.offer-price strong { display: block; font-size: clamp(3rem,6vw,5.5rem); line-height: 1; letter-spacing: -.06em; }
.offer-price span { display: block; margin-top: 10px; color: #bed0db; }
.offer-list { list-style: none; padding: 0; margin: 28px 0 0; }
.offer-list li { position: relative; padding: 13px 0 13px 28px; border-top: 1px solid rgba(255,255,255,.12); }
.offer-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-500); font-weight: 900; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 44px; border: 1px solid var(--line); }
.step { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--cyan-600); font-size: .8rem; font-weight: 900; letter-spacing: .16em; }
.step h3 { margin: 26px 0 10px; font-size: 1.24rem; }
.step p { margin: 0; color: var(--muted); }

.quote { margin: 0; padding-left: 28px; border-left: 4px solid var(--cyan-500); font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.25; letter-spacing: -.03em; }
.quote small { display: block; margin-top: 20px; color: #a9c0cd; font-size: .82rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }

.faq { max-width: 900px; margin-top: 38px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 24px 42px 24px 0; list-style: none; font-weight: 800; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--cyan-600); font-size: 1.6rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 0 24px; color: var(--muted); }

.cta-band { background: var(--cyan-600); color: var(--white); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 64px 0; }
.cta-inner h2 { max-width: 740px; margin: 0; font-size: clamp(2rem,4vw,4rem); line-height: 1; letter-spacing: -.045em; }

.site-footer { background: #04121d; color: var(--white); padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.footer-grid h3 { margin: 0 0 15px; font-size: 1rem; }
.footer-grid p, .footer-grid a { color: #aebfca; font-size: .9rem; }
.footer-grid a { display: block; margin: 7px 0; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.legal { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8da2af; font-size: .78rem; }

.vertical-hero { min-height: 610px; }
.vertical-hero h1 { font-size: clamp(2.9rem,5.8vw,5.8rem); }
.proof-note { margin-top: 18px; color: #9fb4c0; font-size: .78rem; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 40px; }
.comparison > div { background: var(--white); padding: 36px; }
.comparison h3 { margin-top: 0; }
.checklist { list-style: none; padding: 0; margin: 22px 0 0; }
.checklist li { position: relative; padding: 10px 0 10px 27px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-600); font-weight: 900; }
.notice { padding: 22px; background: #eaf5f9; border-left: 4px solid var(--cyan-600); color: var(--navy-800); }

.schedule-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; align-items: start; }
.schedule-panel { position: sticky; top: 110px; padding: 34px; background: var(--navy-900); color: var(--white); border-radius: var(--radius); }
.schedule-panel p { color: #bed0db; }
.calendar-frame { width: 100%; min-height: 760px; border: 1px solid var(--line); background: var(--white); }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); }
  .nav.open { display: flex; }
  .nav a { padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav .button { margin-top: 14px; }
  .menu-toggle { display: block; }
  .hero { min-height: 640px; }
  .hero-media::after { background: linear-gradient(90deg, rgba(6,23,37,.97), rgba(6,23,37,.74)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .offer-box, .schedule-grid { grid-template-columns: 1fr; }
  .split.reverse .visual { order: initial; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .schedule-panel { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 68px 0; }
  .brand { min-width: auto; }
  .brand-copy span { display: none; }
  .site-header .button.header-cta { display: none; }
  .hero { min-height: 690px; }
  .hero-media img { object-position: 68% center; opacity: .66; }
  .hero-media::after { background: linear-gradient(0deg, rgba(6,23,37,.98) 0%, rgba(6,23,37,.78) 75%, rgba(6,23,37,.55)); }
  .hero-content { align-self: end; padding: 90px 0 62px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 10px; }
  .trust-grid, .card-grid, .path-grid, .steps, .comparison, .footer-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .visual img { min-height: 340px; }
  .visual-note { position: static; max-width: none; }
  .path-card { min-height: 330px; }
  .offer-box { padding: 28px 22px; }
  .step, .step:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .cta-inner .button { width: 100%; }
  .calendar-frame { min-height: 640px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
