:root{--bg-page:#f6faf8;--bg-soft:#edf5f1;--bg-card:#fff;--text-primary:#123c2f;--text-muted:#5f736b;--accent:#123c2f;--accent-strong:#0f3126;--accent-soft:#dcf0e8;--accent-light:#dcf0e8;--accent-highlight:#6f9e8c;--accent-sage:#6f9e8c;--cta-bg:#123c2f;--border:#123c2f1a;--shadow-color-sm:#123c2f0d;--shadow-color-md:#123c2f14;--shadow-sm:0 2px 8px #123c2f0d;--shadow-md:0 4px 16px #123c2f0f;--shadow-lg:0 20px 48px #123c2f24;--shadow-brand:#123c2f29;--shadow-glow:0 0 0 1px #6f9e8c26, 0 8px 32px #123c2f1f;--shadow:var(--shadow-md);--gradient-mesh:radial-gradient(circle at 15% 20%, #6f9e8c4d, transparent 45%), radial-gradient(circle at 85% 15%, #dcf0e88c, transparent 40%), radial-gradient(circle at 50% 90%, #123c2f1a, transparent 50%);--gradient-accent:linear-gradient(135deg, #6f9e8c 0%, #123c2f 100%);--gradient-soft:linear-gradient(180deg, #edf5f1 0%, #f6faf8 100%);--glass-bg:#f6faf8d9;--glass-border:#ffffff80;--glass-blur:14px;--glass-card-bg:#fffc;--glass-card-border:#123c2f14;--glass-green-bg:#daf2e7a6;--radius-sm:12px;--radius-md:24px;--radius-lg:32px;--radius-pill:999px}html.dark{--bg-page:#0d1812;--bg-soft:#121e18;--bg-card:#12221a;--text-primary:#5baa80;--text-muted:#8ba89a;--accent:#5baa80;--accent-strong:#4e9a72;--accent-soft:#182c22;--accent-light:#182c22;--accent-highlight:#7fc4ae;--accent-sage:#7fc4ae;--cta-bg:#5baa80;--border:#5baa8021;--shadow-color-sm:#0003;--shadow-color-md:#0000004d;--shadow-sm:0 2px 8px #0003;--shadow-md:0 4px 16px #0003;--shadow-lg:0 20px 48px #0000004d;--shadow-brand:#5baa8029;--shadow-glow:0 0 0 1px #5baa8029, 0 8px 32px #0000004d;--gradient-mesh:radial-gradient(circle at 15% 20%, #5baa8033, transparent 45%), radial-gradient(circle at 85% 15%, #2b504059, transparent 40%), radial-gradient(circle at 50% 90%, #00000040, transparent 50%);--gradient-accent:linear-gradient(135deg, #5baa80 0%, #2b5040 100%);--gradient-soft:linear-gradient(180deg, #121e18 0%, #0d1812 100%);--glass-bg:#0d1812f0;--glass-border:#5baa8014;--glass-card-bg:#12221ae6;--glass-card-border:#5baa8021;--glass-green-bg:#182c22cc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-page);color:var(--text-primary);margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;transition:background .25s,color .25s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{display:block}main section[id],main [id]{scroll-margin-top:108px}.container{width:min(1120px,92vw);margin:0 auto}.narrow{width:min(980px,92vw)}.section{padding:6.5rem 0}.section-soft{background:var(--bg-soft)}.site-header{z-index:100;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.4);border-bottom:1px solid var(--glass-border);transition:box-shadow .3s,background .25s,border-color .25s;position:sticky;top:0}.site-header.is-scrolled{box-shadow:var(--shadow-sm)}.nav-shell{grid-template-columns:auto 1fr auto;align-items:center;gap:1.75rem;width:min(1380px,96vw);min-height:92px;display:grid}.brand{letter-spacing:.03em;align-items:center;gap:.65rem;font-weight:800;display:inline-flex}.brand-mark{flex-shrink:0;width:2.4rem;height:2.4rem;transition:transform .25s ease-out;display:block}.brand:hover .brand-mark{transform:scale(1.08)}.brand-word{letter-spacing:-.02em;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:700;line-height:1}.brand-tld{color:var(--accent-sage);letter-spacing:0;font-size:.82em;font-weight:500}.site-nav{justify-self:center;align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);white-space:nowrap;font-size:1.15rem;font-weight:500;transition:color .2s,font-weight .2s}.nav-link:hover,.nav-link.is-active{color:var(--text-primary);font-weight:700}.nav-shell-right{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.theme-toggle{background:var(--bg-soft);border:1px solid var(--glass-card-border);width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .25s ease-out,background .2s;display:inline-flex}.theme-toggle:hover{transform:scale(1.1)}.theme-toggle svg{width:1rem;height:1rem}.theme-toggle .icon-moon,html.dark .theme-toggle .icon-sun{display:none}html.dark .theme-toggle .icon-moon{display:block}.nav-toggle{display:none}.nav-scrim{opacity:0;pointer-events:none;z-index:190;background:#123c2f59;transition:opacity .3s;position:fixed;inset:0}body.nav-open .nav-scrim{opacity:1;pointer-events:auto}.btn{border-radius:var(--radius-pill);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.45rem;padding:.95rem 1.8rem;font-size:1.05rem;font-weight:600;line-height:1;transition:transform .25s ease-out,box-shadow .25s ease-out,background-color .2s,opacity .2s;display:inline-flex}.btn svg{width:1.15rem;height:1.15rem}.btn:hover{transform:translateY(-2px)scale(1.03)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none}.btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:0 6px 14px #123c2f38}html.dark .btn-primary{color:#0d1812}.btn-primary:hover{box-shadow:var(--shadow-glow)}.btn-outline{color:var(--text-primary);border-color:var(--glass-card-border);background:0 0}.btn-outline:hover{background:var(--bg-soft)}.nav-login{background:var(--bg-card);cursor:pointer;padding:.95rem 1.35rem}.profile-control{position:relative}.profile-avatar{border:2px solid var(--accent-sage);width:2.75rem;height:2.75rem;color:var(--text-primary);box-shadow:none;cursor:pointer;background:0 0;border-radius:50%;place-items:center;font:700 1rem/1 Poppins,sans-serif;transition:transform .2s,box-shadow .2s,background .2s;display:inline-grid}.profile-avatar:hover{background:var(--bg-soft);box-shadow:var(--shadow-glow);transform:scale(1.06)}.profile-avatar-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.25rem;height:1.25rem}.profile-avatar:focus-visible,.login-modal-close:focus-visible,.login-form input:focus-visible{outline:3px solid var(--accent-sage);outline-offset:2px}.profile-menu{z-index:220;border:1px solid var(--glass-card-border);border-radius:var(--radius-sm);background:var(--glass-bg);width:max-content;min-width:220px;-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-lg);padding:1rem;position:absolute;top:calc(100% + .8rem);right:0}.profile-menu-label{color:var(--text-muted);margin-bottom:.15rem;font-size:.75rem;display:block}.profile-menu strong{max-width:260px;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;display:block;overflow:hidden}.profile-logout{border:1px solid var(--glass-card-border);border-radius:var(--radius-pill);background:var(--bg-soft);width:100%;color:var(--text-primary);cursor:pointer;margin-top:.85rem;padding:.7rem .9rem;font:600 .9rem/1 DM Sans,sans-serif}.profile-logout:disabled{cursor:not-allowed;opacity:.6}.profile-menu-error{color:#b54242;max-width:230px;margin:.65rem 0 0;font-size:.8rem;line-height:1.4}html.dark .profile-menu-error{color:#f09a9a}.auth-toast{z-index:1100;border:1px solid var(--glass-card-border);border-radius:var(--radius-sm);background:var(--bg-card);width:min(390px,100vw - 2.5rem);color:var(--text-primary);box-shadow:var(--shadow-lg);align-items:center;gap:.7rem;padding:.85rem .9rem;font-size:.95rem;font-weight:600;animation:.3s ease-out authToastIn;display:flex;position:fixed;top:7rem;right:max(1.25rem,50vw - 690px)}.auth-toast-icon{background:var(--accent-soft);width:1.75rem;height:1.75rem;color:var(--accent);border-radius:50%;flex:none;place-items:center;display:grid}.auth-toast-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:1rem}.auth-toast>button{width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;margin-left:auto;padding:0;display:grid}.auth-toast>button:hover{background:var(--bg-soft);color:var(--text-primary)}.auth-toast>button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:.95rem}.login-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#06181185;place-items:center;padding:1.25rem;animation:.3s ease-out loginBackdropIn;display:grid;position:fixed;inset:0}.login-modal{border:1px solid var(--glass-card-border);border-radius:var(--radius-md);background:var(--bg-card);width:min(100%,460px);max-height:calc(100vh - 2.5rem);box-shadow:var(--shadow-lg);padding:2.5rem;animation:.25s ease-out loginModalIn;position:relative;overflow-y:auto}.login-modal h2{color:var(--text-primary);margin:0;font-size:clamp(1.65rem,5vw,2rem)}.login-modal>p{color:var(--text-muted);margin:.5rem 0 1.75rem}.login-modal-close{border:1px solid var(--glass-card-border);background:var(--bg-soft);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:1.15rem;right:1.15rem}.login-modal-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:1rem}.login-form{gap:.65rem;display:grid}.login-form label{color:var(--text-primary);margin-top:.35rem;font-size:.9rem;font-weight:600}.login-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-soft);width:100%;min-width:0;min-height:3.25rem;color:var(--text-primary);padding:.85rem 1rem;font:1rem/1.2 DM Sans,sans-serif;transition:border-color .2s,box-shadow .2s}.login-input:focus{border-color:var(--accent-sage);outline:0;box-shadow:0 0 0 3px #6f9e8c29}.login-error{border-radius:var(--radius-sm);color:#a63838;background:#b5424214;border:1px solid #b5424238;align-items:flex-start;gap:.55rem;margin-top:.35rem;padding:.75rem .85rem;font-size:.85rem;line-height:1.4;display:flex}html.dark .login-error{color:#f09a9a}.login-error svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:1.1rem;margin-top:.05rem}.login-submit{cursor:pointer;width:100%;min-height:3.25rem;margin-top:.65rem}@keyframes loginBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes loginModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes authToastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn-cta{color:var(--accent);background:#fff;padding:1.15rem 2.2rem;font-size:1.15rem}.btn-cta:hover{box-shadow:0 10px 30px #fff3}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-sage);text-align:center;margin:0 0 .75rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;display:block}.eyebrow-left{text-align:left}.hero-badges{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.badge-pill{border-radius:var(--radius-pill);background:var(--accent-soft);border:1px solid var(--glass-card-border);color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-pill-dot{background:var(--accent-sage);border-radius:50%;flex-shrink:0;width:6px;height:6px}.demo-teaser{z-index:1;border-radius:var(--radius-pill);background:var(--glass-card-bg);border:1px solid var(--glass-card-border);color:var(--text-primary);-webkit-backdrop-filter:blur(18px);align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;transition:transform .25s ease-out,box-shadow .25s ease-out,background .25s;display:inline-flex;position:relative}.demo-teaser svg{flex-shrink:0}.demo-teaser:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.demo-teaser-dot{background:#4caf7d;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite demoPulse}.hero-section{--mx:50%;--my:50%;padding-top:7.5rem;position:relative;overflow:hidden}.hero-section:before{content:"";background:var(--gradient-mesh);pointer-events:none;z-index:0;position:absolute;inset:0}.hero-section:after{content:"";background:radial-gradient(circle at var(--mx) var(--my), #6f9e8c38, transparent 40%);pointer-events:none;z-index:0;opacity:0;transition:opacity .4s;position:absolute;inset:0}.hero-section:hover:after{opacity:1}@media (pointer:coarse){.hero-section:after{display:none}}.hero-grid{z-index:1;grid-template-columns:1.15fr 1fr;align-items:center;gap:2.5rem;display:grid;position:relative}.hero-copy h1{letter-spacing:-.04em;max-width:14ch;color:var(--text-primary);margin:0;font-size:clamp(2.35rem,5vw,4.3rem);line-height:1.1}.hero-copy p{max-width:620px;color:var(--text-muted);margin:1.5rem 0 0;font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.55}.hero-actions{align-items:center;gap:1rem;margin-top:2.25rem;display:flex}.hero-illustration{justify-content:center;align-items:center;width:100%;min-height:480px;display:flex;position:relative}.hero-illustration svg{width:100%;height:auto}#hero-watch{cursor:pointer;transform-box:fill-box;transform-origin:50%;outline:none}#hero-watch:focus-visible{filter:drop-shadow(0 0 0 3px var(--accent-sage))}#hero-watch.is-pulsing{animation:.4s heroWatchBump}@keyframes heroWatchBump{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}#hero-watch-ripple{transform-box:fill-box;transform-origin:50%;pointer-events:none}#hero-watch-ripple.is-pulsing{animation:.8s ease-out heroWatchRipple}@keyframes heroWatchRipple{0%{r:46;opacity:.6}to{r:80;opacity:0}}.hero-tooltip{background:var(--glass-card-bg);border:1px solid var(--glass-card-border);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-pill);color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;box-shadow:var(--shadow-md);padding:.5rem .9rem;font-size:.8rem;font-weight:600;transition:opacity .3s,transform .3s;position:absolute;top:42%;left:73%;transform:translate(-50%,-100%)}.hero-tooltip.is-visible{opacity:1;transform:translate(-50%,-130%)}.pulse-draw{stroke-dasharray:100;stroke-dashoffset:100px;animation:2.6s ease-in-out infinite pulseDraw}.pulse-draw--slow{animation-duration:3.4s;animation-delay:.3s}@keyframes pulseDraw{0%{stroke-dashoffset:100px}45%{stroke-dashoffset:0}75%{stroke-dashoffset:0}to{stroke-dashoffset:-100px}}.glass-card{background:var(--glass-card-bg);border:1px solid var(--glass-card-border);box-shadow:0 1px 3px var(--shadow-color-sm), 0 8px 32px var(--shadow-color-md);-webkit-backdrop-filter:blur(18px);transition:background .25s,border-color .25s,box-shadow .3s,transform .3s}.glass-card:hover{box-shadow:0 16px 40px var(--shadow-brand);transform:translateY(-6px)}.glass-green{background:var(--glass-green-bg);border:1px solid var(--glass-card-border);box-shadow:0 4px 24px var(--shadow-color-sm);-webkit-backdrop-filter:blur(18px);transition:transform .3s,box-shadow .3s,background .25s}.glass-green:hover{box-shadow:0 24px 64px var(--shadow-brand);transform:translateY(-4px)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;display:grid}.info-card{border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.info-card h3{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600;line-height:1.5}.icon-badge{background:var(--accent-soft);width:3.5rem;height:3.5rem;color:var(--text-primary);border-radius:16px;flex-shrink:0;place-items:center;margin:0 auto 1.25rem;transition:transform .25s ease-out,background .3s,color .3s;display:grid}.icon-badge svg{width:1.5rem;height:1.5rem}.icon-badge:hover{background:var(--accent);color:#fff;transform:scale(1.08)}.info-card-desc{color:var(--text-muted);margin:.6rem 0 0;font-size:.8rem;line-height:1.5}.icon-anim-ring{transform-box:fill-box;transform-origin:top;animation:4s ease-in-out infinite iconRing}@keyframes iconRing{0%,92%,to{transform:rotate(0)}93%{transform:rotate(-12deg)}94%{transform:rotate(10deg)}95%{transform:rotate(-8deg)}96%{transform:rotate(6deg)}97%{transform:rotate(-4deg)}98%,99%{transform:rotate(0)}}.icon-anim-heartbeat{transform-box:fill-box;transform-origin:50%;animation:2.4s ease-in-out infinite iconHeartbeat}@keyframes iconHeartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.1)}60%{transform:scale(1)}}.icon-anim-glow{animation:2.6s ease-in-out infinite iconGlow}@keyframes iconGlow{0%,to{opacity:1}50%{opacity:.55}}.cta-section{background:var(--gradient-accent);color:#fff;padding:7rem 0}.cta-inner{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex}.cta-inner h2{letter-spacing:-.03em;margin:0;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:800}.cta-green-section{background:var(--gradient-accent);text-align:center;padding:7rem 0}.cta-green-section .eyebrow{color:#ffffff8c}.site-footer{border-top:1px solid var(--border);background:var(--bg-page);padding:3rem 0;transition:background .25s,border-color .25s}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-links{color:var(--text-muted);gap:2rem;display:flex}.footer-links a:hover{color:var(--text-primary)}.site-footer p{color:var(--text-muted);margin:0;font-size:.85rem;font-weight:500}.section-heading{text-align:center;max-width:860px;margin:0 auto 3.5rem}.section-heading h2{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.section-heading p{color:var(--text-muted);margin:1.25rem auto 0;font-size:clamp(1.05rem,1.4vw,1.3rem)}.grid-3-col{grid-template-columns:repeat(3,minmax(0,1fr))!important}.skip-link{z-index:300;background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:top .2s;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.scroll-progress{background:var(--gradient-accent);z-index:250;width:0%;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.back-to-top{z-index:150;border:1px solid var(--glass-card-border);background:var(--glass-card-bg);width:2.75rem;height:2.75rem;color:var(--text-primary);-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow-md);cursor:pointer;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .25s,transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(12px)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{box-shadow:var(--shadow-lg)}.back-to-top svg{width:1.1rem;height:1.1rem}.copy-btn{border:1px solid var(--glass-card-border);width:2.5rem;height:2.5rem;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:inline-flex}.copy-btn:hover{background:var(--accent-soft);color:var(--text-primary);transform:scale(1.08)}.copy-btn svg{width:1rem;height:1rem}.copy-btn-row{align-items:center;gap:.6rem;display:inline-flex}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(16px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.divider{background:var(--border);width:100%;height:1px}ul.custom-bullets{padding:0;list-style:none}ul.custom-bullets li{margin-bottom:.8rem;padding-left:1.5rem;position:relative}ul.custom-bullets li:before{content:"•";color:var(--text-primary);font-size:1.5rem;line-height:1;position:absolute;top:-2px;left:0}.check-list{margin:0;padding-left:0;list-style:none}.check-list li{color:var(--text-muted);margin-bottom:1rem;padding-left:1.75rem;font-size:1.05rem;line-height:1.5;position:relative}.check-list li:before{content:"";background:var(--accent-soft);border:1.5px solid var(--glass-card-border);border-radius:3px;width:8px;height:8px;position:absolute;top:.5em;left:0}.check-list li:after{content:"";background:var(--text-primary);border-radius:50%;width:4px;height:4px;position:absolute;top:.65em;left:2px}.check-list.check-list--animated li{align-items:center;gap:.65rem;padding-left:0;display:flex}.check-list.check-list--animated li:before,.check-list.check-list--animated li:after{content:none}.check-icon-wrap{background:var(--accent-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.check-icon{width:13px;height:13px;color:var(--text-primary);stroke-dasharray:100;stroke-dashoffset:100px}.reveal.is-visible .check-icon{animation:.5s forwards checkDraw}.check-list--animated li:first-child .check-icon{animation-delay:.15s}.check-list--animated li:nth-child(2) .check-icon{animation-delay:.35s}.check-list--animated li:nth-child(3) .check-icon{animation-delay:.55s}@keyframes checkDraw{to{stroke-dashoffset:0}}.icon-row{justify-content:center;margin-bottom:1.5rem;display:flex}.vertical-stack{flex-direction:column;gap:1.25rem;display:flex}.step-card-new{border-radius:var(--radius-lg);align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;display:flex;position:relative}.step-card-new:hover{transform:translateY(-4px)}.step-card-new h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.2rem}.step-card-new p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.65}.step-big-num{background:var(--gradient-accent);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;flex-shrink:0;min-width:3rem;font-size:1.75rem;font-weight:800;line-height:1}.icon-badge-round{background:var(--accent-soft);width:2.5rem;height:2.5rem;color:var(--text-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s ease-out,background .3s,color .3s;display:flex}.icon-badge-round svg{width:1.15rem;height:1.15rem}.step-card-new:hover .icon-badge-round,.step-card-new.is-hovered .icon-badge-round{background:var(--accent);color:#fff}.icon-badge-round:hover{transform:scale(1.08)}.accordion-list{flex-direction:column;gap:1.25rem;display:flex}.accordion-item{border-radius:var(--radius-lg);overflow:hidden}.accordion-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1.5rem;width:100%;padding:1.75rem 2rem;font-family:inherit;display:flex}.accordion-header h3{color:var(--text-primary);flex:1;margin:0;font-size:1.2rem}.accordion-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.accordion-item.is-open .accordion-chevron{transform:rotate(180deg)}.accordion-item.is-open .accordion-header .icon-badge-round{background:var(--accent);color:#fff}.accordion-panel{max-height:0;transition:max-height .35s;overflow:hidden}.accordion-panel p{color:var(--text-muted);margin:0 0 1.75rem;padding:0 2rem 0 6rem;font-size:.95rem;line-height:1.65}.permission-demo{background:var(--bg-soft);border:1px solid var(--glass-card-border);border-radius:16px;margin:0 2rem 1.75rem 6rem;padding:1.25rem 1.5rem}.permission-demo-label{color:var(--accent-sage);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem;font-size:.7rem;font-weight:700}.permission-toggle-row{color:var(--text-primary);border-bottom:1px solid var(--glass-card-border);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;font-size:.9rem;display:flex}.permission-toggle-row:last-of-type{border-bottom:none}.toggle-switch{background:var(--glass-card-border);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:46px;height:26px;padding:0;transition:background .25s;position:relative}.toggle-switch.is-on{background:var(--accent)}.toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:3px;left:3px}.toggle-switch.is-on .toggle-knob{transform:translate(20px)}.permission-summary{color:var(--text-muted);font-size:.85rem;line-height:1.6;margin:1rem 0 0!important;padding:0!important}.permission-summary strong{color:var(--text-primary)}@media (max-width:560px){.accordion-header{gap:1rem;padding:1.5rem}.accordion-panel p{padding-left:0}.permission-demo{margin-left:0;margin-right:1.5rem}}.product-split{flex-wrap:wrap;align-items:center;gap:4rem;display:flex}.product-split-image{background:var(--accent-soft);border-radius:var(--radius-lg);min-width:280px;min-height:340px;box-shadow:var(--shadow-md);flex:1;transition:transform .5s,box-shadow .5s;overflow:hidden}.product-split-image:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-split-image img{object-fit:cover;object-position:top center;width:100%;height:460px;display:block}.product-split-text{flex:1;min-width:280px}.product-split-text h2{margin:0 0 1rem;font-size:2.6rem}.product-split-text p{color:var(--text-muted);margin:0 0 1.5rem;font-size:1.05rem}@media (max-width:900px){.product-split{flex-direction:column;gap:2rem}.product-split-image img{height:360px}}.app-tabs-nav{justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.app-tab{border-radius:var(--radius-pill);border:1px solid var(--glass-card-border);color:var(--text-muted);cursor:pointer;background:0 0;padding:.75rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;transition:background .25s,color .25s,border-color .25s,transform .2s}.app-tab:hover{transform:translateY(-2px)}.app-tab.is-active{background:var(--gradient-accent);color:#fff;border-color:#0000}.app-tab-panel{display:none}.app-tab-panel.is-active{animation:.35s appTabFade;display:block}@keyframes appTabFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.feature-chip-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.feature-chip{background:var(--bg-soft);border:1px solid var(--glass-card-border);border-radius:14px;align-items:center;gap:.75rem;padding:1rem;transition:transform .2s;display:flex}.feature-chip:hover{transform:translateY(-3px)}.feature-chip-icon{background:var(--accent-soft);width:2rem;height:2rem;color:var(--text-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-chip-icon svg{width:1rem;height:1rem}.feature-chip span{color:var(--text-primary);font-size:.82rem;font-weight:600}.about-intro-photo{overflow:hidden}.about-intro-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;min-height:320px;transition:transform .6s;display:block}.about-intro-card:hover .about-intro-photo img{transform:scale(1.06)}.two-app-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:760px){.two-app-grid{grid-template-columns:1fr}}.app-card{border-radius:var(--radius-lg);text-align:left;flex-direction:column;align-items:flex-start;padding:2.5rem 2.25rem;display:flex;position:relative}.app-card h3{margin:0 0 .6rem;font-size:1.4rem}.app-card p{color:var(--text-muted);margin:0 0 1.75rem;font-size:.95rem}.app-btns-stack{flex-direction:column;gap:.75rem;width:100%;display:flex}.app-btns-stack .btn{width:100%}.privacy-full-section{background:var(--accent-soft);padding:5rem 0;transition:background .25s;position:relative;overflow:hidden}.privacy-full-section:before{content:"";background:var(--gradient-mesh);opacity:.6;pointer-events:none;position:absolute;inset:0}.privacy-single-card{border-radius:var(--radius-lg);max-width:780px;margin:0 auto;padding:3.5rem 4rem;position:relative}.privacy-inner-card{border-radius:var(--radius-lg);align-items:center;gap:5rem;padding:3.5rem 4rem;display:flex;position:relative}.privacy-card-left{flex-direction:column;flex:none;align-items:flex-start;gap:1.5rem;min-width:220px;display:flex}.privacy-card-left h2{color:var(--text-primary);margin:0;font-size:2.2rem;line-height:1.2}.privacy-card-right{flex:1}.icon-badge-lg{background:var(--accent-soft);border-radius:16px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .25s ease-out;display:flex}.icon-badge-lg:hover{transform:scale(1.08)}@media (max-width:760px){.privacy-inner-card{flex-direction:column;gap:2rem;padding:2.5rem 2rem}}.four-col-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:980px){.four-col-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.four-col-grid{grid-template-columns:1fr}}.about-panel{border-radius:var(--radius-lg);text-align:center;--mx:50%;--my:50%;padding:3.5rem 3rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.about-panel:before{content:"";background:var(--gradient-accent);opacity:0;border-radius:0 0 6px 6px;height:4px;transition:opacity .25s;position:absolute;top:0;left:16%;right:16%}.about-panel:hover:before{opacity:1}.about-panel:after{content:"";background:radial-gradient(circle at var(--mx) var(--my), #ffffff59, transparent 45%);opacity:0;mix-blend-mode:soft-light;pointer-events:none;transition:opacity .35s;position:absolute;inset:0}.about-panel:hover:after{opacity:1}.mv-card{border-radius:var(--radius-lg);text-align:center;--mx:50%;--my:50%;padding:3rem 2.5rem 3.5rem;position:relative;overflow:hidden}.mv-card:after{content:"";background:radial-gradient(circle at var(--mx) var(--my), #ffffff59, transparent 45%);opacity:0;mix-blend-mode:soft-light;pointer-events:none;transition:opacity .35s;position:absolute;inset:0}.mv-card:hover:after{opacity:1}.mv-toggle{border-radius:var(--radius-pill);background:var(--bg-soft);border:1px solid var(--glass-card-border);margin:0 auto 3rem;padding:4px;display:inline-flex;position:relative}.mv-toggle-btn{z-index:1;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.65rem 2.25rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;transition:color .25s,transform .25s;position:relative}.mv-toggle-btn:hover:not(.is-active){color:var(--text-primary);transform:scale(1.05)}.mv-toggle-btn.is-active{color:#fff}.mv-toggle-thumb{border-radius:var(--radius-pill);background:var(--gradient-accent);z-index:0;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .4s cubic-bezier(.65,0,.35,1);position:absolute;top:4px;left:4px}.mv-toggle.is-vision .mv-toggle-thumb{transform:translate(100%)}.mv-panel{min-height:180px;display:none;position:relative}.mv-panel.is-active{animation:.45s mvFade;display:block}@keyframes mvFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mv-bg-word{letter-spacing:.03em;color:var(--text-primary);opacity:.07;white-space:nowrap;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;font-family:Poppins,sans-serif;font-size:clamp(4rem,14vw,8.5rem);font-weight:800;position:absolute;top:-2.5rem;left:50%;transform:translate(-50%)}.mv-statement{z-index:1;color:var(--text-primary);letter-spacing:-.02em;max-width:640px;margin:1.5rem auto 1.25rem;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2.15rem);font-weight:700;line-height:1.35;position:relative}.mv-sub{z-index:1;color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.7;position:relative}@media (max-width:560px){.mv-toggle-btn{padding:.6rem 1.5rem;font-size:.85rem}}.icon-anim-float{animation:2.8s ease-in-out infinite iconFloat}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.about-intro-card{border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.about-intro-card .about-intro-text{flex-direction:column;justify-content:center;padding:3rem;display:flex}.about-intro-card .about-intro-text p{color:var(--text-muted);margin:0 0 1.25rem;font-size:1.1rem;line-height:1.8}.about-intro-card .about-intro-text p:last-child{margin-bottom:0}@media (max-width:900px){.about-intro-card{grid-template-columns:1fr}.about-intro-photo img{min-height:260px}}.overlay-banner{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.overlay-banner img{object-fit:cover;width:100%;height:360px;transition:transform .6s;display:block}.overlay-banner:hover img{transform:scale(1.06)}.overlay-banner-caption{background:linear-gradient(#0000 45%,#091a14c7 100%);align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.overlay-banner-caption .eyebrow{color:#ffffffa6;text-align:left}.overlay-banner-caption p{color:#fff;max-width:500px;margin:0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.4}.drives-us-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:900px){.drives-us-grid{grid-template-columns:1fr}}.drives-us-blank{border-radius:var(--radius-lg);background:var(--bg-soft);justify-content:center;align-items:center;min-height:280px;padding:2rem;transition:background .25s;display:flex;overflow:hidden}.drives-us-blank svg{width:100%;max-width:300px;height:auto}.drives-us-text{border-radius:var(--radius-lg);flex-direction:column;justify-content:center;gap:1rem;padding:2.5rem;display:flex}.drives-us-text p{color:var(--text-muted);margin:0;font-size:1.1rem;line-height:1.8}.how-it-works-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}@media (max-width:900px){.how-it-works-grid{grid-template-columns:1fr}}.hiw-image-sticky{position:sticky;top:7rem}.hiw-image-sticky img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:420px;box-shadow:var(--shadow-md)}.hiw-caption{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.85rem;font-style:italic}.photo-banner img{object-fit:cover;object-position:center 40%;border-radius:var(--radius-md);width:100%;height:280px;display:block}.setup-progress{max-width:480px;margin:0 auto 2.5rem}.setup-progress-bar{border-radius:var(--radius-pill);background:var(--bg-soft);border:1px solid var(--glass-card-border);width:100%;height:8px;margin-bottom:.6rem;overflow:hidden}.setup-progress-fill{background:var(--gradient-accent);border-radius:var(--radius-pill);width:0%;height:100%;transition:width .4s}.setup-progress-label{text-align:center;color:var(--text-muted);margin:0;font-size:.85rem;font-weight:600}.setup-check{border:2px solid var(--glass-card-border);background:var(--bg-soft);width:3rem;height:3rem;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:800;transition:background .25s,border-color .25s,transform .2s,color .25s;display:flex;position:relative}.setup-check:hover{transform:scale(1.08)}.setup-check-icon{display:none}.setup-check.is-done{background:var(--gradient-accent);color:#fff;border-color:#0000}.setup-check.is-done .setup-check-num{display:none}.setup-check.is-done .setup-check-icon{display:block}.setup-step.is-done h3{color:var(--accent-sage)}.setup-step.is-done p{opacity:.6}.support-link{color:var(--accent-sage);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.support-link:hover{color:var(--text-primary)}.demo-card{border-radius:var(--radius-lg);text-align:center;padding:2.75rem 2.5rem}.demo-card-badge{border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1.25rem;padding:.35rem .9rem;font-size:.7rem;font-weight:700;display:inline-block}.demo-phones{justify-content:center;align-items:stretch;gap:1rem;max-width:640px;margin:0 auto 1.75rem;display:flex}.demo-phone{background:var(--bg-soft);border:1px solid var(--glass-card-border);text-align:left;border-radius:20px;flex:1;min-width:0;overflow:hidden}.demo-phone-header{border-bottom:1px solid var(--glass-card-border);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.5rem;padding:.8rem 1rem;font-size:.7rem;font-weight:600;display:flex;overflow:hidden}.demo-status-dot{background:#4caf7d;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .3s;animation:2s infinite demoPulse}.demo-status-dot--muted{background:var(--text-muted);animation:none}@keyframes demoPulse{0%{box-shadow:0 0 #4caf7d80}70%{box-shadow:0 0 0 8px #4caf7d00}to{box-shadow:0 0 #4caf7d00}}.demo-phone-arrow{color:var(--accent-sage);opacity:.35;flex-shrink:0;align-self:center;transition:opacity .3s}.demo-phone-arrow.is-active{opacity:1;animation:.6s 2 arrowPulse}@keyframes arrowPulse{0%,to{opacity:.4}50%{opacity:1}}.demo-phone-body{flex-direction:column;justify-content:center;gap:.5rem;min-height:140px;padding:1rem;display:flex}.demo-placeholder{color:var(--text-muted);text-align:center;margin:0;font-size:.8rem}.demo-log-line{color:var(--text-primary);margin:0;font-size:.8rem;line-height:1.5}@media (max-width:560px){.demo-phones{flex-direction:column;align-items:center}.demo-phone{width:100%;max-width:320px}.demo-phone-arrow{transform:rotate(90deg)}}.demo-disclaimer{max-width:480px;color:var(--text-muted);margin:1.5rem auto 0;font-size:.8rem;font-style:italic;line-height:1.5}@media (max-width:980px){.site-nav{gap:1.25rem}.nav-shell{gap:1rem}.hero-grid{grid-template-columns:1fr;gap:2.2rem}.hero-copy{text-align:center}.hero-copy h1,.hero-copy p{margin-left:auto;margin-right:auto}.hero-actions,.hero-badges{justify-content:center}.cta-inner h2{font-size:2.8rem}.footer-inner{flex-direction:column;gap:1.5rem}}@media (max-width:1120px){.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:inline-flex}.nav-toggle-bar{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:transform .25s,opacity .25s}body.nav-open .nav-toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}body.nav-open .nav-toggle-bar:nth-child(2){opacity:0}body.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-cta,.nav-login{padding:.75rem 1.2rem;font-size:1rem}.site-nav{background:var(--glass-bg);width:min(84vw,340px);height:100vh;-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-lg);z-index:200;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.75rem;padding:6.5rem 2rem 2rem;transition:transform .35s;position:fixed;top:0;right:0;transform:translate(100%)}body.nav-open .site-nav{transform:translate(0)}.site-nav .nav-link{font-size:1.3rem}}@media (max-width:760px){.section{padding:4.8rem 0}.product-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch;max-width:310px;margin-left:auto;margin-right:auto}}@media (max-width:480px){.nav-shell{gap:.65rem}.nav-shell-right{gap:.45rem}.brand-word{display:none}.nav-cta,.nav-login{padding:.65rem .8rem;font-size:.86rem}.theme-toggle{display:none}.auth-toast{top:6.25rem;right:1.25rem}.login-modal{border-radius:20px;padding:2rem 1.35rem 1.5rem}.privacy-inner-card{padding:2rem 1.5rem}.feature-chip-grid{grid-template-columns:1fr}}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media (max-width:980px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.blog-grid{grid-template-columns:1fr}}.blog-card{border-radius:var(--radius-lg);color:inherit;flex-direction:column;height:100%;padding:2rem;text-decoration:none;display:flex}.blog-card-tag{border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--text-primary);letter-spacing:.02em;text-transform:uppercase;align-self:flex-start;margin-bottom:1.1rem;padding:.3rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex}.blog-card h3{color:var(--text-primary);margin:0 0 .6rem;font-size:1.25rem;line-height:1.35}.blog-card p{color:var(--text-muted);flex-grow:1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.blog-card-read{color:var(--accent-sage);align-items:center;gap:.4rem;margin-top:auto;font-size:.9rem;font-weight:700;display:inline-flex}.blog-card-read svg{width:15px;height:15px;transition:transform .25s}.blog-card:hover .blog-card-read svg{transform:translate(4px)}.blog-card.is-soon{cursor:default;opacity:.85;position:relative;overflow:hidden}.blog-card.is-soon:before{content:"";z-index:0;background:linear-gradient(105deg, transparent 35%, var(--accent-soft) 50%, transparent 65%);opacity:.6;pointer-events:none;background-position:150% 0;background-size:260% 100%;animation:3.6s ease-in-out infinite soonShimmer;position:absolute;inset:0}@keyframes soonShimmer{0%,15%{background-position:150% 0}85%,to{background-position:-150% 0}}.blog-card.is-soon:hover{box-shadow:0 14px 34px var(--shadow-brand);transform:translateY(-4px)}.blog-card.is-soon .blog-card-tag,.blog-card.is-soon h3,.blog-card.is-soon p,.blog-card.is-soon .blog-card-soon-badge{z-index:1;position:relative}.blog-card-soon-badge{color:var(--text-muted);align-items:center;gap:.55rem;margin-top:auto;font-size:.82rem;font-weight:700;display:inline-flex}.blog-card-soon-dot{background:#4caf7d;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.2s infinite demoPulse}.post-header{text-align:center;max-width:760px;margin:0 auto 3.5rem}.post-header .blog-card-tag{margin:0 auto 1.25rem}.post-header h1{margin:0 0 1.1rem;font-size:clamp(2.2rem,4vw,3.2rem)}.post-dek{color:var(--text-muted);margin:0 0 1.5rem;font-size:1.1rem;line-height:1.7}.post-meta{color:var(--text-muted);justify-content:center;gap:1.25rem;font-size:.85rem;font-weight:600;display:flex}.post-back-link{color:var(--text-muted);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.9rem;font-weight:600;display:inline-flex}.post-back-link:hover{color:var(--text-primary)}.post-back-link svg{width:14px;height:14px}.post-note{border-radius:var(--radius-lg);margin:3.5rem 0;padding:2.25rem 2.5rem}.post-note h3{color:var(--text-primary);margin:0 0 .75rem;font-size:1.3rem}.post-note p{color:var(--text-muted);margin:0;font-size:1.02rem;line-height:1.75}.scrolly-wrap{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin:4rem 0;display:grid}@media (max-width:900px){.scrolly-wrap{grid-template-columns:1fr}}.scrolly-steps{flex-direction:column;gap:9rem;padding-bottom:6rem;display:flex}@media (max-width:900px){.scrolly-steps{gap:3rem;padding-bottom:0}}.scrolly-step{border-radius:var(--radius-lg);opacity:.4;border:1px solid #0000;padding:1.75rem 2rem;transition:opacity .4s,border-color .4s,background .4s}.scrolly-step.is-active{opacity:1;background:var(--glass-card-bg);border-color:var(--glass-card-border)}.scrolly-step-num{background:var(--accent-soft);width:2.25rem;height:2.25rem;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.95rem;font-weight:800;transition:background .3s,color .3s;display:inline-flex}.scrolly-step.is-active .scrolly-step-num{background:var(--accent);color:#fff}html.dark .scrolly-step.is-active .scrolly-step-num{color:#0d1812}.scrolly-step h3{color:var(--text-primary);margin:0 0 .6rem;font-size:1.3rem}.scrolly-step p{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.7}.scrolly-diagram{border-radius:var(--radius-lg);justify-content:center;align-items:center;padding:2.5rem 1.25rem;display:flex;position:sticky;top:7rem}@media (max-width:900px){.scrolly-diagram{margin-bottom:1rem;position:static}}.scrolly-diagram svg{width:100%;max-width:340px;height:auto}.diagram-node rect{fill:var(--bg-soft);stroke:var(--glass-card-border);stroke-width:1.5px;transition:fill .4s,stroke .4s}.diagram-node text{fill:var(--text-primary);font-family:DM Sans,sans-serif}.diagram-node .diagram-node-sub{fill:var(--text-muted)}.diagram-node.is-active rect{fill:var(--accent-soft);stroke:var(--accent-sage)}.diagram-line{stroke:var(--glass-card-border);stroke-width:2px;fill:none;transition:stroke .4s}.diagram-line.is-active{stroke:var(--accent-sage)}.diagram-pulse-g{transition:transform .6s cubic-bezier(.65,0,.35,1)}.diagram-pulse{fill:var(--accent)}html.dark .diagram-pulse{fill:var(--accent-sage)}.diagram-pulse-ring{fill:none;stroke:var(--accent-sage);stroke-width:2px;transform-box:fill-box;transform-origin:50%;animation:1.8s ease-out infinite diagramPulseRing}@keyframes diagramPulseRing{0%{r:7;opacity:.8}to{r:22;opacity:0}}.post-stat-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;margin:2.5rem 0;display:grid}.post-stat{text-align:center;padding:1.75rem 1.5rem}.post-stat-num{color:var(--text-primary);margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;line-height:1.1;display:block}.post-stat-label{color:var(--text-muted);font-size:.85rem;line-height:1.5;display:block}.post-callout{border-radius:var(--radius-md);background:var(--accent-soft);border-left:4px solid var(--accent-sage);align-items:flex-start;gap:1rem;margin:2.5rem 0;padding:1.5rem 1.75rem;display:flex}.post-callout-icon{width:1.75rem;height:1.75rem;color:var(--text-primary);flex-shrink:0}.post-callout p{color:var(--text-primary);margin:0;font-size:1rem;font-weight:500;line-height:1.65}.spec-table-wrap{border-radius:var(--radius-lg);border:1px solid var(--glass-card-border);margin:2.5rem 0;overflow-x:auto}.spec-table{border-collapse:collapse;width:100%;font-size:.92rem}.spec-table th,.spec-table td{text-align:left;border-bottom:1px solid var(--glass-card-border);white-space:nowrap;padding:.9rem 1.25rem}.spec-table th{background:var(--bg-soft);color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:700}.spec-table td{color:var(--text-muted)}.spec-table tr:last-child td{border-bottom:none}.spec-yes{color:var(--accent-sage);font-weight:700}.spec-table tbody tr{transition:background .2s}.spec-table tbody tr:hover{background:var(--bg-soft)}.post-stat.reveal,.feature-chip.reveal{transform:translateY(16px)scale(.94)}.post-stat.reveal.is-visible,.feature-chip.reveal.is-visible{transform:translateY(0)scale(1)}.feature-chip{transition:opacity .6s,transform .6s,background .25s,border-color .25s}.post-lede{color:var(--text-muted);margin:0 0 2.5rem;font-size:1.08rem;line-height:1.85}.post-lede strong{color:var(--text-primary);font-weight:600}.post-jump-nav{flex-wrap:wrap;gap:.6rem;margin:0 0 2.75rem;display:flex}.post-jump-link{border-radius:var(--radius-pill);background:var(--bg-soft);border:1px solid var(--glass-card-border);color:var(--text-muted);align-items:center;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .2s;display:inline-flex}.post-jump-link:hover{background:var(--accent-soft);color:var(--text-primary);border-color:var(--accent-sage);transform:translateY(-2px)}.post-continue{border-radius:var(--radius-lg);color:inherit;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3.5rem;padding:1.75rem 2rem;text-decoration:none;display:flex}.post-continue-label{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-sage);margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.post-continue-title{color:var(--text-primary);font-size:1.2rem;font-weight:700;display:block}.post-continue-arrow{background:var(--accent-soft);width:2.5rem;height:2.5rem;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s,background .25s,color .25s;display:flex}.post-continue-arrow svg{width:18px;height:18px}.post-continue:hover .post-continue-arrow{background:var(--accent);color:#fff;transform:translate(4px)}html.dark .post-continue:hover .post-continue-arrow{color:#0d1812}.scrolly-hint{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.4rem;margin:-1rem 0 1.5rem;font-size:.8rem;font-weight:600;transition:opacity .5s;display:flex}.scrolly-hint svg{animation:1.6s ease-in-out infinite scrollyHintBounce}.scrolly-hint.is-hidden{opacity:0}@keyframes scrollyHintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}.pulse-draw{stroke-dashoffset:0}.hero-section:after{display:none}}.profile-settings-link{border:1px solid var(--glass-card-border);border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--text-primary);align-items:center;margin-top:.9rem;padding:.75rem .9rem;font-size:.9rem;font-weight:700;display:flex}.profile-settings-link:hover{border-color:var(--accent-sage)}.profile-settings-page{background:radial-gradient(circle at 80% 10%, #6f9e8c24, transparent 30%), var(--bg-page);min-height:calc(100vh - 92px);padding:3rem 0 5rem}.profile-settings-container{width:min(1320px,94vw)}.profile-settings-shell{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:2rem;display:grid}.profile-steps{border:1px solid var(--glass-card-border);border-radius:var(--radius-md);background:var(--glass-card-bg);box-shadow:var(--shadow-md);padding:2rem 1.25rem;position:sticky;top:122px}.profile-study-label{color:var(--accent-sage);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.profile-steps h2{margin:.45rem 0 1.4rem;font-size:1.25rem}.profile-steps ol{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.profile-steps button{border-radius:var(--radius-sm);width:100%;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;grid-template-columns:2rem 1fr;align-items:center;gap:.65rem;padding:.7rem .75rem;font:600 .87rem/1.25 DM Sans,sans-serif;display:grid}.profile-steps button>span{background:var(--bg-soft);border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:800;display:grid}.profile-steps button:hover{color:var(--text-primary);background:var(--bg-soft)}.profile-steps button.is-active{border-color:var(--accent-sage);background:var(--accent-soft);color:var(--text-primary)}.profile-steps button.is-active>span{background:var(--accent);color:#fff}.profile-steps button.is-complete{color:var(--text-primary)}.profile-steps button.is-complete>span{background:var(--accent-soft);color:var(--accent)}html.dark .profile-steps button.is-active>span{color:#0d1812}.profile-form-card{border:1px solid var(--glass-card-border);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-lg);overflow:hidden}.profile-form-header{border-bottom:1px solid var(--border);padding:2.5rem 3rem 2rem}.profile-secure-badge{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;padding:.35rem .7rem;font-size:.68rem;font-weight:800;display:inline-flex}.profile-form-header>p:first-of-type{color:var(--accent-sage);letter-spacing:.05em;text-transform:uppercase;margin:1.5rem 0 .3rem;font-size:.75rem;font-weight:800}.profile-form-header h1{margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.profile-form-header h1+p{max-width:680px;color:var(--text-muted);margin:.65rem 0 0}.profile-form-header h1+p strong,.profile-form-header h1+p span{display:block}.profile-form-header h1+p strong{color:var(--text-primary);margin-bottom:.3rem}.profile-mobile-progress{background:var(--bg-soft);border-radius:4px;height:4px;margin-top:1.5rem;display:none;overflow:hidden}.profile-mobile-progress span{border-radius:inherit;background:var(--accent-sage);height:100%;transition:width .3s;display:block}.profile-form-section{gap:1.5rem;padding:2.5rem 3rem 3rem;display:grid}.profile-form-section>h3{border-bottom:1px solid var(--border);color:var(--accent);margin:1rem 0 -.25rem;padding-bottom:.75rem;font-size:1rem}.profile-form-section>h3:first-child{margin-top:0}.profile-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.profile-field-grid.profile-single-column{grid-template-columns:1fr}.profile-field{min-width:0;color:var(--text-primary);gap:.5rem;font-size:.9rem;font-weight:700;display:grid}.profile-required-mark{color:#b54242;margin-left:.15rem;font-weight:800}.profile-info-icon{border:1px solid var(--accent-sage);width:1.05rem;height:1.05rem;color:var(--accent);cursor:help;vertical-align:.08rem;border-radius:50%;place-items:center;margin-left:.3rem;font:800 .68rem/1 DM Sans,sans-serif;display:inline-grid;position:relative}.profile-info-icon:focus-visible{outline:2px solid var(--accent-sage);outline-offset:2px}.profile-info-tooltip{z-index:20;border:1px solid var(--glass-card-border);background:var(--bg-card);width:min(280px,100vw - 4rem);color:var(--text-primary);box-shadow:var(--shadow-lg);letter-spacing:normal;text-align:left;text-transform:none;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;border-radius:10px;padding:.7rem .8rem;font:500 .78rem/1.45 DM Sans,sans-serif;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;bottom:calc(100% + .6rem);left:0;transform:translateY(4px)}.profile-info-tooltip:before{content:"";border:5px solid #0000;border-top-color:var(--bg-card);position:absolute;top:100%;left:.3rem}.profile-info-icon:hover .profile-info-tooltip,.profile-info-icon:focus .profile-info-tooltip,.profile-info-icon:focus-within .profile-info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.profile-input-wrap{display:block;position:relative}.profile-field input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-soft);width:100%;min-height:3.25rem;color:var(--text-primary);outline:none;padding:.85rem 1rem;font:500 .95rem/1.2 DM Sans,sans-serif;transition:border-color .2s,box-shadow .2s}.profile-field input:focus{border-color:var(--accent-sage);box-shadow:0 0 0 3px #6f9e8c29}.profile-field input[aria-invalid=true]{border-color:#b54242}.profile-input-wrap:has(.profile-input-suffix) input{padding-right:4.3rem}.profile-input-suffix{color:var(--text-muted);font-size:.78rem;font-weight:600;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.profile-field-error{color:#a63838;font-size:.77rem;font-weight:600;line-height:1.35;display:block}html.dark .profile-field-error{color:#f09a9a}.profile-fieldset{border:0;min-width:0;margin:0;padding:0}.profile-fieldset legend{color:var(--text-primary);margin-bottom:.55rem;font-size:.9rem;font-weight:700}.profile-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.profile-choice{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-soft);min-height:3.15rem;color:var(--text-muted);cursor:pointer;align-items:center;padding:.75rem .9rem;transition:border-color .2s,background .2s,color .2s;display:flex;position:relative}.profile-choice:hover{border-color:var(--accent-sage);color:var(--text-primary)}.profile-choice.is-selected{border-color:var(--accent-sage);background:var(--accent-soft);color:var(--text-primary)}.profile-choice input{width:1rem;height:1rem;accent-color:var(--accent);flex:none;margin:0 .6rem 0 0}.profile-choice span{font-size:.88rem;font-weight:600}.profile-fieldset>.profile-field-error{margin-top:.45rem}.profile-bmi{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--accent-soft);grid-template-columns:1fr auto;gap:.25rem 1rem;padding:1rem 1.15rem;display:grid}.profile-bmi span{font-size:.85rem;font-weight:700}.profile-bmi strong{align-self:center;font:700 1.5rem/1 Poppins,sans-serif}.profile-bmi small{color:var(--text-muted)}.profile-info-note{border-left:3px solid var(--accent-sage);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--accent-soft);color:var(--text-muted);padding:.9rem 1rem;font-size:.86rem}.profile-medication-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-soft);padding:1.25rem}.profile-medication-heading{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.profile-medication-heading button,.profile-review section>div>button{color:var(--accent);cursor:pointer;background:0 0;border:0;font:700 .8rem/1 DM Sans,sans-serif}.profile-medication-heading button:disabled{opacity:.45;cursor:not-allowed}.profile-add-button{border:1px dashed var(--accent-sage);border-radius:var(--radius-pill);color:var(--accent);cursor:pointer;background:0 0;justify-self:start;padding:.7rem 1rem;font-weight:700}.profile-review section{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-soft);padding:1.25rem}.profile-review section>div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.profile-review section h3{margin:0;font-size:1rem}.profile-review dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 0;display:grid}.profile-review dl>div{min-width:0}.profile-review dt{color:var(--text-muted);text-transform:uppercase;font-size:.74rem;font-weight:700}.profile-review dd{overflow-wrap:anywhere;color:var(--text-primary);margin:.15rem 0 0;font-weight:600}.profile-save-message{border-radius:var(--radius-sm);color:#a63838;background:#b5424214;border:1px solid #b5424238;padding:.9rem 1rem}.profile-save-message.is-success{border-color:var(--border);background:var(--accent-soft);color:var(--accent)}.profile-form-actions{z-index:2;border-top:1px solid var(--border);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));justify-content:space-between;gap:1rem;padding:1.25rem 3rem;display:flex;position:sticky;bottom:0}.profile-form-actions .btn{cursor:pointer}.profile-state-card{border:1px solid var(--glass-card-border);border-radius:var(--radius-lg);background:var(--bg-card);min-height:360px;box-shadow:var(--shadow-md);color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.profile-state-card h1{color:var(--text-primary);margin:0;font-size:clamp(1.7rem,4vw,2.4rem)}.profile-state-card p{max-width:500px;margin:0}.profile-state-card .btn{cursor:pointer}.profile-spinner{border:3px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite profileSpin}@keyframes profileSpin{to{transform:rotate(360deg)}}@media (max-width:980px){.profile-settings-shell{grid-template-columns:1fr}.profile-steps{padding:1.25rem;position:static}.profile-steps h2,.profile-steps ol{display:none}.profile-mobile-progress{display:block}}@media (max-width:700px){.profile-settings-page{padding:1.25rem 0 3rem}.profile-settings-container{width:min(100% - 1.25rem,1320px)}.profile-form-card{border-radius:var(--radius-md)}.profile-form-header,.profile-form-section{padding:1.5rem 1.25rem}.profile-field-grid,.profile-review dl,.profile-choice-grid{grid-template-columns:1fr}.profile-form-actions{padding:1rem 1.25rem}.profile-form-actions .btn{padding:.85rem 1.1rem;font-size:.9rem}}
