@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Serif+Display&display=swap');

:root {
  --bg: #f4f2ed;
  --surface: #ffffff;
  --surface-soft: #eeebe2;
  --text: #171717;
  --text-soft: #6f6b65;
  --line: #e5dfd4;
  --green-soft: #a8b88a;
  --green-soft-dark: #8f9f72;
  --green-block: #b5c59b;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --container: 1120px;
}
.autos-price-icon{
    color: #485c38;
    font-size: 15px;
    width: 18px;
    text-align: center;
    margin-right: 8px;
    opacity: .9;
}
.autos-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 10px;
    flex-wrap: wrap;
}

.autos-rating span {
    background: #111;
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
}

.autos-rating small {
    color: #6b6258;
    font-size: 13px;
    font-weight: 600;
}
.autos-filter-pro {
    padding: 26px !important;
}

.autos-filter-grid-main {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 18px;
    align-items: end;
}

.autos-filter-grid-main .filter-field {
    min-width: 0;
}

.filter-search {
    grid-column: span 2;
}

.autos-filter-bottom {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 190px;
    gap: 18px;
    align-items: end;
}

.price-panel {
    background: #f7f3ec;
    border: 1px solid #ded2bf;
    border-radius: 22px;
    padding: 18px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    align-items: end;
}

.price-panel-left {
    min-width: 0;
}

.price-panel-right {
    min-width: 0;
}

.precio-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    font-size: 14px;
}

.precio-top span {
    color: #6b6258;
    font-weight: 700;
}

.precio-top strong {
    color: #111;
    white-space: nowrap;
}

.precio-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 10px;
}

.precio-input {
    height: 44px !important;
}

.price-ranges {
    display: grid;
    gap: 4px;
}

.precio-range {
    margin: 0;
    height: 18px;
}

.btn-limpiar-pro {
    height: 52px;
    width: 100%;
}

@media (max-width: 1200px) {
    .autos-filter-grid-main {
        grid-template-columns: repeat(3, 1fr);
    }

    .filter-search {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .autos-filter-pro {
        padding: 18px !important;
    }

    .autos-filter-grid-main {
        grid-template-columns: 1fr;
    }

    .filter-search {
        grid-column: span 1;
    }

    .autos-filter-bottom {
        grid-template-columns: 1fr;
    }

    .price-panel {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .precio-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .precio-inputs {
        grid-template-columns: 1fr 1fr;
    }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 58px;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container-soft {
  max-width: var(--container);
}

/* ================================
   NAVBAR
================================ */
.navbar-clean {
  background: rgba(244, 242, 237, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.04);
  padding: 8px 0;
}

.navbar-custom-wrap {
  display: flex;
  align-items: center;
}

.logo-navbar {
  height: 34px;
  width: auto;
  display: block;
}

.navbar-brand {
  margin-right: 30px;
  padding: 0;
  flex-shrink: 0;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-center {
  gap: 26px;
}

.navbar .nav-link {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
  padding: 8px 0;
  transition: .2s ease;
}

.navbar .nav-link:hover {
  color: #5f6d47;
}

.nav-actions {
  gap: 18px;
  flex-shrink: 0;
}

.nav-login-link {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nav-login-link:hover {
  color: #111;
}

.btn-search-now {
  background: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: .2s ease;
}

.btn-search-now:hover {
  background: #000;
  color: #fff;
}

/* ================================
   HERO
================================ */
.hero-main {
  padding: 20px 0 26px;
}

.hero-title-wrap {
  margin-bottom: 18px;
}

.hero-title-wrap h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 400;
  color: #111;
  margin: 0;
}

.hero-card-main {
  position: relative;
  padding-bottom: 60px;
}

.hero-card-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 355px;
  background: var(--green-block);
  border-radius: 20px;
  z-index: 1;
}

.hero-image-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 14px;
}

/* ================================
   BUTTONS
================================ */
.btn-soft-dark,
.btn-soft-light,
.btn-soft-green {
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  padding: 11px 18px;
  transition: .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-soft-dark {
  background: #161616;
  color: #fff;
  border: 1px solid #161616;
}

.btn-soft-dark:hover {
  background: #000;
  color: #fff;
}

.btn-soft-light {
  background: rgba(255,255,255,.88);
  color: #1c1c1c;
  border: 1px solid rgba(255,255,255,.88);
}

.btn-soft-light:hover {
  background: #fff;
  color: #111;
}

.btn-soft-green {
  background: #cfdab0;
  color: #171717;
  border: 1px solid #cfdab0;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.btn-soft-green:hover {
  background: #bccb96;
  border-color: #bccb96;
  color: #171717;
}

/* ================================
   LOGOS
================================ */
.logos-strip {
  padding: 10px 0 34px;
}

.logos-label {
  font-size: 10px;
  color: #a19b91;
  margin-bottom: 12px;
}

.logos-row {
  background: #f7f5ef;
  border-radius: 18px;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: center;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  max-height: 18px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .7;
}

/* ================================
   SECTIONS
================================ */
.section-block {
  padding: 36px 0 54px;
}

.section-minihead {
  margin-bottom: 14px;
}

.section-minihead span {
  color: #9a948a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-head-main {
  margin-bottom: 28px;
}

.section-head-main h2,
.steps-copy h2,
.about-box h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 8px;
  color: #141414;
}

.section-head-main p,
.steps-copy p,
.about-box p {
  color: var(--text-soft);
  font-size: .94rem;
  line-height: 1.8;
  margin: 0;
}

/* ================================
   BENEFICIOS
================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  background: transparent;
  border-radius: 18px;
  padding: 8px 4px;
}

.feature-icon {
  color: #7b776f;
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-card h3 {
  font-size: .9rem;
  font-weight: 700;
  color: #171717;
  line-height: 1.5;
  margin-bottom: 8px;
}

.feature-card p {
  color: #7b776f;
  font-size: .82rem;
  line-height: 1.7;
  margin: 0;
}

/* ================================
   BANNER
================================ */
.banner-section {
  padding-top: 10px;
  padding-bottom: 26px;
}

.wide-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.wide-banner-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ================================
   STEPS
================================ */
.steps-section {
  padding-top: 26px;
  padding-bottom: 40px;
}

.steps-row {
  align-items: flex-start;
}

.steps-copy {
  max-width: 500px;
  padding-top: 28px;
}

.steps-copy h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.05;
  color: #171717;
  margin-bottom: 18px;
}

.steps-copy p {
  color: #7a766e;
  font-size: .92rem;
  line-height: 1.8;
  margin: 0 0 26px;
  max-width: 420px;
}

.steps-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid #e5ded2;
}

.steps-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e5ded2;
  color: #3f3c37;
  font-size: .84rem;
  line-height: 1.7;
}

.steps-list span {
  min-width: 28px;
  color: #7d786f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.steps-image-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.steps-image {
  width: 100%;
  max-width: 470px;
  height: 700px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  display: block;
}

/* ================================
   CARS
================================ */
.cars-section {
  padding-top: 18px;
}

.car-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
}

.car-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.car-card-body {
  padding: 18px;
}

.car-card-body h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #171717;
  margin-bottom: 4px;
}

.car-brand {
  color: #7b776f;
  font-size: .88rem;
  margin-bottom: 14px;
}

.car-prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.price-item {
  background: #f7f4ed;
  border: 1px solid #e9e3d8;
  border-radius: 14px;
  padding: 12px;
}

.price-item small {
  display: block;
  color: #7a766e;
  font-size: .74rem;
  margin-bottom: 6px;
}

.price-item strong {
  color: #171717;
  font-size: .95rem;
}

/* ================================
   ABOUT
================================ */
.about-box {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.about-point {
  background: #f7f4ed;
  border: 1px solid #e9e3d8;
  border-radius: 14px;
  padding: 16px;
  color: #44413d;
  font-size: .9rem;
  font-weight: 600;
}

/* ================================
   FOOTER
================================ */
.footer-clean {
  padding: 48px 0 24px;
  background: transparent;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 30px;
  padding-top: 10px;
  border-top: 1px solid #dfd7ca;
}

.footer-logo {
  height: 42px;
  width: auto;
  margin-bottom: 12px;
}

.footer-text,
.footer-clean li,
.footer-clean a {
  color: #6f6b65;
  font-size: .88rem;
  line-height: 1.8;
}

.footer-clean h4 {
  font-size: .95rem;
  font-weight: 800;
  color: #171717;
  margin-bottom: 12px;
}

.footer-clean ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-clean li {
  margin-bottom: 8px;
}

.footer-clean a:hover {
  color: #171717;
}

.footer-copy {
  border-top: 1px solid #dfd7ca;
  margin-top: 28px;
  padding-top: 18px;
  text-align: center;
}

.footer-copy p {
  margin: 0;
  color: #8a8479;
  font-size: .82rem;
}

/* ================================
   AUTOS - DISEÑO COMPLETO
================================ */
.autos-shell {
  padding: 20px 0 60px;
}

.autos-section-block {
  margin-bottom: 28px;
}

.autos-hero-large {
  background:
    linear-gradient(rgba(244,242,237,.55), rgba(244,242,237,.55)),
    url('../img/bucadorimg.png') center/cover no-repeat;
  min-height: 620px;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.autos-hero-overlay {
  text-align: center;
  padding: 56px 0;
}

.autos-hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  color: #171717;
  margin-bottom: 12px;
}

.autos-hero-sub {
  color: #5f5b55;
  font-size: .95rem;
  max-width: 640px;
  margin: 0 auto 26px;
}

.autos-hero-mini {
  color: #6f6b65;
  font-size: .83rem;
  margin-top: 14px;
}

.autos-quick-search {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(255,255,255,.92);
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.autos-quick-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: 8px;
}

.autos-input-pill,
.autos-input,
.autos-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ddd5c8;
  background: #f8f5ef;
  border-radius: 999px;
  padding: 0 16px;
  font-size: .9rem;
  color: #171717;
  outline: none;
}

.autos-input,
.autos-select {
  border-radius: 14px;
}

.autos-input::placeholder,
.autos-input-pill::placeholder {
  color: #7b776f;
  opacity: 1;
}

.autos-input:focus,
.autos-input-pill:focus,
.autos-select:focus {
  border-color: #bccb96;
  box-shadow: 0 0 0 .2rem rgba(181,197,155,.2);
}

.autos-btn-dark,
.autos-btn-outline,
.autos-btn-submit {
  min-height: 46px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  border: 1px solid transparent;
}

.autos-btn-dark {
  background: #171717;
  color: #fff;
}

.autos-btn-dark:hover {
  background: #000;
  color: #fff;
}

.autos-btn-outline {
  background: #fff;
  color: #171717;
  border-color: #d8cfbf;
}

.autos-btn-outline:hover {
  background: #f3eee4;
}

.autos-btn-submit {
  background: #cfdab0;
  color: #171717;
  border-color: #cfdab0;
}

.autos-btn-submit:hover {
  background: #bccb96;
}

.autos-box {
  background: #fff;
  border: 1px solid #ece5d9;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,.04);
  padding: 20px;
}

.autos-head h2,
.autos-step-title {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #171717;
  margin-bottom: 6px;
}

.autos-head p,
.autos-step-sub {
  color: #6f6b65;
  font-size: .92rem;
  margin-bottom: 0;
}

.autos-head-results {
  margin-bottom: 20px;
}

.autos-label {
  display: block;
  margin-bottom: 8px;
  font-size: .82rem;
  font-weight: 700;
  color: #2d2a26;
}

.autos-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.autos-tab {
  border: 1px solid #ddd5c8;
  background: #f7f4ed;
  color: #2c2925;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
}

.autos-tab.active {
  background: #cfdab0;
  border-color: #cfdab0;
}

.autos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.autos-card {
  background: #fff;
  border: 1px solid #ece5d9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.autos-card-image-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #f3eee4;
}

.autos-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autos-card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.autos-card-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #171717;
  margin-bottom: 4px;
}

.autos-card-sub {
  color: #7b776f;
  font-size: .84rem;
  margin-bottom: 10px;
}

.autos-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.autos-card-tags span {
  background: #f7f4ed;
  border: 1px solid #e4ddd2;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .72rem;
  font-weight: 700;
  color: #3a3631;
}

.autos-card-info {
  font-size: .84rem;
  color: #57534d;
  line-height: 1.6;
  margin-bottom: 12px;
  min-height: 76px;
}

.autos-card-info b {
  color: #171717;
}

.autos-card-prices {
  background: #fbf8f2;
  border: 1px solid #e9e0d2;
  border-radius: 14px;
  padding: 10px 12px;
  margin-top: auto;
  margin-bottom: 12px;
}

.autos-card-prices div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  font-size: .84rem;
}

.autos-card-prices div:last-child {
  margin-bottom: 0;
}

.autos-card-prices span {
  color: #57534d;
}

.autos-card-prices strong {
  color: #171717;
}

.btn-select-car {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  background: #cfdab0;
  color: #171717;
  border: 1px solid #cfdab0;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
}

.btn-select-car:hover {
  background: #bccb96;
  border-color: #bccb96;
  color: #171717;
}

.autos-empty {
  text-align: center;
  padding: 34px 18px;
  background: #fbf8f2;
  border: 1px dashed #ddd2c0;
  border-radius: 18px;
}

.autos-empty h4 {
  font-weight: 800;
  color: #171717;
}

.autos-empty p {
  color: #6f6b65;
  margin: 0;
}

.autos-modal {
  border-radius: 24px;
  border: 1px solid #ece5d9;
  overflow: hidden;
}

.autos-modal-header {
  border-bottom: 1px solid #ece5d9;
  background: #fff;
}

.autos-modal-body {
  background: #fff;
  padding: 24px;
}

.autos-modal-grid-vehicle {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.autos-modal-main-image-wrap {
  margin-bottom: 18px;
}

.autos-modal-main-image {
  width: 100%;
  max-width: 420px;
  object-fit: contain;
}

.autos-modal-price-list {
  display: grid;
  gap: 12px;
  color: #57534d;
  font-size: 1rem;
}

.autos-modal-price-list div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.autos-modal-right h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  color: #171717;
  margin-bottom: 6px;
}

.autos-vehicle-lines {
  display: grid;
  gap: 12px;
  color: #57534d;
  font-size: .92rem;
  border-top: 1px solid #ece5d9;
  padding-top: 14px;
}

.autos-reserva-layout-modal {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
}

.autos-reserva-car h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #171717;
  margin-bottom: 6px;
}

.autos-form-side-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.8rem;
  color: #171717;
  margin-bottom: 8px;
}

.autos-reserva-car-image-wrap,
.autos-success-car-image-wrap {
  margin: 18px 0;
}

.autos-reserva-car-image,
.autos-success-car-image {
  width: 100%;
  max-width: 360px;
  object-fit: contain;
}

.autos-reserva-features,
.autos-success-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #57534d;
  font-size: .86rem;
  margin-bottom: 12px;
}

.autos-reserva-location,
.autos-success-location {
  color: #6f6b65;
  font-size: .9rem;
}

.autos-terms {
  font-size: .88rem;
  color: #57534d;
  line-height: 1.7;
}

.autos-success-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
}

.autos-success-car h3,
.autos-success-data h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #171717;
  margin-bottom: 8px;
}

.autos-stars {
  color: #d7a821;
  font-size: .86rem;
  margin-bottom: 10px;
}

.autos-stars span {
  color: #6f6b65;
}

.autos-success-text {
  color: #57534d;
  font-size: .92rem;
  line-height: 1.8;
}

/* ================================
   RESPONSIVE — TABLET (≤991px)
================================ */
@media (min-width: 768px) {
  body {
    padding-top: 72px;
  }

  .navbar-clean {
    padding: 10px 0;
  }

  .logo-navbar {
    height: 46px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 82px;
  }

  .navbar-clean {
    padding: 14px 0;
  }

  .logo-navbar {
    height: 56px;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-right: 0;
  }

  .navbar-collapse {
    padding-top: 14px;
  }

  .nav-center {
    gap: 0;
  }

  .navbar .nav-link {
    margin-bottom: 6px;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch !important;
    gap: 10px;
    margin-top: 10px;
  }

  .nav-login-link {
    padding: 8px 0;
  }

  .btn-search-now {
    width: 100%;
    text-align: center;
  }

  .hero-card-main {
    padding-bottom: 30px;
  }

  .hero-card-bg {
    height: 140px;
  }

  .hero-image-box {
    max-width: 100%;
    padding: 8px;
  }

  .hero-image {
    height: auto;
  }

  .wide-banner {
    max-width: 100%;
  }

  .wide-banner-image {
    height: 280px;
  }

  .steps-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .steps-copy h2 {
    font-size: 2.4rem;
  }

  .steps-image-box {
    justify-content: center;
    margin-top: 10px;
  }

  .steps-image {
    max-width: 100%;
    height: 520px;
  }

  /* footer tablet */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  /* autos tablet */
  .autos-hero-large {
    min-height: 470px;
  }

  .autos-quick-grid {
    grid-template-columns: 1fr;
  }

  .autos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .autos-modal-grid-vehicle,
  .autos-reserva-layout-modal,
  .autos-success-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================
   RESPONSIVE — MOBILE (≤767px)
================================ */
@media (max-width: 767px) {
  /* hero */
  .hero-title-wrap h1 {
    font-size: 2.4rem;
  }

  .hero-card-main {
    padding-bottom: 20px;
  }

  .hero-card-bg {
    height: 95px;
    border-radius: 16px;
  }

  .hero-image-box {
    padding: 6px;
    border-radius: 18px;
  }

  .hero-image {
    height: auto;
    border-radius: 12px;
  }

  /* banner */
  .wide-banner {
    border-radius: 16px;
  }

  .wide-banner-image {
    height: 220px;
  }

  /* steps */
  .steps-copy h2 {
    font-size: 2rem;
  }

  .steps-copy p {
    font-size: .9rem;
  }

  .steps-list li {
    font-size: .82rem;
    gap: 12px;
  }

  .steps-image {
    height: 380px;
    border-radius: 16px;
  }

  /* logos */
  .logos-row {
    grid-template-columns: repeat(3, 1fr);
  }

  /* beneficios */
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* footer */
  .footer-clean {
    padding: 28px 0 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .footer-logo {
    height: 30px;
    margin-bottom: 8px;
  }

  .footer-clean h4 {
    font-size: .86rem;
    margin-bottom: 6px;
  }

  .footer-text,
  .footer-clean li,
  .footer-clean a {
    font-size: .78rem;
    line-height: 1.5;
  }

  .footer-clean li {
    margin-bottom: 4px;
  }

  .footer-copy {
    margin-top: 14px;
    padding-top: 12px;
  }

  .footer-copy p {
    font-size: .74rem;
  }

  /* autos */
  .autos-hero-large {
    min-height: 380px;
  }

  .autos-hero-title {
    font-size: 2.3rem;
  }

  .autos-grid {
    grid-template-columns: 1fr;
  }

  .autos-box {
    padding: 16px;
    border-radius: 18px;
  }

  .autos-head h2,
  .autos-step-title,
  .autos-success-car h3,
  .autos-success-data h3,
  .autos-modal-right h2,
  .autos-reserva-car h2 {
    font-size: 1.7rem;
  }
}

/* ================================
   RESPONSIVE — XS (≤480px)
================================ */
@media (max-width: 480px) {
  .hero-title-wrap h1 {
    font-size: 2rem;
  }

  .section-head-main h2,
  .steps-copy h2,
  .about-box h2 {
    font-size: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .logos-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
  
}
.hero-image-box .carousel-item {
  text-align: center;
}

.hero-image-box .hero-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}