﻿html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.pub-body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f3f6fa;
  color: #1d2430;
  font-family: Manrope, "Segoe UI", sans-serif;
}

.pub-main {
  width: min(1120px, calc(100% - 2rem));
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}

.pub-masthead {
  position: relative;
  margin-bottom: 1.2rem;
  background: #1c2430 url("../img/header-mountain.jpg") center 38% / cover no-repeat;
}

.pub-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 22, 32, 0.34) 0%, rgba(16, 22, 32, 0.1) 42%, rgba(16, 22, 32, 0.28) 100%);
  pointer-events: none;
}

.pub-masthead-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2rem));
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding-bottom: 1.4rem;
}

.pub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem 0.8rem;
  min-width: 0;
  padding: 1rem 0 0.6rem;
}

.pub-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 0.28rem 0.5rem;
  border-radius: 0.55rem;
  background: #fff;
  line-height: 0;
  text-decoration: none;
}

.pub-logo img {
  display: block;
  height: 2.15rem;
  width: auto;
  max-width: min(100%, 13.5rem);
  object-fit: contain;
}

.pub-header-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin-left: auto;
  min-width: 0;
}

.pub-switchers {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.35rem;
}

.pub-header-city {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
}

.pub-header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pub-header-nav a {
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.pub-header-nav a.is-active {
  background: #fff;
  color: #1d2430;
}

.pub-switchers a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.pub-switchers a.is-active {
  background: #fff;
  color: #1d2430;
}

.pub-switchers-sep {
  width: 1px;
  height: 1rem;
  margin: 0 0.2rem;
  background: rgba(255, 255, 255, 0.35);
}

.pub-hero {
  padding: 1.1rem 0 0.2rem;
}

.pub-masthead .pub-hero h1 {
  margin: 0 0 0.4rem;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.pub-masthead .pub-lead {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 34rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.pub-hero-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.55rem 1.1rem;
  border-radius: 0.8rem;
  background: #2f80d0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 99, 169, 0.28);
}

.pub-search {
  display: grid;
  grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
  gap: 0.55rem;
  min-width: 0;
  padding: 0.7rem;
  background: #2f80d0;
  border-radius: 1.1rem;
  box-shadow: 0 16px 40px rgba(37, 99, 169, 0.22);
}

.pub-search-field {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0.45rem 0.7rem;
  background: #fff;
  border-radius: 0.8rem;
}

.pub-search-field span {
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 700;
}

.pub-search-field strong,
.pub-search-field input {
  border: 0;
  color: #1d2430;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  background: transparent;
}

.pub-search-field input:focus {
  outline: none;
}

.pub-search-dates {
  position: relative;
}

.pub-range-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 1.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1d2430;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.pub-range-toggle [data-range-label] {
  white-space: nowrap;
}

.pub-search-dates.is-empty .pub-range-toggle {
  color: #8b95a5;
  font-weight: 700;
}

.pub-range-popover {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 0;
  z-index: 20;
  width: min(34rem, max(100%, calc(100vw - 2rem)));
  max-width: calc(100vw - 2rem);
  padding: 0.9rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(29, 36, 48, 0.16);
}

.pub-range-nav {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  left: 0.85rem;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.pub-range-nav button {
  pointer-events: auto;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 999px;
  background: #eef4fb;
  color: #1d2430;
  font-size: 1.2rem;
  cursor: pointer;
}

.pub-range-months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.pub-range-month h3 {
  margin: 0 0 0.7rem;
  padding: 0 2rem;
  font-size: 0.95rem;
  text-align: center;
  text-transform: capitalize;
}

.pub-range-weekdays,
.pub-range-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.pub-range-weekdays span,
.pub-range-day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.1rem;
  font-size: 0.78rem;
}

.pub-range-weekdays span {
  color: #7b8491;
  font-weight: 700;
}

.pub-range-day {
  border: 0;
  background: transparent;
  color: #1d2430;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.pub-range-day.is-empty,
.pub-range-day.is-disabled {
  color: #c5ced8;
  cursor: default;
}

.pub-range-day.is-occupied {
  color: #9aa3af;
  background: #eceff3;
  border-radius: 0.45rem;
  text-decoration: line-through;
  cursor: default;
}

.pub-range-day.is-in-range {
  background: #d7e8f8;
  border-radius: 0;
}

.pub-range-day.is-start,
.pub-range-day.is-end {
  background: #2f80d0;
  color: #fff;
  border-radius: 999px;
}

.pub-range-day.is-range-start {
  border-radius: 999px 0 0 999px;
}

.pub-range-day.is-range-end {
  border-radius: 0 999px 999px 0;
}

.pub-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.pub-perks li {
  padding: 0.4rem 0.7rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 999px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 700;
}

.pub-perks a {
  color: #2563a9;
  text-decoration: none;
}

.pub-results-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.8rem;
  color: #5b6573;
  font-size: 0.9rem;
  font-weight: 700;
}

.pub-fleet-title {
  color: #1d2430;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pub-section {
  margin: 2.2rem 0 0;
}

.pub-section-title {
  margin: 0 0 0.9rem;
  color: #1d2430;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pub-price-legend {
  margin: 0 0 0.9rem;
  color: #5b6573;
  font-size: 0.9rem;
  font-weight: 700;
}

.pub-price-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(29, 36, 48, 0.04);
}

.pub-price-table {
  width: 100%;
  min-width: 104rem;
  border-collapse: collapse;
}

.pub-price-table th,
.pub-price-table td {
  padding: 0.6rem 0.35rem;
  border-bottom: 1px solid #e8eef5;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  vertical-align: middle;
}

.pub-price-table thead th,
.pub-price-table tr.pub-price-vehicles th {
  background: #f6f8fb;
  color: #1d2430;
  font-size: 0.86rem;
  font-weight: 800;
}

.pub-price-table thead th:not(:first-child) {
  text-transform: capitalize;
}

.pub-price-table thead th:first-child,
.pub-price-table tbody th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 6.2rem;
  min-width: 6.2rem;
  max-width: 6.8rem;
  padding-left: 0.7rem;
  padding-right: 0.45rem;
  text-align: left;
  text-transform: capitalize;
  background: #fff;
  white-space: normal;
  line-height: 1.15;
}

.pub-price-vehicle-name {
  display: grid;
  gap: 0.12rem;
}

.pub-price-vehicle-make {
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
}

.pub-price-vehicle-model {
  color: #1d2430;
  font-size: 0.82rem;
  font-weight: 800;
}

.pub-price-table thead th:first-child,
.pub-price-table tr.pub-price-vehicles th:first-child {
  background: #f6f8fb;
}

.pub-price-table tbody tr:last-child th,
.pub-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.pub-price-table th.is-current-month,
.pub-price-table td.is-current-month {
  background: #d7e8f8;
  color: #1d2430;
}

.pub-price-table th.is-current-month {
  color: #2563a9;
  font-weight: 800;
}

.pub-price-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(2.25rem, 1fr));
  gap: 0.15rem;
  width: 100%;
  min-width: 7.2rem;
}

.pub-price-bar-item {
  display: grid;
  grid-template-rows: auto 4.5rem auto;
  gap: 0.22rem;
  justify-items: center;
  align-items: end;
}

.pub-price-bar {
  display: block;
  align-self: end;
  width: min(100%, 1.8rem);
  height: calc(var(--bar-height, 0) * 0.045rem);
  min-height: 0;
  border-radius: 0.38rem 0.38rem 0.12rem 0.12rem;
  box-shadow: inset 0 -0.18rem 0 rgba(15, 23, 42, 0.1);
}

.pub-price-bar-1 {
  background: linear-gradient(180deg, #2f80d0, #2563a9);
}

.pub-price-bar-2 {
  background: linear-gradient(180deg, #48a9a6, #268783);
}

.pub-price-bar-3 {
  background: linear-gradient(180deg, #f2b84b, #db8f20);
}

.pub-price-bar-item small {
  color: #7b8491;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pub-price-bar-item strong {
  color: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pub-price-table .is-current-month .pub-price-bar-item small {
  color: #3d6fa8;
}

.pub-price-mobile {
  display: none;
}

.pub-price-jump {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0 0 0.85rem;
  padding: 0.45rem 0 0.55rem;
  background: #f3f6fa;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pub-price-jump::-webkit-scrollbar {
  display: none;
}

.pub-price-jump a {
  flex: 0 0 auto;
  padding: 0.4rem 0.7rem;
  border: 1px solid #dce6f0;
  border-radius: 999px;
  background: #fff;
  color: #1d2430;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pub-price-card {
  overflow: hidden;
  margin-bottom: 0.85rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(29, 36, 48, 0.04);
  scroll-margin-top: 3.4rem;
}

.pub-price-card:last-child {
  margin-bottom: 0;
}

.pub-price-card h2 {
  margin: 0;
  padding: 0.85rem 0.95rem 0.7rem;
  color: #1d2430;
  font-size: 1.05rem;
  font-weight: 800;
}

.pub-price-card table {
  width: 100%;
  border-collapse: collapse;
}

.pub-price-card th,
.pub-price-card td {
  padding: 0.55rem 0.5rem;
  border-top: 1px solid #e8eef5;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 800;
}

.pub-price-card thead th {
  background: #f6f8fb;
  color: #5b6573;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.pub-price-card tbody th {
  text-align: left;
  text-transform: capitalize;
  color: #1d2430;
  font-weight: 800;
  white-space: nowrap;
}

.pub-price-card tr.is-current th,
.pub-price-card tr.is-current td {
  background: #d7e8f8;
  color: #1d2430;
}

.pub-price-card tr.is-current th {
  color: #2563a9;
}

.pub-howto {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pub-howto li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 1rem 1rem 1.05rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
}

.pub-howto span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: #2f80d0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.pub-howto strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #1d2430;
  font-size: 1rem;
}

.pub-howto p,
.pub-terms p,
.pub-footer p {
  margin: 0;
  color: #5b6573;
  font-size: 0.9rem;
  line-height: 1.45;
}

.pub-terms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pub-terms li {
  padding: 1rem 1.05rem 1.1rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
}

.pub-terms strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #1d2430;
}

.pub-terms-more {
  margin: 0.9rem 0 0;
}

.pub-terms-more a {
  color: #2f80d0;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.pub-terms-more a:hover {
  text-decoration: underline;
}

.pub-legal {
  display: grid;
  gap: 0.9rem;
  margin: 0 0 2.4rem;
}

.pub-legal section {
  padding: 1.15rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
}

.pub-legal h2,
.pub-legal h3 {
  margin: 0 0 0.4rem;
  color: #1d2430;
  font-size: 1.05rem;
  font-weight: 800;
}

.pub-legal h3 {
  font-size: 0.95rem;
  margin-top: 0.7rem;
}

.pub-legal p {
  margin: 0;
  color: #5b6573;
  font-size: 0.95rem;
  line-height: 1.55;
}

.pub-legal a {
  color: #2f80d0;
  font-weight: 800;
  text-decoration: none;
}

.pub-legal a:hover {
  text-decoration: underline;
}

.pub-legal-note {
  margin: 0.15rem 0 0;
  color: #7a8492;
  font-size: 0.86rem;
  font-weight: 700;
}

.pub-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.pub-crumb a {
  color: #fff;
  text-decoration: none;
}

.pub-crumb a:hover {
  text-decoration: underline;
}

.pub-car-page {
  margin: 0 0 2.2rem;
}

.pub-car-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.85fr);
  gap: 1.1rem;
  align-items: start;
}

.pub-car-page-aside {
  display: grid;
  gap: 0.55rem;
  padding: 1.1rem 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
}

.pub-car-page-text {
  margin: 0.2rem 0 0.4rem;
  color: #5b6573;
  font-size: 0.92rem;
  line-height: 1.5;
}

.pub-car-page-aside .pub-hero-link {
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.pub-car-block {
  margin: 1.35rem 0 0;
}

.pub-car-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}

.pub-car-spec {
  margin: 0;
  padding: 0.8rem 0.9rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 0.9rem;
}

.pub-car-spec dt {
  margin: 0 0 0.22rem;
  color: #5b6573;
  font-size: 0.74rem;
  font-weight: 700;
}

.pub-car-spec dd {
  margin: 0;
  color: #1d2430;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
}

.pub-car-trip {
  padding: 1.1rem 1.2rem 1.2rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
}

.pub-car-trip p {
  margin: 0;
  color: #3d4654;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 46rem;
}

.pub-car-rates-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(29, 36, 48, 0.04);
}

.pub-car-rates {
  width: 100%;
  border-collapse: collapse;
}

.pub-car-rates th,
.pub-car-rates td {
  padding: 0.62rem 0.75rem;
  border-top: 1px solid #e8eef5;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.pub-car-rates thead th {
  background: #f6f8fb;
  color: #5b6573;
  font-size: 0.74rem;
  font-weight: 800;
  border-top: 0;
}

.pub-car-rates tbody th {
  text-align: left;
  text-transform: capitalize;
  color: #1d2430;
}

.pub-car-rates tr.is-current th,
.pub-car-rates tr.is-current td {
  background: #d7e8f8;
  color: #1d2430;
}

.pub-car-rates-more {
  margin: 0.75rem 0 0;
}

.pub-car-rates-more a {
  color: #2f80d0;
  font-weight: 800;
  text-decoration: none;
}

.pub-car-rates-more a:hover {
  text-decoration: underline;
}

.pub-seo-intro {
  width: 100%;
  max-width: none;
  margin: 0 0 1.1rem;
  color: #5b6573;
  font-size: 0.95rem;
  line-height: 1.55;
}

.pub-faq {
  display: grid;
  gap: 0.7rem;
}

.pub-faq-item {
  padding: 0.85rem 1.05rem 0.95rem;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
}

.pub-faq-item summary {
  cursor: pointer;
  color: #1d2430;
  font-weight: 800;
  list-style: none;
}

.pub-faq-item summary::-webkit-details-marker {
  display: none;
}

.pub-faq-item p {
  margin: 0.45rem 0 0;
  color: #5b6573;
  font-size: 0.92rem;
  line-height: 1.5;
}

a.pub-card-photo,
a.pub-card-title-btn {
  text-decoration: none;
  color: inherit;
}

a.pub-card-photo {
  display: block;
  cursor: pointer;
}

a.pub-card-title-btn:hover h2,
a.pub-card-photo:hover {
  color: #2563a9;
}

.pub-price-vehicle-link {
  color: inherit;
  text-decoration: none;
}

.pub-price-vehicle-link:hover {
  color: #2563a9;
}

.pub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
}

.pub-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(29, 36, 48, 0.04);
}

.pub-card.is-unavailable {
  opacity: 0.72;
}

.pub-card-photo {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #d7e4f2;
}

button.pub-card-photo {
  cursor: pointer;
}

.pub-card-title-btn {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.pub-card-title-btn:hover h2,
button.pub-card-photo:hover {
  color: #2563a9;
}

.pub-card-photo img,
.pub-card-photo-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pub-card-photo-fallback {
  background: linear-gradient(135deg, #b9d3ee, #2f80d0);
}

.pub-badge {
  position: absolute;
  left: 0.7rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.pub-badge-insurance {
  top: 0.7rem;
  background: #2563a9;
}

.pub-badge-4x4 {
  top: 0.7rem;
  left: auto;
  right: 0.7rem;
  background: #1d2430;
}

.pub-badge-deposit {
  bottom: 0.7rem;
  background: rgba(29, 36, 48, 0.82);
}

.pub-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
  padding: 0.85rem 0.95rem 1rem;
}

.pub-card-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
}

.pub-card-title-btn,
.pub-card-title h2,
.pub-card-title h3 {
  min-width: 0;
  max-width: 100%;
}

.pub-card-title h2,
.pub-card-title h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 1.05rem;
}

.pub-card-title span,
.pub-card-specs {
  color: #6b7280;
  font-size: 0.88rem;
}

.pub-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pub-card-dates {
  color: #1d2430;
  font-size: 0.92rem;
  font-weight: 800;
}

.pub-price-main {
  color: #2563a9;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.pub-price-sub,
.pub-card-unavailable {
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.pub-card-cta,
.pub-card-unavailable {
  margin-top: auto;
}

.pub-card-cta {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 0.7rem;
  background: #2f80d0;
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.pub-footer {
  margin-top: 2.4rem;
  background: #1d2430;
  color: #c5ced8;
}

.pub-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 1fr;
  gap: 1.4rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 1.7rem;
}

.pub-footer-brand {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.pub-footer strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.pub-footer p + p {
  margin-top: 0.35rem;
}

.pub-footer a {
  color: #d7e8f8;
  font-weight: 700;
  text-decoration: none;
}

.pub-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.pub-footer p {
  color: #b7c0cc;
}

body.is-searching {
  overflow: hidden;
}

.pub-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  background: rgba(15, 23, 42, 0.46);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.pub-search-overlay[hidden] {
  display: none;
}

.pub-search-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.28rem solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pub-spin 0.7s linear infinite;
}

@keyframes pub-spin {
  to {
    transform: rotate(360deg);
  }
}

.pub-car-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0.8rem;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.46);
}

.pub-car-modal[hidden] {
  display: none;
}

body.is-car-modal-open {
  overflow: hidden;
}

.pub-car-dialog {
  display: flex;
  flex-direction: column;
  width: min(1120px, 100%);
  max-width: 100%;
  min-width: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.pub-car-dialog-head {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #e8eef5;
}

.pub-car-icon-btn {
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: #f3f6fa;
  color: #1d2430;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.pub-car-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8b95a3;
  font-size: 0.82rem;
  font-weight: 700;
}

.pub-car-steps li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pub-car-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #e8eef5;
  font-size: 0.72rem;
}

.pub-car-steps .is-active {
  color: #1d2430;
}

.pub-car-steps .is-active span {
  background: #2f80d0;
  color: #fff;
}

.pub-car-dialog-body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr);
  gap: 1.2rem;
  min-width: 0;
  padding: 1rem 1.2rem 1.3rem;
}

.pub-car-dialog-body[hidden] {
  display: none !important;
}

.pub-car-main,
.pub-gallery {
  min-width: 0;
  max-width: 100%;
}

.pub-car-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.7rem;
  min-width: 0;
}

.pub-car-heading h2 {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #1e3a5f;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
}

.pub-car-heading span {
  color: #6b7280;
  font-weight: 700;
}

.pub-car-copy-link {
  margin-left: auto;
  padding: 0.28rem 0.7rem;
  border: 1px solid #d5dee9;
  border-radius: 999px;
  background: #fff;
  color: #2563a9;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.pub-car-copy-link:hover,
.pub-car-copy-link:focus {
  background: #f3f8fd;
}

.pub-car-copy-link.is-copied {
  border-color: #86efac;
  background: #f0fdf4;
  color: #166534;
}

.pub-car-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.7rem 0 0.9rem;
}

.pub-car-pills span {
  padding: 0.28rem 0.65rem;
  border: 1px solid #dce6f0;
  border-radius: 999px;
  background: #f7fbff;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 700;
}

.pub-gallery-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 0.9rem;
  background: #d7e4f2;
}

.pub-gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pub-gallery-ribbon {
  position: absolute;
  right: -1.6rem;
  bottom: 1.4rem;
  padding: 0.35rem 2.4rem;
  background: #2f80d0;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: rotate(-18deg);
  box-shadow: 0 6px 16px rgba(37, 99, 169, 0.28);
}

.pub-gallery-badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #1d2430;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.pub-gallery-thumbs {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.55rem;
  padding-bottom: 0.55rem;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c5ced8 transparent;
}

.pub-gallery-thumbs::-webkit-scrollbar {
  height: 6px;
}

.pub-gallery-thumbs::-webkit-scrollbar-thumb {
  background: #c5ced8;
  border-radius: 999px;
}

.pub-gallery-thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.pub-gallery-thumbs button {
  flex: 0 0 4.6rem;
  width: 4.6rem;
  height: calc(4.6rem * 2 / 3);
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0.45rem;
  background: #e8eef5;
  cursor: pointer;
}

.pub-gallery-thumbs button.is-active {
  border-color: #1d2430;
}

.pub-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pub-car-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.pub-car-features span {
  padding: 0.45rem 0.7rem;
  border-radius: 0.7rem;
  background: #f3f6fa;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 700;
}

.pub-car-aside {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.9rem;
  background: #f6f8fb;
  border-radius: 1rem;
}

.pub-car-price-blocks {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.pub-car-price-blocks[hidden] {
  display: none;
}

.pub-car-unavailable {
  margin: 0;
  padding: 0.7rem 0.8rem;
  background: #fff1f0;
  border-radius: 0.8rem;
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 700;
}

.pub-car-unavailable[hidden] {
  display: none;
}

.pub-car-aside-dates .pub-search-field {
  padding: 0.4rem 0.45rem 0.5rem;
}

.pub-car-aside-dates .pub-range-popover {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 0.35rem 0.1rem 0.05rem;
  border: 0;
  box-shadow: none;
}

.pub-car-aside-dates .pub-range-nav {
  top: 0.35rem;
}

.pub-car-aside-dates .pub-range-nav button {
  width: 1.55rem;
  height: 1.55rem;
  font-size: 1rem;
}

.pub-car-aside-dates .pub-range-months {
  gap: 0.55rem;
}

.pub-car-aside-dates .pub-range-month h3 {
  margin-bottom: 0.4rem;
  padding: 0 1.5rem;
  font-size: 0.78rem;
}

.pub-car-aside-dates .pub-range-weekdays span,
.pub-car-aside-dates .pub-range-day {
  height: 1.7rem;
  font-size: 0.7rem;
}

.pub-car-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
  border-radius: 0.8rem;
  cursor: pointer;
}

.pub-car-option span {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #1d2430;
  font-size: 0.92rem;
  font-weight: 700;
}

.pub-car-option strong {
  color: #2563a9;
  font-size: 0.9rem;
}

.pub-car-option input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #2f80d0;
}

.pub-car-delivery-note {
  margin: 0.15rem 0 0.35rem;
  color: #5b6573;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.pub-car-summary-label,
.pub-car-summary-days,
.pub-car-pickup-label,
.pub-car-pickup-cash {
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 700;
}

.pub-car-pickup-cash {
  margin-top: 0.2rem;
  line-height: 1.35;
}

.pub-car-summary-total,
.pub-car-pickup-value {
  color: #1d2430;
  font-size: 1.55rem;
  font-weight: 800;
}

.pub-car-rate-tier {
  margin: 0.7rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid #dce6f0;
  color: #1d2430;
  font-size: 0.82rem;
  font-weight: 800;
}

.pub-car-rate-tier[hidden] {
  display: none;
}

.pub-car-rate-lines {
  display: grid;
  gap: 0.45rem;
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
}

.pub-car-rate-lines[hidden] {
  display: none;
}

.pub-car-rate-lines li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
}

.pub-car-rate-lines li div {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.pub-car-rate-dates {
  color: #1d2430;
  font-size: 0.82rem;
  font-weight: 800;
}

.pub-car-rate-details {
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 700;
}

.pub-car-rate-lines li strong {
  color: #2563a9;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.pub-car-breakdown {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pub-car-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  min-width: 0;
  color: #4b5563;
  font-size: 0.9rem;
}

.pub-car-breakdown li span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.pub-car-breakdown li strong {
  flex: 0 0 auto;
}

.pub-car-breakdown li.is-extra[hidden] {
  display: none !important;
}

.pub-car-breakdown .is-total {
  padding-top: 0.45rem;
  border-top: 1px solid #dce6f0;
  color: #1d2430;
  font-weight: 800;
}

.pub-car-book {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  background: #2f80d0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.pub-car-book:disabled {
  background: #94a3b8;
  cursor: not-allowed;
}

.pub-car-booking {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
}

.pub-car-booking-form {
  display: grid;
  gap: 0.75rem;
  width: min(100%, 420px);
  margin: 0 auto;
}

.pub-car-booking-form[hidden] {
  display: none;
}

.pub-car-booking-success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 16rem;
  padding: 1.5rem 1.2rem 2rem;
  text-align: center;
}

.pub-car-booking-success[hidden] {
  display: none;
}

.pub-car-booking-success p {
  margin: 0;
  max-width: 22rem;
  color: #1d2430;
  font-size: clamp(1.45rem, 3.4vw, 2rem);
  font-weight: 800;
  line-height: 1.35;
}

.pub-car-booking-summary {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  background: #f6f8fb;
  border-radius: 0.8rem;
}

.pub-car-booking-summary strong {
  color: #1d2430;
  font-size: 1.05rem;
}

.pub-car-booking-summary span {
  color: #5b6573;
  font-size: 0.88rem;
  font-weight: 700;
}

.pub-car-booking-summary [data-book-summary-4x4] {
  color: #1d2430;
}

.pub-car-field {
  display: grid;
  gap: 0.28rem;
}

.pub-car-field span {
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 800;
}

.pub-car-field input {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid #d5dde6;
  border-radius: 0.75rem;
  color: #1d2430;
  font: inherit;
  font-weight: 700;
}

.pub-car-field input:focus {
  outline: 2px solid #2f80d0;
  outline-offset: 1px;
}

.pub-car-messengers {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.pub-car-messengers legend {
  margin-bottom: 0.35rem;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 800;
}

.pub-car-booking-hint,
.pub-car-booking-error {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

.pub-car-booking-hint {
  color: #5b6573;
}

.pub-car-privacy {
  margin: 0;
  color: #5b6573;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.pub-car-privacy a {
  color: #2f80d0;
  text-decoration: none;
}

.pub-car-privacy a:hover {
  text-decoration: underline;
}

.pub-car-booking-error {
  color: #b42318;
  font-weight: 700;
  word-break: break-word;
}

.pub-car-pickup,
.pub-car-deposit {
  padding: 0.75rem 0.85rem;
  background: #fff;
  border-radius: 0.8rem;
}

.pub-car-deposit strong {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #2f80d0;
  color: #fff;
  font-size: 0.72rem;
}

.pub-car-deposit p {
  margin: 0;
  color: #5b6573;
  font-size: 0.84rem;
}

@media (max-width: 980px) {
  .pub-grid,
  .pub-howto,
  .pub-terms,
  .pub-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .pub-car-page-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pub-car-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pub-car-dialog-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .pub-car-dialog.is-step-2 .pub-car-main {
    display: none;
  }
}

@media (max-width: 800px) {
  .pub-header {
    gap: 0.5rem 0.6rem;
  }

  .pub-logo img {
    height: 1.85rem;
    max-width: 10.5rem;
  }

  .pub-header-city {
    display: none;
  }

  .pub-switchers a {
    min-width: 1.7rem;
    height: 1.7rem;
  }

  .pub-search {
    grid-template-columns: 1fr;
  }

  .pub-range-toggle {
    font-size: 1.2rem;
  }

  .pub-range-toggle [data-range-label] {
    white-space: normal;
  }

  .pub-range-popover {
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
  }

  .pub-range-months {
    grid-template-columns: 1fr;
  }

  .pub-grid,
  .pub-howto,
  .pub-terms,
  .pub-footer-inner {
    grid-template-columns: 1fr;
  }

  .pub-car-modal {
    padding: 0;
  }

  .pub-car-dialog {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

  .pub-car-dialog-head {
    gap: 0.35rem;
    padding: 0.55rem 0.7rem;
  }

  .pub-car-dialog-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 0.85rem 0.85rem 1.2rem;
  }

  .pub-car-aside {
    padding: 0.75rem;
  }

  .pub-car-aside-dates .pub-range-months {
    grid-template-columns: 1fr;
  }

  .pub-car-heading {
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.2rem 0.55rem;
  }

  .pub-car-heading h2 {
    font-size: 1.45rem;
  }

  .pub-car-copy-link {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .pub-car-option {
    flex-wrap: wrap;
  }

  .pub-car-steps {
    gap: 0.35rem 0.55rem;
    font-size: 0.7rem;
  }

  .pub-car-summary-total,
  .pub-car-pickup-value {
    overflow-wrap: anywhere;
  }
}

.pub-header-contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
}

.pub-header-contacts a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.pub-header-contacts a:hover {
  text-decoration: underline;
}

.pub-header-book {
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  color: #1d2430 !important;
}

.pub-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin: 1.2rem 0;
  font-weight: 800;
}

.pub-related a {
  color: #2563a9;
}

.pub-car-messengers-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.55rem 0 0.2rem;
}

.pub-car-messengers-cta a {
  padding: 0.4rem 0.75rem;
  border: 1px solid #dce6f0;
  border-radius: 999px;
  color: #1d2430;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.pub-car-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.pub-insurance-dl {
  margin-top: 0.8rem;
}

.pub-insurance-dl .pub-car-spec {
  grid-column: 1 / -1;
}

.pub-price-month-select {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
  font-weight: 800;
}

.pub-price-month-select select,
.pub-price-year-toggle {
  min-height: 2.75rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid #dce6f0;
  border-radius: 0.8rem;
  background: #fff;
  font: inherit;
  font-weight: 800;
}

.pub-price-year-toggle {
  width: 100%;
  margin-top: 0.85rem;
  cursor: pointer;
}

.pub-price-month-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.pub-price-month-table th,
.pub-price-month-table td {
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid #e8eef5;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 800;
}

.pub-price-month-table th:first-child,
.pub-price-month-table td:first-child {
  text-align: left;
}

.pub-sticky-cta {
  display: none;
}

@media (max-width: 800px) {
  .pub-body {
    padding-bottom: 4.6rem;
  }

  .pub-header-city {
    display: none;
  }

  .pub-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 0.35rem;
    padding: 0.45rem 0.6rem calc(0.45rem + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #dce6f0;
    box-shadow: 0 -8px 24px rgba(29, 36, 48, 0.08);
  }

  .pub-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    border-radius: 0.75rem;
    color: #1d2430;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    background: #f3f6fa;
  }

  .pub-sticky-cta a.is-primary {
    background: #1c2430;
    color: #fff;
  }

  body.is-car-modal-open .pub-sticky-cta {
    display: none;
  }

  .pub-price-desktop {
    display: none;
  }

  .pub-price-desktop.is-year-open {
    display: block;
    overflow-x: auto;
  }

  .pub-price-mobile {
    display: block;
  }

  .pub-car-times {
    grid-template-columns: 1fr;
  }
}
