:root {
  --nav-bg: #ffffff;
  --page-bg: #eef1f6;
  --ink: #1f2430;
  --muted: #667085;
  --line: #e7ebf2;
  --accent: #2f6bff;
  --whatsapp: #1fad4a;
  --shadow: 0 10px 30px rgba(31, 36, 48, 0.08);
}

html,
body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  min-height: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 14px 16px 8px;
}

.site-navbar {
  max-width: 1240px;
  margin: 0 auto;
  background: var(--nav-bg);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 10px 14px;
  min-height: 64px;
  overflow: visible;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 8px;
  text-decoration: none;
}

.site-brand-img,
.site-brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.site-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
}

.site-brand-name {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.98rem;
  white-space: nowrap;
}

.site-toggler {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px 10px;
  color: var(--ink);
}

.site-toggler:focus {
  box-shadow: none;
}

.site-nav-links {
  gap: 4px;
  margin-left: 8px;
}

.site-nav-links .nav-link {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 12px;
  border-radius: 10px;
}

.site-nav-links .nav-link:hover,
.site-nav-links .nav-link.active {
  color: var(--ink);
  background: #f5f7fb;
}

.site-nav-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.site-chip,
.site-btn-reservations {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.site-chip:hover,
.site-chip-link:hover {
  background: #f7f9fc;
  color: var(--ink);
}

.site-chip-muted {
  color: var(--muted);
}

.site-whatsapp {
  color: var(--whatsapp);
}

.site-whatsapp:hover {
  color: var(--whatsapp);
  background: #f0faf3;
}

.site-btn-reservations {
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.site-btn-reservations:hover {
  background: #1f2937;
  color: #fff;
}

.site-currency-menu {
  min-width: 168px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px;
  box-shadow: var(--shadow);
}

.site-currency-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  font-weight: 600;
  color: var(--ink);
  padding: 8px 10px;
}

.site-currency-menu .dropdown-item.active,
.site-currency-menu .dropdown-item:active {
  background: #edf3ff;
  color: var(--accent);
}

.site-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 16px 40px;
}

.site-seo-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 8px 0 20px;
  color: var(--ink);
}

.site-modal {
  border: 0;
  border-radius: 18px;
}

.site-modal-lead {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 4px;
}

.rezervasyon-sonuclar {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.rezervasyon-card {
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
}

.rezervasyon-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.rezervasyon-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 991.98px) {
  .site-nav-links {
    margin: 12px 0 8px;
  }

  .site-nav-actions {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .page-home .site-nav-actions {
    border-top-color: rgba(31, 36, 48, 0.12);
  }

  .site-chip,
  .site-btn-reservations {
    justify-content: center;
  }

  .site-btn-reservations {
    width: 100%;
  }
}

:root {
  --gold: #c9a227;
  --gold-dark: #b08d1c;
  --cream: #fbfcfe;
}

.page-home {
  overflow-x: hidden;
}

.page-home .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
}

.page-home .site-navbar {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 10px 28px rgba(15, 18, 28, 0.14);
  backdrop-filter: blur(18px) saturate(1.45);
  -webkit-backdrop-filter: blur(18px) saturate(1.45);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-home .site-header.is-nav-open .site-navbar {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 40px rgba(15, 18, 28, 0.18);
}

.page-home .site-header.is-scrolled .site-navbar {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.page-home .site-nav-links .nav-link:hover,
.page-home .site-nav-links .nav-link.active {
  background: rgba(255, 255, 255, 0.42);
}

.page-home .site-toggler {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.72);
}

.page-home .site-chip {
  background: rgba(255, 255, 255, 0.72);
}

.page-home .site-header.is-scrolled .site-chip {
  background: #fff;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .page-home .site-navbar {
    background: rgba(255, 255, 255, 0.78);
  }

  .page-home .site-header.is-nav-open .site-navbar {
    background: rgba(255, 255, 255, 0.62);
  }
}

.page-home .site-main {
  padding-top: 28px;
  padding-bottom: 72px;
}

.site-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(92vh, 920px);
  margin-top: 0;
  padding: 132px 20px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #c48a4a 0%, #7a4a28 48%, #1f2430 100%);
}

.site-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.site-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  pointer-events: none;
}

.site-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(15, 18, 28, 0.48) 0%, rgba(15, 18, 28, 0.34) 40%, rgba(15, 18, 28, 0.55) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .site-hero-video {
    display: none;
  }
}

.site-hero-inner {
  width: min(920px, 100%);
  text-align: center;
}

.site-hero-title {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 14px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.site-hero-subtitle {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.hero-search {
  text-align: left;
}

.hero-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.hero-toggle-btn {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 999px;
}

.hero-toggle-btn.is-active {
  background: var(--gold);
  color: #fff;
}

.hero-card {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  padding: 22px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(15, 18, 28, 0.16);
}

.hero-offices,
.hero-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.hero-offices.is-split,
.hero-dates {
  grid-template-columns: 1fr 1fr;
}

.hero-field-iade.is-hidden {
  display: none;
}

.hero-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #3d4554;
}

.hero-control,
.hero-datetime {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 14px;
  padding: 4px 12px;
  min-height: 48px;
}

.hero-control i {
  color: var(--muted);
}

.hero-control .form-select,
.hero-datetime .form-control {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.hero-datetime .form-control:focus,
.hero-control .form-select:focus {
  box-shadow: none;
}

.hero-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2c3340;
  cursor: pointer;
}

.hero-check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--accent);
}

.hero-error {
  margin: 0 0 12px;
  color: #b42318;
  font-size: 0.86rem;
  font-weight: 600;
}

.hero-submit {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 24px;
  margin-top: 4px;
}

.hero-submit:hover {
  background: var(--gold-dark);
  color: #fff;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.hero-benefits li {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.feature-section,
.branch-section {
  padding: 28px 0 12px;
}

.feature-intro,
.branch-intro,
.reviews-intro {
  max-width: 680px;
  margin-bottom: 28px;
}

.feature-kicker,
.branch-kicker,
.reviews-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-heading,
.branch-heading,
.reviews-heading {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  scroll-margin-top: 96px;
}

.feature-lead,
.branch-lead,
.reviews-lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.feature-card,
.branch-card,
.review-card {
  background: #fff;
  border: 1px solid rgba(231, 235, 242, 0.9);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(31, 36, 48, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-card {
  padding: 28px 24px 26px;
  animation: card-breathe 5.5s ease-in-out infinite;
}

.feature-card:nth-child(2) { animation-delay: 0.6s; }
.feature-card:nth-child(3) { animation-delay: 1.2s; }
.feature-card:nth-child(4) { animation-delay: 1.8s; }

@keyframes card-breathe {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 14px 34px rgba(31, 36, 48, 0.07);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(31, 36, 48, 0.12);
  }
}

.feature-card:hover,
.branch-card:hover,
.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(31, 36, 48, 0.14);
  animation: none;
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 16px;
}

.feature-icon-fleet { background: #eef4ff; color: var(--accent); }
.feature-icon-airport { background: #eefaf3; color: #1fad4a; }
.feature-icon-price { background: #fff6e8; color: #c98a17; }
.feature-icon-support { background: #f3eefc; color: #6d4aff; }

.feature-card h3,
.branch-body h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p,
.branch-meta {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.branch-banner {
  height: 420px;
  min-height: 280px;
  margin-bottom: 24px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(231, 235, 242, 0.9);
  box-shadow: 0 14px 34px rgba(31, 36, 48, 0.08);
  background: #dce4ef;
}

.branch-banner-map {
  height: 100%;
  width: 100%;
}

.branch-banner-map .leaflet-container {
  height: 100%;
  width: 100%;
  font-family: inherit;
  background: #dce4ef;
}

.branch-banner-map .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.branch-pin {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: none;
  border: 0;
}

.branch-pin i {
  font-size: 1.85rem;
  color: #2563eb;
  filter: drop-shadow(0 6px 10px rgba(15, 18, 28, 0.28));
}

.branch-pin.is-active i {
  font-size: 2.15rem;
  color: #c9a227;
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.branch-card {
  overflow: hidden;
  cursor: pointer;
}

.branch-card.is-active {
  border-color: rgba(47, 107, 255, 0.45);
  box-shadow: 0 18px 40px rgba(47, 107, 255, 0.16);
}

.branch-body {
  padding: 20px 22px 22px;
}

.branch-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.branch-meta p {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.branch-meta i {
  color: var(--accent);
  margin-top: 2px;
}

.branch-directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
}

.branch-directions:hover {
  color: #fff;
  background: #2558d6;
}

.reviews-section {
  margin: 48px calc(50% - 50vw) 0;
  width: 100vw;
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef1f6 100%);
}

.reviews-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

.reviews-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.reviews-badge {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: var(--shadow);
  min-width: 148px;
}

.reviews-badge strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.reviews-badge span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.reviews-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.reviews-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: reviews-marquee 42s linear infinite;
}

.reviews-viewport:hover .reviews-track {
  animation-play-state: paused;
}

@keyframes reviews-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.review-card {
  width: min(340px, 78vw);
  flex: 0 0 auto;
  padding: 24px 22px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  position: relative;
  overflow: hidden;
}

.review-card.has-photo {
  background-color: #1b2230;
  background-image:
    linear-gradient(180deg, rgba(16, 20, 30, 0.38) 0%, rgba(16, 20, 30, 0.82) 100%),
    var(--review-photo);
  background-size: cover;
  background-position: center;
  border-color: transparent;
  color: #fff;
}

.review-card.has-photo blockquote,
.review-card.has-photo .review-name {
  color: #fff;
}

.review-card.has-photo .review-meta {
  color: rgba(255, 255, 255, 0.8);
}

.review-card.has-photo .review-quote-icon {
  color: #ffd56a;
}

.review-car-link {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.review-car-link:hover {
  color: inherit;
  text-decoration: underline;
}

.review-quote-icon {
  color: var(--gold);
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.review-card blockquote {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ink);
}

.review-name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.review-meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.reviews-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
}

.reviews-btn-primary {
  background: var(--accent);
  color: #fff;
}

.reviews-btn-primary:hover {
  background: #2558d6;
  color: #fff;
}

.reviews-btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.reviews-btn-ghost:hover {
  background: #f7f9fc;
  color: var(--ink);
}

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

  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-home .site-navbar {
    position: relative;
    overflow: visible;
  }

  .page-home .navbar-collapse {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 18, 28, 0.16);
    backdrop-filter: blur(22px) saturate(1.5);
    -webkit-backdrop-filter: blur(22px) saturate(1.5);
    padding: 4px 8px 12px;
  }

  .page-home .navbar-collapse .nav-link {
    color: #1f2430;
  }

  .page-home .site-header.is-scrolled .navbar-collapse {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.85);
  }
}

@media (max-width: 767.98px) {
  .site-hero {
    margin-top: 0;
    padding-top: 118px;
    min-height: auto;
  }

  .branch-banner {
    height: 280px;
  }

  .hero-offices.is-split,
  .hero-dates {
    grid-template-columns: 1fr;
  }

  .hero-benefits,
  .feature-grid,
  .branch-grid {
    grid-template-columns: 1fr;
  }

  .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .reviews-track {
    animation: none;
  }

  .reviews-viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.page-fleet .site-main {
  max-width: none;
  padding: 8px 0 40px;
}

.page-fleet .site-seo-h1 {
  max-width: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.35rem;
}

.fleet-container {
  padding-left: 16px;
  padding-right: 16px;
}

.fleet-board {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fleet-filter-aside {
  position: sticky;
  top: 80px;
  max-height: none;
  overflow: visible;
}

.fleet-filter-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 14px 16px;
  font-weight: 700;
  color: var(--ink);
}

.fleet-filter-toggle span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fleet-filter-toggle[aria-expanded="true"] .fleet-filter-caret {
  transform: rotate(180deg);
}

.fleet-filter-caret {
  transition: transform 0.2s ease;
}

.fleet-filter .hero-toggle,
.fleet-filter-card .hero-toggle {
  background: #e8edf5;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 0;
  padding: 4px;
}

.fleet-filter-card .hero-toggle-btn {
  color: var(--ink);
  flex: 1;
  padding: 10px 8px;
  font-size: 0.78rem;
}

.fleet-filter-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: none;
  padding: 16px;
  border-radius: 16px;
  height: 100%;
}

.fleet-filter-aside .hero-label {
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.fleet-filter-aside .hero-field {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.fleet-filter-aside .hero-field-iade.is-hidden {
  display: none;
}

.fleet-filter-aside .hero-control,
.fleet-filter-aside .hero-datetime {
  min-height: 46px;
  padding: 6px 12px;
  border-radius: 12px;
}

.fleet-filter-aside .hero-datetime {
  flex-wrap: nowrap;
  gap: 8px;
}

.fleet-filter-aside .hero-datetime .form-control,
.fleet-filter-aside .hero-control .form-select {
  font-size: 0.92rem;
  min-width: 0;
}

.fleet-filter-aside .hero-check {
  margin: 2px 0;
  font-size: 0.86rem;
  flex: 0 0 auto;
}

.fleet-filter-aside .hero-offices,
.fleet-filter-aside .hero-offices.is-split,
.fleet-filter-aside .hero-dates {
  grid-template-columns: 1fr;
  gap: 12px;
  flex: 0 0 auto;
}

.fleet-filter-aside .fleet-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 0;
  flex: 1 1 auto;
  align-content: stretch;
}

.fleet-extras {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.fleet-filter-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  flex: 0 0 auto;
}

.fleet-filter-card .hero-submit {
  width: auto;
  flex: 1;
  min-width: 0;
  margin-top: 0;
  padding: 12px 16px;
  font-size: 0.92rem;
  border-radius: 12px;
}

.fleet-reset {
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-size: 0.86rem;
  white-space: nowrap;
}

.fleet-reset:hover {
  color: var(--ink);
}

.fleet-count {
  margin: 0 0 14px;
  color: var(--muted);
  font-weight: 600;
}

.fleet-list {
  display: grid;
  gap: 16px;
}

.fleet-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fleet-card:hover,
.fleet-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(31, 36, 48, 0.12);
}

.fleet-card.is-active {
  border-color: rgba(47, 107, 255, 0.5);
  box-shadow: 0 18px 40px rgba(47, 107, 255, 0.14);
}

.fleet-card-media {
  min-height: 132px;
  background: #dce4ef;
}

.fleet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fleet-card-fallback,
.fleet-preview-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  min-height: 168px;
  color: var(--muted);
}

.fleet-card-fallback i,
.fleet-preview-empty i {
  font-size: 2rem;
}

.fleet-card-body {
  padding: 18px 20px 16px;
}

.fleet-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.fleet-card-body h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}

.fleet-badge {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  background: #eef1f6;
  color: var(--muted);
}

.fleet-badge.is-ready {
  background: #e8f8ee;
  color: #17803d;
}

.fleet-card-type {
  margin: 6px 0 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.fleet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.fleet-specs i {
  margin-right: 6px;
  color: var(--accent);
}

.fleet-card-price {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.fleet-empty {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  color: var(--muted);
  box-shadow: var(--shadow);
}

.fleet-preview {
  display: none;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.fleet-preloader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  color: var(--ink);
}

.fleet-preview-empty {
  flex: 1;
  min-height: 0;
  padding: 24px;
  text-align: center;
}

.fleet-preview-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 16px;
}

.fleet-gallery-main {
  width: 100%;
  flex: 1 1 auto;
  min-height: 180px;
  height: auto;
  max-height: none;
  object-fit: cover;
  border-radius: 16px;
  background: #dce4ef;
}

.fleet-gallery-fallback {
  flex: 1 1 auto;
  min-height: 180px;
  height: auto;
  border-radius: 16px;
  background: #dce4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 2.4rem;
}

.fleet-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 10px 0 16px;
  padding-bottom: 4px;
}

.fleet-thumbs button {
  flex: 0 0 64px;
  height: 48px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #dce4ef;
}

.fleet-thumbs button.is-active,
.fleet-thumbs button:hover {
  border-color: var(--accent);
}

.fleet-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fleet-preview-title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
}

.fleet-preview-meta {
  margin: 0 0 14px;
  color: var(--muted);
}

.fleet-preview-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.fleet-price-box {
  background: #f7f9fc;
  border-radius: 14px;
  padding: 10px 12px;
}

.fleet-price-box span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.fleet-price-box strong {
  font-size: 0.98rem;
}

.fleet-detail-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: 0;
  border-radius: 14px;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 16px;
}

.fleet-detail-link:hover {
  background: var(--gold-dark);
  color: #fff;
}

.fleet-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0 14px;
}

.fleet-spec-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 0.86rem;
  font-weight: 700;
  min-height: 48px;
}

.fleet-spec-card i {
  color: var(--accent);
  font-size: 1.05rem;
}

.fleet-preview-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
}

.fleet-action-btn {
  width: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-decoration: none;
  font-size: 1.15rem;
}

.fleet-action-phone {
  background: #eef4ff;
  color: var(--accent);
}

.fleet-action-phone:hover {
  color: var(--accent);
  background: #dce8ff;
}

.fleet-action-wa {
  background: #e8f8ee;
  color: var(--whatsapp);
}

.fleet-action-wa:hover {
  color: var(--whatsapp);
  background: #d7f3e0;
}

.fleet-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.fleet-page-link {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.fleet-page-link:hover {
  color: var(--ink);
  background: #f7f9fc;
}

.fleet-page-link.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.page-car .site-main {
  max-width: 1240px;
  padding-bottom: 72px;
}

.car-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 4px 0 22px;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
}

.car-crumb a {
  color: var(--accent);
  text-decoration: none;
}

.car-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  margin-bottom: 28px;
}

.car-gallery,
.car-summary,
.car-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.car-gallery,
.car-summary {
  padding: 16px;
}

.car-gallery-main {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  background: #dce4ef;
}

.car-gallery-fallback {
  height: 420px;
  border-radius: 16px;
  background: #dce4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 3rem;
}

.car-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 10px;
}

.car-thumb {
  flex: 0 0 76px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #dce4ef;
}

.car-thumb.is-active,
.car-thumb:hover {
  border-color: var(--accent);
}

.car-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.car-summary-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.car-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.car-title {
  margin: 10px 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.car-offices {
  margin: 0 0 16px;
  color: var(--muted);
  display: flex;
  gap: 8px;
}

.car-offices i {
  color: var(--accent);
}

.car-specs {
  margin-bottom: 18px;
}

.car-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 18px;
}

.car-actions {
  display: grid;
  gap: 10px;
}

.car-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 700;
  text-decoration: none;
}

.car-btn-primary {
  background: var(--whatsapp);
  color: #fff;
}

.car-btn-primary:hover {
  color: #fff;
  filter: brightness(0.95);
}

.car-btn-ghost {
  background: #f7f9fc;
  color: var(--ink);
  border: 1px solid var(--line);
}

.car-btn-ghost:hover {
  color: var(--ink);
  background: #eef1f6;
}

.car-panel {
  padding: 24px;
  margin-bottom: 20px;
}

.car-panel h2 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  font-weight: 800;
}

.car-feature-grid,
.car-package-grid,
.car-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.car-feature {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #f7f9fc;
}

.car-feature i {
  color: var(--accent);
  font-size: 1.2rem;
  margin-top: 2px;
}

.car-feature h3,
.car-package h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.car-feature p,
.car-package p,
.car-review p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.car-package,
.car-review {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.car-package strong {
  display: inline-block;
  margin-top: 10px;
  color: var(--ink);
}

.car-terms {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--ink);
  line-height: 1.55;
}

.car-review strong {
  display: block;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .car-hero-grid,
  .car-feature-grid,
  .car-package-grid,
  .car-review-grid {
    grid-template-columns: 1fr;
  }

  .car-gallery-main,
  .car-gallery-fallback {
    height: 260px;
  }
}

.fleet-preview-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.fleet-preview-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}

.fleet-preview-list h3,
.fleet-block h3 {
  margin: 0 0 8px;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent);
}

@media (min-width: 992px) {
  .fleet-board {
    display: grid;
    grid-template-columns: minmax(240px, 3fr) minmax(0, 5fr) minmax(280px, 4fr);
    grid-template-areas:
      "filters count preview"
      "filters list preview"
      "filters pager preview";
    grid-template-rows: auto 1fr auto;
    column-gap: 24px;
    row-gap: 16px;
    align-items: stretch;
  }

  .fleet-filter-aside {
    grid-area: filters;
    position: static;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
    overflow: visible;
  }

  .fleet-count {
    grid-area: count;
    margin: 0;
    align-self: end;
  }

  .fleet-list {
    grid-area: list;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .fleet-list.is-single .fleet-card {
    grid-template-columns: 1fr 1fr;
    height: 100%;
    min-height: 0;
  }

  .fleet-list.is-single .fleet-card-media {
    min-height: 0;
    height: 100%;
  }

  .fleet-preview {
    grid-area: preview;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
  }

  .fleet-pagination {
    grid-area: pager;
    justify-content: center;
  }

  #fleetFilterBody {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100% !important;
    visibility: visible !important;
  }

  .fleet-filter-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 12px;
  }

  .fleet-filter-aside .hero-control,
  .fleet-filter-aside .hero-datetime {
    flex: 1 1 auto;
    min-height: 48px;
  }

  .fleet-filter-aside .fleet-extras {
    align-content: space-between;
    gap: 14px 12px;
  }

  .fleet-filter-aside .fleet-extras .hero-field {
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .fleet-extras {
    grid-template-columns: 1fr;
  }

  .fleet-filter-aside .fleet-extras {
    grid-template-columns: 1fr 1fr;
  }

  .fleet-filter-aside .hero-dates {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .fleet-filter-aside {
    position: static;
  }

  .fleet-filter-aside .fleet-extras {
    grid-template-columns: 1fr 1fr;
  }

  .fleet-filter-aside .hero-dates {
    grid-template-columns: 1fr;
  }

  .fleet-filter-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #fleetFilterBody {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .fleet-extras,
  .fleet-filter-aside .hero-dates,
  .fleet-filter-aside .fleet-extras {
    grid-template-columns: 1fr;
  }

  .fleet-card {
    grid-template-columns: 1fr;
  }

  .fleet-card-media {
    height: 190px;
  }

  .fleet-filter-card .hero-submit {
    width: 100%;
  }
}

body.page-branches {
  background: #dce4ef;
}

.page-branches .site-main,
.page-reviews .site-main {
  max-width: none;
  padding: 0 0 48px;
  overflow: visible;
}

.page-branches .site-main {
  padding-bottom: 64px;
  background: transparent;
  pointer-events: none;
}

.page-branches .site-header {
  background: transparent;
}

.page-branches .site-footer {
  position: relative;
  z-index: 5;
}

.branches-page {
  position: relative;
}

.page-intro {
  margin-bottom: 24px;
}

.page-intro h1 {
  margin: 6px 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.page-intro-lead {
  margin: 0 0 10px;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.6;
}

.page-intro-count {
  margin: 0;
  font-weight: 700;
  color: var(--accent);
}

.branches-hero {
  position: fixed;
  inset: 0;
  z-index: 0;
  isolation: isolate;
  height: 100%;
  min-height: 100vh;
  background: #dce4ef;
  pointer-events: auto;
}

.branches-hero-map,
.branches-hero-empty {
  height: 100%;
  width: 100%;
}

.branches-hero-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
}

.branches-hero .leaflet-container {
  height: 100%;
  width: 100%;
  font-family: inherit;
}

.branches-panel {
  position: relative;
  z-index: 5;
  max-width: 1240px;
  margin: 8px auto 0;
  padding: 0 16px 24px;
  pointer-events: none;
}

.branches-hero,
.branches-panel .page-intro,
.branches-panel .branches-grid,
.branches-panel .branch-card,
.branch-detail-panel {
  pointer-events: auto;
}

.page-branches .page-intro {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
}

.page-branches .branch-card {
  background: #fff;
  box-shadow: 0 18px 40px rgba(31, 36, 48, 0.12);
}

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

.branch-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.branch-card-top h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}

.branch-card-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: stretch;
}

.page-branches .branch-card-actions .branch-directions,
.page-branches .branch-card-actions .branch-rent {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  padding: 8px 6px;
  font-size: 0.72rem;
  white-space: nowrap;
  gap: 4px;
}

.branch-rent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
  background: #f7f9fc;
  color: var(--ink);
  border: 1px solid var(--line);
}

.branch-rent:hover {
  color: var(--ink);
  background: #eef1f6;
}

.page-branch-detail .branches-hero {
  position: fixed;
  inset: 0;
  height: 100%;
  min-height: 100vh;
}

.branch-detail-panel {
  max-width: 1240px;
  margin: 8px auto 0;
  position: relative;
  z-index: 5;
  padding: 0 16px 24px;
  background: transparent;
}

.branch-detail-panel .car-crumb,
.branch-detail-panel .page-intro,
.branch-detail-meta,
.branch-detail-panel .branch-card-actions,
.branch-fleet-title,
.branch-fleet-grid,
.branch-detail-panel .fleet-empty {
  background: #fff;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  margin-bottom: 16px;
}

.branch-detail-panel .car-crumb {
  margin-bottom: 16px;
}

.branch-detail-meta {
  display: grid;
  gap: 10px;
}

.branch-detail-meta p {
  margin: 0;
  display: flex;
  gap: 8px;
  color: var(--ink);
}

.branch-detail-meta i {
  color: var(--accent);
}

.branch-fleet-title {
  margin: 0 0 16px;
  font-size: 1.2rem;
  font-weight: 800;
}

.branch-fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
}

.branch-car-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.branch-car-card:hover {
  color: inherit;
  box-shadow: var(--shadow);
}

.branch-car-media {
  height: 140px;
  background: #dce4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 1.6rem;
}

.branch-car-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.branch-car-body {
  padding: 12px 14px 14px;
  display: grid;
  gap: 4px;
}

.branch-car-body strong {
  font-size: 0.98rem;
}

.branch-car-body span,
.branch-car-body em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.86rem;
}

.comments-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 16px 24px;
}

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

.comment-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.comment-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(31, 36, 48, 0.12);
}

.comment-card-media {
  height: 180px;
  background: #dce4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 2rem;
}

.comment-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.comment-card-body {
  padding: 18px 18px 20px;
}

.comment-card-body h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.comment-card-name {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--accent);
}

.comment-card-text {
  margin: 0;
  color: var(--ink);
  line-height: 1.55;
}

.guide-page,
.guide-detail {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 16px 24px;
}

.guide-filters {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.guide-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
}

.guide-chip:hover,
.guide-chip.is-active {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.guide-chip.is-tag {
  font-weight: 600;
  color: var(--muted);
}

.guide-chip.is-tag.is-active,
.guide-chip.is-tag:hover {
  color: #fff;
}

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

.guide-grid.is-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(31, 36, 48, 0.12);
}

.guide-card-media {
  height: 180px;
  background: #dce4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 2rem;
}

.guide-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.guide-card-body {
  padding: 18px 18px 20px;
}

.guide-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.guide-card-body h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 800;
}

.guide-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.guide-pagination,
.comments-pagination {
  margin-top: 28px;
}

.guide-detail-head h1 {
  margin: 6px 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.guide-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 600;
}

.guide-detail-meta a {
  color: var(--accent);
  text-decoration: none;
}

.guide-detail-cover {
  margin: 0 0 24px;
  border-radius: 22px;
  overflow: hidden;
  background: #dce4ef;
}

.guide-detail-cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.guide-prose {
  max-width: 760px;
  color: var(--ink);
  line-height: 1.7;
}

.guide-prose h2,
.guide-prose h3 {
  margin: 28px 0 10px;
  font-weight: 800;
}

.guide-prose p {
  margin: 0 0 14px;
}

.guide-prose ul,
.guide-prose ol {
  margin: 0 0 16px;
  padding-left: 18px;
}

.guide-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 12px 0 18px;
}

.guide-prose blockquote {
  margin: 0 0 18px;
  padding: 12px 16px;
  border-left: 4px solid var(--accent);
  background: #f7f9fc;
  border-radius: 0 14px 14px 0;
  color: var(--muted);
}

.guide-related {
  margin-top: 48px;
}

.guide-related h2 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  font-weight: 800;
}

.page-guide .site-main {
  max-width: none;
  padding: 0 0 48px;
}

.contact-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-fab-actions {
  position: absolute;
  bottom: 68px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-fab.is-open .contact-fab-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-fab-btn,
.contact-fab-toggle {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(31, 36, 48, 0.18);
}

.contact-fab-toggle {
  background: var(--ink);
  color: #fff;
}

.contact-fab.is-open .contact-fab-toggle {
  background: var(--gold);
  color: #fff;
}

.contact-fab-phone {
  background: #eef4ff;
  color: var(--accent);
}

.contact-fab-wa {
  background: var(--whatsapp);
  color: #fff;
}

.site-footer {
  background: #171b24;
  color: #e8ecf3;
  padding: 48px 16px 28px;
  margin-top: 24px;
}

.site-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.site-footer-logo img,
.site-footer-logo .site-brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.site-footer p {
  margin: 0;
  color: #b7becb;
  line-height: 1.6;
  font-size: 0.92rem;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-footer-links,
.site-footer-offices,
.site-footer-contact {
  display: grid;
  gap: 8px;
}

.site-footer a {
  color: #e8ecf3;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.site-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.site-footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer-copy {
  max-width: 1240px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8b93a3;
  font-size: 0.82rem;
}

@media (max-width: 991.98px) {
  .branches-grid,
  .branch-fleet-grid,
  .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .branches-grid,
  .branch-fleet-grid,
  .comments-grid,
  .guide-grid,
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .branches-hero {
    min-height: 100vh;
  }

  .branches-panel,
  .branch-detail-panel {
    margin-top: 8px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .js-zoom-img {
    cursor: none;
  }
}

.image-loupe {
  position: fixed;
  z-index: 2100;
  width: 172px;
  height: 172px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
}

.image-loupe.is-on {
  opacity: 1;
  visibility: visible;
}

.image-loupe-lens {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow:
    0 12px 32px rgba(31, 36, 48, 0.28),
    inset 0 0 0 2px rgba(47, 107, 255, 0.35);
  background-repeat: no-repeat;
  background-color: #dce4ef;
}

.image-loupe-lens::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 10%;
  width: 46%;
  height: 28%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent);
}

.image-loupe-handle {
  position: absolute;
  width: 16px;
  height: 52px;
  right: 10px;
  bottom: -34px;
  border-radius: 10px;
  background: linear-gradient(180deg, #d7dde8 0%, #8b93a3 100%);
  box-shadow: 0 6px 14px rgba(31, 36, 48, 0.22);
  transform: rotate(-38deg);
}
