.cc-home{--orange:#e85a24;--orange-light:#f07a4a;--orange-glow:#e85a2422;--orange-hover:#d04e1c;--blue:#2b5ea7;--blue-light:#3a73bf;--blue-soft:#2b5ea714;--blue-glow:#2b5ea722;--yellow:#f2c94c;--yellow-soft:#f2c94c1a;--yellow-bright:#ffcf26;--bg-primary:#ededea;--bg-warm:#e6e4df;--bg-cool:#e0dfdb;--bg-card:#f5f4f1;--bg-white:#fafaf8;--charcoal:#1a1a1a;--graphite:#2d2d2d;--dark-surface:#1f1f1f;--mid-gray:#6b6b6b;--light-gray:#9e9b95;--border:rgba(0,0,0,.08);--green:#2ebf6e;--green-soft:#2ebf6e1a;--red-signal:#e84040;--font-display:var(--font-bricolage),"Bricolage Grotesque",sans-serif;--font-mono:var(--font-space-mono),"Space Mono",monospace;--font-body:var(--font-dm-sans),"DM Sans",sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:100px;--dot-color:rgba(0,0,0,.08);--dot-size:1.5px;--dot-gap:24px;font-family:var(--font-body);font-size:18px;background-color:var(--bg-primary);background-image:radial-gradient(circle,var(--dot-color) var(--dot-size),transparent var(--dot-size));background-size:var(--dot-gap) var(--dot-gap);color:var(--charcoal);line-height:1.6;overflow-x:hidden;scroll-behavior:smooth}.cc-home a{color:var(--blue);text-decoration:none;transition:color .2s}.cc-home a:hover{color:var(--orange)}.cc-home .wrap{max-width:1240px;margin:0 auto;padding:0 48px}@media (max-width:768px){.cc-home .wrap{padding:0 24px}}.cc-home .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:var(--font-mono);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-radius:var(--radius-pill);border:2px solid transparent;cursor:pointer;transition:all .2s;text-decoration:none!important;white-space:nowrap}.cc-home .btn-primary{background:var(--orange);color:#fff!important;border-color:var(--orange)}.cc-home .btn-primary:hover{background:var(--orange-hover);border-color:var(--orange-hover);transform:translateY(-2px);box-shadow:0 8px 24px var(--orange-glow)}.cc-home .btn-outline{background:transparent;color:var(--charcoal)!important;border-color:rgba(0,0,0,.15)}.cc-home .btn-outline:hover{border-color:var(--charcoal);background:var(--charcoal);color:var(--bg-primary)!important;transform:translateY(-2px)}.cc-home .btn-outline-light{background:transparent;color:var(--bg-primary)!important;border-color:hsla(0,0%,100%,.2)}.cc-home .btn-outline-light:hover{border-color:#fff;background:hsla(0,0%,100%,.08);transform:translateY(-2px)}.cc-home .btn-dark{background:var(--charcoal);color:var(--bg-primary)!important;border-color:var(--charcoal)}.cc-home .btn-dark:hover{background:var(--graphite);transform:translateY(-2px)}.cc-home .btn-lg{padding:16px 34px;font-size:13px}.cc-home .btn-sm{padding:9px 18px;font-size:11px}.cc-home .btn svg{width:15px;height:15px;fill:currentColor}.cc-home .btn-soon{border-color:rgba(0,0,0,.12);opacity:.85}.cc-home .btn-soon,.cc-home .btn-soon-light{background:transparent;color:var(--light-gray)!important;cursor:default}.cc-home .btn-soon-light{border-color:hsla(0,0%,100%,.16)}.cc-home .section-eyebrow{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:2.5px;color:var(--orange);margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}.cc-home .section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.08;margin-bottom:14px;letter-spacing:-.5px}.cc-home .section-lead{font-size:18px;color:var(--mid-gray);line-height:1.7;max-width:620px}.cc-home .eyebrow-line:after{content:"";width:32px;height:1px;background:var(--border);display:inline-block}.cc-home .nav{position:sticky;top:0;z-index:100;background:hsla(60,8%,92%,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.cc-home .nav-inner{max-width:1240px;margin:0 auto;padding:14px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cc-home .nav-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:20px;letter-spacing:-.5px;color:var(--charcoal)}.cc-home .nav-logo{width:28px;height:28px;border-radius:7px;background:var(--charcoal);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cc-home .nav-logo svg{width:16px;height:16px;stroke:var(--yellow);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cc-home .nav-links{display:flex;align-items:center;gap:28px}.cc-home .nav-link{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--mid-gray)}.cc-home .nav-link:hover{color:var(--charcoal)}.cc-home .nav-actions{display:flex;align-items:center;gap:12px}@media (max-width:900px){.cc-home .nav-links{display:none}.cc-home .nav-inner{padding:12px 24px}}.cc-home .hero{padding:76px 0 68px;position:relative}.cc-home .hero:before{content:"";position:absolute;top:-80px;left:52%;transform:translateX(-50%);width:680px;height:640px;background:radial-gradient(circle,var(--orange-glow) 0,transparent 62%);pointer-events:none}.cc-home .hero-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:56px;align-items:center}.cc-home .hero-copy{position:relative;z-index:1}.cc-home .hero-badge{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1.5px;padding:6px 16px;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--mid-gray);margin-bottom:24px;font-weight:700}.cc-home .hero-badge b{color:var(--charcoal)}.cc-home .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:cc-pulse 2s ease-in-out infinite}@keyframes cc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.cc-home .hero h1{font-family:var(--font-display);font-size:clamp(34px,4.6vw,56px);font-weight:800;line-height:1.03;margin-bottom:22px;letter-spacing:-1px}.cc-home .hero h1 .accent{color:var(--orange)}.cc-home .hero h1 .strike{color:var(--light-gray);text-decoration:line-through;text-decoration-color:var(--red-signal);text-decoration-thickness:3px}.cc-home .hero-sub{font-size:19px;color:var(--mid-gray);line-height:1.65;max-width:520px;margin-bottom:30px}.cc-home .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.cc-home .hero-subtext{font-family:var(--font-mono);font-size:11px;color:var(--light-gray);letter-spacing:.5px;display:flex;gap:6px;flex-wrap:wrap;align-items:center}.cc-home .hero-subtext .x{color:var(--green);font-weight:700}.cc-home .hero-proof{display:flex;align-items:center;gap:22px;padding-top:26px;margin-top:26px;border-top:1px solid var(--border)}.cc-home .proof-stat{display:flex;flex-direction:column}.cc-home .proof-number{font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1.05;color:var(--charcoal)}.cc-home .proof-number.green{color:var(--green)}.cc-home .proof-label{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--light-gray);margin-top:3px}.cc-home .proof-divider{width:1px;height:34px;background:var(--border)}.cc-home .hero-illustration{position:relative;z-index:1}.cc-home .cost-panel{background:var(--charcoal);border-radius:var(--radius-lg);border:1px solid hsla(0,0%,100%,.08);overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.22);position:relative}.cc-home .cost-panel:after{content:"";position:absolute;top:-40%;right:-10%;width:340px;height:340px;background:radial-gradient(circle,var(--orange-glow) 0,transparent 60%);pointer-events:none}.cc-home .cp-chrome{background:var(--graphite);padding:9px 14px;display:flex;align-items:center;gap:6px;border-bottom:1px solid hsla(0,0%,100%,.06)}.cc-home .cp-dot{width:10px;height:10px;border-radius:50%}.cc-home .cp-dot:first-child{background:var(--red-signal)}.cc-home .cp-dot:nth-child(2){background:var(--yellow)}.cc-home .cp-dot:nth-child(3){background:var(--green)}.cc-home .cp-title{font-size:10px;color:var(--light-gray);letter-spacing:1.5px;margin-left:8px;flex:1}.cc-home .cp-live,.cc-home .cp-title{font-family:var(--font-mono);text-transform:uppercase}.cc-home .cp-live{font-size:9px;font-weight:700;letter-spacing:1px;color:var(--green);display:flex;align-items:center;gap:5px}.cc-home .cp-live .dot{width:5px;height:5px;border-radius:50%;background:var(--green);animation:cc-pulse 2s ease-in-out infinite}.cc-home .cp-body{padding:22px 22px 20px}.cc-home .cp-heading{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:2px;color:var(--mid-gray);margin-bottom:14px}.cc-home .cp-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-radius:var(--radius-md);margin-bottom:10px;border:1px solid hsla(0,0%,100%,.06)}.cc-home .cp-row.them{background:rgba(232,64,64,.06);border-color:rgba(232,64,64,.18)}.cc-home .cp-row.us{background:rgba(46,191,110,.07);border-color:rgba(46,191,110,.22)}.cc-home .cp-row-left{display:flex;align-items:center;gap:11px;min-width:0}.cc-home .cp-logo{width:30px;height:30px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:11px;font-weight:700;flex-shrink:0}.cc-home .cp-logo.them{background:rgba(232,64,64,.14);color:#ff7a6b}.cc-home .cp-logo.us{background:rgba(46,191,110,.14);color:var(--green)}.cc-home .cp-name{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--bg-primary);line-height:1.2}.cc-home .cp-meta{font-family:var(--font-mono);font-size:9px;color:var(--mid-gray);letter-spacing:.4px;margin-top:2px}.cc-home .cp-price{font-family:var(--font-display);font-weight:800;font-size:22px;line-height:1;flex-shrink:0;text-align:right}.cc-home .cp-price.them{color:var(--light-gray)}.cc-home .cp-price.them s{text-decoration-color:var(--red-signal);text-decoration-thickness:2px}.cc-home .cp-price.them .up{display:block;font-family:var(--font-mono);font-size:8px;font-weight:700;color:var(--red-signal);letter-spacing:.5px;margin-top:3px;text-decoration:none}.cc-home .cp-price.us{color:var(--green)}.cc-home .cp-price.us .sub{display:block;font-family:var(--font-mono);font-size:8px;font-weight:700;color:var(--green);letter-spacing:.5px;margin-top:3px}.cc-home .cp-foot{margin-top:14px;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:space-between}.cc-home .cp-foot-label{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--mid-gray)}.cc-home .cp-foot-val{font-family:var(--font-display);font-weight:800;font-size:20px;color:var(--yellow)}.cc-home .cp-badge{position:absolute;top:-12px;right:-10px;background:var(--orange);color:#fff;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:7px 13px;border-radius:var(--radius-md);box-shadow:0 8px 24px var(--orange-glow);z-index:3;transform:rotate(3deg)}.cc-home .spite-strip{background:var(--charcoal);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 0;overflow:hidden;position:relative}.cc-home .spite-track{display:flex;gap:40px;white-space:nowrap;animation:cc-marquee 34s linear infinite;width:max-content}.cc-home .spite-strip:hover .spite-track{animation-play-state:paused}@keyframes cc-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.cc-home .spite-item{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--light-gray);display:inline-flex;align-items:center;gap:12px}.cc-home .spite-item b{color:var(--yellow)}.cc-home .spite-item:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--orange)}.cc-home .math{background:var(--charcoal);color:var(--bg-primary);padding:96px 0;position:relative;overflow:hidden}.cc-home .math:before{inset:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:var(--dot-gap) var(--dot-gap)}.cc-home .math:after,.cc-home .math:before{content:"";position:absolute;pointer-events:none}.cc-home .math:after{top:-20%;left:-8%;width:520px;height:520px;background:radial-gradient(circle,var(--blue-glow) 0,transparent 60%)}.cc-home .math-inner{position:relative;z-index:1}.cc-home .math .section-eyebrow{color:var(--yellow)}.cc-home .math .section-title{color:var(--bg-primary)}.cc-home .math-lead{font-size:18px;color:var(--light-gray);line-height:1.7;max-width:640px;margin-bottom:44px}.cc-home .math-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start}.cc-home .calc{background:var(--dark-surface);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);overflow:hidden}.cc-home .calc-head{background:var(--graphite);padding:12px 18px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--light-gray);display:flex;align-items:center;gap:8px;border-bottom:1px solid hsla(0,0%,100%,.06)}.cc-home .calc-head .dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.cc-home .calc-body{padding:22px}.cc-home .calc-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid hsla(0,0%,100%,.05);font-family:var(--font-mono);font-size:13px}.cc-home .calc-line .lbl{color:var(--light-gray)}.cc-home .calc-line .lbl small{display:block;font-size:10px;color:var(--mid-gray);margin-top:2px}.cc-home .calc-line .val{color:var(--bg-primary);font-weight:700;flex-shrink:0}.cc-home .calc-total{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:16px 18px;background:rgba(46,191,110,.08);border:1px solid rgba(46,191,110,.25);border-radius:var(--radius-md)}.cc-home .calc-total .lbl{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--green)}.cc-home .calc-total .val{font-family:var(--font-display);font-weight:800;font-size:32px;color:var(--green);line-height:1}.cc-home .calc-total .val small{font-family:var(--font-mono);font-size:11px;color:var(--light-gray);font-weight:400;letter-spacing:.5px}.cc-home .calc-note{font-family:var(--font-mono);font-size:11px;color:var(--mid-gray);line-height:1.6;margin-top:14px;text-align:center}.cc-home .compare{border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);overflow:hidden;background:var(--dark-surface)}.cc-home .compare-row{display:grid;grid-template-columns:1.1fr 1fr 1fr;border-bottom:1px solid hsla(0,0%,100%,.06)}.cc-home .compare-row:last-child{border-bottom:none}.cc-home .compare-cell{padding:14px 16px;font-size:13.5px;line-height:1.5;border-right:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center}.cc-home .compare-cell:last-child{border-right:none}.cc-home .compare-row.head .compare-cell{background:var(--graphite);font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.cc-home .compare-row.head .them{color:var(--red-signal)}.cc-home .compare-row.head .us{color:var(--green)}.cc-home .compare-cell.rowlbl{font-weight:600;color:var(--bg-primary);font-family:var(--font-body)}.cc-home .compare-cell.them{color:var(--light-gray);background:rgba(232,64,64,.03)}.cc-home .compare-cell.us{color:#cfeede;background:rgba(46,191,110,.05)}.cc-home .compare-cell.us b{color:var(--green)}.cc-home .feature{padding:88px 0;border-bottom:1px solid var(--border)}.cc-home .feature.alt{background:var(--bg-card)}.cc-home .feature.white{background:var(--bg-white)}.cc-home .feat-head{max-width:660px;margin-bottom:44px}.cc-home .feat-layout{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.cc-home .feat-layout.rev .feat-visual{order:-1}@media (max-width:900px){.cc-home .feat-layout{grid-template-columns:1fr;gap:36px}.cc-home .feat-layout.rev .feat-visual{order:0}}.cc-home .feat-list{display:flex;flex-direction:column;gap:20px}.cc-home .feat-item{display:flex;gap:15px;align-items:flex-start}.cc-home .feat-ico{width:38px;height:38px;border-radius:var(--radius-md);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--orange-glow)}.cc-home .feat-ico svg{width:19px;height:19px;stroke:var(--orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-home .feat-ico.blue{background:var(--blue-soft)}.cc-home .feat-ico.blue svg{stroke:var(--blue)}.cc-home .feat-ico.green{background:var(--green-soft)}.cc-home .feat-ico.green svg{stroke:var(--green)}.cc-home .feat-ico.yellow{background:var(--yellow-soft)}.cc-home .feat-ico.yellow svg{stroke:#c5a22e}.cc-home .feat-item-title{font-family:var(--font-display);font-weight:700;font-size:18px;margin-bottom:4px;line-height:1.25}.cc-home .feat-item-desc{font-size:15px;color:var(--mid-gray);line-height:1.6}.cc-home .feat-item-desc em{font-style:normal;color:var(--charcoal);font-weight:600}.cc-home .frame{background:var(--charcoal);border-radius:var(--radius-lg);border:1px solid hsla(0,0%,100%,.08);overflow:hidden;box-shadow:0 20px 56px rgba(0,0,0,.14);position:relative}.cc-home .frame-chrome{background:var(--graphite);padding:9px 14px;display:flex;align-items:center;gap:6px;border-bottom:1px solid hsla(0,0%,100%,.06)}.cc-home .frame-chrome .cp-dot{width:9px;height:9px}.cc-home .frame-chrome .cp-title{font-size:9.5px}.cc-home .frame-body{padding:22px;min-height:300px;display:flex;flex-direction:column}.cc-home .frame-cap{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--light-gray);text-align:center;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:7px}.cc-home .frame-cap:before{content:"▶";color:var(--orange);font-size:8px}.cc-home .ph-note{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--mid-gray);border:1px dashed hsla(0,0%,100%,.14);border-radius:var(--radius-pill);padding:3px 11px;align-self:center;margin-top:auto}.cc-home .code-block{background:var(--dark-surface);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-md);padding:16px 18px;font-family:var(--font-mono);font-size:12.5px;line-height:1.7;color:var(--light-gray);overflow:hidden}.cc-home .code-block .cmt{color:var(--mid-gray)}.cc-home .type-line{overflow:hidden;white-space:nowrap;border-right:2px solid var(--green);width:0;animation:cc-typing 3.4s steps(42) infinite;color:var(--bg-primary)}@keyframes cc-typing{0%{width:0}40%{width:100%}80%{width:100%}to{width:0}}.cc-home .code-block .attr{color:var(--yellow)}.cc-home .code-block .str{color:var(--green)}.cc-home .bubble-pop{margin-top:18px;align-self:flex-end;display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;font-family:var(--font-body);font-size:12px;font-weight:600;padding:9px 14px;border-radius:14px 14px 4px 14px;animation:cc-popIn 3.4s ease-in-out infinite}@keyframes cc-popIn{0%,45%{opacity:0;transform:scale(.6) translateY(8px)}55%,90%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.6)}}.cc-home .bubble-pop .b-dot{width:20px;height:20px;border-radius:50%;background:hsla(0,0%,100%,.25);display:flex;align-items:center;justify-content:center;font-size:11px}.cc-home .morph-widget{width:100%;max-width:280px;margin:0 auto;border-radius:var(--radius-lg);overflow:hidden;border:1px solid hsla(0,0%,100%,.12)}.cc-home .mw-head{padding:12px 15px;display:flex;align-items:center;gap:9px;animation:cc-mwHead 9s ease-in-out infinite}@keyframes cc-mwHead{0%,to{background:#e85a24}33%{background:#2b5ea7}66%{background:#2ebf6e}}.cc-home .mw-avatar{width:24px;height:24px;border-radius:50%;background:hsla(0,0%,100%,.25);flex-shrink:0}.cc-home .mw-title{color:#fff;font-family:var(--font-body);font-weight:700;font-size:13px}.cc-home .mw-body{background:var(--dark-surface);padding:15px}.cc-home .mw-msg{font-size:12px;color:var(--light-gray);background:var(--graphite);padding:9px 12px;border-radius:10px;margin-bottom:10px;line-height:1.5;max-width:85%}.cc-home .mw-msg.user{margin-left:auto;color:#fff;animation:cc-mwUser 9s ease-in-out infinite}@keyframes cc-mwUser{0%,to{background:#e85a24}33%{background:#2b5ea7}66%{background:#2ebf6e}}.cc-home .mw-input{display:flex;align-items:center;gap:8px;background:var(--charcoal);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-pill);padding:7px 8px 7px 14px;margin-top:4px}.cc-home .mw-input span{flex:1;font-size:11px;color:var(--mid-gray);font-family:var(--font-body)}.cc-home .mw-send{width:26px;height:26px;border-radius:50%;flex-shrink:0;animation:cc-mwUser 9s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.cc-home .mw-send svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cc-home .funnel{position:relative;height:280px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:0}.cc-home .funnel-files{position:absolute;top:0;left:0;right:0;height:150px}.cc-home .f-chip{position:absolute;display:inline-flex;align-items:center;gap:6px;background:var(--graphite);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-sm);padding:6px 10px;font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--bg-primary)}.cc-home .f-chip i{width:6px;height:6px;border-radius:50%;background:var(--yellow);animation:cc-pulse 1.5s infinite}.cc-home .f-chip.done i{background:var(--green);animation:none}.cc-home .f-chip.c1{left:4%;animation:cc-fall 6s ease-in 0s infinite}.cc-home .f-chip.c2{left:34%;animation:cc-fall 6s ease-in 1.2s infinite}.cc-home .f-chip.c3{left:66%;animation:cc-fall 6s ease-in 2.4s infinite}.cc-home .f-chip.c4{left:20%;animation:cc-fall 6s ease-in 3.6s infinite}.cc-home .f-chip.c5{left:52%;animation:cc-fall 6s ease-in 4.8s infinite}@keyframes cc-fall{0%{top:0;opacity:0}12%{opacity:1}70%{top:120px;opacity:1}85%,to{top:130px;opacity:0}}.cc-home .kb-box{width:100%;background:var(--dark-surface);border:1px solid rgba(46,191,110,.28);padding:16px;gap:12px;box-shadow:0 0 24px rgba(46,191,110,.08);position:relative;z-index:2}.cc-home .kb-box,.cc-home .kb-ico{border-radius:var(--radius-md);display:flex;align-items:center}.cc-home .kb-ico{width:40px;height:40px;background:rgba(46,191,110,.14);justify-content:center;flex-shrink:0}.cc-home .kb-ico svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-home .kb-txt{flex:1}.cc-home .kb-title{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--bg-primary)}.cc-home .kb-sub{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--green);margin-top:2px}.cc-home .kb-count{font-family:var(--font-display);font-weight:800;font-size:22px;color:var(--green)}.cc-home .embed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:700px){.cc-home .embed-grid{grid-template-columns:1fr}}.cc-home .embed-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;transition:all .25s;position:relative;overflow:hidden}.cc-home .embed-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(0,0,0,.06);border-color:var(--orange)}.cc-home .embed-mock{height:130px;background:var(--charcoal);border-radius:var(--radius-md);position:relative;overflow:hidden;margin-bottom:14px;border:1px solid hsla(0,0%,100%,.06)}.cc-home .em-page{position:absolute;inset:8px;display:flex;flex-direction:column;gap:5px}.cc-home .em-bar{height:5px;border-radius:3px;background:hsla(0,0%,100%,.08)}.cc-home .em-bar.sh{width:60%}.cc-home .em-bar.sh2{width:40%}.cc-home .em-bubble{position:absolute;bottom:10px;right:10px;width:30px;height:30px;border-radius:50%;background:var(--orange);animation:cc-float 3s ease-in-out infinite}@keyframes cc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.cc-home .em-inline{position:absolute;top:8px;right:8px;bottom:8px;width:44%;background:var(--dark-surface);border:1px solid hsla(0,0%,100%,.1);border-radius:6px}.cc-home .em-expand{position:absolute;left:8px;right:8px;top:34px;height:44px;background:var(--orange-glow);border:1px solid rgba(232,90,36,.4);border-radius:6px;animation:cc-expandPush 3.5s ease-in-out infinite}@keyframes cc-expandPush{0%,to{height:20px}50%{height:56px}}.cc-home .embed-name{font-family:var(--font-display);font-weight:700;font-size:16px;margin-bottom:4px}.cc-home .embed-desc{font-size:13.5px;color:var(--mid-gray);line-height:1.55}.cc-home .mono-panel{background:var(--dark-surface);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-md);padding:18px;font-family:var(--font-mono);font-size:12px;color:var(--light-gray);line-height:1.9}.cc-home .mono-panel .ok{color:var(--green)}.cc-home .mono-panel .warn{color:var(--red-signal)}.cc-home .mono-panel .muted{color:var(--mid-gray)}.cc-home .usage-table{width:100%;border-collapse:collapse;font-family:var(--font-mono);font-size:11.5px}.cc-home .usage-table th{text-align:left;color:var(--mid-gray);font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:9.5px;padding:8px 10px;border-bottom:1px solid hsla(0,0%,100%,.08)}.cc-home .usage-table td{padding:9px 10px;border-bottom:1px solid hsla(0,0%,100%,.05);color:var(--bg-primary)}.cc-home .usage-table td.cost{color:var(--green);font-weight:700}.cc-home .usage-table tr:last-child td{border-bottom:none}.cc-home .pricing{padding:92px 0;background:var(--bg-card);border-bottom:1px solid var(--border)}.cc-home .pricing-head{text-align:center;max-width:620px;margin:0 auto 48px}.cc-home .pricing-head .section-eyebrow{justify-content:center}.cc-home .price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:860px;margin:0 auto}@media (max-width:760px){.cc-home .price-grid{grid-template-columns:1fr}}.cc-home .price-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:34px 30px;position:relative;overflow:hidden;display:flex;flex-direction:column}.cc-home .price-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.cc-home .price-card.free:before{background:var(--green)}.cc-home .price-card.hosted:before{background:var(--orange)}.cc-home .price-tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:var(--radius-pill);margin-bottom:18px}.cc-home .price-card.free .price-tag{background:var(--green-soft);color:var(--green);border:1px solid rgba(46,191,110,.2)}.cc-home .price-card.hosted .price-tag{background:var(--orange-glow);color:var(--orange);border:1px solid rgba(232,90,36,.2)}.cc-home .price-name{font-size:24px;margin-bottom:6px;letter-spacing:-.5px}.cc-home .price-amount,.cc-home .price-name{font-family:var(--font-display);font-weight:800}.cc-home .price-amount{font-size:40px;line-height:1;margin-bottom:4px}.cc-home .price-amount small{font-family:var(--font-mono);font-size:13px;color:var(--mid-gray);font-weight:400;letter-spacing:.5px}.cc-home .price-sub{font-size:14px;color:var(--mid-gray);line-height:1.6;margin-bottom:22px;min-height:44px}.cc-home .price-feats{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:26px;flex:1}.cc-home .price-feats li{font-size:14px;color:var(--charcoal);display:flex;gap:10px;align-items:flex-start;line-height:1.5}.cc-home .price-feats li svg{width:16px;height:16px;stroke:var(--green);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.cc-home .price-note{font-family:var(--font-mono);font-size:10.5px;color:var(--light-gray);line-height:1.6;margin-top:14px;text-align:center}.cc-home .final-cta{background:var(--charcoal);color:var(--bg-primary);padding:92px 0;text-align:center;position:relative;overflow:hidden}.cc-home .final-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:var(--dot-gap) var(--dot-gap)}.cc-home .final-cta:after{content:"";position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:520px;height:520px;background:radial-gradient(circle,var(--orange-glow) 0,transparent 52%);pointer-events:none}.cc-home .final-inner{position:relative;z-index:1;max-width:660px;margin:0 auto}.cc-home .final-cta .section-eyebrow{color:var(--yellow);justify-content:center}.cc-home .final-cta .section-title{color:var(--bg-primary)}.cc-home .final-sub{font-size:18px;color:var(--light-gray);line-height:1.75;margin:14px auto 30px;max-width:560px}.cc-home .final-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cc-home .final-note{font-family:var(--font-mono);font-size:11px;color:var(--mid-gray);margin-top:22px;letter-spacing:.5px}.cc-home .footer{background:var(--charcoal);color:var(--light-gray);padding:40px 0;border-top:1px solid hsla(0,0%,100%,.06)}.cc-home .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cc-home .footer-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:18px;color:var(--bg-primary)}.cc-home .footer-links{display:flex;gap:22px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px}.cc-home .footer-links a{color:var(--light-gray)}.cc-home .footer-links a:hover{color:var(--yellow)}.cc-home .footer-soon{color:var(--mid-gray)}.cc-home .footer-legal{font-family:var(--font-mono);font-size:11px;color:var(--mid-gray);letter-spacing:.3px;width:100%;padding-top:20px;margin-top:20px;border-top:1px solid hsla(0,0%,100%,.06)}.cc-home .fade-in{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.cc-home .fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.cc-home .hero-layout{grid-template-columns:1fr;gap:44px}.cc-home .hero-illustration{max-width:460px}.cc-home .math-grid{grid-template-columns:1fr;gap:24px}.cc-home .compare-cell{font-size:12px}.cc-home .hero-proof{flex-wrap:wrap;gap:16px}.cc-home .proof-divider{display:none}}@media (prefers-reduced-motion:reduce){.cc-home *{animation:none!important}.cc-home .fade-in{opacity:1;transform:none;transition:none}.cc-home .type-line{width:100%;border-right:none}}