: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);
}

.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: 42px;
  max-width: 190px;
  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.94rem;
  font-weight: 600;
}

.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.9rem;
  min-height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.search-submit i {
  font-size: 1rem;
}

.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: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 32%, rgba(255, 255, 255, 0.1) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(4, 35, 91, 0.94) 100%),
    url("https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1900&q=82") center right / cover;
  inset: 0;
  position: absolute;
}

.hero::after {
  background: linear-gradient(180deg, rgba(3, 27, 76, 0), rgba(3, 27, 76, 0.86));
  bottom: 0;
  content: "";
  height: 230px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-content {
  padding-bottom: 0;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--rc-blue);
  font-weight: 800;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--rc-ink);
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 850;
  line-height: 1.04;
  margin-bottom: 1rem;
}

.hero h1 span,
h2 span {
  color: var(--rc-blue);
  display: block;
}

.hero-lead,
.section-text {
  color: #24324a;
  font-size: 1.08rem;
  line-height: 1.65;
}

.search-panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(228, 233, 242, 0.9);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(7, 20, 47, 0.22);
  margin-top: 56px;
  overflow: visible;
  padding: 18px;
}

.form-label {
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-bar {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(185px, 0.86fr) minmax(185px, 0.86fr) minmax(112px, 0.48fr);
  overflow: visible;
}

.booking-bar.has-return {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(185px, 0.86fr) minmax(185px, 0.86fr) minmax(112px, 0.48fr);
}

.booking-field {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd7e3;
  border-radius: 8px;
  display: flex;
  min-height: 60px;
  min-width: 0;
  position: relative;
}

.booking-location {
  min-width: 0;
  overflow: visible;
  padding: 0 12px;
  transition: flex-basis 220ms ease, opacity 180ms ease, transform 220ms ease;
}

.booking-date {
  align-items: stretch;
  min-width: 0;
  padding: 0 10px 0 12px;
}

.booking-icon {
  background: transparent;
  border: 0;
  color: #7d8490;
  flex: 0 0 auto;
  font-size: 1.25rem;
  margin-right: 10px;
  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 {
  flex: 1 1 auto;
  min-width: 0;
}

.booking-field label,
.booking-time label {
  color: #6b7280;
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.booking-input {
  background: transparent;
  border: 0;
  color: var(--rc-ink);
  display: block;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.2;
  outline: 0;
  padding: 0;
  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;
  flex: 0 0 70px;
  padding: 0 7px;
}

.time-control {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.time-control .booking-input {
  flex: 1 1 auto;
  min-width: 0;
}

.time-picker-button {
  background: transparent;
  border: 0;
  color: #7d8490;
  flex: 0 0 auto;
  font-size: 0.96rem;
  line-height: 1;
  padding: 0;
}

#pickupField {
  grid-column: 1 / span 2;
}

.booking-bar.has-return #pickupField {
  grid-column: 1;
}

#contDevolucao,
#returnCityPanel {
  grid-column: 2;
}

.pickup-date-field {
  grid-column: 3;
}

.return-date-field {
  grid-column: 4;
}

.search-submit {
  grid-column: 5;
}

.different-toggle {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
}

.different-toggle span {
  background: #f3f5f8;
  border-radius: 8px;
  color: var(--rc-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1;
  padding: 11px 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 {
  display: flex;
  opacity: 1;
  transform: translateX(0);
}

.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-left: 8px;
  width: 26px;
}

.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 .different-toggle {
  display: none;
}

.search-options {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 18px;
}

.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: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 3000;
}

.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: 30px;
  padding: 34px 0 30px;
  position: relative;
  z-index: 3;
}

.stat-item {
  align-items: center;
  display: flex;
  gap: 0.85rem;
}

.stat-item i {
  font-size: 2rem;
}

.stat-item strong {
  display: block;
  font-size: 1.45rem;
}

.stat-item span {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
}

.benefit-strip {
  background: #fff;
  border-bottom: 1px solid var(--rc-line);
  padding: 30px 0;
}

.promo-section {
  background: #fff;
  border-bottom: 1px solid var(--rc-line);
  padding: 34px 0;
}

.promo-title {
  font-size: 1.35rem;
}

.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: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promo-card {
  border-radius: 8px;
  color: #fff;
  min-height: 150px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.promo-card::after {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  height: 140px;
  position: absolute;
  right: -48px;
  top: -54px;
  width: 140px;
}

.promo-card span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.promo-card strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 260px;
}

.promo-card p {
  font-size: 0.92rem;
  margin: 0;
  max-width: 270px;
}

.promo-blue {
  background: linear-gradient(135deg, #0657d8, #06378f);
}

.promo-green {
  background: linear-gradient(135deg, #07984a, #076737);
}

.promo-dark {
  background: linear-gradient(135deg, #07142f, #123a76);
}

.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: 36px;
}

.rental-logos-head h2 {
  color: #000;
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.rental-logos-head p {
  color: #3f4755;
  font-size: 1.18rem;
  line-height: 1.5;
  margin: 0;
}

.rental-logos-head a {
  color: var(--rc-blue);
  flex: 0 0 auto;
  font-size: 1.08rem;
  font-weight: 700;
  margin-top: 36px;
  text-decoration: none;
}

.rental-logos-head a:hover {
  text-decoration: underline;
}

.rental-logos-track {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.rental-logos-track img {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 48px;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.mini-benefit {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.mini-benefit i,
.why-item i,
.saving-badge 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.75rem, 3vw, 2.25rem);
  font-weight: 850;
  line-height: 1.15;
}

.saving-badge {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 48px;
}

.saving-badge span {
  color: var(--rc-muted);
  display: block;
}

.saving-badge strong {
  color: var(--rc-green);
  display: block;
  font-size: 1.2rem;
}

.comparison-box {
  background: #fff;
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 20, 47, 0.08);
  overflow: hidden;
}

.comparison-head {
  border-bottom: 1px solid var(--rc-line);
  font-weight: 700;
  padding: 18px 22px;
}

.comparison-results {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 12px;
}

.comparison-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  color: var(--rc-ink);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 104px;
  min-height: 112px;
  padding: 14px;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.comparison-card:hover,
.comparison-card:focus {
  border-color: var(--rc-blue);
  box-shadow: 0 12px 28px rgba(6, 87, 216, 0.12);
  transform: translateY(-1px);
}

.comparison-card.best {
  background: #f7fbff;
  border-color: var(--rc-blue);
}

.comparison-city {
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.1;
}

.car-thumb {
  grid-column: 2;
  grid-row: 1 / span 3;
  height: 72px;
  object-fit: contain;
  width: 104px;
}

.comparison-price {
  color: var(--rc-green);
  display: block;
  font-size: 1.18rem;
  font-weight: 800;
}

.comparison-note {
  color: var(--rc-muted);
  display: block;
  font-size: 0.82rem;
  line-height: 1.35;
}

.destination-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.destination-card {
  background: var(--rc-ink);
  border-radius: 8px;
  color: #fff;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.destination-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.destination-card::after {
  background: linear-gradient(180deg, rgba(7, 20, 47, 0.04), rgba(7, 20, 47, 0.92));
  content: "";
  inset: 0;
  position: absolute;
}

.destination-card div {
  bottom: 18px;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 2;
}

.destination-card h3 {
  font-size: 1.25rem;
  font-weight: 850;
  margin: 0;
}

.destination-card span {
  display: block;
  font-size: 0.9rem;
}

.destination-card strong {
  display: block;
  font-size: 1.22rem;
}

.bg-soft {
  background: var(--rc-soft);
}

.why-item {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.why-item strong,
.why-item span {
  display: block;
}

.why-item span {
  color: var(--rc-muted);
}

.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;
}

.google-label {
  color: #4285f4;
  font-size: 1.4rem;
  font-weight: 800;
}

.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;
}

.footer-band {
  background: linear-gradient(135deg, #063b96, #031f5c);
  padding: 28px 0;
}

.live-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 1rem;
  min-height: 96px;
  padding: 22px;
}

.live-card i {
  font-size: 2.3rem;
}

.live-card strong {
  font-size: 2rem;
}

.live-card span {
  font-size: 0.92rem;
}

.loading-row {
  color: var(--rc-muted);
  padding: 26px;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-bottom: 210px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.74) 46%, rgba(5, 43, 120, 0.82) 100%),
      url("https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1200&q=82") center / cover;
  }

  .hero-stats {
    margin-top: 24px;
  }

  .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;
    width: auto;
  }

  .search-submit {
    width: auto;
  }

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

  .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));
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    padding-bottom: 28px;
    padding-top: 38px;
  }

  .search-panel {
    margin-top: 28px;
  }

  .booking-bar {
    gap: 12px;
  }

  .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;
  }

  .booking-location {
    min-height: 76px;
  }

  .rc-location-menu {
    left: 0;
    max-height: 240px;
    right: 0;
  }

  .different-toggle {
    margin-left: 10px;
  }

  .different-toggle span {
    font-size: 0.9rem;
    padding: 13px 12px;
  }

  .search-options {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-stats {
    background: var(--rc-blue-dark);
    padding: 24px 0;
    position: relative;
  }

.comparison-results {
    grid-template-columns: 1fr;
  }

  .destination-row,
  .promo-grid,
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rental-logos-head {
    flex-direction: column;
    margin-bottom: 28px;
  }

  .rental-logos-head h2 {
    font-size: 1.65rem;
  }

  .rental-logos-head p {
    font-size: 1rem;
  }

  .rental-logos-head a {
    margin-top: 0;
  }
}

@media (max-width: 479.98px) {
  .booking-field {
    align-items: flex-start;
    min-height: auto;
    padding: 16px;
  }

  .booking-location {
    align-items: center;
  }

  .booking-date {
    padding: 0;
  }

  .booking-date .booking-icon {
    margin-left: 0;
    margin-top: 18px;
  }

  .booking-time {
    flex-basis: 90px;
    padding-left: 12px;
    padding-right: 0;
  }

  .booking-input {
    font-size: 1rem;
  }

  .rc-location-menu {
    max-height: 218px;
  }

  .rc-location-option {
    min-height: 44px;
    padding: 7px 8px;
  }

  .rc-location-copy strong {
    font-size: 0.84rem;
  }

  .destination-row,
  .promo-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }

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

  .time-field {
    max-width: none;
  }
}
