:root {
  --black: #050505;
  --black-soft: #0d0d0d;
  --panel: #131313;
  --yellow: #ffbd00;
  --yellow-light: #ffd54a;
  --white: #ffffff;
  --soft: #f5f5f5;
  --text: #161616;
  --muted: #666;
  --line: #dedede;
  --shadow: 0 20px 55px rgba(0,0,0,.14);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: white;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
section { scroll-margin-top: 88px; }
.wrap { width: min(1180px, calc(100% - 38px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5,5,5,.98);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.header-inner {
  min-height: 105px;
  width: min(1480px, calc(100% - 48px));
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { margin-right: auto; }
.brand img {
  width: 300px;
  height: 86px;
  object-fit: contain;
  object-position: left center;
}
.main-nav { display: flex; gap: 27px; align-items: center; }
.main-nav a {
  color: white;
  font-size: .84rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 41px 0 37px;
  border-bottom: 3px solid transparent;
}
.main-nav a:hover,
.main-nav a.active { color: var(--yellow); border-color: var(--yellow); }

.header-contact {
  display: flex;
  gap: 22px;
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.14);
}
.header-contact a { display: flex; align-items: center; gap: 10px; color: white; }
.header-contact strong, .header-contact small { display: block; }
.header-contact strong { font-size: .92rem; }
.header-contact small { color: var(--yellow); font-weight: 800; }
.header-icon { color: var(--yellow); font-size: 1.6rem; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 5px; background: white; }

.hero {
  min-height: 600px;
  position: relative;
  display: grid;
  align-items: center;
  color: white;
  background: var(--black) url("assets/hero-van.jpg") center right/cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,3,3,.98) 0%, rgba(3,3,3,.91) 34%, rgba(3,3,3,.48) 63%, rgba(3,3,3,.10) 100%);
}
.hero-content { position: relative; z-index: 1; padding: 85px 0 90px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 900;
}
h1 {
  max-width: 650px;
  margin: 0 0 24px;
  font-size: clamp(3.15rem, 6vw, 6rem);
  line-height: .95;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
h1 span { color: var(--yellow); }
.hero-copy {
  max-width: 590px;
  margin: 0 0 32px;
  color: #efefef;
  font-size: 1.08rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.button {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.button-yellow { background: var(--yellow); color: #111; }
.button-yellow:hover { background: var(--yellow-light); transform: translateY(-1px); }
.button-outline { border: 1px solid rgba(255,255,255,.6); color: white; background: rgba(0,0,0,.22); }
.button-outline:hover { border-color: var(--yellow); color: var(--yellow); }

.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--black);
  color: white;
  padding: 22px max(22px, calc((100vw - 1440px)/2));
  border-top: 1px solid rgba(255,255,255,.08);
}
.benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 80px;
  padding: 12px 24px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.benefit:last-child { border-right: 0; }
.benefit-icon {
  color: var(--yellow);
  font-size: 2.25rem;
  flex: 0 0 auto;
}
.benefit strong, .benefit small { display: block; }
.benefit strong { text-transform: uppercase; font-size: .84rem; }
.benefit small { color: #d2d2d2; font-size: .78rem; margin-top: 3px; }

.section { padding: 94px 0; }
.section-heading { margin-bottom: 42px; }
.centered { text-align: center; }
.section-heading h2,
.why-copy h2,
.area-box h2,
.reviews-inner h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.heading-line { display: block; width: 54px; height: 4px; background: var(--yellow); margin: 20px auto 0; }
.heading-line.left { margin-left: 0; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.service-card {
  min-height: 280px;
  padding: 27px 22px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: white;
  box-shadow: 0 8px 24px rgba(0,0,0,.035);
  transition: .2s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { display: block; color: var(--yellow); font-size: 2.7rem; height: 65px; }
.service-card h3 {
  margin: 12px 0 10px;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: .96rem;
}
.service-card p { margin: 0; color: #454545; font-size: .88rem; }

.why-section { background: var(--black); color: white; padding: 95px 0; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-copy > p:not(.eyebrow) { color: #d0d0d0; }
.tick-list { list-style: none; padding: 0; margin: 28px 0 0; }
.tick-list li { margin: 10px 0; color: #eee; }
.tick-list li::before { content: "✓"; color: var(--yellow); font-weight: 900; margin-right: 11px; }
.why-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why-panels article {
  min-height: 190px;
  background: linear-gradient(145deg,#171717,#0b0b0b);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  padding: 27px;
}
.why-panels article span { color: var(--yellow); font-weight: 900; font-size: 1.5rem; }
.why-panels h3 { margin: 14px 0 7px; }
.why-panels p { margin: 0; color: #c8c8c8; font-size: .9rem; }

.areas { background: white; }
.area-box {
  border-radius: 22px;
  background: #f3f3f3;
  padding: 58px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: center;
}
.area-box p:not(.eyebrow) { color: var(--muted); max-width: 650px; }
.area-pills { display: flex; flex-wrap: wrap; gap: 11px; }
.area-pills span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 17px;
  font-weight: 800;
}

.reviews-ready { padding: 80px 0; background: #f7f7f7; }
.reviews-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.review-placeholder {
  background: white;
  border-radius: 14px;
  border: 1px solid #e1e1e1;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,.05);
}
.stars { color: var(--yellow); letter-spacing: 4px; font-size: 1.4rem; }
.review-placeholder p { color: var(--muted); margin-bottom: 0; }

.contact-section { background: var(--black); color: white; padding: 90px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; }
.contact-list { display: grid; gap: 17px; margin-top: 35px; }
.contact-list a, .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-list > * > span { color: var(--yellow); font-size: 1.5rem; width: 34px; }
.contact-list strong, .contact-list small { display: block; }
.contact-list small { color: #d5d5d5; }

.quote-form {
  display: grid;
  gap: 14px;
  background: #0e0e0e;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  padding: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { color: #ddd; font-size: .82rem; font-weight: 800; }
.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border-radius: 6px;
  border: 1px solid #333;
  color: white;
  background: #191919;
  outline: none;
}
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255,189,0,.12);
}
.form-button { width: fit-content; min-width: 190px; }
.form-note { margin: 0; color: #aaa; font-size: .75rem; }

.site-footer { background: #000; color: white; padding: 30px 0 22px; border-top: 1px solid #222; }
.footer-main { display: flex; align-items: center; gap: 50px; }
.footer-brand { margin-right: auto; }
.footer-brand img { width: 255px; max-height: 80px; object-fit: contain; object-position: left; }
.footer-nav { display: flex; gap: 25px; font-size: .78rem; text-transform: uppercase; font-weight: 800; }
.footer-nav a:hover { color: var(--yellow); }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid #555; font-size: 1.2rem; font-weight: 900;
}
.footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #222;
  display: flex;
  justify-content: space-between;
  color: #aaa;
  font-size: .78rem;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-actions a {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 900; box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.float-call { background: var(--yellow); color: #111; }
.float-whatsapp { background: #20bf55; color: white; }
.float-top { background: #111; color: white; border: 1px solid #444; }

@media (max-width: 1180px) {
  .header-contact a:last-child { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits { grid-template-columns: repeat(3, 1fr); }
  .benefit:nth-child(3) { border-right: 0; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 82px; width: calc(100% - 28px); }
  .brand img { width: 220px; height: 64px; }
  .menu-button { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 20px;
    background: var(--black);
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 8px 0; border: 0; }
  .header-contact { display: none; }
  .hero { min-height: 650px; background-image: url("assets/hero-van-mobile.jpg"); background-position: center; }
  .hero-shade { background: rgba(0,0,0,.72); }
  .benefits { grid-template-columns: 1fr 1fr; padding: 18px; }
  .benefit { border-bottom: 1px solid rgba(255,255,255,.15); }
  .benefit:nth-child(2n) { border-right: 0; }
  .benefit:last-child { grid-column: 1 / -1; }
  .why-grid, .area-box, .reviews-inner, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  .wrap { width: calc(100% - 28px); }
  .hero { min-height: 680px; }
  .hero-content { padding: 75px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { border-right: 0; }
  .benefit:last-child { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .why-panels { grid-template-columns: 1fr; }
  .area-box { padding: 34px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .form-button { width: 100%; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 25px; }
  .footer-brand { margin: 0; }
  .footer-nav { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 5px; padding-bottom: 60px; }
  .floating-actions { right: 12px; bottom: 12px; }
}


/* Launch features */
.button-text {
  color: white;
  padding-inline: 8px;
  text-transform: none;
}
.button-text:hover { color: var(--yellow); }
.button-light {
  background: white;
  color: #111;
  border: 1px solid #d8d8d8;
}
.button-light:hover { border-color: var(--yellow); }

.google-intro { color: var(--muted); max-width: 620px; }
.google-action-card {
  background: white;
  border-radius: 16px;
  border: 1px solid #dedede;
  padding: 32px;
  box-shadow: 0 14px 38px rgba(0,0,0,.06);
}
.google-action-card h3 { margin: 12px 0 5px; }
.google-action-card p { color: var(--muted); }
.google-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.google-buttons .button { text-transform: none; }

.response-promise {
  margin: 28px 0 0;
  padding: 18px;
  border-left: 4px solid var(--yellow);
  background: #121212;
}
.response-promise strong, .response-promise span { display: block; }
.response-promise strong { color: var(--yellow); text-transform: uppercase; }
.response-promise span { color: #d5d5d5; margin-top: 4px; font-size: .9rem; }

.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  min-height: 0;
  border-radius: 7px;
  font-size: .9rem;
}
.form-status.success {
  padding: 15px;
  background: rgba(41, 183, 92, .14);
  border: 1px solid rgba(41, 183, 92, .45);
  color: #b8f4cc;
}
.form-status.error {
  padding: 15px;
  background: rgba(220, 53, 69, .14);
  border: 1px solid rgba(220, 53, 69, .45);
  color: #ffc2c8;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .78rem;
  text-transform: uppercase;
  font-weight: 800;
}
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { gap: 18px; flex-wrap: wrap; }

.mobile-action-bar { display: none; }

@media (max-width: 620px) {
  .floating-actions { display: none; }
  .mobile-action-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    z-index: 120;
    left: 0;
    right: 0;
    bottom: 0;
    background: #050505;
    border-top: 1px solid #333;
    box-shadow: 0 -8px 24px rgba(0,0,0,.28);
  }
  .mobile-action-bar a {
    min-width: 0;
    padding: 9px 2px 8px;
    color: white;
    text-align: center;
    font-size: .64rem;
    font-weight: 800;
  }
  .mobile-action-bar span {
    display: block;
    color: var(--yellow);
    font-size: 1.15rem;
    line-height: 1.1;
    margin-bottom: 3px;
  }
  body { padding-bottom: 61px; }
  .google-buttons { flex-direction: column; }
  .google-buttons .button { width: 100%; }
}
