:root {
  --ink: #14213d;
  --muted: #60708f;
  --paper: #fbfcff;
  --white: #ffffff;
  --lavender: #7c5cff;
  --violet: #5b3fde;
  --peach: #ff9878;
  --mint: #51cbb4;
  --line: #e7eaf3;
  --shadow: 0 24px 70px rgba(68, 50, 145, .14);
  --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;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 252, 255, .82);
  border-bottom: 1px solid rgba(231, 234, 243, .75);
  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: 11px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.03em; }
.logo-mark { width: 38px; height: 38px; position: relative; display: inline-grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--lavender), var(--violet)); box-shadow: 0 8px 24px rgba(91,63,222,.28); }
.logo-mark::before, .logo-mark::after { content: ""; position: absolute; border-radius: 50%; background: white; }
.logo-mark::before { width: 14px; height: 14px; left: 8px; top: 9px; }
.logo-mark::after { width: 10px; height: 10px; right: 7px; bottom: 8px; opacity: .75; }
.logo-mark span { position: absolute; width: 6px; height: 6px; background: var(--peach); border-radius: 50%; right: 7px; top: 7px; z-index: 1; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { text-decoration: none; color: #44506a; font-size: 14px; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--violet); }
.nav-cta { padding: 10px 18px; color: white !important; border-radius: 999px; background: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; border-radius: 12px; cursor: pointer; }
.menu-button i, .menu-button::before, .menu-button::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); border-radius: 9px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 104px; }
.hero::before { content: ""; position: absolute; inset: -200px auto auto -150px; width: 520px; height: 520px; border-radius: 50%; background: rgba(124,92,255,.1); filter: blur(8px); }
.hero::after { content: ""; position: absolute; right: -240px; top: 100px; width: 600px; height: 600px; border-radius: 50%; background: rgba(255,152,120,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 13px; border: 1px solid #ded8ff; border-radius: 999px; background: #f4f1ff; color: var(--violet); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(81,203,180,.15); }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.045em; margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(50px, 6.2vw, 82px); }
.gradient-text { color: var(--violet); background: linear-gradient(100deg, var(--violet), #9864ef 52%, #ed7b70); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-copy { max-width: 570px; margin: 0 0 32px; color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 15px; text-decoration: none; font-weight: 750; font-size: 14px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--lavender), var(--violet)); box-shadow: 0 14px 30px rgba(91,63,222,.24); }
.button-secondary { background: white; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(35,45,80,.06); }
.hero-note { display: flex; gap: 20px; align-items: center; margin-top: 38px; color: #77839a; font-size: 12px; }
.hero-note span { display: inline-flex; gap: 7px; align-items: center; }
.hero-note span::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #258d79; background: #ddf7f0; font-weight: 900; }

.stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.stage-orbit { position: absolute; inset: 8%; border: 1px solid rgba(124,92,255,.15); border-radius: 50%; }
.stage-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(255,152,120,.2); border-radius: 50%; }
.phone { position: relative; z-index: 2; width: 294px; padding: 11px; border: 5px solid #11172c; border-radius: 44px; background: #11172c; box-shadow: 0 42px 90px rgba(51,39,116,.28); transform: rotate(3deg); }
.phone-screen { min-height: 550px; overflow: hidden; padding: 20px 16px; border-radius: 33px; background: linear-gradient(165deg, #f3eeff 0%, #fff 42%, #fff4ef 100%); }
.phone-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; }
.room-label { margin: 28px 0 5px; color: var(--violet); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.room-title { margin: 0; font-size: 22px; }
.host-card { margin-top: 20px; padding: 22px 12px; border-radius: 24px; text-align: center; color: white; background: linear-gradient(145deg, #7659ef, #4c3ab4); box-shadow: 0 18px 35px rgba(91,63,222,.22); }
.avatar { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 12px; border: 4px solid rgba(255,255,255,.82); border-radius: 50%; background: linear-gradient(145deg, #ffc0a4, #ff7d8d); font-size: 28px; }
.soundwave { height: 24px; display: flex; justify-content: center; align-items: center; gap: 3px; margin: 14px 0; }
.soundwave i { display: block; width: 3px; border-radius: 4px; background: rgba(255,255,255,.75); animation: wave 1.2s ease-in-out infinite alternate; }
.soundwave i:nth-child(1), .soundwave i:nth-child(7) { height: 8px; }
.soundwave i:nth-child(2), .soundwave i:nth-child(6) { height: 15px; animation-delay: .2s; }
.soundwave i:nth-child(3), .soundwave i:nth-child(5) { height: 21px; animation-delay: .4s; }
.soundwave i:nth-child(4) { height: 12px; animation-delay: .6s; }
@keyframes wave { to { transform: scaleY(.45); } }
.listeners { display: flex; justify-content: space-between; gap: 8px; margin-top: 18px; }
.listener { flex: 1; padding: 12px 5px; border: 1px solid #ece7fb; border-radius: 16px; background: rgba(255,255,255,.78); text-align: center; font-size: 9px; color: #6f7890; }
.listener b { width: 36px; height: 36px; display: grid; place-items: center; margin: 0 auto 6px; border-radius: 50%; background: #eee9ff; font-size: 16px; }
.phone-actions { display: flex; justify-content: space-around; margin-top: 20px; }
.phone-actions span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--violet); background: white; box-shadow: 0 7px 20px rgba(55,45,111,.1); font-size: 15px; }
.float-card { position: absolute; z-index: 3; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); font-size: 12px; font-weight: 750; }
.float-card b { display: block; color: var(--violet); font-size: 18px; }
.fc-one { top: 17%; left: 1%; transform: rotate(-5deg); }
.fc-two { right: 0; bottom: 22%; transform: rotate(4deg); }

.section { padding: 102px 0; }
.section-soft { background: #f3f5fb; }
.section-kicker { margin-bottom: 14px; color: var(--violet); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-title { max-width: 700px; margin-bottom: 18px; font-size: clamp(36px, 4vw, 54px); }
.section-lead { max-width: 690px; margin: 0 0 50px; color: var(--muted); font-size: 17px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 12px 35px rgba(37,43,75,.045); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 17px; background: #efeaff; font-size: 21px; }
.feature:nth-child(2) .feature-icon { background: #e3f8f3; }
.feature:nth-child(3) .feature-icon { background: #fff0eb; }
.feature h3 { margin-bottom: 10px; font-size: 21px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }

.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.shield-visual { position: relative; min-height: 430px; display: grid; place-items: center; border-radius: 40px; background: linear-gradient(145deg, #ede9ff, #fdfbff); overflow: hidden; }
.shield { width: 190px; height: 220px; display: grid; place-items: center; border-radius: 90px 90px 105px 105px; color: white; background: linear-gradient(155deg, #8369f7, #4b38b3); clip-path: polygon(50% 0, 94% 15%, 90% 69%, 50% 100%, 10% 69%, 6% 15%); font-size: 60px; box-shadow: 0 30px 60px rgba(91,63,222,.25); }
.shield-ring { position: absolute; width: 310px; height: 310px; border: 1px solid rgba(91,63,222,.13); border-radius: 50%; }
.shield-ring::before { content: ""; position: absolute; inset: 30px; border: 1px dashed rgba(91,63,222,.15); border-radius: 50%; }
.safety-list { display: grid; gap: 24px; margin-top: 34px; }
.safety-item { display: grid; grid-template-columns: 36px 1fr; gap: 15px; }
.safety-item > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #2f8f7d; background: #e3f8f3; font-weight: 900; }
.safety-item h3 { margin: 3px 0 5px; font-size: 17px; }
.safety-item p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-panel { position: relative; overflow: hidden; padding: 65px; border-radius: 38px; color: white; background: #171b3b; }
.cta-panel::before { content: ""; position: absolute; right: -90px; top: -150px; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(145deg, rgba(124,92,255,.7), rgba(255,152,120,.35)); filter: blur(2px); }
.cta-panel h2 { position: relative; max-width: 650px; margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); }
.cta-panel p { position: relative; max-width: 620px; margin: 0 0 28px; color: #c7cbe3; }
.cta-panel .button { position: relative; background: white; color: var(--ink); }

.page-hero { padding: 76px 0 55px; text-align: center; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(40px, 5vw, 62px); }
.page-hero p { max-width: 690px; margin: 0 auto; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: 70px; padding: 30px 0 110px; }
.legal-nav { position: sticky; top: 104px; align-self: start; display: grid; gap: 9px; }
.legal-nav a { padding: 9px 12px; border-radius: 10px; text-decoration: none; color: var(--muted); font-size: 13px; }
.legal-nav a:hover { color: var(--violet); background: #f0edff; }
.legal-content { padding: 44px 48px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 16px 50px rgba(40,44,80,.05); }
.legal-content h2 { margin: 44px 0 14px; font-size: 27px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 28px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #56637c; font-size: 15px; }
.legal-content ul, .legal-content ol { padding-left: 21px; }
.legal-content li + li { margin-top: 8px; }
.legal-meta { display: inline-block; margin-bottom: 25px; padding: 7px 12px; border-radius: 9px; color: var(--violet); background: #f0edff; font-size: 12px; font-weight: 750; }
.notice { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--lavender); border-radius: 6px 15px 15px 6px; background: #f6f4ff; color: #4c5672; font-size: 14px; }
.steps { display: grid; gap: 15px; margin: 26px 0; counter-reset: step; }
.step { position: relative; padding: 21px 22px 21px 66px; border: 1px solid var(--line); border-radius: 17px; background: #fafbfe; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 20px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--violet); font-weight: 800; }
.step h3 { margin: 1px 0 4px; }
.step p { margin: 0; }
.contact-box { margin-top: 30px; padding: 27px; border-radius: 20px; color: white; background: linear-gradient(135deg, #7460e7, #4733aa); }
.contact-box h3 { margin: 0 0 8px; color: white; }
.contact-box p { margin: 0 0 16px; color: #e6e2ff; }
.contact-box a { font-weight: 800; }

.site-footer { padding: 70px 0 30px; color: #aeb6cf; background: #11152d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
.footer-brand { color: white; }
.footer-brand .logo-mark { width: 34px; height: 34px; }
.footer-copy { max-width: 310px; margin: 17px 0; font-size: 13px; }
.footer-col h3 { margin-bottom: 17px; color: white; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.footer-col a { display: block; margin: 9px 0; color: #aeb6cf; text-decoration: none; font-size: 13px; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 3px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { padding-top: 60px; }
  .hero-grid, .safety-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { max-width: 690px; }
  .stage { min-height: 590px; }
  .features { grid-template-columns: 1fr; }
  .feature { display: grid; grid-template-columns: 56px 1fr; column-gap: 18px; }
  .feature-icon { grid-row: 1 / span 2; margin: 0; }
  .feature h3 { margin: 4px 0 5px; }
  .legal-layout { grid-template-columns: 1fr; gap: 22px; }
  .legal-nav { position: static; display: flex; overflow: auto; padding-bottom: 8px; }
  .legal-nav a { white-space: nowrap; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { min-height: 68px; }
  .hero { padding: 48px 0 75px; }
  h1 { font-size: 47px; }
  .hero-copy { font-size: 16px; }
  .hero-note { flex-direction: column; align-items: flex-start; gap: 9px; }
  .stage { min-height: 530px; transform: scale(.9); margin: -20px -10px; }
  .phone { width: 270px; }
  .phone-screen { min-height: 510px; }
  .fc-one { left: -4%; }
  .fc-two { right: -5%; }
  .section { padding: 75px 0; }
  .feature { padding: 24px; }
  .safety-grid { gap: 42px; }
  .shield-visual { min-height: 360px; }
  .cta-panel { padding: 38px 28px; border-radius: 28px; }
  .legal-content { padding: 30px 22px; }
  .page-hero { padding: 55px 0 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .soundwave i { animation: none; }
  .button { transition: none; }
}
