:root {
  --blue: #2266ee;
  --blue-dark: #1155cc;
  --cream: #ffeedd;
  --amber: #ffaa22;
  --amber-deep: #ff9911;
  --brown: #442211;
  --white: #ffffff;
  --ink: #07193d;
  --muted: #64708a;
  --mist: #eaf2ff;
  --line: rgba(7, 25, 61, 0.1);
  --shadow: 0 24px 80px rgba(17, 85, 204, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --font: ui-rounded, "SF Pro Rounded", "SF Pro Display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 7%, rgba(255, 170, 34, 0.22), transparent 22rem),
    radial-gradient(circle at 95% 8%, rgba(34, 102, 238, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #f4f8ff 48%, #ffffff 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
p { color: var(--muted); line-height: 1.65; font-size: clamp(1rem, 0.94rem + 0.25vw, 1.16rem); }
h1, h2, h3 { letter-spacing: -0.045em; color: var(--ink); }
h1 { max-width: 10ch; font-size: clamp(3.1rem, 10.5vw, 6.2rem); line-height: 0.9; }
h2 { max-width: 12ch; font-size: clamp(2.2rem, 6vw, 4.6rem); line-height: 0.96; }
h3 { font-size: clamp(1.28rem, 1.05rem + 0.95vw, 2rem); line-height: 1.08; }

.shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 10; padding: 10px 14px; border-radius: 999px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 5; backdrop-filter: blur(18px); background: rgba(255, 250, 244, 0.78); border-bottom: 1px solid rgba(255,255,255,0.65); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: var(--blue); font-size: 1.35rem; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 14px; color: white; background: linear-gradient(145deg, var(--blue), var(--blue-dark)); box-shadow: 0 10px 22px rgba(34,102,238,.24); }
.nav-links { display: flex; align-items: center; gap: clamp(12px, 2.2vw, 30px); color: #40506f; font-weight: 800; font-size: .96rem; }
.nav-links a:hover, .footer-links a:hover { color: var(--blue); }

.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 5vw, 68px); align-items: center; padding: clamp(40px, 8vw, 92px) 0 clamp(42px, 8vw, 84px); }
.hero-intro, .hero-actions, .feature-copy, .section-heading, .readiness-copy { min-width: 0; }
.hero-intro { grid-column: 1; grid-row: 1; align-self: end; }
.hero-actions { grid-column: 1; grid-row: 2; align-self: start; }
.hero-media { grid-column: 2; grid-row: 1 / span 2; }
.eyebrow { color: var(--blue); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; margin-bottom: 14px; }
.hero-lede { max-width: 60ch; margin-top: 22px; font-size: clamp(1.06rem, 1rem + 0.45vw, 1.34rem); color: #4e5c78; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 28px; }
.primary-cta, .secondary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 999px; font-weight: 950; white-space: normal; text-align: center; }
.primary-cta { padding: 15px 24px; color: white; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 14px 28px rgba(34, 102, 238, 0.28); }
.secondary-cta { padding: 13px 20px; color: var(--blue-dark); border: 1px solid rgba(34, 102, 238, 0.24); background: white; }
.status-note { max-width: 30ch; color: #78839a; font-size: .94rem; line-height: 1.45; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 28px 0 0; }
.hero-facts div { padding: 14px; border-radius: 20px; background: rgba(255,255,255,.78); border: 1px solid rgba(34,102,238,.12); box-shadow: 0 10px 30px rgba(7,25,61,.05); }
.hero-facts dt { color: var(--ink); font-weight: 950; }
.hero-facts dd { margin: 4px 0 0; color: #66738d; font-size: .88rem; line-height: 1.25; }

.hero-media { position: relative; min-height: clamp(560px, 58vw, 760px); display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.scene-card { position: absolute; inset: 4% 0 auto 2%; width: min(88%, 620px); z-index: -2; border-radius: 38px; overflow: hidden; box-shadow: var(--shadow); opacity: .72; }
.scene-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,244,.38), rgba(255,250,244,.72)); }
.primary-phone, .feature-phone { width: min(100%, 340px); padding: 10px; border-radius: 44px; background: #07193d; box-shadow: 0 28px 90px rgba(7, 25, 61, 0.26); }
.primary-phone img, .feature-phone img, .mini-phone img { width: 100%; border-radius: 34px; }
.primary-phone { transform: rotate(-2.5deg); }
.hero-mascot { position: absolute; right: 2%; bottom: 9%; width: min(24vw, 190px); z-index: 2; }
.hero-mascot img { width: 100%; border-radius: 28px; box-shadow: 0 24px 58px rgba(17,85,204,.18); }
.mini-phone { position: absolute; right: 3%; bottom: 11%; width: min(22vw, 185px); padding: 7px; border-radius: 30px; background: white; box-shadow: 0 24px 58px rgba(17,85,204,.18); transform: rotate(5deg); }
.mini-phone img { border-radius: 24px; }

.problem-band { background: var(--ink); color: white; padding: clamp(42px, 7vw, 82px) 0; }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(22px, 5vw, 68px); align-items: center; }
.problem-grid h2, .problem-grid p { color: white; }
.problem-grid p { color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 1vw + .9rem, 1.35rem); }

.section { padding: clamp(58px, 9vw, 112px) 0; }
.section-heading { margin-bottom: clamp(24px, 4vw, 42px); }
.section-heading.compact { max-width: 720px; }
.section-heading.compact h2 { max-width: 14ch; }
.section-heading.compact p { margin-top: 16px; max-width: 64ch; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-card, .steps article, .faq article { min-width: 0; border-radius: var(--radius-lg); background: rgba(255,255,255,.84); border: 1px solid var(--line); padding: clamp(20px, 2.5vw, 28px); box-shadow: 0 18px 52px rgba(7,25,61,.07); }
.benefit-card p, .steps p, .faq p { margin-top: 12px; font-size: .98rem; }
.tile { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; margin-bottom: 20px; color: white; background: var(--blue); font-weight: 950; font-size: 1.25rem; }
.tile.amber { background: linear-gradient(145deg, var(--amber), var(--amber-deep)); color: var(--brown); }

.how { padding-top: 20px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.steps strong { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; color: var(--blue); background: #e9f1ff; margin-bottom: 18px; }

.feature-split { display: grid; grid-template-columns: minmax(260px, 410px) minmax(0, 1fr); gap: clamp(32px, 6vw, 76px); align-items: center; }
.feature-phone { justify-self: center; width: min(100%, 360px); transform: rotate(2deg); }
.feature-copy h2 { max-width: 11ch; }
.feature-copy p { margin-top: 18px; max-width: 58ch; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; color: #34425f; font-weight: 750; line-height: 1.45; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: #31c779; font-size: .82rem; }

.reward-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 360px); gap: clamp(24px, 5vw, 64px); align-items: center; padding-inline: clamp(22px, 5vw, 54px); border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff5e8, #eaf2ff); box-shadow: var(--shadow); }
.reward-panel h2 { max-width: 12ch; }
.reward-panel p { max-width: 60ch; margin-top: 16px; }
.reward-art { margin: 0; border-radius: 32px; overflow: hidden; background: white; box-shadow: 0 18px 48px rgba(68,34,17,.12); }

.proof { padding-bottom: clamp(40px, 6vw, 80px); }
.screen-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.screen-strip figure { margin: 0; min-width: 0; border-radius: 28px; overflow: hidden; background: #07193d; box-shadow: 0 16px 42px rgba(7,25,61,.14); }
.screen-strip img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top center; }
.screen-strip figcaption { padding: 12px 10px 14px; color: white; font-weight: 900; text-align: center; background: #07193d; }

.readiness { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(24px, 5vw, 60px); align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.readiness-copy p { max-width: 68ch; }
.readiness-copy .secondary-cta { margin-top: 18px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.site-footer { padding: 42px 0; background: #061633; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-grid p { margin-top: 10px; color: rgba(255,255,255,.68); font-size: .95rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: rgba(255,255,255,.78); font-weight: 850; }
.footer-brand { color: white; }

.legal-page { background: linear-gradient(180deg, #fffaf4, #f5f8ff); }
.legal-main { padding: clamp(44px, 8vw, 86px) 0; max-width: 820px; }
.legal-main h1 { max-width: 12ch; font-size: clamp(2.8rem, 9vw, 5rem); }
.legal-main section { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-main h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); max-width: 20ch; }
.legal-main p, .legal-main li { color: #53617c; line-height: 1.7; font-size: 1.04rem; }
.legal-main p { margin-top: 12px; }
.legal-main ul { padding-left: 1.2rem; }
.legal-updated { color: var(--blue); font-weight: 850; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); padding-top: 52px; }
  h1 { max-width: 10ch; font-size: clamp(3.1rem, 7.6vw, 5rem); }
  .hero-media { min-height: 560px; }
  .benefit-grid, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-split { grid-template-columns: 1fr; }
  .feature-copy { order: -1; }
  .screen-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { position: static; }
  .nav { min-height: 68px; }
  .nav-links { display: none; }
  .hero { gap: 30px; padding-top: 34px; }
  .hero { grid-template-columns: 1fr; }
  .hero-intro { grid-column: 1; grid-row: 1; }
  .hero-media { grid-column: 1; grid-row: 2; }
  .hero-actions { grid-column: 1; grid-row: 3; }
  h1 { font-size: clamp(2.76rem, 13vw, 4.25rem); max-width: 10ch; }
  h2 { font-size: clamp(2rem, 10vw, 3.3rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-media { min-height: 520px; }
  .scene-card { inset: 2% auto auto 0; width: 100%; border-radius: 28px; }
  .primary-phone { width: min(78vw, 292px); transform: rotate(0deg); }
  .hero-mascot { width: min(31vw, 150px); right: 0; }
  .mini-phone { width: min(30vw, 118px); right: 8px; bottom: 14px; border-radius: 22px; }
  .mini-phone img { border-radius: 17px; }
  .problem-grid, .readiness, .reward-panel { grid-template-columns: 1fr; }
  .benefit-grid, .steps, .faq-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .reward-panel { padding: 30px 18px; border-radius: 28px; }
  .screen-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; overflow: visible; padding-bottom: 0; }
  .screen-strip figure { min-width: 0; border-radius: 20px; }
  .screen-strip img { aspect-ratio: 9 / 16; }
  .screen-strip figcaption { padding: 9px 6px 11px; font-size: .82rem; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 380px) {
  .shell { width: min(100% - 24px, 1120px); }
  .brand { font-size: 1.18rem; }
  h1 { font-size: clamp(2.38rem, 13vw, 3.1rem); }
  .hero-media { min-height: 455px; }
  .primary-phone { width: min(78vw, 248px); padding: 8px; border-radius: 36px; }
  .hero-mascot { width: 112px; bottom: 6%; }
  .primary-phone img { border-radius: 28px; }
  .mini-phone { display: none; }
  .cta-row { align-items: stretch; }
  .primary-cta, .secondary-cta { width: 100%; }
  .status-note { max-width: none; }
  .benefit-card, .steps article, .faq article { padding: 20px; border-radius: 22px; }
  .feature-phone { width: min(88vw, 286px); padding: 8px; border-radius: 36px; }
  .screen-strip { grid-template-columns: 1fr 1fr; gap: 10px; }
  .screen-strip figcaption { font-size: .76rem; }
}
