
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
        *{margin:0;padding:0;box-sizing:border-box}
        :root{--primary-red:#C41E3A;--accent-gold:#D4AF37;--deep-charcoal:#0D0D0D;--slate:#1A1A1A;--text-primary:#FFF;--text-secondary:#A8A8A8}
        body{overflow-x:hidden;font-family:'Inter',sans-serif;background:var(--deep-charcoal);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}
        nav{position:fixed;top:0;width:100%;background:rgba(13,13,13,0.85);backdrop-filter:blur(20px);z-index:1000;padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,0.06);transition:all 0.4s}
        .nav-container{max-width:1600px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center}
        .logo-container{display:flex;flex-direction:column;gap:0.25rem;cursor:pointer}
        .logo-main{font-size:2rem;font-weight:900;letter-spacing:-1px;color:white}
        .logo-sub{font-size:0.5rem;letter-spacing:2px;color:var(--primary-red);font-weight:600}
        .logo-img{height:75px;width:auto;object-fit:contain;display:block}
.footer-logo-img{height:90px;width:auto;object-fit:contain;display:block;margin-bottom:1.5rem}
.nav-links{display:flex;gap:4rem;list-style:none;align-items:center}
        .nav-links a{color:var(--text-secondary);text-decoration:none;font-size:0.875rem;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;transition:all 0.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:'';position:absolute;bottom:-8px;left:0;width:0;height:1px;background:var(--primary-red);transition:width 0.3s}
        .nav-links a:hover::after{width:100%}
        .nav-links a.active::after{width:100%}
        .nav-cta{background:var(--primary-red);color:var(--text-primary);padding:0.875rem 2rem;border-radius:2px;text-decoration:none;font-weight:600;font-size:0.875rem;letter-spacing:0.5px;text-transform:uppercase;transition:all 0.3s;border:1px solid var(--primary-red)}
        .nav-cta:hover{background:transparent;color:var(--primary-red)}
        .fade-in{opacity:1;transform:translateY(0);transition:opacity 0.8s ease,transform 0.8s ease}
        .fade-in.visible{opacity:1;transform:translateY(0)}
        .mobile-menu-toggle{display:none;background:none !important;background-color:transparent !important;border:0 !important;cursor:pointer;padding:0.5rem;-webkit-appearance:none !important;appearance:none !important;outline:none !important;box-shadow:none !important;border-radius:0 !important}
        .mobile-menu-toggle span{display:block;width:28px;height:2px;background:#FFFFFF;margin:6px 0}
        .mobile-menu{display:none;position:fixed;top:90px;left:0;width:100%;background:rgba(13,13,13,0.98);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.06);padding:2rem 0;z-index:999}
        .mobile-menu.active{display:block}
        .mobile-menu a{display:block;padding:1rem 4rem;color:var(--text-secondary);text-decoration:none;font-size:0.875rem;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;transition:all 0.3s}
        .mobile-menu a:hover{color:var(--text-primary);background:rgba(255,255,255,0.02)}
        
        .hero{margin-top:90px;min-height:75vh;display:flex;align-items:center;position:relative;overflow:hidden}
        .hero::before{content:'';position:absolute;top:-30%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(196,30,58,0.12) 0%,transparent 70%);filter:blur(100px)}
        .hero-container{max-width:1600px;margin:0 auto;padding:0 4rem;position:relative;z-index:1}
        .hero-eyebrow{font-size:0.875rem;letter-spacing:3px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:2rem;font-weight:600}
        .hero h1{font-size:5.5rem;font-weight:300;line-height:1.1;margin-bottom:2rem;letter-spacing:-3px;max-width:1100px}
        .hero h1 strong{font-weight:700}
        .hero h1 .accent{color:var(--primary-red)}
        .hero-description{font-size:1.3rem;color:var(--text-secondary);max-width:750px;margin-bottom:3rem;line-height:1.8;font-weight:300}
        .primary-btn{background:var(--primary-red);color:var(--text-primary);padding:1.5rem 3.5rem;border-radius:2px;text-decoration:none;font-weight:600;font-size:0.9rem;letter-spacing:1px;text-transform:uppercase;transition:all 0.4s;border:1px solid var(--primary-red);display:inline-block}
        .primary-btn:hover{background:transparent;color:var(--primary-red);transform:translateY(-2px)}
        
        .section{padding:10rem 0;position:relative}
        .section-container{max-width:1600px;margin:0 auto;padding:0 4rem;position:relative}
        .section-eyebrow{font-size:0.875rem;letter-spacing:3px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.5rem;font-weight:600}
        
        .logo-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);padding:1rem 1.5rem;border-radius:4px;display:flex;justify-content:center;align-items:center;transition:all 0.3s}
        .logo-card:hover{border-color:rgba(196,30,58,0.3);transform:translateY(-3px)}
        .logo-card img{max-height:32px;max-width:140px;opacity:0.7;filter:brightness(1.2);object-fit:contain}
        
        .stats-section{padding:5rem 0;background:rgba(196,30,58,0.03);border-top:1px solid rgba(196,30,58,0.1);border-bottom:1px solid rgba(196,30,58,0.1)}
        .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1100px;margin:0 auto;text-align:center}
        .stat-item h3{font-size:3rem;font-weight:700;color:var(--primary-red);margin-bottom:0.5rem;letter-spacing:-1px}
        .stat-item p{font-size:0.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}
        
        .cta-section{padding:8rem 0}
        .cta-box{background:linear-gradient(135deg,rgba(26,26,26,0.95),rgba(38,38,38,0.8));border:1px solid rgba(196,30,58,0.25);padding:5rem;max-width:900px;margin:0 auto;text-align:center}
        .cta-box h2{font-size:3rem;font-weight:300;margin-bottom:1.25rem;letter-spacing:-1.5px}
        .cta-box h2 strong{font-weight:700}
        .cta-box p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.8}
        .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
        
        footer{padding:6rem 0;background:rgba(13,13,13,0.9);border-top:1px solid rgba(255,255,255,0.06)}
        .footer-container{max-width:1600px;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}
        .footer-brand{max-width:400px}
        .footer-logo{margin-bottom:2rem}
        .footer-logo-main{font-size:2.5rem;font-weight:900;letter-spacing:-1px}
        .footer-logo-sub{font-size:0.6rem;letter-spacing:2px;color:var(--primary-red);font-weight:600}
        .footer-brand p{color:var(--text-secondary);line-height:1.8;margin-bottom:2rem}
        .cert-badges{display:flex;gap:1rem}
        .cert-badge{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);padding:0.5rem 1rem;font-size:0.75rem;color:var(--text-secondary)}
        .footer-links h4{font-size:0.875rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem;color:var(--text-primary)}
        .footer-links ul{list-style:none}
        .footer-links li{margin-bottom:1rem}
        .footer-links a{color:var(--text-secondary);text-decoration:none;font-size:0.9rem;transition:color 0.3s}
        .footer-links a:hover{color:var(--text-primary)}
        .footer-bottom{max-width:1600px;margin:0 auto;padding:4rem 4rem 0;border-top:1px solid rgba(255,255,255,0.06);margin-top:4rem;text-align:center}
        .footer-bottom p{color:var(--text-secondary);font-size:0.875rem}

        @media (max-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{overflow-x:hidden;scroll-behavior:smooth}
    

/* ========================================
   COMPREHENSIVE MOBILE OVERHAUL v2
   iPhone-first — premium, intentional
   ======================================== */

/* --- TABLET (1200px) --- */
@media (max-width:1200px) {
  .nav-links { display:none }
  .mobile-menu-toggle { display:block }
  .hero { min-height:auto }
  .footer-container { grid-template-columns:1fr 1fr }
}

/* --- MOBILE (768px) --- */
@media (max-width:768px) {
  /* GLOBAL */
  * { -webkit-text-size-adjust:100% }
  body { overflow-x:hidden }
  img { max-width:100%;height:auto }
  
  /* NAV */
  nav { padding:0.6rem 0 }
  nav.scrolled { padding:0.5rem 0 }
  .nav-container { padding:0 1rem }
  .logo-main { font-size:1.75rem }
  .logo-sub { font-size:0.4rem;letter-spacing:1.5px }
  .nav-cta { font-size:0.65rem;padding:0.5rem 1rem;letter-spacing:0.5px }
  .logo-img { height:55px !important }
  .footer-logo-img { height:75px !important }
  .mobile-menu { top:55px }
  .mobile-menu a { padding:0.85rem 1.5rem;font-size:0.85rem }
  
  /* HERO — generous, breathable */
  .hero { 
    min-height:auto !important;
    padding:4rem 0 3rem !important;
    margin-top:55px !important;
    background-attachment:scroll !important;
  }
  .hero-container { 
    padding:0 1.5rem !important;
    grid-template-columns:1fr !important;
    gap:2rem !important;
  }
  .hero h1 { font-size:2.75rem !important;letter-spacing:-1.5px !important;margin-bottom:1.5rem !important;line-height:1.1 !important;font-weight:300 !important }
  .hero-eyebrow { font-size:0.7rem !important;margin-bottom:1.25rem !important;letter-spacing:2.5px !important }
  .hero-description,.hero-tagline,.hero p { font-size:0.95rem !important;margin-bottom:1.75rem !important;line-height:1.6 !important;max-width:90% !important }
  .hero-visual { display:none !important }
  .hero-ctas { flex-direction:column;gap:0.75rem }
  .primary-btn { 
    padding:1rem 2rem !important;
    font-size:0.75rem !important;
    letter-spacing:1.2px !important;
    text-align:center;
  }
  
  /* SECTION EYEBROWS */
  .section-eyebrow { font-size:0.6rem !important;letter-spacing:2.5px !important;margin-bottom:0.75rem !important }
  
  /* SECTION HEADERS */
  .section-header { margin-bottom:2rem !important }
  .section-header h2 { font-size:2rem !important;letter-spacing:-1px !important;margin-bottom:0.75rem !important;font-weight:300 !important }
  .section-header p { font-size:0.88rem !important;line-height:1.6 !important;color:var(--text-secondary) !important }
  
  /* CONTAINERS — consistent 1.5rem padding */
  .section-container,
  .diff-container,
  .cta-box { 
    padding-left:1.5rem !important;
    padding-right:1.5rem !important;
  }
  
  /* PARALLAX SECTIONS — force scroll, keep overlays working */
  .differentiator,
  .carrier-network,
  .cst-section,
  .tech-section,
  .cst-experience,
  .opportunities,
  .testimonials,
  [data-parallax-bg] {
    background-attachment:scroll !important;
  }

  /* ALL SECTIONS — reduce desktop padding */
  .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;
  }
  
  /* INLINE STYLE OVERRIDES */
  h2[style*="font-size:4.5rem"],
  h2[style*="font-size:4rem"],
  h2[style*="font-size:3.5rem"],
  h2[style*="font-size:3rem"] { 
    font-size:1.85rem !important;
    letter-spacing:-0.5px !important;
    margin-bottom:1rem !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:0.95rem !important;
    line-height:1.65 !important;
  }
  
  /* INLINE GRIDS — force single column */
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns:repeat(4"] {
    grid-template-columns:1fr !important;
    gap:0.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 }
  
  /* INLINE PADDING overrides */
  [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 }
  
  /* INLINE FONT overrides */
  [style*="font-size:2rem"] { font-size:1.35rem !important }
  [style*="font-size:0.95rem"][style*="line-height:1.8"] { font-size:0.85rem !important;line-height:1.6 !important }
  [style*="font-size:1.1rem"][style*="line-height:1.7"] { font-size:0.88rem !important }
  
  /* CARDS — universal */
  .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 { font-size:1.2rem !important;margin-bottom:0.5rem !important }
  .benefit-card p,.opp-card p,.service-card p { font-size:0.88rem !important;line-height:1.6 !important;margin-bottom:1rem !important }
  .cst-card h4 { font-size:1.1rem !important;margin-bottom:0.5rem !important }
  .cst-card p { font-size:0.88rem !important;line-height:1.55 !important }
  .benefit-icon { width:45px !important;height:45px !important;margin-bottom:0.75rem !important;border-radius:8px !important }
  .benefit-icon svg { width:20px !important;height:20px !important }
  
  /* GRIDS — force single column */
  .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:0.75rem !important;
  }
  .cst-grid { margin-bottom:1.5rem !important }
  
  /* STATS */
  .stats-grid,
  .stats-ribbon-inner {
    grid-template-columns:1fr 1fr !important;
    gap:0 !important;
    padding:0 !important;
  }
  .stat-box,.stat-cell {
    padding:1.25rem 1rem !important;
    text-align:center;
  }
  .stat-big,.stat-cell h3 { font-size:1.5rem !important;margin-bottom:0.25rem !important }
  .stat-label,.stat-cell p { font-size:0.6rem !important;letter-spacing:1px !important }
  .stat-cell .stat-detail { font-size:0.75rem !important }
  .stats-showcase { padding:2rem 0 !important }
  
  /* LOGO TICKER — fixed visibility */
  .brands-ticker { padding:1.25rem 0 !important }
  .brands-ticker p { font-size:0.6rem !important;margin-bottom:1rem !important }
  .ticker-item { height:30px !important;min-width:70px !important;flex-shrink:0 !important }
  .ticker-item img { height:100% !important;width:auto !important;max-width:90px !important;object-fit:contain !important;display:block !important }
  .ticker-content { gap:2.5rem !important }
  
  /* LOGO GRIDS inside specialty cards */
  [style*="grid-template-columns:repeat(4,1fr)"][style*="gap:0.75rem"] {
    grid-template-columns:repeat(2,1fr) !important;
    gap:0.5rem !important;
  }
  [style*="height:55px"] { height:45px !important }
  [style*="height:55px"] img { max-height:24px !important;max-width:70px !important }
  
  /* DIFFERENTIATOR / CARRIER NETWORK — text sections with bg images */
  .diff-content h2 { font-size:1.85rem !important }
  .diff-content p { font-size:0.92rem !important }
  .diff-features { 
    grid-template-columns:1fr !important;
    gap:0.5rem !important;
    margin-top:1.5rem !important;
    padding-top:1.5rem !important;
  }
  .diff-features li { 
    padding:1.25rem !important;
    font-size:0.88rem !important;
  }
  .diff-features li strong { font-size:0.88rem !important }
  
  /* TESTIMONIALS */
  .testimonial-card { padding:2rem 1.5rem !important }
  .testimonial-quote { font-size:1.05rem !important;line-height:1.7 !important;margin-bottom:1.75rem !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:0.95rem !important }
  .author-info p { font-size:0.8rem !important }
  
  /* CTA */
  .cta-section { padding:4rem 0 !important }
  .cta-box h2 { font-size:2rem !important;margin-bottom:1rem !important }
  .cta-box p { font-size:0.95rem !important;line-height:1.7 !important }
  .cta-section .primary-btn { padding:1rem 2rem !important;font-size:0.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:0.92rem !important }
  
  /* FOOTER */
  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:0.5rem !important }
  .footer-brand p { font-size:0.88rem !important;line-height:1.7 !important }
  .footer-links h4 { font-size:0.8rem !important;margin-bottom:0.75rem !important }
  .footer-links a { font-size:0.85rem !important }
  .footer-links li { margin-bottom:0.5rem !important;font-size:0.85rem !important;color:var(--text-secondary) !important }
  .footer-bottom { padding:1.5rem 1.5rem 0 !important;margin-top:2rem !important }
  .footer-bottom p { font-size:0.75rem !important }
  .cert-badges { gap:0.5rem !important }
  .cert-badge { font-size:0.7rem !important;padding:0.4rem 0.75rem !important }
}

/* --- SMALL PHONES (480px) --- */
@media (max-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 }
}


