:root{--primary:#D6247A;--primary-ink:#F8F4FE;--primary-dim:#B81C68;--secondary:#7B4FA6;--secondary-dim:#5F3A82;--bg:#F8F4FE;--surface:#FFFFFF;--tint-pink:#FCE8F2;--tint-purple:#EEE3F7;--tint-line:#F1E9F9;--ink:#181120;--ink-soft:#5B5A5A;--ink-faint:#8B8797;--line:rgba(24,17,32,.1);--line-strong:rgba(24,17,32,.16);--shadow-soft:0 20px 60px rgba(24,17,32,.1);--shadow-card:0 10px 30px rgba(24,17,32,.08);--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--font-display:"Outfit",ui-sans-serif,system-ui,sans-serif;--font-body:"Figtree",ui-sans-serif,system-ui,sans-serif;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);overflow-x:hidden;width:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,p,ul,figure{margin:0}ul{list-style:none;padding:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}img,svg{display:block;max-width:100%}h1,h2,h3,h4{font-family:var(--font-display);text-wrap:balance;letter-spacing:-.01em}:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}.container{max-width:1360px;margin:0 auto;padding:0 64px}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.reveal{opacity:1;transform:none}.reveal.pre{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.sticker{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;background:var(--surface);border:1.5px solid var(--ink);border-radius:999px;font-family:var(--font-body);font-weight:700;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;box-shadow:4px 4px 0 var(--ink)}.sticker.pink{background:var(--primary);border-color:var(--primary);color:var(--primary-ink);box-shadow:4px 4px 0 var(--primary-dim)}.sticker.purple{background:var(--secondary);border-color:var(--secondary);color:var(--primary-ink);box-shadow:4px 4px 0 var(--secondary-dim)}.sticker.dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex:none}.eyebrow{font-family:var(--font-body);font-weight:700;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary)}.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:20px 24px 0}.nav{position:relative;width:100%;max-width:1280px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 22px;background:#ffffffb8;border:1px solid rgba(255,255,255,.9);border-radius:20px;box-shadow:0 4px 24px #1811201a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-logo{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:800;font-size:19px}.nav-logo .mark{width:30px;height:30px;object-fit:contain;flex:none}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{font-weight:600;font-size:14.5px;color:var(--ink-soft);transition:color .15s}.nav-links a:hover{color:var(--ink)}.nav-cta{padding:10px 20px;border-radius:10px;background:var(--primary);color:var(--primary-ink);font-weight:700;font-size:14.5px;white-space:nowrap;transition:transform .15s,box-shadow .15s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #d6247a59}.btn-arrow{display:inline-block;transition:transform .25s cubic-bezier(.3,1.4,.55,1)}.nav-cta:hover .btn-arrow,.btn:hover .btn-arrow,.who-card:hover .btn-arrow{transform:translate(6px)}.nav-burger{display:none;width:38px;height:38px;border-radius:9px;border:1.5px solid var(--line-strong);align-items:center;justify-content:center;flex:none}.nav-links.mobile-open{display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;flex-direction:column;align-items:flex-start;background:#fff;border-radius:16px;padding:18px 22px;box-shadow:0 20px 40px #1811202e;gap:16px}.hero{position:relative;padding:168px 0 0;overflow:hidden;min-height:calc(52.2vw - 40px)}.hero-glow{position:absolute;width:640px;height:640px;border-radius:50%;background:var(--primary);opacity:.28;filter:blur(160px);top:-220px;left:-160px;z-index:0;pointer-events:none}.hero-glow.two{background:var(--secondary);opacity:.22;top:60px;left:auto;right:-200px;width:560px;height:560px;filter:blur(150px)}.hero-photo-bleed{position:absolute;top:0;left:20%;z-index:0;width:80%;aspect-ratio:1440/940;overflow:hidden}.hero-photo-bleed img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.hero-photo-scrim{position:absolute;top:0;left:0;z-index:1;width:100%;height:560px;background:linear-gradient(to right,var(--bg) 0%,var(--bg) 32%,rgba(248,244,254,.55) 46%,transparent 62%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 55%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 55%,transparent 100%);pointer-events:none}.hero-copy{position:relative;z-index:2;padding-bottom:120px}.hero-eyebrow{margin-bottom:22px}.hero h1{font-size:clamp(40px,5.6vw,74px);font-weight:800;line-height:.98;color:var(--ink)}.hero h1 em{font-style:normal;color:var(--primary);position:relative}.hero-sub{margin-top:26px;max-width:520px;font-size:17px;line-height:1.6;color:var(--ink-soft)}.hero-ctas{margin-top:36px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 26px;border-radius:10px;font-weight:700;font-size:15.5px;white-space:nowrap;transition:transform .18s cubic-bezier(.2,.8,.3,1.3),box-shadow .18s}.btn-primary{background:var(--primary);color:var(--primary-ink);box-shadow:0 10px 28px #d6247a52}.btn-primary:hover{transform:translateY(-2px) scale(1.015);box-shadow:0 14px 34px #d6247a66}.btn-ghost{border:2px solid var(--primary);color:var(--primary);padding:13px 24px}.btn-ghost:hover{background:var(--tint-pink)}.btn-store{background:var(--ink);color:#fff;box-shadow:0 10px 28px #18112047}.btn-store:hover{transform:translateY(-2px) scale(1.015);box-shadow:0 14px 34px #1811205c}.btn-store .store-icon{width:22px;height:22px;flex:none}.btn-store .store-text{display:flex;flex-direction:column;line-height:1.2;text-align:left}.btn-store .store-text small{font-size:10px;font-weight:500;color:#ffffffb3}.ios-waitlist-form{display:flex;align-items:center;flex-wrap:wrap;gap:6px;background:#fff;border:1.5px solid var(--line-strong);border-radius:12px;padding:6px 6px 6px 18px;max-width:100%}.ios-waitlist-input{flex:1;min-width:0;max-width:180px;border:none;outline:none;background:transparent;font-size:14px;font-family:inherit;color:var(--ink);padding:9px 0}.ios-waitlist-input::placeholder{color:var(--ink-faint)}.ios-waitlist-submit{padding:11px 18px;border-radius:8px}.ios-waitlist-submit:disabled{opacity:.6;cursor:not-allowed}.ios-waitlist-submit:disabled:hover{transform:none;box-shadow:0 10px 28px #18112047}.ios-waitlist-done{background:var(--tint-pink);color:var(--ink);box-shadow:none;border:1.5px solid var(--line-strong)}.ios-waitlist-done .store-text{color:var(--ink);font-size:13.5px;font-weight:700;line-height:1.4}.ios-waitlist-error{font-size:12px;font-weight:600;color:var(--primary);flex-basis:100%;text-align:center;margin-top:2px}.hero-launch{margin-top:30px}.hero-launch .sticker{transform:rotate(-2deg)}.problem{position:relative;padding:30px 80px 140px;background:linear-gradient(135deg,var(--tint-pink),var(--tint-purple))}.problem-head{max-width:700px}.problem h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.08;margin-top:16px}.problem-lede{margin-top:22px;font-size:17px;color:var(--ink-soft);max-width:600px;line-height:1.65}.clutter{position:relative;height:420px;margin-top:70px}.clutter-card{position:absolute;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 40px #1811202e;padding:18px 20px;width:210px;--rot:0deg;--end-op:1;--dx:0px;transform:rotate(var(--rot));opacity:var(--end-op)}.clutter-card .tag{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.clutter-card .body{margin-top:8px;font-size:13.5px;color:var(--ink-soft);line-height:1.45}.clutter-card.c1{left:17%;top:14%;--rot:-7deg;--dx:-70px}.clutter-card.c2{left:31%;top:34%;--rot:4deg;z-index:2;--dx:-55px}.clutter-card.c3{left:46%;top:11%;--rot:-3deg;--dx:45px}.clutter-card.c4{left:55%;top:37%;--rot:7deg;--dx:65px}.clutter-card.c5{left:20%;top:49%;--rot:3deg;--dx:-60px}.clutter-card.c6{left:64%;top:16%;--rot:-5deg;width:190px;--dx:75px}.clutter-card.faded{--end-op:.86}.problem-caption{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-2deg);z-index:5}@keyframes clutterCardIn{0%{opacity:0;transform:translate(var(--dx),-48px) rotate(calc(var(--rot) - 16deg)) scale(.8)}58%{opacity:var(--end-op);transform:translate(calc(var(--dx) * .12),6px) rotate(calc(var(--rot) + 4deg)) scale(1.04)}to{opacity:var(--end-op);transform:translate(0) rotate(var(--rot)) scale(1)}}@keyframes clutterCardIdle{0%,to{transform:translate(0) rotate(var(--rot)) scale(1)}50%{transform:translate(calc(var(--dx) * .04),-5px) rotate(calc(var(--rot) + 1.4deg)) scale(1.012)}}@keyframes clutterCaptionIn{0%{opacity:0;transform:translate(-50%,-50%) rotate(-2deg) scale(.35)}60%{opacity:1;transform:translate(-50%,-50%) rotate(-2deg) scale(1.14)}to{opacity:1;transform:translate(-50%,-50%) rotate(-2deg) scale(1)}}@keyframes clutterCaptionIdle{0%,to{transform:translate(-50%,-50%) rotate(-2deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(-2deg) scale(1.03)}}.clutter.pre .clutter-card,.clutter.pre .problem-caption{opacity:0}.clutter:not(.pre) .clutter-card{animation:clutterCardIn .7s cubic-bezier(.3,1.4,.55,1) both,clutterCardIdle var(--idle-dur,4.8s) ease-in-out infinite}.clutter:not(.pre) .clutter-card:nth-child(1){animation-delay:.05s,.78s;--idle-dur:4.2s}.clutter:not(.pre) .clutter-card:nth-child(2){animation-delay:.16s,.89s;--idle-dur:4.8s}.clutter:not(.pre) .clutter-card:nth-child(3){animation-delay:.27s,1s;--idle-dur:5.4s}.clutter:not(.pre) .clutter-card:nth-child(4){animation-delay:.38s,1.11s;--idle-dur:4.5s}.clutter:not(.pre) .clutter-card:nth-child(5){animation-delay:.49s,1.22s;--idle-dur:5.1s}.clutter:not(.pre) .clutter-card:nth-child(6){animation-delay:.6s,1.33s;--idle-dur:4.35s}.clutter:not(.pre) .problem-caption{animation:clutterCaptionIn .6s cubic-bezier(.3,1.4,.55,1) both,clutterCaptionIdle 3.6s ease-in-out infinite;animation-delay:.78s,1.38s}.solution{position:relative;padding:150px 0 160px;background:var(--secondary);color:var(--primary-ink);overflow:hidden}.solution-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:var(--primary);opacity:.35;filter:blur(150px);right:-140px;bottom:-160px}.solution-head{max-width:640px;position:relative;z-index:1}.solution .eyebrow{color:#f3c9de}.solution h2{font-size:clamp(30px,3.8vw,48px);font-weight:800;line-height:1.06;margin-top:16px;color:#fff}.solution-lede{margin-top:22px;font-size:17px;line-height:1.65;color:#e9ddf4;max-width:560px}.solution-lede+.solution-lede{margin-top:14px}.web{position:relative;margin-top:80px;height:900px}.web-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:300px;max-width:100%;z-index:5;filter:drop-shadow(0 30px 70px rgba(0,0,0,.45))}.web-center img{width:100%;height:auto;display:block;border-radius:26px}.web-node{position:absolute;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:14px 20px;font-size:14.5px;font-weight:700;letter-spacing:.02em;color:#fff;display:flex;align-items:center;gap:9px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:nodeFloat var(--float-dur,3.6s) ease-in-out infinite;animation-delay:var(--float-delay,0s)}.web-node .dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex:none;animation:nodeDotPulse 2.4s ease-in-out infinite;animation-delay:inherit}@keyframes nodeFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(var(--float-y,-8px)) scale(1.015)}}@keyframes nodeDotPulse{0%,to{opacity:1;box-shadow:0 0 #d6247a80}50%{opacity:.55;box-shadow:0 0 0 5px #d6247a00}}.web-node.n1{left:4%;top:6%;--float-dur:3.4s;--float-delay:0s;--float-y:-7px}.web-node.n2{left:2%;top:56%;--float-dur:4.1s;--float-delay:.5s;--float-y:-9px}.web-node.n3{left:20%;top:84%;--float-dur:3.8s;--float-delay:1.1s;--float-y:-6px}.web-node.n4{right:4%;top:10%;--float-dur:3.9s;--float-delay:.3s;--float-y:-8px}.web-node.n5{right:2%;top:58%;--float-dur:3.5s;--float-delay:.8s;--float-y:-7px}.web-node.n6{right:20%;top:86%;--float-dur:4.2s;--float-delay:1.4s;--float-y:-9px}.web svg.lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.web svg.lines line{stroke:#ffffff47;stroke-width:1.5}.how{padding:150px 64px 130px;position:relative}.how-head{max-width:600px;margin:0 auto;text-align:center}.how h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;margin-top:16px;line-height:1.08}.how-timeline{position:relative;margin-top:90px}.how-track{position:absolute;top:28px;left:10%;right:10%;height:2px;background:var(--line-strong);border-radius:2px;z-index:0;overflow:hidden}.how-track-fill{position:absolute;top:0;left:0;bottom:0;width:0;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:inherit}.how-timeline:not(.pre) .how-track-fill{animation:howTrackDraw 1.3s cubic-bezier(.3,.8,.4,1) both;animation-delay:.1s}@keyframes howTrackDraw{0%{width:0}to{width:100%}}.how-row{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.how-step{display:flex;flex-direction:column;align-items:center;text-align:center}.how-timeline.pre .how-step{opacity:0}.how-timeline:not(.pre) .how-step{animation:howStepIn .6s cubic-bezier(.3,1.4,.55,1) both}.how-timeline:not(.pre) .how-step:nth-child(1){animation-delay:.15s}.how-timeline:not(.pre) .how-step:nth-child(2){animation-delay:.32s}.how-timeline:not(.pre) .how-step:nth-child(3){animation-delay:.49s}.how-timeline:not(.pre) .how-step:nth-child(4){animation-delay:.66s}.how-timeline:not(.pre) .how-step:nth-child(5){animation-delay:.83s}@keyframes howStepIn{0%{opacity:0;transform:translateY(16px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.how-step-icon{width:56px;height:56px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px var(--bg)}.how-step-icon svg{width:26px;height:26px}.how-step:nth-child(odd) .how-step-icon{background:var(--tint-pink);color:var(--primary)}.how-step:nth-child(2n) .how-step-icon{background:var(--tint-purple);color:var(--secondary)}.how-step-label{margin-top:14px;display:flex;align-items:center;gap:6px}.how-step-num{font-size:11px;font-weight:800;color:var(--ink-faint);letter-spacing:.04em}.how-step-tag{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--primary)}.how-step-title{margin-top:8px;font-family:var(--font-display);font-weight:800;font-size:17px;line-height:1.25}.how-step-body{margin-top:8px;font-size:13.5px;color:var(--ink-soft);line-height:1.55;max-width:210px}.features{padding:150px 64px 130px}.features-head{max-width:620px;display:flex;flex-direction:column;gap:16px}.features h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.08}.features-showcase{margin-top:80px;display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.feature-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px}.feature-stage-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(150deg,var(--primary),var(--secondary));opacity:.35;filter:blur(90px)}.feature-stage-glow.two{width:280px;height:280px;background:var(--secondary);opacity:.3;filter:blur(70px);right:8%;bottom:2%}.feature-phone{position:relative;z-index:1;width:100%;max-width:340px;height:auto;transform:rotate(-4deg);filter:drop-shadow(0 40px 70px rgba(24,17,32,.35));animation:phoneFloat 6s ease-in-out infinite}@keyframes phoneFloat{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-2.5deg) translateY(-14px)}}.feature-chip{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:10px 16px;font-size:12.5px;font-weight:800;box-shadow:var(--shadow-card);animation:chipFloat 4.6s ease-in-out infinite}.feature-chip .dot{width:7px;height:7px;border-radius:50%;background:var(--primary);flex:none}.feature-chip.chip1{left:-4%;top:14%;animation-delay:.3s}.feature-chip.chip2{right:-6%;bottom:20%;animation-delay:1.1s}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.feature-list{display:flex;flex-direction:column}.feature-row{display:flex;gap:18px;padding:20px 0;border-top:1px solid var(--line);align-items:flex-start}.feature-list .feature-row:first-child{border-top:none;padding-top:0}.feature-row-icon{width:46px;height:46px;border-radius:14px;flex:none;display:flex;align-items:center;justify-content:center}.feature-row-icon svg{width:22px;height:22px}.feature-row:nth-child(odd) .feature-row-icon{background:var(--tint-pink);color:var(--primary)}.feature-row:nth-child(2n) .feature-row-icon{background:var(--tint-purple);color:var(--secondary)}.feature-row h3{font-size:17px;font-weight:800;line-height:1.25}.feature-row p{margin-top:6px;font-size:13.5px;color:var(--ink-soft);line-height:1.55}.feature-list.pre .feature-row{opacity:0}.feature-list:not(.pre) .feature-row{animation:featureRowIn .55s cubic-bezier(.3,1.2,.4,1) both}.feature-list:not(.pre) .feature-row:nth-child(1){animation-delay:.05s}.feature-list:not(.pre) .feature-row:nth-child(2){animation-delay:.12s}.feature-list:not(.pre) .feature-row:nth-child(3){animation-delay:.19s}.feature-list:not(.pre) .feature-row:nth-child(4){animation-delay:.26s}.feature-list:not(.pre) .feature-row:nth-child(5){animation-delay:.33s}.feature-list:not(.pre) .feature-row:nth-child(6){animation-delay:.4s}.feature-list:not(.pre) .feature-row:nth-child(7){animation-delay:.47s}.feature-list:not(.pre) .feature-row:nth-child(8){animation-delay:.54s}@keyframes featureRowIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.who{padding:150px 0 130px;background:var(--tint-line)}.who-head{max-width:600px}.who h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;margin-top:16px;line-height:1.08}.who-grid{margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.who-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:26px 22px;box-shadow:var(--shadow-card);transition:transform .25s cubic-bezier(.2,.8,.3,1.2),box-shadow .25s}.who-card:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:0 22px 44px #18112029}.who-card-icon{width:52px;height:52px;border-radius:14px;flex:none;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.who-card-icon svg{width:26px;height:26px}.who-card:nth-child(4n+1) .who-card-icon,.who-card:nth-child(4n+3) .who-card-icon{background:var(--tint-pink);color:var(--primary)}.who-card:nth-child(4n+2) .who-card-icon,.who-card:nth-child(4n+4) .who-card-icon{background:var(--tint-purple);color:var(--secondary)}.who-card h3{font-size:18px;font-weight:800;line-height:1.25}.who-card p{margin-top:8px;font-size:13.5px;color:var(--ink-soft);line-height:1.55}.who-card-link{margin-top:16px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--primary)}.who-grid.pre .who-card{opacity:0}.who-grid:not(.pre) .who-card{animation:whoCardIn .55s cubic-bezier(.3,1.3,.4,1) both}.who-grid:not(.pre) .who-card:nth-child(1){animation-delay:.04s}.who-grid:not(.pre) .who-card:nth-child(2){animation-delay:.09s}.who-grid:not(.pre) .who-card:nth-child(3){animation-delay:.14s}.who-grid:not(.pre) .who-card:nth-child(4){animation-delay:.19s}.who-grid:not(.pre) .who-card:nth-child(5){animation-delay:.24s}.who-grid:not(.pre) .who-card:nth-child(6){animation-delay:.29s}.who-grid:not(.pre) .who-card:nth-child(7){animation-delay:.34s}.who-grid:not(.pre) .who-card:nth-child(8){animation-delay:.39s}@keyframes whoCardIn{0%{opacity:0;transform:translateY(22px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.testimonials{padding:150px 64px 130px;position:relative}.testimonials-head{max-width:640px;margin:0 auto;text-align:center}.testimonials-head h2{font-size:clamp(28px,3.4vw,42px);font-weight:800;margin-top:16px;line-height:1.15}.testimonial-wall{margin-top:70px;display:flex;flex-direction:column;gap:18px}.testimonial-row{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.testimonial-track{display:flex;width:max-content}.testimonial-row.right .testimonial-track{animation:marqueeRight 36s linear infinite}.testimonial-row.left .testimonial-track{animation:marqueeLeft 30s linear infinite}.testimonial-row:hover .testimonial-track{animation-play-state:paused}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-set{display:flex;flex:none;gap:16px;padding-right:16px}.testimonial-card{flex:none;width:250px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px 20px;box-shadow:var(--shadow-card);position:relative}.testimonial-top{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:36px;height:36px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:13px}.testimonial-card:nth-child(odd) .testimonial-avatar{background:var(--tint-pink);color:var(--primary)}.testimonial-card:nth-child(2n) .testimonial-avatar{background:var(--tint-purple);color:var(--secondary)}.testimonial-name{font-family:var(--font-display);font-weight:800;font-size:13.5px}.testimonial-role{font-size:11.5px;color:var(--ink-faint);margin-top:1px}.testimonial-rating{margin-top:10px;color:var(--primary);font-size:11px;letter-spacing:2px}.testimonial-body{margin-top:8px;font-size:13px;color:var(--ink-soft);line-height:1.5}.final{position:relative;padding:90px 0 150px;overflow:hidden;background:var(--ink);color:#fff}.final-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:var(--secondary);opacity:.4;filter:blur(170px);left:-180px;top:-160px}.final-glow.two{background:var(--primary);opacity:.4;left:auto;right:-160px;bottom:-180px}.final-grid{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.final-copy{max-width:720px}.final-wordmark{width:100%;max-width:560px;height:auto;margin-top:26px}.final-sub{margin-top:12px;font-size:17px;color:#cfc8da;max-width:440px;margin-left:auto;margin-right:auto}.final-ctas{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}@media (min-width:1081px){.final-copy{max-width:1100px}.final-wordmark{max-width:1040px}}footer{position:relative;padding:80px 0 40px;background:var(--ink);color:#fff;overflow:hidden}.footer-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:var(--secondary);opacity:.25;filter:blur(140px);left:-160px;top:-220px;pointer-events:none}.footer-top{position:relative;z-index:1;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand{max-width:280px}.footer-logo{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:800;font-size:20px;color:#fff}.footer-logo .mark{width:28px;height:28px;object-fit:contain;flex:none}.footer-tag{margin-top:14px;font-size:14px;color:#ffffff8c;line-height:1.6}.footer-social{margin-top:22px;display:flex;gap:10px}.footer-social a{width:36px;height:36px;border-radius:50%;flex:none;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.footer-social a:hover{background:var(--primary);transform:translateY(-3px)}.footer-social svg{width:16px;height:16px}.footer-cols{position:relative;z-index:1;display:flex;gap:64px;flex-wrap:wrap}.footer-col h4{font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffffff6b}.footer-col ul{margin-top:18px;display:flex;flex-direction:column;gap:12px}.footer-col a{font-size:14.5px;color:#fffc;transition:color .15s}.footer-col a:hover{color:var(--primary)}.footer-bottom{position:relative;z-index:1;margin-top:36px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#fff6}.legal-page{padding:80px 64px 100px}.legal-section{padding-top:60px;border-top:1px solid var(--line)}.legal-section:first-child{padding-top:0;border-top:none}.legal-section h2{font-size:clamp(26px,3.4vw,36px);font-weight:800;line-height:1.15;color:var(--ink)}.legal-updated{margin-top:8px;font-size:13.5px;color:var(--ink-faint)}.legal-body{margin-top:28px}.legal-body h3{margin-top:32px;font-size:16px;font-weight:800;color:var(--ink)}.legal-body h3:first-child{margin-top:0}.legal-body p{margin-top:12px;font-size:15px;line-height:1.7;color:var(--ink-soft)}.legal-body ul{margin-top:12px;display:flex;flex-direction:column;gap:10px}.legal-body li{font-size:15px;line-height:1.65;color:var(--ink-soft);padding-left:18px;position:relative}.legal-body li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--primary)}.legal-body a{color:var(--primary);font-weight:600}.legal-body a:hover{text-decoration:underline}.legal-body strong{color:var(--ink)}@media (max-width:1080px){.container{padding:0 40px}.problem,.how,.features,.testimonials,.legal-page{padding-top:70px;padding-bottom:90px}.nav-links{display:none}.nav-burger{display:flex}.hero{display:flex;flex-direction:column;min-height:0;padding-top:132px}.hero>.container{order:1}.hero-copy{padding-bottom:40px}.hero-photo-bleed{position:static;order:2;width:100%;height:420px;border-radius:24px}.hero-photo-scrim{display:none}.clutter{height:auto;position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:50px}.clutter-card{position:static!important;transform:none!important;width:auto}.problem-caption{position:static;transform:none;margin-top:24px}.web{height:auto}.web-center{position:static;transform:none;margin:0 auto 32px}.web-node{position:static!important;margin-bottom:12px;width:fit-content}.web svg.lines{display:none}.web-nodes-mobile{display:grid;grid-template-columns:1fr 1fr;gap:12px}.how-timeline{margin-top:60px}.how-track{display:none}.how-row{display:flex;flex-direction:column;align-items:center}.how-step{width:100%;max-width:320px;border-top:1px solid var(--line);padding-top:32px;margin-top:32px}.how-step:first-child{border-top:none;padding-top:0;margin-top:0}.how-step-body{max-width:280px}.features-showcase{grid-template-columns:1fr;gap:50px}.feature-stage{min-height:420px;overflow:hidden}.feature-phone{max-width:280px}.feature-chip.chip1{left:4%;top:8%}.feature-chip.chip2{right:4%;bottom:10%}.who-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.container{padding:0 24px}.problem,.how,.features,.testimonials,.legal-page{padding-top:56px;padding-bottom:70px}.who-grid{grid-template-columns:1fr}.hero{padding-top:110px}.hero h1{font-size:38px}.hero-photo-bleed{height:300px}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{justify-content:center}.feature-chip{display:none}.footer-cols{gap:36px}}
