@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--primary-red:#c41e3a;--accent-gold:#d4af37;--deep-charcoal:#0d0d0d;--slate:#1a1a1a;--text-primary:#fff;--text-secondary:#a8a8a8}body{background:var(--deep-charcoal);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}nav{backdrop-filter:blur(20px);z-index:1000;background:#0d0d0dd9;border-bottom:1px solid #ffffff0f;width:100%;padding:1.75rem 0;transition:all .4s;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:0 4rem;display:flex}.logo-container{cursor:pointer;flex-direction:column;gap:.25rem;display:flex}.logo-main{letter-spacing:-1px;color:#fff;font-size:2rem;font-weight:900}.logo-sub{letter-spacing:2px;color:var(--primary-red);font-size:.5rem;font-weight:600}.logo-img{object-fit:contain;width:auto;height:75px;display:block}.footer-logo-img{object-fit:contain;width:auto;height:90px;margin-bottom:1.5rem;display:block}.nav-links{align-items:center;gap:4rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:hover{color:var(--text-primary)}.nav-links a.active{color:var(--text-primary);font-weight:600}.nav-links a:after{content:"";background:var(--primary-red);width:0;height:1px;transition:width .3s;position:absolute;bottom:-8px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{background:var(--primary-red);color:var(--text-primary);letter-spacing:.5px;text-transform:uppercase;border:1px solid var(--primary-red);border-radius:2px;padding:.875rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-cta:hover{color:var(--primary-red);background:0 0}.fade-in{opacity:1;transition:opacity .8s,transform .8s;transform:translateY(0)}.fade-in.visible{opacity:1;transform:translateY(0)}.mobile-menu-toggle{cursor:pointer;padding:.5rem;display:none;appearance:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:none!important}.mobile-menu-toggle span{background:#fff;width:28px;height:2px;margin:6px 0;display:block}.mobile-menu{backdrop-filter:blur(20px);z-index:999;background:#0d0d0dfa;border-bottom:1px solid #ffffff0f;width:100%;padding:2rem 0;display:none;position:fixed;top:90px;left:0}.mobile-menu.active{display:block}.mobile-menu a{color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;padding:1rem 4rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.mobile-menu a:hover{color:var(--text-primary);background:#ffffff05}.hero-cinematic-legacy{display:none}.hero:before{content:"";filter:blur(100px);background:radial-gradient(circle,#c41e3a1f 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-30%;right:-10%}.hero-container{z-index:1;max-width:1600px;margin:0 auto;padding:0 4rem;position:relative}.hero-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:2rem;font-size:.875rem;font-weight:600}.hero h1{letter-spacing:-3px;max-width:1100px;margin-bottom:2rem;font-size:5.5rem;font-weight:300;line-height:1.1}.hero h1 strong{font-weight:700}.hero h1 .accent{color:var(--primary-red)}.hero-description{color:var(--text-secondary);max-width:750px;margin-bottom:3rem;font-size:1.3rem;font-weight:300;line-height:1.8}.primary-btn{background:var(--primary-red);color:var(--text-primary);letter-spacing:1px;text-transform:uppercase;border:1px solid var(--primary-red);border-radius:2px;padding:1.5rem 3.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-block}.primary-btn:hover{color:var(--primary-red);background:0 0;transform:translateY(-2px)}.section{padding:10rem 0;position:relative}.section-container{max-width:1600px;margin:0 auto;padding:0 4rem;position:relative}.section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.logo-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;justify-content:center;align-items:center;padding:1rem 1.5rem;transition:all .3s;display:flex}.logo-card:hover{border-color:#c41e3a4d;transform:translateY(-3px)}.logo-card img{opacity:.7;filter:brightness(1.2);object-fit:contain;max-width:140px;max-height:32px}.stats-section{background:#c41e3a08;border-top:1px solid #c41e3a1a;border-bottom:1px solid #c41e3a1a;padding:5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1100px;margin:0 auto;display:grid}.stat-item h3{color:var(--primary-red);letter-spacing:-1px;margin-bottom:.5rem;font-size:3rem;font-weight:700}.stat-item p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.cta-section{padding:8rem 0}.cta-box{text-align:center;background:linear-gradient(135deg,#1a1a1af2,#262626cc);border:1px solid #c41e3a40;max-width:900px;margin:0 auto;padding:5rem}.cta-box h2{letter-spacing:-1.5px;margin-bottom:1.25rem;font-size:3rem;font-weight:300}.cta-box h2 strong{font-weight:700}.cta-box p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}footer{background:#0d0d0de6;border-top:1px solid #ffffff0f;padding:6rem 0}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1600px;margin:0 auto;padding:0 4rem;display:grid}.footer-brand{max-width:400px}.footer-logo{margin-bottom:2rem}.footer-logo-main{letter-spacing:-1px;font-size:2.5rem;font-weight:900}.footer-logo-sub{letter-spacing:2px;color:var(--primary-red);font-size:.6rem;font-weight:600}.footer-brand p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.cert-badges{gap:1rem;display:flex}.cert-badge{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;padding:.5rem 1rem;font-size:.75rem}.footer-links h4{letter-spacing:1px;text-transform:uppercase;color:var(--text-primary);margin-bottom:2rem;font-size:.875rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:1rem}.footer-links a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{text-align:center;border-top:1px solid #ffffff0f;max-width:1600px;margin:4rem auto 0;padding:4rem 4rem 0}.footer-bottom p{color:var(--text-secondary);font-size:.875rem}@media (width<=1200px){.hero h1{font-size:3.5rem}.nav-links{display:none}.mobile-menu-toggle{display:block}.footer-container{grid-template-columns:1fr 1fr}}html{scroll-behavior:smooth;overflow-x:hidden}@media (width<=1200px){.nav-links{display:none}.mobile-menu-toggle{display:block}.hero{min-height:auto}.footer-container{grid-template-columns:1fr 1fr}}@media (width<=768px){*{-webkit-text-size-adjust:100%}body{overflow-x:hidden}img{max-width:100%;height:auto}nav{padding:.6rem 0}nav.scrolled{padding:.5rem 0}.nav-container{padding:0 1rem}.logo-main{font-size:1.75rem}.logo-sub{letter-spacing:1.5px;font-size:.4rem}.nav-cta{letter-spacing:.5px;padding:.5rem 1rem;font-size:.65rem}.logo-img{height:55px!important}.footer-logo-img{height:75px!important}.mobile-menu{top:55px}.mobile-menu a{padding:.85rem 1.5rem;font-size:.85rem}.hero{background-attachment:scroll!important;min-height:auto!important;margin-top:55px!important;padding:4rem 0 3rem!important}.hero-container{grid-template-columns:1fr!important;gap:2rem!important;padding:0 1.5rem!important}.hero h1{letter-spacing:-1.5px!important;margin-bottom:1.5rem!important;font-size:2.75rem!important;font-weight:300!important;line-height:1.1!important}.hero-eyebrow{letter-spacing:2.5px!important;margin-bottom:1.25rem!important;font-size:.7rem!important}.hero-description,.hero-tagline,.hero p{max-width:90%!important;margin-bottom:1.75rem!important;font-size:.95rem!important;line-height:1.6!important}.hero-visual{display:none!important}.hero-ctas{flex-direction:column;gap:.75rem}.primary-btn{text-align:center;letter-spacing:1.2px!important;padding:1rem 2rem!important;font-size:.75rem!important}.section-eyebrow{letter-spacing:2.5px!important;margin-bottom:.75rem!important;font-size:.6rem!important}.section-header{margin-bottom:2rem!important}.section-header h2{letter-spacing:-1px!important;margin-bottom:.75rem!important;font-size:2rem!important;font-weight:300!important}.section-header p{color:var(--text-secondary)!important;font-size:.88rem!important;line-height:1.6!important}.section-container,.diff-container,.cta-box{padding-left:1.5rem!important;padding-right:1.5rem!important}.differentiator,.carrier-network,.cst-section,.tech-section,.cst-experience,.opportunities,.testimonials,[data-parallax-bg]{background-attachment:scroll!important}.section,.services,.differentiator,.carrier-network,.testimonial,.cta-section,.benefits,.opportunities,.testimonials,.cst-section,.commission-section,.tech-section,.turvo-section,.why-section,.cst-experience,section.section{padding:3.5rem 0!important}h2[style*="font-size:4.5rem"],h2[style*=font-size\:4rem],h2[style*="font-size:3.5rem"],h2[style*=font-size\:3rem]{letter-spacing:-.5px!important;margin-bottom:1rem!important;font-size:1.85rem!important}h2[style*=margin-bottom\:6rem],h2[style*=margin-bottom\:5rem],h2[style*=margin-bottom\:4rem],h2[style*=margin-bottom\:3rem]{margin-bottom:1.25rem!important}p[style*=margin-bottom\:6rem],p[style*=margin-bottom\:5rem],p[style*=margin-bottom\:4rem]{margin-bottom:1.5rem!important}p[style*="font-size:1.3rem"],p[style*="font-size:1.2rem"]{font-size:.95rem!important;line-height:1.65!important}[style*="grid-template-columns:repeat(3"],[style*="grid-template-columns:repeat(4"]{grid-template-columns:1fr!important;gap:.75rem!important}[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:1.5rem!important}[style*="grid-template-columns:repeat(2,1fr)"][style*="gap:2.5rem"]{grid-template-columns:1fr!important;gap:1.25rem!important}[style*=gap\:4rem]{gap:1.5rem!important}[style*=gap\:3rem]{gap:1rem!important}[style*=margin-top\:4rem]{margin-top:1.5rem!important}[style*=padding\:5rem],[style*=padding\:4rem],[style*="padding:3.5rem"]{padding:1.75rem 1.25rem!important}[style*="padding:2.5rem 2rem"]{padding:1.25rem 1rem!important}[style*=font-size\:2rem]{font-size:1.35rem!important}[style*="font-size:0.95rem"][style*="line-height:1.8"]{font-size:.85rem!important;line-height:1.6!important}[style*="font-size:1.1rem"][style*="line-height:1.7"]{font-size:.88rem!important}.benefit-card,.opp-card,.cst-card,.tech-card,.why-card,.commission-card,.service-card{padding:1.5rem 1.25rem!important}.benefit-card h3,.opp-card h3,.service-card h3{margin-bottom:.5rem!important;font-size:1.2rem!important}.benefit-card p,.opp-card p,.service-card p{margin-bottom:1rem!important;font-size:.88rem!important;line-height:1.6!important}.cst-card h4{margin-bottom:.5rem!important;font-size:1.1rem!important}.cst-card p{font-size:.88rem!important;line-height:1.55!important}.benefit-icon{border-radius:8px!important;width:45px!important;height:45px!important;margin-bottom:.75rem!important}.benefit-icon svg{width:20px!important;height:20px!important}.benefits-grid,.opp-grid,.testimonial-grid,.cst-grid,.tech-grid,.tech-grid.three,.tech-grid.two,.commission-grid,.why-grid,.services-grid{grid-template-columns:1fr!important;gap:.75rem!important}.cst-grid{margin-bottom:1.5rem!important}.stats-grid,.stats-ribbon-inner{grid-template-columns:1fr 1fr!important;gap:0!important;padding:0!important}.stat-box,.stat-cell{text-align:center;padding:1.25rem 1rem!important}.stat-big,.stat-cell h3{margin-bottom:.25rem!important;font-size:1.5rem!important}.stat-label,.stat-cell p{letter-spacing:1px!important;font-size:.6rem!important}.stat-cell .stat-detail{font-size:.75rem!important}.stats-showcase{padding:2rem 0!important}.brands-ticker{padding:1.25rem 0!important}.brands-ticker p{margin-bottom:1rem!important;font-size:.6rem!important}.ticker-item{flex-shrink:0!important;min-width:70px!important;height:30px!important}.ticker-item img{object-fit:contain!important;width:auto!important;max-width:90px!important;height:100%!important;display:block!important}.ticker-content{gap:2.5rem!important}[style*="grid-template-columns:repeat(4,1fr)"][style*="gap:0.75rem"]{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}[style*=height\:55px]{height:45px!important}[style*=height\:55px] img{max-width:70px!important;max-height:24px!important}.diff-content h2{font-size:1.85rem!important}.diff-content p{font-size:.92rem!important}.diff-features{grid-template-columns:1fr!important;gap:.5rem!important;margin-top:1.5rem!important;padding-top:1.5rem!important}.diff-features li{padding:1.25rem!important;font-size:.88rem!important}.diff-features li strong{font-size:.88rem!important}.testimonial-card{padding:2rem 1.5rem!important}.testimonial-quote{margin-bottom:1.75rem!important;font-size:1.05rem!important;line-height:1.7!important}.testimonial-inner .testimonial-quote{font-size:1.15rem!important}.author-initial{width:44px!important;height:44px!important;font-size:1.1rem!important}.author-info h4{font-size:.95rem!important}.author-info p{font-size:.8rem!important}.cta-section{padding:4rem 0!important}.cta-box h2{margin-bottom:1rem!important;font-size:2rem!important}.cta-box p{font-size:.95rem!important;line-height:1.7!important}.cta-section .primary-btn{padding:1rem 2rem!important;font-size:.75rem!important}.cta-inner{margin:0 1rem!important;padding:2.5rem 1.5rem!important}.cta-inner h2{font-size:1.75rem!important}.cta-inner>p{font-size:.92rem!important}footer{padding:3rem 0!important}.footer-container{grid-template-columns:1fr!important;gap:2rem!important;padding:0 1.5rem!important}.footer-logo-main{font-size:2rem!important}.footer-logo-sub{font-size:.5rem!important}.footer-brand p{font-size:.88rem!important;line-height:1.7!important}.footer-links h4{margin-bottom:.75rem!important;font-size:.8rem!important}.footer-links a{font-size:.85rem!important}.footer-links li{color:var(--text-secondary)!important;margin-bottom:.5rem!important;font-size:.85rem!important}.footer-bottom{margin-top:2rem!important;padding:1.5rem 1.5rem 0!important}.footer-bottom p{font-size:.75rem!important}.cert-badges{gap:.5rem!important}.cert-badge{padding:.4rem .75rem!important;font-size:.7rem!important}}@media (width<=480px){.hero h1{font-size:2.1rem!important}h2[style*="font-size:4.5rem"],h2[style*=font-size\:4rem],h2[style*="font-size:3.5rem"],h2[style*=font-size\:3rem],.section-header h2,.diff-content h2,.cta-box h2{font-size:1.6rem!important}}.hero{min-height:auto;margin-top:90px;padding:0}.hero-cinematic{background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:85vh;margin-top:90px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0d0d0deb 0%,#0d0d0db3 45%,#0d0d0d33 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1600px;margin:0 auto;padding:0 4rem;position:relative}.hero-cinematic h1{letter-spacing:-3px;max-width:700px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:300;line-height:1.08}.hero-cinematic h1 strong{font-weight:700}.hero-sub{color:#ffffffa6;max-width:550px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.hero-tag{color:#ffffff80;letter-spacing:2px;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.65rem;font-weight:500;display:inline-flex}.hero-tag span{background:var(--primary-red);border-radius:50%;width:5px;height:5px}.tool-section{background:linear-gradient(#c41e3a0a 0%,#0000 100%);border-top:1px solid #c41e3a14;border-bottom:1px solid #c41e3a14;padding:6rem 0}.tool-card{background:linear-gradient(145deg,#141414f2,#1e1e1ee6);border:1px solid #c41e3a26;border-radius:4px;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 60px #c41e3a0f,0 4px 24px #0000004d}.tool-card:before{content:"";background:linear-gradient(90deg,#0000,#c41e3a,gold,#c41e3a,#0000);height:3px;position:absolute;top:0;left:0;right:0}.tool-header{text-align:center;padding:2.5rem 3rem 0}.tool-header h3{letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.8rem;font-weight:400}.tool-header h3 strong{color:var(--primary-red);font-weight:700}.tool-header p{color:var(--text-secondary);font-size:.85rem}.tool-body{padding:2rem 3rem 3rem}.tool-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.tool-select{width:100%;color:var(--text-primary);appearance:none;background:#ffffff08 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 5 5-5' stroke='%23737373' fill='none' stroke-width='1.5'/%3E%3C/svg%3E") right 14px center no-repeat;border:1px solid #ffffff1a;border-radius:2px;outline:none;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem}.tool-select:focus{border-color:#c41e3a66}.tool-select option{color:#e8e8e8;background:#1a1a1a;padding:.5rem}.tool-select option:checked{color:#fff;background:#c41e3a}.tool-select option:hover{background:#c41e3a4d}.tool-input{width:100%;color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff1a;border-radius:2px;outline:none;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem}.tool-input:focus{border-color:#c41e3a66}.tool-input::placeholder{color:#ffffff40}.tool-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:block}.tool-btn{background:var(--primary-red);border:1px solid var(--primary-red);color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;border-radius:2px;width:100%;margin-top:.5rem;padding:1.1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;transition:all .3s}.tool-btn:hover{color:var(--primary-red);background:0 0}.tool-result{margin-top:2rem;animation:.4s hubFade;display:none}.tool-result.show{display:block}.tool-result-card{background:#0000004d;border:1px solid #ffffff0f;border-radius:2px;padding:2rem}.tr-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.tr-row:last-child{border-bottom:none}.tr-lbl{color:var(--text-secondary);font-size:.85rem}.tr-val{color:var(--text-primary);font-size:.95rem;font-weight:700}.tr-val.red{color:var(--primary-red)}.tr-val.green{color:#22c55e}.tr-val.gold{color:var(--accent-gold)}.tr-note{color:var(--text-secondary);background:#c41e3a0d;border:1px solid #c41e3a26;border-radius:2px;margin-top:1.5rem;padding:1.25rem;font-size:.85rem;line-height:1.7}@media (width<=768px){.hero-cinematic{min-height:60vh;background-attachment:scroll!important}.hero-cinematic h1{letter-spacing:-1px;font-size:2.2rem!important}.hero-content{padding:0 1.5rem!important}.hero-sub{font-size:.9rem!important}.tool-body{padding:1.5rem!important}.tool-header{padding:1.5rem 1.5rem 0!important}.tool-grid{grid-template-columns:1fr!important}.tr-row{flex-direction:column;align-items:flex-start;gap:.25rem}}
