@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";:root{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#0c0d0f;background-color:#f5f6fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f5f6fb}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{min-height:100vh;background:#f5f6fb;color:#111320}.hero{min-height:90vh;position:relative;color:#fff;background-image:url(/assets/newlogotruck-BWXjBEFv.png);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#05080fd9,#071a34cc)}.hero-layer{position:relative;z-index:1;min-height:inherit;padding:1.5rem clamp(1.5rem,5vw,4rem) 4rem;display:flex;flex-direction:column;justify-content:center}.nav-bar{position:sticky;top:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 30px #0f172a1f;z-index:10}.nav-shell{max-width:1200px;margin:0 auto;padding:.85rem clamp(1rem,4vw,2.5rem);display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;color:#0c0f1a;width:100%}.brand-logo{width:151px;height:auto;object-fit:contain}.nav-links{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.95rem}.nav-links a{padding:.35rem .5rem;color:#1a1b25;font-weight:500}.nav-links a:hover{color:#e1001f}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:linear-gradient(135deg,#ff1d25,#c80011);color:#fff;box-shadow:0 10px 20px #c8001159}.btn-ghost{border-color:#ffffff80;color:#fff;background:transparent}.btn:hover{transform:translateY(-1px)}.hero-body{max-width:680px;display:flex;flex-direction:column;gap:1.25rem}.badge{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);font-size:.85rem;font-weight:500;letter-spacing:.02em}.hero h1{margin:0;font-size:clamp(2.4rem,8vw,4rem);line-height:1.1}.hero-copy{font-size:1.05rem;margin:0;color:#ffffffe6}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.contact-card{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.2rem;border-radius:1.25rem;background:#00000073;width:fit-content;color:#fff;text-decoration:none}.contact-icon{width:42px;height:42px;border-radius:12px;background:#ffffff26;display:grid;place-items:center;font-size:1.35rem}.contact-icon svg{width:22px;height:22px}.contact-icon path{stroke:#fff}.contact-label{margin:0;font-size:.85rem;color:#ffffffb3}.contact-value{margin:0;font-size:1.1rem;font-weight:600}.details{display:flex;flex-direction:column;width:100%}.about-card{position:relative;overflow:hidden}.about-hero{min-height:60vh;padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,8vw,6rem);background:#fff;border-radius:0;box-shadow:0 -10px 60px #0f172a14;color:#0f172a}.about-content{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.about-photo{margin:0}.about-photo img{width:75%;display:block;object-fit:cover;min-height:260px;border-radius:1.5rem;margin:0 auto}.section-kicker{margin:0 0 .2rem;display:inline-flex;padding:.35rem 1rem;text-transform:uppercase;font-size:.85rem;letter-spacing:.18em;color:#ff1d25;background:#ff1d251f;border-radius:999px}.about-card h2{margin:0 0 .75rem;font-size:clamp(2rem,6vw,2.8rem)}.about-card p{color:#334155}.services-section{padding:4.5rem 1.5rem 5.5rem;background:#f6f7fb;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.service-header{text-align:center;max-width:760px;display:flex;flex-direction:column;gap:.8rem;align-items:center}.service-header h2{margin:0;font-size:clamp(2.2rem,6vw,2.9rem);color:#0f172a}.service-header p{margin:0;color:#4b5266}.service-tabs{display:inline-flex;gap:.5rem;align-self:center;background:#fff;border-radius:999px;padding:.35rem;box-shadow:0 18px 40px #0f172a14}.service-pill{border:none;background:transparent;border-radius:999px;padding:.55rem 1.6rem;font-weight:600;font-size:.95rem;color:#4f566e;cursor:pointer;transition:background .15s ease,color .15s ease}.service-pill.active{background:#f6f7fb;color:#0f172a;box-shadow:inset 0 1px 4px #0f172a14}.service-grid{width:min(1200px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:.5rem}.service-card{background:#fff;border-radius:1.5rem;padding:1.75rem;box-shadow:0 24px 60px #0f172a12;border:1.5px solid transparent;display:flex;align-items:flex-start;gap:1rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.service-card:hover{border-color:#e2172d;box-shadow:0 20px 40px #e2172d26;transform:translateY(-3px)}.service-text{display:flex;flex-direction:column;gap:.4rem}.service-text h3{margin:0;font-size:1.05rem;color:#101837}.service-text p{margin:0;color:#4b5266;font-size:.95rem}.service-card h3,.service-card p{margin:0}.service-icon{width:58px;height:58px;border-radius:16px;background:#fdeff0;display:grid;place-items:center}.service-icon svg{width:34px;height:34px}.service-icon svg *{stroke:#ff1d25}.service-icon img{width:34px;height:34px;object-fit:contain}.shippers-section{padding:5rem clamp(1.5rem,8vw,5rem);display:flex;flex-direction:column;gap:2rem;align-items:stretch;background:#fff}.shippers-visual{flex:1;border-radius:2rem;overflow:hidden;box-shadow:0 35px 65px #0f172a26;align-self:center;width:min(400px,100%)}.shippers-visual img{width:100%;height:auto;display:block;border-radius:2rem}.shippers-content{flex:1;display:flex;flex-direction:column;gap:1.25rem}.shippers-content h2{margin:0;font-size:clamp(2rem,6vw,2.8rem);color:#101837}.shippers-section .section-kicker{align-self:flex-start}.section-kicker.muted{background:#ff1d2514;color:#c80011}.shipper-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.shipper-benefits li{display:flex;gap:1rem;align-items:center}.benefit-icon{width:44px;height:44px;border-radius:999px;background:#ff1d251a;color:#e2172d;display:grid;place-items:center;font-weight:600;font-size:.95rem;flex-shrink:0}.shipper-benefits h3{margin:0;font-size:1.05rem;color:#111a2b}.shipper-benefits p{margin:.15rem 0 0;color:#4c5465;font-size:.95rem}.carriers-section{padding:4rem clamp(1.5rem,8vw,5rem);display:flex;flex-direction:column;gap:2rem;align-items:stretch;background:#f6f7fb}.carriers-content{flex:1;display:flex;flex-direction:column;gap:1.25rem}.carriers-content h2{margin:0;font-size:clamp(2rem,6vw,2.8rem);color:#111a2b}.carrier-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.carrier-benefits li{display:flex;gap:1rem;align-items:flex-start}.benefit-icon.check{background:#e2172d1f;color:#e2172d;font-size:1.05rem}.carriers-visual{flex:1;border-radius:2rem;overflow:hidden;box-shadow:0 35px 65px #0f172a2e;align-self:center;width:min(420px,100%)}.carriers-visual img{width:100%;height:auto;display:block;border-radius:2rem}.why-section{padding:4rem clamp(1.5rem,8vw,5rem);display:flex;flex-direction:column;gap:2rem;align-items:center;background:#fff}.why-visual{width:min(520px,100%);border-radius:2rem;overflow:hidden;box-shadow:0 25px 50px #0f172a26}.why-visual img{width:100%;display:block}.why-content{flex:1;display:flex;flex-direction:column;gap:1.25rem}.why-content h2{margin:0;font-size:clamp(2rem,6vw,2.8rem)}.why-cards{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:0;margin:0}.why-cards li{display:flex;gap:1rem;align-items:flex-start;background:#f6f7fb;border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 20px 30px #0f172a14}.why-icon{width:42px;height:42px;border-radius:50%;background:#e2172d1f;color:#e2172d;display:grid;place-items:center;font-size:1rem;font-weight:600}.stats-section{padding:4rem 1.5rem 4.5rem;background:#0f1628;color:#fff;text-align:center;display:flex;flex-direction:column;gap:2rem}.stats-header h2{margin:0;font-size:clamp(2rem,6vw,2.7rem)}.stats-header p{margin:.35rem 0 0;color:#ffffffb3}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;width:min(1100px,100%);margin:0 auto}.stat-card{background:#1a2135;border-radius:1rem;padding:1.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:inset 0 0 0 1px #ffffff0d}.stat-card strong{font-size:2rem;color:#e2172d;letter-spacing:.02em}.stat-card span{color:#fffc}.contact-section{padding:4rem clamp(1.5rem,7vw,5rem);display:flex;flex-direction:column;gap:2rem;background:#f6f7fb}.contact-details{flex:1;display:flex;flex-direction:column;gap:1.25rem}.contact-card-stack{display:flex;flex-direction:column;gap:1rem}.contact-card-stack article{background:#fff;border-radius:1rem;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 20px 40px #0f172a14}.contact-icon{width:48px;height:48px;border-radius:14px;background:#e2172d1f;font-size:1.4rem;display:grid;place-items:center}.contact-card-stack h3{margin:0;font-size:1rem}.contact-card-stack p{margin:.2rem 0 0;color:#4b5266}.contact-form-card{flex:1;background:#fff;border-radius:1.5rem;padding:1.75rem;box-shadow:0 30px 60px #0f172a14}.contact-form-card h3{margin:0 0 1rem}.contact-form,.contact-row{display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#4b5266}.contact-form input,.contact-form textarea{border-radius:.75rem;border:1px solid rgba(15,23,42,.15);padding:.75rem 1rem;font-size:1rem;font-family:inherit;resize:vertical}.contact-form textarea{min-height:150px}.submit-btn{width:100%;justify-content:center}.contact-hint{margin:0;font-size:.85rem;color:#6b7285;text-align:center}section[id]{scroll-margin-top:110px}@media(min-width:768px){.nav-shell{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 2rem}.nav-links{gap:1.5rem}.hero-layer{padding-top:2.5rem}.details{margin-top:-5rem}.about-content{flex-direction:row;align-items:center;gap:3rem}.about-content>div{flex:1}.about-photo{flex:.85}.service-grid{gap:1.5rem}.shippers-section{flex-direction:row;align-items:center;gap:3rem}.shippers-visual,.shippers-content{flex:1}.carriers-section{flex-direction:row;align-items:center;gap:3rem}.carriers-content,.carriers-visual{flex:1}.why-section{flex-direction:row;align-items:center;gap:3rem}.why-visual,.why-content{flex:1}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-section{flex-direction:row;align-items:flex-start}.contact-row{flex-direction:row;gap:1rem}.contact-row label{flex:1}}@media(min-width:1024px){.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.service-card{flex-direction:column;align-items:flex-start}}
