:root {
  color-scheme: dark;
  --bg: #050910;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: #101925;
  --text: #f7f9fc;
  --muted: #a9b3c1;
  --line: rgba(255, 255, 255, 0.1);
  --blue: #69b5e2;
  --blue-deep: #226087;
  --radius: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 75% 8%, rgba(51, 133, 184, .24), transparent 32rem),
    radial-gradient(circle at 10% 45%, rgba(78, 91, 170, .12), transparent 30rem),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header, main, footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #7ab9de, #1b5277);
  box-shadow: inset 0 1px rgba(255,255,255,.25);
}
.brand-mark img { width: 27px; height: 27px; }
nav { display: flex; gap: 28px; }
nav a, .footer-links a { color: var(--muted); text-decoration: none; transition: color .2s ease; }
nav a:hover, .footer-links a:hover { color: var(--text); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  padding: 70px 0 100px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; font-size: .78rem; font-weight: 750; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--blue); }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.04; letter-spacing: -.05em; }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
.lead { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 20px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--text); color: #07111f; }
.button.secondary { background: var(--panel); }
.fine-print { max-width: 610px; color: #778291; font-size: .84rem; }
.phone-wrap { position: relative; justify-self: center; width: min(360px, 74vw); }
.phone-shot { position: relative; border: 9px solid #17202a; border-radius: 54px; box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.glow { position: absolute; inset: 12% -22%; background: rgba(65, 159, 215, .28); filter: blur(70px); border-radius: 50%; }

.trust-strip { display: flex; justify-content: space-around; gap: 25px; flex-wrap: wrap; padding: 22px; border-block: 1px solid var(--line); color: var(--muted); font-size: .91rem; }
.trust-strip span::before { content: "•"; color: var(--blue); margin-right: 9px; }
.section { padding: 140px 0; }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading > p:last-child, .detail-copy > p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.feature-card p { color: var(--muted); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 14px; font-size: 1.35rem; }
.feature-blue .feature-icon { background: rgba(58, 159, 222, .18); color: #7bc8f6; }
.feature-violet .feature-icon { background: rgba(131, 105, 240, .18); color: #ae9cff; }
.feature-green .feature-icon { background: rgba(52, 199, 89, .18); color: #63dd80; }
.detail { display: grid; grid-template-columns: minmax(270px, .82fr) 1.18fr; align-items: center; gap: clamp(55px, 10vw, 150px); }
.detail-shot { max-width: 410px; justify-self: center; padding: 8px; border-radius: 45px; background: #141c25; box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.detail-shot img { border-radius: 38px; }
.check-list { padding: 0; list-style: none; color: var(--muted); }
.check-list li { margin: 13px 0; }
.check-list li::before { content: "✓"; color: var(--blue); margin-right: 12px; font-weight: 800; }
.cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 48px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(135deg, rgba(104,181,226,.15), rgba(255,255,255,.035)); }
.cta img { width: 88px; border-radius: 22px; }
.cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.cta .eyebrow { margin-bottom: 8px; }

footer { padding: 80px 0 45px; color: #778291; font-size: .88rem; }
.footer-brand { margin-bottom: 24px; color: var(--text); }
.footer-links { display: flex; gap: 24px; margin-bottom: 24px; }
.legal-main { max-width: 880px; }
.page-intro { padding: 110px 0 70px; }
.page-intro h1, .legal-card h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
.page-intro > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.15rem; }
.faq { padding: 30px 0 100px; }
.faq h2 { font-size: 2.5rem; }
details { border-top: 1px solid var(--line); padding: 24px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 700; font-size: 1.08rem; }
details p { max-width: 720px; margin: 14px 0 0; color: var(--muted); }
.legal-card { margin: 70px 0 30px; padding: clamp(28px, 6vw, 70px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.legal-card h2 { margin-top: 44px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-card p { color: var(--muted); }
.legal-card a { color: #8bd0fa; }

@media (max-width: 800px) {
  .site-header { height: 74px; }
  nav a:first-child { display: none; }
  nav { gap: 16px; font-size: .9rem; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .phone-wrap { margin-top: 25px; }
  .feature-grid, .detail { grid-template-columns: 1fr; }
  .detail-copy { order: -1; }
  .cta { grid-template-columns: auto 1fr; padding: 28px; }
  .cta .button { grid-column: 1 / -1; }
  .section { padding: 95px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
