.clean-site{--ink:#17201b;--sub:#66736b;--line:#e1e8e3;--paper:#f7faf7;--card:rgba(255,255,255,.88);--muted:#eef3ef;--green:#34724e;--accent:#34724e;background:var(--paper);min-height:100vh;color:var(--ink);font-family:var(--font-geist-sans),sans-serif}.dark .clean-site{--ink:#f3f7f4;--sub:#9ba8a0;--line:#29342d;--paper:#0c110e;--card:rgba(20,27,22,.9);--muted:#182019;--green:#79b68e;--accent:#79b68e}.dark .clean-site #how,.dark .clean-site #pricing{background:#111914}.dark .clean-site #how h2,.dark .clean-site #how h3,.dark .clean-site #pricing h2,.dark .clean-site #pricing article,.dark .clean-site #pricing article li{color:#f3f7f4}.dark .clean-site #how .clean-muted,.dark .clean-site #pricing .clean-muted{color:#b3beb7}.clean-site *{border-color:var(--line)}.clean-shell{width:min(1200px,100% - 2rem);margin-left:auto;margin-right:auto}.clean-card{border:1px solid var(--line);background:var(--card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.5rem;box-shadow:0 1px 2px rgba(15,23,18,.04),0 10px 35px rgba(15,23,18,.024)}.clean-muted{color:var(--sub)}.cleanup-callout{background:rgba(255,251,235,.92);border-color:#fde68a}.cleanup-callout-title{color:#17201b}.cleanup-callout-copy{color:#58675e}.dark .cleanup-callout{background:#151811;border-color:#4c3a16}.dark .cleanup-callout-title{color:#f8faf8}.dark .cleanup-callout-copy{color:#b8c3bc}.clean-eyebrow{color:var(--green);letter-spacing:.17em;text-transform:uppercase;font-size:.7rem;font-weight:780}.clean-grid{background-image:linear-gradient(to right,color-mix(in srgb,var(--line)55%,transparent)1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--line)55%,transparent)1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(#000,transparent 80%);mask-image:linear-gradient(#000,transparent 80%)}.clean-site ::selection{background:color-mix(in srgb,var(--green)24%,transparent)}@media (max-width:640px){.clean-shell{width:min(100% - 1.25rem,1200px)}}.clean-site button,.clean-site a{-webkit-tap-highlight-color:transparent}.clean-site button:not(:disabled),.clean-site a[href]{cursor:pointer}.clean-site button:not(:disabled):active,.clean-site a[href]:active{filter:brightness(.92);transition-duration:70ms;transform:translateY(1px)scale(.985)}.clean-site button:disabled{cursor:wait}.clean-reveal{animation:.72s cubic-bezier(.16,1,.3,1) both clean-reveal;animation-delay:var(--reveal-delay,0s)}@keyframes clean-reveal{0%{opacity:0;filter:blur(4px);transform:translateY(18px)}to{opacity:1;filter:none;transform:none}}@media (prefers-reduced-motion:reduce){.clean-reveal{animation:none}}.demo-backdrop{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(6,12,8,.72);place-items:center;padding:1rem;animation:.18s ease-out both demo-fade;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.demo-window{border:1px solid var(--line);background:var(--paper);border-radius:2rem;width:min(960px,100%);max-height:calc(100dvh - 2rem);overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.35)}.demo-topbar,.demo-controls{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.demo-topbar{border-bottom:1px solid var(--line)}.demo-controls{border-top:1px solid var(--line)}.demo-scene{background:radial-gradient(circle at 75% 45%,rgba(105,190,136,.2),transparent 35%),var(--paper);grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;min-height:420px;padding:max(2rem,min(7vw,5rem));animation:.48s cubic-bezier(.16,1,.3,1) both demo-scene-in;display:grid}.demo-copy h2{letter-spacing:-.055em;max-width:14ch;margin-top:1rem;font-size:max(2.2rem,min(4vw,3.45rem));font-weight:650;line-height:.98}.demo-copy>p{max-width:36rem;color:var(--sub);margin-top:1.5rem;font-size:1.05rem;line-height:1.75}.demo-product-card{border:1px solid var(--line);background:var(--card);border-radius:1.75rem;padding:2rem;animation:3.6s ease-in-out infinite demo-card-float;box-shadow:0 25px 70px rgba(23,32,27,.11)}.demo-icon{color:#236640;background:#d5f7e2;border-radius:1rem;place-items:center;width:3rem;height:3rem;animation:2.2s ease-in-out infinite demo-icon-pulse;display:grid}.demo-icon svg{width:1.35rem}.demo-metric{letter-spacing:-.065em;margin-top:2rem;font-size:max(3rem,min(7vw,5.5rem));font-weight:680;line-height:.9;animation:.62s cubic-bezier(.16,1,.3,1) both demo-metric-pop}.demo-label{color:var(--sub);margin-top:.75rem}.demo-progress{background:var(--muted);border-radius:999px;height:.6rem;margin-top:2rem;overflow:hidden}.demo-progress span{border-radius:inherit;background:linear-gradient(90deg,#34724e,#7fc79a);width:100%;height:100%;animation:4.5s linear both demo-progress;display:block}.demo-safe-row{color:var(--green);align-items:center;gap:.5rem;margin-top:1rem;font-size:.78rem;font-weight:650;display:flex}.demo-dots{gap:.45rem;display:flex}.demo-dots button{background:color-mix(in srgb,var(--sub)35%,transparent);border-radius:999px;width:.55rem;height:.55rem;transition:all .22s}.demo-dots button.active{background:var(--green);width:2rem}.demo-next{color:var(--paper);background:var(--ink);border-radius:999px;padding:.75rem 1.2rem;font-size:.85rem;font-weight:650}@keyframes demo-fade{0%{opacity:0}}@keyframes demo-scene-in{0%{opacity:0;filter:blur(4px);transform:translateY(12px)}}@keyframes demo-progress{0%{width:0}}@keyframes demo-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes demo-icon-pulse{0%,to{box-shadow:0 0 rgba(52,114,78,0)}50%{box-shadow:0 0 0 10px rgba(52,114,78,.1)}}@keyframes demo-metric-pop{0%{opacity:0;transform:translateY(16px)scale(.94)}}@media (max-width:720px){.demo-window{overflow-y:auto}.demo-scene{grid-template-columns:1fr;gap:2rem;min-height:520px;padding:2rem 1.25rem}.demo-copy h2{max-width:15ch;font-size:2.45rem}.demo-product-card{padding:1.4rem}.demo-metric{font-size:3.6rem}}@media (prefers-reduced-motion:reduce){.demo-backdrop,.demo-scene,.demo-progress span,.demo-product-card,.demo-icon,.demo-metric{animation:none}}.legal-copy h1{letter-spacing:-.055em;font-size:max(2.6rem,min(7vw,4.7rem));font-weight:650;line-height:.98}.legal-copy .legal-lead{color:var(--sub);margin-top:1.4rem;font-size:1.15rem;line-height:1.8}.legal-copy .legal-meta{color:var(--sub);margin-top:1.5rem;font-size:.82rem}.legal-copy h2{letter-spacing:-.02em;margin-top:2.7rem;font-size:1.35rem;font-weight:650;line-height:1.3}.legal-copy p,.legal-copy li{color:var(--sub);line-height:1.8}.legal-copy h2+p,.legal-copy h2+ul{margin-top:.8rem}.legal-copy ul{margin-left:1.2rem;list-style:outside}.legal-copy li+li{margin-top:.45rem}.legal-copy a{color:var(--accent);text-underline-offset:3px;font-weight:600;text-decoration:underline}
