:root {
  --ink: #101214;
  --ink-soft: #191d20;
  --paper: #f5f2ed;
  --paper-dark: #e8e2d8;
  --orange: #f26b21;
  --orange-light: #ff8a3d;
  --red: #d9472f;
  --muted: #687078;
  --line: rgba(16, 18, 20, .15);
  --max-width: 1180px;
  --radius: 3px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a { color: inherit; }

.container { width: min(calc(100% - 40px), var(--max-width)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 10; padding: 10px 14px; background: var(--orange); color: var(--ink); }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 5; background: rgba(16, 18, 20, .96); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.header-brand-group { display: flex; min-width: 0; align-items: center; gap: 20px; }
.brand { display: inline-flex; width: 240px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; }
.brand img { display: block; width: 230px; height: 50px; object-fit: contain; object-position: left center; }
.brand-tagline { margin-left: 2px; color: #c6cbd0; font-size: .62rem; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.header-contact { display: flex; align-items: center; gap: 9px; padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .18); }
.whatsapp-icon { flex: 0 0 23px; width: 23px; height: 23px; color: #25d366; }
.contact-numbers { display: flex; flex-direction: column; gap: 3px; }
.contact-numbers a { color: #dce0e2; font-size: .72rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
.contact-numbers a:hover, .contact-numbers a:focus-visible { color: #25d366; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { color: var(--orange-light); }
.nav-cta { padding: 11px 14px; background: var(--orange); color: var(--ink); }
.menu-toggle { display: none; border: 1px solid rgba(255, 255, 255, .4); padding: 9px 12px; background: transparent; color: #fff; font: inherit; text-transform: uppercase; }

.section { padding: 100px 0; }
.section-dark { background: var(--ink); color: #fff; }
.section-light { background: var(--paper); }
.section-orange { background: var(--orange); }
.hero { min-height: 650px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .78fr); gap: 48px; align-items: center; }
.hero-copy { min-width: 0; max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: var(--orange-light); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-orange { color: var(--red); }
.eyebrow-dark { color: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.04em; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(3.1rem, 6.1vw, 5.7rem); font-weight: 800; }
h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { margin-bottom: 12px; font-size: 1.5rem; }
.hero-lead { max-width: 570px; color: #c6cbd0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin: 35px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; padding: 15px 18px; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-light); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover, .button-outline:focus-visible { background: var(--ink); color: #fff; }
.button-wide { width: 100%; margin-bottom: 12px; }
.text-link { display: inline-flex; gap: 9px; color: var(--ink); font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link-light { color: #fff; }
.text-link-dark { color: var(--ink); }
.hero-note { color: #9da5aa; font-size: .82rem; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--orange); }

.hero-visual { position: relative; min-height: 0; min-width: 0; aspect-ratio: 1.65; overflow: hidden; border: 1px solid rgba(255, 255, 255, .15); background: linear-gradient(135deg, #191d20 0%, #101214 70%); }
.visual-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px); background-size: 42px 42px; transform: skewY(-12deg) scale(1.3); }
.hero-forklift { position: absolute; inset: 8px 14px 30px; width: calc(100% - 28px); height: calc(100% - 38px); object-fit: contain; }
.visual-label { position: absolute; right: 18px; bottom: 5px; color: var(--orange-light); font-size: .7rem; letter-spacing: .18em; }

.trust-strip { background: var(--orange); color: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: baseline; gap: 12px; padding: 26px 20px; border-left: 1px solid rgba(16, 18, 20, .2); }
.trust-grid > div:last-child { border-right: 1px solid rgba(16, 18, 20, .2); }
.trust-grid strong { font-size: 2.2rem; letter-spacing: -.06em; }
.trust-grid span { font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.section-heading { max-width: 750px; margin-bottom: 45px; }
.section-heading > p:last-child, .coverage-card > p, .contact-card > p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.section-heading-dark > p:last-child { color: #b7bec2; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 255px; padding: 26px; border: 1px solid var(--line); background: var(--paper-dark); }
.service-card-featured { background: var(--ink); color: #fff; }
.service-card p { color: var(--muted); font-size: .95rem; }
.service-card-featured p { color: #c6cbd0; }
.card-number { display: block; margin-bottom: 65px; color: var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.service-card-featured .card-number { color: var(--orange-light); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.large-copy { max-width: 560px; font-size: 1.35rem; font-weight: 700; line-height: 1.35; }

.brands-section { background: var(--ink-soft); }
.brands-list { display: flex; flex-wrap: wrap; gap: 9px; }
.brands-list span { padding: 11px 14px; border: 1px solid rgba(255, 255, 255, .18); color: #dce0e2; font-size: .84rem; }

.coverage-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 15px; }
.coverage-card, .contact-card { padding: 45px; }
.coverage-card { min-height: 380px; background: var(--paper-dark); }
.contact-card { background: var(--orange); }
.contact-card > p { color: var(--ink-soft); }
.email-link { display: inline-block; margin-top: 10px; font-weight: 700; }

.faq-section { background: #15191c; }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-list details { padding: 19px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.faq-list summary { color: #fff; font-weight: 700; cursor: pointer; }
.faq-list details p { margin: 12px 0 0; color: #b7bec2; }

.site-footer { padding: 55px 0 25px; background: #0b0d0e; color: #b7bec2; font-size: .85rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 35px; padding-bottom: 45px; }
.footer-brand { color: #fff; font-size: 1.6rem; font-weight: 800; letter-spacing: -.06em; text-decoration: none; }
.footer-contact { text-align: right; }
.footer-contact p { margin-bottom: 6px; }
.footer-contact a, .footer-bottom a { color: var(--orange-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .13); }
.footer-bottom a { text-decoration: none; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 4; padding: 14px 18px; border-radius: 99px; background: var(--orange); color: var(--ink); box-shadow: 0 8px 25px rgba(0, 0, 0, .25); font-size: .78rem; font-weight: 800; text-decoration: none; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: var(--orange-light); }

:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 3px; }

@media (max-width: 850px) {
  .header-brand-group { flex: 1; gap: 14px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; right: 20px; left: 20px; display: none; padding: 20px; background: var(--ink-soft); box-shadow: 0 12px 30px rgba(0, 0, 0, .25); }
  .site-nav.is-open { display: grid; }
  .hero-grid, .split-section, .coverage-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero { padding: 75px 0; }
  .hero-visual { min-height: 330px; aspect-ratio: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { gap: 20px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .header-inner { align-items: flex-start; flex-wrap: wrap; padding-bottom: 8px; }
  .header-brand-group { flex: 1 0 100%; flex-wrap: wrap; gap: 7px 14px; }
  .brand { width: 190px; }
  .brand img { width: 185px; height: 42px; }
  .brand-tagline { font-size: .47rem; letter-spacing: .1em; }
  .header-contact { width: 100%; padding: 7px 0 0; border-top: 1px solid rgba(255, 255, 255, .15); border-left: 0; }
  .contact-numbers { flex-direction: row; flex-wrap: wrap; gap: 4px 13px; }
  .contact-numbers a { font-size: .62rem; }
  .site-nav { top: 150px; }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(2.8rem, 11vw, 4.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:last-child { border-right: 0; border-bottom: 1px solid rgba(16, 18, 20, .2); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .card-number { margin-bottom: 35px; }
  .coverage-card, .contact-card { padding: 30px 24px; }
  .footer-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-contact { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
