:root {
  color-scheme: dark;
  --ink: #f7f9ff;
  --muted: #aab6cf;
  --blue: #1597ff;
  --blue-bright: #37b8ff;
  --navy: #061632;
  --navy-2: #081d41;
  --panel: rgba(13, 39, 78, .7);
  --line: rgba(166, 199, 255, .17);
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--navy); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(6, 22, 50, .88); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-size: 1.08rem; font-weight: 750; letter-spacing: -.02em; }
.brand img { border-radius: 11px; box-shadow: 0 8px 24px rgba(0, 74, 255, .25); }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 25px; }
.site-header nav a, .site-footer nav a { color: var(--muted); text-decoration: none; font-size: .94rem; font-weight: 600; }
.site-header nav a:hover, .site-header nav a:focus, .site-header nav a[aria-current="page"], .site-footer nav a:hover { color: #fff; }

.hero { min-height: 680px; padding-block: 100px 80px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 15px; color: var(--blue-bright); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 6.6rem); line-height: .94; letter-spacing: -.065em; }
h1 span { color: var(--blue); }
.hero-text { max-width: 690px; color: #c2cce0; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.store-badge, .button-link { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; background: linear-gradient(135deg, #0e89ff, #0e62ee); color: white; font-weight: 760; text-decoration: none; box-shadow: 0 14px 35px rgba(0, 94, 255, .28); }
.text-link { color: #fff; font-weight: 700; text-decoration: none; }
.privacy-note { margin-top: 26px; color: var(--muted); font-size: .92rem; }
.privacy-note span { margin-right: 7px; color: #27d697; }
.hero-visual { position: relative; display: grid; place-items: center; }
.hero-visual img { position: relative; width: min(100%, 430px); border-radius: 22.5%; box-shadow: 0 32px 80px rgba(0, 58, 184, .45); transform: rotate(2deg); }
.glow { position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(0, 145, 255, .38), transparent 68%); filter: blur(25px); }

.trust-strip { border-block: 1px solid var(--line); background: rgba(12, 37, 75, .42); }
.trust-grid { min-height: 132px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid div { min-height: 58px; padding: 0 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }.trust-grid div:last-child { border: 0; }
.trust-grid strong { font-size: 1rem; }.trust-grid span { color: var(--muted); font-size: .92rem; }

.section { padding-block: 110px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .pro-panel h2, .final-cta h2, .contact-panel h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child, .pro-panel p, .final-cta p, .contact-panel p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .faq-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(19, 53, 103, .7), rgba(8, 28, 62, .7)); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.card-number { display: inline-block; margin-bottom: 55px; color: var(--blue-bright); font-size: .8rem; font-weight: 800; }
.card h3, .steps h3, .faq-card h2 { margin-bottom: 10px; font-size: 1.28rem; line-height: 1.2; }
.card p, .steps p, .faq-card p { margin: 0; color: var(--muted); }

.process-section { background: #f3f7ff; color: #07142f; }
.process-section .eyebrow { color: #087dff; }.process-section .section-heading > p:last-child, .process-section .steps p { color: #536078; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 25px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-bottom: 1px solid #d7dfef; }
.steps li:first-child { padding-top: 0; }.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #0a83ff; color: white; font-weight: 800; }

.pro-panel { padding: 58px; border: 1px solid rgba(78, 175, 255, .35); border-radius: 28px; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; background: radial-gradient(circle at 90% 0%, rgba(0, 142, 255, .25), transparent 40%), var(--navy-2); }
.pro-panel > div:first-child { max-width: 690px; }.price-block { text-align: right; }.price-block strong { display: block; font-size: 3.2rem; line-height: 1; letter-spacing: -.05em; }.price-block span { display: block; max-width: 230px; margin-top: 10px; color: var(--muted); }
.final-cta { padding-top: 20px; padding-bottom: 120px; display: flex; align-items: center; gap: 28px; }.final-cta img { flex: 0 0 auto; border-radius: 20px; }.final-cta h2 { margin-bottom: 8px; font-size: 2rem; }.final-cta p { margin-bottom: 0; }

.legal-main { padding-block: 85px 120px; }.legal-header { max-width: 800px; margin-bottom: 45px; }.legal-header h1 { margin-bottom: 15px; font-size: clamp(3rem, 7vw, 5.5rem); }.legal-header > p:last-child { color: var(--muted); font-size: 1.12rem; }
.legal-card { max-width: 900px; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: 28px; background: rgba(10, 31, 67, .72); }.legal-card .lead { color: #e1e7f4; font-size: 1.25rem; }.legal-card h2 { margin: 40px 0 8px; font-size: 1.4rem; }.legal-card p { color: var(--muted); }.legal-card a { color: var(--blue-bright); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.faq-card h2 { font-size: 1.18rem; }.contact-panel { margin-top: 24px; padding: 38px; border-radius: 22px; display: flex; justify-content: space-between; align-items: center; gap: 40px; background: #edf5ff; color: #07142f; }.contact-panel div { max-width: 720px; }.contact-panel .eyebrow { color: #087dff; }.contact-panel h2 { margin-bottom: 10px; font-size: 2rem; }.contact-panel p { margin-bottom: 0; color: #536078; }.contact-panel .button-link { flex: 0 0 auto; }

.site-footer { padding-block: 48px; border-top: 1px solid var(--line); background: #041126; }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }.site-footer strong { font-size: 1.06rem; }.site-footer p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }.site-footer p a { color: #d7e2f8; }.copyright { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid var(--line); }

@media (max-width: 860px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; }.hero-visual { grid-row: 1; }.hero-visual img { width: 220px; }.hero-copy { text-align: center; }.hero-text { margin-inline: auto; }.hero-actions { justify-content: center; }
  .trust-grid, .feature-grid, .split-layout { grid-template-columns: 1fr; }.trust-grid { padding-block: 22px; }.trust-grid div, .trust-grid div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid div:last-child { border-bottom: 0; }.split-layout { gap: 35px; }
  .pro-panel { grid-template-columns: 1fr; }.price-block { text-align: left; }.faq-grid { grid-template-columns: 1fr; }.contact-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }.nav-wrap { min-height: 68px; }.brand span { display: none; }.site-header nav { gap: 15px; }.site-header nav a { font-size: .85rem; }
  h1 { font-size: 3.1rem; }.section { padding-block: 78px; }.card { padding: 26px; }.card-number { margin-bottom: 38px; }.pro-panel { padding: 32px 26px; }.final-cta { align-items: flex-start; }.final-cta img { width: 60px; }.footer-grid { grid-template-columns: 1fr; }.copyright { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
