:root {
  --ink: #10213a;
  --muted: #60708a;
  --line: #dce5f1;
  --paper: #ffffff;
  --wash: #f5f8ff;
  --blue: #1689e8;
  --blue-deep: #3155d9;
  --violet: #6c4ff8;
  --coral: #ff5148;
  --teal: #08aa9b;
  --navy: #08182e;
  --shadow: 0 24px 70px rgba(31, 66, 120, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 10px 15px; border-radius: 10px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 241, .8);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; letter-spacing: -.04em; font-size: 20px; }
.brand-mark { position: relative; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: white; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); box-shadow: 0 9px 24px rgba(22, 137, 232, .26); font-size: 24px; line-height: 1; font-weight: 900; }
.brand-mark::after { content: ""; position: absolute; width: 8px; height: 8px; right: -2px; top: -2px; border: 3px solid white; border-radius: 50%; background: var(--coral); }
.brand-dot { color: var(--coral); }
.brand-care { color: var(--blue); }
.site-footer .brand-care { color: #75c8ff; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 9px 13px; border-radius: 10px; color: #455570; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue-deep); background: #edf3ff; }
.nav-links .nav-cta { margin-left: 8px; color: #fff; background: var(--navy); }
.nav-links .nav-cta:hover { color: #fff; background: #173052; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 5px; background: currentColor; transition: .2s; }

.hero { position: relative; overflow: hidden; padding: 92px 0 88px; background: radial-gradient(circle at 82% 18%, rgba(108,79,248,.16), transparent 25%), radial-gradient(circle at 65% 90%, rgba(22,137,232,.15), transparent 28%), linear-gradient(180deg, #fff, #f5f8ff); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .36; pointer-events: none; background-image: linear-gradient(rgba(49,85,217,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(49,85,217,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 21px; padding: 7px 11px; border: 1px solid #d9e4ff; border-radius: 999px; color: var(--blue-deep); background: rgba(255,255,255,.78); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(8,170,155,.12); }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(46px, 6vw, 76px); }
.gradient-text { color: transparent; background: linear-gradient(110deg, var(--blue-deep), var(--violet) 55%, var(--blue)); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 630px; margin: 0 0 31px; color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue-deep), var(--violet)); box-shadow: 0 13px 30px rgba(78, 70, 223, .24); }
.btn-secondary { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.82); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #5e6e87; font-size: 13px; font-weight: 700; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--teal); font-weight: 900; }

.device-stage { position: relative; display: grid; place-items: center; min-height: 570px; }
.orbit { position: absolute; width: 470px; aspect-ratio: 1; border: 1px solid rgba(91,91,219,.15); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; border: 1px solid rgba(91,91,219,.12); border-radius: 50%; inset: 50px; }
.orbit::after { inset: 105px; }
.phone { position: relative; z-index: 2; width: 286px; padding: 10px; border: 1px solid #33445d; border-radius: 43px; background: #0b1729; box-shadow: 0 35px 80px rgba(25, 39, 85, .28), 0 8px 18px rgba(25,39,85,.16); transform: rotate(3deg); }
.phone-screen { min-height: 550px; overflow: hidden; border-radius: 34px; background: #f1f3ff; }
.phone-status { height: 29px; display: flex; justify-content: space-between; padding: 9px 17px 0; color: #263552; font-size: 10px; font-weight: 800; }
.phone-greeting { padding: 12px 16px 10px; font-size: 11px; color: #8290ad; }
.phone-greeting strong { display: block; color: #12203a; font-size: 17px; }
.balance-card { margin: 0 12px 14px; padding: 18px; border-radius: 22px; color: white; background: radial-gradient(circle at 96% 10%, rgba(255,255,255,.18), transparent 29%), linear-gradient(135deg, #6047ea, #8168f7); }
.balance-label { opacity: .78; font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.balance-main { display: flex; justify-content: space-between; align-items: center; }
.balance-main strong { font-size: 29px; letter-spacing: -.05em; }
.donut { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: conic-gradient(#fff 0 62%, rgba(255,255,255,.22) 62%); }
.donut::after { content: "62%"; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #7058ef; font-size: 12px; font-weight: 850; }
.balance-meta { margin-top: 5px; opacity: .78; font-size: 10px; }
.balance-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.24); }
.balance-stats span { font-size: 8px; opacity: .7; }
.balance-stats strong { display: block; font-size: 11px; }
.mini-card { margin: 0 12px 12px; padding: 14px; border: 1px solid #dfe3f3; border-radius: 17px; background: white; }
.mini-card h4 { margin: 0 0 11px; font-size: 12px; }
.category-line { margin-bottom: 10px; }
.category-label { display: flex; justify-content: space-between; color: #687590; font-size: 9px; }
.category-label b { color: #1c2940; }
.bar { height: 4px; margin-top: 5px; overflow: hidden; border-radius: 10px; background: #e9ecfa; }
.bar i { display: block; height: 100%; border-radius: inherit; background: var(--violet); }
.bar.coral i { background: var(--coral); }
.bar.teal i { background: var(--teal); }
.float-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(10px); font-size: 12px; font-weight: 800; }
.float-chip i { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: white; background: var(--teal); font-style: normal; }
.chip-one { left: 0; top: 105px; }
.chip-two { right: -10px; bottom: 115px; }
.chip-two i { background: var(--coral); }

.section { padding: 94px 0; }
.section-soft { background: var(--wash); }
.section-dark { color: white; background: var(--navy); }
.section-heading { max-width: 690px; margin-bottom: 45px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.kicker { margin: 0 0 12px; color: var(--blue-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-dark .kicker { color: #8fbaff; }
h2 { margin-bottom: 17px; font-size: clamp(34px, 4vw, 52px); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.section-dark .section-heading > p { color: #aebbd0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 22px; border-radius: 15px; color: var(--blue-deep); background: #edf3ff; font-size: 22px; }
.feature-card:nth-child(2) .feature-icon, .feature-card:nth-child(5) .feature-icon { color: #0a897e; background: #e8fbf8; }
.feature-card:nth-child(3) .feature-icon, .feature-card:nth-child(6) .feature-icon { color: #d84942; background: #fff0ee; }
.feature-card h3 { margin-bottom: 10px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.privacy-art { position: relative; min-height: 430px; display: grid; place-items: center; }
.shield { position: relative; display: grid; place-items: center; width: 245px; height: 278px; color: white; background: linear-gradient(145deg, var(--blue-deep), var(--violet)); clip-path: polygon(50% 0, 92% 15%, 88% 68%, 74% 87%, 50% 100%, 26% 87%, 12% 68%, 8% 15%); box-shadow: 0 35px 70px rgba(66,69,207,.28); }
.shield::before { content: "✓"; display: grid; place-items: center; width: 92px; height: 92px; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(255,255,255,.13); font-size: 49px; font-weight: 900; }
.privacy-badge { position: absolute; padding: 11px 14px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); font-size: 12px; font-weight: 800; }
.privacy-badge.one { top: 48px; right: 5px; }
.privacy-badge.two { bottom: 65px; left: 0; }
.check-list { display: grid; gap: 17px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 39px; color: #51617a; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: var(--teal); background: #e7faf7; font-weight: 900; }
.check-list strong { color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; counter-reset: steps; }
.step { position: relative; padding: 30px 27px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 34px; color: #7e96b7; font-weight: 900; letter-spacing: .12em; }
.step h3 { margin-bottom: 9px; font-size: 20px; }
.step p { margin: 0; color: #aebbd0; font-size: 14px; }

.cta-panel { position: relative; overflow: hidden; padding: 54px; border-radius: 32px; color: white; background: linear-gradient(130deg, #3155d9, #704bf3); box-shadow: 0 30px 70px rgba(62,72,208,.25); }
.cta-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -145px; border: 50px solid rgba(255,255,255,.09); border-radius: 50%; }
.cta-panel-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-panel h2 { max-width: 650px; margin-bottom: 8px; font-size: clamp(31px,4vw,46px); }
.cta-panel p { margin: 0; color: #dce4ff; }
.cta-panel .btn { flex: 0 0 auto; color: var(--blue-deep); background: white; }

.page-hero { padding: 68px 0 58px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 88% 0, rgba(108,79,248,.13), transparent 30%), var(--wash); }
.page-hero h1 { margin-bottom: 16px; font-size: clamp(40px,5vw,60px); }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 25px; color: #64738c; font-size: 13px; font-weight: 700; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; align-items: start; gap: 60px; padding: 66px 0 90px; }
.legal-nav { position: sticky; top: 96px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--wash); }
.legal-nav strong { display: block; margin-bottom: 9px; padding: 0 9px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 7px 9px; border-radius: 8px; color: #5b6b84; text-decoration: none; font-size: 13px; font-weight: 650; }
.legal-nav a:hover { color: var(--blue-deep); background: white; }
.legal-content section { scroll-margin-top: 100px; margin-bottom: 42px; }
.legal-content h2 { margin-bottom: 13px; font-size: 28px; }
.legal-content h3 { margin: 26px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #53637b; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li { margin: 8px 0; }
.notice { margin: 25px 0; padding: 18px 20px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: #f0f6ff; color: #44546d; }
.notice strong { color: var(--ink); }
.data-table { width: 100%; margin: 22px 0; border-collapse: collapse; font-size: 14px; }
.data-table th, .data-table td { padding: 14px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.data-table th { background: var(--wash); color: var(--ink); }
.data-table td { color: #53637b; }

.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.support-card h2 { margin-bottom: 12px; font-size: 25px; }
.support-card p { color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 19px 4px; cursor: pointer; color: var(--ink); font-weight: 800; }
.faq details p { margin: -4px 0 21px; color: var(--muted); }
.deletion-card { padding: 30px; border: 1px solid #d8e2ff; border-radius: 24px; background: linear-gradient(145deg, #f7f9ff, #eef3ff); }
.deletion-steps { display: grid; gap: 14px; margin: 25px 0; padding: 0; list-style: none; counter-reset: deleteSteps; }
.deletion-steps li { position: relative; min-height: 38px; padding-left: 51px; counter-increment: deleteSteps; }
.deletion-steps li::before { content: counter(deleteSteps); position: absolute; left: 0; top: -4px; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; color: white; background: var(--blue-deep); font-weight: 900; }

.site-footer { padding: 60px 0 25px; color: #a7b5c9; background: #071629; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 60px; padding-bottom: 45px; }
.site-footer .brand { color: white; }
.footer-intro { max-width: 420px; margin-top: 18px; color: #91a0b6; font-size: 14px; }
.footer-col strong { display: block; margin-bottom: 15px; color: white; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: block; margin: 8px 0; color: #9eacc0; text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .btn { transition: none; } }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 66px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 12px; }
  .nav-links .nav-cta { margin: 4px 0 0; text-align: center; }
  .hero { padding-top: 70px; }
  .hero-grid, .privacy-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .button-row, .hero-proof { justify-content: center; }
  .device-stage { margin-top: 15px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .privacy-grid { gap: 25px; }
  .privacy-copy { max-width: 680px; margin-inline: auto; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
  .legal-nav strong { width: 100%; }
  .legal-nav a { margin-right: 4px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1140px); }
  .nav-wrap { min-height: 66px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 35px; height: 35px; font-size: 21px; }
  .hero { padding: 56px 0 62px; }
  h1 { font-size: 44px; }
  .hero-copy > p { font-size: 16px; }
  .button-row .btn { width: 100%; }
  .hero-proof { display: grid; gap: 8px; text-align: left; }
  .device-stage { min-height: 510px; transform: scale(.9); margin: -15px -20px -30px; }
  .orbit { width: 400px; }
  .chip-one { left: 2px; }
  .chip-two { right: 0; }
  .section { padding: 70px 0; }
  .feature-grid, .steps, .support-grid { grid-template-columns: 1fr; }
  .privacy-art { min-height: 360px; transform: scale(.9); }
  .cta-panel { padding: 35px 25px; }
  .cta-panel-inner { display: block; }
  .cta-panel .btn { width: 100%; margin-top: 25px; }
  .page-hero { padding: 49px 0 42px; }
  .page-hero h1 { font-size: 39px; }
  .legal-layout { padding-top: 38px; }
  .legal-nav { display: none; }
  .data-table { display: block; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
}
