:root {
  --bg: #111;
  --panel: #1b1b1b;
  --panel-soft: #202020;
  --line: rgba(255,255,255,.1);
  --text: #f5f5f5;
  --muted: #c9c9c9;
  --red: #ed1c24;
  --red-dark: #c80f17;
  --header: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #101010;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: var(--header);
  display: grid;
  grid-template-columns: 180px 1fr 140px;
  align-items: center;
  gap: 28px;
  padding: 0 64px;
  background: rgba(8, 9, 9, .9);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}
.brand img { width: 154px; height: 54px; object-fit: contain; }
.nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.nav a { color: #fff; opacity: .94; }
.nav a.active, .nav a:hover { color: var(--red); }
.whatsapp.top {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 42px;
  min-width: 132px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}
.wa-logo {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  display: block;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 565px;
  padding-top: var(--header);
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(40,70,85,.4), transparent 35%),
    linear-gradient(90deg, #090b0c 0%, rgba(9,11,12,.96) 34%, rgba(9,11,12,.3) 66%, rgba(9,11,12,.1) 100%);
}
.hero-bg:after {
  content: "";
  position: absolute;
  inset: var(--header) 0 0 32%;
  background: url("assets/site/hero-jeep-final.webp") center / cover no-repeat;
  opacity: .72;
  filter: saturate(.95) contrast(1.08);
}
.hero-grid {
  position: relative;
  min-height: calc(565px - var(--header));
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
}
.hero-copy {
  padding: 56px 0 42px;
  position: relative;
  z-index: 2;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 12px;
  max-width: 560px;
  text-transform: uppercase;
  font-size: clamp(40px, 5vw, 62px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}
h1 span { display: block; color: var(--red); }
.hero-copy p {
  max-width: 380px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 27px;
  border-radius: 9px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn.primary {
  background: linear-gradient(180deg, #ff232b, var(--red));
  color: #fff;
  box-shadow: 0 12px 26px rgba(237,28,36,.25);
}
.btn.outline {
  border-color: rgba(255,255,255,.75);
  color: #fff;
  background: rgba(8,8,8,.18);
}
.btn.small { min-height: 38px; padding: 0 32px; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 42px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}
.hero-proof span:first-child {
  color: #fff;
}
.hero-proof span:first-child::first-letter {
  color: var(--red);
}
.hero-proof span:last-child {
  color: #d9d9d9;
}
.trust-row {
  display: flex;
  gap: 35px;
  align-items: center;
}
.trust-row article {
  display: grid;
  grid-template-columns: 48px 96px;
  gap: 12px;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.25;
}
.trust-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.hero-photo { display: none; }

.section {
  padding: 39px 0 31px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.05), transparent 32%),
    linear-gradient(180deg, #151515, #111);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--red);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.35;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.15;
  font-weight: 900;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}
.service-card {
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(145deg, #222, #171717);
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 7px;
  box-shadow: 0 18px 30px rgba(0,0,0,.18);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237,28,36,.35);
  box-shadow: 0 24px 42px rgba(0,0,0,.34), 0 12px 28px rgba(237,28,36,.14);
}
.featured-service {
  border-color: rgba(237,28,36,.28);
  box-shadow: 0 22px 38px rgba(0,0,0,.24), 0 10px 24px rgba(237,28,36,.08);
  position: relative;
}
.featured-service:before {
  content: "Principal";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,.26);
}
.featured-service h3 {
  color: #fff;
}
.featured-service h3:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: var(--red);
}
.service-card-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex: 0 0 auto;
}
.service-card-body {
  padding: 19px 16px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.service-card h3 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: Anton, Inter, sans-serif;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 400;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.about-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 38px;
  align-items: center;
}
.about-copy p:not(.eyebrow) {
  color: #eee;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.about-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 24px;
}
.about-metrics article {
  padding: 13px 12px;
  border-radius: 7px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
}
.about-metrics strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: Anton, Inter, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
.about-metrics span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 900;
}
.about-gallery {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 7px;
}
.about-gallery img {
  height: 292px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.work-slider {
  position: relative;
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 0 58px 36px;
}
.slides {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
}
.work-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  background: #1b1b1b;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.work-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.work-slide > figure {
  position: relative;
  margin: 0;
  min-width: 0;
}
.work-slide > figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.34), transparent 34%, rgba(0,0,0,.32));
  pointer-events: none;
}
.work-slide > figure span {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 5px;
  background: rgba(0,0,0,.72);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.work-slide > figure + .arrow + figure span {
  background: var(--red);
}
.work-slide > img,
.work-slide > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-slide > .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  border: 3px solid #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  z-index: 3;
}
.compare {
  --position: 50%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #151515;
  user-select: none;
}
.compare-layer,
.compare-layer img {
  position: absolute;
  inset: 0;
}
.compare-layer {
  overflow: hidden;
  background: #101010;
}
.compare-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.compare-layer img.focus-left-top { object-position: left top; }
.compare-layer img.focus-left-center { object-position: left center; }
.compare-before {
  z-index: 1;
}
.compare-after {
  z-index: 2;
  clip-path: inset(0 0 0 var(--position));
}
.compare-layer:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,.34), transparent 35%, rgba(0,0,0,.32));
  pointer-events: none;
}
.compare-label {
  position: absolute;
  top: 16px;
  z-index: 3;
  padding: 8px 13px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 12px 24px rgba(0,0,0,.28);
  pointer-events: none;
}
.compare-label.before {
  left: 18px;
  background: rgba(0,0,0,.72);
}
.compare-label.after {
  right: 18px;
  background: var(--red);
}
.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  z-index: 6;
  width: 4px;
  translate: -50% 0;
  background: #fff;
  box-shadow: 0 0 18px rgba(0,0,0,.55);
  pointer-events: none;
}
.compare-handle:before {
  content: "‹ ›";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
}
.compare-range {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: ew-resize;
}
.slider-btn {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 5;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  background: rgba(14,14,14,.88);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.slider-btn:hover { background: var(--red); border-color: var(--red); }
.slider-btn.prev { left: 0; }
.slider-btn.next { right: 0; }
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  cursor: pointer;
}
.slider-dots button.active { width: 24px; border-radius: 999px; background: var(--red); }
.center { text-align: center; margin-top: 14px; }

.reviews {
  background:
    radial-gradient(circle at 18% 15%, rgba(226, 27, 35, .11), transparent 30%),
    linear-gradient(180deg, #121212, #191919);
}
.reviews-grid {
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 34px;
  align-items: center;
}
.rating-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  margin: 24px 0;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
}
.rating-card strong {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}
.stars {
  display: block;
  color: var(--red);
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.1;
}
.rating-card p,
.rating-card small {
  margin: 7px 0 0;
  color: #e8e8e8;
}
.rating-card small,
.review-cards small {
  color: #a9a9a9;
  font-size: 12px;
}
.review-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.review-cards article {
  min-height: 188px;
  padding: 22px 20px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.08);
}
.review-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.review-author strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.review-author span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #d8d8d8;
  font-size: 11px;
  font-weight: 900;
}
.review-cards p {
  margin: 18px 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.contact {
  padding: 30px 0 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05), transparent 35%),
    linear-gradient(90deg, #151515, #222 45%, #171717);
}
.contact-grid {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 32px;
  align-items: center;
}
.contact-info h2 { margin-bottom: 11px; }
.contact-info p:not(.eyebrow) {
  max-width: 330px;
  margin-bottom: 18px;
  color: #e8e8e8;
  font-size: 15px;
  line-height: 1.45;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
  color: #e7e7e7;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
}
.contact-list span {
  width: 19px;
  color: var(--red);
  font-size: 21px;
}
.contact-list a {
  color: inherit;
}
.contact-list a:hover {
  color: #fff;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.contact-whatsapp {
  min-height: 250px;
  padding: 30px 34px;
  background: rgba(255,255,255,.035);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contact-whatsapp-logo {
  width: 58px;
  height: 58px;
  margin-bottom: 17px;
}
.contact-whatsapp h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-family: Anton, Inter, sans-serif;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 400;
}
.contact-whatsapp p {
  max-width: 520px;
  margin-bottom: 22px;
  color: #ededed;
  font-size: 16px;
  line-height: 1.55;
}
.submit { width: 100%; border: 0; font-size: 14px; }

.footer {
  background: #111;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: 170px 1fr 180px;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  color: #d9d9d9;
}
.footer img { width: 100px; }
.social {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}
.social a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: 900;
}
.footer-credit {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-credit a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #a8a8a8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: color .2s ease;
}
.footer-credit img {
  width: 148px;
  height: auto;
  opacity: .92;
}
.footer-credit a:hover {
  color: #fff;
}
.footer-credit a:hover img {
  opacity: 1;
}
.seo-footer {
  padding: 0 0 18px;
  background: #0d0d0d;
  color: #9d9d9d;
}
.seo-footer details {
  border-top: 1px solid rgba(255,255,255,.06);
}
.seo-footer summary {
  cursor: pointer;
  padding: 14px 0 0;
  color: #8f8f8f;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  list-style-position: inside;
}
.seo-footer summary:hover {
  color: #fff;
}
.seo-content {
  max-width: 900px;
  padding: 16px 0 0;
}
.seo-content h2 {
  margin-bottom: 10px;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.25;
}
.seo-content p,
.seo-content li {
  color: #999;
  font-size: 12px;
  line-height: 1.7;
}
.seo-content p {
  margin-bottom: 10px;
}
.seo-content ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

@media (max-width: 980px) {
  :root { --header: 76px; }
  .site-header {
    grid-template-columns: 150px 1fr 44px;
    padding: 0 24px;
  }
  .brand img { width: 132px; }
  .menu-toggle {
    display: grid;
    justify-self: end;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 8px;
    background: transparent;
    padding: 10px;
  }
  .menu-toggle span { height: 2px; background: #fff; }
  .nav {
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(10,10,10,.98);
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav.open { display: flex; }
  .nav a { padding: 18px 28px; border-top: 1px solid rgba(255,255,255,.08); }
  .whatsapp.top { display: none; }
  .hero { min-height: auto; }
  .hero-bg:after { inset: var(--header) 0 0 0; opacity: .35; }
  .hero-grid { grid-template-columns: 1fr; min-height: 610px; }
  .hero-copy { padding-top: 92px; }
  .trust-row { flex-wrap: wrap; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .reviews-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-gallery { grid-template-columns: repeat(3, 1fr); }
  .review-cards { grid-template-columns: 1fr 1fr; }
  .work-slider { padding-inline: 48px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { padding: 0 14px; }
  .hero-copy p { font-size: 17px; }
  .hero-proof { margin-bottom: 30px; font-size: 12px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row article { grid-template-columns: 38px 1fr; width: 100%; }
  .section { padding: 34px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .about-metrics { grid-template-columns: 1fr; }
  .about-gallery { grid-template-columns: 1fr; }
  .review-cards,
  .rating-card { grid-template-columns: 1fr; }
  .about-gallery img { height: 220px; }
  .work-slider { padding: 0 0 34px; }
  .compare-label { top: 12px; }
  .compare-label.before { left: 12px; }
  .compare-label.after { right: 12px; }
  .compare-handle:before { width: 46px; height: 46px; font-size: 18px; }
  .slider-btn {
    top: auto;
    bottom: -5px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .slider-btn.prev { left: 0; }
  .slider-btn.next { right: 0; }
  .contact-whatsapp { padding: 22px; }
  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 18px 0;
  }
  .social { justify-self: start; }
  .footer-credit {
    justify-content: flex-start;
    padding: 14px 0;
  }
  .footer-credit a { justify-content: flex-start; }
}
