@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}.section{padding:10rem 0;position:relative}#track-record{overflow:hidden}#track-record:before{content:"";filter:blur(160px);pointer-events:none;z-index:0;background:radial-gradient(circle,#c41e3a26 0%,#c41e3a14 40%,#0000 70%);width:1400px;height:1400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#mission{overflow:hidden}#mission:before{content:"";filter:blur(140px);pointer-events:none;z-index:0;background:radial-gradient(circle,#d4af3733 0%,#d4af371a 40%,#0000 70%);width:1200px;height:1200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#cst{overflow:hidden}#cst:before{content:"";filter:blur(120px);pointer-events:none;z-index:0;background:radial-gradient(circle,#c41e3a2e 0%,#0000 70%);width:1000px;height:1000px;position:absolute;bottom:-20%;right:-10%}nav{backdrop-filter:blur(20px);z-index:1000;background:#0d0d0dd9;border-bottom:1px solid #ffffff0f;width:100%;padding:1.75rem 0;position:fixed;top:0}.section-container{z-index:1;max-width:1400px;margin:0 auto;padding:0 4rem;position:relative}.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}.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{background-image:url(/images/office-hero.jpg);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:calc(100vh - 90px);margin-top:90px;display:flex;position:relative}.hero:before{content:"";z-index:0;background:linear-gradient(90deg,#0d0d0de0 0%,#0d0d0dc7 50%,#0d0d0d9e 100%);position:absolute;inset:0}.hero-container{z-index:2;max-width:700px;margin:0 auto 0 10%;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:900px;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:700px;font-size:1.3rem;font-weight:300;line-height:1.8}.section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.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)}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}.nav-container,.hero-container,.section-container{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}#leadership [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:2rem!important}#leadership [style*=padding\:3rem]{padding:1.5rem!important}#leadership [style*=height\:400px]{height:250px!important}#leadership [style*=max-width\:300px]{max-width:200px!important}#leadership h3[style*="font-size:1.75rem"]{font-size:1.25rem!important}#leadership p[style*="font-size:0.95rem"][style*=text-align\:left]{font-size:.82rem!important;line-height:1.65!important}#leadership h2[style*="font-size:3.5rem"]{margin-bottom:2rem!important;font-size:2rem!important}#mission p[style*="font-size:1.2rem"]{margin-bottom:1.25rem!important;font-size:.9rem!important;line-height:1.7!important}#mission h2[style*="font-size:3.5rem"]{margin-bottom:1.5rem!important;font-size:2rem!important}#cst p[style*="font-size:1.2rem"]{margin-bottom:1.25rem!important;font-size:.9rem!important;line-height:1.7!important}#cst h2[style*="font-size:3.5rem"]{font-size:2rem!important}#cst [style*="padding:5rem 4rem"]{padding:2rem 1.5rem!important}#cst p[style*="font-size:2.2rem"]{font-size:1.35rem!important}#contact h2[style*="font-size:3.5rem"]{font-size:2rem!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}.about-section{padding:3rem 0!important}#track-record{z-index:1;position:relative;background:var(--deep-charcoal)!important}.timeline-item{margin-bottom:1.5rem!important;padding-left:1.75rem!important;display:block!important;position:relative!important}.timeline-item>div{text-align:left!important;flex:none!important;width:100%!important;padding:0!important;display:block!important}.timeline-item>div[style*=width\:16px]{display:none!important}.timeline-item>div>div[style*="font-size:2.5rem"]{color:var(--primary-red)!important;letter-spacing:2px!important;margin-bottom:.5rem!important;font-size:.85rem!important;font-weight:700!important}.timeline-item>div>div[style*=padding\:2rem]{border-left:2px solid var(--primary-red)!important;background:#1a1a1a66!important;margin-bottom:0!important;padding:1.25rem!important}.timeline-item p[style*="font-size:1.1rem"]{margin-bottom:.25rem!important;font-size:.95rem!important}.timeline-item p[style*="font-size:0.95rem"]{font-size:.82rem!important;line-height:1.55!important}#track-record [style*="left:50%;top:0;bottom:0;width:1px"]{display:none!important}#track-record [style*="padding:4rem 0"]{padding:0!important}#track-record [style*="font-size:1.2rem"][style*=margin-bottom\:6rem]{margin-bottom:2rem!important;font-size:.92rem!important;line-height:1.7!important}h3[style*="font-size:1.75rem"]{font-size:1.2rem!important}[style*=height\:400px]{height:280px!important}[style*=max-width\:300px]{max-width:220px!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}}.mission-line{letter-spacing:-3px;text-align:center;margin:2rem 0 0;font-size:4.5rem;font-weight:300;line-height:1.15}@media (width<=768px){.mission-line{letter-spacing:-1px;font-size:2.25rem}}
