:root{
  --blue:#06367f;
  --blue-2:#0a459f;
  --blue-dark:#03285f;
  --orange:#ff7100;
  --text:#061b47;
  --muted:#566175;
  --line:#e8edf5;
  --bg:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.site-header{height:112px;display:flex;align-items:center;background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(5,37,88,.05)}
.nav-wrap{height:100%;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:30px}
.brand img{width:280px;height:84px;object-fit:contain;object-position:left center}
.main-nav{display:flex;justify-content:center;align-items:center;gap:36px;font-weight:600;font-size:14px;white-space:nowrap}
.main-nav a{padding:10px 0;position:relative}
.main-nav a:hover,.main-nav a.active{color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:5px;font-weight:700;padding:15px 22px;font-size:14px;transition:.2s ease}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 6px 16px rgba(255,113,0,.18)}
.btn-orange:hover{transform:translateY(-1px);filter:brightness(.98)}
.btn-outline{border:1.5px solid var(--blue);color:var(--blue);background:#fff}
.header-cta{padding:14px 20px;white-space:nowrap}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;width:27px;height:3px;margin:5px 0;border-radius:4px;background:var(--blue)}

.hero{position:relative;background:linear-gradient(90deg,#f8fbff 0%,#fff 52%,#f4f8fd 100%);padding-bottom:46px}
.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 84% 20%,rgba(7,62,140,.08),transparent 32%);pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:48% 52%;min-height:420px;align-items:stretch}
.hero-copy{padding:56px 0 64px;z-index:2}
.hero-copy h1{font-size:48px;line-height:1.05;letter-spacing:-1.5px;margin:0 0 18px;font-weight:800}
.hero-copy h1 span{color:var(--orange)}
.hero-copy>p{font-size:17px;line-height:1.55;max-width:510px;margin:0 0 28px;color:#142143}
.benefits-inline{display:flex;gap:42px;margin:30px 0 34px}
.benefits-inline>div{display:flex;align-items:center;gap:12px;font-size:13px;line-height:1.35}
.mini-icon{width:40px;height:40px;display:grid;place-items:center;border:2px solid var(--blue);border-radius:11px;color:var(--blue);font-size:20px;font-weight:800}
.truck{border-radius:7px}
.badge{border-radius:50%}
.hero-actions{display:flex;gap:14px}
.hero-image{position:relative;overflow:hidden;border-bottom-left-radius:4px}
.hero-image::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.12) 20%,transparent 42%);z-index:1;pointer-events:none}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center}
.company-strip{position:relative;margin-top:-42px;z-index:5;background:linear-gradient(90deg,#073780,#074a9b);color:#fff;border-radius:7px;box-shadow:0 10px 25px rgba(3,42,98,.16);display:grid;grid-template-columns:1.5fr 1fr .75fr .7fr 1fr;min-height:98px;align-items:center;padding:15px 22px}
.strip-item{display:flex;align-items:center;gap:14px;padding:10px 18px;border-right:1px solid rgba(255,255,255,.2)}
.strip-item:last-child{border-right:0}
.strip-icon{width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;font-size:20px}
.strip-item small{display:block;font-weight:700;font-size:12px;margin-bottom:5px}
.strip-item strong{font-size:11px;line-height:1.5;font-weight:600}
.strip-item strong span{font-weight:500}

.section{padding:28px 0}
.section-title{text-align:center;margin-bottom:20px}
.section-title h2{font-size:21px;margin:0;font-weight:800}
.section-title i{display:block;width:34px;height:2px;background:var(--orange);margin:9px auto 0;border-radius:4px}
.section-title.compact{margin-bottom:18px}
.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:7px;min-height:150px;padding:19px 10px 12px;text-align:center;box-shadow:0 4px 15px rgba(4,45,95,.025);display:flex;flex-direction:column;align-items:center}
.line-icon{height:54px;display:grid;place-items:center;color:var(--orange);font-size:39px;font-weight:400}
.category-card h3{font-size:12px;line-height:1.35;margin:6px 0 10px}
.category-card i{margin-top:auto;width:23px;height:2px;background:var(--orange);border-radius:4px}

.about-card{display:grid;grid-template-columns:36% 39% 25%;background:#fbfcfe;border-radius:8px;overflow:hidden;box-shadow:0 5px 16px rgba(4,43,95,.03);min-height:278px}
.warehouse-wrap{position:relative;min-height:278px}
.warehouse-wrap>img{width:100%;height:100%;object-fit:cover}
.quote-box{position:absolute;left:18px;right:18px;bottom:0;background:linear-gradient(135deg,#0b3c87,#05316f);color:#fff;border-radius:14px 14px 0 0;padding:18px 22px;min-height:92px}
.quote-mark{font-size:35px;line-height:20px;font-weight:800}
.quote-box p{font-size:10px;line-height:1.5;margin:5px 0 0}
.about-copy{padding:42px 36px}
.eyebrow{font-size:12px;color:var(--orange);font-weight:700}
.about-copy h2{font-size:21px;line-height:1.25;margin:8px 0 18px}
.about-copy p{font-size:11px;line-height:1.55;color:#27344e;margin:0 0 12px}
.feature-list{border-left:1px solid #d7dfeb;padding:20px 22px}
.feature{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #e3e8ef}
.feature:last-child{border-bottom:0}
.feature>span{font-size:32px;color:var(--orange);width:42px;text-align:center}
.feature b{display:block;font-size:13px;line-height:1.25;margin-bottom:6px}
.feature small{display:block;font-size:10px;color:#4e586a;line-height:1.45}

.info-card{border:1px solid var(--line);border-radius:7px;box-shadow:0 5px 18px rgba(3,41,92,.04);display:grid;grid-template-columns:1fr 1fr 1.2fr;padding:18px 0;background:#fff}
.info-col{padding:0 22px;border-right:1px solid #dce3ec}
.info-col:last-child{border-right:0}
.info-row{display:flex;gap:14px;align-items:flex-start;margin:0 0 18px}
.info-row:last-child{margin-bottom:0}
.info-row>span{font-size:25px;color:var(--blue)}
.info-row b{font-size:11px;display:block;margin-bottom:4px}
.info-row p{font-size:10px;line-height:1.5;margin:0;color:#243047}

.lines{padding-top:12px;padding-bottom:24px}
.segment-row{display:grid;grid-template-columns:repeat(7,1fr);gap:22px;align-items:center;text-align:center;color:#7c838e;font-weight:800;font-size:16px;letter-spacing:-.4px}
.segment-row span{padding:8px 4px;border-radius:4px;background:#fafbfc;border:1px solid #f0f2f6}

footer{background:linear-gradient(90deg,#06367f,#073c8a);color:#fff;padding:30px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.25fr 1.25fr .75fr 1fr;gap:30px}
.footer-grid>div{padding-right:28px;border-right:1px solid rgba(255,255,255,.18)}
.footer-grid>div:last-child{border-right:0;padding-right:0}
footer h3{font-size:21px;margin:0 0 8px}
footer h4{font-size:13px;margin:2px 0 15px}
footer p,footer a{font-size:11px;line-height:1.6}
.footer-cta p{max-width:230px;margin:0 0 16px}
.footer-cta .btn{font-size:11px;padding:11px 16px}
.footer-contact p{margin:7px 0}
.footer-links{display:flex;flex-direction:column}
.footer-links a{margin:3px 0}
.footer-brand img{filter:brightness(0) invert(1);width:220px;height:70px;object-fit:contain}
.footer-brand p{margin-top:8px}
.floating-whatsapp{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:25px;z-index:60;box-shadow:0 10px 25px rgba(0,0,0,.18)}

@media (max-width:1050px){
  .nav-wrap{grid-template-columns:220px 1fr auto;gap:14px}
  .brand img{width:210px}
  .main-nav{gap:18px;font-size:12px}
  .category-grid{grid-template-columns:repeat(4,1fr)}
  .about-card{grid-template-columns:1fr 1fr}
  .feature-list{grid-column:1/-1;border-left:0;border-top:1px solid #d7dfeb;display:grid;grid-template-columns:repeat(3,1fr)}
  .feature{border-bottom:0;border-right:1px solid #e3e8ef;padding:18px}
  .feature:last-child{border-right:0}
}
@media (max-width:820px){
  .site-header{height:84px}
  .nav-wrap{grid-template-columns:1fr auto;position:relative}
  .brand img{width:205px;height:70px}
  .menu-toggle{display:block}
  .header-cta{display:none}
  .main-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;border-radius:0 0 10px 10px;box-shadow:0 15px 30px rgba(0,0,0,.12);padding:18px;flex-direction:column;gap:8px;align-items:stretch}
  .main-nav.open{display:flex}
  .main-nav a{padding:10px 14px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:40px 0 16px}
  .hero-copy h1{font-size:42px}
  .hero-image{height:320px;border-radius:10px;overflow:hidden;margin-bottom:54px}
  .company-strip{grid-template-columns:repeat(2,1fr);margin-top:-72px;padding:12px}
  .strip-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .strip-item:last-child{grid-column:1/-1;border-bottom:0}
  .info-card{grid-template-columns:1fr}
  .info-col{border-right:0;border-bottom:1px solid #e0e6ef;padding:15px 22px}
  .info-col:last-child{border-bottom:0}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:nth-child(2){border-right:0}
  .segment-row{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .hero-copy h1{font-size:34px}
  .hero-copy>p{font-size:15px}
  .benefits-inline{gap:14px;display:grid;grid-template-columns:1fr 1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .hero-image{height:260px}
  .company-strip{grid-template-columns:1fr}
  .strip-item:last-child{grid-column:auto}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .about-card{grid-template-columns:1fr}
  .warehouse-wrap{min-height:260px}
  .about-copy{padding:30px 24px}
  .feature-list{grid-column:auto;display:block}
  .feature{border-right:0;border-bottom:1px solid #e3e8ef}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:20px}
  .footer-grid>div:last-child{border-bottom:0}
  .segment-row{grid-template-columns:repeat(2,1fr)}
}
