@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;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:hover:after,.nav-links a.active:after{width:100%}.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:#fff;letter-spacing:.5px;text-transform:uppercase;border:1px solid var(--primary-red);border-radius:6px;padding:.875rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-cta:hover{color:#fff;background:#e4405c;border-color:#e4405c}.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{background-image:url(/images/carriers-hero.jpg);background-position:50% 25%;background-size:cover;background-attachment:fixed;align-items:center;min-height:90vh;margin-top:90px;display:flex;position:relative}.hero:before{content:"";z-index:0;background:linear-gradient(90deg,#0d0d0d9e 0%,#0d0d0d7a 50%,#0d0d0d6b 100%);position:absolute;inset:0}.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}.hero-ctas{align-items:center;gap:2rem;display:flex}.primary-btn{background:var(--primary-red);color:#fff;letter-spacing:1.5px;text-transform:uppercase;border:1px solid var(--primary-red);border-radius:6px;padding:1.25rem 2.75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.primary-btn:hover{color:#fff;background:#e4405c;border-color:#e4405c;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}.section-header{margin-bottom:6rem}.section-header h2{letter-spacing:-2px;max-width:900px;margin-bottom:2rem;font-size:4rem;font-weight:300}.section-header h2 strong{font-weight:700}.section-header p{color:var(--text-secondary);max-width:800px;font-size:1.2rem;font-weight:300;line-height:1.9}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.benefit-card{background:#161616;border:1px solid #ffffff14;border-radius:12px;padding:3.5rem;transition:all .5s;position:relative;overflow:hidden}.benefit-card:before{content:"";background:var(--primary-red);width:4px;height:0;transition:height .5s;position:absolute;top:0;left:0}.benefit-card:hover{border-color:#c41e3a4d;transform:translate(10px)}.benefit-card:hover:before{height:100%}.benefit-card h3{letter-spacing:-.5px;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.benefit-kicker{font-family:var(--cbs-mono);letter-spacing:2.5px;text-transform:uppercase;color:var(--cbs-text-3);margin-bottom:1.75rem;font-size:.68rem;font-weight:500}.benefit-card p{color:var(--text-secondary);font-size:.98rem;line-height:1.8}.opportunities{background-image:url(/images/carrier-sunset.jpg);background-position:50%;background-size:cover;background-attachment:fixed;padding:10rem 0;position:relative}.opportunities:before{content:"";z-index:0;background:linear-gradient(90deg,#0d0d0d8c 0%,#0d0d0d7a 50%,#0d0d0d8c 100%);position:absolute;inset:0}.opportunities .section-container{z-index:1;position:relative}.opp-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.opp-card{text-align:center;background:linear-gradient(135deg,#1a1a1a99,#2a2a2a66);border:1px solid #ffffff0f;padding:3rem;transition:all .4s}.opp-card:hover{border-color:#c41e3a4d;transform:translateY(-8px)}.opp-card h4{color:var(--primary-red);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.opp-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.testimonials{background-image:url(/images/carrier-road.jpg);background-position:50%;background-size:cover;background-attachment:fixed;padding:10rem 0;position:relative}.testimonials:before{content:"";z-index:0;background:#0d0d0da6;position:absolute;inset:0}.testimonials .section-container{z-index:1;position:relative}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.testimonial-card{backdrop-filter:blur(20px);background:#161616eb;border:1px solid #ffffff14;border-radius:12px;padding:3.5rem;transition:all .4s}.testimonial-card:hover{border-color:#c41e3a33}.testimonial-quote{color:var(--text-primary);margin-bottom:2.5rem;font-size:1.2rem;font-weight:300;line-height:1.85}.testimonial-author{align-items:center;gap:1.5rem;display:flex}.author-initial{border:2px solid var(--primary-red);width:50px;height:50px;color:var(--primary-red);font-family:var(--cbs-mono);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;font-weight:500;display:flex}.author-info h5{margin-bottom:.25rem;font-size:1rem;font-weight:600}.author-info p{font-family:var(--cbs-mono);letter-spacing:2px;text-transform:uppercase;color:var(--cbs-text-3);font-size:.68rem}.incentive{background:linear-gradient(135deg,#c41e3a0d,#0000);padding:10rem 0}.incentive-box{text-align:center;max-width:1100px;margin:0 auto;padding:0 4rem}.incentive-box h2{letter-spacing:-2px;margin-bottom:2rem;font-size:3.5rem;font-weight:300;line-height:1.3}.incentive-box h2 strong{color:var(--primary-red);font-weight:700}.incentive-box p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem;line-height:1.9}.requirements{padding:10rem 0}.req-box{background:#161616;border:1px solid #ffffff14;border-radius:12px;max-width:1200px;margin:0 auto;padding:5rem 4rem}.req-box h3{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:600}.req-list{max-width:700px;margin:0 auto;list-style:none}.req-list li{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;align-items:center;gap:1.5rem;padding:1.5rem 0;font-size:1.05rem;display:flex}.req-list li:last-child{border:none}.req-list li:before{content:"✓";color:var(--primary-red);font-size:1.5rem;font-weight:700}.cta-section{padding:10rem 0}.cta-box{backdrop-filter:blur(20px);text-align:center;background:#161616;border:1px solid #ffffff14;border-radius:12px;max-width:1000px;margin:0 auto;padding:6rem}.cta-box h2{letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:300}.cta-box h2 strong{font-weight:700}.cta-box p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.8}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:4rem}.benefits-grid,.opp-grid,.testimonial-grid{grid-template-columns:1fr}.nav-links{display:none}.mobile-menu-toggle{display:block}.section-container,.hero-container,.incentive-box{padding-left:2rem;padding-right:2rem}.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}}.pull-quote{text-align:center;background:#050505;padding:9rem 0}.pq-inner{max-width:900px;margin:0 auto;padding:0 2rem}.pq-line{letter-spacing:-2px;font-size:3.25rem;font-weight:300;line-height:1.3}.pq-line .accent{color:var(--primary-red)}.pq-sub{font-family:var(--cbs-mono);letter-spacing:3px;text-transform:uppercase;color:var(--cbs-text-3);margin-top:1.75rem;font-size:.7rem}@media (width<=768px){.pull-quote{padding:4rem 0}.pq-line{letter-spacing:-1px;font-size:1.85rem}}
