:root {
  --bg: #07111f;
  --bg-soft: rgba(13, 26, 45, 0.58);
  --panel: rgba(14, 24, 41, 0.84);
  --panel-strong: rgba(9, 17, 31, 0.94);
  --line: rgba(148, 171, 211, 0.18);
  --text: #f3f6fb;
  --muted: #97a8c4;
  --blue: #38bdf8;
  --blue-strong: #0ea5e9;
  --orange: #fb923c;
  --green: #4ade80;
  --danger: #fb7185;
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.46);
  --radius: 28px;
  --wallpaper: url("https://img.goodfon.ru/original/2499x1660/e/39/motocikl-moto-dakar-ralli.jpg");
}

* {
  box-sizing: border-box;
}

/* Responsive helpers */
img, iframe, embed, object, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Keep words intact in headings/text to avoid ugly forced breaks */
.hero h1,
.section-heading h2,
.story-copy h2,
.lead,
h2,
h3,
p,
li {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Ensure block elements don't exceed viewport */
.section-card,
.tour-card,
.vehicle-card,
.modal-dialog,
.public-section,
.hero-panel {
  max-width: 100%;
  box-sizing: border-box;
}

/* Slight safety: prevent accidental large min-widths */
* { min-width: 0; }

.reviews-embed {
  width: 100%;
  max-width: 560px;
  height: 800px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.reviews-embed iframe,
.reviews-embed .reviews-iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}

.reviews-embed .reviews-link {
  box-sizing: border-box;
  text-decoration: none;
  color: #b3b3b3;
  font-size: 10px;
  font-family: YS Text, sans-serif;
  padding: 0 16px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 14px;
  white-space: nowrap;
}

@media (max-width: 780px) {
  .reviews-embed {
    height: 420px;
  }
}

html {
  font-size: clamp(13px, 0.24vw + 11.8px, 16px);
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}

body {
  margin: 0;
  min-height: 100vh;
  height: 100%;
  font-family: "Underdog", cursive;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(2, 7, 16, 0.98) 0%, rgba(5, 13, 24, 0.94) 35%, rgba(6, 15, 27, 0.98) 100%),
    radial-gradient(circle at 20% 18%, rgba(56, 189, 248, 0.2), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(251, 146, 60, 0.18), transparent 26%),
    linear-gradient(180deg, #040914 0%, #07111f 36%, #091528 100%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 9, 20, 0.22), rgba(4, 9, 20, 0.58)),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 120px 120px, 120px 120px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 92%);
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(3, 8, 18, 0.14) 48%, rgba(3, 8, 18, 0.52) 100%),
    linear-gradient(90deg, rgba(8, 18, 34, 0.48), transparent 34%, transparent 68%, rgba(20, 11, 7, 0.32));
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

.hidden {
  display: none !important;
}

.app-shell {
  width: min(1240px, calc(100vw - clamp(18px, 2.8vw, 32px)));
  margin: 0 auto;
  min-height: 100vh;
  padding: 0 0 72px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  border-bottom: 1px solid rgba(148, 171, 211, 0.14);
  background: rgba(7, 14, 27, 0.92);
  backdrop-filter: blur(24px);
  box-shadow: none;
}

.topbar-shell {
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 90px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: min(100%, 360px);
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  font-family: "Rubik Vinyl", cursive;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.26), rgba(251, 146, 60, 0.32));
  color: white;
}

.brand-text,
.admin-header h1 {
  font-family: "Rubik Storm", cursive;
  letter-spacing: 0.03em;
}

.nav-link,
.section-heading h2,
.tour-card h3,
h2,
h3,
.primary-button,
.secondary-button,
.ghost-button,
.filter-button,
.faq-question,
.modal-header h2 {
  font-family: "Rubik Storm", cursive;
  letter-spacing: 0.01em;
}

.brand-text {
  font-family: "Rubik 80s Fade", cursive;
  letter-spacing: 0.02em;
  font-size: 1.12rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.08em;
  text-transform: none;
}

.brand-light {
  color: #f8fbff;
}

.brand-accent {
  color: var(--orange);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.filter-button,
.ghost-button,
.secondary-button,
.primary-button {
  padding: 12px 18px;
  border-radius: 999px;
  transition: 180ms ease;
  line-height: 1;
}

.nav-link,
.filter-button,
.ghost-button {
  color: var(--muted);
  background: transparent;
  font-size: 1rem;
}

.nav-link.active,
.filter-button.active,
.nav-link:hover,
.filter-button:hover {
  color: var(--text);
  background: rgba(56, 189, 248, 0.14);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.primary-button,
.secondary-button {
  color: white;
  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.2);
}

.primary-button {
  background: linear-gradient(135deg, var(--blue-strong), var(--orange));
}

.secondary-button {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0.05));
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.ghost-button {
  border: 1px solid rgba(151, 168, 196, 0.22);
}

.mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: white;
  background: rgba(56, 189, 248, 0.12);
}

.tab-panel,
.admin-view {
  display: none;
}

.tab-panel.active,
.admin-view.active {
  display: block;
}

#site-view {
  display: grid;
  gap: 42px;
  padding-top: 0;
}

.section-card {
  position: relative;
  margin-bottom: 18px;
  padding: clamp(20px, 2.3vw, 36px);
  border: 1px solid rgba(148, 171, 211, 0.12);
  border-radius: clamp(20px, 2vw, var(--radius));
  background: linear-gradient(180deg, rgba(6, 13, 24, 0.72), rgba(6, 13, 24, 0.46));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.section-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15), transparent 70%);
  pointer-events: none;
}

.public-section {
  position: relative;
  margin: 0;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.public-section::after {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  font-family: "Rubik Vinyl", cursive;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  min-height: 76vh;
}

.cinematic-hero {
  position: relative;
  align-items: end;
  padding: 48px 24px 36px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.cinematic-hero::after {
  display: none;
}

.hero-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.26) 0%, rgba(6, 11, 20, 0.48) 24%, rgba(5, 11, 21, 0.84) 68%, rgba(5, 11, 21, 0.96) 100%),
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.1), transparent 18%),
    radial-gradient(circle at 78% 14%, rgba(251, 146, 60, 0.1), transparent 20%),
    var(--wallpaper) center center / cover no-repeat;
  filter: saturate(0.9);
}

.hero-panel {
  max-width: 700px;
  padding: 0;
}

.hero-notice {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(243, 246, 251, 0.9);
  font-family: "Rubik 80s Fade", cursive;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.notice-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 18px rgba(74, 222, 128, 0.9);
}

.hero-copy,
.hero-visual,
.about-grid,
.booking-layout,
.contacts-layout,
.admin-grid {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin: 0;
  max-width: 11.5ch;
  font-family: "Rubik Wet Paint", cursive;
  font-size: clamp(2.6rem, 6.8vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.48);
}

.headline-accent {
  color: var(--blue);
}

.lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(226, 235, 248, 0.84);
  font-size: 1.16rem;
  line-height: 1.68;
  font-family: "Underdog", cursive;
}

.hero-actions,
.hero-stats,
.section-heading.split,
.filters,
.admin-filters,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

.hero-stats article,
.info-card,
.vehicle-card,
.gallery-card,
.booking-info,
.admin-item,
.contact-card,
.faq-item {
  border: 1px solid rgba(148, 171, 211, 0.12);
  border-radius: 24px;
  background: rgba(8, 16, 30, 0.32);
}

.floating-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  max-width: 1100px;
}

.hero-stats article {
  min-width: 148px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  font-size: 1.35rem;
  font-family: "Rubik Vinyl", cursive;
  letter-spacing: 0.02em;
}

.hero-stats span,
.info-card p,
.vehicle-meta,
.contact-card p,
.faq-answer,
.admin-item p,
.slot-item span,
li {
  color: var(--muted);
}

p,
small,
label,
input,
select,
textarea,
.vehicle-meta,
.contact-card p,
.faq-answer,
.admin-item p,
.slot-item span,
li {
  font-family: "Underdog", cursive;
}

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

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  min-height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.story-copy,
.story-aside,
.booking-copy {
  position: relative;
  z-index: 1;
}

.story-copy {
  align-self: center;
  max-width: 760px;
  padding-right: 24px;
}

.story-copy h2,
.section-heading h2,
.booking-copy h2,
.contacts-section h2,
.garage-section h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
}

.story-copy p {
  max-width: 780px;
  color: rgba(226, 235, 248, 0.84);
  font-size: 1.08rem;
  line-height: 1.78;
}

.story-aside {
  display: grid;
  align-content: center;
  gap: 18px;
}

.route-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.route-ribbon span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.14);
  color: rgba(243, 246, 251, 0.88);
  font-family: "Rubik 80s Fade", cursive;
}

.feature-grid,
.gallery-grid,
.tour-grid,
.garage-grid,
.contact-cards {
  display: grid;
  gap: 18px;
}

.feature-grid,
.tour-grid,
.contact-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.soft-glow {
  border: 0;
  border-left: 2px solid rgba(56, 189, 248, 0.35);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  padding: 12px 0 12px 18px;
}

.scenic-section,
.ride-section,
.garage-section,
.booking-section,
.contacts-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.gallery-card {
  min-height: 260px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
  border: 0;
  border-radius: 28px;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 46px rgba(0, 0, 0, 0.24);
}

.gallery-card::after {
  content: attr(data-title);
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(7, 15, 28, 0.68);
  backdrop-filter: blur(10px);
}

.tour-card {
  padding: 26px;
  min-height: 320px;
  background: linear-gradient(180deg, rgba(10, 18, 31, 0.8), rgba(7, 13, 24, 0.96));
  backdrop-filter: blur(8px);
  border-radius: 30px;
}

.tour-card.hard {
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.35);
}

.tour-card.light {
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.35);
}

.tour-card.individual {
  box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.35);
}

.tour-tag,
.status-pill,
.slot-pill,
.admin-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Rubik Vinyl", cursive;
}

.tour-tag,
.slot-pill.available,
.admin-status.confirmed {
  background: rgba(74, 222, 128, 0.12);
  color: var(--green);
}

.tour-card.hard .tour-tag,
.slot-pill.unavailable,
.admin-status.cancelled {
  background: rgba(251, 113, 133, 0.14);
  color: var(--danger);
}

.tour-card.light .tour-tag,
.admin-status.pending {
  background: rgba(56, 189, 248, 0.14);
  color: var(--blue);
}

.garage-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
}

.garage-grid[data-count="1"] {
  grid-template-columns: minmax(320px, 560px);
}

.vehicle-card {
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(7, 15, 28, 0.18), rgba(7, 15, 28, 0.64));
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vehicle-cover {
  aspect-ratio: 16 / 11;
  background-position: center;
  background-size: cover;
}

.vehicle-body,
.contact-card,
.info-card,
.admin-item,
.faq-item,
.slot-item {
  padding: 20px;
}

/* Drag-and-drop styles for admin garage ordering */
.admin-list .admin-item {
  transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
}
.admin-item.dragging {
  opacity: 0.6;
  transform: scale(0.995);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.35);
  border-style: dashed;
}

.vehicle-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.vehicle-title-row,
.admin-item-header,
.slot-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vehicle-actions,
.admin-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.vehicle-actions {
  margin-top: auto;
}

.vehicle-prices {
  display: grid;
  gap: 8px;
  color: rgba(215, 226, 242, 0.82);
}

.vehicle-prices span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.96rem;
}

.vehicle-prices strong {
  color: #f8fbff;
  font-family: "Rubik Vinyl", cursive;
  font-size: 0.98rem;
}

.vehicle-booking-button {
  min-width: 184px;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.2);
}

.vehicle-booking-button.is-disabled,
.vehicle-booking-button:disabled {
  color: rgba(248, 251, 255, 0.64);
  background: linear-gradient(135deg, rgba(102, 118, 145, 0.42), rgba(83, 90, 104, 0.46));
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
}

.vehicle-card h3,
.info-card h3,
.contact-card h3,
.faq-item h3,
.booking-info h3 {
  margin-top: 0;
}

.slot-list,
.faq-list,
.admin-list {
  display: grid;
  gap: 12px;
}

/* Admin vehicles: show as responsive cards grid */
#admin-vehicles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  align-items: start;
}

#admin-vehicles .admin-item {
  padding: 18px;
  border-radius: 18px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: transform 140ms ease, box-shadow 140ms ease, opacity 120ms ease;
}

#admin-vehicles .admin-item[draggable="true"] {
  cursor: grab;
}

#admin-vehicles .admin-item.dragging {
  cursor: grabbing;
  opacity: 0.9;
  transform: scale(0.995);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.35);
  border-style: dashed;
}

#admin-vehicles .admin-actions {
  margin-top: 12px;
  justify-self: end;
}

.slot-item {
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 171, 211, 0.16);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.slot-list {
  position: relative;
  z-index: 1;
}

.slot-list .slot-item:last-child {
  border-bottom: 0;
}

.slot-item strong {
  font-family: "Rubik Vinyl", cursive;
  font-size: 1rem;
}

.booking-section {
  min-height: 520px;
}

.booking-info {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.booking-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.booking-info .info-card {
  border: 0;
  border-top: 1px solid rgba(148, 171, 211, 0.16);
  border-radius: 0;
  background: transparent;
  padding: 22px 0 0;
}

.contact-cards {
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  position: relative;
  z-index: 1;
  gap: 16px;
}

.contact-card {
  min-height: 140px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 16, 30, 0.2), rgba(8, 16, 30, 0.34));
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.contact-card--primary {
  grid-column: 1 / -1;
  min-height: auto;
  background: linear-gradient(180deg, rgba(10, 21, 39, 0.48), rgba(8, 16, 30, 0.62));
  border: 1px solid rgba(56, 189, 248, 0.12);
}

.contact-card--compact {
  min-height: 120px;
}

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

.contact-primary-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-primary-item--action,
.contact-card[href] {
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.contact-primary-item--action:hover,
.contact-card[href]:hover {
  transform: translateY(-2px);
}

.contact-primary-item--action:hover {
  background: rgba(56, 189, 248, 0.08);
}

.contact-primary-item small {
  color: rgba(215, 226, 242, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-label {
  color: var(--blue);
  font-family: "Rubik Vinyl", cursive;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card small {
  color: rgba(215, 226, 242, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-value {
  margin: 0;
  color: #f8fbff;
  font-family: "Underdog", cursive;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1.2;
  word-break: break-word;
}

.contact-value--accent {
  color: #fff3e7;
}

.contact-card p {
  margin: 0;
}

.contact-card[href]:hover {
  background: linear-gradient(180deg, rgba(11, 24, 43, 0.28), rgba(8, 16, 30, 0.4));
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  color: var(--text);
  background: transparent;
}

.faq-answer {
  padding: 0 20px 20px;
  display: none;
}

.faq-item {
  border: 0;
  border-bottom: 1px solid rgba(148, 171, 211, 0.16);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  padding: 0;
}

.faq-list {
  position: relative;
  z-index: 1;
  padding-top: 6px;
}

.contacts-layout {
  align-items: start;
  gap: 42px;
}

.contacts-layout > div:first-child {
  display: grid;
  gap: 22px;
}

.contacts-layout > div:last-child {
  display: grid;
  gap: 14px;
}

.section-heading h2,
.story-copy h2,
.booking-copy h2,
.contacts-section h2,
.garage-section h2,
.tour-card h3,
.faq-question,
.primary-button,
.secondary-button,
.ghost-button,
.filter-button {
  font-family: "Underdog", cursive;
}

.hero-stats span,
.vehicle-meta,
.contact-card p,
.faq-answer,
.slot-item span,
li,
.story-copy p,
.lead {
  color: rgba(215, 226, 242, 0.78);
}

.faq-item.open .faq-answer {
  display: block;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 24px;
}

.admin-header,
.admin-auth,
.stack-form {
  display: flex;
  gap: 12px;
}

.admin-auth-shell {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.admin-header {
  align-items: end;
  justify-content: space-between;
}

.admin-auth,
.stack-form {
  flex-direction: column;
}

.admin-session {
  display: grid;
  gap: 8px;
  min-width: 240px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(56, 189, 248, 0.16);
  background: rgba(8, 16, 30, 0.38);
  text-align: left;
}

.admin-session strong {
  color: #f8fbff;
  font-size: 1rem;
}

.admin-workspace {
  display: grid;
  gap: 18px;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-tab {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(148, 171, 211, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(215, 226, 242, 0.72);
}

.admin-tab.is-active {
  color: #f8fbff;
  border-color: rgba(56, 189, 248, 0.34);
  background: rgba(56, 189, 248, 0.12);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.12);
}

.admin-panel {
  display: none;
}

.admin-panel.is-active {
  display: block;
}

.stack-form input,
.stack-form select,
.stack-form textarea,
.admin-auth input,
.admin-filters input,
.admin-filters select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(151, 168, 196, 0.16);
  border-radius: 16px;
  color: var(--text);
  background: rgba(6, 12, 23, 0.82);
}

.stack-form input[type="file"] {
  padding: 10px 12px;
}

#vehicle-image-upload-status {
  margin-top: -6px;
}

.vehicle-image-preview {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding: 10px;
  border: 1px solid rgba(151, 168, 196, 0.16);
  border-radius: 14px;
  background: rgba(6, 12, 23, 0.52);
}

#vehicle-image-preview {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(151, 168, 196, 0.2);
}

.brand,
.hero-copy,
.section-card,
.contact-card,
.info-card,
.admin-item,
.faq-item {
  position: relative;
  z-index: 1;
}

.stack-form textarea {
  min-height: 110px;
  resize: vertical;
}

.admin-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
}

.form-hint {
  margin-top: -4px;
  margin-bottom: 2px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(188, 205, 230, 0.74);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
}

.modal-dialog {
  position: relative;
  width: min(680px, calc(100vw - clamp(16px, 2.2vw, 24px)));
  padding: clamp(16px, 2vw, 24px);
  max-height: min(92vh, 900px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: clamp(20px, 2vw, 28px);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
  animation: modal-in 180ms ease;
}

.modal-header {
  margin-bottom: 14px;
}

.modal-header h2 {
  margin: 0;
}

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

.booking-step {
  display: grid;
  gap: 6px;
  justify-items: start;
  padding: 12px 14px;
  border-radius: 18px;
  color: rgba(215, 226, 242, 0.72);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 171, 211, 0.14);
}

.booking-step span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.08);
}

.booking-step strong {
  font-size: 0.92rem;
}

.booking-step.is-active {
  color: #f8fbff;
  border-color: rgba(56, 189, 248, 0.34);
  background: rgba(56, 189, 248, 0.12);
}

.booking-step.is-active span,
.booking-step.is-complete span {
  background: rgba(56, 189, 248, 0.24);
}

.booking-step.is-complete {
  border-color: rgba(74, 222, 128, 0.22);
  background: rgba(74, 222, 128, 0.08);
}

.booking-stage {
  display: none;
  gap: 14px;
}

.booking-stage.is-active {
  display: grid;
}

.booking-stage-copy {
  display: grid;
  gap: 6px;
}

.booking-stage-copy h3 {
  margin: 0;
  font-size: 1.35rem;
}

.booking-stage-copy p {
  margin: 0;
  color: rgba(215, 226, 242, 0.72);
  line-height: 1.5;
}

.booking-schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.vehicle-picker {
  position: relative;
}

.vehicle-picker-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(151, 168, 196, 0.16);
  color: var(--text);
  background: rgba(6, 12, 23, 0.82);
}

.vehicle-picker-copy {
  display: grid;
  gap: 4px;
  justify-items: start;
  text-align: left;
}

.vehicle-picker-copy small {
  color: rgba(215, 226, 242, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.vehicle-picker-copy strong {
  font-size: 1.08rem;
  color: #f8fbff;
}

.vehicle-picker-arrow {
  color: rgba(215, 226, 242, 0.68);
  transition: transform 160ms ease;
}

.vehicle-picker.is-open .vehicle-picker-arrow {
  transform: rotate(180deg);
}

.vehicle-picker-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 5;
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(148, 171, 211, 0.16);
  border-radius: 20px;
  background: rgba(8, 16, 30, 0.96);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.46);
}

.vehicle-option {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(148, 171, 211, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #f8fbff;
  text-align: left;
}

.vehicle-option-cover {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
}

.vehicle-option-body {
  display: grid;
  gap: 4px;
}

.vehicle-option-body strong {
  font-size: 1rem;
}

.vehicle-option-body small {
  color: rgba(215, 226, 242, 0.66);
  line-height: 1.4;
}

.vehicle-option.is-selected,
.vehicle-option:hover {
  border-color: rgba(56, 189, 248, 0.32);
  background: rgba(56, 189, 248, 0.12);
}

.booking-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.booking-step-actions .primary-button,
.booking-step-actions .secondary-button,
.booking-step-actions .ghost-button {
  min-width: 140px;
}

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

.tour-choice {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px;
  min-height: 184px;
  border-radius: 20px;
  border: 1px solid rgba(148, 171, 211, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #f8fbff;
  text-align: left;
}

.tour-choice strong {
  font-size: 1.02rem;
  line-height: 1.3;
}

.tour-choice small {
  color: rgba(215, 226, 242, 0.68);
  line-height: 1.45;
}

.tour-choice-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: "Rubik Vinyl", cursive;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.tour-choice--hard .tour-choice-tag {
  background: rgba(251, 113, 133, 0.12);
  color: #fb7185;
}

.tour-choice--light .tour-choice-tag {
  background: rgba(56, 189, 248, 0.12);
  color: #38bdf8;
}

.tour-choice--individual .tour-choice-tag {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
}

.tour-choice.is-selected {
  border-color: rgba(56, 189, 248, 0.34);
  background: rgba(56, 189, 248, 0.12);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.14);
}

.booking-total-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 170, 82, 0.18);
  border-radius: 20px;
  background: linear-gradient(140deg, rgba(255, 153, 45, 0.16), rgba(255, 110, 26, 0.08)), rgba(9, 18, 32, 0.72);
}

.booking-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-check-list div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.booking-check-list small,
.booking-confirm-note {
  color: rgba(215, 226, 242, 0.68);
}

.booking-check-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.booking-check-service {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.82rem;
}

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

.booking-total-grid div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.booking-total-grid small {
  color: rgba(215, 226, 242, 0.64);
}

.booking-total-grid strong {
  color: #f8fbff;
  font-size: 1rem;
}

.booking-total-result {
  background: linear-gradient(140deg, rgba(255, 170, 82, 0.14), rgba(255, 110, 26, 0.18)) !important;
  border: 1px solid rgba(255, 170, 82, 0.16);
}

.booking-total-result strong {
  color: var(--orange);
  font-family: "Rubik Vinyl", cursive;
  font-size: 1.28rem;
}

.booking-confirm-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.booking-success-screen {
  display: grid;
  gap: 16px;
}

.booking-success-copy {
  display: grid;
  gap: 6px;
}

.booking-success-copy h3 {
  margin: 0;
  font-size: 1.5rem;
}

.booking-success-copy p {
  margin: 0;
  color: rgba(215, 226, 242, 0.72);
  line-height: 1.5;
}

.booking-success-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.booking-success-actions .primary-button,
.booking-success-actions .secondary-button,
.booking-success-actions .ghost-button {
  min-width: 180px;
}

.coupon-dialog {
  width: min(760px, calc(100vw - 24px));
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  background: linear-gradient(180deg, rgba(8, 16, 30, 0.96), rgba(10, 18, 32, 0.98));
}

.coupon-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: linear-gradient(90deg, rgba(18, 112, 194, 0.96), rgba(138, 61, 255, 0.92));
}

.coupon-badge {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fbff;
  font-size: 0.84rem;
}

.coupon-head strong {
  color: #f8fbff;
  font-size: clamp(1rem, 2vw, 1.55rem);
}

.coupon-body {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 36px 28px 28px;
  text-align: center;
}

.coupon-glow {
  position: absolute;
  inset: 24px 60px auto;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 196, 0, 0.22), transparent 68%);
  filter: blur(14px);
  pointer-events: none;
}

.coupon-body h3 {
  position: relative;
  margin: 0;
  color: #ffc72c;
  font-family: "Rubik Vinyl", cursive;
  font-size: clamp(2.4rem, 8vw, 4.2rem);
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(255, 199, 44, 0.24);
}

.coupon-body p {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  color: rgba(215, 226, 242, 0.8);
  font-size: 1.02rem;
  line-height: 1.6;
}

.coupon-actions {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.coupon-copy-button,
.coupon-link-button {
  min-width: 260px;
  justify-content: center;
}

.coupon-copy-button {
  border-color: rgba(56, 189, 248, 0.6);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.16);
}

.coupon-link-button {
  text-decoration: none;
}

.coupon-body small {
  position: relative;
  color: rgba(215, 226, 242, 0.56);
  font-size: 0.88rem;
}

.calendar-widget {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(148, 171, 211, 0.14);
  border-radius: 20px;
  background: rgba(9, 18, 32, 0.52);
}

.calendar-toolbar,
.calendar-nav,
.calendar-legend {
  display: flex;
  align-items: center;
}

.calendar-toolbar {
  justify-content: space-between;
  gap: 16px;
}

.calendar-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(215, 226, 242, 0.64);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.calendar-toolbar strong {
  font-family: "Rubik Vinyl", cursive;
  font-size: 1.15rem;
  text-transform: capitalize;
}

.calendar-nav {
  gap: 10px;
}

.calendar-nav-button {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 171, 211, 0.16);
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-weekdays span {
  color: rgba(215, 226, 242, 0.56);
  text-align: center;
  font-size: 0.76rem;
}

.calendar-day {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(148, 171, 211, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #f8fbff;
  transition: 160ms ease;
}

.calendar-day span {
  font-family: "Underdog", cursive;
  font-size: 0.92rem;
}

.calendar-day--empty {
  min-height: 48px;
}

.calendar-day--free:hover,
.calendar-day--partial:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.32);
}

.calendar-day--partial {
  background: rgba(250, 204, 21, 0.16);
  border-color: rgba(250, 204, 21, 0.34);
}

.calendar-day--full {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.34);
  color: rgba(248, 251, 255, 0.54);
}

.calendar-day--past {
  background: rgba(148, 163, 184, 0.1);
  border-color: rgba(148, 163, 184, 0.18);
  color: rgba(203, 213, 225, 0.46);
}

.calendar-day--past span {
  opacity: 0.88;
}

.calendar-day.is-selected {
  background: rgba(56, 189, 248, 0.18);
  border-color: rgba(56, 189, 248, 0.62);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.18);
}

.calendar-day:disabled {
  cursor: not-allowed;
}

.calendar-legend {
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
  color: rgba(215, 226, 242, 0.72);
  font-size: 0.76rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  display: inline-block;
}

.legend-dot--free {
  background: rgba(148, 171, 211, 0.28);
}

.legend-dot--partial {
  background: rgba(250, 204, 21, 0.72);
}

.legend-dot--full {
  background: rgba(239, 68, 68, 0.72);
}

.slot-selector {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(148, 171, 211, 0.14);
  border-radius: 20px;
  background: rgba(9, 18, 32, 0.4);
}

.slot-selector-head {
  display: grid;
  gap: 6px;
}

.slot-selector-head small {
  color: rgba(215, 226, 242, 0.58);
  font-size: 0.8rem;
  text-align: left;
}

.slot-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.slot-check {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 12px 14px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid rgba(148, 171, 211, 0.14);
  background: rgba(255, 255, 255, 0.03);
  transition: 160ms ease;
}

.slot-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.slot-check.is-selected {
  border-color: rgba(56, 189, 248, 0.34);
  background: rgba(56, 189, 248, 0.1);
}

.slot-check.is-disabled {
  opacity: 0.54;
}

.slot-check-time {
  font-family: "Rubik Vinyl", cursive;
  font-size: 0.92rem;
  color: #f8fbff;
}

.slot-check-state {
  color: rgba(215, 226, 242, 0.66);
  font-size: 0.8rem;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 16px;
  color: white;
  background: rgba(8, 16, 28, 0.94);
  border: 1px solid var(--line);
}

.neon-card {
  background: linear-gradient(160deg, rgba(56, 189, 248, 0.12), rgba(251, 146, 60, 0.08));
}

.empty-state {
  padding: 24px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 20px;
}

ul {
  padding-left: 18px;
}

li {
  margin-bottom: 10px;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  .hero,
  .about-grid,
  .booking-layout,
  .contacts-layout,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .story-section {
    grid-template-columns: 1fr;
  }

  .story-copy {
    padding-right: 0;
  }

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

  .gallery-grid,
  .tour-grid,
  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garage-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }

  .contact-primary-grid,
  .booking-check-list,
  .tour-choice-grid,
  .booking-total-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-steps {
    grid-template-columns: 1fr;
  }

  .admin-header {
    align-items: stretch;
  }
}

@media (max-width: 780px) {
  .app-shell {
    width: min(100vw - 18px, 100%);
    padding-top: 14px;
  }

  body {
    background:
      linear-gradient(180deg, rgba(2, 7, 16, 0.88) 0%, rgba(5, 13, 24, 0.82) 35%, rgba(6, 15, 27, 0.94) 100%),
      radial-gradient(circle at 20% 18%, rgba(56, 189, 248, 0.18), transparent 28%),
      radial-gradient(circle at 82% 12%, rgba(251, 146, 60, 0.18), transparent 26%),
      var(--wallpaper) center top / cover no-repeat,
      linear-gradient(180deg, #040914 0%, #07111f 36%, #091528 100%);
  }

  .topbar {
    top: 0;
  }

  .topbar-shell {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
  }

  .brand-logo {
    height: 34px;
    max-width: 220px;
  }

  .cinematic-hero {
    min-height: auto;
    padding: 88px 20px 26px;
  }

  .public-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .hero-notice {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .lead {
    font-size: 1rem;
  }

  .floating-stats {
    grid-template-columns: 1fr;
  }

  .nav {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 14px;
    border-top: 1px solid rgba(148, 171, 211, 0.12);
    border-radius: 0 0 24px 24px;
    background: rgba(7, 14, 27, 0.98);
  }

  .nav.open {
    display: flex;
  }

  .mobile-menu {
    display: inline-grid;
    place-items: center;
  }

  .topbar-actions .ghost-button {
    display: none;
  }

  .admin-auth-shell,
  .admin-tabs {
    width: 100%;
    justify-items: stretch;
  }

  .admin-session {
    min-width: 0;
  }

  .section-card {
    padding: 24px 18px;
  }

  .modal-dialog {
    width: min(100vw - 16px, 100%);
    padding: 22px 16px;
    max-height: 94vh;
  }

  .coupon-dialog {
    padding: 0;
  }

  .gallery-grid,
  .tour-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-card--primary {
    grid-column: auto;
  }

  .garage-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-booking-button {
    width: 100%;
  }

  .contact-primary-grid,
  .booking-check-list,
  .booking-total-grid,
  .calendar-weekdays,
  .calendar-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .contact-primary-grid,
  .booking-check-list,
  .booking-schedule-layout,
  .tour-choice-grid,
  .slot-checkbox-grid,
  .booking-total-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-option {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .booking-step-actions {
    flex-direction: column;
  }

  .booking-success-actions {
    flex-direction: column;
  }

  .coupon-actions {
    flex-direction: column;
  }

  .booking-step-actions .primary-button,
  .booking-step-actions .secondary-button,
  .booking-step-actions .ghost-button,
  .booking-success-actions .primary-button,
  .booking-success-actions .ghost-button,
  .coupon-copy-button,
  .coupon-link-button {
    width: 100%;
  }

  .calendar-widget {
    padding: 14px;
  }

  .calendar-day,
  .calendar-day--empty {
    min-height: 46px;
  }
}
