@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");:root{--canvas:#fdfdfc;--ink:#1d1d1f;--muted:#5b6472;--faint:#b1b1af;--accent:#0073e6;--accent-deep:#0057b3;--line:rgba(29,29,31,.08);--ease:cubic-bezier(.22,.61,.36,1);--dur:.4s;--gutter:clamp(22px,5vw,72px);--font:"Manrope","SF Pro Display",-apple-system,system-ui,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{background:var(--canvas);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;line-height:1.55;font-weight:400;overflow-x:hidden}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:0;cursor:pointer}img,svg{display:block}h1,h2,h3{font-weight:800;letter-spacing:-.02em;line-height:1.08;color:var(--ink)}.btn{display:inline-flex;align-items:center;gap:9px;padding:15px 30px;border-radius:999px;font-weight:600;font-size:.95rem;letter-spacing:.01em;transition:background var(--dur) var(--ease),color var(--dur) var(--ease),opacity var(--dur) var(--ease)}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent-deep)}.btn.ghost{background:rgba(29,29,31,.06);color:var(--ink)}.btn.ghost:hover{background:rgba(29,29,31,.1)}.btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.screen{min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:center;position:relative;padding:clamp(90px,12vh,120px) var(--gutter)}.r{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.r.in{opacity:1;transform:none}.hu{opacity:0;transform:translateY(24px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.hu.show{opacity:1;transform:none}.topbar{position:fixed;top:clamp(14px,2.4vh,24px);left:0;right:0;z-index:150;justify-content:space-between;padding:0 var(--gutter);pointer-events:none}.topbar,.topbar .brand{display:flex;align-items:center}.topbar .brand{pointer-events:auto;gap:9px;color:var(--ink);font-size:1rem;font-weight:800;letter-spacing:-.01em}.topbar .brand .dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.topbar .btn{pointer-events:auto}.hero{align-items:center;text-align:center}.hero .eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.hero h1{font-size:clamp(2.4rem,6vw,4.4rem);max-width:16ch;margin:16px auto 0;text-wrap:balance}.hero .sub{margin:18px auto 0;max-width:52ch;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.25rem);text-wrap:pretty}.hero .cta-row{margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero .down{position:absolute;left:50%;bottom:clamp(24px,4vh,40px);transform:translateX(-50%);color:var(--faint);display:flex;flex-direction:column;align-items:center;gap:6px;font-size:.78rem;font-weight:600}.hero .down svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;animation:bob 2s var(--ease) infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.shead{max-width:900px;margin:0 auto;text-align:center}.shead .eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.shead h2{font-size:clamp(1.9rem,3.6vw,2.7rem);margin-top:10px;text-wrap:balance}.shead p{margin-top:14px;color:var(--muted);font-size:clamp(1rem,1.4vw,1.15rem);max-width:56ch;margin-left:auto;margin-right:auto;text-wrap:pretty}.iconrow{max-width:900px;margin:clamp(36px,5vh,56px) auto 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(24px,4vw,48px);gap:clamp(24px,4vw,48px)}.iconcard{text-align:center}.iconcard .ic{width:52px;height:52px;border-radius:16px;background:rgba(0,115,230,.08);color:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.iconcard .ic svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.iconcard h3{font-size:1.05rem;font-weight:700}.iconcard p{margin-top:6px;color:var(--muted);font-size:.92rem;text-wrap:pretty}.flow{max-width:1000px;margin:clamp(40px,6vh,64px) auto 0;justify-content:center;gap:clamp(6px,1.6vw,18px);flex-wrap:wrap}.flow,.fstep{display:flex;align-items:center}.fstep{flex-direction:column;gap:12px;width:150px}.fstep .ic{width:64px;height:64px;border-radius:20px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center}.fstep .ic svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.fstep span{font-size:.88rem;font-weight:700;text-align:center}.farrow{color:var(--faint);flex:0 0 auto}.farrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width:760px){.farrow svg{transform:rotate(90deg)}}.qrwrap{max-width:420px;margin:clamp(44px,6vh,64px) auto 0;background:#fff;border-radius:28px;padding:clamp(28px,4vw,38px);text-align:center;box-shadow:0 24px 70px rgba(29,29,31,.08)}.qrwrap .qrbox{width:200px;height:200px;margin:0 auto;border-radius:16px;overflow:hidden;background:#fff}.qrwrap .qrbox img{width:100%;height:100%}.qrwrap h3{margin-top:20px;font-size:1.15rem;font-weight:800}.qrwrap p{margin-top:8px;color:var(--muted);font-size:.9rem}.qrwrap .link{margin-top:14px;display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:700;font-size:.9rem}.qrwrap .link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.results{max-width:900px;margin:clamp(36px,5vh,56px) auto 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(20px,3vw,32px);gap:clamp(20px,3vw,32px)}.rcard{text-align:center;padding:clamp(22px,3vw,28px) 16px;border-radius:20px;background:#f6f8fb}.rcard .ic{width:44px;height:44px;border-radius:14px;background:#fff;color:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.rcard .ic svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.rcard h3{font-size:1rem;font-weight:700}.rcard p{margin-top:5px;color:var(--muted);font-size:.86rem}.foot{justify-content:flex-end;min-height:auto;padding-top:clamp(50px,7vh,80px);padding-bottom:clamp(30px,4vh,44px)}.foot__inner{max-width:1000px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.foot .brand{font-size:1.3rem;font-weight:800}.foot .brand span{color:var(--accent)}.foot .tagline{color:var(--muted);font-size:.92rem}.foot__cols{display:flex;gap:28px;flex-wrap:wrap;justify-content:center;margin-top:8px}.foot__cols a{color:var(--muted);font-size:.86rem;transition:color var(--dur) var(--ease)}.foot__cols a:hover{color:var(--ink)}.foot .meta{margin-top:10px;color:var(--faint);font-size:.78rem}.cookie{position:fixed;left:0;right:0;bottom:0;z-index:200;display:flex;justify-content:center;padding:0 var(--gutter) var(--gutter);pointer-events:none}.cookie__card{pointer-events:auto;width:100%;max-width:520px;background:var(--canvas);border-radius:20px;box-shadow:0 24px 70px rgba(29,29,31,.2);padding:22px 22px 18px;transform:translateY(26px);opacity:0;visibility:hidden;transition:opacity .55s var(--ease),transform .55s var(--ease),visibility .55s}.cookie.show .cookie__card{opacity:1;visibility:visible;transform:none}.cookie__card p{color:var(--muted);font-size:.88rem}.cookie__actions{display:flex;gap:10px;margin-top:16px}.cookie .btn{padding:10px 18px;font-size:.84rem}.demo{max-width:640px;margin:0 auto;padding:clamp(70px,10vh,100px) var(--gutter) 60px}.demo .badge{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:rgba(0,115,230,.08);padding:6px 12px;border-radius:999px}.demo h1{font-size:clamp(1.8rem,4vw,2.4rem);margin-top:16px}.demo .lead{color:var(--muted);margin-top:10px;font-size:1rem}.demo section{margin-top:clamp(36px,5vh,52px)}.demo section h2{font-size:1.15rem;font-weight:800}.plans{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.plan{background:#f6f8fb;border-radius:16px;padding:18px 14px;text-align:center}.plan.on{background:var(--ink);color:#fff}.plan .n{font-size:.82rem;font-weight:700;color:var(--muted)}.plan.on .n{color:hsla(0,0%,100%,.7)}.plan .p{font-size:1.3rem;font-weight:800;margin-top:6px}.sched{margin-top:14px;display:flex;flex-direction:column;gap:0}.sched .row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:.92rem}.sched .row:last-child{border-bottom:none}.sched .row .d{font-weight:700}.loc,.sched .row .h{color:var(--muted)}.loc{margin-top:14px;display:flex;align-items:flex-start;gap:12px;font-size:.92rem}.loc svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:var(--accent);stroke-width:1.8;margin-top:2px}.dform{margin-top:16px;background:#f6f8fb;border-radius:18px;padding:20px}.dform .field{margin-top:12px}.dform .field:first-child{margin-top:0}.dform label{display:block;font-size:.76rem;font-weight:700;letter-spacing:.02em;color:var(--muted);margin-bottom:6px;text-transform:uppercase}.dform input{width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid var(--line);background:#fff;font-size:.92rem;outline:none}.dform input:focus{border-color:var(--accent)}.dform .btn{margin-top:16px;width:100%;justify-content:center}.dsuccess{margin-top:16px;background:rgba(0,115,230,.08);border-radius:16px;padding:18px;text-align:center}.dsuccess .ic{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.dsuccess .ic svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.dsuccess p{color:var(--muted);font-size:.88rem;margin-top:4px}@media (max-width:760px){.iconrow,.results{max-width:340px}.iconrow,.plans,.results{grid-template-columns:1fr}.foot__cols{gap:16px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.hu,.r{opacity:1;transform:none}}