/* Homepage - dealer-style centered hero inspired by the supplied reference. */
.site-header{height:100px;border-bottom:1px solid #e6e9ed;box-shadow:0 2px 12px rgba(7,30,54,.05);position:sticky;top:0}
.nav-wrap{max-width:1320px}
.brand img{width:150px;height:74px;mix-blend-mode:multiply}
.nav-links{gap:26px}
.nav-links a{font-size:13px;color:#1d2836}

/* Hero - CMPL fleet banner */
.hero{position:relative;overflow:hidden;display:block;min-height:0;background:none}
.hero-banner{display:block;width:100%;height:auto}
.hero-bar{background:var(--navy);color:#fff}
.hero-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:22px 40px;padding:22px 0;flex-wrap:wrap}
.hero-dealer-group{display:flex;align-items:center;gap:20px}
.hero-bar-logo{width:88px;height:auto;flex-shrink:0}
.hero-bar .hero-dealer{margin:0;font-family:var(--condensed);text-transform:uppercase;font-weight:700;letter-spacing:.015em;line-height:1.18;font-size:clamp(17px,1.7vw,24px);max-width:32ch}
.hero-bar .hero-dealer strong{color:var(--yellow);font-weight:700}
.hero-bar .hero-actions{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap;margin:0}
.button-outline.light{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08);padding:15px 18px;font-size:11px;gap:12px}
.button-outline.light:hover{background:rgba(255,255,255,.18)}

/* Feature banner - show full CMPL artwork, no crop */
.equipment-feature{min-height:0}
.equipment-feature img{object-fit:contain;background:#0d2136;align-self:stretch}

/* Product cards with images */
.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:56px}
.product-cards article{background:var(--paper);border:1px solid var(--line);border-radius:4px;padding:0 26px 30px;display:flex;flex-direction:column}
.product-cards img{width:100%;height:210px;object-fit:contain;margin:-6px 0 6px}
.product-cards span{font-size:11px;color:var(--orange);font-weight:700;letter-spacing:.1em}
.product-cards h3{font-size:26px;margin:12px 0 10px}
.product-cards p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}

.confidence{background:#07172c}

/* Refurbished */
.refurbished{background:var(--paper)}
.refurb-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.refurb-copy h2 em{color:var(--blue)}
.refurb-image{background:linear-gradient(160deg,#0d2947,#081b32);border-radius:6px;padding:34px;display:flex;align-items:center;justify-content:center}
.refurb-image img{width:100%;max-width:460px;height:auto;object-fit:contain}

/* Contact card details */
.direct-contact{border-left:3px solid var(--orange);padding:3px 0 3px 17px;margin-top:28px;display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.direct-contact p{margin:0 0 3px}
.direct-contact b{display:block;font-size:16px}
.direct-contact span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.direct-contact a{font-size:14px;font-weight:700;color:var(--blue);text-decoration:none}
.contact-address{font-style:normal;color:var(--muted);font-size:13px;line-height:1.8;margin-top:22px}
.contact-address a{color:var(--blue);font-weight:700;text-decoration:none}

/* WhatsApp float */
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:50;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.25)}
.whatsapp-float:hover{filter:brightness(1.05)}

@media(max-width:1000px){.nav-links{gap:15px}.nav-links a{font-size:12px}}
@media(max-width:800px){
  .site-header{height:72px}
  .brand img{width:116px;height:58px}
  .nav-links{top:72px}
  .hero-bar-inner{padding:18px 0;gap:18px}
  .hero-bar .hero-dealer{font-size:17px}
  .product-cards{grid-template-columns:1fr;gap:18px}
  .product-cards img{height:200px}
  .refurb-grid{grid-template-columns:1fr;gap:32px}
  .refurb-image{padding:24px}
}
