/* Rent2Go brand overrides on top of the Carento theme.
   Keep this file small to preserve the template look & feel. */

.header .header-logo img {
  height: 42px;
  width: auto;
}

.mobile-header-logo img {
  height: 38px;
  width: auto;
}

.footer .footer-logo img {
  height: 44px;
  width: auto;
}

.alert {
  border-radius: 12px;
}

:root {
  --r2g-accent: #f5c044;
  --r2g-ink: #161a22;
  --r2g-surface: #ffffff;
  --r2g-border: #d9deea;
  --r2g-soft: #f4f7fb;
}

.r2g-home-hero {
  padding-top: 36px;
}

.r2g-hero-shell {
  background:
    linear-gradient(112deg, rgba(12, 23, 52, 0.96), rgba(22, 36, 67, 0.8)),
    url("../assets/imgs/page-header/banner6.png") center/cover no-repeat;
  border-radius: 20px;
  padding: 42px;
}

.r2g-home .header.header-fixed.sticky-bar.stick {
  background-color: rgba(12, 23, 52, 0.72);
  border-bottom: 0;
  backdrop-filter: blur(50px);
}

.r2g-home .header.header-fixed .btn.btn-signin {
  color: #fff;
}

.r2g-home .header.header-fixed .btn.btn-signin:hover {
  color: var(--bs-neutral-900) !important;
}

.r2g-home .header.header-fixed .main-menu > li > a {
  color: #fff;
}

.r2g-home .header.header-fixed .main-menu > li > a:hover {
  color: var(--bs-brand-2) !important;
}

.r2g-home .r2g-home-hero-v1 {
  /* Carento defaults are very tall; tighten to avoid a "blank" feel and keep content visible. */
  padding-top: 240px;
  min-height: 820px;
}

@media (max-width: 991.98px) {
  .r2g-home .r2g-home-hero-v1 {
    padding-top: 210px;
    min-height: 760px;
  }
}

@media (max-width: 575.98px) {
  .r2g-home .r2g-home-hero-v1 {
    padding-top: 180px;
    min-height: 700px;
  }
}

.r2g-home .r2g-home-search-grid {
  display: block;
  padding: 18px;
  margin-top: 28px;
}

.r2g-home .r2g-home-search-grid .r2g-home-search-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

@media (max-width: 991.98px) {
  .r2g-home .r2g-home-search-grid .r2g-home-search-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .r2g-home .r2g-home-search-grid .r2g-home-search-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

.r2g-home .r2g-home-search-grid .r2g-home-search-field {
  min-width: 0;
}

.r2g-home .r2g-home-search-grid .r2g-home-search-field label {
  display: block;
  margin-bottom: 6px;
}

.r2g-home .r2g-home-search-grid .r2g-home-search-field--action {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .r2g-home .r2g-home-search-grid .r2g-home-search-field--action {
    justify-content: stretch;
  }

  .r2g-home .r2g-home-search-grid .r2g-home-search-field--action .btn {
    width: 100%;
    justify-content: center;
  }
}

.r2g-home .r2g-home-search-grid .item-search {
  width: auto;
  padding: 0;
}

.r2g-home .r2g-home-search-grid .item-search::before {
  display: none;
}

.r2g-home .r2g-home-search-grid .form-control {
  border-radius: 12px;
}

.r2g-home .r2g-home-search-grid .box-calendar-date input {
  width: 100%;
}

.r2g-home .r2g-home-search-grid .box-calendar-date::before {
  /* The native datetime-local input has its own picker affordance; avoid overlapping icons. */
  display: none;
}

.r2g-home .r2g-home-search-grid .box-calendar-date input {
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  background-color: var(--bs-background-card);
  height: 50px;
  padding: 11px 15px 13px 15px !important;
  color: var(--bs-neutral-900);
}

.r2g-home .r2g-home-search-grid .form-control {
  height: 50px;
}

.r2g-home .r2g-home-search-grid .box-calendar-date input:focus {
  border: 1px solid var(--bs-neutral-300);
  box-shadow: none;
}

.r2g-hero-copy h1 {
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 16px;
}

.r2g-hero-copy p {
  color: rgba(255, 255, 255, 0.88);
}

.r2g-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 7px 14px;
}

.r2g-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.r2g-metric-tile {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 12px;
}

.r2g-metric-value {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
}

.r2g-metric-label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
}

.r2g-hero-metrics--light .r2g-metric-tile {
  background: #ffffff;
  border: 1px solid var(--r2g-border);
  box-shadow: 0px 10px 22px rgba(12, 23, 52, 0.06);
}

.r2g-hero-metrics--light .r2g-metric-value {
  color: var(--r2g-ink);
}

.r2g-hero-metrics--light .r2g-metric-label {
  color: #56627c;
}

@media (max-width: 767.98px) {
  .r2g-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px) {
  .r2g-hero-metrics {
    grid-template-columns: minmax(0, 1fr);
  }
}

.r2g-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.r2g-hero-chips span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  padding: 5px 12px;
}

.r2g-booking-panel {
  background: var(--r2g-surface);
  border-radius: 18px;
  border: 1px solid var(--r2g-border);
  padding: 20px;
  height: 100%;
}

.r2g-panel-head {
  border-bottom: 1px solid var(--r2g-border);
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.r2g-intent-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.r2g-intent-tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--r2g-border);
  border-radius: 10px;
  color: #30384b;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  min-height: 38px;
  padding: 8px;
}

.r2g-intent-tab:hover {
  border-color: #c4cbdd;
  background: #f7f9ff;
}

.r2g-proof-strip {
  padding-top: 18px;
}

.r2g-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.r2g-proof-item {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 12px;
  color: #5f6778;
  font-size: 0.89rem;
  line-height: 1.45;
  padding: 12px;
}

.r2g-proof-item strong {
  color: var(--r2g-ink);
  font-weight: 700;
}

.r2g-offer-card {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  height: 100%;
  padding: 18px;
}

.r2g-offer-tag {
  display: inline-flex;
  background: var(--r2g-accent);
  color: #1f252f;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.r2g-step-card {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  height: 100%;
  padding: 18px;
}

.r2g-step-index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1d2f58;
  color: #fff;
  font-size: 0.83rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.r2g-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  padding: 14px 10px;
  height: 100%;
}

.r2g-category-card img {
  width: 70px;
  height: 38px;
  object-fit: contain;
}

.r2g-category-name {
  color: var(--r2g-ink);
  font-weight: 700;
  line-height: 1.2;
}

.r2g-category-count {
  color: #5f6778;
  font-size: 0.82rem;
  line-height: 1.2;
}

.r2g-vehicle-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 16px;
  overflow: hidden;
}

.r2g-vehicle-image-wrap {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--r2g-soft);
}

.r2g-vehicle-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r2g-vehicle-body {
  display: flex;
  flex-direction: column;
  padding: 15px;
  min-height: 156px;
}

.r2g-vehicle-location {
  background: #eef2fb;
  color: #2c3653;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
}

.r2g-location-card {
  display: block;
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  height: 100%;
  padding: 16px;
}

.r2g-location-meta {
  display: inline-flex;
  background: #eef3ff;
  color: #273354;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 10px;
}

.r2g-wide-cta {
  background:
    linear-gradient(130deg, #101e40, #172a55),
    url("../assets/imgs/page-header/banner4.png") center/cover no-repeat;
  border-radius: 16px;
  color: #fff;
  height: 100%;
  padding: 26px;
}

.r2g-wide-cta h3 {
  color: #fff;
  margin-bottom: 12px;
}

.r2g-wide-cta p {
  color: rgba(255, 255, 255, 0.88);
}

.r2g-click-card {
  cursor: pointer;
}

.r2g-click-card:focus-visible {
  outline: 3px solid #62f44d;
  outline-offset: 3px;
}

.r2g-faq-mini {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 16px;
  height: 100%;
  padding: 20px;
}

.r2g-faq-row {
  border-top: 1px solid var(--r2g-border);
  padding-top: 12px;
  margin-top: 12px;
}

.r2g-faq-row:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.r2g-faq-layout {
  background: #f3f4f6;
  border: 1px solid #e2e5ea;
  border-radius: 16px;
  padding: 34px;
}

.r2g-faq-header h1 {
  color: #111827;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.08;
  margin: 0 0 14px;
}

.r2g-faq-header p {
  color: #4b5563;
  font-size: 1.08rem;
  margin: 0;
}

.r2g-faq-header a {
  color: #111827;
  text-decoration: underline;
}

.r2g-faq-controls {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 38px;
  margin-bottom: 32px;
}

.r2g-faq-tabs {
  align-items: center;
  background: #eceef1;
  border: 1px solid #dde1e7;
  border-radius: 12px;
  display: inline-flex;
  gap: 4px;
  padding: 3px;
}

.r2g-faq-filter-btn {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: #1f2937;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.r2g-faq-filter-btn:hover {
  background: #f5f6f8;
}

.r2g-faq-filter-btn.is-active {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.09);
}

.r2g-faq-search-wrap {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d7dce4;
  border-radius: 11px;
  display: inline-flex;
  gap: 10px;
  margin: 0;
  max-width: 420px;
  min-width: 300px;
  padding: 0 12px;
}

.r2g-faq-search-icon {
  color: #8b93a2;
  font-size: 0.98rem;
}

.r2g-faq-search {
  background: transparent;
  border: 0;
  color: #111827;
  font-size: 1rem;
  height: 48px;
  width: 100%;
}

.r2g-faq-search:focus {
  outline: 0;
}

.r2g-faq-grid {
  column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 26px;
}

.r2g-faq-card {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.r2g-faq-card-icon {
  align-items: center;
  background: #f8f9fb;
  border: 1px solid #cfd4dd;
  border-radius: 11px;
  color: #4b5563;
  display: inline-flex;
  flex: 0 0 56px;
  font-size: 1.12rem;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  margin-top: 2px;
}

.r2g-faq-card-content h3 {
  color: #111827;
  font-size: clamp(1.2rem, 1.08rem + 0.35vw, 1.45rem);
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 10px;
}

.r2g-faq-card-content p {
  color: #4b5563;
  font-size: 1.03rem;
  line-height: 1.6;
  margin: 0;
}

.r2g-faq-empty {
  color: #6b7280;
  font-size: 0.96rem;
  margin-top: 24px;
}

@media (max-width: 1199.98px) {
  .r2g-faq-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .r2g-faq-search-wrap {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .r2g-faq-layout {
    padding: 26px 22px;
  }

  .r2g-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .r2g-faq-layout {
    border-radius: 14px;
    padding: 20px 16px;
  }

  .r2g-faq-controls {
    margin-top: 24px;
    margin-bottom: 22px;
  }

  .r2g-faq-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .r2g-faq-filter-btn {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .r2g-hero-shell {
    padding: 26px;
  }

  .r2g-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .r2g-home-hero {
    padding-top: 20px;
  }

  .r2g-hero-shell {
    border-radius: 14px;
    padding: 18px;
  }

  .r2g-hero-metrics {
    grid-template-columns: 1fr;
  }

  .r2g-proof-grid {
    grid-template-columns: 1fr;
  }

  .r2g-booking-panel {
    border-radius: 14px;
    padding: 16px;
  }

  .r2g-intent-tabs {
    grid-template-columns: 1fr;
  }
}

.r2g-sub-hero {
  padding-top: 26px;
}

.r2g-sub-hero-shell {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 16px;
  padding: 24px;
}

.r2g-sub-hero-stat {
  border: 1px solid var(--r2g-border);
  background: var(--r2g-soft);
  border-radius: 12px;
  padding: 14px;
}

.r2g-sub-hero-value {
  display: block;
  color: #182548;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
}

.r2g-sub-hero-label {
  color: #5e677c;
  font-size: 0.83rem;
}

.r2g-breadcrumb-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #63708a;
  font-size: 0.82rem;
}

.r2g-breadcrumb-mini a {
  color: #3a4868;
}

.r2g-filter-shell {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  padding: 16px;
}

.r2g-listing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  overflow: hidden;
}

.r2g-listing-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--r2g-soft);
}

.r2g-listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r2g-listing-body {
  display: flex;
  flex-direction: column;
  padding: 14px;
  gap: 8px;
  min-height: 180px;
}

.r2g-listing-pill {
  border-radius: 999px;
  background: #eef2fb;
  color: #2a3351;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 9px;
}

.r2g-listing-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.r2g-listing-facts > span {
  border: 1px solid #dbe0ec;
  border-radius: 999px;
  color: #5f687d;
  font-size: 0.75rem;
  padding: 3px 8px;
}

.r2g-fact-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.r2g-fact-chip img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0.82;
  flex-shrink: 0;
}

.r2g-fact-chip span {
  border: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.2;
  padding: 0;
}

.r2g-listing-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.r2g-detail-gallery {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  padding: 12px;
}

.r2g-detail-main {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.r2g-detail-thumbs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.r2g-detail-thumbs img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.r2g-detail-section {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  padding: 16px;
}

.r2g-detail-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.r2g-detail-features span {
  border: 1px solid #dbe0ec;
  border-radius: 999px;
  color: #4c5873;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
}

.r2g-detail-booking-box {
  position: sticky;
  top: 92px;
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  padding: 16px;
}

.r2g-detail-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e7f1;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #4a576f;
  font-size: 0.9rem;
}

.r2g-detail-line strong {
  color: #1a2749;
}

.r2g-detail-list {
  margin: 0;
  padding-left: 18px;
  color: #5a6376;
}

.r2g-detail-list li {
  margin-bottom: 8px;
}

.r2g-detail-start-booking {
  justify-content: center;
  text-align: center;
}

.r2g-booking-shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.r2g-form-card {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  padding: 16px;
}

.r2g-terms-check {
  border-top: 1px solid #e3e7f1;
  padding-top: 12px;
}

@media (max-width: 991.98px) {
  .r2g-detail-booking-box {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .r2g-sub-hero-shell {
    padding: 16px;
  }

  .r2g-detail-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.r2g-portal-metric {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 12px;
  padding: 14px;
  height: 100%;
}

.r2g-portal-metric-label {
  display: block;
  color: #69758e;
  font-size: 0.8rem;
  line-height: 1.2;
}

.r2g-portal-metric-value {
  display: block;
  color: #1a2749;
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 4px;
}

.r2g-portal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.r2g-portal-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #e3e7f1;
  padding-top: 12px;
  margin-top: 12px;
}

.r2g-portal-list li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.r2g-inspection-card {
  border: 1px solid #e0e5f0;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}

.r2g-chat-booking-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.r2g-chat-booking-item {
  display: block;
  background: #f8faff;
  border: 1px solid #e1e6f2;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.2s ease;
}

.r2g-chat-booking-item:hover {
  border-color: #cfd8ee;
  background: #f1f5ff;
  transform: translateY(-1px);
}

.r2g-chat-booking-item strong {
  display: block;
  color: #1a2749;
  font-size: 0.9rem;
  line-height: 1.25;
}

.r2g-chat-booking-item span {
  display: block;
  color: #55627c;
  font-size: 0.85rem;
  margin-top: 3px;
}

.r2g-chat-booking-item small {
  display: block;
  color: #6d7891;
  font-size: 0.74rem;
  margin-top: 4px;
}

.r2g-chat-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.r2g-chat-checks li {
  position: relative;
  color: #59657f;
  font-size: 0.88rem;
  line-height: 1.45;
  padding-left: 16px;
  margin-bottom: 10px;
}

.r2g-chat-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e2f57;
}

.r2g-chat-checks li:last-child {
  margin-bottom: 0;
}

.r2g-chat-stream {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.r2g-chat-bubble {
  max-width: 88%;
  background: #fff;
  border: 1px solid #dde3f0;
  border-radius: 13px;
  padding: 12px 13px;
}

.r2g-chat-bubble.is-own {
  margin-left: auto;
  border-color: #cfd9ef;
  background: #f2f6ff;
}

.r2g-chat-bubble.is-support {
  margin-right: auto;
}

.r2g-chat-bubble header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.r2g-chat-bubble header strong {
  font-size: 0.86rem;
}

.r2g-chat-bubble header span {
  color: #6b7690;
  font-size: 0.73rem;
}

.r2g-chat-bubble p {
  margin: 8px 0 0;
  color: #4e5973;
  font-size: 0.9rem;
  line-height: 1.45;
}

.r2g-chat-attachment {
  display: inline-flex;
  margin-top: 9px;
  color: #1f3465;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
}

.r2g-chat-empty {
  background: #f8faff;
  border: 1px dashed #d4dbeb;
  border-radius: 12px;
  color: #5e6981;
  font-size: 0.88rem;
  padding: 14px;
}

@media (max-width: 767.98px) {
  .r2g-chat-bubble {
    max-width: 100%;
  }
}

.r2g-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #1f3465;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline;
}

.r2g-class-category-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.r2g-class-category-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f2f5fb;
}

.r2g-class-category-body {
  display: flex;
  flex-direction: column;
  padding: 14px;
  min-height: 170px;
}

.r2g-class-count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #d6deef;
  border-radius: 999px;
  color: #2a3857;
  font-size: 0.77rem;
  font-weight: 700;
  padding: 4px 10px;
}

.r2g-class-category-card--compact .r2g-class-category-body {
  min-height: 148px;
}

.r2g-class-card {
  background: #fff;
  border: 1px solid var(--r2g-border);
  border-radius: 14px;
  height: 100%;
  overflow: hidden;
}

.r2g-class-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f2f6fc;
  padding: 10px;
}

.r2g-home-available .r2g-listing-image {
  overflow: hidden;
}

.r2g-home-available .r2g-class-image {
  transform: scale(0.8);
  transform-origin: center center;
}

.r2g-class-body {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.r2g-listing-more {
  margin-top: 10px;
  border-top: 1px solid #e2e7f1;
  padding-top: 10px;
}

.r2g-listing-more summary {
  cursor: pointer;
  color: #25355e;
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.r2g-listing-more summary::-webkit-details-marker {
  display: none;
}

.r2g-included-list {
  margin: 8px 0 0;
  padding-left: 17px;
  color: #56627c;
  font-size: 0.79rem;
}

.r2g-included-list li {
  margin-bottom: 5px;
}

/* Screenshot-style fleet dashboard layout */
.r2g-dash-page {
  background: #f3f4f6;
}

.r2g-dash-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.r2g-dash-sidebar {
  background: #ffffff;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  padding: 14px;
  position: sticky;
  top: 92px;
}

.r2g-dash-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.r2g-dash-filter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.r2g-dash-filter-block {
  border-top: 1px solid #eceef2;
  padding-top: 11px;
}

.r2g-dash-filter-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.r2g-dash-filter-label {
  display: block;
  color: #9399a6;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.r2g-dash-fixed-value {
  border: 1px solid #dee2e9;
  border-radius: 7px;
  color: #2e3440;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 9px 11px;
}

.r2g-dash-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.r2g-dash-pill-radio {
  position: relative;
  margin: 0;
}

.r2g-dash-pill-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.r2g-dash-pill-radio span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 1px solid #dadfe8;
  border-radius: 7px;
  color: #4a5261;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 4px 12px;
}

.r2g-dash-pill-radio input:checked + span {
  border-color: #111111;
  color: #111111;
  background: #ffffff;
}

.r2g-dash-switch {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 22px;
}

.r2g-dash-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.r2g-dash-switch span {
  position: absolute;
  inset: 0;
  background: #e7e9ee;
  border-radius: 999px;
}

.r2g-dash-switch span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.r2g-dash-histogram {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  align-items: end;
  gap: 2px;
  height: 58px;
  margin-bottom: 8px;
}

.r2g-dash-histogram span {
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #2f3640, #101319);
}

.r2g-dash-price-slider {
  margin: 10px 4px 12px;
}

.r2g-dash-price-slider.noUi-target {
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  background: #e7e9ee;
  height: 8px;
}

.r2g-dash-price-slider .noUi-connect {
  background: linear-gradient(90deg, #6ded67, #59db63);
}

.r2g-dash-price-slider .noUi-handle {
  width: 18px;
  height: 18px;
  right: -9px;
  top: -6px;
  border: 2px solid #6ded67;
  border-radius: 999px;
  box-shadow: none;
}

.r2g-dash-price-slider .noUi-handle::before,
.r2g-dash-price-slider .noUi-handle::after {
  display: none;
}

.r2g-dash-price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.r2g-dash-price-row div {
  border: 1px solid #e0e3ea;
  border-radius: 7px;
  background: #fafbfc;
  padding: 6px 8px;
}

.r2g-dash-price-row small {
  display: block;
  color: #8f97a7;
  font-size: 0.66rem;
  text-transform: uppercase;
}

.r2g-dash-price-row strong {
  color: #1f2632;
  font-size: 0.82rem;
}

.r2g-dash-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.r2g-dash-check-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #373f4d;
  font-size: 0.82rem;
  margin: 0;
}

.r2g-dash-check-item input {
  width: 14px;
  height: 14px;
  margin: 0;
}

.r2g-dash-date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.r2g-dash-filter-actions {
  padding-top: 4px;
}

.r2g-dash-content {
  min-width: 0;
}

.r2g-dash-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.r2g-dash-toolbar h2 {
  font-size: 2rem;
  line-height: 1.1;
}

.r2g-dash-toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #424a59;
  font-size: 0.88rem;
  font-weight: 600;
}

.r2g-dash-toolbar-actions a,
.r2g-dash-toolbar-actions span {
  color: inherit;
}

.r2g-dash-subtitle {
  color: #2a3140;
  font-size: 0.94rem;
  font-weight: 700;
  margin: 8px 0 10px;
}

.r2g-dash-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.r2g-dash-card {
  position: relative;
  border: 1px solid #e2e4ea;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.r2g-dash-fav {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #3f4655;
  font-size: 17px;
  line-height: 1;
  padding: 0;
}

.r2g-dash-fav.is-active {
  color: #ff4c78;
}

.r2g-dash-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6f7786;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 8px 10px 0;
}

.r2g-dash-card-top span:last-child {
  color: #5f6675;
}

.r2g-dash-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  padding: 8px 14px;
}

.r2g-dash-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.r2g-dash-card-body {
  border-top: 1px solid #f0f1f4;
  padding: 10px;
}

.r2g-dash-name-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
}

.r2g-dash-name-row a {
  color: #1f2530;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.r2g-dash-name-row strong {
  color: #212733;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
}

.r2g-dash-name-row strong span {
  color: #8b91a1;
  font-size: 0.74rem;
  font-weight: 600;
}

.r2g-dash-card-body p {
  color: #7f8695;
  font-size: 0.78rem;
  margin: 3px 0 0;
}

.r2g-dash-variant-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.r2g-dash-variant-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7dce6;
  border-radius: 999px;
  color: #4e5665;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 10px;
  transition: all 0.2s ease;
}

.r2g-dash-variant-chip:hover {
  border-color: #111111;
  color: #111111;
}

.r2g-dash-variant-chip.is-active {
  border-color: #111111;
  background: #f2f4f7;
  color: #111111;
}

.r2g-dash-card-cta {
  margin-top: 9px;
}

.r2g-dash-empty {
  border: 1px dashed #cfd5df;
  border-radius: 8px;
  background: #ffffff;
  color: #697287;
  font-size: 0.9rem;
  padding: 18px;
}

.r2g-dash-class-block {
  margin-top: 18px;
}

.r2g-dash-class-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.r2g-dash-class-card {
  border: 1px solid #e2e4ea;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.r2g-dash-class-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background: #ffffff;
  padding: 8px;
}

.r2g-dash-class-body {
  padding: 11px;
}

.r2g-dash-class-meta {
  color: #5f6674;
  font-size: 0.78rem;
  font-weight: 600;
}

/* Apply the same compact visual style to existing vehicle/class cards site-wide. */
.r2g-listing-card,
.r2g-class-card {
  border-color: #e2e4ea;
  border-radius: 8px;
}

.r2g-listing-image,
.r2g-class-image {
  background: #ffffff;
}

.r2g-listing-image img,
.r2g-class-image {
  object-fit: contain;
}

@media (max-width: 1400px) {
  .r2g-dash-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1100px) {
  .r2g-dash-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .r2g-dash-sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .r2g-dash-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .r2g-dash-grid,
  .r2g-dash-class-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .r2g-dash-check-grid,
  .r2g-dash-date-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .r2g-dash-name-row {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
}

.r2g-help-agent {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10050;
}

.r2g-help-toggle {
  border: 0;
  border-radius: 999px;
  background: #6ded67;
  color: #101010;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.r2g-help-panel {
  position: absolute;
  right: 0;
  bottom: 52px;
  width: min(92vw, 360px);
  border: 1px solid #dce1ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.2);
  padding: 12px;
  display: none;
}

.r2g-help-agent.is-open .r2g-help-panel {
  display: block;
}

.r2g-help-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.r2g-help-head strong {
  display: block;
  font-size: 0.95rem;
  color: #0f1728;
}

.r2g-help-head p {
  margin: 2px 0 0;
  color: #5f6674;
  font-size: 0.77rem;
  line-height: 1.35;
}

.r2g-help-head button {
  border: 0;
  border-radius: 7px;
  background: #eef2f7;
  color: #2e3747;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 0.8rem;
}

.r2g-help-messages {
  border: 1px solid #e3e8f0;
  border-radius: 10px;
  background: #f8fafd;
  min-height: 160px;
  max-height: 300px;
  overflow-y: auto;
  padding: 8px;
  margin-bottom: 8px;
}

.r2g-help-message {
  display: inline-block;
  clear: both;
  max-width: 92%;
  padding: 7px 9px;
  border-radius: 10px;
  margin-bottom: 6px;
  font-size: 0.82rem;
  line-height: 1.4;
}

.r2g-help-message.is-agent {
  background: #eef2f7;
  color: #1f2737;
}

.r2g-help-message.is-user {
  float: right;
  background: #6ded67;
  color: #0f1728;
}

.r2g-help-message.is-loading {
  opacity: 0.8;
  font-style: italic;
}

.r2g-help-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.r2g-help-suggestions button {
  border: 1px solid #d6dbe6;
  border-radius: 999px;
  background: #ffffff;
  color: #2f3747;
  font-size: 0.74rem;
  padding: 5px 9px;
  line-height: 1.25;
}

.r2g-help-suggestions button:hover {
  border-color: #111111;
  color: #111111;
}

.r2g-help-form {
  display: flex;
  gap: 8px;
}

.r2g-help-form input {
  flex: 1;
  border: 1px solid #dce1ea;
  border-radius: 8px;
  font-size: 0.82rem;
  padding: 8px 9px;
}

.r2g-help-form button {
  border: 0;
  border-radius: 8px;
  background: #0f1728;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 8px 11px;
}

@media (max-width: 767.98px) {
  .r2g-help-agent {
    right: 12px;
    bottom: 12px;
  }

  .r2g-help-panel {
    right: 0;
    width: min(94vw, 340px);
  }
}

.r2g-compare-banner {
  background: #ffffff;
  border: 1px solid var(--r2g-border);
  border-radius: 16px;
  padding: 20px;
}

.r2g-compare-banner-head h3 {
  font-size: 1.4rem;
}

.r2g-compare-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef2f9;
  color: #3f4859;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.r2g-compare-banner-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.r2g-compare-pill {
  border: 1px solid #d9dfea;
  border-radius: 12px;
  background: #f9fbfe;
  padding: 12px;
}

.r2g-compare-pill-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.r2g-compare-pill-class {
  color: #30384a;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.r2g-compare-pill-brand {
  color: #5d6677;
  font-size: 0.74rem;
  font-weight: 700;
}

.r2g-compare-pill-save {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #0f7b44;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.r2g-compare-pill-save small {
  color: #0f7b44;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.r2g-compare-pill p {
  margin-top: 8px;
  color: #596378;
  font-size: 0.78rem;
  line-height: 1.4;
}

.r2g-compare-inline {
  border: 1px solid #dbe1ec;
  border-radius: 12px;
  background: #ffffff;
  margin: 12px 0 16px;
  padding: 12px;
}

.r2g-compare-inline-head p {
  color: #596175;
  font-size: 0.86rem;
  margin-top: 6px;
}

.r2g-compare-inline-list {
  margin-top: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r2g-compare-inline-item {
  border: 1px solid #dbe1ec;
  border-radius: 10px;
  background: #f9fbfe;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 10px;
}

.r2g-compare-inline-item strong {
  color: #1f2737;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.r2g-compare-inline-item span {
  color: #5f697b;
  font-size: 0.74rem;
  line-height: 1.35;
}

.r2g-compare-inline-item .r2g-compare-inline-save {
  color: #137749;
  font-weight: 800;
}

.r2g-social-proof {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: min(92vw, 300px);
  border: 1px solid #d7deea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(16, 16, 16, 0.16);
  padding: 10px 11px 11px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 10040;
}

.r2g-social-proof.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.r2g-social-proof-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
}

.r2g-social-proof-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a8f56;
  box-shadow: 0 0 0 0 rgba(26, 143, 86, 0.45);
  animation: r2gSocialPulse 1.8s infinite;
}

@keyframes r2gSocialPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 143, 86, 0.38);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(26, 143, 86, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(26, 143, 86, 0);
  }
}

.r2g-social-proof-kicker {
  color: #3f4859;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.r2g-social-proof-message {
  color: #253046;
  font-size: 0.81rem;
  line-height: 1.45;
  padding-right: 18px;
}

.r2g-social-proof-link {
  display: inline-flex;
  margin-top: 8px;
  color: #1e4b9f;
  font-size: 0.74rem;
  font-weight: 700;
}

.r2g-social-proof-dismiss {
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #687286;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 0.78rem;
}

.r2g-social-proof-dismiss:hover {
  background: #eff2f7;
  color: #1f2737;
}

@media (max-width: 1199.98px) {
  .r2g-compare-banner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .r2g-compare-inline-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .r2g-compare-banner {
    border-radius: 14px;
    padding: 16px;
  }

  .r2g-compare-banner-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .r2g-social-proof {
    left: 12px;
    right: 12px;
    bottom: 72px;
    width: auto;
  }
}
