/* Taxi Tokmak v4: Precision Grand Touring */

:root {
  --tt-v4-ink: #050607;
  --tt-v4-panel: #0b0d10;
  --tt-v4-panel-2: #111419;
  --tt-v4-metal: #e3e7e9;
  --tt-v4-muted: #9da3aa;
  --tt-v4-gold: #ddb85f;
  --tt-v4-gold-hot: #f0d687;
  --tt-v4-gold-deep: #7e5b20;
  --tt-v4-line: rgba(235, 239, 242, 0.12);
  --tt-v4-line-hot: rgba(240, 214, 135, 0.42);
  --tt-v4-wide: 1500px;
  --tt-v4-copy: 1240px;
  --tt-v4-shell: 28px;
  --tt-v4-core: 21px;
  --tt-v4-fast: cubic-bezier(.22, 1, .36, 1);
}

html {
  background: var(--tt-v4-ink);
}

body {
  overflow-x: clip;
  background:
    radial-gradient(ellipse 72rem 46rem at 78% -8%, rgba(221, 184, 95, 0.115), transparent 58%),
    radial-gradient(ellipse 52rem 44rem at -12% 38%, rgba(115, 134, 150, 0.085), transparent 66%),
    linear-gradient(180deg, #07090b 0%, #040506 46%, #080a0d 100%);
  color: #f3f4f2;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at 50% 14%, #000, transparent 62%);
  mask-image: radial-gradient(circle at 50% 14%, #000, transparent 62%);
  pointer-events: none;
}

.tt-main {
  padding: 106px 16px 32px;
}

.tt-main > .elementor,
.tt-main > .elementor > .elementor-element {
  width: 100%;
}

.tt-main .elementor-widget-text-editor p:last-child,
.tt-main .elementor-heading-title {
  margin-bottom: 0;
}

.tt-section-title,
.tt-section-title .elementor-heading-title {
  max-width: 15ch;
  font-size: clamp(44px, 5.2vw, 78px);
  font-weight: 330;
  line-height: .98;
  letter-spacing: -.048em;
}

.tt-display,
.tt-display .elementor-heading-title {
  max-width: 11ch;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 310;
  line-height: .9;
  letter-spacing: -.055em;
}

.tt-lead,
.tt-lead p {
  color: #bcc1c6;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
}

.tt-gold-text,
.tt-gold-text .elementor-heading-title {
  color: var(--tt-v4-gold-hot) !important;
  background: linear-gradient(112deg, #fff0b2 0%, #d7ad4c 48%, #f1d688 84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Machined controls */
.tt-button,
.elementor-button {
  min-height: 52px;
  border-radius: 10px;
  letter-spacing: .09em;
}

.tt-btn-primary .elementor-button,
.tt-button--gold {
  border: 1px solid rgba(255, 242, 191, .55) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), transparent 42%),
    linear-gradient(112deg, #f0d27d 0%, #c99635 50%, #edd078 100%) !important;
  background-size: 100% 100%, 180% 100% !important;
  color: #100d08 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    inset 0 -1px 0 rgba(86,54,10,.38),
    0 13px 30px rgba(141, 100, 29, .24);
}

.tt-btn-secondary .elementor-button,
.tt-button--outline {
  border: 1px solid rgba(240, 244, 247, .18) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.018)),
    #0b0d10 !important;
  color: #f1f2f0 !important;
}

.tt-button-icon,
.elementor-button::after {
  border-radius: 6px;
}

/* Header: one ordered line with the booking action anchored at the right */
.tt-site-header {
  inset: 14px 16px auto;
  height: 76px;
}

.tt-header-inner {
  width: min(100%, var(--tt-v4-wide));
  padding: 0 8px 0 24px;
  grid-template-columns: minmax(220px, .72fr) minmax(470px, 1.5fr) minmax(382px, 1.08fr);
  gap: 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 17px;
  background:
    linear-gradient(100deg, rgba(12,15,18,.975), rgba(5,7,9,.96)) padding-box,
    linear-gradient(118deg, rgba(255,255,255,.31), rgba(255,255,255,.06) 36%, rgba(221,184,95,.5) 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 24px 70px rgba(0,0,0,.43);
}

.tt-header-inner::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 12px;
  pointer-events: none;
}

.tt-brand {
  position: relative;
  z-index: 2;
  gap: 13px;
}

.tt-brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.tt-brand-mark .tt-crown {
  width: 35px;
  color: var(--tt-v4-gold-hot);
  filter: drop-shadow(0 7px 12px rgba(188,135,40,.28));
}

.tt-brand-copy strong {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.025em;
}

.tt-brand-copy small {
  margin-top: 5px;
  color: #8f969d;
  font-size: 7px;
  letter-spacing: .19em;
}

.tt-primary-nav {
  position: relative;
  z-index: 2;
  justify-self: center;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.009));
}

.tt-menu {
  gap: 2px;
}

.tt-menu a {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 7px;
  color: #aeb4ba;
  font-size: 10px;
  font-weight: 620;
  letter-spacing: .025em;
}

.tt-menu a::after {
  right: 12px;
  bottom: 4px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tt-v4-gold-hot), transparent);
}

.tt-menu .current-menu-item > a,
.tt-menu a:hover {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  color: #f5f5f2;
}

.tt-header-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(174px, 1fr) auto;
  gap: 8px;
  justify-self: end;
}

.tt-header-phone {
  min-height: 56px;
  padding: 8px 14px 8px 44px;
  border: 1px solid rgba(240,214,135,.2);
  border-radius: 10px;
  background:
    linear-gradient(110deg, rgba(221,184,95,.09), transparent 50%),
    rgba(255,255,255,.018);
}

.tt-header-phone > i {
  left: 16px;
  color: var(--tt-v4-gold-hot);
}

.tt-header-phone span {
  color: #858c93;
  font-size: 7px;
  letter-spacing: .15em;
}

.tt-header-phone strong {
  color: #fff4cc;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: .015em;
}

.tt-header-cta {
  min-width: 164px;
  min-height: 56px;
  justify-content: space-between;
  border-radius: 10px;
}

.tt-site-header.is-scrolled {
  transform: translate3d(0, -5px, 0);
}

.tt-site-header.is-scrolled .tt-header-inner {
  border-color: transparent;
  background:
    linear-gradient(100deg, rgba(8,10,12,.992), rgba(4,5,7,.985)) padding-box,
    linear-gradient(118deg, rgba(255,255,255,.24), rgba(255,255,255,.055), rgba(221,184,95,.42)) border-box;
}

/* Hero: framed campaign visual, fixed text zone, integrated facts */
.tt-hero-v3 {
  width: min(100%, var(--tt-v4-wide));
  min-height: clamp(690px, calc(100dvh - 132px), 870px);
  margin: 0 auto;
  padding: 7px !important;
  border: 1px solid transparent;
  border-radius: var(--tt-v4-shell);
  background:
    linear-gradient(#090b0e, #050607) padding-box,
    linear-gradient(128deg, rgba(255,255,255,.3), rgba(255,255,255,.055) 45%, rgba(221,184,95,.44)) border-box;
  box-shadow: 0 44px 120px rgba(0,0,0,.5);
}

.tt-hero-v3 > .e-con-inner {
  width: 100% !important;
  min-height: calc(clamp(690px, calc(100dvh - 132px), 870px) - 16px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--tt-v4-core);
  background: #080a0c;
}

.tt-hero-v3::before {
  z-index: 2;
  inset: 7px;
  border-radius: var(--tt-v4-core);
  background:
    linear-gradient(90deg, rgba(4,5,7,.99) 0%, rgba(4,5,7,.94) 27%, rgba(4,5,7,.57) 48%, rgba(4,5,7,.06) 74%),
    linear-gradient(0deg, rgba(4,5,7,.94), transparent 42%),
    radial-gradient(ellipse at 67% 56%, rgba(231,194,102,.14), transparent 34%);
}

.tt-hero-v3::after {
  z-index: 3;
  inset: 7px;
  border-radius: var(--tt-v4-core);
  background:
    linear-gradient(118deg, transparent 51%, rgba(255,255,255,.075) 51.4%, transparent 52%),
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 1px) 0 0 / 18% 100%,
    radial-gradient(ellipse at 55% 48%, transparent 38%, rgba(0,0,0,.48) 100%);
  opacity: .76;
}

.tt-hero-v3 .tt-hero-media {
  inset: 0;
  height: 100%;
  border-radius: var(--tt-v4-core);
  background-image: url("../images/taxi-tokmak-automotive-hero.png");
  background-position: 58% center;
  transform-origin: 69% 55%;
}

.tt-hero-v3 .tt-hero-content {
  top: 48%;
  left: clamp(36px, 5.4vw, 82px);
  width: min(43%, 620px) !important;
  gap: 20px !important;
  padding: clamp(30px, 4vw, 56px) clamp(28px, 3.6vw, 48px) !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(221,184,95,.11), transparent 34%),
    linear-gradient(135deg, rgba(14,17,20,.96), rgba(5,7,9,.88));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 32px 90px rgba(0,0,0,.38);
  transform: translate3d(0,-55%,0);
}

.tt-hero-v3 .tt-hero-content::before {
  content: "";
  width: 56px;
  height: 2px;
  margin-bottom: 3px;
  background: linear-gradient(90deg, var(--tt-v4-gold-hot), rgba(221,184,95,.08));
  box-shadow: 0 0 20px rgba(221,184,95,.34);
}

.tt-hero-title .elementor-heading-title {
  max-width: 8.4ch;
  font-size: clamp(58px, 6vw, 91px);
  line-height: .9;
}

.tt-hero-lead p {
  max-width: 38ch;
  color: #bec3c8;
  font-size: clamp(15px, 1.14vw, 18px);
}

.tt-hero-actions {
  align-items: stretch;
}

.tt-hero-actions .elementor-button {
  min-height: 56px;
  border-radius: 10px;
}

.tt-hero-v3 .tt-hero-watermark {
  right: 4.5%;
  bottom: 70px;
  color: rgba(240,214,135,.13);
}

.tt-hero-facts {
  right: 24px;
  bottom: 24px;
  left: auto;
  width: min(48%, 660px) !important;
  height: 94px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background:
    linear-gradient(112deg, rgba(20,24,28,.95), rgba(7,9,11,.92)),
    linear-gradient(90deg, rgba(221,184,95,.08), transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 20px 50px rgba(0,0,0,.27);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.tt-hero-fact {
  padding: 19px 18px 18px 48px !important;
}

.tt-hero-fact strong {
  font-size: 16px;
  font-weight: 620;
}

/* Booking cockpit */
.tt-booking-v3,
.tt-form-section {
  position: relative;
  z-index: 8;
  width: min(calc(100% - 48px), 1360px);
  margin: -28px auto 0;
  padding: 7px !important;
  border: 1px solid transparent;
  border-radius: 24px;
  background:
    linear-gradient(#0b0e11, #07090b) padding-box,
    linear-gradient(118deg, rgba(255,255,255,.27), rgba(255,255,255,.055) 42%, rgba(221,184,95,.54)) border-box;
  box-shadow: 0 35px 90px rgba(0,0,0,.48);
}

.tt-booking-v3 > .e-con-inner,
.tt-form-section > .e-con-inner {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(221,184,95,.09), transparent 28%),
    linear-gradient(132deg, #15191e 0%, #090b0e 58%, #050709 100%);
}

.tt-booking-v3 > .e-con-inner {
  grid-template-columns: 250px minmax(0,1fr);
}

.tt-booking-intro {
  position: relative;
  padding: 34px 32px !important;
  border-right: 1px solid rgba(255,255,255,.085);
  background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 60%);
}

.tt-booking-intro::after {
  content: "ROUTE  ·  ZEIT  ·  BESTÄTIGUNG";
  margin-top: 24px;
  color: #747b82;
  font-size: 7px;
  font-weight: 760;
  letter-spacing: .18em;
}

.tt-booking-title .elementor-heading-title {
  max-width: 9ch;
  font-size: 25px;
  line-height: 1.04;
}

.tt-booking-v3 .tt-request-form,
.tt-form-section .tt-request-form {
  padding: 28px 30px;
}

.tt-request-form form {
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px 20px;
}

.tt-form-grid {
  grid-template-columns: 1.3fr 1.3fr .68fr .64fr .86fr;
  gap: 10px;
}

.tt-field {
  position: relative;
  gap: 8px;
}

.tt-field label {
  color: #aeb4ba;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .075em;
}

.tt-field label i {
  color: var(--tt-v4-gold-hot);
}

.tt-field input {
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.009)),
    #090b0e;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.tt-field:nth-child(1) input,
.tt-field:nth-child(2) input {
  border-color: rgba(240,214,135,.21);
}

.tt-field input:focus {
  border-color: rgba(240,214,135,.72);
  background: #0d1013;
  box-shadow: 0 0 0 3px rgba(221,184,95,.1), inset 0 1px 0 rgba(255,255,255,.04);
}

.tt-consent {
  color: #8e959b;
  font-size: 8px;
}

.tt-request-form form > .tt-button {
  min-width: 190px;
  justify-self: end;
  border-radius: 10px;
}

/* Shared framed section system */
.tt-services,
.tt-story,
.tt-city-v3,
.tt-fleet-showcase,
.tt-trust,
.tt-final-cta-v3,
.tt-subpage-hero,
.tt-page-facts,
.tt-page-cta,
.tt-vehicle-catalog,
.tt-contact-details,
.tt-legal-shell {
  width: min(100%, var(--tt-v4-wide));
  margin: clamp(28px, 3vw, 46px) auto 0;
  padding: 7px !important;
  border: 1px solid transparent;
  border-radius: var(--tt-v4-shell);
  background:
    linear-gradient(#080a0c, #060709) padding-box,
    linear-gradient(132deg, rgba(255,255,255,.19), rgba(255,255,255,.04) 52%, rgba(221,184,95,.24)) border-box;
}

.tt-services > .e-con-inner,
.tt-story > .e-con-inner,
.tt-city-v3 > .e-con-inner,
.tt-fleet-showcase > .e-con-inner,
.tt-trust > .e-con-inner,
.tt-final-cta-v3 > .e-con-inner,
.tt-subpage-hero > .e-con-inner,
.tt-page-facts > .e-con-inner,
.tt-page-cta > .e-con-inner,
.tt-vehicle-catalog > .e-con-inner,
.tt-contact-details > .e-con-inner,
.tt-legal-shell > .e-con-inner {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--tt-v4-core);
}

/* Services: editorial bento, each image deliberately inset */
.tt-services {
  padding: 7px !important;
  background:
    linear-gradient(#090b0d,#060709) padding-box,
    linear-gradient(125deg, rgba(255,255,255,.2), rgba(255,255,255,.035), rgba(221,184,95,.35)) border-box;
}

.tt-services > .e-con-inner {
  padding: clamp(56px, 6vw, 92px) !important;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(221,184,95,.105), transparent 38%),
    linear-gradient(138deg, #11151a, #07090b 62%);
}

.tt-services > .e-con-inner > .tt-section-copy {
  margin-bottom: clamp(38px, 5vw, 64px);
}

.tt-services-grid > .e-con-inner {
  min-height: 680px;
  gap: 14px;
}

.tt-service-card {
  padding: 6px !important;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)),
    #080a0d;
}

.tt-service-card > .e-con-inner {
  overflow: hidden;
  border-radius: 14px;
}

.tt-service-card img {
  filter: brightness(.63) contrast(1.14) saturate(.74);
}

.tt-service-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 6px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 14px;
  background: linear-gradient(125deg, rgba(255,255,255,.06), transparent 28%);
  pointer-events: none;
}

.tt-service-card::after {
  z-index: 1;
  inset: 6px;
  border-radius: 14px;
  background:
    linear-gradient(0deg, rgba(4,5,7,.98), rgba(4,5,7,.18) 70%),
    radial-gradient(circle at 100% 0%, rgba(221,184,95,.14), transparent 36%);
}

.tt-service-copy {
  z-index: 3;
  padding: 34px 36px !important;
}

.tt-service-card:first-child .tt-service-copy {
  padding: 46px 48px !important;
}

.tt-service-copy h3 {
  font-size: clamp(25px, 2.4vw, 39px);
}

.tt-service-copy::after {
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(240,214,135,.18), rgba(221,184,95,.045));
}

/* Story: copy, image and services locked to one grid */
.tt-story {
  min-height: 0;
}

.tt-story > .e-con-inner {
  display: grid !important;
  min-height: 0;
  padding: clamp(54px, 6vw, 92px) !important;
  grid-template-columns: minmax(320px,.82fr) minmax(420px,1.18fr);
  grid-template-areas:
    "copy media"
    "list list";
  gap: clamp(38px, 5vw, 76px);
  background:
    linear-gradient(115deg, rgba(221,184,95,.07), transparent 28%),
    linear-gradient(160deg, #0c0f12 0%, #060709 72%);
}

.tt-story-photo {
  position: relative !important;
  top: auto;
  right: auto;
  grid-area: media;
  width: 100% !important;
  height: clamp(440px, 46vw, 640px);
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(221,184,95,.05));
}

.tt-story-photo .elementor-widget-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.tt-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.62) contrast(1.16) saturate(.7);
}

.tt-story-copy {
  grid-area: copy;
  width: 100% !important;
  padding: clamp(24px, 4vw, 62px) 0 0;
  align-self: start;
}

.tt-story-copy h2 {
  font-size: clamp(52px, 6vw, 86px);
}

.tt-story-services {
  position: relative !important;
  right: auto;
  bottom: auto;
  left: auto;
  grid-area: list;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 15px;
  background: linear-gradient(110deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.tt-story-service {
  min-height: 86px;
}

.tt-story-crown {
  right: 6%;
  top: 6%;
  opacity: .12;
}

/* City visual: wide cinematic window with a proper copy plate */
.tt-city-v3,
.tt-city-v3 > .e-con-inner {
  min-height: 730px;
}

.tt-city-v3 > .e-con-inner {
  position: relative;
  background: #07090b;
}

.tt-city-v3 .tt-city-photo {
  inset: 0;
}

.tt-city-v3 .tt-city-photo img {
  filter: brightness(.64) contrast(1.13) saturate(.73);
  transform: scale(1.015);
}

.tt-city-v3::after {
  inset: 7px;
  border-radius: var(--tt-v4-core);
  background:
    linear-gradient(90deg, rgba(4,6,8,.9), rgba(4,6,8,.22) 60%),
    linear-gradient(0deg, rgba(4,6,8,.76), transparent 62%),
    radial-gradient(circle at 73% 32%, rgba(221,184,95,.14), transparent 30%);
}

.tt-city-v3 .tt-city-copy {
  left: clamp(34px, 6vw, 92px);
  width: min(43%, 590px) !important;
  padding: clamp(28px, 4vw, 50px) !important;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background:
    radial-gradient(circle at 0 0, rgba(221,184,95,.1), transparent 42%),
    linear-gradient(135deg, rgba(13,16,19,.95), rgba(5,7,9,.86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 32px 90px rgba(0,0,0,.32);
}

/* Fleet presentation */
.tt-fleet-showcase {
  min-height: 0;
}

.tt-fleet-showcase > .e-con-inner {
  min-height: 900px;
  padding: clamp(58px, 6vw, 92px) !important;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(221,184,95,.115), transparent 38%),
    linear-gradient(145deg, #101419, #050709 70%);
}

.tt-fleet-outline p {
  -webkit-text-stroke-color: rgba(240,214,135,.065);
}

.tt-fleet-stage {
  min-height: 560px;
  margin-top: 22px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 21px;
  background: linear-gradient(140deg, rgba(255,255,255,.045), rgba(255,255,255,.007));
}

.tt-fleet-stage > .e-con-inner {
  overflow: hidden;
  border-radius: 15px;
}

.tt-fleet-slide img {
  filter: brightness(.76) contrast(1.12) saturate(.75);
}

.tt-fleet-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(4,6,8,.72), transparent 46%);
  pointer-events: none;
}

.tt-fleet-slide-copy {
  z-index: 2;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(15,18,22,.95), rgba(6,8,10,.91));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.tt-fleet-controls button {
  border-radius: 9px;
}

/* Trust and final conversion */
.tt-trust > .e-con-inner {
  padding: clamp(58px, 6vw, 92px) !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(221,184,95,.08), transparent 30%),
    linear-gradient(150deg, #0e1115, #07090b);
}

.tt-trust-grid {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 15px;
}

.tt-trust-fact {
  padding-inline: 30px !important;
  background: linear-gradient(160deg, rgba(255,255,255,.03), transparent 55%);
}

.tt-trust-fact:not(:first-child)::before,
.tt-trust-fact::before {
  left: 30px;
}

.tt-final-cta-v3,
.tt-final-cta-v3 > .e-con-inner {
  min-height: 620px;
}

.tt-final-cta-v3::after {
  inset: 7px;
  border-radius: var(--tt-v4-core);
  background:
    linear-gradient(90deg, rgba(4,6,8,.98), rgba(4,6,8,.72) 50%, rgba(4,6,8,.17)),
    radial-gradient(circle at 73% 42%, rgba(221,184,95,.14), transparent 33%);
}

.tt-final-cta-copy {
  margin-left: clamp(34px, 6vw, 92px);
  padding: clamp(30px,4vw,52px) !important;
  border-left: 2px solid var(--tt-v4-gold);
  background: linear-gradient(90deg, rgba(5,7,9,.76), transparent);
}

/* Dedicated landing-page shells */
.tt-subpage-hero {
  min-height: 680px;
  margin-top: 0;
}

.tt-subpage-hero > .e-con-inner {
  display: grid !important;
  min-height: 666px;
  padding: clamp(58px,6vw,90px) !important;
  grid-template-columns: minmax(360px,.82fr) minmax(430px,1.18fr);
  gap: clamp(40px,6vw,90px);
  align-items: center;
  background:
    radial-gradient(circle at 8% 18%, rgba(221,184,95,.11), transparent 34%),
    linear-gradient(145deg,#101419,#050709 72%);
}

.tt-subpage-hero .tt-trust-copy {
  position: relative;
  z-index: 2;
  gap: 26px !important;
}

.tt-subpage-hero .tt-trust-copy::before {
  content: "TAXI TOKMAK  ·  SIEGEN";
  color: var(--tt-v4-gold-hot);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .18em;
}

.tt-subpage-hero .tt-trust-media {
  position: relative;
  min-height: 500px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background: linear-gradient(135deg,rgba(255,255,255,.055),rgba(221,184,95,.045));
}

.tt-subpage-hero .tt-trust-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 6px;
  border-radius: 15px;
  background:
    linear-gradient(0deg, rgba(4,6,8,.66), transparent 50%),
    radial-gradient(circle at 100% 0, rgba(221,184,95,.13), transparent 36%);
  pointer-events: none;
}

.tt-subpage-hero .tt-trust-media > .e-con-inner,
.tt-subpage-hero .tt-trust-media .elementor-widget-image,
.tt-subpage-hero .tt-trust-media .elementor-widget-container,
.tt-subpage-hero .tt-trust-media img {
  width: 100%;
  height: 100%;
}

.tt-subpage-hero .tt-trust-media > .e-con-inner {
  overflow: hidden;
  border-radius: 15px;
}

.tt-subpage-hero .tt-trust-media img {
  object-fit: cover;
  filter: brightness(.72) contrast(1.14) saturate(.75);
  transition: transform 900ms var(--tt-v4-fast), filter 500ms var(--tt-v4-fast);
}

.tt-page-krankenfahrten .tt-trust-media img,
.tt-page-rollstuhlfahrten .tt-trust-media img,
.tt-page-liegendtransport .tt-trust-media img {
  object-position: 61% center;
}

.tt-page-flughafentransfer .tt-trust-media img {
  object-position: 66% center;
}

.tt-page-facts > .e-con-inner,
.tt-vehicle-catalog > .e-con-inner,
.tt-contact-details > .e-con-inner,
.tt-legal-shell > .e-con-inner {
  padding: clamp(54px,6vw,88px) !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.024),transparent 46%),
    #0a0c0f;
}

.tt-page-facts .tt-check-grid {
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: linear-gradient(125deg, rgba(255,255,255,.025), transparent);
}

.tt-page-facts .tt-check-item {
  min-height: 104px;
  padding: 28px 28px 28px 58px !important;
}

.tt-page-facts .tt-check-item::before {
  left: 27px;
  color: var(--tt-v4-gold-hot);
}

.tt-page-cta > .e-con-inner {
  min-height: 410px;
  padding: clamp(54px,7vw,105px) !important;
  align-content: center;
  background:
    radial-gradient(circle at 85% 38%, rgba(221,184,95,.13), transparent 34%),
    linear-gradient(128deg,#14181d,#060709 66%);
}

/* Vehicles: strict 3-column catalogue */
.tt-vehicle-catalog > .e-con-inner {
  background:
    radial-gradient(circle at 8% 0, rgba(221,184,95,.08), transparent 28%),
    linear-gradient(150deg,#101317,#07090b);
}

.tt-vehicle-grid {
  margin-top: 48px;
}

.tt-vehicle-grid {
  display: block !important;
  width: 100% !important;
}

.tt-vehicle-grid > .e-con-inner {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 16px !important;
}

.tt-vehicle-card {
  position: relative;
  min-height: 500px;
  padding: 6px !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 20px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.01)),
    #080a0d;
  transition: transform 500ms var(--tt-v4-fast), border-color 320ms var(--tt-v4-fast);
}

.tt-vehicle-card > .e-con-inner {
  display: grid !important;
  grid-template-rows: minmax(300px,1fr) auto;
  overflow: hidden;
  border-radius: 14px;
  background: #0c0f12;
}

.tt-vehicle-image,
.tt-vehicle-image .elementor-widget-container,
.tt-vehicle-image img {
  width: 100%;
  height: 100%;
}

.tt-vehicle-image {
  min-height: 300px;
  overflow: hidden;
}

.tt-vehicle-image img {
  object-fit: cover;
  filter: brightness(.72) contrast(1.13) saturate(.72);
  transition: transform 850ms var(--tt-v4-fast), filter 500ms var(--tt-v4-fast);
}

.tt-vehicle-copy {
  position: relative;
  z-index: 2;
  min-height: 180px;
  padding: 28px 28px 30px !important;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(118deg,rgba(221,184,95,.055),transparent 48%),
    #0c0f12;
}

.tt-vehicle-copy::before {
  content: "";
  width: 34px;
  height: 2px;
  margin-bottom: 18px;
  background: var(--tt-v4-gold-hot);
}

.tt-vehicle-copy h2 {
  font-size: 28px;
  font-weight: 420;
}

.tt-vehicle-copy p {
  margin-top: 10px;
  color: #9fa6ad;
  font-size: 13px;
  line-height: 1.65;
}

/* Contact has its own conversion identity */
.tt-contact-hero > .e-con-inner {
  position: relative;
  display: grid !important;
  min-height: 500px;
  padding: clamp(64px,8vw,116px) !important;
  grid-template-columns: 1fr .7fr;
  align-items: center;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(221,184,95,.18), transparent 35%),
    linear-gradient(120deg,#151a20,#050709 68%);
}

.tt-contact-hero > .e-con-inner::after {
  content: "";
  position: absolute;
  right: 8%;
  width: min(34vw,420px);
  aspect-ratio: 1;
  border: 1px solid rgba(240,214,135,.11);
  border-radius: 50%;
  box-shadow: inset 0 0 0 38px rgba(255,255,255,.012), inset 0 0 0 39px rgba(255,255,255,.04);
}

.tt-contact-hero .tt-display,
.tt-contact-hero .tt-lead,
.tt-contact-hero .tt-contact-phone {
  position: relative;
  z-index: 2;
  grid-column: 1;
}

.tt-contact-phone,
.tt-contact-phone .elementor-heading-title {
  margin-top: 26px;
  color: var(--tt-v4-gold-hot);
  font-size: clamp(32px,4.4vw,64px);
  font-weight: 350;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;
}

.tt-contact-form-shell {
  margin-top: -54px;
}

.tt-contact-form-shell > .e-con-inner {
  padding: 28px !important;
}

.tt-contact-details a {
  color: var(--tt-v4-gold-hot);
}

/* Legal pages remain premium but highly readable */
.tt-legal-shell {
  margin-top: 0;
}

.tt-legal-shell > .e-con-inner {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(240px,.55fr) minmax(0,1.45fr);
  gap: clamp(46px,7vw,100px);
  background:
    radial-gradient(circle at 10% 8%, rgba(221,184,95,.09), transparent 25%),
    linear-gradient(145deg,#101419,#07090b 68%);
}

.tt-legal-copy {
  padding: clamp(28px,4vw,52px) !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.008));
}

.tt-legal-copy h2 {
  margin: 36px 0 12px;
  color: #f1f2ef;
  font-size: 23px;
  font-weight: 470;
}

.tt-legal-copy h2:first-child {
  margin-top: 0;
}

.tt-legal-copy p {
  color: #adb3b9;
  line-height: 1.8;
}

.tt-legal-copy a {
  color: var(--tt-v4-gold-hot);
}

/* Footer as final contained surface */
.tt-site-footer {
  width: min(calc(100% - 32px), var(--tt-v4-wide));
  margin: 0 auto 16px;
  padding: clamp(60px,6vw,92px) clamp(30px,5vw,74px) 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--tt-v4-shell);
  background:
    radial-gradient(circle at 92% 92%, rgba(221,184,95,.11), transparent 29%),
    linear-gradient(135deg,#11151a,#050709 66%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.tt-footer-grid {
  gap: clamp(34px,4vw,72px);
}

.tt-footer-bottom {
  margin-top: 64px;
  padding-top: 24px;
}

/* Motion is purposeful: depth, reveal and image inspection */
@media (hover:hover) and (pointer:fine) {
  .tt-header-phone:hover {
    border-color: rgba(240,214,135,.52);
    background:
      linear-gradient(110deg,rgba(221,184,95,.14),transparent 52%),
      rgba(255,255,255,.025);
  }

  .tt-subpage-hero .tt-trust-media:hover img,
  .tt-vehicle-card:hover .tt-vehicle-image img {
    transform: scale(1.045);
    filter: brightness(.82) contrast(1.1) saturate(.8);
  }

  .tt-vehicle-card:hover {
    border-color: rgba(240,214,135,.42);
    transform: translate3d(0,-7px,0);
  }
}

@media (prefers-reduced-motion:no-preference) {
  .tt-story-photo img,
  .tt-city-photo img,
  .tt-final-cta-photo img {
    animation: tt-v4-image-breathe 13s ease-in-out infinite alternate;
  }
}

@keyframes tt-v4-image-breathe {
  from { transform: scale(1.015) translate3d(0,0,0); }
  to { transform: scale(1.055) translate3d(-.7%,.4%,0); }
}

@media (max-width:1320px) {
  .tt-header-inner {
    grid-template-columns: 210px 1fr auto;
    gap: 12px;
  }

  .tt-header-phone {
    display: grid;
    min-width: 166px;
  }

  .tt-header-cta {
    min-width: 150px;
  }

  .tt-menu a {
    padding-inline: 9px;
    font-size: 9px;
  }

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

  .tt-field--message {
    grid-column: span 2;
  }
}

@media (max-width:1120px) {
  body.tt-menu-open {
    overflow: hidden;
  }

  body.tt-menu-open .tt-header-inner {
    overflow: visible;
  }

  .tt-header-actions {
    display: none;
  }

  .tt-header-inner {
    grid-template-columns: 1fr auto;
  }

  .tt-primary-nav {
    position: fixed;
    z-index: 1;
    inset: -14px -16px auto;
    display: grid;
    min-height: 100dvh;
    max-height: none;
    justify-self: stretch;
    padding: 118px 26px 38px;
    align-content: start;
    overflow: auto;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 88% 8%,rgba(221,184,95,.14),transparent 30rem),
      linear-gradient(145deg,#11151a,#050709 72%);
    opacity: 0;
    transform: translate3d(0,-18px,0) scale(.985);
    transition: opacity 260ms var(--tt-ease-drawer), transform 320ms var(--tt-ease-drawer), visibility 0s linear 320ms;
  }

  .tt-primary-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    transition-delay: 0s;
  }

  .tt-brand,
  .tt-menu-toggle {
    z-index: 2;
  }

  .tt-menu {
    width: 100%;
    margin: 34px 0;
    padding: 0;
    gap: 0;
  }

  .tt-menu a {
    border-radius: 0;
    font-size: clamp(24px,4vw,36px);
  }

  .tt-menu-toggle {
    display: grid;
    border-radius: 10px;
  }

  .tt-mobile-menu-contact {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
    margin-top: auto;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .tt-hero-v3 .tt-hero-content {
    width: min(52%,600px) !important;
  }

  .tt-hero-facts {
    width: min(54%,620px) !important;
  }

  .tt-booking-v3 > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .tt-booking-intro {
    grid-template-columns: auto 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .tt-booking-intro::after {
    grid-column: 2;
    margin-top: 10px;
  }

  .tt-subpage-hero > .e-con-inner {
    grid-template-columns: minmax(300px,.8fr) minmax(360px,1.2fr);
  }

  .tt-vehicle-grid > .e-con-inner {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:820px) {
  :root {
    --tt-v4-shell: 22px;
    --tt-v4-core: 15px;
  }

  .tt-main {
    padding: 92px 10px 22px;
  }

  .tt-site-header {
    inset: 10px 10px auto;
    height: 66px;
  }

  .tt-header-inner {
    padding-left: 16px;
    border-radius: 15px;
  }

  .tt-header-inner::after {
    display: none;
  }

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

  .tt-brand-mark .tt-crown {
    width: 31px;
  }

  .tt-hero-v3,
  .tt-hero-v3 > .e-con-inner {
    min-height: 760px;
  }

  .tt-hero-v3 .tt-hero-media {
    background-position: 64% center;
  }

  .tt-hero-v3::before {
    background:
      linear-gradient(0deg,#050607 0%,rgba(5,6,7,.97) 42%,rgba(5,6,7,.25) 76%),
      linear-gradient(90deg,rgba(5,6,7,.56),transparent 76%);
  }

  .tt-hero-v3 .tt-hero-content {
    top: auto;
    right: 18px;
    bottom: 130px;
    left: 18px;
    width: auto !important;
    padding: 25px 23px !important;
    transform: none;
  }

  .tt-hero-title .elementor-heading-title {
    font-size: clamp(48px,13.5vw,63px);
  }

  .tt-hero-facts {
    right: 18px;
    bottom: 17px;
    left: 18px;
    width: auto !important;
    height: 94px;
  }

  .tt-booking-v3,
  .tt-form-section {
    width: calc(100% - 12px);
    margin-top: 14px;
  }

  .tt-booking-v3 .tt-request-form,
  .tt-form-section .tt-request-form {
    padding: 24px 20px;
  }

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

  .tt-form-grid {
    grid-column: 1;
  }

  .tt-field--message {
    grid-column: auto;
  }

  .tt-request-form form > .tt-button {
    width: 100%;
  }

  .tt-services > .e-con-inner,
  .tt-story > .e-con-inner,
  .tt-fleet-showcase > .e-con-inner,
  .tt-trust > .e-con-inner,
  .tt-page-facts > .e-con-inner,
  .tt-vehicle-catalog > .e-con-inner,
  .tt-contact-details > .e-con-inner,
  .tt-legal-shell > .e-con-inner {
    padding: 46px 22px !important;
  }

  .tt-services-grid > .e-con-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .tt-service-card,
  .tt-service-card:first-child {
    min-height: 430px;
    grid-row: auto;
  }

  .tt-story > .e-con-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "media" "list";
    gap: 34px;
  }

  .tt-story-copy {
    padding-top: 0;
  }

  .tt-story-photo {
    height: 460px;
  }

  .tt-story-services,
  .tt-story-services > .e-con-inner {
    grid-template-columns: 1fr 1fr;
  }

  .tt-city-v3,
  .tt-city-v3 > .e-con-inner {
    min-height: 650px;
  }

  .tt-city-v3 .tt-city-copy {
    right: 20px;
    bottom: 28px;
    left: 20px;
    width: auto !important;
  }

  .tt-fleet-showcase > .e-con-inner {
    min-height: 800px;
  }

  .tt-fleet-stage {
    min-height: 480px;
  }

  .tt-trust-grid,
  .tt-trust-grid > .e-con-inner {
    grid-template-columns: 1fr 1fr;
  }

  .tt-final-cta-v3,
  .tt-final-cta-v3 > .e-con-inner {
    min-height: 650px;
  }

  .tt-final-cta-copy {
    width: auto !important;
    margin: 0 18px;
  }

  .tt-subpage-hero {
    min-height: 0;
  }

  .tt-subpage-hero > .e-con-inner {
    min-height: 0;
    padding: 44px 22px !important;
    grid-template-columns: 1fr;
  }

  .tt-subpage-hero .tt-trust-media {
    min-height: 430px;
  }

  .tt-contact-hero > .e-con-inner {
    min-height: 520px;
    padding: 52px 24px !important;
    grid-template-columns: 1fr;
  }

  .tt-contact-hero > .e-con-inner::after {
    right: -20%;
    opacity: .55;
  }

  .tt-legal-shell > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .tt-legal-copy {
    padding: 28px 22px !important;
  }

  .tt-vehicle-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .tt-site-footer {
    width: calc(100% - 20px);
    border-radius: 22px;
  }
}

@media (max-width:520px) {
  .tt-brand-copy strong {
    font-size: 15px;
  }

  .tt-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tt-hero-actions .elementor-button {
    width: 100%;
  }

  .tt-hero-fact {
    padding: 18px 8px !important;
  }

  .tt-hero-fact::before {
    position: static;
    margin-bottom: 8px;
    transform: none;
  }

  .tt-hero-fact strong {
    font-size: 12px;
  }

  .tt-hero-fact p {
    display: none;
  }

  .tt-service-card:first-child .tt-service-copy,
  .tt-service-copy {
    padding: 28px !important;
  }

  .tt-story-services,
  .tt-story-services > .e-con-inner,
  .tt-trust-grid,
  .tt-trust-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .tt-fleet-stage {
    min-height: 420px;
  }

  .tt-fleet-slide .elementor-widget-image {
    height: 64%;
  }

  .tt-fleet-slide-copy {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
  }

  .tt-footer-bottom,
  .tt-footer-bottom nav {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion:reduce) {
  .tt-story-photo img,
  .tt-city-photo img,
  .tt-final-cta-photo img,
  .tt-vehicle-image img,
  .tt-subpage-hero .tt-trust-media img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (prefers-reduced-transparency:reduce) {
  .tt-header-inner,
  .tt-primary-nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
