:root {
  --ink: #0c0d0f;
  --ink-soft: #242832;
  --paper: #f5f1e8;
  --white: #ffffff;
  --muted: #6b7280;
  --line: rgba(12, 13, 15, 0.12);
  --gold: #c8952f;
  --gold-light: #f1d58a;
  --blue: #dceaf4;
  --call: #0f766e;
  --whatsapp: #19b85f;
  --shadow: 0 24px 80px rgba(12, 13, 15, 0.14);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

body.gate-open {
  overflow: hidden;
}

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

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

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

.language-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(120deg, rgba(12, 13, 15, 0.86), rgba(12, 13, 15, 0.56)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/The_Rhine_in_Basel.jpg/1280px-The_Rhine_in_Basel.jpg");
  background-size: cover;
  background-position: center;
}

.language-gate.is-hidden {
  display: none;
}

.language-panel {
  width: min(520px, 100%);
  padding: clamp(24px, 5vw, 42px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.gate-logo {
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
}

.modern-logo,
.brand-mark {
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #101216, #30343d);
  color: var(--gold-light);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.modern-logo {
  font-size: 1.55rem;
}

.language-panel h1 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

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

.language-choice {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.site-header {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 30;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(12, 13, 15, 0.74);
  color: var(--white);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand,
.main-nav,
.header-actions,
.hero-actions,
.trust-row,
.form-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 0.86rem;
}

.brand-name {
  letter-spacing: 0.01em;
}

.main-nav {
  gap: clamp(14px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: var(--white);
}

.header-actions {
  gap: 10px;
}

select {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #0c0d0f;
  padding: 0 12px;
}

select option {
  background: #ffffff;
  color: #0c0d0f;
}

.call-button,
.primary-button,
.secondary-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.call-button,
.primary-button {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #17110a;
}

.call-button,
.phone-action {
  gap: 10px;
}

.phone-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--call);
  color: var(--white);
  font-size: 1.28rem;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.28);
}

.hero-phone {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  margin-top: 26px;
  padding: 0 24px 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font-size: clamp(1.14rem, 2vw, 1.4rem);
  font-weight: 950;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.hero-phone .phone-icon {
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
}

.secondary-button {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 110px clamp(18px, 5vw, 72px) clamp(34px, 6vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 13, 15, 0.68) 0%, rgba(12, 13, 15, 0.28) 46%, rgba(12, 13, 15, 0.04) 100%),
    linear-gradient(0deg, rgba(12, 13, 15, 0.58) 0%, rgba(12, 13, 15, 0) 50%),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/The_Rhine_in_Basel.jpg/1280px-The_Rhine_in_Basel.jpg");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, var(--paper));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
}

.hero-visual {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(28px, 6vw, 80px);
  z-index: 3;
  width: min(360px, 32vw);
  min-height: 0;
}

.basel-photo,
.floating-card {
  display: none;
}

.hero-visual::before {
  content: "Basel SBB  ->  EuroAirport";
  display: block;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 900;
  backdrop-filter: blur(18px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.4rem, 8.2vw, 8rem);
  line-height: 0.88;
  font-weight: 900;
}

.hero-copy {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.hero-actions .primary-button,
.hero-actions .secondary-button {
  min-height: 64px;
  padding: 0 30px;
  border-radius: 18px;
  font-size: 1.06rem;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.hero-actions .phone-icon {
  width: 42px;
  height: 42px;
  font-size: 1.55rem;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.quick-strip,
.badges-zone,
.process-zone,
.route-showcase,
.experience-zone,
.airport-zone,
.booking-zone,
.simulator-zone,
.services-zone,
.why-zone,
.proof-zone,
.info-zone,
.contact-zone,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(52px, 8vw, 104px) 0;
  scroll-margin-top: 110px;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 28px;
}

.badges-zone {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.badges-zone span {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(12, 13, 15, 0.12);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 34px rgba(12, 13, 15, 0.06);
  font-weight: 900;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(12, 13, 15, 0.08);
}

.process-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 10px;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.quick-strip article {
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid rgba(12, 13, 15, 0.12);
  background: transparent;
}

.quick-strip article:last-child {
  border-right: 0;
}

.quick-strip small,
.service-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 900;
}

.quick-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.quick-strip span,
.section-intro p,
.experience-copy p:not(.eyebrow),
.service-grid p,
.contact-zone p,
.route-status {
  color: var(--muted);
  line-height: 1.65;
}

.route-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  border-top: 1px solid rgba(12, 13, 15, 0.12);
}

.route-showcase h2,
.experience-copy h2,
.section-intro h2,
.contact-zone h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 0.96;
  font-weight: 900;
}

.route-board {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 22px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.route-board article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.route-board span,
.route-board small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.route-board strong {
  font-size: 1.28rem;
}

.experience-zone {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.airport-zone {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
}

.airport-image {
  min-height: 440px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(12, 13, 15, 0.08), rgba(12, 13, 15, 0.18)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/The_Rhine_in_Basel.jpg/1280px-The_Rhine_in_Basel.jpg");
  background-size: cover;
  background-position: center 58%;
  box-shadow: var(--shadow);
}

.airport-content {
  display: grid;
  align-content: center;
}

.airport-content h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 0.96;
}

.airport-content p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.airport-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.airport-list span {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  background: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 36px rgba(12, 13, 15, 0.06);
}

.experience-visual {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 13, 15, 0.82), rgba(12, 13, 15, 0.14)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/The_Rhine_in_Basel.jpg/1280px-The_Rhine_in_Basel.jpg");
  background-size: cover;
  background-position: center 58%;
  box-shadow: var(--shadow);
}

.glass-phone {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: min(320px, calc(100% - 56px));
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(12, 13, 15, 0.72);
  backdrop-filter: blur(18px);
}

.glass-phone span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
}

.mini-route {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-light), var(--white));
}

.comfort-grid {
  position: absolute;
  right: 28px;
  top: 28px;
  display: grid;
  gap: 10px;
  width: min(310px, calc(100% - 56px));
}

.comfort-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.comfort-grid span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--gold-light);
  font-weight: 900;
  font-size: 0.8rem;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.form-layout,
.simulator-card,
.contact-zone {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.booking-form,
.ride-summary,
.simulator-card,
.service-grid article,
.contact-zone {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(12, 13, 15, 0.08);
}

.booking-form,
.ride-summary,
.simulator-card {
  padding: clamp(18px, 3vw, 30px);
}

.form-grid,
.simulator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  position: relative;
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  color: var(--ink);
  padding: 14px;
  outline: none;
}

textarea {
  min-height: 118px;
  margin-top: 16px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(200, 149, 47, 0.14);
}

.suggestions {
  display: none;
  overflow: hidden;
  margin-top: 2px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.suggestions.is-open {
  display: grid;
}

.suggestion-item,
.suggestion-empty {
  min-height: 50px;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid rgba(12, 13, 15, 0.08);
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.suggestion-item {
  cursor: pointer;
}

.suggestion-item:hover {
  background: #f5f1e8;
}

.route-status,
.check-line {
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px 14px;
}

.check-line {
  gap: 10px;
}

.check-line input {
  width: 18px;
  min-height: 18px;
}

.option-row {
  display: grid;
  gap: 12px;
}

.route-button {
  min-height: 52px;
}

.form-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.form-actions .primary-button,
.form-actions .secondary-button {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 1.02rem;
}

.form-actions .whatsapp-button {
  border-color: rgba(25, 184, 95, 0.28);
  background: linear-gradient(135deg, #22c767, var(--whatsapp));
  color: var(--white);
  box-shadow: 0 18px 38px rgba(25, 184, 95, 0.2);
}

.invoice-box {
  margin-top: 16px;
}

.invoice-toggle {
  cursor: pointer;
}

.ride-summary {
  position: sticky;
  top: 100px;
}

.ride-summary h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}

.ride-summary p {
  white-space: pre-line;
  color: var(--ink-soft);
  line-height: 1.7;
}

.text-link {
  color: #9a6513;
  font-weight: 900;
}

.price-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 20px;
  background: var(--ink);
  color: var(--white);
}

.mini-map {
  display: none;
}

.price-panel span {
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.78rem;
}

.price-panel strong {
  font-size: clamp(3.2rem, 8vw, 5.6rem);
  line-height: 1;
}

.price-panel p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
}

.price-panel .secondary-button {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.service-photo-band {
  position: relative;
  min-height: clamp(330px, 38vw, 480px);
  margin-bottom: 18px;
  border-radius: 28px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 13, 15, 0.78), rgba(12, 13, 15, 0.08)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/The_Rhine_in_Basel.jpg/1280px-The_Rhine_in_Basel.jpg");
  background-size: cover;
  background-position: center 58%;
  box-shadow: var(--shadow);
}

.service-photo-band div {
  position: absolute;
  left: clamp(20px, 4vw, 44px);
  bottom: clamp(20px, 4vw, 38px);
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.service-photo-band span {
  color: var(--gold-light);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

.service-photo-band strong {
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  line-height: 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-grid article {
  min-height: 230px;
  padding: 28px;
}

.service-grid h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.contact-zone {
  align-items: center;
  padding: clamp(26px, 5vw, 44px);
}

.why-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.why-grid article,
.proof-grid article,
.payment-panel,
.faq-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(12, 13, 15, 0.08);
}

.why-grid article {
  min-height: 250px;
  padding: 24px;
}

.why-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
}

.why-grid h3 {
  margin: 0 0 10px;
}

.why-grid p {
  color: var(--muted);
  line-height: 1.65;
}

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

.proof-grid article {
  padding: 26px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}

.info-zone {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
}

.payment-panel,
.faq-panel {
  padding: clamp(22px, 4vw, 34px);
}

.payment-panel h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.payment-list {
  display: grid;
  gap: 10px;
}

.payment-list span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 14px;
  background: #f8fafc;
  font-weight: 900;
}

.faq-panel details {
  border-bottom: 1px solid rgba(12, 13, 15, 0.1);
  padding: 18px 0;
}

.faq-panel details:last-child {
  border-bottom: 0;
}

.faq-panel summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-panel p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

#bookingSummary {
  display: grid;
  gap: 8px;
}

#bookingSummary .summary-chip {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 900;
}

#bookingSummary strong {
  font-size: 1.05rem;
}

#bookingSummary small,
#bookingSummary em {
  color: var(--muted);
  font-style: normal;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}

.mobile-quick-actions {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 35;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mobile-quick-actions a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1rem;
  gap: 8px;
}

.mobile-quick-actions a:first-child {
  background: var(--ink);
  color: var(--white);
}

.mobile-quick-actions a:last-child {
  background: var(--call);
  color: var(--white);
}

.mobile-quick-actions .phone-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  box-shadow: none;
}

.seo-zone {
  padding: 34px clamp(18px, 5vw, 72px);
  background: var(--white);
}

.seo-zone p {
  width: min(980px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

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

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

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-visual {
    display: none;
  }

  .route-showcase,
  .experience-zone,
  .airport-zone,
  .info-zone,
  .form-layout,
  .simulator-card,
  .contact-zone {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .quick-strip,
  .badges-zone,
  .process-grid,
  .why-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(12, 13, 15, 0.12);
  }

  .quick-strip article:last-child {
    border-bottom: 0;
  }

  .ride-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 86px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 58px;
    padding: 8px 10px;
  }

  .brand-name,
  .call-button {
    display: none;
  }

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

  select {
    max-width: 78px;
    min-height: 40px;
  }

  .mobile-quick-actions {
    display: grid;
  }

  .hero {
    min-height: 88vh;
    padding: 96px 18px 46px;
    background-position: center;
  }

  .hero-phone {
    width: 100%;
    justify-content: center;
    min-height: 58px;
    padding-right: 14px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.1rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .quick-strip,
  .badges-zone,
  .process-zone,
  .route-showcase,
  .experience-zone,
  .airport-zone,
  .why-zone,
  .proof-zone,
  .info-zone,
  .booking-zone,
  .simulator-zone,
  .services-zone,
  .contact-zone,
  .site-footer {
    width: calc(100% - 24px);
    padding: 38px 0;
  }

  .route-showcase h2,
  .experience-copy h2,
  .section-intro h2,
  .contact-zone h2 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .form-grid,
  .simulator-form {
    grid-template-columns: 1fr;
  }

  input,
  textarea {
    font-size: 16px;
  }

  .booking-form,
  .ride-summary,
  .simulator-card,
  .service-grid article,
  .contact-zone {
    border-radius: 18px;
  }

  .experience-visual,
  .service-photo-band,
  .airport-image {
    min-height: 360px;
    border-radius: 20px;
  }

  .airport-list {
    grid-template-columns: 1fr;
  }


  .glass-phone,
  .comfort-grid {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .comfort-grid {
    top: auto;
    bottom: 16px;
  }

  .glass-phone {
    bottom: auto;
    top: 16px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .form-actions {
    display: grid;
  }

  .site-footer {
    flex-direction: column;
  }
}
