:root {
  --rc-blue: #0657d8;
  --rc-blue-dark: #052b78;
  --rc-ink: #07142f;
  --rc-muted: #657083;
  --rc-line: #e4e9f2;
  --rc-soft: #f5f8fd;
  --rc-green: #07984a;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--rc-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.navbar {
  box-shadow: 0 6px 18px rgba(7, 20, 47, 0.05);
}

.site-header {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  box-shadow: 0 8px 26px rgba(7, 20, 47, 0.08);
  left: 0;
  min-height: 58px;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.mobile-menu-backdrop {
  display: none;
}

.site-header .container {
  min-height: 58px;
  padding-bottom: 7px;
  padding-top: 7px;
}

.brand-mark {
  align-items: center;
  color: var(--rc-ink);
  display: inline-flex;
  font-size: 1.55rem;
  font-weight: 800;
  gap: 0.35rem;
}

.brand-mark:hover {
  color: var(--rc-ink);
}

.reserve-logo {
  display: block;
  height: auto;
  max-height: 30px;
  max-width: 164px;
  width: auto;
}

.brand-mark span span {
  color: var(--rc-blue);
}

.brand-icon {
  color: var(--rc-blue);
  font-size: 1.55rem;
  line-height: 1;
}

.nav-link {
  color: var(--rc-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding-left: 0.35rem !important;
  padding-right: 0.35rem !important;
  white-space: nowrap;
}

.site-header .navbar-nav {
  align-items: center;
  gap: 0.65rem !important;
}

.site-header .dropdown-menu {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(7, 20, 47, 0.14);
  font-size: 0.86rem;
  margin-top: 10px;
  padding: 6px;
}

.site-header .dropdown-item {
  border-radius: 6px;
  font-weight: 750;
  padding: 8px 10px;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background: #eef5ff;
  color: var(--rc-blue);
}

.site-header .navbar-toggler {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  padding: 5px 8px;
}

.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(6, 87, 216, 0.14);
}

.btn {
  border-radius: 8px;
  font-weight: 700;
}

.btn-primary {
  background: var(--rc-blue);
  border-color: var(--rc-blue);
  box-shadow: 0 10px 22px rgba(6, 87, 216, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
  background: #034abd;
  border-color: #034abd;
}

.search-submit {
  font-size: 0.86rem;
  min-height: 58px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.search-submit i {
  font-size: 0.98rem;
}

.btn-outline-primary {
  border-color: var(--rc-blue);
  color: var(--rc-blue);
}

.btn-whatsapp {
  align-items: center;
  background: #16bf68;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}

.nav-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-actions.is-logged-in {
  gap: 0 !important;
}

.nav-actions .btn {
  font-size: 0.82rem;
  min-height: 32px;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.nav-help {
  color: var(--rc-blue);
  font-weight: 800;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.nav-help:hover,
.nav-help:focus {
  color: #034abd;
}

.nav-user-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #cfd7e3;
  border-radius: 8px;
  color: #536072;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 7px;
  min-height: 36px;
  max-width: 250px;
  overflow: hidden;
  padding: 0 12px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-user-badge:hover,
.nav-user-badge:focus,
.nav-user-badge.show {
  background: #fff;
  border-color: #b9c7dc;
  color: var(--rc-ink);
}

.nav-user-badge span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-user-badge i {
  color: #7f8a9a;
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.account-dropdown {
  max-width: 300px;
}

.account-menu {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 20, 47, 0.14);
  margin-top: 8px !important;
  min-width: 190px;
  padding: 6px;
}

.account-menu .dropdown-item {
  border-radius: 6px;
  color: var(--rc-ink);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 9px 10px;
  text-transform: uppercase;
}

.account-menu .dropdown-item:hover,
.account-menu .dropdown-item:focus {
  background: #eef5ff;
  color: var(--rc-blue);
}

.hero {
  min-height: 380px;
  overflow: visible;
  position: relative;
  z-index: 4;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.58) 38%, rgba(255, 255, 255, 0.08) 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(4, 35, 91, 0.5) 100%),
    var(--hero-image, url("/images/home/hero-road-reservecar-01.webp")) center center / cover;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.hero::after {
  background: linear-gradient(180deg, rgba(3, 27, 76, 0), rgba(3, 27, 76, 0.54));
  bottom: 0;
  content: "";
  height: 68px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-content {
  padding-bottom: 10px;
  padding-top: 76px;
  position: relative;
  z-index: 20;
}

.hero-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.hero-tab {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  min-height: 36px;
  padding: 0 18px;
  text-decoration: none;
}

.hero-tab:hover,
.hero-tab:focus {
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.hero-tab.is-active {
  background: #ffc247;
  border-color: #ffc247;
  color: #081225;
}

.eyebrow {
  color: var(--rc-blue);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--rc-ink);
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  font-weight: 620;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  max-width: 900px;
}

.hero h1 span,
h2 span {
  color: var(--rc-blue);
  display: block;
}

.hero-lead,
.section-text {
  color: #24324a;
  font-size: 1rem;
  line-height: 1.45;
}

.hero .hero-lead {
  color: #24324a;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.45;
  max-width: 780px;
}

.search-panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(228, 233, 242, 0.9);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(7, 20, 47, 0.2);
  margin-top: 18px;
  overflow: visible;
  padding: 12px;
  position: relative;
  z-index: 50;
}

.search-panel > input,
.search-panel input[type="hidden"],
.search-panel .native-time-select {
  display: none !important;
}

.form-label {
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-bar {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-auto-rows: 58px;
  grid-template-columns: minmax(0, 1fr) 218px 218px 138px;
  min-height: 58px;
  overflow: visible;
}

.booking-bar.has-return {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 218px 218px 138px;
}

.booking-field {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 1px solid #cfd7e3;
  border-radius: 8px;
  display: flex;
  height: 58px;
  max-height: 58px;
  min-height: 58px;
  min-width: 0;
  position: relative;
}

.booking-location {
  align-items: center;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  height: 58px;
  min-width: 0;
  overflow: visible;
  padding: 0 12px;
  transition: flex-basis 220ms ease, opacity 180ms ease, transform 220ms ease;
}

.booking-date {
  align-items: center;
  height: 58px;
  min-width: 0;
  padding: 0 8px 0 10px;
}

.booking-date > .booking-input-wrap {
  box-sizing: border-box;
  padding-right: 8px;
}

.booking-icon {
  align-items: center;
  align-self: center;
  background: transparent;
  border: 0;
  color: #7d8490;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.1rem;
  height: 100%;
  justify-content: center;
  justify-self: center;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
}

.icon-picker,
.date-control,
.time-picker-button {
  cursor: pointer;
}

.icon-picker:hover,
.icon-picker:focus,
.time-picker-button:hover,
.time-picker-button:focus {
  color: var(--rc-blue);
}

.booking-input-wrap {
  align-self: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  justify-self: stretch;
  min-width: 0;
}

.booking-field label,
.booking-time label {
  color: #6b7280;
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 4px;
  white-space: nowrap;
}

.booking-input {
  background: transparent;
  border: 0;
  color: var(--rc-ink);
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.booking-input::placeholder {
  color: #9aa0aa;
  font-weight: 500;
}

.native-time-select {
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.booking-input[type="date"],
.booking-input[type="time"] {
  min-height: 24px;
}

.booking-input[type="date"]::-webkit-calendar-picker-indicator,
.booking-input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
  width: 0;
}

.date-control {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.date-control .booking-input {
  flex: 1 1 auto;
  min-width: 0;
}

.date-control .icon-picker {
  background: transparent;
  border: 0;
  color: #7d8490;
  flex: 0 0 auto;
  font-size: 0.96rem;
  line-height: 1;
  padding: 0;
}

.booking-time {
  align-self: stretch;
  border-left: 1px solid #cfd7e3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 0 0 82px;
  height: 100%;
  justify-content: center;
  min-width: 0;
  padding: 0 8px;
}

.time-control {
  align-items: center;
  display: flex;
  gap: 6px;
  min-width: 0;
}

.time-control .booking-input {
  flex: 0 0 45px;
  min-width: 45px;
  overflow: visible;
  width: 45px;
}

.time-picker-button {
  background: transparent;
  border: 0;
  color: #7d8490;
  flex: 0 0 auto;
  font-size: 0.96rem;
  line-height: 1;
  padding: 0;
}

.home-time-menu {
  background: #fff;
  border: 1px solid #cfd7e3;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 20, 47, 0.18);
  display: none;
  max-height: 236px;
  overflow-y: auto;
  padding: 6px;
  position: fixed;
  z-index: 1000000;
}

.home-time-menu.is-open {
  display: block;
}

.home-time-option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--rc-ink);
  display: flex;
  font-size: 0.92rem;
  font-weight: 750;
  height: 34px;
  justify-content: center;
  min-width: 92px;
  padding: 0 12px;
  width: 100%;
}

.home-time-option:hover,
.home-time-option:focus {
  background: #eaf2ff;
  color: var(--rc-blue);
}

.home-time-option.is-selected {
  background: #ffc857;
  color: #07142f;
  font-weight: 850;
}

#pickupField {
  grid-column: 1;
  grid-row: 1;
}

.booking-bar.has-return #pickupField {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  min-width: 0;
}

#contDevolucao,
#returnCityPanel {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.pickup-date-field {
  grid-column: 2;
  grid-row: 1;
}

.return-date-field {
  grid-column: 3;
  grid-row: 1;
}

.search-submit {
  background: #168b55;
  border-color: #168b55;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 8px;
  grid-column: 4;
  grid-row: 1;
  height: 58px;
  max-height: 58px;
  min-height: 58px;
}

.booking-bar.has-return .pickup-date-field {
  grid-column: 3;
  grid-row: 1;
}

.booking-bar.has-return .return-date-field {
  grid-column: 4;
  grid-row: 1;
}

.booking-bar.has-return .search-submit {
  grid-column: 5;
  grid-row: 1;
}

.search-submit:hover,
.search-submit:focus {
  background: #117346;
  border-color: #117346;
}

.different-toggle {
  flex: 0 0 auto;
  grid-column: 3;
  margin: 0 0 0 auto;
}

.different-toggle span {
  background: #f3f5f8;
  border-radius: 8px;
  color: var(--rc-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1;
  padding: 10px 12px;
  transition: background 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.different-toggle:hover span,
.different-toggle input:focus-visible + span {
  background: #e8f0ff;
  color: var(--rc-blue);
}

.return-city-panel {
  display: none;
  min-width: 0;
  opacity: 0;
  transform: translateX(-8px);
}

.return-city-panel.is-open {
  align-items: center;
  display: flex;
  opacity: 1;
  transform: translateX(0);
}

#contDevolucao.return-city-panel.is-open {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  height: 58px !important;
  max-height: 58px !important;
  min-height: 58px !important;
  overflow: visible;
  padding: 0 44px 0 12px !important;
}

#contDevolucao.return-city-panel.is-open > .booking-icon {
  align-items: center !important;
  align-self: stretch !important;
  display: inline-flex !important;
  flex: 0 0 22px !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  width: 22px !important;
}

#contDevolucao.return-city-panel.is-open > .return-city-content {
  align-items: stretch !important;
  align-self: stretch !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

#contDevolucao.return-city-panel.is-open > .return-city-content > label {
  display: block !important;
  flex: 0 0 auto !important;
  line-height: 1.2 !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

#contDevolucao.return-city-panel.is-open > .return-city-content > .booking-input {
  display: block !important;
  flex: 0 0 auto !important;
  height: auto !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

.remove-return-button {
  align-items: center;
  background: #eef3fb;
  border: 0;
  border-radius: 50%;
  color: #566273;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  height: 26px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  z-index: 2;
}

.remove-return-button:hover,
.remove-return-button:focus {
  background: #dfeaff;
  color: var(--rc-blue);
}

.booking-bar.has-return .booking-location {
  min-width: 0;
}

.booking-bar.has-return .booking-input {
  font-size: 0.84rem;
}

.booking-bar.has-return .booking-date {
  min-width: 0;
}

.booking-bar.has-return .search-submit {
  min-width: 0;
}

.booking-bar.has-return .different-toggle {
  display: none;
}

.search-options {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 12px;
}

.residence-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #394150;
  display: inline-flex;
  gap: 6px;
  padding: 0;
}

.residence-button span {
  color: var(--rc-ink);
  font-weight: 800;
  text-decoration: underline;
}

.booking-bar.has-return .booking-date {
  min-width: 0;
}

.booking-bar.has-return .search-submit {
  min-width: 0;
}

.form-control,
.input-group-text {
  border-color: var(--rc-line);
  border-radius: 6px;
  font-size: 0.92rem;
  min-height: 48px;
}

.input-group .form-control,
.input-group .input-group-text {
  border-radius: 6px;
}

.time-field {
  max-width: 112px;
}

.input-icon {
  position: relative;
}

.input-icon i {
  color: var(--rc-muted);
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.input-icon .form-control {
  padding-right: 42px;
}

.autocomplete-menu {
  background: #fff;
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(7, 20, 47, 0.14);
  display: none;
  left: 12px;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: calc(100% + 5px);
  z-index: 12;
}

.autocomplete-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  padding: 0.78rem 0.9rem;
}

.autocomplete-option:hover,
.autocomplete-option.active {
  background: var(--rc-soft);
}

.autocomplete-option i {
  color: var(--rc-blue);
}

.autocomplete-option span {
  color: var(--rc-muted);
  display: block;
  font-size: 0.82rem;
}

.rc-location-menu {
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(7, 20, 47, 0.18);
  display: none;
  left: 0;
  max-height: 260px;
  min-width: min(520px, 92vw);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  top: calc(100% + 8px);
  width: max(100%, 520px);
  z-index: 5000;
}

#contDevolucao .rc-location-menu,
#returnCityPanel .rc-location-menu {
  left: auto;
  right: 0;
}

.rc-location-menu.is-open {
  display: block;
}

.rc-location-option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--rc-ink);
  display: flex;
  gap: 9px;
  min-height: 46px;
  padding: 7px 9px;
  text-align: left;
  width: 100%;
}

.rc-location-option:hover,
.rc-location-option:focus,
.rc-location-option.is-active {
  background: #eef5ff;
  outline: 0;
}

.rc-location-pin {
  align-items: center;
  background: #eaf2ff;
  border-radius: 999px;
  color: var(--rc-blue);
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 0.82rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.rc-location-copy {
  display: block;
  min-width: 0;
}

.rc-location-copy strong,
.rc-location-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rc-location-copy strong {
  color: var(--rc-ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}

.rc-location-copy small {
  color: var(--rc-muted);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 2px;
}

.rc-location-empty {
  color: var(--rc-muted);
  font-size: 0.82rem;
  font-weight: 650;
  padding: 10px 11px;
}

.ui-autocomplete.ui-menu {
  display: none !important;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  border: 0;
  margin: 0;
  padding: 0;
}

.ui-autocomplete.ui-menu .ui-menu-item + .ui-menu-item {
  margin-top: 3px;
}

.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
  border: 0;
  border-radius: 7px;
  color: var(--rc-ink);
  margin: 0;
  padding: 0;
}

.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-focus,
.ui-autocomplete.ui-menu .ui-menu-item-wrapper:hover {
  background: #eef5ff;
  border: 0;
  color: var(--rc-ink);
  margin: 0;
}

.rc-autocomplete-option {
  align-items: center;
  display: flex;
  gap: 9px;
  min-height: 46px;
  padding: 7px 9px;
}

.rc-autocomplete-icon {
  align-items: center;
  background: #eaf2ff;
  border-radius: 999px;
  color: var(--rc-blue);
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 0.82rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.rc-autocomplete-copy {
  display: block;
  min-width: 0;
}

.rc-autocomplete-copy strong,
.rc-autocomplete-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rc-autocomplete-copy strong {
  color: var(--rc-ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}

.rc-autocomplete-copy small {
  color: var(--rc-muted);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 2px;
}

.hero-stats {
  margin-top: 18px;
  padding: 18px 0 18px;
  position: relative;
  z-index: 3;
}

.stat-item {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.stat-item i {
  font-size: 1.55rem;
}

.stat-item strong {
  display: block;
  font-size: 1.18rem;
}

.stat-item span {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
}

.benefit-strip {
  background: #fff;
  border-bottom: 1px solid var(--rc-line);
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.promo-section {
  background: #fff;
  border-bottom: 1px solid var(--rc-line);
  padding: 34px 0;
}

.promo-title {
  font-size: 1.2rem;
  font-weight: 680;
  line-height: 1.25;
}

.promo-controls {
  display: flex;
  gap: 8px;
}

.promo-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rc-line);
  border-radius: 50%;
  color: var(--rc-blue);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.promo-arrow:hover,
.promo-arrow:focus {
  background: #eaf2ff;
}

.promo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#promoCarousel .carousel-item:nth-child(2) .promo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promo-banner {
  background: #0b2149;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(7, 20, 47, 0.1);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(128px, 42%) minmax(0, 1fr);
  height: 164px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.promo-banner:hover,
.promo-banner:focus {
  box-shadow: 0 18px 34px rgba(7, 20, 47, 0.16);
  color: #fff;
  transform: translateY(-2px);
}

.promo-banner-media {
  display: block;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.promo-banner-media::after {
  background: linear-gradient(180deg, rgba(7, 20, 47, 0), rgba(7, 20, 47, 0.18));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.promo-banner-media img {
  display: block;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.promo-banner-copy {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 14px 16px;
  position: relative;
  z-index: 1;
}

.promo-banner-copy::after {
  content: none;
}

.promo-banner-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.promo-banner strong {
  display: block;
  font-family: var(--rc-display);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.18;
  max-width: 260px;
}

.promo-banner-text {
  display: block;
  font-size: 0.7rem;
  line-height: 1.3;
  margin-top: 6px;
  max-width: 250px;
  opacity: 0.92;
}

.promo-brand-logo.general-sprites {
  align-self: flex-start;
  background-color: #fff;
  background-position: var(--rc-logo-compact-position);
  background-size: 372px 103px;
  border: 3px solid #fff;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(5, 16, 40, 0.12);
  flex: 0 0 auto;
  height: 24px;
  margin-top: 12px;
  width: 46px;
}

.promo-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
  margin-top: 10px;
  max-width: 136px;
}

.promo-logo-strip .general-sprites {
  background-color: #fff;
  background-position: var(--rc-logo-micro-position);
  background-size: 304px 84px;
  border: 2px solid #fff;
  border-radius: 4px;
  flex: 0 0 auto;
  height: 20px;
  width: 38px;
}

.promo-localiza .promo-banner-copy {
  background: linear-gradient(135deg, #07984a, #066f38);
}

.promo-foco .promo-banner-copy {
  background: linear-gradient(135deg, #f10b13, #b6080e);
}

.promo-movida .promo-banner-copy {
  background: linear-gradient(135deg, #ff6a00, #df4300);
}

.promo-world .promo-banner-copy {
  background: linear-gradient(135deg, #0f3674, #071d46);
}

.promo-europe .promo-banner-copy {
  background: linear-gradient(135deg, #ca4b55, #0f3674);
}

.rental-logos-section {
  background: #fff;
  border-bottom: 1px solid var(--rc-line);
  padding: 54px 0 42px;
}

.rental-logos-head {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.rental-logos-copy {
  min-width: 0;
}

.rental-logos-head h2 {
  color: var(--rc-ink);
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 660;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rental-logos-head p {
  color: #3f4755;
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0;
}

.rental-logos-copy a {
  color: var(--rc-blue);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  margin-top: 14px;
  text-decoration: none;
}

.rental-logos-copy a:hover {
  text-decoration: underline;
}

.rental-logos-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.rental-logos-track {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rental-logos-track a {
  align-items: center;
  background: #fff;
  border: 1px solid #dce6f3;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 70px;
  opacity: 0.94;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.rental-logos-track a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.rental-logos-track .general-sprites {
  flex: 0 0 auto;
}

.mini-benefit {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.mini-benefit i,
.why-item i {
  align-items: center;
  background: #eaf2ff;
  border-radius: 50%;
  color: var(--rc-blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.7rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.mini-benefit strong,
.mini-benefit span span {
  display: block;
}

.mini-benefit span {
  color: var(--rc-muted);
  font-size: 0.85rem;
}

.mini-benefit strong {
  color: var(--rc-ink);
  font-size: 0.94rem;
}

.section-pad {
  padding: 60px 0;
}

h2 {
  color: var(--rc-ink);
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  font-weight: 660;
  line-height: 1.2;
}

.offer-showcase-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.offer-showcase-head {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.offer-showcase-head > div:first-child {
  max-width: 720px;
}

.offer-showcase-head span:first-child {
  color: var(--rc-blue);
  display: block;
  font-family: var(--rc-display);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.offer-showcase-head h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 660;
  line-height: 1.18;
  margin: 0 0 8px;
  max-width: 700px;
}

.offer-quality-note {
  align-items: center;
  background: #f1fbf5;
  border: 1px solid #cfeedd;
  border-radius: 8px;
  color: var(--rc-blue-dark);
  display: flex;
  flex: 0 0 270px;
  gap: 14px;
  padding: 18px 22px;
}

.offer-quality-note i {
  color: var(--rc-green);
  font-size: 1.65rem;
}

.offer-quality-note span {
  color: var(--rc-blue-dark);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
}

.offer-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.offer-tab {
  background: #fff;
  border: 1px solid #cbd8eb;
  border-radius: 999px;
  color: var(--rc-blue-dark);
  flex: 0 0 auto;
  font-size: 0.84rem;
  font-weight: 850;
  min-height: 42px;
  min-width: 176px;
  padding: 0 18px;
}

.offer-tab.is-active {
  background: var(--rc-blue-dark);
  border-color: var(--rc-blue-dark);
  color: #fff;
}

.offer-showcase-shell {
  background: #fff;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(7, 20, 47, 0.08);
  overflow: hidden;
}

.offer-showcase-summary {
  align-items: center;
  border-bottom: 1px solid #e3ebf6;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 20px;
}

.offer-showcase-summary strong {
  color: var(--rc-ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.offer-showcase-summary span {
  color: var(--rc-muted);
  font-size: 0.78rem;
}

.home-offer-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 14px;
}

.home-offer-card {
  background: #fff;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  color: var(--rc-ink);
  display: flex;
  flex-direction: column;
  min-height: 322px;
  overflow: hidden;
  padding: 16px;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-offer-card:hover,
.home-offer-card:focus {
  border-color: var(--rc-blue);
  box-shadow: 0 16px 32px rgba(6, 87, 216, 0.12);
  color: var(--rc-ink);
  transform: translateY(-2px);
}

.home-offer-top {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(92px, 1fr) auto auto;
  min-height: 42px;
}

.home-offer-logo {
  align-items: center;
  background: #fff;
  border: 1px solid #dce6f3;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(7, 20, 47, 0.05);
  color: #139547;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 720;
  justify-content: center;
  min-height: 40px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.home-offer-ribbon {
  align-items: center;
  background: #ffe2a1;
  border-radius: 6px;
  color: #8a4a00;
  display: inline-flex;
  font-size: 0.56rem;
  font-weight: 720;
  gap: 4px;
  min-height: 24px;
  padding: 0 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-offer-heart {
  color: var(--rc-blue-dark);
  font-size: 1.15rem;
  line-height: 1;
}

.home-offer-main {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(132px, 0.95fr) minmax(0, 1fr);
  min-height: 138px;
  padding: 10px 0 8px;
}

.home-offer-car {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.home-offer-car img {
  height: 124px;
  max-width: 100%;
  object-fit: contain;
}

.home-offer-copy {
  min-width: 0;
}

.home-offer-model strong {
  color: var(--rc-blue-dark);
  display: inline;
  font-family: var(--rc-display);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.16;
}

.home-offer-model span {
  color: var(--rc-muted);
  font-size: 0.6rem;
  margin-left: 3px;
}

.home-offer-model em {
  background: #607089;
  border-radius: 5px;
  color: #fff;
  display: table;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 9px;
  padding: 5px 8px;
}

.home-offer-route {
  margin-top: 12px;
}

.home-offer-route strong {
  color: var(--rc-ink);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.15;
}

.home-offer-route span {
  color: var(--rc-muted);
  display: block;
  font-size: 0.67rem;
  line-height: 1.25;
}

.home-offer-spec-grid {
  border-top: 1px solid #e3ebf6;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: auto;
  padding-top: 12px;
  width: 100%;
}

.home-offer-spec-grid span {
  align-items: center;
  border-right: 1px solid #dfe8f5;
  color: var(--rc-blue-dark);
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 45px;
  min-width: 0;
  text-align: center;
}

.home-offer-spec-grid span:last-child {
  border-right: 0;
}

.home-offer-spec-grid i {
  color: var(--rc-blue-dark);
  font-size: 0.88rem;
  line-height: 1;
}

.home-offer-spec-grid strong {
  color: var(--rc-blue-dark);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.05;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-offer-spec-grid small {
  color: var(--rc-muted);
  font-size: 0.61rem;
  line-height: 1.05;
}

.home-offer-price {
  align-items: center;
  border-top: 1px solid #e7eef8;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.home-offer-price small {
  color: var(--rc-blue-dark);
  display: block;
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.home-offer-price strong {
  color: #009b3a;
  display: block;
  font-size: 1.06rem;
  font-weight: 850;
  line-height: 1.05;
}

.home-offer-price strong span {
  font-size: 0.62rem;
}

.home-offer-price em {
  color: var(--rc-muted);
  display: block;
  font-size: 0.68rem;
  font-style: normal;
  line-height: 1.1;
  margin-top: 4px;
}

.home-offer-cta {
  align-items: center;
  background: #13b957;
  border-radius: 7px;
  box-shadow: 0 10px 20px rgba(19, 185, 87, 0.18);
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 850;
  justify-content: center;
  line-height: 1;
  min-height: 34px;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.offer-showcase-more {
  display: flex;
  justify-content: center;
  padding: 0 14px 18px;
}

.offer-rate-note {
  color: var(--rc-muted);
  font-size: 0.74rem;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

.offer-more-link {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e1f0;
  border-radius: 7px;
  color: var(--rc-blue-dark);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 8px;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  text-decoration: none;
}

.offer-more-link:hover,
.offer-more-link:focus {
  border-color: var(--rc-blue);
  color: var(--rc-blue);
}
.destinations-carousel-section {
  padding: 46px 0 38px;
  overflow: hidden;
}

.destinations-carousel-section .container {
  position: relative;
}

.destinations-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.destinations-head span {
  color: var(--rc-blue);
  display: block;
  font-family: var(--rc-display);
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.destinations-head h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 660;
  line-height: 1.18;
  margin-bottom: 8px;
}

.destinations-head .section-text {
  font-size: 0.98rem;
  line-height: 1.35;
}

.destination-carousel-controls {
  display: contents;
}

.destination-arrow {
  align-items: center;
  background: rgba(7, 20, 47, 0.48);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 44px;
  z-index: 4;
}

.destination-arrow[data-destination-prev] {
  left: -6px;
}

.destination-arrow[data-destination-next] {
  right: -6px;
}

.destination-arrow:hover,
.destination-arrow:focus {
  background: rgba(7, 20, 47, 0.72);
  color: #fff;
}

.destination-arrow:disabled {
  background: rgba(7, 20, 47, 0.22);
  color: rgba(255, 255, 255, 0.72);
  cursor: default;
  opacity: 0.68;
}

.destination-carousel {
  margin-inline: -10px;
  position: relative;
}

.destination-carousel-viewport {
  overflow: hidden;
  padding: 2px 10px 10px;
}

.destination-carousel-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.continent-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e8f4;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 40, 82, 0.065);
  display: grid;
  flex: 0 0 calc((100% - 18px) / 2);
  gap: 18px;
  grid-template-columns: 205px minmax(0, 1fr);
  min-height: 158px;
  padding: 14px 16px;
}

.continent-card img {
  aspect-ratio: 1.55 / 1;
  border-radius: 7px;
  height: 100%;
  max-height: 132px;
  object-fit: cover;
  width: 100%;
}

.continent-destinations h3 {
  color: var(--rc-blue-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.destination-link-columns {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-link-columns ul {
  display: grid;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.destination-link-columns a {
  color: #1f2937;
  font-size: 0.86rem;
  line-height: 1.22;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.destination-link-columns a:hover,
.destination-link-columns a:focus {
  color: var(--rc-blue);
}

.bg-soft {
  background:
    linear-gradient(180deg, #f6f9fe 0%, #eef5ff 100%);
}

.why-section {
  border-top: 1px solid #e5edf8;
  padding: 48px 0;
}

.why-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.why-head span {
  color: var(--rc-blue);
  font-family: var(--rc-display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.why-head h2 {
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  font-weight: 660;
  margin: 0;
  max-width: 620px;
}

.why-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(17, 40, 82, 0.07);
  display: flex;
  gap: 13px;
  min-height: 104px;
  padding: 16px;
  position: relative;
}

.why-item::after {
  background: #15c464;
  border-radius: 999px;
  content: "";
  height: 3px;
  inset: auto 18px 0 18px;
  opacity: 0.9;
  position: absolute;
}

.why-item strong,
.why-item span {
  display: block;
}

.why-item i {
  align-items: center;
  background: #eaf3ff;
  border-radius: 50%;
  color: var(--rc-blue);
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 1.45rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.why-item strong {
  color: var(--rc-ink);
  font-size: 0.98rem;
  font-weight: 660;
  line-height: 1.25;
  margin-bottom: 4px;
}

.why-item span {
  color: var(--rc-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.review-card {
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  height: 100%;
  padding: 22px;
}

.person {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin-bottom: 14px;
}

.person img {
  border-radius: 50%;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.person strong,
.person span span {
  display: block;
}

.person span {
  color: var(--rc-muted);
  font-size: 0.86rem;
}

.stars {
  color: #ffc107;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.review-card p {
  color: #2a3447;
  margin: 0;
}

.reviews-section h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 660;
}

.google-label {
  color: #4285f4;
  font-size: 1.12rem;
  font-weight: 700;
}

.media-strip {
  padding: 44px 0;
}

.brand-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 24px;
}

.brand-grid span {
  color: var(--rc-blue-dark);
  font-size: 1.24rem;
  font-weight: 850;
  text-align: center;
}

.site-footer {
  background: #20376c;
  color: #fff;
}

.footer-lead {
  background: #f8fbff;
  border-top: 1px solid #e3ebf6;
  color: var(--rc-ink);
  padding: 12px 0;
}

.footer-lead-grid {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 40, 82, 0.05);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 12px;
}

.footer-accordion-toggle {
  display: none;
}

.footer-accordion-panel {
  min-width: 0;
}

.footer-offers .footer-accordion-panel {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(330px, 1fr) minmax(300px, 0.78fr);
}

.footer-follow {
  justify-self: end;
}

.footer-kicker,
.footer-column h3 {
  color: var(--rc-blue-dark);
  display: block;
  font-family: var(--rc-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.footer-lead p {
  color: var(--rc-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 0;
  max-width: none;
}

.newsletter-control {
  align-items: center;
  background: #f7faff;
  border: 1px solid #c8d6ea;
  border-radius: 6px;
  display: flex;
  height: 36px;
  overflow: hidden;
}

.newsletter-control input {
  background: transparent;
  border: 0;
  color: var(--rc-ink);
  flex: 1 1 auto;
  font-size: 0.82rem;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
}

.newsletter-control button {
  align-items: center;
  background: #fff;
  border: 0;
  border-left: 1px solid #dbe6f4;
  color: #17bf56;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.08rem;
  height: 100%;
  justify-content: center;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.social-links a {
  align-items: center;
  border: 1px solid #c9d5e8;
  border-radius: 6px;
  color: #16b957;
  display: inline-flex;
  font-size: 0.88rem;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 32px;
}

.social-links a:hover,
.social-links a:focus {
  background: #16b957;
  border-color: #16b957;
  color: #fff;
}

.footer-main {
  background: #20376c;
  padding: 20px 0 18px;
}

.footer-main-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(170px, 1fr) minmax(160px, 0.95fr) minmax(160px, 0.95fr) minmax(140px, 0.85fr) minmax(150px, 0.85fr);
}

.footer-brand img {
  display: block;
  height: auto;
  margin-bottom: 14px;
  max-width: 162px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1.45;
  margin: 0 0 6px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-column .footer-accordion-panel {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-column h3 {
  color: #fff;
  font-size: 0.78rem;
  margin-bottom: 5px;
}

.footer-column a,
.footer-column span {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 450;
  gap: 7px;
  line-height: 1.35;
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus {
  color: #fff;
}

.footer-contact i {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  max-width: 136px;
}

.footer-trust-row {
  align-items: flex-start;
  display: flex;
  gap: 11px;
}

.general-sprites {
  background: url("/images/general-sprites.png") no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.logo-LL,
.logo-ll {
  --rc-logo-compact-position: -267px 0;
  --rc-logo-micro-position: -219px 0;
  background-position: -405px 0;
  height: 37px;
  width: 70px;
}

.logo-MO,
.logo-mo {
  --rc-logo-compact-position: -321px 0;
  --rc-logo-micro-position: -262px 0;
  background-position: -486px 0;
  height: 37px;
  width: 70px;
}

.logo-SX,
.logo-sx {
  --rc-logo-compact-position: 0 0;
  --rc-logo-micro-position: 0 0;
  background-position: 0 0;
  height: 37px;
  width: 70px;
}

.logo-ZD,
.logo-zd {
  --rc-logo-compact-position: -160px 0;
  --rc-logo-micro-position: -131px 0;
  background-position: -243px 0;
  height: 37px;
  width: 70px;
}

.logo-ZE,
.logo-ze {
  --rc-logo-compact-position: -107px 0;
  --rc-logo-micro-position: -87px 0;
  background-position: -162px 0;
  height: 37px;
  width: 70px;
}

.logo-ZI,
.logo-zi {
  --rc-logo-compact-position: -214px 0;
  --rc-logo-micro-position: -175px 0;
  background-position: -324px 0;
  height: 37px;
  width: 70px;
}

.logo-ZR,
.logo-zr {
  --rc-logo-compact-position: -53px -32px;
  --rc-logo-micro-position: -44px -26px;
  background-position: -81px -48px;
  height: 37px;
  width: 70px;
}

.logo-ZT,
.logo-zt {
  --rc-logo-compact-position: -107px -32px;
  --rc-logo-micro-position: -87px -26px;
  background-position: -162px -48px;
  height: 37px;
  width: 70px;
}

.logo-UN,
.logo-un {
  --rc-logo-compact-position: -321px -32px;
  --rc-logo-micro-position: -263px -26px;
  background-position: -487px -49px;
  height: 37px;
  width: 70px;
}

.logo-FO,
.logo-fo {
  --rc-logo-compact-position: -321px -65px;
  --rc-logo-micro-position: -263px -53px;
  background-position: -487px -99px;
  height: 37px;
  width: 70px;
}

.card-american {
  background-position: -150px -101px;
  height: 28px;
  width: 41px;
}

.card-diners {
  background-position: -203px -101px;
  height: 28px;
  width: 41px;
}

.card-elo {
  background-position: -255px -101px;
  height: 28px;
  width: 41px;
}

.card-master {
  background-position: -308px -101px;
  height: 28px;
  width: 41px;
}

.card-visa {
  background-position: -361px -101px;
  height: 28px;
  width: 41px;
}

.selo-entrust {
  background-position: -419px -99px;
  height: 50px;
  width: 50px;
}

.secure-badge {
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  overflow: hidden;
  text-decoration: none;
  width: 34px;
}

.secure-badge .selo-entrust {
  transform: scale(0.68);
  transform-origin: left top;
}

.phone-modal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.phone-modal-list span {
  color: var(--rc-muted);
  font-size: 0.9rem;
}

.phone-modal-list a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  color: var(--rc-blue-dark);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 750;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.phone-modal-list a:hover,
.phone-modal-list a:focus {
  border-color: #16b957;
  box-shadow: 0 8px 20px rgba(22, 185, 87, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.phone-modal-list a i {
  color: #16b957;
  font-size: 1rem;
}

body.home-remodel .legacy-footer-host,
body.home-remodel .datepicker,
body.home-remodel .datepicker-dropdown,
body.home-remodel .datepicker-days,
body.home-remodel .datepicker-months,
body.home-remodel .datepicker-years,
body.home-remodel .datepicker-decades,
body.home-remodel .datepicker-centuries,
body.home-remodel .bootstrap-datetimepicker-widget,
body.home-remodel .xdsoft_datetimepicker,
body.home-remodel .ui-datepicker,
body.home-remodel .ui-datepicker-inline,
body.home-remodel .daterangepicker,
body.home-remodel .calendar,
body.home-remodel .calendar-table,
body.home-remodel .flatpickr-calendar,
body.home-remodel .flatpickr-months,
body.home-remodel .flatpickr-weekdays,
body.home-remodel .flatpickr-days,
body.home-remodel .dayContainer {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  max-width: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 0 !important;
  z-index: -1 !important;
}

.home-date-input {
  cursor: pointer;
}

.home-time-input {
  cursor: pointer;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker[style*="display: block"] {
  background: #fff !important;
  border: 1px solid #dce5f2 !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 50px rgba(7, 20, 47, 0.16) !important;
  color: var(--rc-ink) !important;
  display: flex !important;
  gap: 34px !important;
  height: auto !important;
  max-height: none !important;
  max-width: calc(100vw - 24px) !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 22px 24px 24px !important;
  pointer-events: auto !important;
  position: absolute !important;
  visibility: visible !important;
  width: min(620px, calc(100vw - 24px)) !important;
  z-index: 10080 !important;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker.is-single-month[style*="display: block"] {
  width: min(340px, calc(100vw - 24px)) !important;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-group {
  float: none;
  width: calc((100% - 34px) / 2);
}

body.home-remodel #ui-datepicker-div.home-range-datepicker.is-single-month .ui-datepicker-group {
  width: 100%;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-header {
  background: transparent;
  border: 0;
  color: var(--rc-ink);
  padding: 0 40px 18px;
  position: relative;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-title {
  color: var(--rc-ink);
  font-family: var(--rc-display);
  font-size: 1rem;
  font-weight: 850;
  line-height: 34px;
  text-align: center;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-prev,
body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-next {
  align-items: center;
  background: #fff;
  border: 1px solid #dde6f2;
  border-radius: 50%;
  color: #647084;
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 36px;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-prev {
  left: 0;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-next {
  right: 0;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-prev::before {
  content: "\2039";
  font-size: 1.65rem;
  line-height: 1;
  margin-top: -2px;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-next::before {
  content: "\203A";
  font-size: 1.65rem;
  line-height: 1;
  margin-top: -2px;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-prev:hover,
body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-next:hover {
  background: #f4f8ff;
  border-color: #bfd0e8;
  color: var(--rc-blue);
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-icon {
  display: none;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar th {
  color: #647084;
  font-size: 0.79rem;
  font-weight: 650;
  padding: 0 0 10px;
  text-align: center;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar td {
  padding: 3px 2px;
  text-align: center;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar a,
body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar span {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #111827;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease;
  width: 32px;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar a:hover,
body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar a:focus {
  background: #eaf2ff;
  color: var(--rc-blue);
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-unselectable span {
  color: #a9b4c5;
  font-weight: 500;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .is-in-range a,
body.home-remodel #ui-datepicker-div.home-range-datepicker .is-in-range span {
  background: #eaf4ff;
  color: #1e3060;
}

body.home-remodel #ui-datepicker-div.home-range-datepicker .is-pickup-date a,
body.home-remodel #ui-datepicker-div.home-range-datepicker .is-pickup-date span,
body.home-remodel #ui-datepicker-div.home-range-datepicker .is-return-date a,
body.home-remodel #ui-datepicker-div.home-range-datepicker .is-return-date span,
body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-state-active {
  background: #ffc857 !important;
  color: #07142f !important;
  font-weight: 850 !important;
}

@media (max-width: 767.98px) {
  body.home-remodel #ui-datepicker-div.home-range-datepicker[style*="display: block"],
  body.home-remodel #ui-datepicker-div.home-range-datepicker.is-single-month[style*="display: block"] {
    display: block !important;
    gap: 0 !important;
    max-width: calc(100vw - 24px) !important;
    overflow: hidden !important;
    padding: 16px !important;
    width: min(340px, calc(100vw - 24px)) !important;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-header {
    min-height: 38px;
    padding: 0 44px 12px;
    width: 100%;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-title {
    font-size: 0.98rem;
    font-weight: 760;
    line-height: 36px;
    white-space: nowrap;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-prev,
  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-next {
    height: 36px;
    top: 0;
    width: 36px;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar th {
    font-size: 0.7rem;
    padding: 0 0 8px;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar td {
    padding: 2px 1px;
  }

  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar a,
  body.home-remodel #ui-datepicker-div.home-range-datepicker .ui-datepicker-calendar span {
    border-radius: 7px;
    font-size: 0.82rem;
    height: 30px;
    width: 30px;
  }
}

.home-remodel .modal {
  color: var(--rc-ink);
}

.home-remodel .modal.in {
  opacity: 1;
}

.home-remodel .modal.in .modal-dialog {
  transform: none;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.home-remodel .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: min(92vw, 540px);
}

.home-remodel .modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(7, 20, 47, 0.22);
}

.home-remodel .modal-header {
  align-items: center;
  border-bottom: 1px solid var(--rc-line);
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}

.home-remodel .modal-title {
  color: var(--rc-ink);
  font-size: 1.35rem;
  font-weight: 850;
  margin: 0;
}

.home-remodel .modal .close {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--rc-line);
  border-radius: 50%;
  color: #566273;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 1.55rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  opacity: 1;
  padding: 0;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 36px;
}

.home-remodel .modal .close:hover,
.home-remodel .modal .close:focus {
  border-color: #bfd0e8;
  box-shadow: 0 8px 18px rgba(7, 20, 47, 0.12);
  color: var(--rc-blue);
  outline: none;
  transform: translateY(-1px);
}

.home-remodel .modal .close span {
  line-height: 1;
  margin-top: -2px;
}

.home-remodel .modal-body {
  padding: 22px;
}

.home-remodel .support-dialog {
  max-width: min(92vw, 620px);
}

.home-remodel .contact-modal .support-dialog {
  max-width: min(92vw, 760px);
}

.home-remodel .support-dialog-sm {
  max-width: min(92vw, 430px);
}

.home-remodel .support-modal-content {
  overflow: hidden;
}

.home-remodel .support-modal-header {
  align-items: flex-start;
  background: linear-gradient(135deg, #f6faff 0%, #ffffff 100%);
  gap: 16px;
  padding: 22px;
}

.home-remodel .support-modal-heading {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.home-remodel .support-modal-icon {
  align-items: center;
  background: #eaf2ff;
  border: 1px solid #d8e6fb;
  border-radius: 50%;
  color: var(--rc-blue);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 1.1rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.home-remodel .support-modal-kicker {
  color: var(--rc-blue);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.home-remodel .support-modal-heading p {
  color: var(--rc-muted);
  font-size: 0.92rem;
  line-height: 1.4;
  margin: 6px 0 0;
}

.home-remodel .support-modal-body {
  padding: 22px;
}

.home-remodel .support-modal .modal-footer:empty {
  display: none;
}

.home-remodel .support-modal-note {
  align-items: center;
  background: #f5f8fd;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  color: #35445b;
  display: flex;
  font-size: 0.9rem;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.home-remodel .support-modal-note i {
  color: var(--rc-blue);
  font-size: 1rem;
}

.home-remodel .contact-modal .row.form-group,
.home-remodel .contact-modal .row {
  margin-left: 0;
  margin-right: 0;
}

.home-remodel .contact-modal .modal-body [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.home-remodel .contact-modal .form-control {
  border: 1px solid #d6e0ee;
  border-radius: 8px;
  box-shadow: none;
  color: var(--rc-ink);
  font-size: 0.94rem;
  min-height: 44px;
}

.home-remodel .contact-modal .form-control:focus {
  border-color: var(--rc-blue);
  box-shadow: 0 0 0 3px rgba(0, 88, 255, 0.12);
}

.home-remodel .contact-modal textarea.form-control {
  min-height: 104px;
  resize: vertical;
}

.home-remodel .contact-form-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-remodel .contact-form-grid .form-group { margin: 0; }
.home-remodel .contact-field-full { grid-column: 1 / -1; }
.home-remodel .contact-feedback:not(:empty) { align-items: flex-start; border: 1px solid; border-radius: 10px; display: flex; gap: 11px; margin: 12px 0; padding: 12px 14px; }
.home-remodel .contact-feedback i { flex: 0 0 auto; font-size: 1.2rem; line-height: 1.2; }
.home-remodel .contact-feedback strong, .home-remodel .contact-feedback span { display: block; }
.home-remodel .contact-feedback span { font-size: 0.84rem; line-height: 1.35; margin-top: 2px; }
.home-remodel .contact-feedback.is-success { background: #effaf5; border-color: #bce8d3; color: #176b48; }
.home-remodel .contact-feedback.is-error { background: #fff4f4; border-color: #f1c4c4; color: #a12c2c; }

.home-remodel .support-submit {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 850;
  min-height: 48px;
}

.home-remodel .modal .form-group {
  margin-bottom: 12px;
}

.home-remodel .modal .form-control {
  min-height: 46px;
  width: 100%;
}

.home-remodel .modal textarea.form-control {
  min-height: 130px;
}

.home-remodel .modal .btn-block {
  width: 100%;
}

.home-remodel #login-overlay .modal-body > form > .row.mb-4,
.home-remodel #cadastro-overlay .modal-body > form > .row.mb-4 {
  margin-bottom: 18px !important;
}

.home-remodel #login-overlay .row.form-group:first-child,
.home-remodel #cadastro-overlay .row.form-group:first-child {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.home-remodel #login-overlay .gplus,
.home-remodel #cadastro-overlay .gplus,
.home-remodel #login-overlay .gplus + div,
.home-remodel #cadastro-overlay .gplus + div {
  align-items: stretch;
  display: flex;
  float: none;
  padding: 0;
  width: 100%;
}

.home-remodel .gSignInWrapper {
  width: 100%;
}

.home-remodel .customGPlusSignIn,
.home-remodel #gmailCadastro,
.home-remodel .btn-login-facebook {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(7, 20, 47, 0.06);
  color: var(--rc-ink);
  display: flex;
  float: none !important;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.home-remodel .customGPlusSignIn:hover,
.home-remodel .customGPlusSignIn:focus,
.home-remodel #gmailCadastro:hover,
.home-remodel #gmailCadastro:focus,
.home-remodel .btn-login-facebook:hover,
.home-remodel .btn-login-facebook:focus {
  border-color: #b9c7dc;
  box-shadow: 0 14px 30px rgba(7, 20, 47, 0.1);
  color: var(--rc-ink);
  transform: translateY(-1px);
}

.home-remodel .customGPlusSignIn .svg-inline--fa,
.home-remodel #gmailCadastro .svg-inline--fa,
.home-remodel .btn-login-facebook .svg-inline--fa {
  display: inline-block;
  flex: 0 0 22px;
  height: 22px !important;
  max-height: 22px;
  max-width: 22px;
  width: 22px !important;
}

.home-remodel .btn-login-facebook .svg-inline--fa {
  color: #1877f2;
}

.home-remodel .customGPlusSignIn span,
.home-remodel #gmailCadastro span,
.home-remodel .btn-login-facebook span {
  margin-left: 0 !important;
}

.home-remodel .hr-login {
  align-items: center;
  color: var(--rc-muted);
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 16px 0;
  text-transform: uppercase;
}

.home-remodel .hr-login::before,
.home-remodel .hr-login::after {
  background: var(--rc-line);
  content: "";
  flex: 1 1 auto;
  height: 1px;
}

.loading-row {
  color: var(--rc-muted);
  padding: 26px;
}

@media (max-width: 991.98px) {
  body.home-mobile-menu-open {
    overflow: hidden;
  }

  .hero {
    min-height: auto;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    z-index: 12000;
  }

  .site-header .container {
    min-height: 58px;
  }

  .site-header .navbar-toggler {
    position: relative;
    z-index: 12002;
  }

  .mobile-menu-backdrop {
    background: rgba(7, 20, 47, 0.52);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.22s ease;
    z-index: 11990;
  }

  body.home-mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header .navbar-collapse {
    background: #fff;
    border: 0;
    bottom: 0;
    box-shadow: -18px 0 42px rgba(7, 20, 47, 0.22);
    display: block !important;
    height: 100vh !important;
    margin: 0;
    max-height: none;
    overflow-y: auto;
    padding: 78px 18px 24px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 0.28s ease, visibility 0.28s ease;
    visibility: hidden;
    width: min(86vw, 340px);
    z-index: 12001;
  }

  .site-header .navbar-collapse.show,
  .site-header .navbar-collapse.collapsing {
    transform: translateX(0);
    visibility: visible;
  }

  .site-header .navbar-nav {
    align-items: stretch;
    gap: 0 !important;
    width: 100%;
  }

  .site-header .navbar-nav .nav-link {
    border-bottom: 1px solid var(--rc-line);
    padding: 16px 4px !important;
    text-align: left;
    white-space: normal;
  }

  .site-header .dropdown-menu,
  .site-header .dropdown-menu[data-bs-popper] {
    border: 0;
    box-shadow: none;
    margin: 0 0 8px;
    padding: 4px 0 8px;
    position: static;
    transform: none;
  }

  .site-header .dropdown-item {
    padding: 10px 12px;
  }

  .nav-actions {
    align-items: stretch !important;
    border-top: 1px solid var(--rc-line);
    justify-content: flex-start;
    margin-top: 14px;
    padding-top: 14px;
  }

  .nav-actions .btn,
  .nav-actions .nav-user-badge {
    justify-content: center;
  }

  .nav-actions.is-logged-in {
    gap: 10px !important;
  }

  .nav-user-badge {
    min-height: 38px;
  }

  .hero-content {
    padding-bottom: 12px;
    padding-top: 70px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.74) 48%, rgba(255, 255, 255, 0.2) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(4, 35, 91, 0.56) 100%),
      var(--hero-image, url("/images/home/hero-road-reservecar-01.webp")) 74% center / cover;
  }

  .hero-stats {
    margin-top: 14px;
  }

  .booking-bar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .booking-bar.has-return {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .booking-bar:not(.has-return) #pickupField,
  .booking-bar.has-return #pickupField,
  .booking-bar.has-return #contDevolucao,
  .booking-bar.has-return #returnCityPanel,
  #contDevolucao,
  #returnCityPanel,
  .pickup-date-field,
  .return-date-field,
  .search-submit {
    grid-column: auto !important;
    grid-row: auto !important;
    width: auto;
  }

  .search-submit {
    width: auto;
  }

  .home-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .continent-card {
    grid-template-columns: 185px minmax(0, 1fr);
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #promoCarousel .carousel-item:nth-child(2) .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-logos-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-lead-grid {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-offers .footer-accordion-panel {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  }

  .footer-follow {
    justify-self: end;
  }

  .footer-main-grid {
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .hero {
    background: #09285f;
    color: #fff;
  }

  .hero-bg {
    background: #09285f !important;
  }

  .hero::after {
    background: #19a76c;
    height: 12px;
  }

  .hero-content {
    padding-bottom: 10px;
    padding-top: 62px;
  }

  .hero-tabs {
    gap: 6px;
    margin-bottom: 22px;
  }

  .hero-tab {
    font-size: 0.78rem;
    min-height: 32px;
    padding: 0 12px;
  }

  .hero h1 {
    color: #fff;
    font-size: clamp(1.45rem, 6.4vw, 1.9rem);
    font-weight: 560;
    line-height: 1.12;
    margin-bottom: 0.5rem;
    max-width: 420px;
  }

  .hero h1 span {
    color: #7bb8ff;
    display: inline;
  }

  .hero .eyebrow {
    color: #72f0b6;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }

  .hero .hero-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 430;
    line-height: 1.35;
    margin-bottom: 0;
    max-width: 410px;
  }

  .benefit-strip {
    padding: 12px 0;
  }

  .benefit-strip .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: grid;
    gap: 8px 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
  }

  .benefit-strip .row > [class*="col-"] {
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .mini-benefit {
    background: #f7faff;
    border: 1px solid #dce8f7;
    border-radius: 8px;
    gap: 6px;
    min-height: 48px;
    padding: 7px 8px;
  }

  .mini-benefit i {
    flex: 0 0 26px;
    font-size: 0.92rem;
    height: 26px;
    width: 26px;
  }

  .mini-benefit span {
    color: #5d6a80;
    font-size: 0.62rem;
    line-height: 1.12;
    min-width: 0;
  }

  .mini-benefit strong {
    color: var(--rc-ink);
    display: block;
    font-size: 0.66rem;
    font-weight: 720;
    line-height: 1.05;
    margin-bottom: 2px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .offer-tabs {
    margin-inline: -4px;
    padding-inline: 4px;
  }

  .offer-showcase-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .home-offer-grid {
    grid-template-columns: 1fr;
  }

  .home-offer-card {
    min-height: 0;
  }

  .home-offer-top {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-offer-ribbon {
    justify-self: end;
  }

  .home-offer-heart {
    grid-column: 2;
  }

  .home-offer-car img {
    height: 106px;
  }

  .home-offer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-offer-model em {
    margin-left: auto;
    margin-right: auto;
  }

  .home-offer-price {
    align-items: stretch;
    flex-direction: column;
  }

  .home-offer-cta {
    width: 100%;
  }

  .why-section {
    padding: 36px 0;
  }

  .why-head {
    align-items: start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-item {
    min-height: 92px;
    padding: 14px;
  }

  .footer-lead {
    background: #fff;
    border-top: 1px solid #d7dde8;
    padding: 0;
  }

  .site-footer > .footer-lead .container,
  .site-footer > .footer-main .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .footer-lead-grid {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
  }

  .footer-main-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-template-columns: none;
  }

  .footer-accordion-section {
    width: 100%;
  }

  .footer-accordion-toggle {
    align-items: center;
    border: 0;
    display: flex;
    font-family: var(--rc-display);
    font-size: 0.92rem;
    font-weight: 650;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 44px;
    padding: 0 16px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }

  .footer-lead .footer-accordion-toggle {
    background: #fff;
    border-bottom: 1px solid #667085;
    color: #0f2a5f;
  }

  .footer-main .footer-accordion-toggle {
    background: #20376c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .footer-accordion-icon {
    flex: 0 0 auto;
    font-family: Arial, sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 12px;
  }

  .footer-accordion-icon::before {
    content: "+";
  }

  .footer-accordion-section.is-open .footer-accordion-icon::before {
    content: "-";
  }

  .footer-accordion-panel,
  .footer-offers .footer-accordion-panel,
  .footer-column .footer-accordion-panel {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.2s ease;
  }

  .footer-accordion-section.is-open > .footer-accordion-panel {
    max-height: 480px;
    opacity: 1;
    padding: 10px 16px 12px;
  }

  .footer-lead .footer-accordion-section.is-open > .footer-accordion-panel {
    background: #fff;
    border-bottom: 1px solid #d7dde8;
  }

  .footer-main .footer-accordion-section.is-open > .footer-accordion-panel {
    background: #20376c;
  }

  .social-links {
    justify-content: flex-start;
  }

  .footer-main {
    padding: 0;
  }

  .footer-brand {
    order: 20;
    padding: 20px 16px 24px;
    text-align: center;
  }

  .footer-brand img {
    display: none;
  }

  .footer-brand p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
    line-height: 1.4;
    margin-bottom: 7px;
  }

  .footer-column {
    gap: 0;
  }

  .footer-column .footer-column-title,
  .footer-kicker {
    display: none !important;
  }

  .footer-column a,
  .footer-column span,
  .footer-lead p {
    font-size: 0.86rem;
  }

  .footer-column a,
  .footer-column span {
    color: rgba(255, 255, 255, 0.86);
  }

  .newsletter-control {
    height: 40px;
  }

  .footer-social {
    grid-column: auto;
    justify-self: start;
    width: 100%;
  }

  .footer-trust {
    display: none;
  }

  .payment-badges {
    max-width: 280px;
  }

  .search-panel {
    border-radius: 9px;
    margin-top: 12px;
    padding: 10px;
  }

  .booking-bar {
    gap: 7px;
  }

  .booking-bar,
  .booking-bar.has-return {
    grid-template-columns: 1fr;
  }

  #pickupField,
  .booking-bar.has-return #pickupField,
  #contDevolucao,
  #returnCityPanel,
  .pickup-date-field,
  .return-date-field,
  .search-submit {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
  }

  #contDevolucao.return-city-panel:not(.is-open),
  #returnCityPanel.return-city-panel:not(.is-open) {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  #contDevolucao.return-city-panel.is-open {
    height: 52px !important;
    max-height: 52px !important;
    min-height: 52px !important;
    padding: 0 42px 0 10px !important;
  }

  .booking-location {
    height: 52px;
    min-height: 52px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .booking-field {
    height: 52px;
    max-height: 52px;
    min-height: 52px;
  }

  .booking-date {
    height: 52px;
    padding-left: 9px;
  }

  .booking-date > .booking-input-wrap {
    padding-right: 6px;
  }

  .booking-field label,
  .booking-time label {
    font-size: 0.66rem;
    font-weight: 650;
    margin: 0 0 2px;
  }

  .booking-input {
    font-size: 0.9rem;
    font-weight: 650;
  }

  .booking-icon {
    font-size: 1rem;
    margin-right: 7px;
  }

  .booking-time {
    flex-basis: 82px;
    padding-left: 8px;
    padding-right: 6px;
  }

  .search-submit {
    font-size: 0.86rem;
    font-weight: 720;
    height: 52px;
    max-height: 52px;
    min-height: 52px;
  }

  .rc-location-menu {
    left: 0;
    max-height: 240px;
    min-width: 100%;
    right: 0;
    width: auto;
  }

  .different-toggle {
    margin-left: auto;
  }

  .different-toggle span {
    font-size: 0.74rem;
    font-weight: 700;
    padding: 8px 9px;
  }

  .search-options {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-stats {
    background: var(--rc-blue-dark);
    padding: 16px 0;
    position: relative;
  }

  .offer-showcase-head {
    align-items: start;
    flex-direction: column;
  }

  .offer-quality-note {
    flex-basis: auto;
    max-width: 360px;
  }

  .home-offer-grid {
    grid-template-columns: 1fr;
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-section {
    padding: 24px 0;
  }

  .promo-title {
    font-size: 1rem;
    font-weight: 640;
    line-height: 1.22;
  }

  .promo-controls {
    gap: 6px;
  }

  .promo-arrow {
    height: 34px;
    width: 34px;
  }

  .promo-grid,
  #promoCarousel .carousel-item:nth-child(2) .promo-grid {
    grid-auto-columns: minmax(248px, 82vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 1px 2px 8px;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .promo-grid::-webkit-scrollbar {
    display: none;
  }

  .promo-banner {
    grid-template-columns: minmax(116px, 40%) minmax(0, 1fr);
    height: auto;
    min-height: 174px;
    scroll-snap-align: start;
  }

  .promo-banner-media {
    min-height: 174px;
  }

  .promo-banner-copy {
    padding: 12px 13px;
  }

  .promo-banner strong {
    font-size: 0.82rem;
    line-height: 1.15;
  }

  .promo-banner-text {
    font-size: 0.66rem;
    line-height: 1.25;
    margin-top: 5px;
  }

  .promo-banner-kicker {
    font-size: 0.6rem;
    margin-bottom: 5px;
  }

  .promo-brand-logo.general-sprites {
    margin-top: 8px;
  }

  .promo-logo-strip {
    max-width: 136px;
  }

  .destinations-head {
    align-items: start;
  }

  .continent-card {
    flex-basis: calc((100% - 18px) / 2);
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .continent-card img {
    max-height: 112px;
  }

  .continent-destinations h3 {
    margin-bottom: 8px;
  }

  .destination-link-columns ul {
    gap: 4px;
  }

  .destination-link-columns a {
    font-size: 0.82rem;
  }

  .rental-logos-section {
    padding: 30px 0 24px;
  }

  .rental-logos-track {
    display: flex;
    gap: 12px;
    grid-template-columns: none;
    margin-left: -2px;
    margin-right: -2px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .rental-logos-track::-webkit-scrollbar {
    display: none;
  }

  .rental-logos-track a {
    background: #fff;
    border: 1px solid #dce6f3;
    border-radius: 8px;
    flex: 0 0 118px;
    min-height: 58px;
    opacity: 1;
    scroll-snap-align: start;
  }

  .rental-logos-head {
    align-items: flex-start;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 14px;
  }

  .rental-logos-head h2 {
    font-size: 1.24rem;
    font-weight: 620;
    line-height: 1.22;
    margin-bottom: 8px;
  }

  .rental-logos-head p {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .rental-logos-copy a {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .rental-logos-controls {
    gap: 6px;
    padding-top: 2px;
  }
}

@media (max-width: 479.98px) {
  .home-remodel .contact-modal .modal-dialog { margin: 8px auto; max-width: calc(100vw - 16px); }
  .home-remodel .contact-modal .support-modal-content { max-height: calc(100vh - 16px); overflow-y: auto; }
  .home-remodel .contact-form-grid { gap: 10px; grid-template-columns: 1fr; }
  .home-remodel .contact-field-full { grid-column: auto; }
  .home-remodel .contact-modal textarea.form-control { min-height: 92px; }

  .home-remodel #login-overlay .row.form-group:first-child,
  .home-remodel #cadastro-overlay .row.form-group:first-child {
    grid-template-columns: 1fr;
  }

  .home-remodel .modal-body {
    padding: 18px;
  }

  .home-remodel .support-modal-header {
    gap: 12px;
    padding: 18px;
  }

  .home-remodel .support-modal-heading {
    gap: 11px;
  }

  .home-remodel .support-modal-icon {
    flex-basis: 38px;
    font-size: 1rem;
    height: 38px;
    width: 38px;
  }

  .home-remodel .support-modal-heading p {
    font-size: 0.86rem;
  }

  .home-remodel .support-modal-body {
    padding: 18px;
  }

  .home-remodel .support-modal-note {
    align-items: flex-start;
    font-size: 0.84rem;
    line-height: 1.35;
    padding: 10px 12px;
  }

  .home-remodel .customGPlusSignIn,
  .home-remodel #gmailCadastro,
  .home-remodel .btn-login-facebook {
    justify-content: flex-start;
  }

  .booking-field {
    align-items: flex-start;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    padding: 9px 10px;
  }

  #contDevolucao.return-city-panel.is-open {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }

  .booking-location {
    align-items: center;
  }

  .booking-date {
    padding: 0 0 0 9px;
  }

  .booking-date > .booking-input-wrap {
    padding-right: 5px;
  }

  .booking-date .booking-icon {
    margin-left: 0;
    margin-top: 12px;
  }

  .booking-time {
    flex-basis: 80px;
    padding-left: 8px;
    padding-right: 5px;
  }

  .booking-input {
    font-size: 0.9rem;
  }

  .rc-location-menu {
    max-height: 218px;
    min-width: 100%;
    width: auto;
  }

  .rc-location-option {
    min-height: 44px;
    padding: 7px 8px;
  }

  .rc-location-copy strong {
    font-size: 0.84rem;
  }

  .brand-grid {
    grid-template-columns: 1fr;
  }

  .promo-grid,
  #promoCarousel .carousel-item:nth-child(2) .promo-grid {
    grid-auto-columns: minmax(235px, 86vw);
    grid-template-columns: none;
  }

  .promo-banner {
    grid-template-columns: minmax(100px, 38%) minmax(0, 1fr);
    height: auto;
    min-height: 180px;
  }

  .promo-banner-media {
    min-height: 180px;
  }

  .destinations-head {
    flex-direction: column;
  }

  .destinations-carousel-section {
    padding: 38px 0 30px;
  }

  .destinations-head h2 {
    font-size: 1.45rem;
    font-weight: 620;
    line-height: 1.22;
  }

  .destinations-head .section-text {
    font-size: 0.9rem;
  }

  .destination-carousel-controls {
    display: contents;
  }

  .destination-arrow {
    height: 38px;
    top: calc(50% + 34px);
    width: 38px;
  }

  .destination-arrow[data-destination-prev] {
    left: 0;
  }

  .destination-arrow[data-destination-next] {
    right: 0;
  }

  .continent-card {
    flex-basis: 100%;
    gap: 10px;
    padding: 12px;
  }

  .continent-card img {
    max-height: 96px;
  }

  .continent-destinations h3 {
    font-size: 0.74rem;
  }

  .destination-link-columns {
    gap: 6px;
  }

  .destination-link-columns a {
    font-size: 0.82rem;
  }

  .rental-logos-track {
    grid-template-columns: none;
  }

  .rental-logos-head {
    gap: 8px;
  }

  .rental-logos-head h2 {
    font-size: 1.08rem;
  }

  .rental-logos-head p {
    font-size: 0.84rem;
  }

  .rental-logos-copy a {
    font-size: 0.84rem;
  }

  .rental-logos-controls .promo-arrow {
    height: 32px;
    width: 32px;
  }

  .time-field {
    max-width: none;
  }
}

/* Mantém a modal de contato acima do cabeçalho fixo e totalmente acessível no mobile. */
@media (max-width: 767.98px) {
  body.home-remodel.modal-open .modal-backdrop {
    z-index: 12050;
  }

  .home-remodel .contact-modal {
    padding: 0 !important;
    z-index: 12060;
  }

  .home-remodel .contact-modal .modal-dialog {
    height: calc(100vh - 16px);
    height: calc(100dvh - 16px);
    margin: 8px auto;
    max-width: calc(100vw - 16px);
    width: calc(100vw - 16px);
  }

  .home-remodel .contact-modal .support-modal-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
  }

  .home-remodel .contact-modal form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
  }

  .home-remodel .contact-modal .support-modal-header {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
  }

  .home-remodel .contact-modal .support-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .home-remodel .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .home-remodel .contact-field-full {
    grid-column: auto;
  }
}
