@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url('/fonts/dm-sans-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url('/fonts/dm-sans-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
:root{--bg:#EDF1F4;--bg-alt:#E3E9ED;--surface:#F7F9FA;--surface-2:#FFFFFF;--accent-rgb:20,20,20;--accent-mid-rgb:51,51,51;--accent-light-rgb:90,90,90;--accent:#141414;--accent-mid:#333333;--accent-light:#5A5A5A;--accent-ghost:rgba(var(--accent-rgb),0.08);--accent-border:rgba(var(--accent-rgb),0.15);--text-1:#14181D;--text-2:#4A5560;--text-3:#7C8790;--border:rgba(20,24,29,0.08);--shadow-sm:0 2px 12px rgba(20,24,29,0.06);--shadow-md:0 8px 32px rgba(20,24,29,0.10);--shadow-lg:0 24px 64px rgba(20,24,29,0.13);--silk:cubic-bezier(0.16, 1, 0.3, 1);--silk-dur:0.8s;--radius:16px;--radius-lg:24px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:80px}body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text-1);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:0 0;font-family:inherit}body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:128px 128px}.container{max-width:1160px;margin:0 auto;padding:0 32px}.section-title{font-family:'DM Sans',sans-serif;font-size:clamp(2rem, 4vw, 3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--text-1)}.section-title em{font-style:normal;font-family:'DM Sans',sans-serif;letter-spacing:-.01em;color:var(--accent)}.section-sub{font-size:1.0625rem;line-height:1.75;color:var(--text-2);max-width:520px;margin-top:16px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--silk),transform .7s var(--silk)}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:0.1s}.reveal-delay-2{transition-delay:0.2s}.reveal-delay-3{transition-delay:0.3s}@keyframes heroReveal{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.hero-reveal{animation:heroReveal .7s var(--silk) both}.hero-reveal-1{animation-delay:.1s}.hero-reveal-2{animation-delay:.2s}.hero-reveal-3{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.hero-reveal{animation:none;opacity:1;transform:none}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:padding var(--silk-dur) var(--silk),background var(--silk-dur) var(--silk),box-shadow var(--silk-dur) var(--silk)}.nav.scrolled{padding:12px 0;background:rgba(237,241,244,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1160px;margin:0 auto;padding:0 32px}.nav-logo{display:inline-flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;letter-spacing:-.04em;color:var(--text-1)}.nav-logo img{height:39px;width:auto;display:block}.nav-logo span{color:var(--accent)}.btn-primary{font-size:.875rem;font-weight:600;color:#fff;background:var(--accent);padding:10px 22px;border-radius:100px;transition:background var(--silk-dur) var(--silk),transform var(--silk-dur) var(--silk),box-shadow var(--silk-dur) var(--silk);box-shadow:0 4px 16px rgba(var(--accent-rgb),.25)}.btn-primary:hover{background:var(--accent-mid);transform:scale(1.02);box-shadow:0 6px 24px rgba(var(--accent-rgb),.35)}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden}@media (min-width:1025px){.hero{min-height:100vh;margin-top:0;padding:103px 0 24px}.hero .hero-phone-mockup{width:min(373px,calc(49.075vh - 62.34px));height:auto}}.hero::before{content:'';position:absolute;top:-10%;right:-5%;width:55vw;height:55vw;max-width:720px;max-height:720px;background:radial-gradient(ellipse at center,rgba(var(--accent-light-rgb),.18) 0,rgba(var(--accent-mid-rgb),.06) 50%,transparent 75%);border-radius:50%;pointer-events:none}.hero::after{content:'';position:absolute;bottom:-15%;left:-8%;width:40vw;height:40vw;max-width:500px;max-height:500px;background:radial-gradient(ellipse at center,rgba(var(--accent-rgb),.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--accent-border);border-radius:100px;padding:6px 16px 6px 8px;margin-bottom:28px;box-shadow:var(--shadow-sm)}.hero-badge-dot{width:24px;height:24px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;font-weight:700;flex-shrink:0}.hero-badge span{font-size:.8125rem;font-weight:500;color:var(--text-2)}.hero-badge strong{color:var(--accent)}.hero-title{font-size:clamp(2.6rem, 5vw, 4.2rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:24px}.hero-title em{font-style:normal;font-family:'DM Sans',sans-serif;letter-spacing:-.01em;color:var(--accent)}.audience-cycle{position:relative;display:inline-block;height:1.1em;width:8.6ch;vertical-align:bottom;overflow:hidden}.audience-item{position:absolute;left:0;top:0;color:#007aff;opacity:0;transform:translateY(60%);transition:opacity .5s ease,transform .5s ease;white-space:nowrap}.audience-item.is-active{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.audience-item{transition:none}}.hero-sub{font-size:1.0625rem;line-height:1.75;color:var(--text-2);max-width:480px;margin-bottom:40px}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-phone-mockup{position:relative;width:373px;max-width:100%;aspect-ratio:2469/5031;flex:0 0 auto;border-radius:18%/9%;background:#000;filter:drop-shadow(var(--shadow-lg));transition:transform var(--silk-dur) var(--silk)}.hero-phone-screen{position:absolute;z-index:1;inset:1.8% 3.2% 1.25%;overflow:hidden;border-radius:14.5%/6.9%;background:#000}.hero-phone-screen video{display:block;width:100%;height:100%;object-fit:contain}.hero-phone-frame{position:absolute;z-index:2;inset:0;display:block;width:100%;height:100%;pointer-events:none;user-select:none}.hero-phone-mockup:hover{transform:scale(1.01)}@keyframes floatBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-float-badge-2{position:absolute;z-index:3;top:0;right:0;width:194px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:10px 16px;box-shadow:var(--shadow-md);transform:translate(50%,-50%)}.float-badge-2-val{font-size:1.4rem;font-weight:700;color:var(--text-1);letter-spacing:-.03em}.float-badge-2-label{font-size:.7rem;color:var(--text-3);margin-top:2px}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}:root{--pw:clamp(180px, 14vw, 300px);--gap1:clamp(200px, 19vw, 380px);--gap2:clamp(360px, 34vw, 660px);--gap-hide:clamp(500px, 48vw, 900px)}.stats-section{padding:80px 0;border-top:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat-card{padding:40px 36px;border-right:1px solid var(--border);transition:background var(--silk-dur) var(--silk)}.stat-card:last-child{border-right:none}.stat-card:hover{background:var(--surface-2)}.stat-rule{width:32px;height:2px;background:var(--accent);border-radius:2px;margin-bottom:24px;transition:width .5s var(--silk)}.stat-card:hover .stat-rule{width:56px}.stat-value{font-size:clamp(2.4rem, 3.5vw, 3.6rem);font-weight:700;letter-spacing:-.05em;color:var(--text-1);line-height:1;margin-bottom:12px;display:flex;align-items:baseline;gap:2px}.stat-suffix{font-size:55%;color:var(--accent);font-weight:600}.stat-label{font-size:.9rem;font-weight:600;color:var(--text-1);margin-bottom:6px}.stat-sublabel{font-size:.78rem;color:var(--text-3);line-height:1.5}.faq-section{padding:100px 0}.faq-inner{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;align-items:start}.faq-sidebar{position:sticky;top:100px}.faq-sidebar .section-sub{margin-top:16px;margin-bottom:32px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:22px 0;cursor:pointer;gap:16px;font-size:.9375rem;font-weight:600;color:var(--text-1);transition:color .3s}.faq-question:hover{color:var(--accent)}.faq-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--accent-border);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:16px;font-weight:300;transition:transform .5s var(--silk),background .4s,color .4s}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--accent);color:#fff;border-color:var(--accent)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s var(--silk)}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden;font-size:.9rem;line-height:1.75;color:var(--text-2);padding-bottom:0;transition:padding-bottom .5s var(--silk)}.faq-item.open .faq-answer-inner{padding-bottom:20px}.cta-section{padding:100px 0}.cta-inner{background:var(--text-1);border-radius:var(--radius-lg);padding:80px;display:flex;align-items:center;justify-content:space-between;gap:48px;position:relative;overflow:hidden}.cta-inner::before{content:'';position:absolute;top:-40%;right:-5%;width:500px;height:500px;background:radial-gradient(ellipse at center,rgba(var(--accent-light-rgb),.15) 0,transparent 70%);border-radius:50%;pointer-events:none}.cta-content{position:relative;z-index:1;max-width:560px}.cta-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:#fff;margin-bottom:16px}.cta-title em{font-style:normal;font-family:'DM Sans',sans-serif;letter-spacing:-.01em;color:var(--accent-light)}.cta-sub{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.6)}.cta-actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;flex-shrink:0}.app-store-badge{display:inline-block;transition:transform var(--silk-dur) var(--silk)}.app-store-badge img{height:60px;width:auto;display:block}.app-store-badge:hover{transform:scale(1.02)}.footer{background:var(--text-1);padding:80px 0 40px;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:64px}.footer-brand .nav-logo{color:#fff;font-size:1.3rem;margin-bottom:8px}.footer-brand-copy{font-size:.8125rem;font-weight:600;color:rgba(255,255,255,.6);margin-bottom:16px}.footer-brand-desc{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.45);max-width:240px}.footer-socials{display:flex;gap:10px;margin-top:24px}.social-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);font-size:14px;font-weight:700;transition:all .4s var(--silk)}.social-btn:hover{border-color:var(--accent-light);color:var(--accent-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copy{font-size:.8125rem;color:rgba(255,255,255,.3)}.footer-copy a{color:rgba(255,255,255,.45);transition:color .3s}.footer-copy a:hover{color:var(--accent-light)}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:.8125rem;color:rgba(255,255,255,.3);transition:color .3s}.footer-legal a:hover{color:rgba(255,255,255,.6)}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:56px}.hero-visual{max-width:520px;margin:0 auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{border-right:none;border-bottom:1px solid var(--border)}.stat-card:last-child{border-bottom:none}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{flex-direction:column;padding:56px 40px}.faq-inner{grid-template-columns:1fr}.faq-sidebar{position:static}}@media (max-width:768px){.container{padding:0 20px}.hero-visual{width:100%;min-width:0}.hero-float-badge-2{display:none}.footer-grid{grid-template-columns:1fr}.cta-inner{padding:40px 24px}.stats-grid{grid-template-columns:repeat(2,1fr)}:root{--pw:150px;--gap1:168px;--gap2:300px;--gap-hide:430px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}}
/* ── HOURS SCROLL-REVEAL ── */
.hours-section{position:relative;height:260vh}.hours-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:0 32px}.hours-copy{max-width:900px;font-size:clamp(1.9rem,4.6vw,3.6rem);font-weight:700;letter-spacing:-.035em;line-height:1.25;text-align:center;margin:0}.hours-lead{display:block;margin-bottom:.35em}.hours-lead .hours-word{color:var(--accent)}.hours-body{display:block}.hours-word{display:inline-block;color:var(--text-1);opacity:.14;transition:opacity .35s var(--silk)}.hours-word.lit{opacity:1}@media (prefers-reduced-motion:reduce){.hours-word{opacity:1;transition:none}}@media (max-width:768px){.hours-section{height:220vh}.hours-copy{text-align:left}}
/* ── FEATURES ── */
.features-section{padding:120px 0;border-top:1px solid var(--border)}.features-head{margin-bottom:88px;max-width:640px}.feature-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:120px}.feature-row:last-child{margin-bottom:0}.feature-row--reverse .feature-copy{order:2}.feature-row--reverse .feature-visual{order:1}.feature-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-ghost);border:1px solid var(--accent-border);border-radius:100px;padding:5px 14px;margin-bottom:22px}.feature-title{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;letter-spacing:-.035em;line-height:1.15;color:var(--text-1);margin-bottom:18px}.feature-desc{font-size:1.0625rem;line-height:1.75;color:var(--text-2);max-width:440px}.feature-visual{display:flex;justify-content:center;align-items:center;position:relative}.feature-visual::before{content:'';position:absolute;width:70%;height:70%;background:radial-gradient(ellipse at center,rgba(var(--accent-light-rgb),.14) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.feature-visual img{position:relative;z-index:1;width:100%;max-width:560px;height:auto;filter:drop-shadow(var(--shadow-lg))}@media (max-width:1024px){.feature-row,.feature-row--reverse .feature-copy,.feature-row--reverse .feature-visual{grid-template-columns:1fr;order:0}.feature-row{gap:40px;margin-bottom:88px}.feature-copy{text-align:center}.feature-desc{margin:0 auto}.feature-eyebrow{margin-left:auto;margin-right:auto}.features-head{margin:0 auto 56px;text-align:center}}@media (max-width:768px){.features-section{padding:88px 0}.feature-visual img{max-width:440px}}
/* ── TIME SAVED (pinned scroll-scrubbed cross-fade) ── */
.saved-section{border-top:1px solid var(--border)}.saved-track{position:relative;height:320vh}.saved-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.saved-head{text-align:center;max-width:640px;margin:0 auto clamp(32px,5vh,60px)}.saved-stage{position:relative;height:clamp(190px,30vh,280px)}.saved-stat{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translateY(20px) scale(.97);transition:opacity .6s var(--silk),transform .6s var(--silk);will-change:opacity,transform;pointer-events:none}.saved-stat.is-active{opacity:1;transform:none}.saved-value{font-size:clamp(3.6rem,11vw,8.75rem);font-weight:600;letter-spacing:-.015em;color:var(--text-1);line-height:1;margin-bottom:12px;white-space:nowrap}.saved-label{font-size:clamp(1.35rem,2.6vw,1.97rem);font-weight:700;line-height:1.2;color:var(--text-2)}.saved-head .section-title{font-weight:600;letter-spacing:normal;line-height:1.2}.saved-head .section-title em{letter-spacing:normal}.saved-note{text-align:center;font-size:.8125rem;color:var(--text-3);margin-top:44px}@media (prefers-reduced-motion:reduce){.saved-track{height:auto}.saved-sticky{position:static;height:auto;padding:88px 0}.saved-stage{height:auto;display:flex;flex-direction:column;gap:56px}.saved-stat{position:static;opacity:1;transform:none}}@media (max-width:768px){.saved-head{margin-bottom:48px}}