:root {
  --bg: #080807;
  --bg-soft: #12110f;
  --surface: rgba(18, 17, 15, 0.92);
  --surface-2: rgba(27, 25, 22, 0.94);
  --gold: #c6a15b;
  --gold-soft: #f4dfb7;
  --text: #fbf8f0;
  --muted: rgba(251, 248, 240, 0.72);
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #080807 0%, #11100e 52%, #070706 100%);
  color: var(--text);
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.55;
}

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

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

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.simple-home {
  min-height: 100vh;
  background: #070706;
  overflow-x: hidden;
}

.booking-screen {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  padding: 28px clamp(18px, 4vw, 64px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: auto 1fr;
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.simple-brand {
  padding: 10px 12px 10px 10px;
  border-radius: 8px;
  background: rgba(6, 6, 5, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.simple-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(244, 223, 183, 0.35);
  background: linear-gradient(135deg, rgba(6, 6, 5, 0.46), rgba(255, 255, 255, 0.08));
  color: #fff5df;
  font-weight: 700;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.30);
}

.whatsapp-contact {
  border-color: rgba(48, 213, 114, 0.45);
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #30d572;
  font-size: 1.52rem;
  line-height: 1;
  filter: drop-shadow(0 8px 16px rgba(48, 213, 114, 0.24));
}

.whatsapp-pulse {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #30d572;
  box-shadow: 0 0 0 0 rgba(48, 213, 114, 0.55);
  animation: whatsappPulse 1.8s ease-out infinite;
}

.whatsapp-pulse::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #f8fff9;
}

.contact-copy {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  text-align: left;
}

.contact-copy small {
  color: rgba(251, 248, 240, 0.66);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-copy strong {
  color: #fff5df;
  font-size: 0.94rem;
  letter-spacing: 0.01em;
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(48, 213, 114, 0.58);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(48, 213, 114, 0);
    transform: scale(1.04);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(48, 213, 114, 0);
    transform: scale(1);
  }
}

.gateway-screen {
  background-position: center;
}

.gateway-center {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 30px;
  padding: 44px 0 18px;
}

.gateway-copy {
  text-align: center;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.55);
}

.gateway-copy h1 {
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -.025em;
  text-transform: capitalize;
  font-family: impact, serif;
}

.gateway-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
}

.engine-shell {
  width: 100%;
  padding: clamp(12px, 2vw, 18px);
  border-radius: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gateway-option {
  min-height: clamp(92px, 11vw, 130px);
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(244, 223, 183, 0.34);
  background: rgba(8, 8, 7, 0.44);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  display: grid;
  align-content: center;
  gap: 9px;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gateway-option:hover {
  transform: translateY(-3px);
  background: linear-gradient(145deg, var(--gold), #f4dfb7);
  color: #171009;
  border-color: transparent;
}

.gateway-option span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 700;
}

.gateway-option small {
  color: rgba(251, 248, 240, 0.68);
}

.gateway-option:hover small {
  color: rgba(23, 16, 9, 0.72);
}

.flow-screen {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  padding: 28px clamp(18px, 4vw, 64px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: auto 1fr;
}

.flow-layout {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 46px 0 18px;
}

.flow-copy {
  max-width: 610px;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.55);
}

.flow-copy h1 {
  font-size: clamp(2.9rem, 6vw, 5.8rem);
}

.flow-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(251, 248, 240, 0.82);
  font-size: 1.08rem;
}

.flow-card {
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.72);
  border: 1px solid rgba(244, 223, 183, 0.22);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(22px);
}

.engine-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  margin: 0;
}

.engine-option {
  min-height: clamp(76px, 10vw, 112px);
  padding: 18px 20px;
  border-radius: 8px;
  border: 1px solid rgba(244, 223, 183, 0.34);
  background: rgba(8, 8, 7, 0.42);
  color: #fff5df;
  font: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.engine-option:hover,
.engine-option.is-active {
  color: #171009;
  background: linear-gradient(145deg, var(--gold), #f4dfb7);
  border-color: transparent;
  transform: translateY(-3px);
}

.engine-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(3, 3, 3, 0.58);
  backdrop-filter: blur(10px);
}

.engine-modal.is-open {
  display: flex;
}

.engine-dialog {
  position: relative;
  width: min(820px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: clamp(16px, 2.4vw, 26px);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.86);
  border: 1px solid rgba(244, 223, 183, 0.22);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.62);
}

.engine-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(244, 223, 183, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff5df;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.engine-panel {
  display: none;
}

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

.compact-booking {
  gap: 14px;
}

.compact-booking .form-grid {
  gap: 12px;
}

.compact-booking .field.full {
  grid-column: 1 / -1;
}

.compact-booking .field label {
  color: rgba(251, 248, 240, 0.70);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.compact-booking .field input,
.compact-booking .field select,
.compact-booking .field textarea {
  min-height: 46px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.compact-booking .field textarea {
  min-height: 76px;
}

.compact-booking .field select option {
  color: #171009;
}

.engine-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.quote-mini {
  min-width: 140px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(244, 223, 183, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.quote-mini span {
  display: block;
  color: rgba(251, 248, 240, 0.62);
  font-size: 0.78rem;
}

.quote-mini strong {
  display: block;
  color: #fff3d9;
  font: 700 1.65rem Georgia, "Times New Roman", serif;
}

.engine-bottom .button {
  width: 100%;
  min-height: 56px;
}

.topbar {
  background: rgba(6, 13, 22, 0.72);
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.topbar-inner,
.nav-inner,
.footer-inner,
.section-head,
.hero-grid,
.stats-grid,
.features-grid,
.fleet-grid,
.service-grid,
.testimonial-grid,
.dashboard-layout,
.form-grid,
.admin-login-grid {
  display: grid;
  gap: 24px;
}

.topbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 10px 0;
  color: var(--muted);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(4, 9, 15, 0.75);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--gold), #f7e7c5);
  box-shadow: 0 10px 30px rgba(199, 165, 107, 0.25);
}

.brand strong {
  font-size: 0.92rem;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.26em;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-links a {
  padding: 11px 14px;
  color: var(--muted);
  border-radius: 999px;
  transition: 0.22s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(199, 165, 107, 0.12);
  color: var(--text);
}

.nav-cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold), #e3c58f);
  color: #161008;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(199, 165, 107, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.button.outline {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(241, 223, 191, 0.22);
  box-shadow: none;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(199, 165, 107, 0.28);
}

.button.outline:hover {
  border-color: rgba(241, 223, 191, 0.44);
  box-shadow: none;
}

.hero {
  min-height: 760px;
  padding: 132px 0 92px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: end;
}

.hero::before,
.hero::after {
  display: none;
}

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

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.76rem;
  margin-bottom: 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  line-height: 1.08;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: 1.4rem;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}

.hero-panel,
.card,
.quote-box,
.dashboard-card,
.table-card,
.admin-panel,
.login-card {
  background: linear-gradient(180deg, rgba(14, 28, 42, 0.98), rgba(8, 18, 28, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 28px;
}

.booking-section {
  padding-top: 58px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
}

.booking-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: start;
}

.booking-intro {
  position: sticky;
  top: 104px;
  padding: 8px 0;
}

.assurance-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.assurance-list span {
  padding: 13px 15px;
  border: 1px solid rgba(246, 226, 188, 0.14);
  background: rgba(255, 255, 255, 0.035);
  border-radius: var(--radius);
  color: var(--muted);
}

.booking-form,
.admin-form {
  display: grid;
  gap: 16px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.85rem;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  outline: none;
}

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

.quote-box {
  padding: 18px 20px;
  margin-top: 12px;
  background: linear-gradient(135deg, rgba(199, 161, 91, 0.15), rgba(255, 255, 255, 0.035));
}

.quote-value {
  font-size: 2rem;
  font-family: Georgia, serif;
  margin: 8px 0 0;
  color: #fff3d9;
}

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

.stat {
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.42);
  border: 1px solid rgba(246, 226, 188, 0.16);
  backdrop-filter: blur(12px);
}

.stat strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.section {
  padding: 82px 0;
}

.section-head {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 24px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 640px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.74rem;
  margin-bottom: 12px;
}

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

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

.card {
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 226, 188, 0.22);
}

.card-body {
  padding: 22px;
}

.card-media {
  aspect-ratio: 16 / 9;
  background: #18140f;
}

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

.meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 12px;
}

.meta span {
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.price {
  color: #fff3d9;
  font-size: 1.4rem;
  font-family: Georgia, serif;
}

.list-check {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.list-check li::before {
  content: "\2022";
  color: var(--gold);
  margin-right: 10px;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
}

.accent-box {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(199, 165, 107, 0.15), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(199, 165, 107, 0.22);
  border-radius: var(--radius);
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(199, 165, 107, 0.12);
}

.table-card {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  color: #fff5df;
  background: rgba(255, 255, 255, 0.04);
}

tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.testimonial {
  padding: 24px;
}

.rating {
  color: #ffd57a;
  letter-spacing: 0.18em;
}

.faq {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.footer {
  padding: 40px 0 64px;
  border-top: 1px solid var(--line);
  background: rgba(4, 9, 15, 0.5);
}

.footer-inner {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.footer p,
.footer li {
  color: var(--muted);
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.flash {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(20, 88, 46, 0.26);
  border: 1px solid rgba(119, 207, 148, 0.3);
}

.flash.error {
  background: rgba(99, 23, 23, 0.3);
  border-color: rgba(255, 123, 123, 0.3);
}

.dashboard-layout {
  grid-template-columns: 270px 1fr;
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 24px;
  background: linear-gradient(180deg, rgba(7, 15, 24, 0.98), rgba(6, 13, 21, 0.97));
  border-right: 1px solid var(--line);
}

.sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.sidebar a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--muted);
}

.sidebar a.active,
.sidebar a:hover {
  background: rgba(199, 165, 107, 0.12);
  color: var(--text);
}

.dashboard-main {
  padding: 28px;
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.dashboard-card {
  padding: 20px;
}

.dashboard-card strong {
  display: block;
  font-size: 2rem;
  margin: 8px 0 4px;
}

.admin-panel {
  padding: 22px;
}

.admin-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.login-card {
  width: min(520px, 100%);
  padding: 28px;
}

.small {
  color: var(--muted);
  font-size: 0.92rem;
}

.table-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.status-pending { color: #ffd07d; }
.status-confirmed { color: #7bdcb5; }
.status-completed { color: #b7d4ff; }
.status-cancelled { color: #ff9292; }

@media (max-width: 1100px) {
  .flow-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .flow-copy {
    max-width: 760px;
  }

  .booking-stage {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 42px;
  }

  .stage-copy {
    max-width: 760px;
  }

  .hero-grid,
  .booking-layout,
  .split,
  .footer-inner,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .booking-intro {
    position: static;
  }

  .sidebar {
    position: static;
    min-height: auto;
  }

  .dashboard-cards,
  .stats-grid,
  .features-grid,
  .service-grid,
  .testimonial-grid,
  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .booking-screen,
  .flow-screen {
    padding: 18px 14px 20px;
    background-position: 52% center;
  }

  .screen-top {
    align-items: stretch;
    flex-direction: column;
  }

  .simple-brand {
    gap: 10px;
  }

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

  .brand span {
    letter-spacing: 0.12em;
  }

  .simple-contact {
    text-align: center;
    font-size: 0.86rem;
    padding: 10px 12px;
    justify-content: center;
    width: 100%;
  }

  .whatsapp-icon {
    width: 22px;
    height: 22px;
  }

  .contact-copy small {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .gateway-center {
    gap: 20px;
  }

  .gateway-copy h1 {
    font-size: clamp(2.45rem, 14vw, 3.8rem);
  }

  .gateway-options {
    grid-template-columns: 1fr;
  }

  .gateway-option {
    min-height: 74px;
    padding: 16px;
  }

  .flow-layout {
    gap: 20px;
    padding-top: 34px;
  }

  .flow-copy h1 {
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }

  .flow-copy p {
    font-size: 1rem;
  }

  .flow-card {
    padding: 14px;
  }

  .booking-stage {
    gap: 20px;
    padding-top: 34px;
  }

  .stage-copy h1 {
    font-size: clamp(2.55rem, 16vw, 4rem);
  }

  .stage-copy p {
    font-size: 1rem;
  }

  .engine-shell {
    padding: 12px;
  }

  .engine-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .engine-option {
    min-height: 48px;
  }

  .compact-booking .form-grid,
  .engine-bottom {
    grid-template-columns: 1fr;
  }

  .quote-mini {
    width: 100%;
  }

  .topbar-inner,
  .nav-inner,
  .section-head,
  .form-grid,
  .dashboard-cards,
  .stats-grid,
  .features-grid,
  .service-grid,
  .testimonial-grid,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .nav-inner {
    gap: 14px;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 8px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links {
    justify-content: flex-start;
  }

  h1 {
    font-size: 2.8rem;
  }

  .hero {
    min-height: 680px;
    padding: 108px 0 70px;
    background-position: 58% center;
  }

  .hero-actions .button,
  .nav-cta .button {
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .booking-stage {
    width: min(1380px, 100%);
  }

  .booking-screen {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
