:root {
  --ink: #07245b;
  --ink-2: #0a326f;
  --paper: #f3f7fb;
  --white: #ffffff;
  --muted: #637080;
  --line: #dce1e6;
  --red: #0087e8;
  --red-dark: #0069b6;
  --lime: #42b9ff;
  --display: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { height: 92px; padding: 0 clamp(20px, 4vw, 68px); display: flex; align-items: center; gap: 38px; background: #fff; color: var(--ink); position: relative; z-index: 10; border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(7,36,91,.08); }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { width: 220px; height: auto; display: block; }
.main-nav { margin-left: auto; display: flex; gap: 30px; align-items: center; }
.main-nav a { color: #596572; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--red); }
.header-cta { padding: 12px 18px; border: 1px solid var(--red); background: var(--red); color: white; font-size: 13px; font-weight: 700; }
.header-cta:hover { background: var(--red-dark); border-color: var(--red-dark); }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 700px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,15,25,.98) 0%, rgba(7,15,25,.9) 32%, rgba(7,15,25,.28) 66%, rgba(7,15,25,.08) 100%), url("images/taller-hero.png") center right/cover no-repeat; }
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42%; height: 7px; background: var(--red); }
.hero-content { width: min(760px, 90%); position: relative; z-index: 1; padding: 86px 0 92px clamp(24px, 7vw, 118px); }
.eyebrow { margin: 0 0 18px; color: #bac6d1; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.red { color: var(--red); }
h1, h2, h3 { margin-top: 0; }
h1 { margin-bottom: 24px; font: 800 clamp(58px, 7vw, 102px)/.88 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
h1 span { color: var(--lime); }
.hero-lead { max-width: 620px; margin: 0 0 34px; color: #d0d8df; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 0 23px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid rgba(255,255,255,.45); color: white; }
.button-outline { border: 1px solid rgba(255,255,255,.3); color: white; }
.hero-proof { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px 28px; color: #b7c2cc; font-size: 13px; font-weight: 600; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 9px; background: var(--lime); }
.hero-location { position: absolute; right: clamp(20px, 4vw, 70px); bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 13px 16px; background: rgba(7,15,25,.82); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); font-size: 13px; font-weight: 600; }
.hero-location small { display: block; color: #aab5bf; font-weight: 400; }
.pin { width: 11px; height: 11px; background: var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }

.service-section { max-width: 1260px; margin: 0 auto; padding: 110px 28px 118px; }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 60px; align-items: end; }
.section-heading h2, .fleet-copy h2, .trust-statement h2, .contact-card h2 { margin-bottom: 0; font: 800 clamp(46px, 5.5vw, 74px)/.96 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 295px; padding: 28px 30px; position: relative; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card.featured { background: var(--red); color: white; }
.card-number { position: absolute; top: 20px; right: 22px; color: #98a3ae; font: 600 14px var(--display); }
.featured .card-number { color: rgba(255,255,255,.65); }
.service-icon { height: 92px; display: flex; align-items: center; color: var(--red); font: 600 40px var(--display); }
.featured .service-icon { color: white; }
.service-card h3 { margin-bottom: 10px; font: 700 30px/1 var(--display); text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.8); }

.fleet-section { padding: 0 clamp(24px, 7vw, 118px) 108px; background: var(--ink); color: white; }
.fleet-kicker { width: fit-content; transform: translateY(-20px); padding: 10px 18px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fleet-layout { padding-top: 76px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 150px); }
.fleet-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 32px; color: #b7c2cc; font-size: 17px; }
.text-link { display: inline-flex; gap: 30px; padding-bottom: 7px; border-bottom: 2px solid var(--red); color: white; font-size: 14px; font-weight: 700; }
.text-link.dark { color: var(--ink); }
.fleet-benefits { border-top: 1px solid rgba(255,255,255,.15); }
.fleet-benefits > div { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.fleet-benefits strong { color: var(--red); font: 700 15px var(--display); }
.fleet-benefits span { display: grid; }
.fleet-benefits b { font: 700 24px var(--display); text-transform: uppercase; }
.fleet-benefits small { margin-top: 4px; color: #9eabb6; font-size: 13px; }

.trust-section { max-width: 1260px; margin: 0 auto; padding: 118px 28px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 9vw, 150px); }
.trust-statement h2 span { color: #9aa4af; }
.trust-points article { padding: 26px 0; display: grid; grid-template-columns: 38px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.trust-points article:first-child { border-top: 1px solid var(--line); }
.trust-points article > span { width: 28px; height: 28px; display: grid; place-items: center; background: var(--ink); color: var(--lime); font-size: 14px; }
.trust-points h3 { margin-bottom: 6px; font: 700 23px var(--display); text-transform: uppercase; }
.trust-points p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { display: grid; grid-template-columns: 1.2fr .8fr; }
.contact-card { padding: 90px clamp(26px, 7vw, 110px); background: var(--red); color: white; }
.contact-card .eyebrow { color: rgba(255,255,255,.7); }
.contact-card > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 30px; color: rgba(255,255,255,.84); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-card .button-primary { background: var(--ink); }
.location-card { min-height: 440px; padding: 62px clamp(30px, 5vw, 76px); display: flex; gap: 32px; align-items: center; background: white; position: relative; overflow: hidden; }
.location-card::after { content: ""; width: 210px; height: 210px; position: absolute; right: -90px; bottom: -90px; border: 32px solid var(--paper); border-radius: 50%; }
.location-label { align-self: flex-start; color: #e7ebef; font: 800 88px/.8 var(--display); }
.location-card h3 { margin-bottom: 12px; font: 800 35px/1 var(--display); text-transform: uppercase; }
.location-card p { margin-bottom: 26px; color: var(--muted); }

footer { padding: 34px clamp(24px, 4vw, 68px); display: flex; align-items: center; gap: 34px; background: #fff; color: #6f7882; border-top: 1px solid var(--line); font-size: 12px; }
.footer-brand .brand-logo { width: 190px; height: auto; }
footer p:nth-of-type(1) { margin-right: auto; }
.mobile-whatsapp { display: none; }

@media (max-width: 980px) {
  .site-header { height: 78px; padding: 0 20px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; margin: 0; padding: 22px 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 16px 28px rgba(7,36,91,.12); flex-direction: column; align-items: flex-start; gap: 18px; }
  .main-nav.open { display: flex; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-backdrop { background: linear-gradient(0deg, rgba(7,15,25,1) 8%, rgba(7,15,25,.75) 55%, rgba(7,15,25,.16) 100%), url("images/taller-hero.png") 65% center/cover no-repeat; }
  .hero-content { width: 100%; padding: 220px 24px 90px; }
  .hero-location { display: none; }
  .section-heading, .fleet-layout, .trust-section { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-section { grid-template-columns: 1fr; }
  .location-card { min-height: 330px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .brand-logo { width: 170px; height: auto; }
  h1 { font-size: clamp(51px, 16vw, 72px); }
  .hero { min-height: 750px; }
  .hero-content { padding-bottom: 62px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; margin-top: 34px; }
  .service-section, .trust-section { padding: 78px 20px; }
  .section-heading { gap: 24px; margin-bottom: 34px; }
  .section-heading h2, .fleet-copy h2, .trust-statement h2, .contact-card h2 { font-size: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .fleet-section { padding: 0 22px 78px; }
  .fleet-layout { padding-top: 42px; gap: 55px; }
  .contact-card { padding: 70px 22px; }
  .location-card { padding: 56px 22px; gap: 17px; }
  .location-label { font-size: 56px; }
  footer { display: grid; padding: 34px 22px; }
  footer p { margin: 0; }
  .mobile-whatsapp { height: 66px; display: flex; justify-content: center; align-items: center; gap: 24px; position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; background: var(--red); color: white; font-size: 14px; font-weight: 800; box-shadow: 0 -10px 30px rgba(0,0,0,.24); }
}

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