@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;0,14..32,900;1,14..32,400;1,14..32,700&display=swap";:root{--red:#f21815;--red-dim:#f2181514;--red-mid:#f2181526;--ink:#0d0d0d;--ink-60:#0d0d0d99;--ink-30:#0d0d0d4d;--ink-10:#0d0d0d0f;--white:#fff;--off-white:#f8f7f5;--surface:#f2f1ef;--border:#00000014;--nav-h:72px;--font:"Inter", -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--white);color:var(--ink);cursor:none;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}img{width:100%;display:block}.cursor-dot{background:var(--red);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{border:1px solid var(--ink-30);pointer-events:none;z-index:9998;border-radius:50%;width:40px;height:40px;position:fixed;transform:translate(-50%,-50%)}.nav{height:var(--nav-h);z-index:900;align-items:center;padding:0 3.5%;transition:background .4s,border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb}.nav-logo{letter-spacing:-.04em;align-items:center;gap:8px;font-size:1.3rem;font-weight:800;display:flex}.nav-center{flex:1;justify-content:center;gap:.25rem;display:flex}.nav-link{color:var(--ink-60);border-radius:100px;padding:.45rem 1.1rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s}.nav-link:hover{background:var(--ink-10);color:var(--ink)}.nav-right{align-items:center;gap:.75rem;display:flex}.btn-ghost{color:var(--ink);background:0 0;border-radius:100px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .2s}.btn-ghost:hover{background:var(--ink-10)}.btn-pill-red{background:var(--red);color:#fff;border-radius:100px;padding:.55rem 1.4rem;font-size:.9rem;font-weight:600;transition:opacity .2s,transform .2s}.btn-pill-red:hover{opacity:.88;transform:translateY(-1px)}.btn-pill-dark{background:var(--ink);color:#fff;border-radius:100px;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s}.btn-pill-dark:hover{opacity:.85;transform:translateY(-2px)}.btn-pill-gradient{color:#fff;background:linear-gradient(135deg,#fc7548,#f80637);border-radius:100px;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #f8063733}.btn-pill-gradient:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 8px 25px #f8063766}.btn-pill-outline{color:#000;border:1px solid var(--border);background:#fff;border-radius:100px;padding:.75rem 2.5rem;font-size:1rem;font-weight:500;transition:background .2s}.btn-pill-outline:hover{background:var(--ink-10)}.btn-pill-outline-white{color:#fff;background:0 0;border:1px solid #ffffff40;border-radius:100px;padding:.75rem 2.5rem;font-size:1rem;font-weight:500;transition:background .2s}.btn-pill-outline-white:hover{background:#ffffff1a}.hamburger{color:var(--ink);background:0 0;border:none;padding:.5rem;display:none}.wrap{width:100%;max-width:1320px;margin:0 auto;padding:0 3.5%}.wrap-xl{width:100%;max-width:1600px;margin:0 auto;padding:0 3.5%}.t-overline{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-60);font-size:.72rem;font-weight:700}.t-overline-red{letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-size:.72rem;font-weight:700}.t-display{letter-spacing:-.04em;font-size:clamp(3.5rem,7vw,7rem);font-weight:800;line-height:.95}.t-h1{letter-spacing:-.035em;font-size:clamp(2.8rem,5.5vw,5.5rem);font-weight:800;line-height:1}.t-h2{letter-spacing:-.03em;font-size:clamp(2rem,4vw,4rem);font-weight:700;line-height:1.05}.t-h3{letter-spacing:-.02em;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.t-h4{letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.t-body{color:var(--ink-60);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.65}.t-body-sm{color:var(--ink-60);font-size:.9rem;line-height:1.6}.t-stat{letter-spacing:-.04em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1}.t-red{color:var(--red)}.t-muted{color:var(--ink-30)}.rule{background:var(--border);width:100%;height:1px}.hero{min-height:100svh;padding-top:calc(var(--nav-h) + 4vh);align-items:center;padding-bottom:8vh;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-body{flex-direction:column;justify-content:center;display:flex}.hero-eyebrow{align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.live-dot{background:var(--red);border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulse}@keyframes pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.hero-heading{margin-bottom:1.5rem}.hero-sub{max-width:500px;color:var(--ink-60);margin-bottom:3rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-visuals{justify-content:center;align-items:center;gap:1.5rem;display:flex;position:relative}.phone-mockup{background:var(--white);border:6px solid var(--ink);width:200px;height:420px;box-shadow:var(--shadow-lg);border-radius:32px;flex-shrink:0;position:relative;overflow:hidden}.phone-mockup-inner{background:var(--surface);width:100%;height:100%;position:relative}.phone-header{z-index:2;color:#fff;align-items:center;gap:8px;display:flex;position:absolute;top:12px;left:12px}.phone-avatar{background:#ffffff80;border-radius:50%;width:24px;height:24px}.phone-name{font-size:.6rem;font-weight:600}.phone-live-badge{background:var(--red);color:#fff;border-radius:4px;padding:2px 4px;font-size:.5rem;font-weight:800}.phone-bottom-ui{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;color:#fff;background:#0006;border-radius:12px;padding:8px;position:absolute;bottom:16px;left:12px;right:12px}.phone-product{align-items:center;gap:8px;margin-bottom:8px;display:flex}.phone-product-img{background:#fff3;border-radius:4px;width:32px;height:32px}.phone-product-info{flex:1}.phone-product-title{margin-bottom:2px;font-size:.55rem;font-weight:600}.phone-product-price{font-size:.5rem}.phone-buy-btn{color:#000;background:#fff;border-radius:100px;padding:4px 8px;font-size:.5rem;font-weight:700}.hero-phone-1{z-index:1;opacity:.8;transform:translateY(40px)}.hero-phone-1-img{z-index:1;opacity:1;filter:drop-shadow(0 30px 50px #00000038);border-radius:0;width:220px;height:auto;display:block;transform:translateY(40px)}.hero-phone-2{z-index:3;transform:translateY(0)scale(1.05);box-shadow:0 25px 50px -12px #00000040}.hero-phone-2-img{z-index:3;opacity:1;filter:drop-shadow(0 35px 60px #0000004d);border-radius:0;width:240px;height:auto;display:block;transform:translateY(0)scale(1.05)}.hero-phone-3{z-index:2;opacity:.9;transform:translateY(20px)}.tiktok-badge{background:var(--white);z-index:10;border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;bottom:10px;left:-30px;box-shadow:0 10px 30px #0000001a}.tiktok-badge-text{width:100%;height:100%;animation:15s linear infinite spin;position:absolute}.tiktok-badge-text svg{width:100%;height:100%}.tiktok-badge-icon{justify-content:center;align-items:center;width:48px;height:48px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.video-marquee{background:var(--surface);padding:4rem 0 6rem;position:relative;overflow:hidden}.video-marquee-intro{text-align:center;padding-bottom:3rem}.video-marquee:before,.video-marquee:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.video-marquee:before{background:linear-gradient(to right, var(--surface), transparent);left:0}.video-marquee:after{background:linear-gradient(to left, var(--surface), transparent);right:0}.video-marquee-track{gap:1.5rem;width:max-content;animation:40s linear infinite marquee;display:flex}.video-marquee-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.video-card{background:var(--ink);border-radius:24px;flex-shrink:0;width:280px;height:500px;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.video-card-bg{object-fit:cover;width:100%;height:100%;transition:transform .6s}.video-card:hover .video-card-bg{transform:scale(1.05)}.video-card-overlay{pointer-events:none;background:linear-gradient(#0003 0%,#0000 25%,#0006 60%,#000000d9 100%);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:absolute;inset:0}.video-card-top{justify-content:space-between;align-items:flex-start;display:flex}.video-host-pill{-webkit-backdrop-filter:blur(8px);color:#fff;background:#fff3;border-radius:100px;align-items:center;gap:.5rem;padding:4px 12px 4px 4px;font-size:.8rem;font-weight:600;display:flex;box-shadow:0 4px 12px #0000001a}.video-host-pill img{object-fit:cover;border-radius:50%;width:24px;height:24px}.video-live-indicator{color:#fff;letter-spacing:.05em;background:#ff2b51;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:800;display:flex;box-shadow:0 4px 12px #ff2b5166}.video-live-indicator .dot{background:#fff;border-radius:50%;width:4px;height:4px;animation:1s infinite pulse}.video-card-bottom{flex-direction:column;gap:.5rem;display:flex}.video-stream-title{color:#fff;text-shadow:0 2px 4px #0000004d;font-size:1.1rem;font-weight:700;line-height:1.2}.video-viewers{color:#ffffffe6;align-items:center;gap:4px;margin-bottom:.25rem;font-size:.8rem;font-weight:500;display:flex}.video-urgency{color:#fff;letter-spacing:.03em;background:#fc7548eb;border-radius:100px;align-items:center;gap:4px;margin-bottom:.5rem;padding:3px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.video-product-card{-webkit-backdrop-filter:blur(12px);pointer-events:auto;cursor:pointer;background:#fffffff2;border-radius:12px;align-items:center;gap:.75rem;padding:.5rem;transition:transform .2s;display:flex;box-shadow:0 10px 20px #00000026}.video-product-card:hover{transform:translateY(-2px)}.video-product-card>img{object-fit:cover;border-radius:8px;width:48px;height:48px}.video-product-info{flex:1}.vp-name{color:var(--ink);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:2px;font-size:.8rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.vp-price{color:#fc7548;font-size:.85rem;font-weight:800}.vp-buy-btn{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;transition:background .2s}.vp-buy-btn:hover{background:#000}.ticker-wrap{background:var(--ink);white-space:nowrap;padding:1.25rem 0;overflow:hidden}.ticker-track{animation:25s linear infinite ticker;display:inline-flex}.ticker-item{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:1.5rem;padding:0 2.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.ticker-sep{background:var(--red);border-radius:50%;flex-shrink:0;width:4px;height:4px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.solutions{background:var(--off-white);padding:15vh 0;position:relative}.sol-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.eco-minimal-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;margin-top:4rem;display:grid}.eco-list{border-top:1px solid var(--border);flex-direction:column;display:flex}.eco-list-item{border-bottom:1px solid var(--border);cursor:pointer;color:var(--ink-60);padding:2.5rem 0;transition:color .3s}.eco-list-item.active{color:var(--ink)}.eco-list-header{align-items:baseline;gap:2rem;display:flex}.eco-num{font-family:monospace;font-size:1rem;font-weight:600}.eco-title{letter-spacing:-.03em;margin:0;font-size:2.5rem;font-weight:700;transition:transform .3s}.eco-list-item.active .eco-title{transform:translate(10px)}.eco-desc{color:var(--ink-60);padding-top:1rem;padding-left:calc(2rem + 15px);font-size:1.1rem;line-height:1.6;overflow:hidden}.eco-visual{border-radius:24px;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000f}.eco-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.mini-dash{background:var(--ink);border-radius:16px;flex-direction:column;width:100%;height:100%;padding:2rem;display:flex}.dash-row{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dash-cell{background:#ffffff0f;border-radius:12px;padding:1.5rem}.dash-val{color:#fff;letter-spacing:-.02em;font-size:2rem;font-weight:700}.dash-lbl{text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-top:.5rem;font-size:.75rem}.chart-bars{align-items:flex-end;gap:6px;height:120px;margin-top:auto;display:flex}.chart-bar{background:#ffffff1f;border-radius:4px 4px 0 0;flex:1}.chart-bar.hot{background:var(--red)}.table-rows{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.table-row{color:#fff9;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.9rem;display:flex}.table-row-dot{background:#27c93f;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:.75rem;display:inline-block}.table-row-val{color:#fff;font-weight:600}.talent-grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:1rem;height:100%;display:grid}.talent-cell{background:var(--surface);border-radius:12px;position:relative;overflow:hidden}.talent-cell img{object-fit:cover;width:100%;height:100%}.talent-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:600;position:absolute;bottom:12px;left:12px}.expertise{background:var(--ink);color:#fff;padding:12vh 0}.expertise-header{align-items:flex-start;gap:6rem;margin-bottom:5rem;display:flex}.expertise-title{flex:none;max-width:440px}.expertise-desc{max-width:400px;padding-top:.5rem}.expertise-grid{background:#ffffff12;border:1px solid #ffffff12;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1.5px;display:grid;overflow:hidden}.exp-item{background:var(--ink);cursor:default;padding:2.5rem 2rem;transition:background .3s;position:relative}.exp-item:hover{background:#1a1a1a}.exp-item.active{background:#181818}.exp-num{color:#ffffff40;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.7rem;font-weight:700}.exp-icon{background:var(--red-mid);border:1px solid #f2181533;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1.5rem;display:flex}.exp-title{color:#fff;margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.exp-desc{color:#ffffff73;font-size:.875rem;line-height:1.6}.process{background:var(--white);padding:12vh 0}.process-intro{text-align:center;max-width:820px;margin:0 auto 6rem}.process-intro h2{margin-bottom:1.5rem}.process-intro p{color:var(--ink-60)}.process-steps{border:1px solid var(--border);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.process-step{border-right:1px solid var(--border);padding:2.5rem 1.75rem;transition:background .3s;position:relative}.process-step:last-child{border-right:none}.process-step:hover{background:var(--off-white)}.step-num{letter-spacing:-.05em;color:var(--ink-10);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1}.step-tag{text-transform:uppercase;letter-spacing:.12em;color:var(--red);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:flex}.step-tag:before{content:"";background:var(--red);width:16px;height:2px;display:block}.step-heading{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.2}.step-body{color:var(--ink-60);font-size:.85rem;line-height:1.65}.step-visual{background:var(--surface);border-radius:10px;justify-content:center;align-items:center;height:100px;margin-top:2.5rem;display:flex;overflow:hidden}.hosts{background:var(--off-white);padding:12vh 0;position:relative;overflow:hidden}.hosts-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.hosts-header h2{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3rem;font-weight:800}.hosts-header h2 em{color:var(--red);font-style:normal}.hosts-header p{max-width:500px;color:var(--ink-60);margin:0 auto;font-size:1.1rem;line-height:1.6}.hosts-marquee-container{width:100vw;margin-left:50%;position:relative;transform:translate(-50%)}.hosts-marquee-container:before,.hosts-marquee-container:after{content:"";z-index:2;pointer-events:none;width:15vw;position:absolute;top:0;bottom:0}.hosts-marquee-container:before{background:linear-gradient(to right, var(--off-white), transparent);left:0}.hosts-marquee-container:after{background:linear-gradient(to left, var(--off-white), transparent);right:0}.hosts-marquee-track{gap:1.5rem;width:max-content;animation:35s linear infinite marquee-hosts;display:flex}.hosts-marquee-track:hover{animation-play-state:paused}@keyframes marquee-hosts{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.host-card{cursor:pointer;background:#000;border-radius:20px;flex-shrink:0;width:240px;height:360px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.host-card img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform .6s,opacity .3s}.host-card:hover img{opacity:1;transform:scale(1.05)}.host-gradient{pointer-events:none;background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.host-live{background:var(--red);color:#fff;letter-spacing:.05em;text-transform:uppercase;z-index:2;border-radius:4px;align-items:center;gap:5px;padding:3px 8px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:1rem;left:1rem}.host-live-dot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.4s infinite pulse}.host-tag{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.04em;text-transform:uppercase;z-index:2;background:#ffffff26;border:1px solid #fff3;border-radius:100px;padding:3px 8px;font-size:.62rem;font-weight:700;position:absolute;top:3.2rem;left:1rem}.host-info{pointer-events:none;z-index:2;padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.host-name{color:#fff;letter-spacing:-.02em;margin-bottom:2px;font-size:1.25rem;font-weight:800}.host-niche{color:var(--red);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.hosts-footer{text-align:center;margin-top:4rem}.metrics{background:var(--white);padding:12vh 0}.metrics-grid{grid-template-columns:1fr 1fr;display:grid;position:relative}.metric-item{text-align:center;border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;align-items:center;padding:5rem 4rem;display:flex}.metric-item:nth-child(2n){border-right:none}.metric-item:nth-last-child(-n+2){border-bottom:none}.metric-icon{background:var(--surface);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:2rem;display:flex}.metric-title{letter-spacing:-.02em;color:var(--ink);max-width:450px;margin-bottom:1.25rem;font-size:1.85rem;font-weight:800;line-height:1.25}.metric-desc{color:var(--ink-60);max-width:450px;font-size:1.05rem;line-height:1.6}.testimonials{background:var(--surface);padding:12vh 0}.testi-header{justify-content:space-between;align-items:center;margin-bottom:3.5rem;display:flex}.testi-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;gap:2rem;padding-bottom:2rem;display:flex;overflow-x:auto}.testi-carousel::-webkit-scrollbar{display:none}.testi-card{scroll-snap-align:center;background:var(--white);border-radius:32px;flex:0 0 85%;align-items:stretch;max-width:1000px;min-height:440px;display:flex;box-shadow:0 10px 40px #0000000a}.testi-content{flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.testi-logo{letter-spacing:-.05em;color:var(--ink);margin-bottom:2rem;font-size:1.8rem;font-weight:900}.testi-quote{color:var(--ink-60);margin-bottom:2.5rem;font-size:1.15rem;font-weight:400;line-height:1.7}.testi-author{color:var(--ink-60);align-items:center;gap:1rem;margin-bottom:2rem;font-size:.95rem;display:flex}.testi-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:52px;height:52px}.testi-author-text{flex-direction:column;display:flex}.testi-author strong{color:var(--ink);margin-bottom:.2rem;font-weight:700}.testi-author span{color:var(--ink-60);font-size:.875rem}.testi-read-btn{border:1px solid var(--border);color:#1c1c3f;background:0 0;border-radius:100px;align-self:flex-start;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.testi-read-btn:hover{background:var(--surface)}.testi-visual{border-radius:180px 32px 32px 180px;flex-shrink:0;width:42%;margin:1px;overflow:hidden}.testi-visual img{object-fit:cover;width:100%;height:100%}.testi-nav{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.testi-arr{border:1px solid var(--border);color:#1c1c3f;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s,color .2s;display:flex}.testi-arr:hover{color:#fff;background:#1c1c3f;border-color:#1c1c3f}.platform-intel{background:#0d0d14;padding:10vh 0 12vh;position:relative;overflow:hidden}.platform-intel:before{content:"";pointer-events:none;background:radial-gradient(circle,#fc754812 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.pi-header{margin-bottom:4rem}.pi-bento{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.pi-bento{grid-template-columns:1fr 1fr}}@media (width<=640px){.pi-bento{grid-template-columns:1fr}}.pi-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;transition:border-color .3s,transform .3s;display:flex}.pi-card:hover{border-color:#fc754859;transform:translateY(-4px)}.pi-card-label{align-items:center;display:flex}.pi-pill{letter-spacing:.1em;text-transform:uppercase;color:#fc7548;background:#fc754826;border:1px solid #fc754840;border-radius:100px;padding:4px 10px;font-size:.65rem;font-weight:700}.pi-card-title{color:#fff;letter-spacing:-.02em;font-size:1.4rem;font-weight:700;line-height:1.2}.pi-card-desc{color:#ffffff73;font-size:.9rem;line-height:1.65}.pi-card-visual{background:#0000004d;border:1px solid #ffffff12;border-radius:14px;margin-top:auto;padding:1.25rem}.pi-ai-row{flex-direction:column;gap:.65rem;margin-bottom:1rem;display:flex}.pi-ai-bar-wrap{align-items:center;gap:.6rem;display:flex}.pi-ai-label{color:#ffffff80;flex-shrink:0;width:72px;font-size:.72rem}.pi-ai-bar{background:#ffffff14;border-radius:100px;flex:1;height:6px;overflow:hidden}.pi-ai-fill{border-radius:100px;height:100%;transition:width 1.2s}.pi-ai-val{color:#ffffffb3;text-align:right;width:30px;font-size:.72rem;font-weight:700}.pi-ai-suggestion{color:#ffffffbf;background:#fc75481a;border:1px solid #fc754833;border-radius:10px;align-items:flex-start;gap:8px;padding:.65rem .85rem;font-size:.78rem;line-height:1.45;display:flex}.pi-ai-dot{background:#fc7548;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:3px;animation:1.4s infinite pulse}.pi-stat-row{gap:.75rem;margin-bottom:1.25rem;display:flex}.pi-stat-box{text-align:center;background:#ffffff0d;border-radius:10px;flex:1;padding:.75rem .5rem}.pi-stat-num{letter-spacing:-.03em;margin-bottom:4px;font-size:1.15rem;font-weight:800}.pi-stat-lbl{color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;font-size:.62rem}.pi-chart-mock{align-items:flex-end;gap:5px;height:60px;margin-bottom:.5rem;display:flex}.pi-chart-bar{background:linear-gradient(#fc75484d,#fc7548);border-radius:4px 4px 0 0;flex:1;min-height:6px}.pi-chart-label{color:#ffffff40;text-align:center;font-size:.65rem}.pi-affiliate-row{align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.pi-aff-avatar{color:#fff;background:linear-gradient(135deg,#fc7548,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.pi-aff-info{flex:1;min-width:0}.pi-aff-name{color:#ffffffd9;margin-bottom:5px;font-size:.8rem;font-weight:600}.pi-aff-bar{background:#ffffff14;border-radius:100px;height:5px;overflow:hidden}.pi-aff-fill{background:linear-gradient(90deg,#fc7548,#a78bfa);border-radius:100px;height:100%}.pi-aff-stats{text-align:right;flex-shrink:0}.pi-aff-rev{color:#34d399;font-size:.85rem;font-weight:700}.pi-aff-sales{color:#ffffff4d;font-size:.65rem}.pi-aff-footer{color:#ffffff4d;text-align:center;letter-spacing:.03em;border-top:1px solid #ffffff12;margin-top:.5rem;padding-top:.75rem;font-size:.68rem}.closing-cta{background:var(--ink);padding:12vh 0}.closing-cta-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.closing-cta-heading{color:#fff;max-width:780px;margin-bottom:1.5rem}.closing-cta-heading em{color:#fc7548;font-style:italic}.closing-cta-sub{color:#ffffff80;max-width:440px;margin-bottom:2.5rem}.closing-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{background:var(--ink);color:#fff;padding:8rem 0 4rem}.footer-main{justify-content:space-between;gap:4rem;margin-bottom:6rem;display:flex}.footer-brand{flex:1}.footer-tagline{color:#fff6;max-width:320px;margin-top:1.5rem;font-size:.95rem;line-height:1.6}.footer-nav{flex-wrap:wrap;gap:4rem;display:flex}.footer-col{flex-direction:column;gap:.75rem;min-width:120px;display:flex}.footer-label{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-col a{color:#ffffff80;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{color:#ffffff4d;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2.5rem;font-size:.85rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:inherit;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#fff}@media (width<=1100px){.bento{grid-template-columns:1fr}.bento-main{grid-row:auto;min-height:400px}.expertise-grid{grid-template-columns:repeat(2,1fr)}.expertise-header{flex-direction:column;gap:2rem}.eco-minimal-layout{grid-template-columns:1fr;gap:3rem}.eco-visual{order:-1;height:400px}.eco-title{font-size:2rem}}@media (width<=768px){.nav-center,.nav-right{display:none}.hamburger{display:flex}.solutions-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.process-steps{grid-template-columns:1fr 1fr}.process-step{border-right:none;border-bottom:1px solid var(--border)}.process-step:last-child{border-bottom:none}.testi-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.testi-card{flex-direction:column;min-height:auto}.testi-visual{border-radius:0 0 32px 32px;width:100%;height:280px;margin:0}.testi-content{padding:2.5rem}.expertise-grid,.metrics-grid{grid-template-columns:1fr}.metric-item{border-right:none;border-bottom:1px solid var(--border);padding:3rem 1.5rem}.metric-item:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.metric-item:last-child{border-bottom:none}.hero-stats{gap:2rem}.footer-main{flex-direction:column;gap:3rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-legal{flex-wrap:wrap;gap:1.25rem}.cursor-dot,.cursor-ring{display:none}body{cursor:auto}}@media (width<=480px){.process-steps{grid-template-columns:1fr}}
