:root {
  --white: #ffffff;
  --ink: #151515;
  --muted: #666b73;
  --line: #ececec;
  --soft: #fff9df;
  --pink: #ee2f8e;
  --pink-deep: #bd0064;
  --pink-soft: rgba(238, 47, 142, 0.14);
  --yellow: #ffe100;
  --yellow-deep: #ffea00;
  --yellow-soft: rgba(255, 225, 0, 0.42);
  --wa-pink: #ee2f8e;
  --shadow: 0 26px 60px rgba(17, 24, 39, 0.12);
  --shadow-soft: 0 18px 38px rgba(17, 24, 39, 0.09);
  --radius-xl: 38px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;

  /* Local project photos. Replace these files in assets/photos/ when the final photo set is ready. */
  --photo-hero: url("assets/photos/01.png");
  --photo-services: url("assets/photos/taxi-marina-bazaar.jpg");
  --photo-cars: url("assets/photos/taxi-airport-driver.jpg");
  --photo-meet: url("assets/photos/taxi-airport-phone.jpg");
  --photo-references: url("assets/photos/taxi-senzo-mall.jpg");
  --photo-routes: url("assets/photos/taxi-marina-bazaar.jpg");
  --photo-downloads: url("assets/photos/taxi-airport-driver.jpg");
  --photo-partners: url("assets/photos/taxi-senzo-mall.jpg");
  --photo-contact: url("assets/photos/taxi-airport-phone.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 225, 0, 0.10), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(238, 47, 142, 0.09), transparent 20%),
    var(--white);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(105deg, transparent 0 15%, rgba(238, 47, 142, 0.035) 15% 17%, transparent 17% 100%),
    linear-gradient(82deg, transparent 0 68%, rgba(255, 225, 0, 0.12) 68% 70%, transparent 70% 100%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.paint-ribbon {
  height: 7px;
  background:
    linear-gradient(90deg, var(--pink), var(--yellow) 42%, var(--pink) 72%, var(--yellow));
  clip-path: polygon(0 0, 100% 0, 99% 76%, 85% 100%, 74% 70%, 55% 100%, 37% 69%, 21% 100%, 0 78%);
}

.language-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.flag-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  color: #333;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.flag-link span {
  font-size: 17px;
  line-height: 1;
}

.flag-link:hover,
.flag-link.active {
  border-color: rgba(238, 47, 142, 0.20);
  background: linear-gradient(90deg, rgba(238, 47, 142, 0.07), rgba(255, 225, 0, 0.20));
}

.main-nav {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 15px 19px 13px 20px;
  background: var(--ink);
  color: var(--yellow);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  position: relative;
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -5px;
  height: 8px;
  border-radius: 999px 40px 999px 40px;
  background: var(--pink);
  opacity: 0.9;
  z-index: -1;
}

.brand-text {
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.nav-links a {
  position: relative;
  padding: 9px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 99px 30px 99px 30px;
  background: linear-gradient(90deg, var(--pink), var(--yellow));
  transition: width 0.2s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links .nav-cta {
  padding: 11px 18px;
  border-radius: 999px 34px 999px 42px;
  background: var(--yellow);
  color: #111;
  box-shadow: 0 10px 24px rgba(255, 225, 0, 0.28);
}

.nav-links .nav-cta::after {
  content: none;
}


.header-social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 2px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px 32px 999px 34px;
  background: var(--pink);
  color: var(--white);
  border: 4px solid var(--yellow);
  box-shadow: 0 10px 22px rgba(238, 47, 142, 0.28), 0 5px 0 rgba(255, 225, 0, 0.86);
  transform: rotate(-2deg);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.social-link:nth-child(2) {
  transform: rotate(2deg);
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
}

.social-link:hover,
.social-link:focus-visible {
  filter: contrast(1.08) saturate(1.08);
  transform: translateY(-2px) scale(1.06) rotate(0deg);
  box-shadow: 0 16px 30px rgba(238, 47, 142, 0.34), 0 7px 0 rgba(255, 225, 0, 1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: var(--ink);
  border-radius: 14px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  border-radius: 10px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 110px 0 96px;
  background-image: var(--photo-hero);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  isolation: isolate;
}

.hero-static-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.52) 38%, rgba(255, 255, 255, 0.10) 68%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 225, 0, 0.16), rgba(238, 47, 142, 0.07));
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 16px;
  background: linear-gradient(90deg, var(--pink), var(--yellow), var(--pink));
}

.hero-bg-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-bg-shape-one {
  right: -140px;
  top: 120px;
  width: 360px;
  height: 360px;
  background: rgba(255, 225, 0, 0.18);
}

.hero-bg-shape-two {
  left: -120px;
  bottom: 20px;
  width: 280px;
  height: 280px;
  background: rgba(238, 47, 142, 0.10);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 48px;
  align-items: center;
}

.hero-content {
  max-width: 720px;
  padding: 32px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(5px);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.16);
}

.eyebrow,
.section-kicker,
.info-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--pink-deep);
}

.paint-title {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.88;
  font-weight: 1000;
  letter-spacing: -0.08em;
  color: var(--pink);
  text-transform: uppercase;
  transform: rotate(-1deg);
  text-shadow:
    2px 2px 0 #ffffff,
    5px 6px 0 rgba(195, 0, 102, 0.15);
}

.paint-title::before {
  content: "";
  position: absolute;
  left: -3%;
  right: -4%;
  top: 50%;
  height: 52%;
  z-index: -1;
  border-radius: 999px 40px 999px 45px;
  background:
    linear-gradient(90deg, rgba(238, 47, 142, 0.18), rgba(255, 225, 0, 0.22), rgba(238, 47, 142, 0.04));
  transform: translateY(-42%) rotate(-2deg);
}

.paint-title::after,
.paint-heading::after {
  content: "";
  position: absolute;
  left: 2%;
  bottom: -9px;
  width: 74%;
  height: 14px;
  border-radius: 100% 40% 90% 35%;
  background:
    linear-gradient(90deg, var(--pink), rgba(238, 47, 142, 0.20)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.25) 0 4px, transparent 4px 10px);
  transform: rotate(-1.5deg);
}

.paint-heading {
  display: inline;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(90deg, rgba(255, 225, 0, 0.42), rgba(238, 47, 142, 0.10));
  border-radius: 999px 38px 999px 42px;
  padding: 0 8px 4px;
}

.paint-heading::after {
  height: 8px;
  bottom: -7px;
  width: 58%;
  opacity: 0.95;
}

.drive-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 26px;
}

.drive-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px 32px 999px 38px;
  background: var(--yellow);
  color: #121212;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(255, 225, 0, 0.26);
}

.platform-pill,
.platform-icon {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 47, 142, 0.12);
  background: #fff;
  color: #111;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.platform-pill:hover,
.platform-icon:hover {
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.13);
}

.platform-pill {
  padding: 0 22px;
  border-radius: 999px 36px 999px 40px;
  font-weight: 1000;
}

.platform-bolt {
  background: #111;
  color: #fff;
  border-color: #111;
}

.platform-icon {
  min-width: 48px;
  padding: 0 13px;
  border-radius: 17px 23px 15px 25px;
  font-weight: 900;
}

.hero-text {
  max-width: 640px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px 38px 999px 42px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  border: 2px solid transparent;
  transition: 0.2s ease;
}

.button:hover {
  transform: translateY(-2px) rotate(-0.5deg);
}

.button-primary {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 15px 30px rgba(238, 47, 142, 0.25);
}

.button-secondary {
  background: var(--yellow);
  color: #111;
  box-shadow: 0 15px 30px rgba(255, 225, 0, 0.26);
}

.button-light {
  background: #fff;
  color: #111;
  border-color: rgba(17, 17, 17, 0.12);
}

.painted-card,
.painted-frame,
.paint-edge {
  position: relative;
}

.painted-card::before,
.painted-frame::before,
.paint-edge::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(238, 47, 142, 0.76), rgba(255, 225, 0, 0.70), rgba(238, 47, 142, 0.48));
  clip-path: polygon(0 10%, 8% 2%, 21% 7%, 33% 0, 48% 6%, 60% 2%, 76% 7%, 90% 1%, 100% 10%, 96% 31%, 100% 48%, 97% 70%, 100% 90%, 87% 100%, 71% 95%, 60% 100%, 45% 94%, 31% 100%, 14% 95%, 0 100%, 4% 73%, 0 55%, 4% 35%);
}


.hero-section::after,
.showcase-section::after,
.meet-section::after,
.routes-section::after,
.downloads-section::after,
.contact-section::after,
.photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 11%, rgba(238, 47, 142, 0.25) 11% 13%, transparent 13% 23%, rgba(255, 225, 0, 0.28) 23% 25%, transparent 25%),
    linear-gradient(78deg, transparent 0 68%, rgba(238, 47, 142, 0.18) 68% 70%, transparent 70%),
    radial-gradient(ellipse at 16% 8%, rgba(255, 225, 0, 0.28), transparent 24%);
  mix-blend-mode: multiply;
  opacity: 0.82;
}

.hero-grid,
.showcase-section > .container,
.meet-section > .container,
.routes-section > .container,
.downloads-section > .container,
.contact-section > .container,
.photo-panel > * {
  position: relative;
  z-index: 2;
}

.hero-content,
.section-heading,
.meet-content,
.downloads-inner > .section-heading,
.routes-inner,
.contact-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-content {
  padding: 34px;
  border-radius: var(--radius-xl);
}

.section-heading,
.meet-content {
  padding: 30px;
  border-radius: var(--radius-lg);
}

.photo-panel {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 70px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.65);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    var(--photo-services),
    #fff;
  background-size: cover;
  background-position: center;
}

.photo-services { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)), var(--photo-services); }
.photo-references { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)), var(--photo-references); }
.photo-partners { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.65)), var(--photo-partners); }

.service-card::after,
.download-card::after,
.reference-card::after,
.partner-logo::after,
.info-card::after,
.slideshow::after,
.map-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: -7px;
  height: 13px;
  border-radius: 100% 44% 90% 38%;
  background: linear-gradient(90deg, rgba(238, 47, 142, 0.74), rgba(255, 225, 0, 0.72), rgba(238, 47, 142, 0.48));
  transform: rotate(-1.2deg);
  pointer-events: none;
}

.info-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(238, 47, 142, 0.10);
}

.info-photo {
  overflow: hidden;
  border-radius: 24px 30px 20px 32px;
  background: var(--soft);
  min-height: 220px;
}

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

.info-body h2,
.contact-card h2,
.section-heading h2,
.meet-content h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.info-body p {
  margin: 0 0 16px;
  color: var(--muted);
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.info-list li {
  position: relative;
  padding-left: 24px;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 6px;
  border-radius: 99px 30px 99px 30px;
  background: var(--pink);
}

.service-section,
.references-section,
.partners-section {
  padding: 86px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading-left {
  margin-left: 0;
  text-align: left;
}

.section-heading p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.service-grid,
.reference-grid,
.download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.download-card,
.reference-card {
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(238, 47, 142, 0.10);
  box-shadow: var(--shadow-soft);
  padding: 28px;
  transition: 0.2s ease;
}

.service-card:hover,
.download-card:hover,
.partner-logo:hover,
.reference-card:hover,
.route-list a:hover {
  transform: translateY(-4px) rotate(-0.5deg);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 20px 26px 17px 28px;
  background: var(--yellow);
  margin-bottom: 18px;
  font-size: 26px;
}

.service-card h3,
.download-card h3,
.reference-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.service-card p,
.download-card p,
.reference-card p {
  margin: 0;
  color: var(--muted);
}

.showcase-section,
.meet-section,
.routes-section,
.downloads-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.showcase-section {
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58)),
    var(--photo-cars);
}

.meet-section {
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.92)),
    var(--photo-meet);
}

.routes-section {
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.56)),
    var(--photo-routes);
}

.downloads-section {
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.58)),
    var(--photo-downloads);
}

.contact-section {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.55)),
    var(--photo-contact);
  background-size: cover;
  background-position: center;
}

.split-section,
.meet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 48px;
  align-items: center;
}

.meet-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.slideshow {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(238, 47, 142, 0.10);
}

.slides-track {
  position: relative;
  min-height: 460px;
}

.slide {
  display: none;
  min-height: 460px;
  background: #fff;
}

.slide.is-active {
  display: block;
  animation: fadeSlide 0.35s ease both;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

.slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.slide-caption {
  padding: 24px 28px 28px;
  background: #fff;
}

.slide-caption h3 {
  margin: 0 0 7px;
  font-size: 24px;
}

.slide-caption p {
  margin: 0;
  color: var(--muted);
}

.slideshow-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 24px;
}

.slide-prev,
.slide-next {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 18px 24px 16px 25px;
  background: var(--ink);
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.slide-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.slide-dot {
  width: 28px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #dedede;
  cursor: pointer;
}

.slide-dot.is-active {
  background: linear-gradient(90deg, var(--pink), var(--yellow));
}

.meet-content p {
  color: var(--muted);
  font-size: 17px;
}

.map-card {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  padding: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(238, 47, 142, 0.10);
}

#vehicle-map {
  width: 100%;
  height: 330px;
  border-radius: 22px 30px 20px 32px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 225, 0, 0.25), rgba(238, 47, 142, 0.10)),
    #f5f5f5;
}

.map-fallback {
  margin: 12px 4px 2px;
  color: var(--muted);
  font-size: 14px;
}

.tracking-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tracking-options span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px 32px 999px 38px;
  background: var(--yellow);
  color: #111;
  font-weight: 900;
  font-size: 13px;
}

.references-section {
  background: #fff;
}

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

.reference-card {
  min-height: 230px;
}

.stars {
  color: var(--pink);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-weight: 900;
}

.reference-card p {
  font-size: 18px;
  margin-bottom: 18px;
}

.reference-card strong {
  display: block;
}

.routes-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  border-radius: var(--radius-xl);
  padding: 46px;
  background: #fff;
  box-shadow: var(--shadow);
}

.route-list {
  display: grid;
  gap: 14px;
}

.route-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 20px 28px 18px 30px;
  background: linear-gradient(90deg, rgba(255, 225, 0, 0.28), rgba(238, 47, 142, 0.08));
  border: 1px solid rgba(238, 47, 142, 0.12);
  transition: 0.2s ease;
}

.route-list span {
  font-weight: 900;
}

.route-list strong {
  color: var(--pink-deep);
  white-space: nowrap;
}

.downloads-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 225, 0, 0.23), transparent 25%),
    radial-gradient(circle at 90% 30%, rgba(238, 47, 142, 0.13), transparent 24%),
    #fffdf2;
}

.downloads-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

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

.download-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px 24px 16px 26px;
  background: var(--ink);
  color: var(--yellow);
  font-weight: 1000;
  margin-bottom: 18px;
}

.partners-section {
  background: #fff;
}

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

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 110px;
  padding: 22px;
  border: 1px solid rgba(238, 47, 142, 0.12);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-soft);
  font-weight: 900;
  text-align: center;
  color: var(--muted);
  transition: 0.2s ease;
}

.contact-section {
  padding: 72px 0 84px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 44px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 9% 21%, rgba(255, 225, 0, 0.32), transparent 23%),
    radial-gradient(circle at 82% 30%, rgba(238, 47, 142, 0.18), transparent 25%),
    #fff;
  box-shadow: var(--shadow);
}

.contact-card p {
  margin: 18px 0 0;
  color: var(--muted);
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  padding: 28px 0;
  background: var(--ink);
  color: #fff;
}

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

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner a {
  color: var(--yellow);
  font-weight: 900;
}

.leaflet-container {
  font-family: Arial, Helvetica, sans-serif;
}

.car-marker {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% 50% 50% 12px;
  transform: rotate(-45deg);
  background: var(--pink);
  border: 4px solid #fff;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
}

.car-marker::after {
  content: "🚕";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  font-size: 18px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-section,
  .meet-grid,
  .downloads-inner,
  .routes-inner,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .info-card {
    max-width: 640px;
  }

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

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

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

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(238, 47, 142, 0.12);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

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

  .nav-links .nav-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .container,
  .main-nav {
    width: min(100% - 28px, var(--container));
  }

  .language-strip {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .brand-text {
    font-size: 14px;
  }

  .hero-section,
  .service-section,
  .showcase-section,
  .meet-section,
  .routes-section,
  .downloads-section,
  .references-section,
  .partners-section,
  .contact-section {
    padding: 58px 0;
  }

  .paint-title {
    font-size: clamp(48px, 17vw, 78px);
  }

  .hero-text {
    font-size: 16px;
  }

  .info-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .info-photo {
    min-height: 260px;
  }

  .service-grid,
  .download-grid,
  .reference-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .slides-track,
  .slide {
    min-height: 420px;
  }

  .slide img {
    height: 290px;
  }

  .slide-caption {
    padding: 20px;
  }

  .routes-inner,
  .contact-card {
    padding: 28px 20px;
  }

  .route-list a {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .button {
    width: 100%;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .platform-icon {
    min-width: 44px;
  }

  .paint-title {
    letter-spacing: -0.09em;
  }
}


/* Final paint/photo overrides */
.service-card,
.download-card,
.reference-card,
.partner-logo,
.map-card,
.slideshow,
.info-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.photo-panel.references-section,
.photo-panel.partners-section {
  background-size: cover;
  background-position: center;
}

.photo-credits {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
}

.photo-credits a {
  color: var(--yellow);
}

@media (max-width: 760px) {
  .hero-content,
  .section-heading,
  .meet-content {
    padding: 22px;
  }

  .photo-panel {
    margin-top: 34px;
    margin-bottom: 34px;
    border-radius: 28px;
  }
}


/* VERSION 4 – pink/yellow/white contrast, no orange accents */
body {
  background:
    radial-gradient(circle at 9% 10%, rgba(255, 225, 0, 0.16), transparent 24%),
    radial-gradient(circle at 91% 7%, rgba(238, 47, 142, 0.12), transparent 22%),
    var(--white);
}

body::before {
  background-image:
    linear-gradient(106deg, transparent 0 14%, rgba(238, 47, 142, 0.055) 14% 16%, transparent 16% 100%),
    linear-gradient(82deg, transparent 0 70%, rgba(255, 225, 0, 0.15) 70% 72%, transparent 72% 100%);
}

.site-header {
  border-bottom: 4px solid var(--pink);
}

.paint-ribbon,
.nav-links a::after,
.slide-dot.is-active {
  background: linear-gradient(90deg, var(--pink) 0%, var(--yellow) 50%, var(--pink) 100%);
}

.flag-link:hover,
.flag-link.active {
  border-color: var(--pink);
  background: linear-gradient(90deg, rgba(238, 47, 142, 0.16), rgba(255, 225, 0, 0.34));
}

.hero-section,
.showcase-section,
.meet-section,
.routes-section,
.downloads-section,
.contact-section,
.photo-panel {
  isolation: isolate;
}

.hero-section::after,
.showcase-section::after,
.meet-section::after,
.routes-section::after,
.downloads-section::after,
.contact-section::after,
.photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(238, 47, 142, 0.12), transparent 30%, rgba(255, 225, 0, 0.14) 65%, transparent),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.16));
}

.photo-panel {
  border: 5px solid var(--white);
  outline: 5px solid rgba(238, 47, 142, 0.70);
}

.hero-content,
.section-heading,
.meet-content,
.downloads-inner > .section-heading,
.routes-inner,
.contact-card,
.service-card,
.download-card,
.reference-card,
.partner-logo,
.map-card,
.slideshow,
.info-card {
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid rgba(238, 47, 142, 0.24);
  box-shadow: 0 24px 60px rgba(238, 47, 142, 0.16), 0 10px 0 rgba(255, 225, 0, 0.40);
}

.hero-content,
.section-heading,
.meet-content {
  position: relative;
}

.hero-content::before,
.section-heading::before,
.meet-content::before,
.contact-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -11px;
  height: 16px;
  border-radius: 999px 35px 999px 55px;
  background: linear-gradient(90deg, var(--pink), var(--yellow), var(--pink));
  opacity: 0.95;
  transform: rotate(-0.8deg);
  pointer-events: none;
}

.button-primary,
.platform-icon,
.download-type,
.slide-prev,
.slide-next,
.car-marker,
.brand-mark {
  background: var(--pink);
  color: var(--white);
}

.brand-mark {
  color: var(--yellow);
}

.button-secondary,
.nav-links .nav-cta,
.service-icon,
.tracking-options span {
  background: var(--yellow);
  color: #111;
  box-shadow: 0 12px 24px rgba(255, 225, 0, 0.30);
}

.routes-section {
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.50)),
    var(--photo-routes);
}

.downloads-section {
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.50)),
    var(--photo-downloads);
  background-size: cover;
  background-position: center;
}

.references-section,
.partners-section {
  background-size: cover;
  background-position: center;
}

.top-whatsapp-wrap {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto 14px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.top-whatsapp-wrap .wa-number-card {
  pointer-events: auto;
}

.whatsapp-divider {
  position: relative;
  z-index: 8;
  min-height: 106px;
  padding: 20px min(5vw, 52px);
  margin: -18px 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.90) 28%, rgba(255,255,255,0.90) 72%, rgba(255,255,255,0)),
    linear-gradient(100deg, transparent 0 8%, rgba(255, 225, 0, 0.50) 8% 10%, transparent 10% 100%);
}

.whatsapp-divider.wa-left { justify-content: flex-start; }
.whatsapp-divider.wa-right { justify-content: flex-end; }
.whatsapp-divider.wa-center { justify-content: center; }

.wa-number-card {
  --wa-scale: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: min(560px, calc(100vw - 40px));
  padding: 18px 24px 16px;
  border-radius: 28px 42px 22px 46px;
  background:
    linear-gradient(120deg, var(--pink) 0%, var(--pink-deep) 100%);
  color: var(--white);
  border: 5px solid var(--yellow);
  box-shadow:
    0 18px 42px rgba(238, 47, 142, 0.34),
    0 8px 0 rgba(255, 225, 0, 0.88);
  transform: rotate(var(--wa-tilt, -1deg)) scale(var(--wa-scale));
  transform-origin: center;
  transition: transform 0.12s linear, box-shadow 0.18s ease, filter 0.18s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wa-number-card:hover,
.wa-number-card:focus-visible {
  filter: contrast(1.08) saturate(1.06);
  box-shadow:
    0 24px 54px rgba(238, 47, 142, 0.42),
    0 10px 0 rgba(255, 225, 0, 1);
}

.wa-number-card span {
  font-size: 12px;
  font-weight: 1000;
  color: var(--yellow);
}

.wa-number-card strong {
  font-size: clamp(28px, 4.5vw, 52px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.wa-number-card em {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,0.86);
}

.wa-top-ticket {
  width: auto;
  min-width: 360px;
  padding: 12px 20px 11px;
  border-radius: 999px 44px 999px 54px;
  --wa-tilt: 0.6deg;
}

.wa-top-ticket strong {
  font-size: clamp(24px, 2.4vw, 34px);
}

.wa-right .wa-number-card { --wa-tilt: 1.4deg; }
.wa-center .wa-number-card { --wa-tilt: -0.4deg; }
.wa-small-tilt .wa-number-card { --wa-tilt: -2.2deg; }
.wa-big-tilt .wa-number-card { --wa-tilt: 2.4deg; }

@media (max-width: 760px) {
  .top-whatsapp-wrap {
    justify-content: center;
    margin-bottom: 10px;
  }

  .wa-top-ticket {
    min-width: 0;
    width: min(100%, 520px);
  }

  .whatsapp-divider {
    min-height: 92px;
    margin: -10px 0;
    justify-content: center !important;
  }

  .wa-number-card {
    align-items: center;
    text-align: center;
    padding: 16px 18px;
  }
}


/* VERSION 5: uploaded TAXI HURGHADA image used as the static top hero background. */
.hero-section.photo-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.80) 38%, rgba(255, 255, 255, 0.28) 72%, rgba(255, 255, 255, 0.10) 100%),
    radial-gradient(circle at 12% 18%, rgba(255, 225, 0, 0.30), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(238, 47, 142, 0.24), transparent 29%),
    url("assets/photos/hero-taxi-hurghada.png");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 780px) {
  .hero-section.photo-hero {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.38) 100%),
      radial-gradient(circle at 12% 18%, rgba(255, 225, 0, 0.28), transparent 28%),
      radial-gradient(circle at 82% 20%, rgba(238, 47, 142, 0.22), transparent 29%),
      url("assets/photos/hero-taxi-hurghada.png");
    background-position: center top;
  }
}


/* V6: explicit visible static hero background from the supplied image. */
.hero-section.photo-hero {
  background-image: url("assets/photos/hero-taxi-hurghada.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.hero-section.photo-hero .hero-bg-shape {
  opacity: 0.55;
}

.hero-section.photo-hero .info-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}

@media (max-width: 760px) {
  .hero-section {
    min-height: 700px;
    padding: 72px 0 64px;
    background-position: center top;
  }

  .hero-static-background {
    object-position: center top;
  }

  .hero-section::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.62) 54%, rgba(255, 255, 255, 0.24) 100%),
      linear-gradient(180deg, rgba(255, 225, 0, 0.18), rgba(238, 47, 142, 0.08));
  }

  .hero-content {
    padding: 24px;
    background: rgba(255, 255, 255, 0.82);
  }
}

/* V6 final hero visibility override: supplied photo remains the visible static top background. */
.hero-section.photo-hero {
  position: relative !important;
  min-height: 780px !important;
  background-image: url("assets/photos/hero-taxi-hurghada.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hero-section.photo-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.70) 0%, rgba(255,255,255,0.42) 40%, rgba(255,255,255,0.10) 68%, rgba(255,255,255,0.00) 100%),
    linear-gradient(180deg, rgba(255,225,0,0.12), rgba(238,47,142,0.06)) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero-section.photo-hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  width: auto !important;
  height: 18px !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, var(--pink), var(--yellow), var(--pink)) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero-section.photo-hero .hero-static-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -3 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.hero-section.photo-hero .hero-grid {
  position: relative !important;
  z-index: 4 !important;
}

.hero-section.photo-hero .hero-content {
  background: rgba(255,255,255,0.68) !important;
  backdrop-filter: blur(4px) !important;
}

.hero-section.photo-hero .info-card {
  background: rgba(255,255,255,0.78) !important;
  backdrop-filter: blur(5px) !important;
}

@media (max-width: 760px) {
  .hero-section.photo-hero {
    min-height: 720px !important;
    background-position: center top !important;
  }

  .hero-section.photo-hero .hero-static-background {
    object-position: center top !important;
  }

  .hero-section.photo-hero .hero-content,
  .hero-section.photo-hero .info-card {
    background: rgba(255,255,255,0.84) !important;
  }
}


/* V7 FIX: uploaded 01.png is forced into the top static hero block as a real visible background. */
.hero-section.photo-hero {
  background-image: url("assets/photos/01.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 820px;
}

.hero-fixed-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/photos/01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-static-background {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-section::before {
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.22) 34%, rgba(255, 255, 255, 0.05) 62%, rgba(255, 255, 255, 0.00) 100%),
    linear-gradient(180deg, rgba(255, 225, 0, 0.04), rgba(238, 47, 142, 0.03)) !important;
}

.hero-section::after {
  z-index: 2 !important;
}

.hero-bg-shape,
.hero-grid {
  position: relative;
  z-index: 3 !important;
}

.hero-content {
  background: rgba(255, 255, 255, 0.62) !important;
}

@media (max-width: 760px) {
  .hero-section.photo-hero,
  .hero-fixed-photo,
  .hero-static-background {
    background-position: center top !important;
    object-position: center top !important;
  }

  .hero-section::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.30) 42%, rgba(255, 255, 255, 0.16) 100%) !important;
  }
}


/* V8: social icons in the top navigation. Pink / yellow / white only. */
.header-social-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.social-link {
  background: var(--pink) !important;
  color: var(--white) !important;
  border-color: var(--yellow) !important;
}

.social-link::after {
  content: none !important;
}

@media (max-width: 900px) {
  .header-social-links {
    width: 100%;
    justify-content: flex-start;
    padding: 4px 0 2px;
  }

  .social-link {
    width: 44px;
    height: 44px;
  }
}


/* V9 local taxi photos: use supplied photos in all sliders and formerly placeholder image blocks. */
.info-photo img,
.slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.info-photo img {
  height: 100%;
  min-height: 260px;
}

.slide img {
  height: clamp(260px, 34vw, 430px);
}

.photo-services { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)), var(--photo-services) !important; }
.photo-cars { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.52)), var(--photo-cars) !important; }
.photo-meet { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.50)), var(--photo-meet) !important; }
.photo-references { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56)), var(--photo-references) !important; }
.photo-routes { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.58)), var(--photo-routes) !important; }
.photo-downloads { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.56)), var(--photo-downloads) !important; }
.photo-partners { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)), var(--photo-partners) !important; }
.photo-contact { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.50)), var(--photo-contact) !important; }

/* VERSION 10 – special offer, local system brush font, dark background switch */
@font-face {
  font-family: "TaxiBrushLocal";
  src: local("Brush Script MT"), local("Segoe Print"), local("Marker Felt"), local("Arial Black"), local("Impact");
  font-display: swap;
}

.top-promo-wrap {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 118px;
}

.offer-banner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: min(760px, 100%);
  min-height: 96px;
  position: relative;
  isolation: isolate;
  transform: rotate(-1.2deg);
  padding: 12px 28px 18px;
  color: var(--ink);
}

.offer-banner::before,
.offer-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.offer-banner::before {
  inset: 8px 0 8px 0;
  background:
    linear-gradient(96deg, rgba(255,255,255,0.88) 0 18%, rgba(255,225,0,0.97) 18% 45%, rgba(238,47,142,0.97) 45% 100%);
  border: 5px solid var(--pink);
  border-left-width: 14px;
  border-bottom: 8px solid var(--yellow);
  border-radius: 999px 70px 999px 95px;
  clip-path: polygon(0 12%, 97% 0, 100% 66%, 92% 100%, 5% 92%);
  box-shadow: 0 24px 48px rgba(238, 47, 142, 0.22), 0 8px 0 rgba(255,225,0,0.92);
}

.offer-banner::after {
  left: 28px;
  right: 42px;
  bottom: 10px;
  height: 12px;
  background: var(--pink);
  border-radius: 999px 40px 999px 40px;
  filter: blur(0.2px);
  opacity: 0.84;
  transform: rotate(-0.6deg);
}

.offer-small {
  font: 900 clamp(13px, 1.5vw, 18px)/1 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #000;
  text-shadow: 2px 2px 0 var(--yellow), -1px -1px 0 #fff;
  margin-left: 12px;
}

.brush-offer strong {
  display: block;
  width: fit-content;
  font-family: "TaxiBrushLocal", "Arial Black", Impact, sans-serif;
  font-size: clamp(32px, 5.4vw, 76px);
  line-height: 0.92;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 1px #000;
  text-shadow:
    -3px -3px 0 var(--yellow),
    3px 3px 0 var(--pink),
    7px 7px 0 rgba(0,0,0,0.22),
    0 0 18px rgba(255,255,255,0.86);
  animation: taxiOfferShake 1.35s steps(2, end) infinite;
}

@keyframes taxiOfferShake {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.4deg); }
  18% { transform: translate3d(1px, -1px, 0) rotate(0.4deg); }
  36% { transform: translate3d(-1px, 1px, 0) rotate(-0.7deg); }
  54% { transform: translate3d(2px, 0, 0) rotate(0.5deg); }
  72% { transform: translate3d(-2px, -1px, 0) rotate(-0.2deg); }
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 4px solid var(--yellow);
  background: var(--pink);
  color: var(--white);
  border-radius: 999px 34px 999px 34px;
  min-height: 42px;
  padding: 7px 12px;
  font: 900 11px/1 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  cursor: pointer;
  box-shadow: 0 9px 0 rgba(255,225,0,0.86), 0 16px 28px rgba(238,47,142,0.24);
  transform: rotate(-1deg);
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-2px) scale(1.03) rotate(0deg);
  outline: none;
}

.slide img,
.info-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-photo {
  min-height: 260px;
  overflow: hidden;
}

.slideshow .slide img {
  min-height: 440px;
  max-height: 560px;
}

body.theme-dark {
  --white: #050507;
  --ink: #f7f7f7;
  --muted: #d7d7dc;
  --line: rgba(255, 255, 255, 0.16);
  --soft: #111115;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.74);
  --shadow-soft: 0 20px 48px rgba(0, 0, 0, 0.62);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 225, 0, 0.14), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(238, 47, 142, 0.17), transparent 20%),
    #030304 !important;
  color: var(--ink);
}

body.theme-dark::before {
  background-image:
    linear-gradient(105deg, transparent 0 15%, rgba(238, 47, 142, 0.12) 15% 17%, transparent 17% 100%),
    linear-gradient(82deg, transparent 0 68%, rgba(255, 225, 0, 0.16) 68% 70%, transparent 70% 100%);
}

body.theme-dark .site-header,
body.theme-dark .language-strip,
body.theme-dark .nav-links.is-open {
  background: rgba(5, 5, 7, 0.94) !important;
  color: #fff;
  border-color: rgba(255,255,255,0.14);
}

body.theme-dark .brand-mark,
body.theme-dark .platform-pill,
body.theme-dark .download-type {
  background: #000 !important;
  color: var(--yellow) !important;
}

body.theme-dark .flag-link,
body.theme-dark .nav-links a,
body.theme-dark .brand-text {
  color: #fff;
}

body.theme-dark .nav-cta {
  color: #000 !important;
}

body.theme-dark .painted-card,
body.theme-dark .info-card,
body.theme-dark .service-card,
body.theme-dark .reference-card,
body.theme-dark .download-card,
body.theme-dark .partner-logo,
body.theme-dark .contact-card,
body.theme-dark .route-list a,
body.theme-dark .map-card,
body.theme-dark .paint-edge,
body.theme-dark .photo-panel {
  background: rgba(5, 5, 7, 0.84) !important;
  color: #fff !important;
  border-color: rgba(255, 225, 0, 0.72) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.72) !important;
}

body.theme-dark .hero-content,
body.theme-dark .section-heading,
body.theme-dark .meet-content,
body.theme-dark .downloads-inner,
body.theme-dark .routes-inner {
  color: #fff;
}

body.theme-dark .hero-text,
body.theme-dark .section-heading p,
body.theme-dark .service-card p,
body.theme-dark .reference-card p,
body.theme-dark .download-card p,
body.theme-dark .info-body p,
body.theme-dark .map-fallback {
  color: rgba(255,255,255,0.86) !important;
}

body.theme-dark .hero-section.photo-hero::after {
  background: linear-gradient(90deg, rgba(0,0,0,0.30), rgba(0,0,0,0.08) 47%, rgba(0,0,0,0.20)) !important;
}

body.theme-dark .hero-static-background {
  filter: saturate(1.1) contrast(1.05) brightness(0.78) !important;
}

body.theme-dark .offer-banner::before {
  background:
    linear-gradient(96deg, rgba(0,0,0,0.86) 0 18%, rgba(255,225,0,0.98) 18% 45%, rgba(238,47,142,0.98) 45% 100%);
  border-color: var(--yellow);
}

body.theme-dark .offer-small,
body.theme-dark .brush-offer strong {
  color: #fff;
  -webkit-text-stroke-color: #000;
  text-shadow:
    -3px -3px 0 var(--yellow),
    3px 3px 0 var(--pink),
    7px 7px 0 #000,
    0 0 18px rgba(255,255,255,0.64);
}

body.theme-dark .theme-toggle {
  background: var(--yellow);
  color: #000;
  border-color: var(--pink);
  box-shadow: 0 9px 0 rgba(238,47,142,0.92), 0 16px 28px rgba(0,0,0,0.42);
}

body.theme-dark .site-footer {
  background: #000 !important;
  color: #fff;
}

@media (max-width: 980px) {
  .top-promo-wrap {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-top: 12px;
  }

  .offer-banner {
    min-width: 0;
    width: 100%;
    min-height: 90px;
  }

  .theme-toggle span {
    display: none;
  }
}

@media (max-width: 720px) {
  .brush-offer strong {
    font-size: clamp(28px, 10vw, 46px);
  }

  .offer-small {
    font-size: 12px;
  }

  .slideshow .slide img {
    min-height: 300px;
  }
}

/* VERSION 11 – theme switch is icon-only: moon for dark mode, sun for light mode. */
.theme-toggle {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  padding: 0 !important;
  gap: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 4px solid var(--yellow) !important;
  background: var(--pink) !important;
  color: var(--white) !important;
  box-shadow: 0 8px 0 rgba(255,225,0,0.90), 0 16px 30px rgba(238,47,142,0.26) !important;
  transform: rotate(-4deg) !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-2px) scale(1.08) rotate(0deg) !important;
}

.theme-toggle .theme-icon {
  width: 28px !important;
  height: 28px !important;
  fill: currentColor !important;
  display: block !important;
}

.theme-toggle .theme-icon-sun {
  display: none !important;
}

body.theme-dark .theme-toggle {
  background: var(--yellow) !important;
  color: #000 !important;
  border-color: var(--pink) !important;
  box-shadow: 0 8px 0 rgba(238,47,142,0.92), 0 16px 30px rgba(0,0,0,0.44) !important;
}

body.theme-dark .theme-toggle .theme-icon-moon {
  display: none !important;
}

body.theme-dark .theme-toggle .theme-icon-sun {
  display: block !important;
}

@media (max-width: 980px) {
  .top-promo-wrap {
    align-items: center !important;
  }

  .theme-toggle {
    align-self: center !important;
  }
}


/* VERSION 12 – fixed theme switch click area and robust visible state. */
.top-promo-wrap,
.top-whatsapp-wrap {
  pointer-events: auto !important;
}

.top-promo-wrap .wa-number-card,
.top-whatsapp-wrap .wa-number-card,
.theme-toggle {
  pointer-events: auto !important;
}

.theme-toggle {
  position: relative !important;
  z-index: 80 !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  touch-action: manipulation !important;
}

.theme-toggle .theme-icon-moon {
  display: block !important;
}

.theme-toggle .theme-icon-sun {
  display: none !important;
}

body.theme-dark .theme-toggle .theme-icon-moon,
html.theme-dark .theme-toggle .theme-icon-moon {
  display: none !important;
}

body.theme-dark .theme-toggle .theme-icon-sun,
html.theme-dark .theme-toggle .theme-icon-sun {
  display: block !important;
}

html.theme-dark body {
  --white: #050507;
  --ink: #f7f7f7;
  --muted: #d7d7dc;
  --line: rgba(255, 255, 255, 0.16);
  --soft: #111115;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.74);
  --shadow-soft: 0 20px 48px rgba(0, 0, 0, 0.62);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 225, 0, 0.14), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(238, 47, 142, 0.17), transparent 20%),
    #030304 !important;
  color: var(--ink);
}

html.theme-dark .site-header,
html.theme-dark .language-strip,
html.theme-dark .nav-links.is-open {
  background: rgba(5, 5, 7, 0.94) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.14) !important;
}

html.theme-dark .flag-link,
html.theme-dark .nav-links a,
html.theme-dark .brand-text,
html.theme-dark .hero-content,
html.theme-dark .section-heading,
html.theme-dark .meet-content,
html.theme-dark .downloads-inner,
html.theme-dark .routes-inner {
  color: #fff !important;
}

html.theme-dark .painted-card,
html.theme-dark .info-card,
html.theme-dark .service-card,
html.theme-dark .reference-card,
html.theme-dark .download-card,
html.theme-dark .partner-logo,
html.theme-dark .contact-card,
html.theme-dark .route-list a,
html.theme-dark .map-card,
html.theme-dark .paint-edge,
html.theme-dark .photo-panel {
  background: rgba(5, 5, 7, 0.84) !important;
  color: #fff !important;
  border-color: rgba(255, 225, 0, 0.72) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.72) !important;
}

html.theme-dark .theme-toggle {
  background: var(--yellow) !important;
  color: #000 !important;
  border-color: var(--pink) !important;
  box-shadow: 0 8px 0 rgba(238,47,142,0.92), 0 16px 30px rgba(0,0,0,0.44) !important;
}

/* VERSION 13 – compact top static area for the website, not an oversized header. */
.site-header {
  border-bottom-width: 3px !important;
}

.paint-ribbon {
  height: 4px !important;
}

.language-strip {
  padding: 3px 16px !important;
  gap: 7px !important;
  min-height: 25px !important;
}

.flag-link {
  padding: 3px 7px !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.flag-link span {
  font-size: 14px !important;
}

.main-nav {
  min-height: 52px !important;
  gap: 18px !important;
}

.brand {
  gap: 10px !important;
}

.brand-mark {
  width: 36px !important;
  height: 36px !important;
  border-radius: 13px 16px 11px 17px !important;
  font-size: 14px !important;
}

.brand-mark::after {
  bottom: -4px !important;
  height: 7px !important;
}

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

.nav-links {
  gap: 15px !important;
  font-size: 12px !important;
  letter-spacing: 0.055em !important;
}

.nav-links a {
  padding: 7px 0 !important;
}

.nav-links .nav-cta {
  padding: 9px 16px !important;
  box-shadow: 0 7px 18px rgba(255, 225, 0, 0.28) !important;
}

.header-social-links {
  gap: 8px !important;
}

.header-social-links .social-link {
  width: 38px !important;
  height: 38px !important;
  border-width: 3px !important;
  box-shadow: 0 6px 0 rgba(255,225,0,0.90), 0 12px 22px rgba(238,47,142,0.22) !important;
}

.header-social-links .social-link svg {
  width: 18px !important;
  height: 18px !important;
}

.top-promo-wrap {
  padding: 4px 0 9px !important;
  min-height: 72px !important;
  gap: 16px !important;
  align-items: center !important;
}

.offer-banner {
  flex: 0 1 560px !important;
  min-width: 0 !important;
  width: min(560px, 100%) !important;
  min-height: 58px !important;
  padding: 7px 18px 10px !important;
  transform: rotate(-0.6deg) !important;
}

.offer-banner::before {
  inset: 4px 0 5px 0 !important;
  border: 3px solid var(--pink) !important;
  border-left-width: 8px !important;
  border-bottom: 5px solid var(--yellow) !important;
  border-radius: 999px 48px 999px 72px !important;
  box-shadow: 0 12px 26px rgba(238, 47, 142, 0.18), 0 5px 0 rgba(255,225,0,0.82) !important;
}

.offer-banner::after {
  left: 20px !important;
  right: 34px !important;
  bottom: 5px !important;
  height: 6px !important;
}

.offer-small {
  margin: 0 0 2px 8px !important;
  font-size: clamp(10px, 0.85vw, 12px) !important;
  letter-spacing: 0.18em !important;
}

.brush-offer strong {
  font-size: clamp(22px, 3.1vw, 44px) !important;
  line-height: 0.88 !important;
  text-shadow:
    -2px -2px 0 var(--yellow),
    2px 2px 0 var(--pink),
    4px 4px 0 rgba(0,0,0,0.20),
    0 0 12px rgba(255,255,255,0.78) !important;
}

.wa-top-ticket {
  min-width: 292px !important;
  padding: 9px 17px 8px !important;
  border-width: 4px !important;
  border-radius: 999px 36px 999px 44px !important;
  box-shadow: 0 10px 26px rgba(238, 47, 142, 0.26), 0 5px 0 rgba(255, 225, 0, 0.88) !important;
}

.wa-top-ticket span,
.wa-top-ticket em {
  font-size: 10px !important;
}

.wa-top-ticket strong {
  font-size: clamp(21px, 2vw, 28px) !important;
}

.theme-toggle {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-width: 3px !important;
  box-shadow: 0 6px 0 rgba(255,225,0,0.90), 0 11px 22px rgba(238,47,142,0.22) !important;
}

.theme-toggle .theme-icon {
  width: 22px !important;
  height: 22px !important;
}

@media (max-width: 980px) {
  .top-promo-wrap {
    padding: 7px 0 11px !important;
    min-height: 0 !important;
    gap: 10px !important;
  }

  .offer-banner {
    width: 100% !important;
    min-height: 54px !important;
  }

  .wa-top-ticket {
    width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    text-align: center !important;
  }
}

@media (max-width: 760px) {
  .main-nav {
    min-height: 50px !important;
  }

  .brand-text {
    font-size: 13px !important;
  }

  .top-promo-wrap {
    width: min(var(--container), calc(100% - 24px)) !important;
  }

  .brush-offer strong {
    font-size: clamp(22px, 8vw, 34px) !important;
  }

  .offer-small {
    font-size: 10px !important;
  }
}


/* VERSION 14: real top anchor and visible Back to top control. */
.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yellow);
}

.back-to-top::before {
  content: "↑";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 0 0 3px var(--pink);
}

.floating-back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--pink);
  box-shadow: 0 10px 26px rgba(238, 47, 142, 0.26);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-back-top:hover,
.floating-back-top:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(238, 47, 142, 0.34);
}

body.theme-dark .back-to-top::before,
html.theme-dark .back-to-top::before,
body.theme-dark .floating-back-top,
html.theme-dark .floating-back-top {
  color: #050505;
}

/* V15: Tito portrait inside Popular Routes */
.routes-profile-card {
  overflow: visible !important;
}

.routes-profile-top {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
}

.tito-route-photo {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: var(--white);
  border: 7px solid var(--white);
  outline: 6px solid var(--pink);
  box-shadow:
    12px 12px 0 var(--yellow),
    0 22px 42px rgba(238, 47, 142, 0.34);
  transform: rotate(-3deg);
}

.routes-title-text .section-kicker {
  margin-bottom: 8px;
}

.routes-profile-card .paint-heading {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.95;
  max-width: 620px;
}

body.theme-dark .tito-route-photo,
html.theme-dark .tito-route-photo {
  background: #070707;
  border-color: #070707;
  box-shadow:
    12px 12px 0 var(--yellow),
    0 22px 42px rgba(238, 47, 142, 0.42);
}

@media (max-width: 720px) {
  .routes-profile-top {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
  }

  .tito-route-photo {
    width: 118px;
    height: 118px;
    border-width: 6px;
    outline-width: 5px;
  }

  .routes-profile-card .paint-heading {
    font-size: clamp(30px, 12vw, 44px);
  }
}


/* VERSION 16 – Tito question portrait in Meet Me map block */
.where-driver-card {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 32px 42px 30px 46px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(238, 47, 142, 0.24);
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.12);
  overflow: hidden;
}

.where-driver-photo-wrap {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.where-question-bg {
  position: absolute;
  left: -22px;
  top: -44px;
  z-index: -1;
  font-size: 190px;
  line-height: 1;
  font-weight: 1000;
  color: var(--yellow);
  text-shadow: 8px 8px 0 var(--pink), -3px 3px 0 #111;
  transform: rotate(-9deg);
  opacity: 0.9;
}

.where-driver-photo {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--yellow);
  box-shadow: 0 0 0 5px var(--pink), 0 16px 30px rgba(0, 0, 0, 0.22);
  background: #fff;
}

.where-driver-text h2 {
  margin: 0 0 6px;
  font-size: clamp(25px, 3vw, 39px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #111;
}

.where-driver-text .section-kicker {
  margin-bottom: 5px;
}

.where-driver-text span {
  display: block;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.35;
}

body.theme-dark .where-driver-card,
html.theme-dark .where-driver-card {
  background: rgba(5, 5, 7, 0.88) !important;
  border-color: rgba(255, 225, 0, 0.68) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.72) !important;
}

body.theme-dark .where-driver-text h2,
html.theme-dark .where-driver-text h2 {
  color: #fff !important;
}

body.theme-dark .where-driver-text span,
html.theme-dark .where-driver-text span {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 680px) {
  .where-driver-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .where-driver-photo-wrap {
    width: 150px;
    height: 150px;
  }

  .where-driver-photo {
    width: 136px;
    height: 136px;
  }

  .where-question-bg {
    left: -8px;
    top: -42px;
  }
}
