/* Taxi Tokmak v3: Automotive Light Tunnel */

:root {
  --tt-bg: #070809;
  --tt-bg-soft: #0a0c0e;
  --tt-bg-elevated: #0f1215;
  --tt-surface: #111417;
  --tt-surface-light: #171a1e;
  --tt-text: #f1efea;
  --tt-muted: #aaaeb3;
  --tt-gold: #cfa34e;
  --tt-gold-light: #e1be70;
  --tt-gold-dark: #886728;
  --tt-line: rgba(238, 240, 242, 0.1);
  --tt-gold-line: rgba(225, 190, 112, 0.38);
  --tt-container: 1360px;
  --tt-wide: 1540px;
  --tt-gutter: clamp(20px, 3.1vw, 52px);
  --tt-section: clamp(104px, 11vw, 168px);
  --tt-radius-small: 8px;
  --tt-radius-medium: 14px;
  --tt-radius-large: 16px;
  --tt-header: 78px;
  --tt-header-open: 78px;
  --tt-header-compact: 68px;
  --tt-ease: cubic-bezier(0.23, 1, 0.32, 1);
  --tt-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --tt-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --tt-ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
}

html {
  background: var(--tt-bg);
  color-scheme: dark;
  scrollbar-color: var(--tt-gold-dark) var(--tt-bg);
}

body {
  background:
    radial-gradient(circle at 84% 5%, rgba(207, 163, 78, 0.045), transparent 23rem),
    var(--tt-bg);
  color: var(--tt-text);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.012em;
}

body::after {
  opacity: 0.012;
}

::selection {
  background: var(--tt-gold-light);
  color: #090a0b;
}

:focus-visible {
  outline: 2px solid var(--tt-gold-light);
  outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 360;
  letter-spacing: -0.035em;
}

p {
  max-width: 68ch;
}

.tt-section-title,
.tt-section-title .elementor-heading-title {
  max-width: 14ch;
  font-size: clamp(46px, 5.4vw, 84px);
  font-weight: 330;
  line-height: 0.97;
  letter-spacing: -0.038em;
}

.tt-section-copy,
.tt-section-copy p {
  color: #b5b8bc;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.7;
}

.tt-site-header {
  position: fixed;
  z-index: 100;
  inset: 18px var(--tt-gutter) auto;
  height: var(--tt-header);
  border: 0;
  background: transparent;
  pointer-events: none;
  transition: transform 260ms var(--tt-ease-out);
}

.tt-header-inner {
  position: relative;
  display: grid;
  width: min(100%, var(--tt-wide));
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 0 20px;
  grid-template-columns: minmax(210px, 0.82fr) minmax(500px, 1.7fr) minmax(330px, 1fr);
  gap: clamp(14px, 2vw, 34px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--tt-radius-large);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.065), transparent 18%, transparent 72%, rgba(225, 190, 112, 0.035)),
    rgba(10, 12, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 55px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  backdrop-filter: blur(20px) saturate(120%);
  pointer-events: auto;
  transition:
    background-color 240ms var(--tt-ease-out),
    border-color 240ms var(--tt-ease-out),
    box-shadow 240ms var(--tt-ease-out),
    transform 240ms var(--tt-ease-out);
}

.tt-header-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate3d(-110%, 0, 0) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
  pointer-events: none;
}

.tt-site-header.is-scrolled {
  height: var(--tt-header);
  border: 0;
  background: transparent;
  transform: translate3d(0, -7px, 0);
}

.tt-site-header.is-scrolled .tt-header-inner {
  height: 100%;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(7, 9, 11, 0.93);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.38);
  transform: translate3d(0, 0, 0) scale(0.995);
}

.tt-topbar {
  display: none;
}

.tt-brand {
  gap: 12px;
}

.tt-brand::before {
  display: none;
}

.tt-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--tt-gold-light);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(225, 190, 112, 0.12), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tt-brand-mark .tt-crown {
  width: 29px;
  stroke-width: 1.15;
}

.tt-brand-copy strong {
  color: var(--tt-text);
  font-size: 17px;
  font-weight: 610;
  letter-spacing: -0.025em;
}

.tt-brand-copy small {
  margin-top: 6px;
  color: #9ea2a7;
  font-size: 7px;
  font-weight: 690;
  letter-spacing: 0.16em;
}

.tt-menu {
  justify-content: center;
  gap: clamp(14px, 1.55vw, 27px);
}

.tt-menu a {
  min-height: 44px;
  color: #b8bbc0;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: -0.005em;
  transition:
    color 180ms var(--tt-ease-out),
    transform 140ms var(--tt-ease-out);
}

.tt-menu a::after {
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--tt-gold-light);
  opacity: 0;
  transition:
    transform 240ms var(--tt-ease-out),
    opacity 180ms var(--tt-ease-out);
}

.tt-menu .current-menu-item > a,
.tt-menu a:hover {
  color: var(--tt-text);
}

.tt-menu .current-menu-item > a::after,
.tt-menu a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.tt-header-actions {
  gap: 10px;
}

.tt-header-phone {
  display: grid;
  min-height: 50px;
  padding: 7px 16px 7px 42px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.018);
  transition:
    border-color 180ms var(--tt-ease-out),
    background-color 180ms var(--tt-ease-out),
    transform 140ms var(--tt-ease-out);
}

.tt-header-phone::before {
  display: none;
}

.tt-header-phone > i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--tt-gold-light);
  font-size: 13px;
  transform: translate3d(0, -50%, 0);
}

.tt-header-phone span {
  margin-bottom: 3px;
  color: #8f949a;
  font-size: 7px;
}

.tt-header-phone strong {
  color: var(--tt-text);
  font-size: 12px;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.tt-button,
.elementor-button {
  min-height: 52px;
  padding: 0 9px 0 22px;
  gap: 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.115em;
  transition:
    transform 140ms var(--tt-ease-out),
    background-position 300ms var(--tt-ease-out),
    background-color 200ms var(--tt-ease-out),
    border-color 200ms var(--tt-ease-out),
    color 200ms var(--tt-ease-out),
    box-shadow 200ms var(--tt-ease-out);
}

.tt-btn-primary .elementor-button,
.tt-button--gold {
  background:
    linear-gradient(120deg, #e6c879 0%, #c99a43 48%, #ebd28e 100%) !important;
  background-size: 180% 100% !important;
  color: #11100d !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 24px rgba(154, 114, 41, 0.18);
}

.tt-btn-secondary .elementor-button,
.tt-button--outline {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(9, 11, 13, 0.64) !important;
  color: var(--tt-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.tt-button-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 9, 10, 0.13);
  font-size: 10px;
  transition: transform 180ms var(--tt-ease-out);
}

.tt-button-icon i,
.tt-header-cta .tt-button-icon i,
.tt-mobile-menu-contact .tt-button-icon i {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  transform: none;
  transition: none;
}

.tt-button-icon i::after,
.tt-header-cta .tt-button-icon i::after,
.tt-mobile-menu-contact .tt-button-icon i::after {
  display: none;
}

.elementor-button::after {
  content: "\f061";
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  margin-left: 14px;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 9, 10, 0.13);
  font-family: "Font Awesome 7 Free";
  font-size: 10px;
  font-weight: 900;
  transition: transform 180ms var(--tt-ease-out);
}

.tt-btn-secondary .elementor-button::after {
  background: rgba(255, 255, 255, 0.08);
}

.tt-btn-secondary .tt-button-icon,
.tt-button--outline .tt-button-icon {
  background: rgba(255, 255, 255, 0.08);
}

.tt-header-cta {
  min-height: 52px;
}

.tt-header-cta > i,
.tt-mobile-menu-contact .tt-button > i {
  display: none;
}

.tt-main {
  min-height: 60vh;
}

.tt-hero-v3 {
  position: relative;
  min-height: clamp(780px, 88dvh, 940px);
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #060708;
}

.tt-hero-v3 > .e-con-inner {
  position: relative;
  width: min(100%, 1720px) !important;
  min-height: clamp(780px, 88dvh, 940px);
  margin: 0 auto;
}

.tt-hero-v3::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, #060708 0%, rgba(6, 7, 8, 0.985) 18%, rgba(6, 7, 8, 0.82) 35%, rgba(6, 7, 8, 0.16) 63%, transparent 82%),
    linear-gradient(0deg, #060708 0%, rgba(6, 7, 8, 0.78) 12%, transparent 42%),
    radial-gradient(circle at 70% 54%, rgba(207, 163, 78, 0.08), transparent 28%);
  pointer-events: none;
}

.tt-hero-v3::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 48%, rgba(255, 255, 255, 0.035) 49%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, transparent 42%, rgba(0, 0, 0, 0.54) 100%);
  pointer-events: none;
}

.tt-hero-v3 .tt-hero-media {
  --tt-hero-rx: 0deg;
  --tt-hero-ry: 0deg;
  --tt-hero-tx: 0px;
  --tt-hero-ty: 0px;
  position: absolute !important;
  z-index: 0;
  inset: -2% -2% -2% 0;
  width: 100% !important;
  height: 104%;
  overflow: hidden;
  background:
    url("../images/taxi-tokmak-automotive-hero.png") center / cover no-repeat;
  transform:
    perspective(1400px)
    translate3d(var(--tt-hero-tx), var(--tt-hero-ty), 0)
    rotateX(var(--tt-hero-rx))
    rotateY(var(--tt-hero-ry))
    scale(1.035);
  transform-origin: 62% 54%;
  transition: transform 700ms var(--tt-ease-out);
  will-change: transform;
}

.tt-hero-v3 .tt-hero-media::before,
.tt-hero-v3 .tt-hero-media::after {
  display: none;
}

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

.tt-hero-v3 .tt-hero-media img {
  opacity: 0;
}

.tt-hero-v3 .tt-hero-content {
  position: absolute !important;
  z-index: 5;
  top: 50%;
  left: clamp(28px, 5.2vw, 86px);
  width: min(43vw, 650px) !important;
  gap: 22px !important;
  transform: translate3d(0, -53%, 0);
}

.tt-hero-kicker {
  display: none;
}

.tt-hero-title .elementor-heading-title {
  display: grid;
  max-width: 8ch;
  overflow: visible;
  font-size: clamp(58px, 6.1vw, 94px);
  font-weight: 300;
  line-height: 0.91;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tt-hero-title span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.tt-hero-title .tt-gold-text {
  color: var(--tt-gold-light);
}

.tt-hero-lead p {
  max-width: 460px;
  margin: 2px 0 0;
  color: #c4c7ca;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.62;
}

.tt-hero-actions {
  gap: 10px;
  margin-top: 10px;
}

.tt-hero-actions .elementor-button {
  min-height: 56px;
  padding-inline: 24px;
}

.tt-hero-v3 .tt-hero-watermark {
  right: 5%;
  bottom: 112px;
  width: min(14vw, 210px);
  color: rgba(225, 190, 112, 0.075);
}

.tt-hero-facts {
  position: absolute !important;
  z-index: 5;
  right: auto;
  bottom: 0;
  left: clamp(28px, 5.2vw, 86px);
  width: min(47vw, 700px) !important;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(11, 13, 15, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.tt-hero-facts,
.tt-hero-facts > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

.tt-hero-fact {
  position: relative;
  justify-content: center;
  padding: 18px 24px 17px 45px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tt-hero-fact::before {
  position: absolute;
  top: 50%;
  left: 21px;
  color: var(--tt-gold-light);
  font-family: "Font Awesome 7 Free";
  font-size: 14px;
  font-weight: 900;
  transform: translate3d(0, -50%, 0);
}

.tt-hero-fact:nth-child(1)::before { content: "\f095"; }
.tt-hero-fact:nth-child(2)::before { content: "\f3c5"; }
.tt-hero-fact:nth-child(3)::before { content: "\f017"; }

.tt-hero-fact:last-child {
  border-right: 0;
}

.tt-hero-fact strong {
  color: var(--tt-text);
  font-size: 17px;
  font-weight: 520;
  letter-spacing: -0.022em;
}

.tt-hero-fact p {
  margin: 5px 0 0;
  color: #989da3;
  font-size: 9px;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: none;
}

.tt-booking-v3 {
  position: relative;
  z-index: 8;
  width: min(calc(100% - 2 * var(--tt-gutter)), var(--tt-container));
  margin: -56px auto 0;
  padding: 6px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tt-radius-large);
  background: rgba(255, 255, 255, 0.028);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.tt-booking-v3 > .e-con-inner {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: 232px 1fr;
  align-items: stretch;
  overflow: hidden;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(25, 29, 33, 0.985), rgba(8, 10, 12, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.tt-booking-intro {
  justify-content: center;
  padding: 30px 28px !important;
  border-right: 1px solid var(--tt-line);
}

.tt-booking-intro::before {
  content: "\f5e4";
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(225, 190, 112, 0.11);
  color: var(--tt-gold-light);
  font-family: "Font Awesome 7 Free";
  font-size: 13px;
  font-weight: 900;
}

.tt-booking-title .elementor-heading-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 480;
}

.tt-booking-intro p {
  color: #9ea2a7;
  font-size: 11px;
}

.tt-booking-v3 .tt-request-form {
  display: flex;
  align-items: center;
  padding: 26px 28px;
}

.tt-request-form form {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 18px;
}

.tt-form-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.2fr 1.2fr 0.72fr 0.68fr 0.88fr;
  gap: 9px;
}

.tt-field {
  gap: 7px;
}

.tt-field--message {
  grid-column: 1 / -1;
}

.tt-field label,
.tt-consent {
  color: #b4b8bd;
  font-size: 9px;
  font-weight: 640;
  letter-spacing: 0.06em;
  text-transform: none;
}

.tt-field label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.tt-field label i {
  width: 13px;
  color: var(--tt-gold-light);
  font-size: 10px;
  text-align: center;
}

.tt-field input {
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.115);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.022);
  color: var(--tt-text);
  font-size: 13px;
  transition:
    border-color 180ms var(--tt-ease-out),
    background-color 180ms var(--tt-ease-out),
    box-shadow 180ms var(--tt-ease-out);
}

.tt-field input::placeholder {
  color: #7d8288;
}

.tt-field input:focus {
  border-color: rgba(225, 190, 112, 0.7);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 0 3px rgba(207, 163, 78, 0.1);
}

.tt-consent {
  display: grid;
  max-width: 760px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  align-self: center;
  color: #959aa0;
  line-height: 1.5;
}

.tt-consent a {
  color: #d8dadd;
}

.tt-consent input {
  width: 17px;
  height: 17px;
  accent-color: var(--tt-gold);
}

.tt-request-form form > .tt-button {
  align-self: center;
  min-width: 178px;
}

.tt-form-message {
  grid-column: 1 / -1;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.tt-form-message--success { color: #c7e7b5; }
.tt-form-message--error { color: #ffb2a6; }

.tt-services {
  padding-top: clamp(120px, 13vw, 190px);
  background:
    radial-gradient(circle at 15% 10%, rgba(207, 163, 78, 0.05), transparent 26rem),
    var(--tt-bg);
}

.tt-services > .e-con-inner > .tt-section-copy {
  margin-bottom: 60px;
}

.tt-services-grid > .e-con-inner {
  min-height: 760px;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.78fr);
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.tt-service-card {
  --tt-card-rx: 0deg;
  --tt-card-ry: 0deg;
  --tt-card-enter: 22px;
  position: relative;
  min-height: 0;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--tt-radius-medium);
  background: var(--tt-surface);
  transform: perspective(1100px) translate3d(0, var(--tt-card-enter), 0) rotateX(var(--tt-card-rx)) rotateY(var(--tt-card-ry));
  transform-style: preserve-3d;
  transition:
    border-color 280ms var(--tt-ease-out),
    transform 500ms var(--tt-ease-out);
}

.tt-service-card.is-visible {
  --tt-card-enter: 0px;
}

.tt-service-card:first-child {
  grid-row: 1 / 3;
}

.tt-service-card img {
  filter: brightness(0.68) contrast(1.13) saturate(0.72);
  transition:
    filter 420ms var(--tt-ease-out),
    transform 700ms var(--tt-ease-out);
}

.tt-service-card::after {
  background:
    linear-gradient(0deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.16) 67%, rgba(5, 6, 7, 0.08) 100%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.34), transparent 56%);
}

.tt-service-copy {
  padding: 32px 34px !important;
  transform: translate3d(0, 0, 30px);
}

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

.tt-service-copy::before {
  width: 32px;
  height: 2px;
  background: var(--tt-gold-light);
}

.tt-service-copy h3 {
  max-width: 13ch;
  color: var(--tt-text);
  font-size: clamp(23px, 2.3vw, 38px);
  font-weight: 380;
  text-transform: none;
}

.tt-service-copy p {
  color: #c3c6c9;
  font-size: 13px;
}

.tt-service-copy::after {
  content: "\f061";
  display: grid;
  width: 38px;
  height: 38px;
  margin-top: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(225, 190, 112, 0.11);
  color: var(--tt-gold-light);
  font-family: "Font Awesome 7 Free";
  font-size: 11px;
  font-weight: 900;
}

.tt-story {
  min-height: 860px;
  background: #090b0d;
}

.tt-story > .e-con-inner {
  min-height: 650px;
}

.tt-story-photo {
  top: -96px;
  right: 0;
  width: 58% !important;
  height: 790px;
  border-radius: var(--tt-radius-medium) 0 0 var(--tt-radius-medium);
}

.tt-story-photo img {
  filter: brightness(0.5) contrast(1.17) saturate(0.66);
}

.tt-story-copy {
  width: min(49%, 620px) !important;
  padding-top: 48px;
}

.tt-story-copy h2 {
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 320;
}

.tt-story-services {
  right: 0;
  bottom: -1px;
  left: 20%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--tt-radius-medium) var(--tt-radius-medium) 0 0;
  background: rgba(8, 10, 12, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tt-story-service {
  min-height: 94px;
  padding: 20px 26px !important;
}

.tt-story-service h3 {
  color: #d7d8d9;
  font-size: 13px;
}

.tt-city-v3 {
  min-height: 780px;
  background: var(--tt-bg);
}

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

.tt-city-v3 .tt-city-photo img {
  filter: brightness(0.55) contrast(1.16) saturate(0.7);
}

.tt-city-v3::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.97), rgba(5, 7, 8, 0.48) 50%, rgba(5, 7, 8, 0.16)),
    linear-gradient(0deg, rgba(5, 7, 8, 0.76), transparent 50%);
}

.tt-city-v3 .tt-city-copy {
  left: clamp(28px, 7vw, 108px);
  width: min(50%, 660px) !important;
}

.tt-city-v3 .tt-city-copy h2 {
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 310;
  text-shadow: 0 16px 52px rgba(0, 0, 0, 0.38);
}

.tt-fleet-showcase {
  min-height: 940px;
  background:
    radial-gradient(ellipse at 50% 57%, rgba(225, 190, 112, 0.07), transparent 37%),
    #080a0c;
}

.tt-fleet-outline p {
  color: transparent;
  font-size: clamp(150px, 23vw, 330px);
  -webkit-text-stroke: 1px rgba(241, 239, 234, 0.052);
}

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

.tt-fleet-slide {
  transform: translate3d(42px, 0, 0) scale(0.985);
  transition:
    opacity 420ms var(--tt-ease-out),
    transform 700ms var(--tt-ease-out);
}

.tt-fleet-slide.is-active {
  transform: translate3d(0, 0, 0) scale(1);
}

.tt-fleet-slide img {
  filter: brightness(0.82) contrast(1.11) saturate(0.72);
}

.tt-fleet-slide-copy {
  right: 3%;
  bottom: 8%;
  width: 320px !important;
  padding: 25px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(8, 10, 12, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tt-fleet-controls button {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: var(--tt-text);
  transition:
    border-color 180ms var(--tt-ease-out),
    background-color 180ms var(--tt-ease-out),
    transform 140ms var(--tt-ease-out);
}

.tt-fleet-controls button i {
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  font-size: 11px;
}

.tt-fleet-controls button i::after {
  display: none;
}

.tt-fleet-controls span {
  color: #9ca1a7;
  font-variant-numeric: tabular-nums;
}

.tt-trust {
  background: #0a0c0e;
}

.tt-trust-grid {
  margin-top: 64px;
  border-top-color: rgba(255, 255, 255, 0.11);
}

.tt-trust-fact {
  position: relative;
  min-height: 180px;
  padding: 36px 32px 30px 0 !important;
}

.tt-trust-fact::before {
  content: "\f058";
  position: absolute;
  top: 34px;
  left: 0;
  color: var(--tt-gold-light);
  font-family: "Font Awesome 7 Free";
  font-size: 13px;
  font-weight: 900;
}

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

.tt-trust-fact h3 {
  margin-top: 58px;
  font-size: 24px;
}

.tt-final-cta-v3 {
  min-height: 650px;
}

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

.tt-final-cta-photo img {
  filter: brightness(0.29) contrast(1.16) saturate(0.56);
}

.tt-final-cta-v3::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.97), rgba(5, 7, 8, 0.64) 58%, rgba(5, 7, 8, 0.31)),
    radial-gradient(circle at 70% 45%, rgba(207, 163, 78, 0.09), transparent 30%);
}

.tt-final-cta-copy {
  width: min(58%, 700px) !important;
}

.tt-site-footer {
  padding-top: 104px;
  border-top-color: rgba(225, 190, 112, 0.26);
  background:
    radial-gradient(circle at 92% 94%, rgba(207, 163, 78, 0.06), transparent 25rem),
    #07090a;
}

.tt-site-footer h2 {
  color: #d7d9dc;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.tt-site-footer p,
.tt-site-footer address,
.tt-site-footer a {
  color: #aeb2b7;
}

.tt-footer-brand strong {
  color: var(--tt-text);
  font-size: 26px;
}

.tt-footer-brand .tt-crown {
  color: var(--tt-gold-light);
}

@media (hover: hover) and (pointer: fine) {
  .tt-header-phone:hover {
    border-color: rgba(225, 190, 112, 0.44);
    background: rgba(225, 190, 112, 0.04);
    transform: translate3d(0, -1px, 0);
  }

  .tt-button:hover,
  .elementor-button:hover {
    transform: translate3d(0, -2px, 0);
  }

  .tt-button--gold:hover,
  .tt-btn-primary .elementor-button:hover {
    background-position: 100% 0 !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      0 12px 30px rgba(154, 114, 41, 0.25);
  }

  .tt-button:hover .tt-button-icon,
  .elementor-button:hover .tt-button-icon,
  .elementor-button:hover::after {
    transform: translate3d(3px, 0, 0) scale(1.04);
  }

  .tt-service-card:hover {
    border-color: rgba(225, 190, 112, 0.42);
  }

  .tt-service-card:hover img {
    filter: brightness(0.82) contrast(1.11) saturate(0.76);
    transform: scale(1.035);
  }

  .tt-fleet-controls button:hover {
    border-color: rgba(225, 190, 112, 0.52);
    background: rgba(225, 190, 112, 0.07);
    transform: translate3d(0, -2px, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .tt-header-inner::before {
    animation: tt-metal-sweep 1250ms var(--tt-ease-out) 500ms both;
  }

  .tt-hero-v3::after {
    animation: tt-hero-light 1400ms var(--tt-ease-out) 180ms both;
  }
}

@keyframes tt-metal-sweep {
  from { transform: translate3d(-110%, 0, 0) skewX(-18deg); }
  to { transform: translate3d(120%, 0, 0) skewX(-18deg); }
}

@keyframes tt-hero-light {
  from { opacity: 0.35; transform: translate3d(-2%, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

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

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

  .tt-menu {
    gap: 15px;
  }

  .tt-hero-title .elementor-heading-title {
    font-size: clamp(56px, 6.2vw, 78px);
  }

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

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

@media (max-width: 1024px) {
  :root {
    --tt-header: 70px;
    --tt-header-open: 70px;
    --tt-header-compact: 64px;
  }

  .tt-site-header {
    inset: 12px 14px auto;
  }

  .tt-header-inner {
    grid-template-columns: 1fr auto;
    padding: 0 10px 0 16px;
  }

  body.tt-menu-open {
    overflow: hidden;
  }

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

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

  .tt-menu-toggle {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
  }

  .tt-primary-nav {
    position: fixed;
    z-index: 1;
    inset: -12px -14px auto;
    display: grid;
    min-height: 100dvh;
    max-height: none;
    padding: 118px 24px 36px;
    align-content: start;
    overflow: auto;
    visibility: hidden;
    border: 0;
    background:
      radial-gradient(circle at 88% 10%, rgba(207, 163, 78, 0.12), transparent 24rem),
      #060809;
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.985);
    transition:
      opacity 260ms var(--tt-ease-drawer),
      transform 320ms var(--tt-ease-drawer),
      visibility 0s linear 320ms;
  }

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

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

  .tt-mobile-menu-contact {
    display: flex;
  }

  .tt-mobile-menu-brand {
    display: none;
  }

  .tt-mobile-menu-brand {
    align-items: center;
    gap: 12px;
    color: var(--tt-text);
    font-size: 15px;
    font-weight: 620;
  }

  .tt-mobile-menu-brand .tt-crown {
    width: 32px;
    color: var(--tt-gold-light);
  }

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

  .tt-menu li {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
      opacity 280ms var(--tt-ease-out),
      transform 340ms var(--tt-ease-out);
  }

  .tt-primary-nav.is-open .tt-menu li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .tt-primary-nav.is-open .tt-menu li:nth-child(1) { transition-delay: 50ms; }
  .tt-primary-nav.is-open .tt-menu li:nth-child(2) { transition-delay: 85ms; }
  .tt-primary-nav.is-open .tt-menu li:nth-child(3) { transition-delay: 120ms; }
  .tt-primary-nav.is-open .tt-menu li:nth-child(4) { transition-delay: 155ms; }
  .tt-primary-nav.is-open .tt-menu li:nth-child(5) { transition-delay: 190ms; }
  .tt-primary-nav.is-open .tt-menu li:nth-child(6) { transition-delay: 225ms; }

  .tt-menu a {
    min-height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: #d7d9db;
    font-size: clamp(22px, 4.5vw, 34px);
    font-weight: 350;
    letter-spacing: -0.035em;
  }

  .tt-menu a:focus-visible {
    padding-left: 12px;
    outline: 0;
    box-shadow: inset 3px 0 0 var(--tt-gold-light);
  }

  .tt-menu a::after {
    display: none;
  }

  .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, 0.1);
  }

  .tt-mobile-menu-contact > a:first-child {
    display: grid;
    text-decoration: none;
  }

  .tt-mobile-menu-contact > a:first-child small {
    color: #8f9499;
  }

  .tt-mobile-menu-contact > a:first-child strong {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 5px;
  }

  .tt-mobile-menu-contact address {
    display: none;
  }

  .tt-hero-v3 .tt-hero-media {
    width: 100% !important;
    background-position: 48% center;
  }

  .tt-hero-v3::before {
    background:
      linear-gradient(90deg, #060708 0%, rgba(6, 7, 8, 0.91) 28%, rgba(6, 7, 8, 0.26) 72%, transparent),
      linear-gradient(0deg, #060708 0%, rgba(6, 7, 8, 0.75) 18%, transparent 50%);
  }

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

  .tt-hero-facts {
    width: min(62vw, 650px) !important;
  }

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

  .tt-booking-intro {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    padding: 24px !important;
    border-right: 0;
    border-bottom: 1px solid var(--tt-line);
  }

  .tt-booking-intro::before {
    grid-row: 1 / 3;
    margin: 0;
  }

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

  .tt-story-photo {
    width: 66% !important;
  }

  .tt-story-copy {
    width: 55% !important;
  }
}

@media (max-width: 767px) {
  :root {
    --tt-gutter: 18px;
    --tt-section: 92px;
  }

  .tt-site-header {
    inset-inline: 10px;
  }

  .tt-header-inner {
    border-radius: 14px;
  }

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

  .tt-brand-copy small {
    display: none;
  }

  .tt-primary-nav {
    inset-inline: -10px;
    padding-inline: 20px;
  }

  .tt-mobile-menu-contact {
    grid-template-columns: 1fr;
  }

  .tt-mobile-menu-contact .tt-button {
    width: 100%;
  }

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

  .tt-hero-v3 .tt-hero-media {
    inset: 0;
    width: 100% !important;
    height: 100%;
    background-position: 61% center;
    transform: scale(1.02);
    will-change: auto;
  }

  .tt-hero-v3::before {
    background:
      linear-gradient(0deg, #060708 0%, rgba(6, 7, 8, 0.96) 34%, rgba(6, 7, 8, 0.26) 72%, rgba(6, 7, 8, 0.14)),
      linear-gradient(90deg, rgba(6, 7, 8, 0.7), transparent 85%);
  }

  .tt-hero-v3 .tt-hero-content {
    top: auto;
    right: 20px;
    bottom: 160px;
    left: 20px;
    width: auto !important;
    gap: 14px !important;
    transform: none;
  }

  .tt-hero-title .elementor-heading-title {
    max-width: 8ch;
    font-size: clamp(46px, 13.4vw, 60px);
    line-height: 0.92;
  }

  .tt-hero-lead p {
    max-width: 34ch;
    font-size: 14px;
  }

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

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

  .tt-hero-v3 .tt-hero-watermark {
    display: none;
  }

  .tt-hero-facts {
    right: 16px;
    left: 16px;
    width: auto !important;
    height: 114px;
  }

  .tt-hero-fact {
    padding: 18px 8px !important;
    align-items: center;
    text-align: center;
  }

  .tt-hero-fact::before {
    position: static;
    display: block;
    margin: 0 auto 9px;
    transform: none;
  }

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

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

  .tt-booking-v3 {
    width: calc(100% - 24px);
    margin-top: -20px;
    padding: 4px !important;
  }

  .tt-booking-intro {
    padding: 21px !important;
  }

  .tt-booking-v3 .tt-request-form {
    padding: 22px 18px 24px;
  }

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

  .tt-form-grid {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 13px;
  }

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

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

  .tt-services {
    padding-top: 110px;
  }

  .tt-section-title,
  .tt-section-title .elementor-heading-title {
    font-size: clamp(42px, 12vw, 58px);
  }

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

  .tt-service-card,
  .tt-service-card:first-child {
    min-height: 420px;
    grid-row: auto;
    --tt-card-enter: 0px;
    transform: none;
  }

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

  .tt-story {
    min-height: auto;
  }

  .tt-story > .e-con-inner {
    min-height: auto;
  }

  .tt-story-photo {
    position: relative !important;
    top: auto;
    width: 100% !important;
    height: 470px;
    border-radius: var(--tt-radius-medium);
  }

  .tt-story-copy {
    width: 100% !important;
    padding-top: 54px;
  }

  .tt-story-copy h2 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .tt-story-services {
    position: relative !important;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 48px;
    border-radius: var(--tt-radius-medium);
  }

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

  .tt-story-service:nth-child(3n) {
    border-right: 1px solid var(--tt-line);
  }

  .tt-story-service:nth-child(2n) {
    border-right: 0;
  }

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

  .tt-city-v3 .tt-city-copy {
    top: auto;
    right: 20px;
    bottom: 70px;
    left: 20px;
    width: auto !important;
    transform: none;
  }

  .tt-city-v3 .tt-city-copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .tt-fleet-showcase {
    min-height: 830px;
  }

  .tt-fleet-outline {
    top: 280px;
  }

  .tt-fleet-outline p {
    font-size: 32vw;
  }

  .tt-fleet-stage {
    min-height: 470px;
    margin-top: 18px;
  }

  .tt-fleet-slide .elementor-widget-image {
    width: 100%;
    height: 70%;
  }

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

  .tt-fleet-controls {
    bottom: -10px;
  }

  .tt-fleet-all {
    right: 0;
    bottom: -10px;
  }

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

  .tt-trust-fact,
  .tt-trust-fact:not(:first-child) {
    min-height: 150px;
    padding: 25px 20px !important;
    border-bottom: 1px solid var(--tt-line);
  }

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

  .tt-trust-fact h3 {
    margin-top: 48px;
    font-size: 19px;
  }

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

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

  .tt-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-hero-v3 .tt-hero-media,
  .tt-service-card,
  .tt-fleet-slide,
  .tt-menu li {
    transform: none !important;
    will-change: auto;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .tt-header-inner,
  .tt-primary-nav,
  .tt-hero-facts,
  .tt-story-services,
  .tt-fleet-slide-copy {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #0b0d0f;
  }
}
