:root {
  --navy: #0d1b3d;
  --navy-2: #132750;
  --blue: #1565c0;
  --teal: #00b894;
  --teal-dark: #008b71;
  --coral: #ff6b6b;
  --yellow: #ffc107;
  --cloud: #f2f4f7;
  --white: #fff;
  --ink: #182033;
  --muted: #5c667a;
  --border: #dfe5ec;
  --shadow: 0 24px 70px rgba(13, 27, 61, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
body::selection { background: rgba(0, 184, 148, .22); }
a { color: var(--blue); text-decoration-thickness: .09em; text-underline-offset: .18em; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--navy); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-utility { background: var(--navy); color: white; text-align: center; padding: 8px 20px; font-size: .86rem; font-weight: 700; letter-spacing: .01em; }
.site-utility strong { color: #66e8cd; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(223, 229, 236, .88); backdrop-filter: blur(16px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.wordmark-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--navy); color: var(--teal); font-weight: 950; font-size: 1.35rem; box-shadow: inset -7px -7px 0 rgba(0, 184, 148, .1); }
.wordmark-text { display: grid; line-height: 1.05; }
.wordmark-text strong { font-size: 1.24rem; letter-spacing: -.035em; }
.wordmark-text small { margin-top: 5px; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a:not(.button) { color: var(--navy); font-size: .93rem; font-weight: 750; text-decoration: none; }
.nav-links > a:not(.button):hover { color: var(--teal-dark); }
.menu-button { display: none; padding: 9px 11px; border: 1px solid var(--border); border-radius: 12px; background: white; color: var(--navy); font: inherit; font-weight: 800; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); text-decoration: none; }
.button-primary { background: var(--teal); color: #071a22; box-shadow: 0 12px 30px rgba(0, 184, 148, .23); }
.button-primary:hover { background: #08c8a1; box-shadow: 0 16px 36px rgba(0, 184, 148, .28); }
.button-secondary { background: white; border-color: var(--border); color: var(--navy); }
.button-small { min-height: 44px; padding: 9px 16px; }

.hero { overflow: hidden; padding: 92px 0 84px; background: radial-gradient(circle at 90% 10%, rgba(0, 184, 148, .2), transparent 28%), linear-gradient(145deg, #f5f8ff 0%, #fff 54%, #effff9 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 4px; background: currentColor; }
h1, h2, h3 { margin: 0 0 16px; color: var(--navy); font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.09; }
h1 { max-width: 760px; font-size: clamp(2.75rem, 6.2vw, 5.2rem); letter-spacing: -.055em; }
h1 span { color: var(--teal-dark); }
h2 { font-size: clamp(2rem, 4.3vw, 3.45rem); letter-spacing: -.042em; }
h3 { font-size: 1.22rem; letter-spacing: -.02em; }
p { margin: 0 0 18px; }
.hero-copy { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 12px; }
.microcopy { color: var(--muted); font-size: .88rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--navy); font-size: .9rem; font-weight: 750; }
.trust-row li::before { content: "✓"; margin-right: 7px; color: var(--teal-dark); font-weight: 950; }

.product-visual { position: relative; min-height: 490px; }
.sheet { position: absolute; inset: 25px 12px 20px 14px; padding: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 32px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); transform: rotate(2deg); }
.sheet::before { content: ""; position: absolute; inset: -18px 24px 22px -20px; z-index: -1; border-radius: 32px; background: var(--navy); transform: rotate(-5deg); }
.sheet-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.sheet-logo { color: var(--navy); font-weight: 950; letter-spacing: -.03em; }
.sheet-logo i { color: var(--teal-dark); font-style: normal; }
.price-badge { position: absolute; right: -2px; top: 0; z-index: 4; display: grid; width: 108px; height: 108px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 1.42rem; font-weight: 950; box-shadow: 0 18px 38px rgba(13, 27, 61, .2); transform: rotate(-6deg); }
.doc-line { height: 10px; margin: 14px 0; border-radius: 20px; background: #e5eaf1; }
.doc-line.teal { width: 91%; background: rgba(0,184,148,.52); }
.doc-line.short { width: 62%; }
.mini-tracker { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 5px; margin-top: 30px; }
.mini-tracker span { height: 22px; border-radius: 5px; background: #e8edf4; }
.mini-tracker span:nth-child(-n+3) { background: var(--navy); }
.format-pills { position: absolute; left: 0; bottom: 5px; z-index: 5; display: flex; gap: 8px; transform: rotate(-2deg); }
.format-pills span { padding: 8px 11px; border-radius: 999px; background: white; color: var(--navy); font-size: .76rem; font-weight: 900; box-shadow: 0 8px 20px rgba(13,27,61,.13); }

section { padding: 86px 0; }
.soft { background: var(--cloud); }
.section-heading { max-width: 790px; margin: 0 auto 44px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 12px 36px rgba(13, 27, 61, .06); }
.card-icon { display: grid; width: 52px; height: 52px; margin-bottom: 20px; place-items: center; border-radius: 15px; background: rgba(0, 184, 148, .13); color: var(--navy); font-size: 1.25rem; font-weight: 950; }
.card:nth-child(2) .card-icon { background: rgba(21,101,192,.12); }
.card:nth-child(3) .card-icon { background: rgba(255,107,107,.13); }
.card p, .step p { color: var(--muted); }

.product-box { display: grid; grid-template-columns: 1fr 355px; gap: 52px; align-items: start; padding: 54px; border-radius: 34px; background: var(--navy); box-shadow: var(--shadow); }
.product-box h2, .product-box p, .product-box li { color: white; }
.check-list { columns: 2; gap: 32px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { break-inside: avoid; margin: 0 0 12px; }
.check-list li::before { content: "✓"; margin-right: 9px; color: #65e5cb; font-weight: 950; }
.purchase-card { padding: 27px; border-radius: 22px; background: white; }
.purchase-card .price { color: var(--navy); font-size: 2.65rem; font-weight: 950; letter-spacing: -.05em; }
.purchase-card .price small { font-size: .86rem; letter-spacing: 0; }
.purchase-card p { color: var(--muted); }
.purchase-card .button { width: 100%; }
.cost-note { margin: 14px 0 21px; padding: 14px; border-radius: 12px; background: #eafff8; color: var(--navy); font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 27px 24px; border: 1px solid var(--border); border-radius: 20px; background: white; counter-increment: step; }
.step::before { content: counter(step); display: grid; width: 40px; height: 40px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 900; }
.launch-card { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding: 34px 38px; border: 1px solid #b9e9df; border-radius: 24px; background: #ebfff9; }
.launch-card h3 { margin-bottom: 7px; }
.launch-card p { margin: 0; color: var(--muted); }
.status-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: white; color: var(--navy); font-size: .82rem; font-weight: 900; white-space: nowrap; }
.status-chip::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,193,7,.16); }

.faq { display: grid; max-width: 900px; margin: auto; gap: 12px; }
details { padding: 20px 22px; border: 1px solid var(--border); border-radius: 16px; background: white; }
summary { color: var(--navy); font-weight: 850; cursor: pointer; }
details p { margin: 14px 0 0; color: var(--muted); }
.final-cta { text-align: center; }

.site-footer { padding: 54px 0 24px; background: var(--navy); color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; }
.site-footer .wordmark { color: white; }
.site-footer .wordmark-text small { color: rgba(255,255,255,.6); }
.site-footer strong { color: white; }
.footer-links { display: grid; gap: 8px; margin-top: 11px; }
.footer-links a { color: rgba(255,255,255,.82); }
.legal-disclosure { margin: 28px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.68); font-size: .85rem; line-height: 1.65; }
.copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }

.legal-page { min-height: 65vh; padding: 68px 0; background: var(--cloud); }
.legal-page article { max-width: 900px; margin: auto; padding: 48px; border-radius: 26px; background: white; box-shadow: 0 12px 42px rgba(13,27,61,.08); }
.legal-page article h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); }
.legal-page article h2 { margin-top: 31px; font-size: 1.43rem; letter-spacing: -.025em; }
.legal-page article li { margin-bottom: 8px; }
.notice { margin: 20px 0 28px; padding: 15px 17px; border-left: 5px solid var(--yellow); border-radius: 10px; background: #fff9df; }
.status-panel { max-width: 680px; margin: 90px auto; padding: 52px; border: 1px solid var(--border); border-radius: 26px; background: white; text-align: center; box-shadow: var(--shadow); }
.status-panel h1 { font-size: clamp(2rem, 5vw, 3rem); }
.status-icon { display: grid; width: 54px; height: 54px; margin: 0 auto 22px; place-items: center; border-radius: 50%; background: #e9fff8; color: var(--teal-dark); font-size: 1.35rem; font-weight: 950; }
.spinner { width: 48px; height: 48px; margin: 0 auto 24px; border: 5px solid #e5eaf1; border-top-color: var(--teal); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

dialog { width: min(520px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(13,27,61,.3); }
dialog::backdrop { background: rgba(13,27,61,.68); backdrop-filter: blur(4px); }
.dialog-content { padding: 34px; }
.dialog-content h2 { font-size: 2rem; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

@media (max-width: 920px) {
  .menu-button { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 110px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav-links[data-open] { display: flex; }
  .nav-links .button { width: 100%; }
  .hero-grid, .product-box { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .grid-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .purchase-card { max-width: 520px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1160px); }
  .site-utility { font-size: .77rem; }
  .wordmark-text small { display: none; }
  .hero { padding: 62px 0 56px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .product-visual { min-height: 390px; }
  .sheet { inset: 28px 14px 16px 6px; padding: 27px; }
  .price-badge { width: 90px; height: 90px; font-size: 1.15rem; }
  section { padding: 62px 0; }
  .product-box, .legal-page article, .status-panel { padding: 29px 22px; }
  .check-list { columns: 1; }
  .steps { grid-template-columns: 1fr; }
  .launch-card { grid-template-columns: 1fr; gap: 16px; padding: 26px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
