:root {
  --blue: #2354d8;
  --green: #159918;
  --whatsapp: #36c755;
  --ink: #111111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: var(--blue);
  display: flex;
  height: 94px;
  justify-content: space-between;
  padding: 14px 34px;
}

.wordmark {
  height: auto;
  width: 260px;
}

.whatsapp-bubble {
  align-items: center;
  background: var(--whatsapp);
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  color: #ffffff;
  display: flex;
  height: 66px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 66px;
}

.whatsapp-bubble img {
  filter: brightness(0) invert(1);
  height: 32px;
  object-fit: cover;
  object-position: left;
  width: 32px;
}

.hero {
  align-items: center;
  background: #202020 url("assets/3aef183c15594d5488dc9b651a87d2b7.png") center / cover no-repeat;
  color: #ffffff;
  display: flex;
  min-height: 625px;
  padding: 54px 24px 46px;
}

.hero-content {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.hero-logo {
  margin: 0 auto 10px;
  width: 340px;
}

.hero h1 {
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 auto 22px;
  max-width: 660px;
  text-shadow: 0 2px 3px rgb(0 0 0 / 45%);
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 74px;
  justify-content: center;
  margin-bottom: 23px;
}

.hero p {
  font-size: 25px;
  margin: 0;
  text-shadow: 0 2px 3px rgb(0 0 0 / 60%);
}

.whatsapp-button,
.phone-button {
  align-items: center;
  border: 6px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
  display: inline-flex;
  height: 55px;
  justify-content: center;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease;
}

.whatsapp-button:hover,
.phone-button:hover,
.floating-whatsapp:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.whatsapp-button:focus-visible,
.phone-button:focus-visible,
.floating-whatsapp:focus-visible,
.whatsapp-bubble:focus-visible {
  outline: 4px solid #f4c719;
  outline-offset: 3px;
}

.whatsapp-button {
  background: linear-gradient(90deg, #54cc61, #2cb641);
  padding: 5px 25px;
  width: 205px;
}

.whatsapp-button img {
  filter: brightness(0) invert(1);
  height: 29px;
  width: auto;
}

.phone-button {
  background: var(--blue);
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.2px;
  min-width: 205px;
  padding: 0 28px;
}

.services-section {
  background: #ffffff;
}

.section-intro {
  margin: 0 auto;
  max-width: 950px;
  padding: 40px 30px 34px;
  text-align: center;
}

h2 {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px;
}

.section-intro p {
  font-size: 23px;
  line-height: 1.38;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  color: #ffffff;
  min-height: 395px;
  padding: 43px 24px 30px;
  text-align: center;
}

.service-card img {
  height: 79px;
  margin: 0 auto 20px;
  object-fit: contain;
  width: 100px;
}

.service-card h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 24px;
}

.service-card p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.38;
  margin: 0;
}

.service-blue { background: #2354d8; }
.service-gold { background: #efbe16; }
.service-green { background: #159918; }
.service-red { background: #f4161b; }

.service-cta {
  padding: 54px 20px 60px;
  text-align: center;
}

.service-cta .whatsapp-button,
.contact-section .whatsapp-button {
  border-width: 0;
  box-shadow: none;
  height: 58px;
  width: 224px;
}

.roadside-section {
  padding: 35px 36px 70px;
}

.roadside-grid {
  align-items: center;
  display: grid;
  gap: clamp(45px, 7vw, 100px);
  grid-template-columns: minmax(340px, 0.82fr) minmax(480px, 1.18fr);
  margin: 0 auto;
  max-width: 1080px;
}

.roadside-image-wrap {
  margin-top: 44px;
  position: relative;
}

.roadside-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.roadside-badge {
  background: var(--blue);
  border-radius: 28px;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 154px;
}

.roadside-copy {
  text-align: center;
}

.roadside-copy h2 {
  margin-bottom: 0;
}

.roadside-copy .eyebrow {
  font-size: 23px;
  margin: 0 0 24px;
}

.roadside-copy h3 {
  color: var(--green);
  font-size: 31px;
  font-weight: 800;
  line-height: 1.12;
  margin: 22px 0 4px;
}

.roadside-copy p:not(.eyebrow) {
  font-size: 19px;
  line-height: 1.43;
  margin: 0;
  text-align: justify;
}

.gallery {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 70px auto 0;
  max-width: 1200px;
}

.gallery img {
  aspect-ratio: 1.43 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contact-section {
  padding: 15px 24px 42px;
  text-align: center;
}

.contact-section h2 {
  margin-bottom: 12px;
}

.contact-section > p {
  font-size: 22px;
  margin: 0 0 13px;
}

.contact-section strong {
  display: block;
  font-size: 22px;
  margin-top: 22px;
}

footer {
  background: #000000;
  color: #ffffff;
  min-height: 425px;
  padding: 40px 24px 24px;
  text-align: center;
}

footer h2 {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 22px;
}

.availability {
  font-size: 78px;
  font-weight: 800;
  line-height: 1;
}

footer > a {
  color: var(--blue);
  display: inline-block;
  font-size: 54px;
  font-weight: 800;
  margin-top: 8px;
  text-decoration: none;
}

footer p {
  font-size: 18px;
  margin: 105px 0 0;
}

.floating-whatsapp {
  align-items: center;
  background: var(--whatsapp);
  border: 3px solid #ffffff;
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 32%);
  display: none;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 18px;
  transition: transform 160ms ease, filter 160ms ease;
  width: 58px;
  z-index: 10;
}

.floating-whatsapp img {
  filter: brightness(0) invert(1);
  height: 30px;
  object-fit: cover;
  object-position: left;
  width: 30px;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadside-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  .roadside-image-wrap {
    margin: 55px auto 0;
    max-width: 470px;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .site-header {
    height: 79px;
    padding: 12px 17px;
  }

  .wordmark {
    width: 220px;
  }

  .whatsapp-bubble {
    border-width: 4px;
    height: 55px;
    width: 55px;
  }

  .whatsapp-bubble img {
    height: 28px;
    width: 28px;
  }

  .hero {
    align-items: start;
    background-position: 47% center;
    min-height: 686px;
    padding: 88px 18px 40px;
  }

  .hero-logo {
    margin-bottom: 12px;
    width: min(288px, 86vw);
  }

  .hero h1 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 18px;
  }

  .whatsapp-button,
  .phone-button {
    border-width: 5px;
    height: 48px;
    width: 174px;
  }

  .whatsapp-button {
    padding: 4px 22px;
  }

  .whatsapp-button img {
    height: 25px;
  }

  .phone-button {
    font-size: 20px;
    min-width: 174px;
    padding: 0 18px;
  }

  .hero p {
    font-size: 20px;
    line-height: 1.35;
  }

  .section-intro {
    padding: 34px 22px 30px;
  }

  h2 {
    font-size: 34px;
  }

  .section-intro p {
    font-size: 18px;
    line-height: 1.45;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 350px;
    padding: 38px 34px 32px;
  }

  .service-card h3 {
    font-size: 30px;
  }

  .service-card p {
    font-size: 18px;
  }

  .service-cta {
    padding: 38px 20px 45px;
  }

  .roadside-section {
    padding: 5px 22px 45px;
  }

  .roadside-grid {
    gap: 40px;
  }

  .roadside-image-wrap {
    margin-top: 76px;
  }

  .roadside-badge {
    border-radius: 22px;
    width: 132px;
  }

  .roadside-copy .eyebrow {
    font-size: 20px;
  }

  .roadside-copy h3 {
    font-size: 28px;
  }

  .roadside-copy p:not(.eyebrow) {
    font-size: 17px;
    text-align: center;
  }

  .gallery {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .contact-section {
    padding: 22px 21px 40px;
  }

  .contact-section > p,
  .contact-section strong {
    font-size: 18px;
    line-height: 1.35;
  }

  footer {
    min-height: 400px;
    padding-top: 42px;
  }

  footer h2 {
    font-size: 27px;
  }

  .availability {
    font-size: 68px;
  }

  footer > a {
    font-size: 42px;
  }

  footer p {
    font-size: 15px;
    margin-top: 105px;
  }

  .floating-whatsapp {
    display: flex;
  }
}
