:root {
  --bg: #061923;
  --bg-2: #082632;
  --surface: #0d2e3b;
  --surface-soft: #f3f8f9;
  --text: #10222a;
  --muted: #5c7078;
  --light: #f7fbfc;
  --line: rgba(13, 59, 74, .12);
  --blue: #2086ff;
  --green: #53d694;
  --accent: #2bb4c6;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(2, 20, 28, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 16px; top: 12px; z-index: 99; padding: 10px 14px; background: #fff; border-radius: 8px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 25, 35, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand img, .footer-brand img { border-radius: 11px; box-shadow: 0 8px 26px rgba(0,0,0,.18); }
.brand span { display: grid; line-height: 1.12; }
.brand strong { font-size: 17px; letter-spacing: .01em; }
.brand small { margin-top: 3px; color: #b7d3db; font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #d9edf2; text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: #fff; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; border-radius: 10px; padding: 9px 12px; font: inherit; }
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 76% 26%, rgba(83,214,148,.18), transparent 28%),
    radial-gradient(circle at 18% 8%, rgba(32,134,255,.20), transparent 25%),
    linear-gradient(145deg, var(--bg), #07303c 78%, #0b3440);
  color: #fff;
  padding: 92px 0 86px;
}
.hero::after { content:""; position:absolute; inset:auto -140px -260px auto; width:520px; height:520px; border:1px solid rgba(255,255,255,.08); border-radius:50%; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #38b8d0; }
.hero .eyebrow, .security-section .eyebrow { color: #69ddb0; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 5.5vw, 70px); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 22px; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 16px; }
h3 { font-size: 20px; line-height: 1.25; margin-bottom: 10px; }
.lead { max-width: 680px; color: #c8e0e6; font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 13px; text-decoration: none; font-weight: 800; font-size: 14px; }
.button.primary { background: linear-gradient(135deg, var(--blue), #28a2e2); color: #fff; box-shadow: 0 14px 34px rgba(32,134,255,.25); }
.button.primary:hover { transform: translateY(-1px); }
.store-status { display: inline-flex; align-items: center; min-height: 48px; padding: 0 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; color: #d7e8ec; font-weight: 700; font-size: 14px; background: rgba(255,255,255,.05); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; color: #9cc2cb; font-size: 13px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(83,214,148,.10); }
.hero-panel { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.105), rgba(255,255,255,.045)); box-shadow: 0 36px 90px rgba(0,0,0,.24); }
.hero-logo-card { display: flex; align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.10); }
.hero-logo-card img { border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.30); }
.hero-logo-card div { display: grid; }
.hero-logo-card strong { font-size: 20px; }
.hero-logo-card span { margin-top: 4px; color: #a9c9d0; font-size: 13px; }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 20px; }
.summary-grid article { min-height: 118px; padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(5, 27, 36, .42); }
.summary-grid span { display: block; margin-bottom: 14px; color: #65d9ad; text-transform: uppercase; letter-spacing: .10em; font-size: 10px; font-weight: 800; }
.summary-grid strong { display: block; color: #f4fbfc; font-size: 15px; line-height: 1.35; }
.panel-note { margin: 16px 2px 0; color: #82a9b2; font-size: 11px; }
.section { padding: 88px 0; }
.metrics { padding: 30px 0; border-bottom: 1px solid var(--line); background: #fff; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics-grid div { padding: 8px 22px; border-right: 1px solid var(--line); }
.metrics-grid div:first-child { padding-left: 0; }
.metrics-grid div:last-child { border-right: 0; }
.metrics-grid strong, .metrics-grid span { display: block; }
.metrics-grid strong { font-size: 17px; }
.metrics-grid span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading > p:last-child, .section-copy { color: var(--muted); font-size: 17px; }
.section-heading.compact { margin-bottom: 26px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 255px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 50px rgba(10,48,60,.055); }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 13px; background: #eaf7fa; color: #087b95; font-size: 12px; font-weight: 900; }
.soft-section { background: var(--surface-soft); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.check-list { display: grid; gap: 12px; }
.check-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 20px; background: #fff; border: 1px solid rgba(10,48,60,.08); border-radius: 16px; }
.check-list span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #08744d; background: #dff7eb; font-weight: 900; }
.check-list p { margin: 0; color: var(--muted); font-size: 14px; }
.check-list strong { color: var(--text); }
.security-section { background: linear-gradient(145deg, #071d27, #0a3541); color: #fff; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.security-copy p:last-child { color: #b2cfd5; font-size: 17px; }
.security-cards { display: grid; gap: 12px; }
.security-cards article { padding: 20px 22px; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; background: rgba(255,255,255,.05); }
.security-cards strong, .security-cards span { display: block; }
.security-cards span { margin-top: 5px; color: #a9c9d0; font-size: 13px; }
.cta-section { padding: 72px 0; background: #fff; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 42px; border-radius: 26px; background: linear-gradient(135deg, #eaf7fb, #effbf5); border: 1px solid rgba(10,48,60,.08); }
.cta-box h2 { max-width: 720px; }
.cta-box p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); }
.button.muted { white-space: nowrap; background: #0c3441; color: #cfe5ea; opacity: .88; }
.legal-section { padding-top: 36px; }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.legal-grid a { display: flex; justify-content: space-between; align-items: center; min-height: 74px; padding: 0 20px; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; font-weight: 750; background: #fff; }
.legal-grid a:hover { border-color: rgba(43,180,198,.45); background: #f8fcfd; }
.legal-grid span { color: #1598ae; }
.site-footer { padding: 42px 0; background: #061923; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 14px; }
.footer-brand span { margin-top: 2px; color: #8fb3bc; font-size: 11px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #bdd5db; text-decoration: none; font-size: 12px; }
.copyright { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #6f99a3; font-size: 11px; }
@media (max-width: 900px) {
  .hero { padding-top: 68px; }
  .hero-grid, .split-grid, .security-grid { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .metrics-grid div:nth-child(2) { border-right: 0; }
  .metrics-grid div:nth-child(3) { padding-left: 0; }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .legal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 66px 0; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 64px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; background: #08232e; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .hero { padding: 58px 0 62px; }
  h1 { font-size: clamp(38px, 12vw, 52px); }
  .lead { font-size: 17px; }
  .summary-grid, .feature-grid, .metrics-grid { grid-template-columns: 1fr; }
  .metrics-grid div, .metrics-grid div:first-child, .metrics-grid div:nth-child(3) { padding: 9px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics-grid div:last-child { border-bottom: 0; }
  .hero-logo-card { align-items: flex-start; }
  .hero-logo-card img { width: 78px; height: 78px; }
  .cta-box { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
