@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ink: #0A0A0A;--ink-2: #404040;--ink-3: #8F8F8F;--bg: #FFFFFF;--bg-subtle: #F7F7F5;--blue: #1B47FF;--blue-hover: #1038e0;--blue-soft: rgba(27,71,255,.08);--dark: #0A0A0A;--border: rgba(0,0,0,.08);--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1120px;--section-pad: 120px 40px;--radius-pill: 100px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--blue-soft);color:var(--blue)}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}section[id]{scroll-margin-top:80px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:12px 18px;border-radius:0 0 10px;font-size:14px;font-weight:600;text-decoration:none;z-index:1000}.skip-link:focus{left:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.convo-card:hover,.btn-blue:hover,.app-store-badge:hover,.cta-badge-wrap .app-store-badge:hover img,.hero-cta .app-store-badge:hover{transform:none}}#nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 40px;background:linear-gradient(to bottom,rgba(10,10,10,.6) 0%,transparent 100%);transition:background .3s,box-shadow .3s}#nav.scrolled{background:#0a0a0af0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px #ffffff0d}.nav-inner{max-width:var(--max-width);margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{height:36px;display:block}.nav-right{display:flex;align-items:center;gap:12px}.btn-ghost{color:#ffffffa6;font-size:14px;font-weight:500;text-decoration:none;padding:8px 12px;transition:color .2s}.btn-ghost:hover{color:#fff}.btn-blue{background:var(--blue);color:#fff;font-size:14px;font-weight:600;text-decoration:none;padding:10px 22px;border-radius:var(--radius-pill);transition:background .2s,transform .15s;letter-spacing:-.01em}.btn-blue:hover{background:var(--blue-hover);transform:translateY(-1px)}.hero{background:var(--dark);min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:160px 40px 120px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 20%,rgba(27,71,255,.1) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:800px;position:relative}.hero h1{font-size:clamp(44px,7vw,88px);font-weight:900;letter-spacing:-.04em;line-height:1;color:#fff;margin-bottom:28px}.hero h1 .accent{color:var(--blue)}.hero-sub{font-size:clamp(16px,1.6vw,19px);color:#ffffff80;line-height:1.65;max-width:520px;margin:0 auto 40px;font-weight:300}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:12px}.hero-cta .app-store-badge{display:inline-flex;transition:opacity .2s,transform .15s}.hero-cta .app-store-badge img{height:48px;display:block;filter:drop-shadow(0 0 .5px rgba(255,255,255,.5)) drop-shadow(0 0 8px rgba(255,255,255,.08))}.hero-cta .app-store-badge:hover{opacity:.82;transform:translateY(-2px)}.hero-badge-note{font-size:12px;color:#ffffff47;letter-spacing:.02em}.section-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin-bottom:20px;display:block}.section-label-light{color:#ffffff59}.section-title{font-size:clamp(32px,4vw,52px);font-weight:800;letter-spacing:-.035em;line-height:1.08;color:var(--ink);margin-bottom:20px}.section-title-light{color:#fff}.section-sub{font-size:18px;color:var(--ink-2);line-height:1.65;max-width:520px;font-weight:300}.watch-band{background:var(--bg);padding:var(--section-pad)}.watch-band-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:center}.watch-band-photo{aspect-ratio:4 / 5;background:var(--bg-subtle);border:1px solid var(--border);border-radius:16px;overflow:hidden}.watch-band-img{width:100%;height:100%;object-fit:cover;display:block}.watch-band-text .section-title{margin-bottom:24px}.watch-band-body{font-size:17px;color:var(--ink-2);line-height:1.65;font-weight:400;max-width:480px}.examples{background:var(--bg-subtle);padding:var(--section-pad)}.examples-header{max-width:var(--max-width);margin:0 auto 64px}.convo-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.convo-card{background:var(--bg);border-radius:16px;padding:32px 28px 24px;border:1px solid var(--border);display:flex;flex-direction:column;gap:16px;transition:transform .2s,box-shadow .2s}.convo-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.convo-q{background:var(--blue-soft);color:var(--blue);font-size:15px;font-weight:600;padding:12px 16px;border-radius:12px 12px 12px 4px;line-height:1.4}.convo-a{font-size:15px;color:var(--ink-2);line-height:1.65}.convo-a strong{color:var(--ink);font-weight:600}.convo-tag{font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);margin-top:auto;padding-top:8px;border-top:1px solid var(--border)}.convo-chart{display:flex;align-items:flex-end;gap:6px;height:80px;margin-bottom:12px}.chart-bar{flex:1;background:#1b47ff26;border-radius:4px 4px 0 0;height:var(--h);position:relative;transition:background .2s}.chart-bar-accent{background:var(--blue)}.chart-bar-accent span{color:#fff}.chart-bar span{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:9px;font-weight:600;color:var(--ink-3);white-space:nowrap}.weekly{background:var(--dark);padding:var(--section-pad);position:relative;overflow:hidden}.weekly:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 70% 40%,rgba(27,71,255,.08) 0%,transparent 60%);pointer-events:none}.weekly-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative}.weekly-description{font-size:17px;color:#ffffff80;line-height:1.65;margin-bottom:28px;font-weight:300}.weekly-bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.weekly-bullets li{font-size:15px;color:#fff9;padding-left:20px;position:relative;line-height:1.5}.weekly-bullets li:before{content:"→";position:absolute;left:0;color:var(--blue);font-weight:600}.email-mock{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 24px 80px #0000004d,0 0 0 1px #ffffff0f}.email-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #F0F0F0}.email-from{display:flex;align-items:center;gap:10px}.email-avatar{width:32px;height:32px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.email-sender{font-size:14px;font-weight:600;color:var(--ink)}.email-addr{font-size:11px;color:var(--ink-3)}.email-date{font-size:12px;color:var(--ink-3)}.email-subject{font-size:17px;font-weight:700;color:var(--ink);padding:16px 20px 0;letter-spacing:-.01em}.email-body{padding:12px 20px 20px}.email-body p{font-size:14px;color:var(--ink-2);line-height:1.65;margin-bottom:10px}.email-body strong{color:var(--ink)}.how{background:var(--bg);padding:var(--section-pad)}.how-inner{max-width:var(--max-width);margin:0 auto}.how-top{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:center;margin-bottom:72px}.how-photo{aspect-ratio:8 / 5;border:1px solid var(--border);border-radius:16px;overflow:hidden}.how-photo-img{width:100%;height:100%;object-fit:cover;display:block}.how-top .how-header{margin-bottom:0}.how-header{margin-bottom:72px}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.how-step{padding:0 40px 0 32px;border-left:1px solid rgba(0,0,0,.07)}.how-step:first-child{padding-left:0;border-left:none}.step-num{font-size:48px;font-weight:300;color:#0000001f;letter-spacing:-.04em;line-height:1;margin-bottom:24px}.how-step h4{font-size:20px;font-weight:700;letter-spacing:-.025em;margin-bottom:12px;color:var(--ink)}.how-step p{font-size:15px;color:var(--ink-2);line-height:1.65;font-weight:400}.privacy-band{background:var(--bg-subtle);padding:64px 40px}.privacy-inner-compact{max-width:680px;margin:0 auto;text-align:center}.privacy-icon-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px}.privacy-point-icon{width:40px;height:40px;flex-shrink:0;background:#0000000a;border:1px solid rgba(0,0,0,.06);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--ink-3)}.privacy-headline{font-size:28px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}.privacy-body{font-size:16px;color:var(--ink-2);line-height:1.7;max-width:560px;margin:0 auto}.privacy-link{color:var(--blue);text-decoration:none;font-weight:500}.privacy-link:hover{text-decoration:underline}.cta{background:var(--bg);padding:var(--section-pad);text-align:center}.cta-inner{max-width:680px;margin:0 auto}.cta .section-title{font-size:clamp(36px,5vw,60px);margin-bottom:16px}.cta .section-sub{margin:0 auto 48px;max-width:480px}.cta-badge-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:16px}.cta-badge-wrap .app-store-badge img{height:52px;display:block;transition:opacity .2s,transform .15s}.cta-badge-wrap .app-store-badge:hover img{opacity:.85;transform:translateY(-2px)}footer{background:var(--dark);padding:40px;border-top:1px solid rgba(255,255,255,.05)}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-logo{height:22px;opacity:.55}.footer-tagline{font-size:12px;color:#ffffff40;letter-spacing:.01em}.footer-links{display:flex;gap:24px;font-size:13px}.footer-links a{color:#fff6;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fffc}.footer-copy{font-size:13px;color:#ffffff4d}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(max-width:900px){:root{--section-pad: 80px 24px}#nav{padding:0 24px}.convo-grid{grid-template-columns:1fr;max-width:480px}.how-top{grid-template-columns:1fr;gap:32px;margin-bottom:56px}.how-steps{grid-template-columns:1fr;gap:40px}.how-step{padding:0 0 0 24px;border-left:1px solid rgba(0,0,0,.07)}.how-step:first-child{padding-left:24px;border-left:1px solid rgba(0,0,0,.07)}.weekly-inner,.watch-band-inner{grid-template-columns:1fr;gap:48px}.watch-band-photo{max-width:480px;margin:0 auto;width:100%}.hero{padding:120px 24px 80px;min-height:0}}@media(max-width:600px){.nav-right .btn-ghost{display:none}.nav-logo{height:24px}.hero{min-height:0;padding:108px 24px 64px}.hero h1{font-size:clamp(36px,11vw,56px);letter-spacing:-.03em;line-height:1.05}.hero-sub{font-size:15px}.convo-card{padding:24px 20px 20px}.step-num{font-size:36px;margin-bottom:16px}.how-step h4{font-size:18px}.section-title{letter-spacing:-.025em}.cta .section-title{font-size:clamp(32px,9vw,48px)}.footer-inner{flex-direction:column;align-items:flex-start;gap:16px}.privacy-band{padding:48px 24px}.privacy-headline{font-size:22px}.email-mock{margin:0 -8px}}
