:root {
  --bg: #0b0e12;
  --bg-soft: #121721;
  --panel: rgba(18, 23, 33, 0.78);
  --surface: #fff7ec;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(10, 14, 18, 0.08);
  --text: #f7f2ea;
  --text-dark: #15171b;
  --muted: #aeb7c5;
  --muted-dark: #5c6470;
  --brand: #f59f0b;
  --brand-strong: #ffba30;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 32px;
  --container: min(1120px, calc(100vw - 32px));
  --font-body: "DM Sans", sans-serif;
  --font-heading: "Figtree", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245, 159, 11, 0.22), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255, 186, 48, 0.16), transparent 24%),
    linear-gradient(180deg, #090b0f 0%, #0c1016 42%, #fff6ec 42%, #fff6ec 100%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 88px 0;
}

.elemental-area {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 0;
}

.elemental-block {
  position: relative;
}

.site-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

.site-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.elemental-area > .elemental-block:last-child {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.elemental-area > .elemental-block:last-child > .section,
.elemental-area > .elemental-block:last-child > .content-element-section {
  flex: 1 0 auto;
}

.page-content {
  width: var(--container);
  margin: 0 auto;
}

.content-area {
  padding: 72px 0 96px;
}

.content-area p,
.content-area li {
  color: var(--muted-dark);
  line-height: 1.75;
}

.content-area h1,
.content-area h2,
.content-area h3 {
  margin: 0 0 18px;
  color: var(--text-dark);
  font-family: var(--font-heading);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.content-area > * + * {
  margin-top: 18px;
}

.page-content--cookie-policy {
  padding: 56px 0 96px;
}

.content-area--cookie-policy {
  max-width: 980px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: #10151d;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.content-area--cookie-policy,
.content-area--cookie-policy h1,
.content-area--cookie-policy h2,
.content-area--cookie-policy h3,
.content-area--cookie-policy p,
.content-area--cookie-policy li {
  color: var(--text);
}

.content-area--cookie-policy p,
.content-area--cookie-policy li,
.content-area--cookie-policy .cookie-policy-group__content,
.content-area--cookie-policy .cookie-consent-field__description {
  color: var(--muted);
}

.content-area--cookie-policy a {
  color: var(--brand-strong);
}

.cookie-consent-form {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.cookie-consent-form .message {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
}

.cookie-consent-form .message.good {
  color: #c9efd5;
  background: rgba(22, 121, 74, 0.22);
  border: 1px solid rgba(22, 121, 74, 0.4);
}

.cookie-consent-field--card {
  display: block;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.content-area--cookie-policy .cookie-consent-field__label,
.content-area--cookie-policy .cookie-consent-field__description,
.content-area--cookie-policy .cookie-consent-field__field {
  float: none;
  width: auto;
  padding: 0;
  position: static;
  left: auto;
}

.cookie-consent-field__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}

.cookie-consent-field__copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.cookie-consent-field__label label {
  display: block;
  color: var(--text);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
}

.cookie-consent-field__description {
  margin: 0;
  min-width: 0;
}

.cookie-consent-field__description,
.cookie-consent-field__description p {
  margin: 0;
}

.cookie-consent-field__field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 28px;
  padding-top: 2px;
}

.cookie-consent-field__field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--brand);
}

.cookie-consent-form .Actions {
  margin-top: 4px;
}

.cookie-consent-form .action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: 0 14px 28px rgba(245, 159, 11, 0.28);
}

.cookie-policy-group + .cookie-policy-group {
  margin-top: 28px;
}

.cookie-policy-group__header {
  margin-bottom: 14px;
}

.cookie-policy-group__title {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.cookie-policy-group__content p {
  margin: 0;
}

.cookie-policy-group__table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.cookie-group-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  background: #171c25;
}

.cookie-group-table__header-col,
.cookie-group-table__body-col {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
}

.cookie-group-table__header-col {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.cookie-group-table__body-row + .cookie-group-table__body-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-group-table__body-col {
  color: var(--muted);
}

.cookie-group-table__body-col--name {
  color: var(--text);
  font-weight: 700;
}

body.page-cookie-policy {
  background:
    radial-gradient(circle at top left, rgba(245, 159, 11, 0.16), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(255, 186, 48, 0.1), transparent 20%),
    linear-gradient(180deg, #090b0f 0%, #0c1016 100%);
}

body.page-cookie-policy .site-main {
  background: linear-gradient(180deg, rgba(245, 159, 11, 0.08) 0%, rgba(12, 16, 22, 0) 16%);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(8, 11, 16, 0.72);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 138px;
  padding-block: 14px;
  position: relative;
}

.site-header__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.site-header__nav-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
}

.topbar-links,
.site-nav,
.hero-actions,
.hero-points,
.store-buttons,
.driver-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar-links,
.hero-points,
.footer-links {
  flex-wrap: wrap;
}

.topbar-links {
  justify-content: flex-end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.topbar-links,
.topbar-links a {
  color: var(--muted);
  font-size: 0.92rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-with-logo {
  gap: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 116px;
}

.brand strong,
.section-heading h2,
.hero h1,
.booking-panel h2,
.story-section h2,
.app-section h2,
.driver-section h2,
.contact-section h2 {
  font-family: var(--font-heading);
}

.brand strong {
  display: block;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 24px rgba(245, 159, 11, 0.25);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
}

.brand-mark circle {
  fill: #0c1118;
}

.brand-mark path,
.brand-mark circle:last-of-type,
.brand-mark circle:nth-of-type(2) {
  stroke: var(--brand-strong);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.small-mark {
  width: 42px;
  height: 42px;
}

.site-nav {
  margin-left: auto;
  font-size: 0.95rem;
}

.site-nav__close {
  display: none;
}

.site-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-current {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  color: var(--text);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand);
}

.menu-toggle__bars {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.menu-toggle__bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.menu-toggle__bars span:nth-child(1) { top: 0; }
.menu-toggle__bars span:nth-child(2) { top: 7px; }
.menu-toggle__bars span:nth-child(3) { top: 14px; }

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.button,
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button {
  color: #111;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: 0 14px 28px rgba(245, 159, 11, 0.28);
}

.button:hover,
.store-button:hover {
  transform: translateY(-1px);
}

.button-ghost,
.store-button {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.store-button-brand-hover:hover,
.store-button-brand-hover:focus-visible {
  color: #111;
  border-color: transparent;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: 0 14px 28px rgba(245, 159, 11, 0.28);
}

.button-small {
  min-height: 44px;
  padding-inline: 16px;
}

.button-block {
  width: 100%;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ── Hero ──────────────────────────────────────── */

.hero {
  padding-top: 54px;
  background:
    linear-gradient(110deg, rgba(7, 10, 14, 0.9) 0%, rgba(7, 10, 14, 0.78) 40%, rgba(7, 10, 14, 0.58) 100%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.1), rgba(7, 10, 14, 0.4)),
    radial-gradient(circle at 15% 18%, rgba(245, 159, 11, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.hero-grid,
.story-grid,
.app-grid,
.driver-grid,
.contact-grid {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
  align-items: start;
}

.hero-copy {
  padding-top: 46px;
  max-width: 760px;
}

.hero h1 {
  margin: 0;
  max-width: 9.5ch;
  font-size: clamp(3rem, 5.2vw, 6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.page-hero {
  padding-top: 56px;
  background:
    radial-gradient(circle at top left, rgba(245, 159, 11, 0.16), transparent 28%),
    linear-gradient(180deg, #0b0f15 0%, #111720 100%);
}

.page-hero-grid,
.detail-grid {
  display: grid;
  gap: 28px;
}

.page-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 420px);
  align-items: center;
}

.page-hero-copy h1,
.detail-card h3,
.cta-banner h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.page-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.page-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.04);
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-hero-card {
  display: grid;
  place-items: center;
  padding: 36px;
}

.logo-hero-card img {
  max-width: 240px;
}

.hero-text {
  max-width: 60ch;
  margin: 22px 0 0;
  color: #d3dae5;
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 30px;
}

.hero-points {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  color: var(--muted);
}

.hero-points li::before,
.check-list li::before,
.driver-benefits li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: 0 0 0 4px rgba(245, 159, 11, 0.16);
}

/* ── Panel & booking ───────────────────────────── */

.booking-panel,
.service-card,
.price-card,
.review-card,
.driver-panel,
.contact-card,
.visual-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(18, 23, 33, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.booking-panel {
  padding: 28px;
}

.panel-head h2,
.section-heading h2,
.story-section h2,
.app-section h2,
.driver-section h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.contact-card {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.contact-card label {
  display: grid;
  gap: 9px;
}

.contact-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.contact-card textarea {
  padding: 14px 16px;
  resize: vertical;
}

.contact-card input:focus,
.contact-card textarea:focus {
  outline: 2px solid rgba(245, 159, 11, 0.35);
  outline-offset: 2px;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
}

.panel-intro {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.booking-panel-form {
  display: grid;
  gap: 0;
  margin-top: 22px;
  position: relative;
}

.booking-panel-form .field {
  margin: 0;
}

.booking-panel-form .quote-request-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-panel-form .quote-request-row:first-of-type {
  padding-top: 4px;
}

.booking-panel-form .quote-request-row:last-of-type {
  border-bottom: 0;
}

.booking-panel-form .quote-request-row-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.booking-panel-form .quote-request-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
}

.booking-panel-form .quote-request-icon svg {
  width: 100%;
  height: 100%;
}

.booking-panel-form .quote-request-row-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.booking-panel-form .quote-request-row-title {
  margin: 0;
  color: var(--text);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}

.booking-panel-form .quote-request-row-desc {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.booking-panel-form .quote-request-row-input {
  min-width: 0;
}

.booking-panel-form .quote-request-field-contact-preference .middleColumn {
  width: 100%;
}

.booking-panel-form .quote-request-field-contact-preference ul.optionset {
  max-width: 340px;
}

.booking-panel-form .quote-request-row .message {
  display: block;
  margin-top: 6px;
}

.quote-request-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.quote-request-footnote-icon {
  flex: 0 0 18px;
  color: var(--brand);
}

.booking-panel-form .middleColumn,
.booking-panel-form .btn-toolbar,
.booking-panel-form .Actions {
  margin: 0;
  position: relative;
}

.booking-panel-form .field label {
  display: block;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.booking-panel-form input,
.booking-panel-form textarea,
.booking-panel-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.booking-panel-form textarea {
  min-height: 96px;
  padding: 12px 14px;
  resize: vertical;
}

.booking-panel-form input:focus,
.booking-panel-form textarea:focus,
.booking-panel-form select:focus {
  outline: 2px solid rgba(245, 159, 11, 0.35);
  outline-offset: 2px;
}

.booking-panel-form input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.78;
  filter: invert(78%) sepia(9%) saturate(458%) hue-rotate(179deg) brightness(85%) contrast(88%);
}

.booking-panel-form input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover,
.booking-panel-form input[type="datetime-local"]::-webkit-calendar-picker-indicator:focus-visible {
  opacity: 1;
}

.booking-panel-form .message {
  margin: 0 0 4px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.booking-panel-form .message.good {
  color: #c9efd5;
  background: rgba(22, 121, 74, 0.22);
  border: 1px solid rgba(22, 121, 74, 0.4);
}

.booking-panel-form .message.bad,
.booking-panel-form .message.error,
.booking-panel-form .error-message {
  color: #ffd1cc;
  background: rgba(180, 35, 24, 0.22);
  border: 1px solid rgba(180, 35, 24, 0.4);
}

.booking-panel-form .required {
  color: inherit;
}

.booking-panel-form .booking-step {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  border: 0;
}

.booking-panel-form .booking-step[hidden] {
  display: none;
}

.booking-panel-form .booking-step-actions {
  margin-top: 8px;
}

.booking-panel-form .booking-step-actions-back {
  margin: 0 0 4px;
}

.booking-request-wrap {
  display: flex;
  justify-content: center;
}

.booking-request-section .booking-panel {
  width: 100%;
  /*max-width: 720px;*/
}

.booking-options-section .section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.booking-options-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.booking-option-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.booking-option-card:hover,
.booking-option-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(245, 159, 11, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.booking-option-card__type {
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-option-card strong {
  font-size: 1.1rem;
  line-height: 1.2;
}

.booking-option-card span:last-child {
  color: var(--muted);
  line-height: 1.5;
}

.faq-section .section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(10, 14, 18, 0.12);
}

.faq-item:first-child {
  border-top: 1px solid rgba(10, 14, 18, 0.12);
}

.faq-item__heading {
  margin: 0;
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--text-dark);
  text-align: left;
  font-family: var(--font-body);
  font-size: clamp(1.12rem, 1.5vw, 1.45rem);
  line-height: 1.35;
}

.faq-item__trigger:hover,
.faq-item__trigger:focus-visible {
  color: #0f1217;
  outline: none;
}

.faq-item__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.5);
}

.faq-item__panel {
  padding: 0 0 24px;
}

.faq-item__answer {
  max-width: 72ch;
  color: var(--muted-dark);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-item__answer p {
  margin: 0;
}

.booking-panel-form .booking-next,
.booking-panel-form .booking-submit {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #111;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: 0 10px 24px rgba(245, 159, 11, 0.25);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.booking-panel-form .Actions,
.booking-panel-form .btn-toolbar {
  margin-top: 18px;
}

.booking-panel-form.is-submitting {
  pointer-events: none;
}

.booking-panel-form.is-submitting .booking-step,
.booking-panel-form.is-submitting > .message,
.booking-panel-form.is-submitting .btn-toolbar,
.booking-panel-form.is-submitting .Actions {
  opacity: 0.25;
  transition: opacity 200ms ease;
}

.booking-panel-form.is-submitting .booking-submit {
  cursor: progress;
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.booking-panel-form.is-submitting .booking-submit::before {
  content: none;
}

.booking-form-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(7, 10, 14, 0.72);
  backdrop-filter: blur(8px);
}

.booking-form-loader__track {
  position: relative;
  width: min(320px, 100%);
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(15, 20, 28, 0.9);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.booking-form-loader__track::before {
  content: "";
  position: absolute;
  inset: 50% 24px auto;
  height: 3px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.72) 0 18px,
    transparent 18px 32px
  );
}

.booking-form-loader__label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.booking-car-loader {
  position: absolute;
  top: 50%;
  left: -48px;
  width: 44px;
  height: 22px;
  pointer-events: none;
  transform: translateY(-50%);
  animation: booking-car-roll 1.8s linear infinite;
}

.booking-car-loader svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.booking-car-body {
  transform-box: fill-box;
  transform-origin: center;
  animation: booking-car-bounce 0.35s ease-in-out infinite;
}

.booking-car-wheel {
  transform-box: fill-box;
  transform-origin: center;
  animation: booking-wheel-spin 0.45s linear infinite;
}

@keyframes booking-car-roll {
  from { left: -48px; }
  to { left: 100%; }
}

@keyframes booking-car-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1.5px); }
}

@keyframes booking-wheel-spin {
  to { transform: rotate(360deg); }
}

.booking-panel-form .booking-next:hover,
.booking-panel-form .booking-next:focus-visible,
.booking-panel-form .booking-submit:hover,
.booking-panel-form .booking-submit:focus-visible {
  background: linear-gradient(180deg, #ffc95a, var(--brand-strong));
  border-color: transparent;
  color: #111;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(245, 159, 11, 0.32);
}

.booking-panel-form .booking-back {
  align-self: flex-start;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.9rem;
  cursor: pointer;
}

.booking-panel-form .booking-back::before {
  content: "← ";
}

.booking-panel-form .booking-back:hover,
.booking-panel-form .booking-back:focus-visible {
  color: var(--text);
  outline: none;
}

.booking-panel-form .btn-toolbar[hidden],
.booking-panel-form .Actions[hidden] {
  display: none;
}

.booking-panel-form input.has-error,
.booking-panel-form textarea.has-error {
  border-color: rgba(180, 35, 24, 0.6);
  box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.18);
}

.booking-panel-form .trip-switch .middleColumn > ul,
.booking-panel-form ul.optionset {
  list-style: none;
  display: flex;
  gap: 4px;
  position: relative;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.booking-panel-form .trip-switch .middleColumn > ul::before,
.booking-panel-form ul.optionset::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--trip-switch-width, 0);
  height: var(--trip-switch-height, 0);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translate(var(--trip-switch-x, 0), var(--trip-switch-y, 0));
  opacity: 0;
  transition: transform 220ms ease, width 220ms ease, opacity 120ms ease;
}

.booking-panel-form .trip-switch .middleColumn > ul.is-ready::before,
.booking-panel-form ul.optionset.is-ready::before {
  opacity: 1;
}

.booking-panel-form ul.optionset li {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
}

.booking-panel-form ul.optionset input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-panel-form ul.optionset label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  margin: 0;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: color 160ms ease;
}

.booking-panel-form ul.optionset input[type="radio"]:checked + label {
  color: #111;
}

.booking-panel-form ul.optionset input[type="radio"]:focus-visible + label {
  outline: 2px solid rgba(245, 159, 11, 0.45);
  outline-offset: 2px;
}

/* ── Stat row ──────────────────────────────────── */

.stat-row,
.services-grid,
.pricing-grid,
.reviews-grid {
  display: grid;
  gap: 20px;
}

.stat-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.stat-row article {
  padding: 22px 20px;
  border-top: 1px solid var(--line);
}

.stat-row strong,
.visual-card-accent strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 800;
}

.stat-row span,
.visual-card-accent span,
.feature-list span,
.service-card p,
.review-card footer,
.contact-list p,
.footer-links a,
.footer-copy {
  color: var(--muted);
}

/* ── Section backgrounds ───────────────────────── */

.story-section,
.services-section,
.pricing-section,
.app-section,
.content-element-section,
.reviews-section,
.driver-section,
.contact-section,
.site-footer {
  color: var(--text-dark);
}

.story-section,
.pricing-section,
.content-element-section,
.reviews-section,
.contact-section {
  background: var(--surface);
}

.services-section,
.app-section,
.driver-section {
  background:
    radial-gradient(circle at right center, rgba(245, 159, 11, 0.14), transparent 24%),
    linear-gradient(180deg, #171c24 0%, #0e1218 100%);
  color: var(--text);
}

/* ── Grids ─────────────────────────────────────── */

.story-grid,
.app-grid,
.driver-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

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

/* ── Detail cards ──────────────────────────────── */

.detail-card,
.cta-banner {
  border-radius: 28px;
  border: 1px solid rgba(10, 14, 18, 0.08);
  background: #fffdf8;
  box-shadow: 0 24px 50px rgba(19, 20, 23, 0.08);
}

.detail-card {
  padding: 28px;
  border-left: 3px solid var(--brand);
}

.detail-card h3,
.cta-banner h3 {
  margin-bottom: 14px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: var(--text-dark);
}

.detail-card p:last-child,
.cta-banner p:last-child {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.7;
}

.compact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

/* ── Story visual ──────────────────────────────── */

.story-visual {
  display: grid;
  gap: 20px;
}

.visual-card-main,
.visual-card-accent {
  padding: 32px;
  min-height: 220px;
  background:
    radial-gradient(circle at top right, rgba(245, 159, 11, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.visual-card-main p:last-child,
.story-copy > p,
.app-copy > p,
.driver-copy > p {
  margin: 0;
  color: inherit;
  line-height: 1.75;
  opacity: 0.84;
}

.visual-card-accent {
  max-width: 260px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  color: #111;
}

.story-photo {
  padding: 0;
  overflow: hidden;
  min-height: 420px;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-panel {
  max-width: 360px;
  display: grid;
  gap: 18px;
  align-items: start;
}

.logo-panel img,
.driver-media img,
.footer-logo-art {
  width: 100%;
  max-width: 220px;
  height: auto;
}

/* ── Lists ─────────────────────────────────────── */

.feature-list,
.check-list,
.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.feature-list article {
  padding: 20px 0;
  border-top: 1px solid var(--line-dark);
}

.feature-list strong {
  display: block;
  color: var(--text-dark);
  font-weight: 700;
}

.check-list {
  list-style: none;
  padding: 0;
  color: var(--muted);
}

.check-list li {
  display: flex;
  align-items: center;
}

.contact-list a {
  display: block;
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.01em;
  transition: color 160ms ease;
}

.contact-list a:hover {
  color: var(--brand-strong);
}

.contact-list p {
  font-size: 0.95rem;
}

/* ── Service cards ─────────────────────────────── */

.service-card h3,
.driver-panel h3,
.review-card p {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-heading);
}

.section-heading {
  max-width: 760px;
}

.section-heading > p {
  margin: 14px 0 0;
  color: var(--muted-dark);
  line-height: 1.7;
  max-width: 68ch;
}

.services-grid,
.pricing-grid,
.reviews-grid {
  margin-top: 30px;
}

.content-element__content {
  max-width: 760px;
}

.content-element__body {
  color: var(--muted-dark);
  line-height: 1.75;
}

.content-element__body > :first-child {
  margin-top: 0;
}

.content-element__body > :last-child {
  margin-bottom: 0;
}

.content-element__body a {
  color: var(--brand);
}

.content-element__body a:hover,
.content-element__body a:focus-visible {
  color: var(--brand-strong);
}

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

.service-card,
.review-card {
  padding: 28px;
}

.service-card h3 {
  font-size: 1.4rem;
  color: var(--text);
}

.service-icon-wrap {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 186, 48, 0.18), rgba(245, 159, 11, 0.08));
  border: 1px solid rgba(255, 186, 48, 0.2);
}

.service-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* ── Pricing cards ─────────────────────────────── */

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.price-card {
  padding: 0;
  background: #fffdf8;
  border: 1px solid rgba(10, 14, 18, 0.06);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 50px rgba(19, 20, 23, 0.08);
  overflow: hidden;
  backdrop-filter: none;
}

.price-card-header {
  padding: 22px 26px 18px;
  border-bottom: 1px solid rgba(10, 14, 18, 0.06);
}

.price-tariff {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  color: #111;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-title {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--text-dark);
  line-height: 1;
}

.price-hours {
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted-dark);
  line-height: 1.5;
}

.price-figure-row {
  padding: 20px 26px 16px;
  border-bottom: 1px solid rgba(10, 14, 18, 0.06);
}

.price-figure-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  color: var(--muted-dark);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-figure {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-figure-sub {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted-dark);
  letter-spacing: -0.02em;
  margin-left: 2px;
}

.price-rates {
  padding: 16px 26px 20px;
  list-style: none;
  margin: 0;
  display: grid;
  gap: 0;
}

.price-rates li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.92rem;
  border-bottom: 1px dashed rgba(10, 14, 18, 0.08);
}

.price-rates li:last-child {
  border-bottom: none;
}

.price-rates li span {
  color: var(--muted-dark);
}

.price-rates li strong {
  color: var(--text-dark);
  font-weight: 700;
}

.price-note {
  padding: 14px 26px;
  margin: 0;
  background: rgba(245, 159, 11, 0.06);
  border-top: 1px solid rgba(245, 159, 11, 0.14);
  font-size: 0.84rem;
  color: var(--muted-dark);
  line-height: 1.55;
}

/* ── App visual ────────────────────────────────── */

.app-visual {
  position: relative;
  min-height: 560px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 186, 48, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.app-frame {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.app-frame-back {
  position: absolute;
  top: 88px;
  right: 40px;
  width: min(100%, 440px);
  transform: rotate(3deg);
}

.app-frame-front {
  left: 80px;
  top: 26px;
  width: min(58%, 250px);
  z-index: 1;
}

.app-shot {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Reviews ───────────────────────────────────── */

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

.reviews-grid--horizontal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.reviews-grid--masonry {
  display: block;
  column-count: 3;
  column-gap: 20px;
}

.review-card {
  background: #fffdf8;
  border-color: rgba(10, 14, 18, 0.06);
  box-shadow: 0 24px 50px rgba(19, 20, 23, 0.08);
}

.reviews-grid--masonry .review-card {
  display: inline-grid;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
}

.review-card p {
  font-size: 1.24rem;
  line-height: 1.5;
  font-weight: 700;
}

/* ── Driver section ────────────────────────────── */

.driver-grid {
  align-items: stretch;
}

.driver-panel {
  padding: 34px;
}

.driver-panel p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.driver-media {
  margin-top: 28px;
  padding: 24px;
  max-width: 280px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.driver-benefits {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.driver-benefits li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.55;
  color: var(--muted);
  font-size: 0.96rem;
}

.driver-benefits li::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  box-shadow: 0 0 0 4px rgba(245, 159, 11, 0.16);
}

.driver-actions {
  margin-top: 34px;
  flex-wrap: wrap;
}

/* ── CTAs ──────────────────────────────────────── */

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding: 28px;
}

.services-section .cta-banner {
  background: rgba(17, 24, 34, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.services-section .cta-banner h3,
.services-section .cta-banner p:last-child {
  color: var(--text);
}

/* ── Contact ───────────────────────────────────── */

.contact-card {
  padding: 28px;
  background: #ffffff;
  border-color: rgba(10, 14, 18, 0.12);
  box-shadow: 0 28px 60px rgba(19, 20, 23, 0.12);
}

.contact-card span {
  color: var(--muted-dark);
}

.contact-card input,
.contact-card textarea {
  color: var(--text-dark);
  border-color: rgba(10, 14, 18, 0.14);
  background: #fffdf8;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: rgba(21, 23, 27, 0.45);
}

/* ── QuoteRequest panel (default / light style) ── */

.booking-request-section .booking-panel {
  background: #ffffff;
  border: 1px solid rgba(10, 14, 18, 0.12);
  box-shadow: 0 28px 60px rgba(19, 20, 23, 0.12);
  backdrop-filter: none;
}

.booking-request-section .panel-head h2 {
  color: var(--text-dark);
}

.booking-request-section .panel-intro {
  color: var(--muted-dark);
}

.booking-request-section .booking-panel-form .field label {
  color: var(--muted-dark);
}

.booking-request-section .booking-panel-form .quote-request-row {
  border-bottom-color: rgba(10, 14, 18, 0.1);
}

.booking-request-section .booking-panel-form .quote-request-row-title {
  color: var(--text-dark);
}

.booking-request-section .booking-panel-form .quote-request-row-desc {
  color: var(--muted-dark);
}

.booking-request-section .booking-panel-form input,
.booking-request-section .booking-panel-form textarea,
.booking-request-section .booking-panel-form select {
  color: var(--text-dark);
  border-color: rgba(10, 14, 18, 0.14);
  background: #fffdf8;
}

.booking-request-section .booking-panel-form input::placeholder,
.booking-request-section .booking-panel-form textarea::placeholder {
  color: rgba(21, 23, 27, 0.45);
}

.booking-request-section .quote-request-footnote {
  color: var(--muted-dark);
}

.booking-request-section .booking-panel-form .message.good {
  color: #1b6a3a;
  background: rgba(22, 121, 74, 0.12);
  border-color: rgba(22, 121, 74, 0.35);
}

.booking-request-section .booking-panel-form .message.bad,
.booking-request-section .booking-panel-form .message.error,
.booking-request-section .booking-panel-form .error-message {
  color: #8a1f13;
  background: rgba(180, 35, 24, 0.1);
  border-color: rgba(180, 35, 24, 0.35);
}

/* ── Footer ────────────────────────────────────── */

.site-footer {
  padding: 30px 0 80px;
  background: #111;
  color: var(--text);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 0.8fr;
  align-items: start;
}

.footer-logo-art {
  margin: 0 0 18px;
  max-width: 180px;
}

.footer-title {
  margin: 0 0 14px;
  color: white;
  font-family: var(--font-heading);
  font-weight: 800;
}

.footer-links {
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.footer-links a {
  color: #d6dbe3;
}

.footer-copy {
  font-size: 0.94rem;
  line-height: 1.6;
}

/* ── Mobile CTA ────────────────────────────────── */

.mobile-cta {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-strong), var(--brand));
  color: #111;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  box-shadow: 0 24px 40px rgba(245, 159, 11, 0.3);
}

/* ── Reveal animation ──────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ────────────────────────────────── */

@media (max-width: 1080px) {
  .hero-grid,
  .page-hero-grid,
  .story-grid,
  .detail-grid,
  .app-grid,
  .driver-grid,
  .contact-grid,
  .services-grid,
  .pricing-grid,
  .reviews-grid,
  .stat-row,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .hero-copy {
    padding-top: 16px;
  }

  .booking-panel {
    max-width: 620px;
  }

  .site-nav {
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .topbar-links {
    display: none;
  }

  .site-header {
    backdrop-filter: none;
  }

  .site-header__inner {
    min-height: 96px;
  }

  .brand-logo {
    height: 76px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 25;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 104px 24px 40px;
    background: rgba(8, 11, 16, 0.98);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text);
    transition: background 160ms ease, color 160ms ease;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-current {
    background: rgba(255, 255, 255, 0.06);
    color: var(--brand);
  }

  .site-nav .button {
    width: 100%;
    margin-top: 16px;
    min-height: 56px;
    font-size: 1.05rem;
  }

  .site-nav__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  }

  .site-nav__close:hover,
  .site-nav__close:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--brand);
    color: var(--brand);
  }

  .story-grid,
  .detail-grid,
  .app-grid,
  .driver-grid,
  .contact-grid,
  .services-grid,
  .pricing-grid,
  .reviews-grid,
  .stat-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .app-frame-back {
    right: 16px;
    width: min(100%, 420px);
  }

  .app-frame-front {
    left: 0;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(245, 159, 11, 0.22), transparent 24%),
      linear-gradient(180deg, #090b0f 0%, #0c1016 37%, #fff6ec 37%, #fff6ec 100%);
  }

  .site-header__inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-logo {
    height: 60px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 13vw, 4.4rem);
  }

  .hero-actions,
  .driver-actions,
  .cta-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-points {
    display: grid;
    gap: 12px;
  }

  .booking-panel,
  .service-card,
  .review-card,
  .driver-panel,
  .contact-card,
  .detail-card,
  .cta-banner,
  .visual-card-main,
  .visual-card-accent {
    padding: 22px;
    border-radius: 24px;
  }

  .price-card {
    padding: 0;
    border-radius: 24px;
  }

  .booking-panel-form .quote-request-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .story-photo {
    padding: 0;
    min-height: 280px;
  }

  .logo-panel,
  .driver-media,
  .footer-logo-art {
    max-width: 100%;
  }

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

  .app-frame-back {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
  }

  .app-frame-front {
    width: min(58%, 220px);
    left: 8px;
    top: 18px;
  }

  .app-visual {
    min-height: 360px;
  }

  .mobile-cta {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

fieldset {
  border: 0;
}

.contact-card select,
.review-submit-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(10, 14, 18, 0.08);
  border-radius: 18px;
  padding: 0 16px;
  color: var(--text-dark);
  background: white;
}

.contact-card select:focus,
.review-submit-form select:focus {
  outline: 2px solid rgba(245, 159, 11, 0.35);
  outline-offset: 2px;
}

.review-submit-section {
  overflow: hidden;
}

.review-submit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.review-submit-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.review-submit-copy > p:last-child {
  margin: 16px 0 0;
  color: var(--muted-dark);
  line-height: 1.7;
  max-width: 62ch;
}

.review-submit-form {
  margin-top: 0;
}

.review-submit-form .field {
  margin: 0;
}

.review-submit-form .middleColumn,
.review-submit-form .Actions {
  margin: 0;
}

.review-submit-form .field label {
  display: block;
  margin: 0 0 9px;
  color: var(--muted-dark);
  font-size: 0.92rem;
}

.review-submit-form .field.textarea textarea {
  min-height: 132px;
}

.review-submit-form .message {
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.6;
}

.review-submit-form .message.good {
  color: #16794a;
}

.review-submit-form .message.bad,
.review-submit-form .message.error,
.review-submit-form .error-message {
  color: #b42318;
}

.review-submit-form .required {
  color: inherit;
}

.review-submit-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.review-submit-grid--centered {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
  text-align: center;
}

.review-submit-grid--centered .review-submit-trigger {
  justify-content: center;
}

body.modal-open,
body.nav-open {
  overflow: hidden;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.review-modal[hidden] {
  display: none;
}

.review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.7);
  backdrop-filter: blur(4px);
}

.review-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 36px;
  border-radius: 24px;
  background: #fff;
  color: var(--text-dark);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.review-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 14, 18, 0.06);
  color: var(--text-dark);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.review-modal__close:hover,
.review-modal__close:focus-visible {
  background: rgba(10, 14, 18, 0.12);
}

.review-modal__title {
  margin: 0 0 18px;
  padding-right: 40px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.review-modal .review-submit-form {
  opacity: 1;
  transform: none;
}

.elemental-block.dark .review-modal__dialog .contact-card {
  background: transparent;
  border-color: rgba(10, 14, 18, 0.08);
  box-shadow: none;
}

.elemental-block.dark .review-modal__dialog .contact-card input,
.elemental-block.dark .review-modal__dialog .contact-card textarea,
.elemental-block.dark .review-modal__dialog .contact-card select {
  color: var(--text-dark);
  background: #fff;
  border-color: rgba(10, 14, 18, 0.08);
}

.elemental-block.dark .review-modal__dialog .review-submit-form .field label {
  color: var(--muted-dark);
}

.review-card {
  display: grid;
  gap: 18px;
}

.reviews-grid--horizontal .review-card,
.reviews-grid--masonry .review-card {
  align-content: start;
}

.review-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--text-dark);
}

.review-card p {
  margin: 0;
}

.review-card footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 0.95rem;
}

.review-card footer strong {
  color: var(--text-dark);
  font-size: 1rem;
}

.review-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 1.1rem;
}

.review-star.is-empty {
  color: rgba(245, 159, 11, 0.22);
}

.review-rating-value {
  margin-left: 6px;
  color: var(--muted-dark);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reviews-empty {
  margin: 30px 0 0;
  color: var(--muted-dark);
}

.elemental-block.dark > .section,
.content-element-section.dark {
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 186, 48, 0.12), transparent 28%),
    linear-gradient(180deg, #0d1219 0%, #101720 100%);
}

.elemental-block.dark .section-heading > p,
.elemental-block.dark .content-element__body,
.elemental-block.dark .review-submit-copy > p:last-child,
.elemental-block.dark .review-rating-value,
.elemental-block.dark .reviews-empty,
.elemental-block.dark .feature-list span,
.elemental-block.dark .check-list,
.elemental-block.dark .contact-list p,
.elemental-block.dark .detail-card p:last-child,
.elemental-block.dark .faq-item__answer {
  color: var(--muted);
}

.elemental-block.dark .section-heading h2,
.elemental-block.dark .story-section h2,
.elemental-block.dark .app-section h2,
.elemental-block.dark .driver-section h2,
.elemental-block.dark .contact-section h2,
.elemental-block.dark .detail-card h3,
.elemental-block.dark .faq-item__trigger,
.elemental-block.dark .feature-list strong,
.elemental-block.dark .contact-card input,
.elemental-block.dark .contact-card textarea,
.elemental-block.dark .contact-card select,
.elemental-block.dark .review-card h3,
.elemental-block.dark .review-card footer strong,
.elemental-block.dark .content-element__body,
.content-element-section.dark .content-element__body {
  color: var(--text);
}

.elemental-block.dark .review-card p {
  color: var(--text);
}

.elemental-block.dark .service-card,
.elemental-block.dark .price-card,
.elemental-block.dark .review-card,
.elemental-block.dark .contact-card,
.elemental-block.dark .detail-card,
.elemental-block.dark .visual-card,
.elemental-block.dark .driver-panel {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.elemental-block.dark .booking-request-section .booking-panel {
  background: rgba(18, 23, 33, 0.78);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.elemental-block.dark .booking-request-section .panel-head h2 {
  color: var(--text);
}

.elemental-block.dark .booking-request-section .panel-intro,
.elemental-block.dark .booking-request-section .booking-panel-form .field label,
.elemental-block.dark .booking-request-section .booking-panel-form .quote-request-row-desc,
.elemental-block.dark .booking-request-section .quote-request-footnote {
  color: var(--muted);
}

.elemental-block.dark .booking-request-section .booking-panel-form .quote-request-row {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.elemental-block.dark .booking-request-section .booking-panel-form .quote-request-row-title {
  color: var(--text);
}

.elemental-block.dark .booking-request-section .booking-panel-form input,
.elemental-block.dark .booking-request-section .booking-panel-form textarea,
.elemental-block.dark .booking-request-section .booking-panel-form select {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.elemental-block.dark .booking-request-section .booking-panel-form input::placeholder,
.elemental-block.dark .booking-request-section .booking-panel-form textarea::placeholder {
  color: rgba(247, 242, 234, 0.5);
}

.elemental-block.dark .booking-request-section .booking-panel-form .message.good {
  color: #c9efd5;
  background: rgba(22, 121, 74, 0.22);
  border-color: rgba(22, 121, 74, 0.4);
}

.elemental-block.dark .booking-request-section .booking-panel-form .message.bad,
.elemental-block.dark .booking-request-section .booking-panel-form .message.error,
.elemental-block.dark .booking-request-section .booking-panel-form .error-message {
  color: #ffd1cc;
  background: rgba(180, 35, 24, 0.22);
  border-color: rgba(180, 35, 24, 0.4);
}

.elemental-block.dark .service-icon-wrap {
  background: linear-gradient(180deg, rgba(255, 186, 48, 0.24), rgba(245, 159, 11, 0.12));
  border-color: rgba(255, 186, 48, 0.28);
}

.elemental-block.dark .contact-card span,
.elemental-block.dark .review-submit-form .field label {
  color: var(--muted);
}

.elemental-block.dark .contact-card input,
.elemental-block.dark .contact-card textarea,
.elemental-block.dark .contact-card select {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.elemental-block.dark .faq-item,
.elemental-block.dark .faq-item:first-child {
  border-color: rgba(255, 255, 255, 0.14);
}

.elemental-block.dark .contact-list a,
.elemental-block.dark .content-element__body a,
.content-element-section.dark .content-element__body a {
  color: var(--brand-strong);
}

.elemental-block.dark .contact-list a:hover,
.elemental-block.dark .content-element__body a:hover,
.elemental-block.dark .content-element__body a:focus-visible,
.content-element-section.dark .content-element__body a:hover,
.content-element-section.dark .content-element__body a:focus-visible {
  color: var(--brand);
}

@media (max-width: 1080px) {
  .review-submit-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid--masonry {
    column-count: 2;
  }
}

@media (max-width: 820px) {
  .reviews-grid--horizontal {
    grid-template-columns: 1fr;
  }

  .reviews-grid--masonry {
    column-count: 1;
  }
}
