:root {
  --ink: #101114;
  --muted: #666872;
  --paper: #fbfaf8;
  --card: #ffffff;
  --line: #e9e6e1;
  --orange: #ff6138;
  --orange-dark: #d8431f;
  --violet: #7557e8;
  --soft: #fff1eb;
  --shadow: 0 24px 70px rgba(25, 22, 19, 0.1);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip {
  position: absolute; left: -999px; top: 8px; z-index: 20;
  background: var(--ink); color: white; padding: 12px 16px; border-radius: 10px;
}
.skip:focus { left: 12px; }

.siteHeader {
  position: sticky; top: 0; z-index: 10;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  background: rgba(251, 250, 248, 0.88);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; font-size: 24px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.navLinks { display: flex; align-items: center; gap: 24px; }
.navLinks a, .footerLinks a { color: var(--muted); text-decoration: none; font-weight: 650; }
.navLinks a:hover, .footerLinks a:hover { color: var(--ink); }
.navCta, .button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 0 20px; border-radius: 999px; background: var(--ink); color: white !important;
  text-decoration: none; font-weight: 800;
}
.navCta:hover, .button:hover { background: #292a2f; }
.button.secondary { background: transparent; color: var(--ink) !important; border: 1px solid var(--line); }
.button.secondary:hover { background: white; }

.hero { padding: 96px 0 80px; overflow: hidden; }
.heroGrid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; letter-spacing: -0.04em; }
h1 { margin-bottom: 22px; font-size: clamp(52px, 7vw, 88px); line-height: .98; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; }
h3 { margin-bottom: 10px; font-size: 21px; }
.heroLead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.heroNote { margin: 18px 0 0; color: var(--muted); font-size: 14px; }

.phoneStage { position: relative; min-height: 540px; display: grid; place-items: center; }
.glow {
  position: absolute; inset: 8% 0 4%; border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(255, 97, 56, .38), rgba(117, 87, 232, .12) 48%, transparent 70%);
  filter: blur(4px);
}
.phone {
  position: relative; width: min(330px, 82vw); min-height: 590px; padding: 18px;
  border: 9px solid #17181c; border-radius: 52px; background: #08090b; color: white;
  box-shadow: var(--shadow); transform: rotate(2.2deg);
}
.island { width: 92px; height: 25px; margin: 0 auto 34px; border-radius: 99px; background: #202126; }
.phoneBrand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; }
.phoneBrand img { width: 34px; height: 34px; border-radius: 10px; }
.liveCard { margin-top: 34px; padding: 24px; border: 1px solid #2d2e33; border-radius: 28px; background: #17181b; }
.livePill { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #3d1c15; color: #ff825e; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.liveCard h3 { margin: 22px 0 10px; font-size: 28px; line-height: 1.15; }
.liveCard p { color: #a8a9ae; line-height: 1.55; }
.timer { margin-top: 24px; font-size: 44px; font-weight: 900; color: #ff704d; }
.takeButton { margin-top: 18px; padding: 16px; border-radius: 18px; background: var(--orange); color: #111; text-align: center; font-weight: 900; }
.activityRow { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: #c2c3c8; font-size: 13px; }
.faces { display: flex; }
.face { width: 28px; height: 28px; margin-left: -7px; border: 2px solid #17181b; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--violet)); }
.face:first-child { margin-left: 0; }

.section { padding: 92px 0; }
.section.alt { background: #111216; color: white; }
.sectionIntro { max-width: 680px; margin-bottom: 42px; }
.sectionIntro p { color: var(--muted); font-size: 19px; line-height: 1.6; }
.alt .sectionIntro p { color: #adafb6; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.featureIcon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 15px; background: var(--soft); color: var(--orange-dark); font-size: 22px; font-weight: 900; }
.feature p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.alt .feature { border-color: #2c2d33; background: #191a1f; }
.alt .feature p { color: #aeb0b7; }
.alt .featureIcon { background: #2c1d1a; color: #ff7c59; }
.trustBand { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; padding: 44px; border-radius: 34px; background: linear-gradient(135deg, #fff0e9, #f3efff); }
.trustBand p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.trustLinks { display: grid; gap: 10px; }
.trustLinks a { padding: 15px 18px; border: 1px solid rgba(20, 20, 20, .1); border-radius: 16px; background: rgba(255,255,255,.65); text-decoration: none; font-weight: 750; }

.legalHero { padding: 82px 0 44px; border-bottom: 1px solid var(--line); }
.legalHero h1 { max-width: 820px; font-size: clamp(48px, 6vw, 74px); }
.legalHero .intro { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.effective { display: inline-block; margin-top: 18px; padding: 8px 12px; border-radius: 999px; background: var(--soft); color: var(--orange-dark); font-size: 13px; font-weight: 800; }
.legalContent { display: grid; grid-template-columns: minmax(0, 760px) 250px; gap: 80px; padding: 64px 0 96px; }
.legalArticle section { margin-bottom: 44px; }
.legalArticle h2 { font-size: 28px; }
.legalArticle h3 { margin-top: 28px; letter-spacing: -.02em; }
.legalArticle p, .legalArticle li { color: #4f5159; font-size: 17px; line-height: 1.75; }
.legalArticle a { color: var(--orange-dark); font-weight: 700; }
.sideNav { position: sticky; top: 110px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.sideNav strong { display: block; margin-bottom: 12px; }
.sideNav a { display: block; padding: 8px 0; color: var(--muted); text-decoration: none; }
.supportCard { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.supportCard + .supportCard { margin-top: 16px; }
.supportCard p:last-child { margin-bottom: 0; }

.footer { border-top: 1px solid var(--line); padding: 34px 0 44px; }
.footerInner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footerMeta { color: var(--muted); font-size: 14px; }
.footerLinks { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 860px) {
  .navLinks a:not(.navCta) { display: none; }
  .hero { padding-top: 64px; }
  .heroGrid, .trustBand { grid-template-columns: 1fr; }
  .heroGrid { gap: 42px; }
  .phoneStage { min-height: auto; }
  .grid3 { grid-template-columns: 1fr; }
  .legalContent { grid-template-columns: 1fr; gap: 20px; }
  .sideNav { display: none; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { min-height: 68px; }
  .navCta { min-height: 42px; padding-inline: 15px; }
  .brand { font-size: 21px; }
  .brand img { width: 36px; height: 36px; }
  .hero { padding: 52px 0 60px; }
  .section { padding: 66px 0; }
  .phone { min-height: 550px; }
  .trustBand { padding: 28px; }
  .legalHero { padding: 58px 0 32px; }
  .legalContent { padding: 44px 0 70px; }
  .footerInner { align-items: flex-start; flex-direction: column; }
}

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