.table-wrap {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.section {
  padding-block: 54px;
}

.band {
  background: var(--warm);
}

@supports (content-visibility: auto) {
  main > .section {
    content-visibility: auto;
    contain-intrinsic-size: auto 620px;
  }
}

.dark {
  color: #fff;
  background: #070707;
}

.split,
.two-col,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.section-copy,
.seo-panel p,
.fleet-card p,
.footer p,
.legal-copy p,
.price-disclaimer,
.vehicle-detail-copy p {
  color: var(--muted);
}

.section-copy {
  margin: 16px 0 0;
  font-size: 1rem;
}

.seo-panel p,
.legal-copy p {
  margin: 0 0 16px;
  font-size: 1rem;
}

.link-list,
.city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.link-list a,
.city-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: var(--radius);
  color: #111;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.vehicle-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.vehicle-filter::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: #111;
  background: transparent;
  font-family: var(--font-accent);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.active {
  color: #fff;
  background: #111;
  border-color: #111;
}

.fleet-grid,
.vehicle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #e5e5e5;
}

.content-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 22px;
  background: #fff;
}

.content-card h2,
.content-card h3 {
  margin: 0;
  color: #0a0a0a;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
}

.content-card p {
  flex: 1;
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.content-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 0;
  min-height: 44px;
  margin-top: 6px;
  color: #0a0a0a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.content-card a::after {
  content: "->";
  margin-left: 6px;
}

.services-showcase {
  position: relative;
  overflow: hidden;
  background: var(--warm);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #000;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 24px 30px;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.service-card > span {
  display: block;
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h2,
.service-card h3 {
  margin: 22px 0 14px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.08;
}

.service-card h2 span,
.service-card h3 span {
  display: block;
}

.service-card p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 34px;
  height: 2px;
  background: #c9a84c;
}

.fleet-card,
.vehicle-card,
.vehicle-hero-card,
.principle,
.quick-cta,
.quick-cta-card {
  border-radius: var(--radius);
}

.fleet-card {
  overflow: hidden;
  color: #fff;
  background: #111;
  border: 1px solid rgba(212, 163, 58, 0.16);
  box-shadow: var(--shadow-tiny);
}

.fleet-card img,
.vehicle-card img,
.vehicle-hero-card img {
  width: 100%;
  aspect-ratio: 20 / 13;
  object-fit: cover;
  object-position: center 58%;
  background: #f3eee4;
}

.fleet-card div {
  padding: 22px;
}

.fleet-card h3 {
  font-size: 1.3rem;
}

.fleet-card p {
  color: #cccccc;
}

.fleet-card a {
  color: var(--gold-light);
  font-weight: 900;
}

.vehicle-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-tiny);
}

.vehicle-media-link {
  display: block;
  color: inherit;
  background: #f6f1e7;
}

.vehicle-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  background: #fff;
}

.vehicle-card > div > span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(212, 163, 58, 0.2);
  border-radius: var(--radius);
  background: #faf7ef;
  color: #8c681f;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vehicle-card h2,
.vehicle-card h3 {
  font-family: var(--font-heading);
  margin: 0;
  color: #0b0b0b;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1.14;
  overflow-wrap: normal;
  word-break: keep-all;
}

.vehicle-card p {
  margin: 10px 0 18px;
  color: #66615a;
  font-size: 0.94rem;
}

.vehicle-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin: auto 0 18px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius);
  background: #f8f5ee;
}

.vehicle-price small {
  color: #7a746a;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vehicle-price strong {
  color: #101010;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.price-disclaimer {
  margin: 10px 0 18px;
  font-size: 0.92rem;
}

.vehicle-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.vehicle-call-button {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid rgba(129, 88, 18, 0.22);
  border-radius: var(--radius);
  color: #0a0a0a;
  background: linear-gradient(180deg, #f5d878, #d0a03a);
  box-shadow: 0 5px 14px rgba(129, 88, 18, 0.14);
}

.vehicle-call-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.1);
}

.vehicle-call-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.7 2.6a2 2 0 0 1-.4 2.1L8.1 9.7a16 16 0 0 0 6.2 6.2l1.3-1.3a2 2 0 0 1 2.1-.4c.8.3 1.7.6 2.6.7A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E");
}

.vehicle-call-content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.vehicle-call-content strong,
.vehicle-call-content small {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: 1.1;
}

.vehicle-call-content strong {
  font-family: var(--font-accent);
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.vehicle-call-content small {
  color: rgba(17, 17, 17, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.vehicle-call-note {
  margin: 0;
  color: #6f6a61;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  color: #6f6a61;
  font-size: 0.9rem;
}

.breadcrumb a {
  color: #111;
  font-weight: 800;
}

.vehicle-detail {
  padding-top: 36px;
}

.vehicle-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.vehicle-hero-card {
  overflow: hidden;
  background: #f4eee2;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-soft);
}

.vehicle-detail-copy h1 {
  color: #111;
  font-size: 2.35rem;
}

.vehicle-detail-copy p {
  max-width: 620px;
  font-size: 1rem;
}

.detail-price {
  max-width: 420px;
  margin: 22px 0;
}

.specs-table {
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: var(--radius);
  background: #fff;
}

.specs-table th,
.specs-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  text-align: left;
}

.specs-table tr:last-child th,
.specs-table tr:last-child td {
  border-bottom: 0;
}

.specs-table th {
  width: 42%;
  color: #6f6a61;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.specs-table td {
  color: #111;
  font-weight: 800;
}

.quick-cta-section {
  padding-block: 68px;
  background: #050505;
}

.quick-cta {
  display: grid;
  gap: 30px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(180deg, #101010, #070707);
  border: 1px solid rgba(201, 168, 76, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.quick-cta-copy h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 2.15rem;
}

.quick-cta-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
}

.quick-cta-list,
.quick-cta-trust {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.quick-cta-list li,
.quick-cta-trust li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) - 2px);
  font-weight: 700;
}

.trust-icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: rgba(201, 168, 76, 0.08);
}

.trust-icon::before,
.trust-icon::after {
  content: "";
  position: absolute;
  background: var(--gold-light);
}

.trust-icon::before {
  left: 8px;
  top: 9px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  border-radius: 0;
  background: transparent;
  transform: rotate(-45deg);
}

.trust-icon::after {
  display: none;
}

.quick-cta-delivery {
  margin: 26px 0 0;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-cta-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(201, 168, 76, 0.22);
  box-shadow: var(--shadow-tiny);
}

.quick-cta-actions {
  display: grid;
  gap: 12px;
}

.quick-cta-actions .btn {
  width: 100%;
  min-height: 58px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn-call {
  background: var(--gold-light);
}

.btn-whatsapp {
  color: #fff;
  background: #1f6f4a;
}

.quick-cta-meta {
  display: grid;
  gap: 12px;
  margin: 0;
}

.quick-cta-meta div {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.quick-cta-meta dt {
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-cta-meta dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.quick-cta-trust {
  grid-template-columns: 1fr;
  margin-top: 2px;
}

.quick-cta-trust li {
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
}

.quick-cta-support {
  margin: 0;
  padding: 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius) - 2px);
}

.principles {
  display: grid;
  gap: 14px;
}

.principle {
  padding: 20px;
  background: #fff;
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow-tiny);
}

.faq {
  max-width: 900px;
}

.faq details {
  padding: 18px 0;
  border-bottom: 1px solid #dddddd;
}

.faq summary {
  min-height: 44px;
  cursor: pointer;
  font-weight: 900;
}

.trust-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.trust-list p {
  margin: 0;
  padding: 14px 16px;
  color: #4c4c4c;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius);
}

.business-card {
  padding: 20px;
  background: #fafaf8;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: var(--radius);
}

.business-card p {
  margin: 0 0 12px;
}

.business-card h2 {
  margin-bottom: 16px;
}

.business-card a,
.legal-copy a {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-index {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.legal-index a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: var(--radius);
}

.footer {
  padding-block: 46px 34px;
  color: #fff;
  background: #060606;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer h2,
.footer h3 {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 1rem;
}

.footer strong {
  color: #fff;
}

.footer p {
  color: #d6d6d6;
}

.footer-grid {
  align-items: start;
}

.footer a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 40px;
  color: #d8d8d8;
}

.footer p a,
.footer-contact a {
  display: inline;
  width: auto;
  min-height: 0;
  margin: 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer .brand {
  display: inline-flex;
  min-height: 64px;
  margin: 0 0 14px;
}

.footer .brand img {
  height: 64px;
}

.footer-lead {
  max-width: 360px;
  margin: 0 0 18px;
}

.footer-meta {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-meta li,
.footer-contact span {
  color: #d6d6d6;
  font-size: 0.94rem;
}

.footer-contact {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.footer-links {
  display: grid;
  gap: 6px;
}

.footer-links a {
  min-height: 38px;
}

.footer-bottom {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-trust {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d8d8d8;
  font-size: 0.88rem;
}

.footer-social {
  display: grid;
  gap: 4px;
  color: #d8d8d8;
  font-size: 0.9rem;
}

.quick-contact {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: #111;
  background: var(--gold-light);
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  contain: layout paint style;
}

@media (min-width: 640px) {
  .content-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px) {
  .section {
    padding-block: 70px;
  }

  .vehicle-detail-copy h1 {
    font-size: 3.05rem;
  }

  .quick-cta-copy h2 {
    font-size: 2.85rem;
  }

  .footer-bottom {
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
    align-items: start;
  }

  .service-card {
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 3.45rem;
  }

  .vehicle-detail-copy h1 {
    font-size: 3.9rem;
  }

  .quick-cta-copy h2 {
    font-size: 3.45rem;
  }

  .split,
  .two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .quick-cta {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
    align-items: center;
    gap: 54px;
    padding: 48px;
  }

  .quick-cta-card {
    padding: 32px;
  }

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

  .content-card {
    padding: 42px 34px;
  }

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

  .service-card {
    min-height: 360px;
    padding: 44px 32px 40px;
  }

  .service-card h2 span,
  .service-card h3 span {
    display: inline;
  }

  .fleet-grid,
  .vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (hover: hover) and (pointer: fine) {
  .btn,
  .filter-btn,
  .vehicle-call-button,
  .site-nav a,
  .fleet-card,
  .vehicle-card {
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
  }

  .btn:hover {
    opacity: 0.92;
  }

  .fleet-card:hover,
  .vehicle-card:hover {
    border-color: rgba(212, 163, 58, 0.32);
  }

  .vehicle-call-button:hover {
    border-color: rgba(129, 88, 18, 0.36);
    box-shadow: 0 7px 18px rgba(129, 88, 18, 0.16);
  }

  .service-card:hover {
    background: #1a1a1a;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
