.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--dark);
  border: 2px solid var(--gold);
  padding: 5px;
}
.brand-text strong,
.brand-text small { display: block; }
.brand-text strong { font-size: 18px; }
.brand-text small { color: var(--muted); font-size: 13px; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 17px;
}
.main-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.language-link { color: var(--dark) !important; }
.header-call {
  background: var(--dark);
  color: white;
  text-decoration: none;
  padding: 12px 17px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}
.eyebrow {
  margin: 0 0 10px;
  color: #9a6800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  font-size: 12px;
}
h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1;
  letter-spacing: -.05em;
}
h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
h3 { margin: 0 0 8px; }
.lead,
.section-copy p,
.section-heading p,
.visual-card p,
.info-card p,
.step-grid p,
.app-preview p,
.page-card p,
.page-card li {
  color: var(--muted);
  line-height: 1.65;
  font-size: 17px;
}
.dark-section .section-copy p,
.dark-section .app-preview p {
  color: rgba(255,255,255,.78);
}
.dark-section h2,
.dark-section h3 {
  color: white;
}
.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
}
.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #111827;
}
.button-secondary {
  background: white;
  color: var(--dark);
  border-color: var(--line);
}
.visual-card,
.app-preview,
.info-card,
.step-grid article {
  height: 100%;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 34px rgba(7,17,31,.07);
}
.hero-visual {
  background: var(--dark);
  color: white;
  border-color: rgba(243,178,51,.35);
  box-shadow: 0 28px 70px rgba(7,17,31,.24);
}
.hero-visual img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  border-radius: 24px;
  border: 2px solid var(--gold);
  margin-bottom: 20px;
}
.hero-visual h2,
.hero-visual p {
  color: white;
}
.hero-visual p {
  color: rgba(255,255,255,.78);
}
.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.mini-list span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: white;
  font-size: 13px;
  font-weight: 800;
}
.booking-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
#taxi-embed {
  display: block;
  width: 100%;
  min-height: 540px;
  scroll-margin-top: 100px;
}
.balanced-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.balanced-list div {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(7,17,31,.06);
}
.step-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #111827;
  font-weight: 900;
}
.site-footer {
  padding: 30px clamp(18px, 5vw, 56px);
  background: #020811;
  color: rgba(255,255,255,.76);
}
.site-footer a { color: white; font-weight: 800; }
.footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.page-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 55%, #eef3f8 100%);
}
.page-hero-inner,
.page-card {
  max-width: 980px;
  margin: 0 auto;
}
.page-hero-inner { text-align: center; }
.page-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.page-list,
.contact-details {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}
.page-list li,
.contact-details div {
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
}

/* Fix customer-app preview card inside dark section */
.dark-section .app-preview {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--line);
}

.dark-section .app-preview h3 {
  color: var(--text);
}

.dark-section .app-preview p {
  color: var(--muted);
}

.dark-section .app-preview .mini-list span {
  background: var(--soft);
  border: 1px solid var(--line);
  color: var(--text);
}

/* Bigger header elements */
.brand-logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.brand-text strong {
  font-size: 21px;
}

.brand-text small {
  font-size: 15px;
}

.main-nav {
  gap: 22px;
}

.main-nav a {
  font-size: 16px;
}

.header-call {
  padding: 15px 22px;
  font-size: 16px;
}
