:root {
  --ink: #151515;
  --muted: #696968;
  --paper: #f7f6f2;
  --blue: #2e6edb;
  --blue-dark: #1f57b7;
  --line: rgba(21, 21, 21, .12);
  --radius: 36px;
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.site-header,.site-footer,.hero,.section-pad,.product-story,.legal-hero,.legal-copy { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; }
.brand img { width: 106px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-header nav a { color: #3e3e3c; }
.site-header nav .nav-store-link { padding: 10px 16px; border-radius: 999px; color: white; background: var(--ink); }
.hero { min-height: calc(100vh - 92px); padding: 72px 0 84px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(44px, 7vw, 112px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(56px, 6.6vw, 104px); line-height: .94; letter-spacing: -.07em; font-weight: 650; }
.hero h1 span { color: #9a9996; font-weight: 520; }
.hero-lede { margin: 34px 0 0; max-width: 590px; color: var(--muted); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.48; letter-spacing: -.024em; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 24px; }
.button { min-height: 52px; padding: 0 25px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; transition: .22s ease; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(46,110,219,.22); }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.app-store-badge { min-height: 52px; padding: 7px 17px 7px 14px; border: 1px solid rgba(21,21,21,.18); border-radius: 13px; display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.46); }
.app-store-badge > span:last-child { display: flex; flex-direction: column; font-size: 18px; font-weight: 600; line-height: 1.05; }
.app-store-badge small { margin-bottom: 3px; font-size: 9px; font-weight: 500; text-transform: uppercase; }
.apple-mark { font-size: 27px; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual img { position: relative; z-index: 1; width: 100%; border-radius: var(--radius); box-shadow: 0 34px 80px rgba(17,17,17,.2); animation: float 8s ease-in-out infinite; }
.hero-orbit { position: absolute; border: 1px solid rgba(46,110,219,.24); border-radius: 999px; }
.hero-orbit-one { width: 180px; height: 180px; right: -48px; top: -38px; }
.hero-orbit-two { width: 72px; height: 72px; left: -24px; bottom: -22px; background: rgba(46,110,219,.08); }
.section-pad { padding-block: 136px; }
.intro { max-width: 990px; text-align: center; }
.intro h2,.privacy-band h2,.closing h2,.legal-hero h1 { margin: 0; font-size: clamp(46px,6vw,86px); line-height: 1; letter-spacing: -.06em; font-weight: 620; }
.intro > p:last-child { max-width: 770px; margin: 32px auto 0; color: var(--muted); font-size: clamp(18px,1.7vw,24px); line-height: 1.55; }
.product-story { display: grid; gap: 24px; padding-bottom: 24px; }
.story-card { min-height: 720px; padding: clamp(40px,6vw,84px); border-radius: var(--radius); display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: clamp(36px,7vw,110px); overflow: hidden; }
.story-card-blue { color: white; background: radial-gradient(circle at 75% 20%, #5790ef 0, var(--blue) 45%, #1f57b7 100%); }
.story-card-dark { color: white; grid-template-columns: .82fr 1fr; background: #111213; }
.story-card-mist { background: #e7ecef; }
.story-number { display: block; margin-bottom: 68px; font-size: 13px; opacity: .62; }
.story-card .eyebrow { color: currentColor; opacity: .66; }
.story-copy h3 { max-width: 650px; margin: 0; font-size: clamp(42px,5vw,72px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.story-copy > p:last-child { max-width: 600px; margin: 28px 0 0; font-size: clamp(17px,1.5vw,21px); line-height: 1.55; opacity: .76; }
.phone-frame { width: min(100%,310px); margin-inline: auto; padding: 8px; border-radius: 52px; background: rgba(255,255,255,.12); box-shadow: 0 32px 70px rgba(0,0,0,.25); transform: rotate(1.8deg) translateY(56px); transition: transform .6s ease; }
.story-card:hover .phone-frame { transform: rotate(0) translateY(42px) scale(1.015); }
.phone-frame img { width: 100%; border-radius: 45px; }
.privacy-band { margin-top: 112px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(60px,10vw,160px); border-block: 1px solid var(--line); }
.privacy-mark { height: 260px; display: flex; justify-content: center; align-items: flex-end; gap: 24px; }
.privacy-mark span { display: block; width: 44px; border-radius: 99px; background: var(--blue); animation: breathe 5s ease-in-out infinite; }
.privacy-mark span:nth-child(1) { height: 176px; }
.privacy-mark span:nth-child(2) { height: 132px; animation-delay: -1.5s; }
.privacy-mark span:nth-child(3) { height: 224px; animation-delay: -3s; }
.privacy-band h2 { font-size: clamp(44px,5vw,74px); }
.privacy-band h2 + p { margin: 28px 0 24px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.text-link { color: var(--blue); font-weight: 600; }
.closing { max-width: 970px; padding-block: 180px; text-align: center; }
.closing-mark { width: 58px; height: auto; margin: 0 auto 42px; }
.closing > p:not(.eyebrow) { max-width: 680px; margin: 30px auto; color: var(--muted); font-size: 19px; line-height: 1.55; }
.site-footer { min-height: 168px; padding: 38px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); }
.footer-links { display: flex; gap: 26px; color: var(--muted); font-size: 13px; }
.site-footer > p { color: #8c8b88; font-size: 12px; text-align: right; }
.legal-hero { padding: 124px 0 88px; border-bottom: 1px solid var(--line); }
.legal-hero > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.draft-notice { width: fit-content; margin-top: 38px; padding: 12px 16px; border: 1px solid rgba(46,110,219,.22); border-radius: 12px; color: #245a9f; background: rgba(46,110,219,.055); font-size: 13px; }
.legal-copy { max-width: 820px; padding: 94px 0 140px; }
.legal-copy h1 { display: none; }
.legal-copy h2 { margin: 70px 0 20px; font-size: 30px; letter-spacing: -.035em; }
.legal-copy h3 { margin: 42px 0 14px; font-size: 20px; }
.legal-copy p,.legal-copy li { color: #4f4e4b; font-size: 17px; line-height: 1.72; }
.legal-copy p { margin: 0 0 22px; }
.legal-copy ul { padding-left: 26px; }
.legal-copy a { color: var(--blue); text-decoration: underline; }
.legal-copy code { padding: 2px 6px; border-radius: 6px; background: rgba(21,21,21,.06); }
.reveal { animation: reveal .9s both ease; }
.reveal-delay { animation-delay: .14s; }
@keyframes reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes breathe { 50% { transform: translateY(-8px); } }
@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .story-card,.story-card-dark { min-height: 0; grid-template-columns: 1fr; padding-bottom: 0; }
  .reverse .phone-frame { order: 2; }
  .phone-frame { width: min(72vw,320px); }
  .privacy-band { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .site-footer > p { text-align: center; }
}
@media (max-width: 620px) {
  .site-header,.site-footer,.hero,.section-pad,.product-story,.legal-hero,.legal-copy { width: min(calc(100% - 32px),var(--max)); }
  .site-header nav { gap: 14px; }
  .site-header nav a:first-child,.site-header nav a:nth-child(3) { display: none; }
  .hero { padding: 58px 0 64px; }
  .hero h1 { font-size: clamp(50px,15vw,72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-pad { padding-block: 96px; }
  .story-card { padding: 40px 24px 0; }
  .privacy-mark { height: 180px; justify-content: flex-start; transform: scale(.65); transform-origin: left bottom; }
  .closing { padding-block: 120px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
}
