@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #1b2654;
  --blue: #4054b2;
  --blue-2: #2e3f8c;
  --cyan: #6ec1e4;
  --green: #61ce70;
  --green-deep: #4fb45f;
  --yellow: #f5c518;
  --ink: #1a2440;
  --muted: #5a6478;
  --line: #e0e0e0;
  --mist: #f6f8fb;
  --white: #fff;
  --shadow: 0 1px 2px rgba(20,32,80,.04),0 8px 24px rgba(20,32,80,.06);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Space Grotesk", "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; line-height: 1.55; font-size: 17px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.prototype { padding: 8px 20px; color: #fff; background: #102f48; text-align: center; font-size: .78rem; font-weight: 750; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--navy); text-decoration: none; font-family: "Archivo", sans-serif; font-size: 1.24rem; font-weight: 800; }
.brand::after { content: ""; display: block; width: 42px; height: 3px; margin-top: 3px; background: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--navy); font-size: .9rem; font-weight: 750; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 27px; border: 1.5px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 700; line-height: 1.15; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 4px solid var(--yellow); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 6px 18px rgba(97,206,112,.32); }
.button-primary:hover { color: #fff; background: var(--green-deep); box-shadow: 0 10px 24px rgba(97,206,112,.4); }
.button-secondary { color: var(--navy); background: #fff; border-color: #a8cddd; }
.button-small { min-height: 42px; padding: 9px 17px; }
.hero { position: relative; overflow: hidden; padding: 72px 0 88px; background: #fff; border-bottom: 1px solid #ecedf1; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% -10%,rgba(110,193,228,.18),transparent 45%),radial-gradient(circle at -10% 110%,rgba(64,84,178,.10),transparent 45%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(360px,1.08fr); align-items: center; gap: 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 15px; padding: 8px 14px; color: var(--blue); background: #eaf1fb; border: 1px solid rgba(64,84,178,.18); border-radius: 999px; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 3px rgba(245,197,24,.22); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 760px; margin: 7px 0 16px; color: var(--navy); font-family: "Archivo", sans-serif; font-size: clamp(2.15rem,4.6vw,3.65rem); line-height: 1.08; letter-spacing: -.025em; }
h2 { color: var(--navy); font-family: "Archivo", sans-serif; font-size: clamp(1.8rem,3.4vw,2.5rem); line-height: 1.15; letter-spacing: -.015em; }
h3 { color: var(--navy); line-height: 1.25; }
.lead { max-width: 650px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin: 30px 0 18px; }
.microcopy { max-width: 690px; color: var(--muted); font-size: .82rem; }
.offer-card { position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.offer-card::before { display: none; }
.hero-product { height: 330px; display: flex; align-items: center; justify-content: center; gap: 16px; margin: -10px -10px 20px; padding: 20px 16px; overflow: hidden; background: #fff; border: 1px solid #ecedf1; border-radius: 10px; }
.hero-product img { width: min(46%, 210px); height: 100%; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(20,32,80,.08)); }
.price { margin: 0 0 2px; color: var(--navy); font-size: clamp(2.7rem,5vw,4.1rem); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price-note { color: var(--muted); font-size: .84rem; }
.offer-list { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; }
.offer-list li { display: grid; grid-template-columns: 24px 1fr; gap: 8px; }
.offer-list li::before { content: "✓"; color: var(--blue); font-weight: 900; }
.band { padding: 40px 0; color: var(--ink); background: var(--mist); border-bottom: 1px solid #ecedf1; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.metric { text-align: center; }
.metric strong { display: block; color: var(--blue); font-family: "Archivo",sans-serif; font-size: 2.2rem; font-weight: 800; line-height: 1.1; }
.metric span { color: var(--muted); font-size: .84rem; }
.section { padding: 88px 0; }
.section-soft { background: var(--mist); }
.section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.fit-grid, .cards-3, .timeline, .routes { display: grid; gap: 22px; }
.fit-grid { grid-template-columns: 1fr 1fr; }
.fit-card, .info-card, .route-card { padding: 28px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.fit-card.yes { border-top: 5px solid var(--blue); }
.fit-card.no { border-top: 5px solid #9aabb6; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 10px; height: 10px; border: 3px solid var(--cyan); border-radius: 50%; }
.timeline { grid-template-columns: repeat(4,1fr); counter-reset: step; }
.step { position: relative; min-height: 230px; padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; width: auto; height: auto; margin-bottom: 14px; color: #eaf1fb; background: none; font-family: "Archivo",sans-serif; font-size: 2.15rem; font-weight: 800; }
.step p, .info-card p, .route-card p { color: var(--muted); }
.cards-3 { grid-template-columns: repeat(3,1fr); }
.info-card strong { display: block; margin-bottom: 9px; color: var(--blue); font-size: 1.05rem; }
.pricing { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 28px; }
.pricing-main { padding: 42px; color: #fff; background: linear-gradient(135deg,var(--blue),var(--blue-2)); border-radius: var(--radius); }
.pricing-main h2 { color: #fff; }
.pricing-main .price { color: #fff; }
.pricing-main p { color: #dcebf4; }
.pricing-details { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-note { margin-top: 24px; padding: 20px; color: #5d4a15; background: #fff8df; border: 1px solid #ecd273; border-radius: 12px; font-size: .9rem; }
.authority { display: grid; grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr); align-items: center; gap: 56px; }
.portrait { min-height: 420px; overflow: hidden; display: grid; align-items: end; background: #eaf1fb; border-radius: var(--radius); }
.portrait img { width: 100%; display: block; filter: grayscale(100%); }
.authority-copy p { color: var(--muted); }
.faq { max-width: 900px; }
details { margin-bottom: 12px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
summary { padding: 20px 24px; color: var(--navy); cursor: pointer; font-weight: 800; }
details p { padding: 0 24px 22px; color: var(--muted); }
.precheckout { padding: 44px 40px; color: var(--ink); background: linear-gradient(180deg,#fff,#fbfcfe); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); text-align: center; }
.precheckout h2 { color: var(--navy); }
.precheckout p { color: var(--muted); }
.precheckout .legal-note { color: #5d4a15; }
.routes { grid-template-columns: repeat(3,1fr); }
.route-card { display: flex; flex-direction: column; }
.route-card .button { margin-top: auto; }
.route-card.current { border: 2px solid var(--cyan); box-shadow: 0 12px 34px rgba(8,162,209,.12); }
.site-footer { padding: 44px 0; color: #b7ccd9; background: #0b283c; font-size: .82rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; }
.site-footer strong { color: #fff; }
.sticky-buy { display: none; }
.hub-hero { padding: 88px 0 78px; background: radial-gradient(circle at 90% -10%,rgba(110,193,228,.18),transparent 45%),#fff; }
.hub-hero h1 { max-width: 900px; }
.hub-routes { margin-top: 45px; }
.official-context { max-width: 880px; margin-top: 38px; padding: 28px 30px; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--yellow); border-radius: var(--radius); box-shadow: var(--shadow); }
.official-context h2 { margin-bottom: 9px; font-size: clamp(1.35rem,2.4vw,1.9rem); }
.official-context p { margin-bottom: 0; color: var(--muted); }
.official-kicker { color: var(--blue)!important; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tag { display: inline-flex; padding: 6px 10px; color: var(--blue); background: #e6f4fa; border-radius: 999px; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.stripe-card { aspect-ratio: 1; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 7.5%; color: #fff; background: linear-gradient(145deg,#062d50 0%,#005ba3 72%,#08a2d1 100%); border-radius: 6%; box-shadow: var(--shadow); }
.stripe-card::after { content: ""; position: absolute; width: 53%; aspect-ratio: 1; right: -12%; top: -12%; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.06),0 0 0 58px rgba(244,198,79,.1); }
.stripe-card > * { position: relative; z-index: 1; }
.stripe-brand { font-family: Georgia,"Times New Roman",serif; font-size: clamp(1rem,2vw,1.5rem); }
.stripe-brand::after { content: ""; display: block; width: 18%; height: 4px; margin-top: 10px; background: var(--yellow); }
.stripe-card h2 { max-width: 80%; margin: 0; color: #fff; font-family: inherit; font-size: clamp(1.6rem,3.2vw,3rem); line-height: 1.02; }
.stripe-card p { margin: 10px 0 0; color: #d8eef7; font-weight: 700; }
@media (max-width: 900px) {
  .hero-grid,.pricing,.authority { grid-template-columns: 1fr; }
  .hero { padding-top: 66px; }
  .offer-card { max-width: 620px; }
  .metrics,.timeline { grid-template-columns: repeat(2,1fr); }
  .cards-3,.routes { grid-template-columns: 1fr; }
  .portrait { max-width: 520px; }
  .nav-links a:not(.button) { display: none; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px,1160px); }
  .prototype { padding-inline: 14px; }
  .nav { min-height: 62px; }
  .brand { font-size: 1.12rem; }
  .nav .button { display: none; }
  .hero { padding: 52px 0 48px; }
  .hero-grid { gap: 36px; }
  h1 { font-size: clamp(2.45rem,13vw,3.8rem); }
  .hub-hero h1 { font-size: clamp(2.25rem,11vw,3rem); overflow-wrap: anywhere; }
  .section { padding: 62px 0; }
  .fit-grid,.metrics,.timeline { grid-template-columns: 1fr; }
  .metric { padding: 4px 0; }
  .step { min-height: auto; }
  .pricing-main,.pricing-details,.precheckout { padding: 28px 24px; }
  .authority { gap: 32px; }
  .portrait { min-height: 350px; }
  .footer-grid { flex-direction: column; }
  .sticky-buy { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(7,52,91,.12); }
  .sticky-buy strong { color: var(--navy); }
  .sticky-buy .button { min-height: 44px; padding: 9px 15px; }
  body { padding-bottom: 72px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none!important; } }
