:root {
  --bg: #0a0a0a;
  --surface: #111111;
  --soft: #f3f3f1;
  --text: #f5f5f0;
  --darkText: #141414;
  --muted: #b7b7ae;
  --line: rgba(255,255,255,.16);
  --line-dark: rgba(0,0,0,.14);
  --brand: #ffd60a;
  --brand-2: #e8c000;
  --radius: 28px;
  --container: 1240px;
  --shadow: 0 24px 80px rgba(0,0,0,.14);
  color-scheme: dark;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 42%, rgba(0,0,0,.24) 100%),
      url("/images/taxi-tuebingen-neckarbruecke-tuebingen.jpeg") center/cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: center;
  padding: 92px 0;
}

.hero h1 {
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

.hero-copy {
  margin-top: 28px;
}

.hero-points {
  margin-top: 28px;
}

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

.phone-icon {
  width: 86px;
  height: 86px;
  border: 3px solid #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-light {
  background: var(--soft);
  color: var(--darkText);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
}

.panel {
  padding: 90px clamp(24px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel-dark {
  background: #050505;
  color: #fff;
  position: relative;
}

.panel-dark::before {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 80px);
  top: 116px;
  width: 2px;
  height: 96px;
  background: rgba(255,255,255,.35);
}

.panel-light::before {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 80px);
  top: 116px;
  width: 2px;
  height: 96px;
  background: rgba(255,255,255,.35);
}

.panel-dark::after {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 80px);
  top: 173px;
  width: 4px;
  height: 130px;
  background: currentColor;
}

.panel-light::after {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 80px);
  top: 173px;
  width: 4px;
  height: 130px;
  background: currentColor;
}

.panel-light {
  position: relative;
  background: #efefeb;
  color: #121212;
}

.visual {
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.visual-1 {
  background-image: url("/images/taxi-tuebingen.jpg");
}

.visual-2 {
  display: grid;
  place-items: center;
  padding: 52px;
}

.visual-2-link {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.card-illustration {
  position: relative;
  width: min(100%, 580px);
  aspect-ratio: 1.18 / 1;
  border-radius: 30px;
  background: radial-gradient(circle at 18% 24%, rgba(255,255,255,.9) 0, rgba(255,255,255,.35) 18%, transparent 42%),
      linear-gradient(180deg, #fbfbf9 0%, #efefeb 100%);
  box-shadow: 0 26px 80px rgba(0,0,0,.12),
      inset 0 1px 0 rgba(255,255,255,.7);
  overflow: hidden;
  margin: 0 auto;
  transition: transform .28s ease, box-shadow .28s ease;
  isolation: isolate;
}

.visual-2-link:hover .card-illustration {
  transform: translateY(-4px);
  box-shadow: 0 34px 90px rgba(0,0,0,.16),
      inset 0 1px 0 rgba(255,255,255,.8);
}

.visual-2-link:focus-visible .card-illustration {
  transform: translateY(-4px);
  box-shadow: 0 34px 90px rgba(0,0,0,.16),
      inset 0 1px 0 rgba(255,255,255,.8);
}

.tap-hint {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  font-weight: 800;
  font-size: .92rem;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
  white-space: nowrap;
}

.illustration-scene {
  position: absolute;
  inset: 0;
}

.illustration-glow {
  position: absolute;
  inset: auto auto 18% 6%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241,205,17,.18) 0%, rgba(241,205,17,.06) 38%, rgba(241,205,17,0) 72%);
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}

.road {
  position: absolute;
  right: 5%;
  bottom: 18%;
  width: 64%;
  height: 114px;
  background: linear-gradient(180deg, #52607f 0%, #44506b 100%);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 7% 50%);
  box-shadow: inset 0 -12px 0 rgba(0,0,0,.08),
      0 16px 24px rgba(0,0,0,.08);
  z-index: 1;
}

.road::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 9%;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(
      to right,
      rgba(255,255,255,.96) 0 16px,
      transparent 16px 38px
    );
  opacity: .96;
}

.taxi-top {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 108px;
  height: 54px;
  z-index: 3;
  animation: taxiTopFloat 4.6s ease-in-out infinite;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.14));
}

.apple-taxi .taxi-shell {
  position: absolute;
  inset: 0;
  border-radius: 17px;
  background: linear-gradient(180deg, #f4d11b 0%, #e0b700 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35),
      inset 0 -3px 0 rgba(0,0,0,.08);
}

.apple-taxi .taxi-shell::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 13px;
  border: 1.5px solid rgba(0,0,0,.16);
}

.apple-taxi .taxi-cabin {
  position: absolute;
  left: 21px;
  right: 21px;
  top: 7px;
  bottom: 7px;
  border-radius: 10px;
  background: linear-gradient(180deg, #343438 0%, #171719 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),
      inset 0 -1px 0 rgba(0,0,0,.35);
}

.apple-taxi .taxi-cabin::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 11px;
  border-radius: 7px;
  background: linear-gradient(180deg, #4f4f55 0%, #1b1b1d 100%);
  opacity: .95;
}

.apple-taxi .taxi-cabin::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 11px;
  border-radius: 7px;
  background: linear-gradient(180deg, #4f4f55 0%, #1b1b1d 100%);
  opacity: .95;
}

.apple-taxi .taxi-cabin::before {
  left: -10px;
}

.apple-taxi .taxi-cabin::after {
  right: -10px;
}

.apple-taxi .taxi-highlight {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 5px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,0));
  pointer-events: none;
}

.apple-taxi .taxi-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: repeating-linear-gradient(
        to right,
        rgba(0,0,0,.68) 0 2px,
        transparent 2px 4px
      ),
      linear-gradient(180deg, rgba(255,255,255,.1), rgba(0,0,0,.06));
  opacity: .82;
}

.apple-taxi .taxi-wheel {
  position: absolute;
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background: #191919;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.apple-taxi .wheel-1 {
  left: -1px;
  top: 10px;
}

.apple-taxi .wheel-2 {
  left: -1px;
  bottom: 10px;
}

.apple-taxi .wheel-3 {
  right: -1px;
  top: 10px;
}

.apple-taxi .wheel-4 {
  right: -1px;
  bottom: 10px;
}

.phone-hand {
  position: absolute;
  left: 7.5%;
  bottom: 10%;
  width: 255px;
  height: 312px;
  z-index: 5;
  animation: handFloat 5.2s ease-in-out infinite;
}

.hand-shadow {
  position: absolute;
  left: 16px;
  bottom: 4px;
  width: 170px;
  height: 54px;
  background: rgba(0,0,0,.08);
  filter: blur(14px);
  border-radius: 50%;
  z-index: 0;
}

.hand-silhouette {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 195px;
  height: 158px;
  background: linear-gradient(180deg, #1f1f1f 0%, #111111 100%);
  border-radius: 85px 95px 72px 80px;
  transform: rotate(-16deg);
  z-index: 1;
  box-shadow: 0 18px 28px rgba(0,0,0,.18),
      inset 0 1px 0 rgba(255,255,255,.03);
}

.hand-silhouette::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 18px;
  width: 70px;
  height: 120px;
  background: linear-gradient(180deg, #232323 0%, #141414 100%);
  border-radius: 40px;
  transform: rotate(34deg);
}

.hand-silhouette::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -10px;
  width: 92px;
  height: 42px;
  border-radius: 28px;
  background: #161616;
  filter: blur(.5px);
}

.finger {
  position: absolute;
  background: linear-gradient(180deg, #202020 0%, #131313 100%);
  border-radius: 999px;
  z-index: 4;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.finger-1 {
  width: 28px;
  height: 108px;
  left: 139px;
  top: 88px;
  transform: rotate(10deg);
}

.finger-2 {
  width: 26px;
  height: 98px;
  left: 114px;
  top: 98px;
  transform: rotate(7deg);
  opacity: .97;
}

.thumb {
  width: 54px;
  height: 104px;
  left: 154px;
  top: 132px;
  position: absolute;
  border-radius: 34px;
  background: linear-gradient(180deg, #252525 0%, #141414 100%);
  transform: rotate(28deg);
  z-index: 6;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.mini-phone {
  position: absolute;
  left: 54px;
  top: 22px;
  width: 118px;
  height: 236px;
  border-radius: 28px;
  background: linear-gradient(180deg, #3c3c3f 0%, #262628 100%);
  border: 4px solid #5f5f61;
  box-shadow: 0 22px 34px rgba(0,0,0,.22),
      inset 0 2px 0 rgba(255,255,255,.09);
  z-index: 5;
}

.mini-phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 44px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.mini-screen {
  position: absolute;
  inset: 22px 12px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: .9rem;
  padding: 12px;
  gap: 14px;
  overflow: hidden;
}

.mini-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 36%);
  pointer-events: none;
}

.mini-title {
  position: relative;
  z-index: 1;
  line-height: 1.35;
  font-weight: 500;
}

.mini-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .82rem;
  line-height: 1.2;
  padding: 9px 11px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,.10);
}

.visual-2-link:focus-visible {
  outline: 3px solid #f1cd11;
  outline-offset: 6px;
  border-radius: 28px;
}

.services {
  background: #efefeb;
  color: #121212;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

.service {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
}

.service h3 {
  margin-bottom: 12px;
}

.service p {
  margin: 0 0 18px;
}

.service a {
  font-weight: 700;
}

.services-more {
  margin-top: 36px;
  text-align: center;
}

.services-more a {
  font-weight: 600;
  font-size: 1rem;
  transition: opacity .2s ease;
}

.services-more a:hover {
  opacity: 1;
}

.faq-section {
  background: #efefeb;
  color: #121212;
  padding: 90px 0 110px;
}

.faq-head {
  margin-bottom: 28px;
}

.faq-intro {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 1.06rem;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 58px 22px 22px;
  font-size: 1.08rem;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
  color: #111;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 22px 22px;
  font-size: 1rem;
}

.faq-link {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.faq-link:hover {
  color: #f1cd11;
}

.final-cta {
  background: #090909;
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  margin: 0 auto;
}

.final-cta p {
  margin: 22px auto 0;
}

.final-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.floating-whatsapp {
  justify-self: end;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  animation: whatsappPulse 2.8s ease-in-out infinite;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.03);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 54px rgba(0,0,0,.24);
}

.floating-whatsapp:focus-visible {
  transform: translateY(-2px) scale(1.03);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 54px rgba(0,0,0,.24);
}

.floating-whatsapp-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(37, 211, 102, .32);
  flex-shrink: 0;
}

.floating-whatsapp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.floating-whatsapp-text strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .01em;
}

.floating-whatsapp-text small {
  margin-top: 4px;
  font-size: .85rem;
}

@media (prefers-reduced-motion: reduce) {
  .phone-hand {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .taxi-top {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .floating-whatsapp {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .card-illustration {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .visual-2-link:hover .card-illustration {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .visual-2-link:focus-visible .card-illustration {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

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

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

  .hero {
    min-height: auto;
  }

  .panel {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .final-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .floating-whatsapp {
    justify-self: start;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .taxi-top {
    width: 78px;
    height: 42px;
    right: 17%;
  }

  .apple-taxi .taxi-cabin {
    left: 16px;
    right: 16px;
    top: 6px;
    bottom: 6px;
    border-radius: 8px;
  }

  .apple-taxi .taxi-cabin::before {
    width: 10px;
    top: 4px;
    bottom: 4px;
  }

  .apple-taxi .taxi-cabin::after {
    width: 10px;
    top: 4px;
    bottom: 4px;
  }

  .apple-taxi .taxi-cabin::before {
    left: -8px;
  }

  .apple-taxi .taxi-cabin::after {
    right: -8px;
  }

  .apple-taxi .taxi-highlight {
    left: 10px;
    right: 10px;
    top: 5px;
    height: 8px;
  }

  .apple-taxi .taxi-badge {
    width: 12px;
    height: 12px;
    border-radius: 4px;
  }

  .apple-taxi .taxi-wheel {
    width: 5px;
    height: 12px;
  }

  .apple-taxi .wheel-1 {
    top: 9px;
  }

  .apple-taxi .wheel-2 {
    bottom: 9px;
  }

  .apple-taxi .wheel-3 {
    top: 9px;
  }

  .apple-taxi .wheel-4 {
    bottom: 9px;
  }

  .hero {
    min-height: auto;
    background-position: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 72px 0 46px;
  }

  .hero h1 {
    font-size: clamp(1.45rem, 6vw, 2.4rem);
    line-height: 1.04;
    max-width: 8ch;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .hero-points {
    gap: 6px;
    margin-top: 20px;
    font-size: 1.05rem;
    letter-spacing: .04em;
  }

  .hero-copy {
    margin-top: 18px;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }

  .phone-icon {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .panel {
    padding: 54px 24px;
  }

  .panel-dark::before {
    left: 24px;
    top: 76px;
    height: 60px;
  }

  .panel-light::before {
    left: 24px;
    top: 76px;
    height: 60px;
  }

  .panel-dark::after {
    left: 24px;
    top: 108px;
    height: 88px;
  }

  .panel-light::after {
    left: 24px;
    top: 108px;
    height: 88px;
  }

  .visual-1 {
    min-height: 220px;
    background: linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.6)),
          url("/images/taxi-tuebingen.jpg") center/cover no-repeat;
  }

  .visual-2 {
    padding: 30px 18px 46px;
  }

  .card-illustration {
    width: 100%;
    max-width: 430px;
    border-radius: 24px;
    aspect-ratio: 1.03 / 1;
  }

  .tap-hint {
    top: 12px;
    right: 12px;
    font-size: .76rem;
    padding: 8px 11px;
  }

  .illustration-glow {
    width: 180px;
    height: 180px;
    left: 4%;
    bottom: 16%;
  }

  .phone-hand {
    left: 4%;
    bottom: 8%;
    width: 188px;
    height: 235px;
  }

  .hand-shadow {
    width: 118px;
    height: 36px;
    left: 10px;
    bottom: 0;
  }

  .hand-silhouette {
    width: 140px;
    height: 112px;
    border-radius: 62px 76px 58px 62px;
  }

  .hand-silhouette::before {
    width: 48px;
    height: 86px;
    right: -4px;
    top: 14px;
  }

  .hand-silhouette::after {
    width: 64px;
    height: 28px;
    left: 14px;
    bottom: -6px;
  }

  .finger-1 {
    width: 20px;
    height: 76px;
    left: 101px;
    top: 67px;
  }

  .finger-2 {
    width: 18px;
    height: 68px;
    left: 82px;
    top: 74px;
  }

  .thumb {
    width: 40px;
    height: 76px;
    left: 112px;
    top: 96px;
  }

  .mini-phone {
    left: 38px;
    top: 14px;
    width: 88px;
    height: 178px;
    border-radius: 21px;
  }

  .mini-screen {
    inset: 17px 9px 12px;
    border-radius: 14px;
    font-size: .74rem;
    gap: 10px;
    padding: 8px;
  }

  .mini-cta {
    font-size: .68rem;
    padding: 7px 8px;
    border-radius: 8px;
  }

  .road {
    right: 4%;
    bottom: 18%;
    width: 74%;
    height: 88px;
  }

  .services {
    padding: 64px 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }

  .service {
    padding: 22px;
    border-radius: 18px;
  }

  .service h3 {
    font-size: 1.25rem;
  }

  .final-cta {
    padding: 70px 0;
  }

  .final-cta h2 {
    font-size: clamp(1.8rem, 9vw, 3rem);
    max-width: 10ch;
  }

  .final-cta p {
    font-size: 1rem;
    padding: 0 8px;
  }

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

  .final-actions .btn {
    width: 100%;
  }

  .faq-section {
    padding: 64px 0 78px;
  }

  .faq-intro {
    font-size: 1rem;
  }

  .faq-item summary {
    padding: 18px 50px 18px 18px;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 18px 18px;
    font-size: .98rem;
  }

  .floating-whatsapp {
    min-height: 64px;
    padding: 12px 14px;
    border-radius: 18px;
    gap: 12px;
  }

  .floating-whatsapp-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .floating-whatsapp-text strong {
    font-size: .95rem;
  }

  .floating-whatsapp-text small {
    font-size: .78rem;
  }
}

.review-premium {
  background: #efefeb;
  color: #111;
  padding: 90px 0;
}

.review-head h2 {
  font-size: clamp(2rem,4vw,4rem);
  line-height: 1.04;
  text-transform: none;
  letter-spacing: -.045em;
  font-weight: 600;
  max-width: 13ch;
}

.review-head p {
  margin-top: 18px;
  font-size: 1.1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 34px;
}

.review-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  padding: 26px;
}

.review-stars {
  font-weight: 900;
  letter-spacing: .08em;
}

.review-card b {
  display: block;
  margin-top: 18px;
}

.review-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

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

  .review-premium {
    padding: 64px 0;
  }
}

.mini-cta {
  background: var(--brand);
  color: #000;
}

.tap-hint {
  background: var(--brand);
  color: #000;
}

.review-actions .btn-secondary {
  color: #111;
  border-color: rgba(0,0,0,.42);
}

.final-cta p {
  color: #f1f1ea;
}

.floating-whatsapp-text small {
  color: #f1f1ea;
}

.service p {
  color: #222;
  opacity: 1;
}

.faq-answer {
  color: #222;
  opacity: 1;
}

.faq-intro {
  color: #222;
  opacity: 1;
}

.review-card p {
  color: #222;
  opacity: 1;
}

.review-head p {
  color: #222;
  opacity: 1;
}

.services-more a {
  color: #222;
  opacity: 1;
}

.review-card small {
  color: #555;
}

.review-stars {
  color: #ffd400;
}

.served-areas-micro {
  color: #e6e6de !important;
}

.service-link-bar {
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.service-link-bar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .82rem;
  line-height: 1.5;
}

.service-link-bar li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.service-link-bar a {
  color: #fff;
  text-decoration: none;
  transition: .2s;
}

.service-link-bar a:hover {
  color: #FFD400;
}

.service-link-bar strong {
  color: #fff;
}

.local-photo-link {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #ffd400;
  text-underline-offset: 4px;
}

.local-photo-link:hover {
  color: #c8a600;
}

.local-photo-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0,0,0,.72);
  z-index: 99999;
}

.local-photo-modal.is-open {
  display: flex;
}

.local-photo-box {
  position: relative;
  max-width: min(920px,94vw);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

.local-photo-item {
  display: none;
  margin: 0;
}

.local-photo-item.is-active {
  display: block;
}

.local-photo-item img {
  display: block;
  width: 100%;
  height: auto;
}

.local-photo-item figcaption {
  margin: 0;
  padding: 12px 16px;
  font-size: .95rem;
  font-weight: 700;
  color: #111;
}

.local-photo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.hero h1 {
  max-width: 12ch;
  text-transform: none;
  line-height: .96;
  font-size: clamp(3rem,6.2vw,6.5rem);
}

.hero-copy {
  max-width: 620px;
  font-size: clamp(1.1rem,1.6vw,1.38rem);
  line-height: 1.5;
  color: rgba(255,255,255,.82);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 1rem;
  letter-spacing: -.01em;
  text-transform: none;
  color: rgba(255,255,255,.72);
}

.panel {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service {
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.055);
}

.review-card {
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.055);
}

.faq-item {
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.055);
}

.service {
  padding: 34px;
}

.service h3 {
  text-transform: none;
  letter-spacing: -.035em;
  font-size: 1.65rem;
  font-weight: 600;
}

.services {
  padding: 130px 0;
}

.services-grid {
  gap: 18px;
}

.final-cta {
  padding: 150px 0;
}

.final-cta h2 {
  max-width: 14ch;
  text-transform: none;
  letter-spacing: -.055em;
  font-weight: 600;
  line-height: .96;
}

.service-link-bar {
  max-width: var(--container);
  width: min(calc(100% - 40px),var(--container));
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 20px !important;
}

.floating-whatsapp {
  border-radius: 999px;
  padding: 10px 18px 10px 10px;
}

.panel-dark::before {
  display: none;
}

.panel-light::before {
  display: none;
}

.panel-dark::after {
  display: none;
}

.panel-light::after {
  display: none;
}

@media (max-width:768px) {
  .hero h1 {
    font-size: clamp(2.75rem,14vw,4.8rem);
    max-width: 10ch;
  }

  .panel {
    padding: 78px 24px;
  }

  .hero-points {
    font-size: .92rem;
  }

  .services {
    padding: 82px 0;
  }

  .service {
    padding: 26px;
  }

  .final-cta {
    padding: 96px 0;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(0,0,0,0) 62%,rgba(0,0,0,.28) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-weight: 650;
}

.hero-points span {
  position: relative;
}

.hero-points span:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  right: -14px;
  top: 50%;
}

.service {
  transition: transform .28s ease,box-shadow .28s ease;
}

.review-card {
  transition: transform .28s ease,box-shadow .28s ease;
}

.service:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(0,0,0,.09);
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(0,0,0,.09);
}

.service p {
  line-height: 1.7;
}

.review-card p {
  line-height: 1.7;
}

.faq-answer {
  line-height: 1.7;
}

.final-cta p {
  max-width: 560px;
  font-size: 1.2rem;
  line-height: 1.55;
}

@media (prefers-reduced-motion:reduce) {
  .service {
    transition: none;
  }

  .review-card {
    transition: none;
  }

  .service:hover {
    transform: none;
  }

  .review-card:hover {
    transform: none;
  }
}

.services-premium {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: radial-gradient(circle at 86% 8%, rgba(255,214,10,.11), transparent 30%),
      linear-gradient(180deg,#090909 0%,#0d0d0d 100%);
  color: #fff;
}

.services-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg,transparent 0%,rgba(255,255,255,.026) 48%,transparent 72%);
}

.services-premium .container {
  position: relative;
  z-index: 1;
}

.services-premium-head {
  max-width: 860px;
  margin-bottom: 46px;
}

.services-premium-head .eyebrow {
  margin-bottom: 15px;
  color: var(--brand);
}

.services-premium-head .headline {
  max-width: 14ch;
  color: #fff;
}

.services-premium-intro {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 1.05rem;
  line-height: 1.72;
}

.services-premium-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
  margin-top: 0;
}

.service-premium {
  position: relative;
  min-height: 270px;
  padding: 27px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
  transition: transform .25s ease,
      border-color .25s ease,
      background .25s ease,
      box-shadow .25s ease;
}

.service-premium::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -78px;
  bottom: -88px;
  border-radius: 50%;
  background: rgba(255,214,10,.075);
  transition: transform .3s ease;
  pointer-events: none;
}

.service-premium:hover {
  transform: translateY(-5px);
  border-color: rgba(255,214,10,.46);
  background: linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.036));
  box-shadow: 0 32px 90px rgba(0,0,0,.23);
}

.service-premium:hover::after {
  transform: scale(1.3);
}

.service-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 14px;
  background: var(--brand);
  color: #000;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(255,214,10,.15);
}

.service-premium h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 1.34rem;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-transform: none;
  font-weight: 650;
}

.service-premium p {
  position: relative;
  z-index: 1;
  margin: 13px 0 24px;
  color: rgba(255,255,255,.64);
  font-size: .93rem;
  line-height: 1.62;
}

.service-premium > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: auto;
  color: var(--brand);
  font-size: .91rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,214,10,.34);
}

.service-premium > a::after {
  content: "→";
  margin-left: 8px;
  transition: transform .2s ease;
}

.service-premium > a:hover::after {
  transform: translateX(4px);
}

.service-inline-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.service-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 0 12px;
  border: 1px solid rgba(255,214,10,.28);
  border-radius: 999px;
  color: var(--brand);
  font-size: .8rem;
  font-weight: 800;
  transition: .2s ease;
}

.service-inline-links a:hover {
  background: var(--brand);
  color: #000;
  border-color: var(--brand);
}

.services-premium-more {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.services-premium-more a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  transition: .22s ease;
}

.services-premium-more a:hover {
  transform: translateY(-2px);
  border-color: var(--brand);
  color: var(--brand);
}

@media (max-width:1100px) {
  .services-premium-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width:700px) {
  .services-premium {
    padding: 82px 0;
  }

  .services-premium-head {
    margin-bottom: 32px;
  }

  .services-premium-intro {
    font-size: 1rem;
  }

  .services-premium-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-premium {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .service-icon {
    margin-bottom: 26px;
  }

  .services-premium-more {
    margin-top: 28px;
  }

  .services-premium-more a {
    width: 100%;
    justify-content: center;
  }
}

.services-language-section {
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
  text-align: center;
}

.services-lang-content {
  max-width: 900px;
  margin: 0 auto 20px;
}

.services-lang-content h2 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.3;
}

.services-lang-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.services-lang-switch .lang-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-lang-switch .lang-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-lang-switch .lang-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.services-lang-switch .flag-icon {
  display: block;
  width: 32px;
  height: 24px;
  object-fit: cover;
  border-radius: 2px;
}

.services-lang-switch .lang-list a:hover {
  opacity: 0.8;
}

.services-lang-switch .lang-list a.active {
  font-weight: 700;
}

@media (max-width: 600px) {
  .services-language-section {
    padding: 20px 12px;
  }

  .services-lang-content h2 {
    font-size: 22px;
  }

  .services-lang-content p {
    font-size: 15px;
  }

  .services-lang-switch .lang-list {
    gap: 8px;
  }

  .services-lang-switch .flag-icon {
    width: 28px;
    height: 21px;
  }
}

@keyframes handFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }

@keyframes taxiTopFloat {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(4px); }
  }

@keyframes whatsappPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.035); }
  }

/* Homepage utility classes formerly expressed as inline styles */
.keyword-link-clean {
  text-decoration: none;
  color: inherit;
}
.promise-list-wrap {
  margin-top: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(0,0,0,.10);
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.promise-list {
  margin: 0;
  padding-left: 20px;
  color: #222;
  line-height: 1.8;
  font-weight: 500;
}
.service-link-bar--boxed {
  margin: 32px auto 0;
  padding: 18px 20px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
}
.service-link-bar__label {
  margin: 0 0 10px;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffcc00;
  font-weight: 700;
}
.service-link-bar .service-link-bar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  font-size: .92rem;
  line-height: 1.7;
}
.final-cta .final-copy-wide {
  max-width: 750px;
  margin: 0 auto 25px;
  line-height: 1.6;
}
.final-actions.final-actions--centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.kicker.kicker--flush {
  padding-left: 0;
  margin-bottom: 12px;
}
.headline.headline--faq {
  max-width: 20ch;
}
.location-map {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 22px;
}
.review-card--placeholder {
  display: none;
}

/* Prevent grid-item intrinsic overflow on very narrow screens. */
.split > * {
  min-width: 0;
}
