:root {
  color-scheme: light;
  --bg: #f6f4ee;
  --paper: #ffffff;
  --paper-soft: rgba(255, 255, 255, 0.76);
  --ink: #132033;
  --muted: #607085;
  --line: rgba(19, 32, 51, 0.12);
  --blue: #216bff;
  --blue-dark: #144dbd;
  --green: #24b77a;
  --lime: #d8f763;
  --soft-blue: #e9f0ff;
  --soft-green: #e5f8ef;
  --dark: #101828;
  --shadow: 0 24px 70px rgba(19, 32, 51, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 4% 0%, rgba(33, 107, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(36, 183, 122, 0.13), transparent 24rem),
    var(--bg);
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-shell { min-height: 100vh; overflow: hidden; }
.site-header, .hero-section, .status-strip, .split-section, .screens-section, .benefits-section, .testflight-section, .site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.25rem; font-weight: 950; letter-spacing: -0.04em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 14px 26px rgba(33, 107, 255, 0.24); }
.nav-links { display: flex; align-items: center; gap: 28px; color: #536176; font-size: 0.92rem; font-weight: 850; }
.nav-links a:hover { color: var(--ink); }
.header-cta { border-radius: 18px; background: var(--dark); color: white; padding: 13px 18px; font-size: 0.9rem; font-weight: 900; box-shadow: 0 16px 36px rgba(16, 24, 40, 0.12); }

.hero-section { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 52px; align-items: center; padding: 64px 0 74px; }
.pill-row { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: rgba(255,255,255,0.82); color: var(--blue-dark); border-radius: 999px; padding: 9px 14px; font-size: 0.9rem; font-weight: 900; box-shadow: 0 8px 24px rgba(19,32,51,0.05); }
.stacked-icons { display: inline-flex; margin-right: 2px; }
.stacked-icons span { display: grid; place-items: center; width: 28px; height: 28px; margin-left: -8px; border-radius: 50%; background: #fff; border: 2px solid #fff; box-shadow: 0 8px 18px rgba(19,32,51,0.08); }
.stacked-icons span:first-child { margin-left: 0; background: var(--soft-blue); }
.stacked-icons span:nth-child(2) { background: #edfbe9; }
.stacked-icons span:nth-child(3) { background: #fff4cc; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; margin-top: 24px; max-width: 840px; font-size: clamp(3.25rem, 8vw, 6.8rem); line-height: 0.9; letter-spacing: -0.085em; font-weight: 950; }
.lede { margin-top: 28px; max-width: 690px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.32rem); line-height: 1.6; font-weight: 720; }
.cta-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 34px; }
.store-button, .secondary-button, .light-button, .dark-outline-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 22px; min-height: 58px; padding: 0 20px; font-weight: 950; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.store-button:hover, .secondary-button:hover, .light-button:hover, .dark-outline-button:hover { transform: translateY(-2px); }
.store-button { gap: 12px; min-width: 190px; background: var(--dark); color: white; box-shadow: 0 18px 40px rgba(16,24,40,0.14); }
.apple-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 13px; background: white; color: var(--dark); font-size: 1.1rem; }
.store-button small { display: block; color: rgba(255,255,255,0.68); font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.17em; }
.store-button strong { display: block; font-size: 0.95rem; }
.secondary-button { border: 1px solid var(--line); background: rgba(255,255,255,0.78); color: var(--ink); }
.truth-note { margin-top: 18px; max-width: 650px; color: #738095; font-size: 0.92rem; line-height: 1.6; font-weight: 720; }

.hero-visual { position: relative; min-height: 650px; }
.glow { position: absolute; border-radius: 999px; filter: blur(48px); opacity: 0.72; }
.glow-blue { width: 360px; height: 360px; left: 20px; top: 70px; background: rgba(33,107,255,0.2); }
.glow-green { width: 240px; height: 240px; right: 20px; top: 10px; background: rgba(36,183,122,0.23); }
.phone-stack { position: relative; display: flex; align-items: center; justify-content: center; min-height: 650px; }
.phone-frame { width: min(100%, 285px); border: 10px solid var(--dark); border-radius: 42px; background: var(--dark); box-shadow: 0 28px 70px rgba(19,32,51,0.22); overflow: hidden; }
.phone-screen { min-height: 560px; padding: 24px 18px; border-radius: 30px; background: linear-gradient(180deg, #fbfcff, #edf3ff); color: var(--ink); overflow: hidden; position: relative; }
.phone-left { position: absolute; left: 0; top: 88px; z-index: 2; transform: rotate(-6deg); }
.phone-main { position: relative; z-index: 3; transform: translateX(122px) rotate(2deg); }
.status-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #6b7890; font-size: 0.73rem; font-weight: 900; }
.balance-chip, .saved-pill { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: 20px; border-radius: 999px; background: var(--soft-blue); color: var(--blue-dark); padding: 9px 12px; font-size: 0.82rem; font-weight: 950; }
.screen-home h2 { margin-top: 28px; margin-bottom: 14px; font-size: 2.72rem; line-height: 0.92; letter-spacing: -0.075em; font-weight: 950; }
.screen-home p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; font-weight: 740; }
.unlock-card, .exercise-card { border-radius: 27px; background: white; border: 1px solid rgba(19,32,51,0.08); box-shadow: 0 18px 45px rgba(19,32,51,0.1); padding: 18px; }
.unlock-card { margin-top: 24px; display: grid; gap: 5px; }
.unlock-card span { color: #6b7890; font-size: 0.78rem; font-weight: 900; }
.unlock-card strong { color: var(--blue); font-size: 1.08rem; }
.exercise-card { margin-top: 16px; display: flex; align-items: center; gap: 13px; }
.exercise-card span:first-child, .mini-figure { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 17px; background: var(--blue); color: white; }
.exercise-card strong { display: block; font-size: 1rem; }
.exercise-card small { display: block; margin-top: 3px; color: #6b7890; font-size: 0.72rem; font-weight: 850; }
.dark-screen { background: linear-gradient(180deg, #0b1220, #111827); color: white; }
.camera-grid { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 42px 42px; opacity: 0.55; }
.rep-counter { position: relative; z-index: 2; display: grid; place-items: center; width: 126px; height: 126px; margin: 54px auto 0; border-radius: 40px; background: rgba(33,107,255,0.92); box-shadow: 0 24px 50px rgba(33,107,255,0.28); }
.rep-counter span { display: block; font-size: 4rem; line-height: 0.85; font-weight: 950; letter-spacing: -0.07em; }
.rep-counter small { color: rgba(255,255,255,0.75); font-weight: 900; }
.pose-line { position: absolute; z-index: 1; left: 70px; width: 150px; height: 12px; border-radius: 99px; background: rgba(216,247,99,0.8); transform-origin: left center; }
.pose-one { top: 300px; transform: rotate(16deg); }
.pose-two { top: 335px; transform: rotate(-12deg); }
.camera-panel { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 18px; border-radius: 27px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.13); backdrop-filter: blur(18px); padding: 18px; }
.camera-panel small { display: block; color: rgba(255,255,255,0.6); font-weight: 950; text-transform: uppercase; letter-spacing: 0.14em; }
.camera-panel strong { display: block; margin-top: 8px; line-height: 1.35; font-size: 1.05rem; }
.camera-panel button, .screen-result button { width: 100%; margin-top: 15px; border: 0; border-radius: 18px; background: var(--blue); color: white; padding: 14px; font-weight: 950; }
.floating-badge { position: absolute; z-index: 4; top: 234px; left: 272px; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 10px 15px; color: var(--blue-dark); font-size: 0.88rem; font-weight: 950; box-shadow: 0 18px 45px rgba(19,32,51,0.1); }
.flow-card { position: absolute; z-index: 4; left: 28px; bottom: 28px; border-radius: 24px; background: rgba(255,255,255,0.96); padding: 16px; box-shadow: 0 18px 45px rgba(19,32,51,0.11); }
.flow-card small { display: block; color: #6b7890; text-transform: uppercase; letter-spacing: 0.17em; font-size: 0.7rem; font-weight: 950; }
.flow-card strong { display: block; margin-top: 5px; font-size: 1.04rem; }

.status-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,0.74); padding: 18px; box-shadow: 0 14px 40px rgba(19,32,51,0.06); }
.status-strip div { border-radius: 22px; background: #f2f7ff; color: #263753; padding: 18px 14px; text-align: center; font-size: 0.9rem; font-weight: 950; }

.split-section { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; padding: 92px 0; align-items: start; }
.eyebrow { color: var(--blue-dark); text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.78rem; font-weight: 950; }
.eyebrow.light { color: var(--lime); }
.section-copy h2, .centered-copy h2, .testflight-section h2 { margin: 14px 0 0; font-size: clamp(2.55rem, 5vw, 4.75rem); line-height: 0.98; letter-spacing: -0.065em; font-weight: 950; }
.section-copy > p:not(.eyebrow), .centered-copy p, .testflight-section p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 1.12rem; line-height: 1.65; font-weight: 730; }
.feature-phone { margin-top: 36px; }
.screen-result { display: flex; flex-direction: column; align-items: center; text-align: center; }
.result-orb { display: grid; place-items: center; width: 132px; height: 132px; margin-top: 60px; border-radius: 46px; background: linear-gradient(135deg, var(--blue), #52a5ff); color: white; font-size: 4.2rem; font-weight: 950; box-shadow: 0 22px 45px rgba(33,107,255,0.24); }
.screen-result h3 { margin-top: 24px; margin-bottom: 10px; font-size: 2.1rem; letter-spacing: -0.055em; }
.screen-result p { color: var(--muted); font-weight: 760; line-height: 1.5; }
.screen-result .saved-pill { margin-top: 10px; }
.screen-result button { margin-top: auto; }
.screen-result a { margin-top: 15px; color: var(--blue-dark); font-size: 0.86rem; font-weight: 950; }
.feature-list { display: grid; gap: 16px; align-content: center; }
.feature-list article { border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,0.78); padding: 24px; display: flex; gap: 20px; box-shadow: 0 8px 25px rgba(19,32,51,0.04); transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.feature-list article:hover { transform: translateY(-3px); background: white; box-shadow: 0 18px 45px rgba(19,32,51,0.09); }
.feature-list article > span { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 18px; background: var(--dark); color: white; font-size: 0.85rem; font-weight: 950; }
.feature-list h3, .benefit-grid h3, .screen-grid h3 { margin-bottom: 8px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -0.035em; }
.feature-list p, .benefit-grid p, .screen-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.65; font-weight: 720; }

.screens-section, .benefits-section { padding: 80px 0; }
.centered-copy { max-width: 790px; margin-inline: auto; text-align: center; }
.screen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 54px; }
.screen-grid article { border: 1px solid var(--line); border-radius: 36px; background: rgba(255,255,255,0.7); padding: 22px; box-shadow: 0 10px 34px rgba(19,32,51,0.05); }
.mini-phone { width: 100%; max-width: 250px; margin: 0 auto; border-width: 8px; border-radius: 36px; }
.compact { min-height: 430px; border-radius: 26px; }
.compact h3 { margin-top: 30px; font-size: 1.85rem; line-height: 0.98; }
.compact .rep-counter { width: 108px; height: 108px; margin-top: 72px; }
.compact .result-orb { width: 112px; height: 112px; margin-top: 66px; font-size: 3.4rem; }
.card-kicker { margin: 24px 0 7px; color: var(--blue-dark) !important; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 950 !important; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.benefit-grid article { border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,0.74); padding: 28px; }
.benefit-grid article > div { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 20px; background: var(--soft-blue); font-size: 1.55rem; }

.testflight-section { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; margin-top: 44px; margin-bottom: 72px; border-radius: 42px; background: var(--dark); color: white; padding: 48px; box-shadow: 0 28px 80px rgba(16,24,40,0.22); }
.testflight-section p:not(.eyebrow) { color: rgba(255,255,255,0.68); }
.light-button { background: white; color: var(--dark); }
.dark-outline-button { color: white; border: 1px solid rgba(255,255,255,0.16); }
.final-phone { margin-inline: auto; box-shadow: 0 28px 70px rgba(0,0,0,0.32); }

.site-footer { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 44px; border-top: 1px solid var(--line); padding: 44px 0 56px; }
.site-footer p { max-width: 410px; margin: 17px 0 0; color: var(--muted); line-height: 1.65; font-weight: 720; }
.site-footer h3 { margin-bottom: 15px; color: #6d7890; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; }
.site-footer a:not(.brand) { display: block; margin-top: 11px; font-weight: 950; }
.email-link { color: var(--blue-dark); }
.footer-brand img { width: 38px; height: 38px; }

.legal-main { min-height: 100vh; width: min(100%, 940px); margin: 0 auto; padding: 42px 20px 80px; }
.legal-card { border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,0.86); padding: clamp(28px, 5vw, 44px); box-shadow: var(--shadow); }
.back-link { color: var(--blue-dark); font-size: 0.92rem; font-weight: 950; }
.legal-card h1 { margin-top: 30px; font-size: clamp(2.7rem, 7vw, 5rem); }
.updated { margin-top: 14px; color: #738095; font-weight: 760; }
.legal-copy { margin-top: 32px; color: #435369; font-size: 1rem; line-height: 1.85; font-weight: 620; }
.legal-copy h2 { margin-top: 32px; margin-bottom: 10px; color: var(--ink); font-size: 1.55rem; letter-spacing: -0.035em; }
.legal-copy ul { padding-left: 1.3rem; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy a { color: var(--blue-dark); font-weight: 950; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.info-card { border: 1px solid var(--line); border-radius: 24px; background: #f6f9ff; padding: 20px; }
.info-card h2 { margin: 0 0 7px; font-size: 1.3rem; }
.notice-box { margin-top: 30px; border-radius: 24px; background: #fff7d7; color: #705b20; padding: 20px; }
.notice-box h2 { margin: 0 0 8px; font-size: 1.25rem; }
.notice-box p { margin: 0; color: inherit; font-weight: 760; line-height: 1.65; }

@media (max-width: 960px) {
  .nav-links, .header-cta, .desktop-only { display: none; }
  .site-header { align-items: flex-start; }
  .hero-section, .split-section, .testflight-section, .site-footer { grid-template-columns: 1fr; }
  .hero-section { padding-top: 42px; }
  .hero-visual, .phone-stack { min-height: auto; }
  .phone-main { transform: none; }
  .status-strip, .screen-grid, .benefit-grid { grid-template-columns: 1fr; }
  .testflight-section { padding: 32px 22px; border-radius: 32px; }
}

@media (max-width: 560px) {
  .site-header, .hero-section, .status-strip, .split-section, .screens-section, .benefits-section, .testflight-section, .site-footer { width: min(100% - 24px, 1180px); }
  h1 { font-size: clamp(3rem, 17vw, 4.3rem); }
  .cta-row { flex-direction: column; align-items: stretch; }
  .store-button, .secondary-button, .light-button, .dark-outline-button { width: 100%; }
  .phone-frame { max-width: 270px; }
  .phone-screen { min-height: 520px; }
  .compact { min-height: 390px; }
  .feature-list article { flex-direction: column; }
  .support-grid { grid-template-columns: 1fr; }
}
