:root {
  color-scheme: light;
  --ink: #14213a;
  --muted: #5e6c83;
  --line: #dfe7f0;
  --paper: #ffffff;
  --soft: #f3f7fb;
  --brand: #244a9b;
  --brand-dark: #17336f;
  --accent: #6b8293;
  --success: #16745f;
  --shadow: 0 24px 70px rgba(21, 48, 91, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.asset {
  --brand: #176e64;
  --brand-dark: #0e5149;
  --accent: #d5893f;
  --soft: #f2f8f6;
  --shadow: 0 24px 70px rgba(12, 78, 68, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--brand); }
a:focus-visible, summary:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 30%, transparent); outline-offset: 4px; border-radius: 6px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip { position: fixed; z-index: 99; left: 16px; top: -80px; padding: 10px 14px; color: #fff; background: var(--brand); border-radius: 8px; }
.skip:focus { top: 12px; }
.topbar { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(223, 231, 240, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 820; letter-spacing: -.025em; }
.mark { position: relative; width: 36px; height: 33px; display: inline-block; flex: 0 0 auto; }
.mark::before, .mark::after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; }
.mark::before { left: 0; top: 0; border-width: 0 18px 32px; border-color: transparent transparent var(--brand); }
.mark::after { left: 13px; top: 7px; border-width: 0 13px 24px; border-color: transparent transparent color-mix(in srgb, var(--accent) 88%, transparent); }
.navlinks { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }
.navlinks a { color: var(--muted); text-decoration: none; font-size: .94rem; font-weight: 620; }
.navlinks a:hover { color: var(--brand); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border: 1px solid var(--brand); border-radius: 13px; font-weight: 760; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--brand); box-shadow: 0 10px 24px color-mix(in srgb, var(--brand) 25%, transparent); }
.button.secondary { color: var(--brand); background: #fff; }
.button.small { min-height: 40px; padding: 0 16px; border-radius: 11px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--brand) 19%, transparent), transparent 31%), linear-gradient(145deg, #fbfcfe, var(--soft)); border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; right: -180px; bottom: -250px; width: 520px; height: 520px; border: 1px solid color-mix(in srgb, var(--brand) 17%, transparent); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: 76px; min-height: 640px; padding: 86px 0; }
.eyebrow { margin: 0 0 14px; color: var(--brand); font-weight: 820; letter-spacing: .1em; text-transform: uppercase; font-size: .76rem; }
h1 { max-width: 800px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.3rem); line-height: .99; letter-spacing: -.058em; }
.lead { max-width: 740px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.microcopy { margin: 16px 0 0; color: var(--muted); font-size: .88rem; }
.visual { position: relative; padding: 24px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 30px; background: rgba(255, 255, 255, .76); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.visual::before { content: ""; position: absolute; inset: -11px 22px auto; height: 4px; border-radius: 20px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.visual-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--muted); font-size: .8rem; }
.dots { display: flex; gap: 5px; }
.dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--line); }
.visual-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.visual-card + .visual-card { margin-top: 13px; }
.visual-card strong { display: block; margin-bottom: 3px; }
.visual-card span { color: var(--muted); font-size: .92rem; }
.visual-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; }
.visual-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--brand); background: color-mix(in srgb, var(--brand) 10%, #fff); border-radius: 13px; font-weight: 850; }
.visual-amount { color: var(--ink) !important; font-weight: 800; }
.badge { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 9px; padding: 4px 10px; color: var(--brand-dark); background: color-mix(in srgb, var(--brand) 11%, #fff); border-radius: 999px; font-size: .73rem !important; font-weight: 820; }
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.trust { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; color: var(--muted); font-size: .91rem; }
.trust-item { display: flex; align-items: center; gap: 9px; }
.check { display: inline-grid; place-items: center; width: 24px; height: 24px; color: #fff; background: var(--success); border-radius: 50%; font-size: .72rem; font-weight: 900; }
section { padding: 94px 0; }
.section-head { max-width: 760px; margin-bottom: 38px; }
h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.043em; }
h3 { margin: 0 0 9px; font-size: 1.16rem; }
.section-head p, .card p, .step p, .prose p, .prose li, .price p { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 9px 28px rgba(24, 51, 91, .05); }
.card-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; color: var(--brand); background: color-mix(in srgb, var(--brand) 10%, #fff); border-radius: 13px; font-weight: 850; }
.card p { margin: 0; }
.soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: steps; }
.step { position: relative; padding-left: 62px; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--brand); border-radius: 14px; font-weight: 850; }
.step p { margin: 0; }
.price-layout { display: grid; grid-template-columns: 1fr minmax(310px, 420px); align-items: center; gap: 70px; }
.price { padding: 34px; border: 1px solid color-mix(in srgb, var(--brand) 27%, var(--line)); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.price strong { display: block; font-size: 2.7rem; line-height: 1; letter-spacing: -.04em; }
.price strong span { font-size: 1rem; color: var(--muted); font-weight: 620; letter-spacing: 0; }
.price ul { margin: 22px 0; padding: 0; list-style: none; }
.price li { display: flex; gap: 9px; margin: 9px 0; color: var(--muted); }
.price li::before { content: "✓"; color: var(--success); font-weight: 900; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.plan { position: relative; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.plan.highlight { border-color: color-mix(in srgb, var(--brand) 50%, var(--line)); box-shadow: var(--shadow); }
.plan-label { align-self: flex-start; margin-bottom: 16px; padding: 4px 9px; color: var(--brand-dark); background: color-mix(in srgb, var(--brand) 11%, #fff); border-radius: 999px; font-size: .72rem; font-weight: 820; text-transform: uppercase; letter-spacing: .06em; }
.plan h3 { font-size: 1.28rem; }
.plan-price { margin: 7px 0 18px; color: var(--ink); font-size: 2rem; font-weight: 850; letter-spacing: -.04em; }
.plan-price span { color: var(--muted); font-size: .82rem; font-weight: 620; letter-spacing: 0; }
.plan ul { margin: 0 0 24px; padding: 0; list-style: none; color: var(--muted); }
.plan li { margin: 8px 0; }
.plan li::before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 900; }
.plan .button { margin-top: auto; }
.plan-note { margin: 22px 0 0; color: var(--muted); font-size: .9rem; text-align: center; }
.download-panel, .download-page { display: grid; grid-template-columns: 1fr minmax(260px, 340px); align-items: center; gap: 70px; }
.download-page { min-height: 66vh; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0 18px; }
.store-badge { display: flex; min-width: 190px; padding: 10px 17px; flex-direction: column; justify-content: center; border-radius: 13px; color: #fff; background: #111827; line-height: 1.1; }
.store-badge small { margin-bottom: 3px; color: #cbd5e1; font-size: .68rem; }
.store-badge strong { font-size: 1rem; }
.store-badge.disabled { opacity: .64; cursor: not-allowed; }
.text-link { color: var(--brand); font-weight: 780; text-decoration: none; }
.qr-card { display: flex; padding: 24px; flex-direction: column; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: var(--shadow); text-align: center; text-decoration: none; }
.qr-card img { width: min(100%, 260px); height: auto; border-radius: 8px; }
.qr-card span, .availability { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.qr-card.compact { justify-self: end; }
.availability code { color: var(--ink); }
.notice { padding: 24px; border-left: 4px solid var(--brand); border-radius: 13px; background: color-mix(in srgb, var(--brand) 8%, #fff); }
.faq { display: grid; gap: 12px; max-width: 850px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 760; }
.faq p { margin: 12px 0 0; color: var(--muted); }
.cta { padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 26px; color: #fff; background: linear-gradient(125deg, var(--brand-dark), var(--brand)); box-shadow: var(--shadow); }
.cta h2 { margin-bottom: 8px; }
.cta p { margin: 0; color: rgba(255, 255, 255, .78); }
.cta .button { color: var(--brand-dark); background: #fff; border-color: #fff; flex: 0 0 auto; }
.prose { max-width: 850px; padding: 76px 0 100px; }
.prose h1 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 24px; }
.prose h2 { margin-top: 43px; font-size: 1.55rem; }
.prose h3 { margin-top: 28px; }
.prose .card { margin: 26px 0; }
.meta { color: var(--muted); font-size: .9rem; }
footer { padding: 38px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: .9rem; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--brand); }

@media (max-width: 900px) {
  .hero-grid, .price-layout, .download-panel, .download-page { grid-template-columns: 1fr; gap: 44px; min-height: auto; }
  .hero-grid { padding: 72px 0; }
  .visual { transform: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 24px 0; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { min-height: 64px; }
  .navlinks a:not(.button) { display: none; }
  .navlinks .button { min-height: 38px; padding: 0 13px; font-size: .84rem; }
  h1 { font-size: clamp(2.5rem, 15vw, 4rem); }
  .hero-grid { padding: 58px 0; }
  .grid, .trust-grid, .plans { grid-template-columns: 1fr; }
  section { padding: 68px 0; }
  .visual { padding: 16px; border-radius: 23px; }
  .price { padding: 26px; }
  .store-buttons, .store-badge { width: 100%; }
  .qr-card.compact { justify-self: stretch; }
  .cta { padding: 28px; align-items: flex-start; flex-direction: column; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

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