:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --blue: #0071e3;
  --page: #f5f5f7;
  --card: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 64px; padding: 0 max(28px, calc((100vw - 1180px) / 2 + 28px)); background: color-mix(in srgb, var(--page) 82%, transparent); backdrop-filter: saturate(180%) blur(20px); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.brand img { border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav-links a:hover, footer a:hover { color: var(--blue); }
.nav-button { padding: 8px 15px; color: white !important; background: var(--blue); border-radius: 999px; }

main { overflow: hidden; }
.hero { min-height: 820px; max-width: 1180px; margin: auto; padding: 90px 48px 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.eyebrow { margin: 0 0 16px; font-size: 19px; font-weight: 650; letter-spacing: -.02em; }
h1 { margin: 0; font-size: clamp(64px, 7vw, 102px); line-height: .94; letter-spacing: -.065em; font-weight: 750; }
h1 span { color: #8b5cf6; }
.hero-lede { max-width: 630px; margin: 32px 0 0; font-size: clamp(21px, 2.1vw, 28px); line-height: 1.25; letter-spacing: -.025em; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { padding: 13px 22px; border-radius: 999px; font-size: 17px; }
.primary { background: var(--blue); color: white; }
.secondary { color: var(--blue); border: 1px solid var(--blue); }
.primary:hover { background: #0077ed; }
.secondary:hover { background: var(--blue); color: #fff; }
.free-note { margin-top: 22px; color: var(--muted); font-size: 14px; }
.hero-visual { position: relative; align-self: end; min-height: 720px; display: grid; place-items: end center; }
.phone { position: relative; z-index: 2; width: 330px; padding: 9px; border-radius: 55px; background: #141416; box-shadow: 0 45px 100px #41416840, 0 0 0 1px #fff5 inset; overflow: hidden; }
.phone img { display: block; width: 100%; border-radius: 47px; }
.glow { position: absolute; border-radius: 50%; filter: blur(25px); opacity: .72; }
.glow-one { width: 510px; height: 510px; right: -120px; top: 70px; background: #8b5cf655; }
.glow-two { width: 410px; height: 410px; left: -100px; bottom: 30px; background: #38bdf844; }

.intro { padding: 140px 28px; max-width: 1180px; margin: auto; }
.intro > .eyebrow, .intro > h2 { text-align: center; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -.045em; }
.intro > h2 { max-width: 850px; margin: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; }
.feature-card { position: relative; min-height: 640px; padding: 46px; border-radius: 36px; overflow: hidden; background: var(--card); }
.feature-wide { grid-column: 1 / -1; min-height: 510px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.feature-card h3 { margin: 8px 0 16px; max-width: 520px; font-size: clamp(35px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.feature-card p { max-width: 510px; font-size: 20px; line-height: 1.4; }
.card-kicker { margin: 0 !important; font-size: 17px !important; font-weight: 650; }
.dark-card { color: white; background: #161617; }
.dark-card p { color: #c7c7cc; }
.mint-card { background: #e8f8f2; }
.lilac-card { background: #eee9ff; }
.blue-card { background: #e6f2ff; }
.staff-art { position: relative; height: 260px; display: grid; place-items: center; }
.staff-lines { position: absolute; width: 100%; height: 130px; background: repeating-linear-gradient(to bottom, transparent 0 23px, #fff 24px 27px); opacity: .9; }
.clef { z-index: 1; margin-right: 70%; font-size: 170px; line-height: 1; }
.note { z-index: 1; position: absolute; font-size: 80px; transform: rotate(-15deg); }
.mini-phone { width: min(100%, 250px); margin: 42px auto 0; border-radius: 40px; box-shadow: 0 30px 60px #3c3c4329; }
.mini-phone img { width: 100%; height: auto; display: block; border-radius: 40px; }

.privacy { margin: 30px auto 150px; padding: 120px 30px; max-width: 1124px; border-radius: 40px; text-align: center; background: white; }
.privacy-icon { width: 58px; height: 58px; margin: 0 auto 22px; display: grid; place-items: center; color: white; background: #30a46c; border-radius: 50%; font-size: 30px; font-weight: 700; }
.privacy h2 { margin: auto; }
.privacy > p:last-child { max-width: 710px; margin: 26px auto 0; font-size: 23px; line-height: 1.35; color: var(--muted); }
.cta { max-width: 1124px; margin: auto; padding: 90px 70px; display: flex; align-items: center; gap: 45px; border-top: 1px solid #d2d2d7; }
.cta img { border-radius: 25px; box-shadow: 0 12px 30px #0002; }
.cta h2 { font-size: clamp(38px, 4vw, 58px); }
.text-link { display: inline-block; margin-top: 22px; color: var(--blue); font-size: 20px; }
.text-link:hover { text-decoration: underline; }
footer { max-width: 1124px; margin: auto; padding: 24px 0 50px; display: flex; justify-content: space-between; color: var(--muted); border-top: 1px solid #d2d2d7; font-size: 13px; }
footer div { display: flex; gap: 25px; }

@media (max-width: 800px) {
  .nav { padding: 0 18px; }
  .nav-links > a:not(.nav-button) { display: none; }
  .hero { min-height: auto; padding: 70px 24px 0; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { z-index: 3; }
  .hero-actions { justify-content: center; flex-wrap: wrap; }
  .hero-visual { min-height: 570px; margin-top: 45px; }
  .phone { width: min(310px, 84vw); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; display: block; min-height: 620px; }
  .feature-card { min-height: 580px; padding: 36px 28px; }
  .staff-art { margin-top: 25px; }
  .privacy { margin-inline: 18px; padding: 80px 24px; }
  .cta { margin-inline: 22px; padding: 70px 0; align-items: flex-start; flex-direction: column; }
  footer { margin-inline: 22px; flex-direction: column; gap: 12px; }
}

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