*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--dark-primary:#0f172a;--dark-secondary:#111827;--dark-tertiary:#1e293b;--light-primary:#ffffff;--light-secondary:#f8fafc;--light-border:#e2e8f0;--accent-blue:#2563eb;--accent-blue-hover:#1d4ed8;--accent-blue-light:#3b82f6;--text-primary:#1e293b;--text-secondary:#475569;--text-tertiary:#64748b;--text-muted:#94a3b8;--text-light:#cbd5e1;--font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--max-width:1200px;--transition:all 0.3s ease}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-family);background-color:var(--light-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ol,ul{list-style:none}.nav{background-color:var(--dark-primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.3)}.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-width);margin:0 auto;width:100%}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-right:3.5rem}.nav-logo-icon{height:40px;width:40px;object-fit:contain}.nav-brand-text{font-weight:700;font-size:1rem;letter-spacing:.05em;color:var(--light-primary)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-light);font-weight:500;font-size:.95rem;transition:var(--transition);position:relative}.nav-links a.active,.nav-links a:hover{color:var(--accent-blue-light)}.nav-links a.active::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--accent-blue);border-radius:1px}.nav-dropdown{position:relative;padding-bottom:12px;margin-bottom:-12px}.nav-dropdown>a{display:flex;align-items:center;gap:.3rem}.nav-dropdown>a .dropdown-arrow{display:inline-block;width:10px;height:10px;border:none;background:0 0;position:relative}.nav-dropdown>a .dropdown-arrow::after{content:'';position:absolute;top:2px;left:1px;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:var(--transition)}.nav-dropdown.open>a .dropdown-arrow::after,.nav-dropdown:hover>a .dropdown-arrow::after{transform:rotate(-135deg);top:5px}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--dark-primary);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.5rem 0;min-width:260px;max-height:70vh;overflow-y:auto;box-shadow:0 20px 50px rgba(0,0,0,.4);z-index:1001;opacity:0;transition:opacity .2s ease,transform .2s ease;transform:translateX(-50%) translateY(-4px)}.nav-dropdown-menu::before{content:'';position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--dark-primary)}.nav-dropdown-menu::after{content:'';position:absolute;top:-8px;left:0;right:0;height:8px}.nav-dropdown.open .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{display:block;opacity:1;transform:translateX(-50%) translateY(0)}.nav-dropdown-menu a{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1.25rem;font-size:.88rem;font-weight:500;color:var(--text-light)!important;transition:var(--transition);white-space:nowrap;text-align:left}.nav-dropdown-menu a:hover{background:rgba(37,99,235,.12);color:var(--accent-blue-light)!important}.nav-dropdown-menu a.active{color:var(--accent-blue-light)!important}.nav-dropdown-divider{height:1px;background:rgba(255,255,255,.06);margin:.35rem 1rem}.nav-dropdown-menu .dropdown-view-all{font-size:.82rem;font-weight:600;color:var(--accent-blue-light)!important;display:flex;align-items:center;gap:.4rem}.nav-dropdown-menu .dropdown-view-all svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.nav-phone{display:flex;align-items:center;gap:.4rem;color:var(--accent-blue-light)!important;font-weight:600;font-size:.88rem;white-space:nowrap;text-decoration:none;transition:var(--transition)}.nav-phone svg{width:16px;height:16px;stroke:var(--accent-blue-light);flex-shrink:0}.nav-phone:hover{color:#fff!important}.nav-phone:hover svg{stroke:#fff}.dropdown-vehicle-icon{width:40px;height:18px;flex-shrink:0;object-fit:contain;margin-left:auto;opacity:.6;transition:opacity .2s}.nav-dropdown-menu a:hover .dropdown-vehicle-icon{opacity:1}.dropdown-category-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35);padding:.5rem 1.25rem .25rem}.nav-cta{background:linear-gradient(135deg,var(--accent-blue) 0,var(--accent-blue-hover) 100%);color:#fff!important;padding:.65rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;transition:var(--transition);border:none;cursor:pointer;display:inline-block;white-space:nowrap;margin-left:auto}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px;z-index:1001}.nav-toggle span{display:block;width:26px;height:2px;background:var(--light-primary);border-radius:2px;transition:var(--transition)}.nav-toggle.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.btn{padding:.9rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:var(--transition);border:2px solid transparent;cursor:pointer;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--accent-blue) 0,var(--accent-blue-hover) 100%);color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(59,130,246,.5)}.btn-secondary{background-color:rgba(255,255,255,.15);color:var(--light-primary);border:2px solid var(--light-primary)}.btn-secondary:hover{background-color:rgba(255,255,255,.25);transform:translateY(-3px)}.btn-outline{background:0 0;color:var(--accent-blue);border:2px solid var(--accent-blue)}.btn-outline:hover{background:var(--accent-blue);color:#fff;transform:translateY(-3px)}.btn-sm{padding:.6rem 1.4rem;font-size:.9rem}.hero{background:linear-gradient(160deg,#060e1f 0,var(--dark-primary) 40%,var(--dark-secondary) 100%);padding:0;text-align:left;position:relative;overflow:hidden;color:var(--light-primary)}.hero .hero-geo-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at 70% 50%,black 20%,transparent 60%);-webkit-mask-image:radial-gradient(ellipse at 70% 50%,black 20%,transparent 60%);pointer-events:none}.hero .hero-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.08) 0,transparent 70%);top:-200px;left:-200px;animation:heroOrbSlow 20s ease-in-out infinite}@keyframes heroOrbSlow{0%,100%{transform:translate(0,0)}50%{transform:translate(40px,30px)}}.hero-inner{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;position:relative;z-index:5}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(37,99,235,.12);border:1px solid rgba(37,99,235,.25);border-radius:24px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;color:#60a5fa;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2rem}.hero-tag svg{width:14px;height:14px;stroke:#60a5fa;fill:none;stroke-width:2}.hero-content{position:relative;z-index:1}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.06;letter-spacing:-.025em}.hero h1 .accent{background:linear-gradient(135deg,var(--accent-blue) 0,#60a5fa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:500px;line-height:1.75}.hero-buttons{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem}.hero-stat-number{font-size:1.5rem;font-weight:800;color:#fff}.hero-stat-label{font-size:.75rem;color:var(--text-tertiary);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.hero-icon-grid-container{position:relative;display:flex;align-items:center;justify-content:center}.hero-icon-grid-container::before{content:'';position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(37,99,235,.12) 0,transparent 70%);border-radius:50%;filter:blur(40px);z-index:-1}.hero-icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;transform:perspective(800px) rotateY(-8deg) rotateX(4deg);transform-style:preserve-3d}.hero-icon-tile{width:110px;height:110px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:rgba(15,23,42,.6);border:1px solid rgba(37,99,235,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.03);transition:all .4s ease;cursor:default}.hero-icon-tile:hover{transform:translateZ(20px) scale(1.05);border-color:rgba(37,99,235,.35);box-shadow:0 12px 40px rgba(37,99,235,.15),inset 0 1px 0 rgba(255,255,255,.05)}.hero-icon-tile svg{width:32px;height:32px;stroke:var(--accent-blue-light);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.hero-icon-tile span{font-size:.65rem;color:var(--text-tertiary);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hero-icon-tile:first-child{animation:tileReveal .6s ease .1s both}.hero-icon-tile:nth-child(2){animation:tileReveal .6s ease .2s both}.hero-icon-tile:nth-child(3){animation:tileReveal .6s ease .3s both}.hero-icon-tile:nth-child(4){animation:tileReveal .6s ease .4s both}.hero-icon-tile:nth-child(5){animation:tileReveal .6s ease .5s both}.hero-icon-tile:nth-child(6){animation:tileReveal .6s ease .6s both}.hero-icon-tile:nth-child(7){animation:tileReveal .6s ease .7s both}.hero-icon-tile:nth-child(8){animation:tileReveal .6s ease .8s both}.hero-icon-tile:nth-child(9){animation:tileReveal .6s ease .9s both}@keyframes tileReveal{from{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-page .hero-inner{grid-template-columns:1fr;text-align:center;padding:4rem 2rem;gap:0}.hero-page .hero-content{max-width:800px;margin:0 auto}.hero-page h1{font-size:3rem;margin-bottom:1rem}.hero-page p{max-width:700px;margin-left:auto;margin-right:auto}.hero-page .hero-tag{margin-left:auto;margin-right:auto}.section{padding:5rem 2rem}.section-light{background-color:var(--light-primary)}.section-gray{background-color:var(--light-secondary)}.section-dark{background:linear-gradient(135deg,var(--dark-secondary) 0,var(--dark-tertiary) 100%);color:var(--light-primary)}.container{max-width:var(--max-width);margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.section-dark .section-title{color:var(--light-primary)}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.section-dark .section-subtitle{color:var(--text-light)}.stats-bar{background:var(--dark-primary);padding:2rem;text-align:center;border-top:2px solid var(--accent-blue);border-bottom:2px solid var(--accent-blue);color:var(--light-primary)}.stats-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:var(--max-width);margin:0 auto}.stat-item{padding:1rem}.stat-number{font-size:1.8rem;font-weight:700;color:var(--accent-blue-light);margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--text-light)}.oem-bar{background:var(--dark-primary);padding:2.5rem 2rem;border-top:1px solid rgba(37,99,235,.1);border-bottom:1px solid rgba(37,99,235,.1)}.oem-bar .container{max-width:var(--max-width);margin:0 auto}.oem-bar h3{text-align:center;font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.5rem}.oem-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.oem-logo{font-family:var(--font-family);font-size:1.1rem;font-weight:800;color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;opacity:.45;transition:all .3s ease;cursor:default;user-select:none}.oem-logo:hover{opacity:1;color:var(--light-primary)}.oem-logos-secondary{margin-top:1.25rem}.oem-logos-secondary .oem-logo{font-size:.8rem;font-weight:600;opacity:.3}.oem-logos-secondary .oem-logo:hover{opacity:.7}.trust-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.12);border-radius:12px;transition:var(--transition);min-width:140px}.trust-badge:hover{border-color:rgba(37,99,235,.3);background:rgba(37,99,235,.1);transform:translateY(-2px)}.trust-badge svg{width:36px;height:36px;stroke:var(--accent-blue-light);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.trust-badge-img{height:40px;width:auto;max-width:100px;object-fit:contain;transition:var(--transition)}.credentials-bar .trust-badge-img.logo-invert{filter:invert(1) grayscale(1) brightness(2)}.credentials-bar .trust-badge:hover .trust-badge-img.logo-invert{filter:invert(1) grayscale(1) brightness(2.2)}.trust-badge:hover .trust-badge-img{filter:brightness(1.1)}.trust-badge-title{font-size:.8rem;font-weight:700;color:var(--light-primary);text-align:center;line-height:1.3}.trust-badge-sub{font-size:.65rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;text-align:center}.trust-badges-light .trust-badge{background:rgba(37,99,235,.04);border-color:var(--light-border)}.trust-badges-light .trust-badge-title{color:var(--text-primary)}.trust-badges-5col{flex-wrap:nowrap}.trust-badges-5col .trust-badge{flex:1 1 0;min-width:0;padding:1.25rem 1rem}@media (max-width:900px){.trust-badges-5col{flex-wrap:wrap}.trust-badges-5col .trust-badge{min-width:140px}}.section-divider{position:relative;height:60px;overflow:hidden}.section-divider-light{background:var(--light-primary)}.section-divider-gray{background:var(--light-secondary)}.section-divider svg{position:absolute;bottom:0;left:0;width:100%;height:100%}.section-divider-wave{position:relative;overflow:hidden}.section-divider-wave::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:60px;background:var(--light-secondary);clip-path:ellipse(55% 100% at 50% 100%)}.section-divider-wave.to-gray::after{background:var(--light-secondary)}.section-divider-wave.to-white::after{background:var(--light-primary)}.section-divider-angle{position:relative;overflow:hidden}.section-divider-angle::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:40px;background:var(--light-primary);clip-path:polygon(0 100%,100% 0,100% 100%)}.section-divider-angle.to-gray::after{background:var(--light-secondary)}.team-avatar-photo{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0 0,#cbd5e1 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:3px solid var(--light-border);box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.team-avatar-photo img{width:100%;height:100%;object-fit:cover}.team-avatar-photo svg{width:48px;height:48px;stroke:#94a3b8;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.card{background:var(--light-primary);padding:2rem;border-radius:12px;border:1px solid var(--light-border);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.05)}.card-accent::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-blue) 0,var(--accent-blue-light) 100%);border-radius:12px 12px 0 0}.card:hover{transform:translateY(-6px);border-color:rgba(37,99,235,.25);box-shadow:0 12px 30px rgba(0,0,0,.1),0 0 0 1px rgba(37,99,235,.08)}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,rgba(37,99,235,.1) 0,rgba(59,130,246,.05) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.4rem}.card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--dark-primary)}.card h4{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:var(--accent-blue)}.card p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.card-compact{text-align:center;padding:1.8rem}.card-compact .card-icon{margin:0 auto 1rem}.card-compact h4{font-size:1.05rem;margin-bottom:.6rem}.card-compact p{font-size:.88rem;color:var(--text-tertiary)}.icon-sm{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.icon-md{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-lg{width:36px;height:36px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.credentials-bar{background:var(--dark-primary);padding:2.5rem 2rem;text-align:center;border-top:1px solid rgba(37,99,235,.2);border-bottom:1px solid rgba(37,99,235,.2);color:var(--light-primary)}.credentials-bar h3{font-size:.85rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.credentials-list{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;font-family:'Courier New',monospace;font-size:.88rem}.credential-item{text-align:center}.credential-value{color:var(--accent-blue-light);font-weight:600;display:block}.credential-label{color:var(--text-muted);font-weight:400;font-size:.78rem;display:block;margin-top:2px}.upfit-card{cursor:pointer;transition:box-shadow .25s,border-color .25s;position:relative}.upfit-card:hover{border-color:var(--accent-blue);box-shadow:0 4px 16px rgba(37,99,235,.1)}.upfit-card h3{display:flex;align-items:center;justify-content:space-between}.upfit-expand-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(37,99,235,.08);color:var(--accent-blue);font-size:1.1rem;font-weight:700;flex-shrink:0;transition:transform .3s,background .2s}.upfit-card.expanded .upfit-expand-icon{transform:rotate(45deg);background:var(--accent-blue);color:#fff}.upfit-details{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin .3s ease;margin-top:0}.upfit-card.expanded .upfit-details{max-height:600px;opacity:1;margin-top:1rem}.upfit-detail-section{margin-bottom:1rem}.upfit-detail-section:last-child{margin-bottom:0}.upfit-detail-section h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-blue);margin-bottom:.5rem}.upfit-details ul{list-style:none;padding:0;margin:0}.upfit-details ul li{position:relative;padding:.3rem 0 .3rem 1.2rem;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.upfit-details ul li::before{content:'';position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:var(--accent-blue)}.upfit-vendors{font-size:.88rem;font-weight:600;color:var(--text-primary);line-height:1.7}.client-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.client-category{background:var(--light-primary);border:1px solid var(--light-border);border-radius:12px;padding:1.5rem}.client-category h3{font-size:.95rem;font-weight:700;color:var(--accent-blue);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent-blue)}.client-list{list-style:none;padding:0}.client-list li{padding:.35rem 0;font-size:.92rem;color:var(--text-primary);border-bottom:1px solid rgba(0,0,0,.05)}.client-list li:last-child{border-bottom:none}@media (max-width:1024px){.client-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.client-grid{grid-template-columns:1fr}}.industry-nav-tiles{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.industry-tile{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;background:var(--dark-primary);color:#fff;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s}.industry-tile:hover{background:var(--accent-blue);transform:translateY(-2px)}.industry-tile svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor}@media (max-width:768px){.industry-nav-tiles{gap:.5rem}.industry-tile{padding:.5rem .85rem;font-size:.82rem}}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:var(--max-width);margin:0 auto}.sector-tile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.25rem 1.75rem;background:var(--dark-primary);border:1px solid rgba(37,99,235,.2);border-radius:12px;text-decoration:none;color:var(--light-primary);transition:var(--transition)}.sector-tile:hover{border-color:var(--accent-blue);transform:translateY(-3px);box-shadow:0 8px 24px rgba(37,99,235,.25)}.sector-tile-icon{width:48px;height:48px;border-radius:50%;background:rgba(37,99,235,.12);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.sector-tile svg{width:22px;height:22px;stroke:var(--accent-blue-light);fill:none;stroke-width:1.5}.sector-tile h3{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:var(--light-primary)}.sector-tile p{font-size:.82rem;color:#94a3b8;margin:0;line-height:1.4}@media (max-width:768px){.sector-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.sector-tile{padding:1.5rem 1rem}}@media (max-width:480px){.sector-grid{grid-template-columns:1fr 1fr;gap:.6rem}.sector-tile{padding:1.25rem .75rem}.sector-tile svg{width:26px;height:26px}.sector-tile h3{font-size:.9rem}}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,var(--dark-primary) 0,#1a2744 50%,var(--dark-secondary) 100%);text-align:center;color:var(--light-primary);position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.08) 0,transparent 70%);pointer-events:none}.cta-section h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:1}.cta-section p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.callout{background:var(--light-secondary);border-left:4px solid var(--accent-blue);padding:1.5rem 2rem;border-radius:0 8px 8px 0;margin:2rem 0;font-style:italic;color:var(--text-secondary);font-size:1rem;line-height:1.7}.callout-dark{background:rgba(37,99,235,.08);border-left-color:var(--accent-blue-light);color:var(--text-primary)}.content-block{margin-bottom:1.5rem}.content-block h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.content-block p{font-size:1rem;color:var(--text-secondary);line-height:1.8}.content-block ul{display:flex;flex-direction:column;gap:.5rem}.content-block li{font-size:.95rem;color:var(--text-secondary);line-height:1.6;padding-left:1.25rem;position:relative}.content-block li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent-blue)}.content-block li a{color:var(--accent-blue);transition:var(--transition)}.content-block li a:hover{color:var(--accent-blue-hover)}.feature-list{display:grid;gap:.6rem;margin-top:1rem}.feature-list li{padding-left:1.5rem;position:relative;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.feature-list li::before{content:'';position:absolute;left:0;top:.55rem;width:8px;height:8px;background:var(--accent-blue);border-radius:50%}.card-sourcing{text-align:center}.sourcing-logo{height:48px;width:auto;object-fit:contain;margin:0 auto 1.25rem}.sourcing-logo-row{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-bottom:1.25rem;height:48px}.sourcing-logo-row img{height:32px;width:auto;object-fit:contain;opacity:.8}.body-catalog-images{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.body-catalog-images img{width:100%}.section-cta{text-align:center;margin-top:2.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.section-cta-text{width:100%;color:var(--text-secondary);font-size:1rem;margin-bottom:.25rem}.section-cta-divider{color:var(--text-tertiary);font-size:.9rem;font-weight:500}.btn-secondary-light{display:inline-block;padding:.9rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;background:0 0;color:var(--accent-blue);border:2px solid var(--accent-blue);transition:var(--transition);cursor:pointer;text-decoration:none}.btn-secondary-light:hover{background:rgba(37,99,235,.06);transform:translateY(-3px);box-shadow:0 8px 20px rgba(37,99,235,.15)}.footer{background-color:var(--dark-primary);padding:3.5rem 2rem 1.5rem;border-top:1px solid rgba(59,130,246,.15);color:var(--light-primary)}.footer-content{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 2.5fr;gap:3rem}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand img{height:36px;width:auto}.footer-brand span{font-weight:700;font-size:.95rem;letter-spacing:.04em}.footer-section h4{font-size:.95rem;font-weight:700;color:var(--light-primary);margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.04em}.footer-section a,.footer-section p{font-size:.9rem;color:var(--text-muted);line-height:1.8}.footer-section a{transition:var(--transition)}.footer-section a:hover{color:var(--accent-blue-light)}.footer-links li{margin-bottom:.6rem}.footer-links-inline{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;list-style:none;padding:0;margin-top:1.25rem}.footer-links-inline li{margin-bottom:0}.footer-links-inline a{font-size:.85rem;color:var(--text-muted);transition:var(--transition)}.footer-links-inline a:hover{color:var(--accent-blue-light)}.footer-links li.footer-sublink{margin-bottom:.3rem;padding-left:.75rem}.footer-links li.footer-sublink a{font-size:.8rem;opacity:.7}.footer-links li.footer-sublink a:hover{opacity:1}.footer-browse-columns{display:grid;grid-template-columns:2fr 5fr 4fr 3fr;gap:2rem}.footer-browse-col h4{font-size:.85rem;font-weight:700;color:var(--light-primary);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.04em}.footer-browse-col h4 a{color:inherit;text-decoration:none;transition:var(--transition)}.footer-browse-col h4 a:hover{color:var(--accent-blue-light)}.footer-browse-col .footer-links{columns:2;column-gap:1.25rem;list-style:none;padding:0;margin:0}.footer-browse-col .footer-links li{margin-bottom:.25rem;break-inside:avoid}.footer-browse-col .footer-links a{font-size:.8rem;white-space:nowrap}.footer-browse-col-single .footer-links{columns:1}.footer-browse-row{border-top:1px solid rgba(255,255,255,.06);margin-top:2rem;padding-top:1.5rem}.footer-browse-row-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem}.footer-browse-row .footer-browse-col h4{font-size:.85rem;font-weight:700;color:var(--light-primary);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.04em}.footer-browse-row .footer-browse-col .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.15rem 1.25rem}.footer-browse-row .footer-browse-col .footer-links li{margin-bottom:.3rem}.footer-browse-row .footer-browse-col .footer-links a{font-size:.8rem}.footer-contact-item{margin-bottom:.4rem}.footer-team{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.footer-team-member{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.footer-team-member strong{color:var(--text-light);font-weight:600}.footer-logos{display:flex;gap:1.5rem;align-items:center;margin-top:1.5rem}.footer-logos img{height:40px;width:auto;opacity:.7;transition:var(--transition)}.footer-logos img:hover{opacity:1}.footer-contact-bar{border-top:1px solid rgba(255,255,255,.06);margin-top:2rem;padding-top:1.25rem}.footer-contact-bar-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-contact-item-inline{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.footer-contact-item-inline strong{color:var(--light-primary)}.footer-contact-item-inline a{color:var(--text-muted);transition:var(--transition)}.footer-contact-item-inline a:hover{color:var(--accent-blue-light)}.footer-contact-team-inline{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem 1.5rem;font-size:.8rem;color:var(--text-muted)}.footer-contact-team-inline strong{color:var(--text-light);font-weight:600}.footer-contact-team-inline a{color:var(--text-muted);transition:var(--transition)}.footer-contact-team-inline a:hover{color:var(--accent-blue-light)}.footer-bottom{border-top:1px solid rgba(59,130,246,.1);margin-top:1.25rem;padding-top:1.25rem;text-align:center;font-size:.8rem;color:var(--text-tertiary)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.4rem}.form-group label .required{color:#ef4444;margin-left:2px}.form-control{width:100%;padding:.75rem 1rem;border:1px solid var(--light-border);border-radius:8px;font-size:.95rem;font-family:var(--font-family);color:var(--text-primary);background:var(--light-primary);transition:var(--transition)}.form-control:focus{outline:0;border-color:var(--accent-blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-control:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}textarea.form-control{resize:vertical;min-height:100px}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-note{font-size:.85rem;color:var(--text-tertiary);margin-top:1rem}.process-steps{max-width:800px;margin:0 auto}.process-step{display:flex;gap:1.5rem;margin-bottom:2rem;position:relative}.step-number{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,var(--accent-blue) 0,var(--accent-blue-hover) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.step-content h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.step-content p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.process-step:not(:last-child)::before{content:'';position:absolute;left:23px;top:52px;bottom:-4px;width:2px;background:var(--light-border)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.team-card{text-align:center;background:var(--light-primary);padding:2rem;border-radius:12px;border:1px solid var(--light-border);box-shadow:0 2px 8px rgba(0,0,0,.05)}.team-avatar{width:80px;height:80px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;color:#fff}.team-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.team-card .role{font-size:.88rem;color:var(--accent-blue);font-weight:600;margin-bottom:.5rem}.team-card .email{font-size:.85rem;color:var(--text-tertiary)}.team-card .email a{color:var(--text-tertiary);transition:var(--transition)}.team-card .email a:hover{color:var(--accent-blue)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,var(--light-secondary) 0,#e2e8f0 100%);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-tertiary);font-size:.9rem;border:2px dashed var(--light-border)}.gallery-placeholder svg{width:40px;height:40px;margin-bottom:.5rem;opacity:.4}.gallery-filters{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.gallery-filter{padding:.5rem 1.2rem;border:1px solid var(--light-border);border-radius:20px;font-size:.85rem;font-weight:500;color:var(--text-secondary);background:var(--light-primary);cursor:pointer;transition:var(--transition)}.gallery-filter.active,.gallery-filter:hover{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.map-container{border-radius:12px;overflow:hidden;border:1px solid var(--light-border);margin-top:1.5rem}.map-container iframe{width:100%;height:280px;border:0}.two-col{display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem;align-items:start}.download-band{background:var(--dark-primary);padding:3rem 2rem;text-align:center;border-top:1px solid rgba(37,99,235,.2);border-bottom:1px solid rgba(37,99,235,.2)}.download-band h2{font-size:1.8rem;font-weight:800;color:var(--light-primary);margin-bottom:.75rem}.download-band p{font-size:1rem;color:var(--text-light);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-info-card{background:var(--light-secondary);border-radius:12px;padding:2rem;border:1px solid var(--light-border)}.contact-info-card h3{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.contact-detail{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.contact-detail .icon{flex-shrink:0;width:20px;text-align:center;color:var(--accent-blue);margin-top:2px}.contact-detail p{font-size:.93rem;color:var(--text-secondary);line-height:1.6}.contact-detail a{color:var(--accent-blue);transition:var(--transition)}.contact-detail a:hover{color:var(--accent-blue-hover)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form-intro{font-size:.95rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.btn-submit-full{width:100%}.honeypot-field{display:none!important}.contact-below-form{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--light-border);display:flex;flex-direction:column;gap:1.5rem}.contact-team-card{display:flex;flex-direction:column;gap:1.25rem}.contact-team-member{display:flex;gap:.75rem;align-items:flex-start}.contact-team-member+.contact-team-member{padding-top:1.25rem;border-top:1px solid var(--light-border)}.contact-team-icon{flex-shrink:0;width:36px;height:36px;background:rgba(37,99,235,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-blue);margin-top:2px}.contact-team-member strong{display:block;font-size:.95rem;color:var(--text-primary)}.contact-team-role{display:block;font-size:.8rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-weight:500;margin-bottom:.4rem}.contact-team-links{display:flex;flex-direction:column;gap:.25rem}.contact-team-links a{font-size:.85rem;color:var(--accent-blue);display:inline-flex;align-items:center;gap:.35rem;transition:var(--transition)}.contact-team-links a:hover{color:var(--accent-blue-hover)}.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem}.contact-sidebar h2{margin-bottom:0}.contact-sidebar .contact-info-card{margin-bottom:0}.contact-download-card p{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.btn-compact{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem}.hours-table{width:100%;font-size:.9rem;color:var(--text-secondary)}.hours-table tr td{padding:.35rem 0}.hours-table tr td:first-child{font-weight:600;color:var(--text-primary);padding-right:1rem}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}.footer-browse-columns{grid-template-columns:1fr 1fr;gap:1.25rem}.footer-section-browse{grid-column:1/-1}.footer-browse-row-inner{grid-template-columns:1fr 1fr;gap:1.5rem}.two-col{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr;text-align:center}.hero p{max-width:100%}.hero-buttons{justify-content:center}.hero-stats{justify-content:center}.hero-icon-grid{transform:none;margin:0 auto}.hero-icon-tile{width:90px;height:90px}.hero-icon-tile svg{width:26px;height:26px}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:.95rem}.hero-page h1{font-size:2rem}.hero-inner{padding:3rem 1.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{flex-wrap:wrap;gap:1.5rem}.hero-icon-grid-container{display:none}.btn{width:100%;max-width:320px}.section{padding:3rem 1.25rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:1.4rem}.form-row{grid-template-columns:1fr}.contact-team-links a{font-size:.8rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.credentials-list{gap:1.5rem}.cta-section h2{font-size:1.8rem}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--dark-primary);flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:999}.nav-links.open{display:flex}.nav-links a{font-size:1.2rem}.nav-dropdown{position:static;display:flex;flex-direction:column;align-items:center}.nav-dropdown-menu{position:static;transform:none;background:rgba(255,255,255,.04);border:none;border-radius:8px;box-shadow:none;min-width:auto;width:200px;padding:.25rem 0;margin-top:.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease}.nav-dropdown-menu::after,.nav-dropdown-menu::before{display:none}.nav-dropdown.open .nav-dropdown-menu{display:block;max-height:500px;opacity:1;transform:none}.nav-dropdown:hover .nav-dropdown-menu{display:none;max-height:0;opacity:0}.nav-dropdown.open:hover .nav-dropdown-menu{display:block;max-height:500px;opacity:1}.nav-dropdown-menu a{text-align:center;font-size:.95rem;padding:.45rem 1rem;justify-content:center}.dropdown-vehicle-icon{display:none}.dropdown-category-label{text-align:center;padding:.6rem 1rem .15rem}.nav-dropdown.open .nav-dropdown-menu{max-height:800px}.nav-phone{justify-content:center;font-size:1rem}.nav-cta{margin-left:0}.nav-phone svg{width:18px;height:18px}.nav-toggle{display:flex}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-browse-columns{grid-template-columns:1fr;gap:1.5rem}.footer-browse-row-inner{grid-template-columns:1fr;gap:1.5rem}.footer-browse-row .footer-browse-col .footer-links{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:1fr}.process-step{gap:1rem}.step-number{width:40px;height:40px;font-size:.95rem}.process-step:not(:last-child)::before{left:19px;top:44px}.trust-split{grid-template-columns:1fr!important;gap:2rem!important}.stats-container{grid-template-columns:1fr 1fr!important}}@media (max-width:480px){.hero h1{font-size:1.8rem}.stats-container{grid-template-columns:1fr 1fr}.nav{padding:.75rem 1rem}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}@media print{.cta-section,.footer,.gallery-filters,.nav,.nav-toggle,.skip-link{display:none}body{color:#000;background:#fff;font-size:11pt;line-height:1.5}.hero{background:#fff;color:#000;padding:1rem}.hero p{color:#333}.section,.section-dark,.section-gray{background:#fff;color:#000;break-inside:avoid}.card,.process-step,.team-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}a[href]::after{content:" (" attr(href) ")";font-size:.8em;color:#555}a.btn::after,a.nav-cta::after,a.nav-phone::after{content:none}}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link{position:absolute;top:-100px;left:50%;transform:translateX(-50%);background:var(--accent-blue);color:#fff;padding:.75rem 1.5rem;border-radius:0 0 8px 8px;font-weight:600;z-index:10000;transition:top .2s ease}.skip-link:focus{top:0}.navbar{background-color:var(--dark-primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.3)}.section-headline{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:.75rem;color:var(--text-primary)}.section-subhead{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto;text-align:center}.section-body{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.team-card .bio{font-size:.88rem;color:var(--text-secondary);line-height:1.6;margin-top:.75rem;text-align:left}.credential-block{margin-bottom:1.5rem}.credential-block h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.credential-block p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.credential-code{font-family:'Courier New',monospace;font-weight:600;color:var(--accent-blue)}.industry-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(37,99,235,.1) 0,rgba(59,130,246,.05) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.industry-icon svg{width:28px;height:28px;stroke:var(--accent-blue)}.team-photo-frame{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:3px solid var(--accent-blue);box-shadow:0 4px 15px rgba(37,99,235,.15)}.team-photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0 0,#cbd5e1 100%);display:flex;align-items:center;justify-content:center}.team-photo-placeholder svg{width:48px;height:48px;stroke:#94a3b8}.team-photo-frame img{width:100%;height:100%;object-fit:cover}.image-placeholder{background:linear-gradient(135deg,#f1f5f9 0,#e2e8f0 100%);border:2px dashed #cbd5e1;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;min-height:200px;transition:var(--transition);margin:2rem 0}.image-placeholder:hover{border-color:var(--accent-blue);background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%)}.image-placeholder svg{width:36px;height:36px;stroke:#94a3b8}.image-placeholder .placeholder-label{font-size:.78rem;color:#94a3b8;font-weight:500;text-align:center}.floating-cta{position:fixed;bottom:20px;right:20px;background-color:var(--accent-blue);color:var(--light-primary);padding:12px 18px;border-radius:50px;font-weight:600;font-size:.95rem;display:none;align-items:center;gap:8px;z-index:999;box-shadow:0 6px 20px rgba(37,99,235,.35);transition:var(--transition);white-space:nowrap}.floating-cta:hover{background-color:var(--accent-blue-hover);box-shadow:0 8px 28px rgba(37,99,235,.45);transform:translateY(-2px)}.floating-cta svg{flex-shrink:0}@media (max-width:768px){.floating-cta{display:flex}body.contact-page .floating-cta{display:none}}.trust-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.trust-split-heading{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.trust-split-body{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.trust-split-body:last-of-type{margin-bottom:1.5rem}.trust-split-img{width:100%;border-radius:12px}.intro-text-centered{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;text-align:center;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.card-link{text-decoration:none}.accent-link{color:var(--accent-blue);text-decoration:none;font-weight:600}.flex-center-wrap{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-credentials-text{margin-bottom:.5rem;color:var(--text-tertiary);font-size:.72rem;letter-spacing:.06em}.section-subheading{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary);margin-top:2rem}.code-text{font-family:monospace}.hero-bg-handshake{background:linear-gradient(rgba(6,14,31,.75),rgba(15,23,42,.82)),url('assets/photos-facility/handshake.webp') center/cover no-repeat;min-height:340px}.privacy-container{max-width:800px}.privacy-date{font-style:italic;color:#666;margin-bottom:2rem}.privacy-contact-box{background:#f5f5f5;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.trade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2rem}.trade-card{text-decoration:none;text-align:center;padding:1.5rem 1rem}.trade-card-icon{width:32px;height:32px;stroke:var(--accent-blue);fill:none;margin-bottom:.75rem}.trade-card h3{font-size:1rem;margin:0 0 .5rem 0}.trade-card-desc{font-size:.82rem;color:var(--text-secondary);line-height:1.4;margin:0}.mid-cta{background:linear-gradient(135deg,var(--dark-primary) 0,var(--dark-secondary) 100%);padding:3rem 2rem;text-align:center;color:var(--light-primary)}.mid-cta .container{max-width:700px}.mid-cta h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.mid-cta p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.section-cta-inline{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.hub-grid{display:grid;gap:1.5rem;margin-top:2rem}.hub-grid-3{grid-template-columns:repeat(3,1fr)}.hub-grid-4{grid-template-columns:repeat(4,1fr)}.hub-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--light-primary);border:1px solid var(--light-border);border-radius:12px;padding:2rem 1.5rem 1.5rem;text-decoration:none;color:inherit;transition:var(--transition)}.hub-card:hover{transform:translateY(-4px);border-color:rgba(37,99,235,.25);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hub-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.12);border-radius:12px;margin-bottom:1rem}.hub-card-icon svg{width:24px;height:24px;stroke:var(--accent-blue);fill:none}.hub-card h3{font-size:1.05rem;font-weight:700;color:var(--dark-primary);margin-bottom:.5rem}.hub-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.75rem;flex-grow:1}.hub-card-link{font-size:.82rem;font-weight:600;color:var(--accent-blue);margin-top:auto}.hub-card:hover .hub-card-link{text-decoration:underline}.why-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--light-primary);border:1px solid var(--light-border);border-radius:12px;padding:2rem 1.5rem 1.5rem}.why-card h3{font-size:1.05rem;font-weight:700;color:var(--dark-primary);margin-bottom:.5rem}.why-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0}.hub-section-cta{text-align:center;margin-top:2rem}@media (max-width:1024px){.hub-grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hub-grid-3{grid-template-columns:repeat(2,1fr)}.hub-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hub-grid-3,.hub-grid-4{grid-template-columns:1fr}.hub-card{padding:1.5rem 1rem 1rem}}.seo-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:1.5rem;align-items:start}.seo-split-left p{font-size:.92rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.seo-split-right{display:flex;flex-direction:column;gap:1.25rem}.seo-ref-group h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:.5rem}.seo-ref-group p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0}.seo-ref-group p a{color:var(--accent-blue)}.seo-ref-links{display:flex;flex-wrap:wrap;gap:.5rem}.seo-ref-links a{display:inline-block;font-size:.8rem;font-weight:600;color:var(--accent-blue);background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.12);border-radius:6px;padding:.35rem .75rem;text-decoration:none;transition:var(--transition)}.seo-ref-links a:hover{background:rgba(37,99,235,.12);border-color:rgba(37,99,235,.25)}.seo-spec-tag{display:inline-block;font-size:.8rem;font-weight:600;color:var(--text-secondary);background:var(--light-secondary);border:1px solid var(--light-border);border-radius:6px;padding:.35rem .75rem}.seo-oem-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.seo-oem-row img{height:22px;width:auto;object-fit:contain;opacity:.7;transition:var(--transition)}.seo-oem-row img:hover{opacity:1}.seo-cred-row{display:flex;flex-wrap:wrap;gap:.5rem}.seo-cred-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--text-secondary);background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.12);border-radius:6px;padding:.35rem .7rem;text-decoration:none;transition:var(--transition)}.seo-cred-badge img{height:18px;width:auto;flex-shrink:0;object-fit:contain}a.seo-cred-badge:hover{background:rgba(37,99,235,.12);border-color:rgba(37,99,235,.25);color:var(--accent-blue)}@media (max-width:768px){.seo-split{grid-template-columns:1fr;gap:2rem}}.incentive-disclaimer{font-size:.72rem;color:var(--text-muted);max-width:600px;margin:2rem auto 0;line-height:1.5;opacity:.7}.table-header-row{background:rgba(37,99,235,.06);font-weight:600}.callout-spaced{margin-top:2.5rem}.model-card-cta-secondary{margin-left:1rem;color:var(--text-tertiary)}@media (max-width:768px){.trade-grid{grid-template-columns:1fr 1fr}.trust-split-heading{font-size:1.5rem}.intro-text-centered{font-size:.95rem;max-width:100%;padding:0 .5rem}}@media (max-width:480px){.trade-grid{grid-template-columns:1fr}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--dark-primary);color:#e2e8f0;padding:1rem 1.5rem;z-index:10000;display:none;align-items:center;justify-content:center;gap:1.25rem;font-size:.85rem;line-height:1.5;border-top:1px solid rgba(37,99,235,.2);box-shadow:0 -4px 24px rgba(0,0,0,.3)}.cookie-banner.show{display:flex}.cookie-banner p{margin:0;max-width:700px}.cookie-banner a{color:#60a5fa;text-decoration:underline}.cookie-banner-buttons{display:flex;gap:.5rem;flex-shrink:0}.cookie-btn{padding:.5rem 1.25rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.cookie-btn-accept{background:#2563eb;color:#fff}.cookie-btn-accept:hover{background:#1d4ed8}.cookie-btn-decline{background:0 0;color:#94a3b8;border:1px solid #334155}.cookie-btn-decline:hover{background:#1e293b;color:#e2e8f0}@media (max-width:640px){.cookie-banner{flex-direction:column;text-align:center;padding:1.25rem 1rem;gap:.75rem}}.content-image{width:100%;max-width:1200px;border-radius:12px;display:block;margin:0 auto}.section-before-image{padding-bottom:1.5rem}.section-image-break{padding-top:.5rem;padding-bottom:.5rem}.section-after-image{padding-top:2.5rem}@media (max-width:768px){.section-before-image{padding-bottom:1rem}.section-image-break{padding-top:.25rem;padding-bottom:.25rem}.section-after-image{padding-top:1.5rem}.content-image{border-radius:8px}}.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-list .faq-item{background:#fff;border:1px solid var(--light-border);border-radius:10px;padding:1.1rem 1.4rem;transition:border-color .2s ease,box-shadow .2s ease}.faq-list .faq-item:hover{border-color:var(--accent-blue);box-shadow:0 2px 12px rgba(37,99,235,.06)}.faq-list .faq-item[open]{border-color:var(--accent-blue);box-shadow:0 4px 18px rgba(37,99,235,.08)}.faq-list .faq-item summary{list-style:none;cursor:pointer;font-weight:600;font-size:1rem;color:var(--text-primary);display:flex;justify-content:space-between;align-items:center;gap:1rem;outline:0}.faq-list .faq-item summary::-webkit-details-marker{display:none}.faq-list .faq-item summary::after{content:"+";font-size:1.5rem;line-height:1;font-weight:400;color:var(--accent-blue);transition:transform .2s ease;flex-shrink:0}.faq-list .faq-item[open] summary::after{content:"−"}.faq-list .faq-item p{margin:.9rem 0 0;color:var(--text-secondary);font-size:.95rem;line-height:1.65}.faq-list .faq-item p a{color:var(--accent-blue);text-decoration:underline}@media (max-width:640px){.faq-list .faq-item{padding:.9rem 1rem}.faq-list .faq-item summary{font-size:.95rem}}.seo-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.seo-split-left{display:flex;flex-direction:column;gap:1.5rem}.seo-split-left p{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.seo-split-left a{color:var(--accent-blue);text-decoration:underline;transition:color .2s ease}.seo-split-left a:hover{color:var(--accent-blue-hover)}.seo-split-right{display:flex;flex-direction:column;gap:2rem}.seo-ref-group{background:var(--light-secondary);border:1px solid var(--light-border);border-radius:12px;padding:1.5rem}.seo-ref-group h3{font-size:.95rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.seo-ref-links{display:flex;flex-wrap:wrap;gap:.75rem}.seo-pill-link{display:inline-block;padding:.5rem 1rem;background:var(--light-primary);border:1px solid var(--accent-blue);border-radius:20px;color:var(--accent-blue);font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease}.seo-pill-link:hover{background:var(--accent-blue);color:var(--light-primary)}.seo-spec-tag{display:inline-block;padding:.5rem 1rem;background:var(--light-primary);border:1px solid var(--light-border);border-radius:20px;color:var(--text-secondary);font-size:.85rem;font-weight:600}.seo-cred-row{display:flex;flex-direction:column;gap:1rem}.seo-cred-badge{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--light-primary);border:1px solid var(--light-border);border-radius:8px;text-decoration:none;transition:all .2s ease}.seo-cred-badge:hover{border-color:var(--accent-blue);box-shadow:0 2px 8px rgba(37,99,235,.1)}.seo-cred-badge a{color:inherit;text-decoration:none}.seo-cred-badge img{height:32px;width:auto;object-fit:contain}.seo-cred-badge span{font-size:.85rem;font-weight:600;color:var(--text-primary)}@media (max-width:768px){.seo-split{grid-template-columns:1fr;gap:2rem}}.error-hero-content{text-align:center}.error-hero-buttons{justify-content:center}.error-links-container{text-align:center;max-width:600px}.error-links-list{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-top:1.5rem}.error-link{color:var(--accent-blue);font-weight:500}.about-hero{position:relative;min-height:55vh;display:flex;align-items:center;background:linear-gradient(100deg,rgba(6,14,31,.92) 0,rgba(15,23,42,.8) 50%,rgba(15,23,42,.5) 100%),url('../assets/photos-facility/key-handover.webp') center/cover no-repeat}.about-hero-buttons{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.about-inline-link{color:var(--accent-blue)}.trust-badge-rounded{border-radius:6px}.about-cta-section{background:linear-gradient(rgba(6,14,31,.8),rgba(15,23,42,.85)),url('../assets/photos-facility/handshake.webp') center/cover no-repeat}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}