/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 14 2026 | 15:51:26 */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700;800&display=swap');

.taxik-subpage-hero{
  --hero-bg: #050816;
  --hero-bg-soft: #0d1633;
  --hero-accent: #4fd1ff;
  --hero-accent-strong: #11b8ff;
  --hero-gold: #ffcc66;
  --hero-text: #f7fbff;
  --hero-muted: rgba(235,243,255,0.72);
  --hero-border: rgba(255,255,255,0.12);
  --hero-card: rgba(9,16,37,0.62);
  --hero-shadow: 0 24px 80px rgba(0,0,0,0.32);
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(96px, 11vw, 144px) 0 clamp(56px, 7vw, 88px);
  background:
    radial-gradient(circle at 15% 20%, rgba(79,209,255,0.18), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(255,204,102,0.16), transparent 26%),
    linear-gradient(135deg, #04070f 0%, #081226 38%, #081426 100%);
  color: var(--hero-text);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.taxik-subpage-hero .taxik-container{
  width: 100%;
  position: relative;
  z-index: 3;
}

.taxik-subpage-hero__layout{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 420px);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.taxik-subpage-hero__content{
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.taxik-subpage-hero__panel{
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.taxik-subpage-hero__media,
.taxik-subpage-hero__overlay,
.taxik-subpage-hero__ambient,
.taxik-subpage-hero__grid,
.taxik-subpage-hero__noise{
  position: absolute;
  inset: 0;
}

.taxik-subpage-hero__media{
  z-index: 0;
}

.taxik-subpage-hero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .45s ease-out;
  filter: saturate(1.05) contrast(1.04);
}

.taxik-subpage-hero__media::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,8,22,0.96) 0%, rgba(5,8,22,0.88) 26%, rgba(5,8,22,0.46) 60%, rgba(5,8,22,0.22) 100%),
    linear-gradient(180deg, rgba(5,8,22,0.1) 0%, rgba(5,8,22,0.32) 100%);
}

.taxik-subpage-hero__overlay{
  z-index: 1;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(79,209,255,0.22), transparent 18%),
    radial-gradient(circle at calc(var(--mx) + 8%) calc(var(--my) - 12%), rgba(255,204,102,0.12), transparent 24%);
  mix-blend-mode: screen;
  opacity: .95;
}

.taxik-subpage-hero__ambient{
  z-index: 1;
  background:
    radial-gradient(circle at 82% 22%, rgba(17,184,255,0.12), transparent 18%),
    radial-gradient(circle at 72% 68%, rgba(255,204,102,0.10), transparent 22%);
  animation: taxikAmbientFloat 9s ease-in-out infinite alternate;
}

.taxik-subpage-hero__grid{
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.78) 30%, rgba(0,0,0,0.18) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.78) 30%, rgba(0,0,0,0.18) 100%);
  opacity: .16;
}

.taxik-subpage-hero__noise{
  z-index: 1;
  opacity: .08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.9) 0 0.7px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.75) 0 0.7px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,0.7) 0 0.8px, transparent 1px),
    radial-gradient(circle at 72% 84%, rgba(255,255,255,0.7) 0 0.8px, transparent 1px);
  background-size: 180px 180px;
}

.taxik-subpage-hero .taxik-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.taxik-subpage-hero .taxik-badge-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6de7ff 0%, #0fbaff 100%);
  box-shadow: 0 0 0 6px rgba(79,209,255,0.12);
}

.taxik-subpage-hero .taxik-title{
  max-width: 900px;
  margin-top: 22px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.taxik-subpage-hero .taxik-title span{
  display: block;
  margin-top: 16px;
  max-width: 700px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: rgba(244,248,255,0.84);
}

.taxik-subpage-hero .taxik-text{
  max-width: 760px;
  margin-top: 22px;
  margin-left: 0;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: var(--hero-muted);
}

.taxik-subpage-hero .taxik-pill-row{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.taxik-subpage-hero .taxik-pill{
  position: relative;
  overflow: hidden;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.taxik-subpage-hero .taxik-pill::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.14) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}

.taxik-subpage-hero .taxik-pill:hover::before{
  transform: translateX(120%);
}

.taxik-subpage-hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.taxik-subpage-hero .taxik-btn{
  min-width: 210px;
  justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.taxik-subpage-hero .taxik-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.taxik-subpage-hero .taxik-btn--primary{
  background: linear-gradient(135deg, #12c2ff 0%, #0b8eff 100%);
  border-color: transparent;
  color: #04111f;
}

.taxik-subpage-hero .taxik-btn--secondary{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.taxik-subpage-hero__stats{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.taxik-stat{
  min-width: 150px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
  border: 1px solid var(--hero-border);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.taxik-stat strong{
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.taxik-stat span{
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(235,243,255,0.66);
}

.taxik-subpage-hero .taxik-breadcrumbs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  color: rgba(255,255,255,0.62);
}

.taxik-subpage-hero .taxik-breadcrumbs a{
  color: rgba(255,255,255,0.82);
}

.taxik-route-card{
  position: relative;
  width: min(100%, 390px);
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(18,32,66,0.74) 0%, rgba(8,14,34,0.82) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: var(--hero-shadow);
  transform: rotate(-4deg);
}

.taxik-route-card::before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.06);
  pointer-events: none;
}

.taxik-route-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.taxik-route-card__eyebrow{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: rgba(255,255,255,0.56);
}

.taxik-route-card__live{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.taxik-route-card__live i{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5df49a;
  box-shadow: 0 0 0 5px rgba(93,244,154,0.15);
  animation: taxikPulse 1.9s ease infinite;
}

.taxik-route-card__route{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.taxik-route-card__stop{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.taxik-route-card__code{
  font-size: clamp(28px, 5vw, 42px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.taxik-route-card__stop small{
  font-size: 13px;
  color: rgba(255,255,255,0.62);
}

.taxik-route-card__line{
  position: relative;
  height: 2px;
  border-top: 2px dashed rgba(255,255,255,0.32);
}

.taxik-route-card__plane{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -58%) rotate(8deg);
  font-size: 20px;
  color: var(--hero-gold);
  animation: taxikFly 4.5s ease-in-out infinite;
}

.taxik-route-card__meta{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.taxik-route-card__meta div{
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.taxik-route-card__meta span{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,0.54);
}

.taxik-route-card__meta strong{
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.taxik-floating-note{
  position: absolute;
  max-width: 180px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 1.4;
}

.taxik-floating-note__label{
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(255,255,255,0.56);
}

.taxik-floating-note--top{
  top: 12%;
  left: 0;
  transform: translateX(-18%) rotate(-7deg);
}

.taxik-floating-note--bottom{
  right: 2%;
  bottom: 8%;
  transform: translateY(12%) rotate(8deg);
}

.taxik-orb{
  pointer-events: none;
  filter: blur(4px);
}

.taxik-orb--blue{
  top: 8%;
  right: 18%;
}

.taxik-orb--gold{
  bottom: 12%;
  left: 56%;
}

@keyframes taxikFly{
  0%, 100%{
    left: 0;
    transform: translate(-50%, -58%) rotate(8deg);
  }
  50%{
    left: 100%;
    transform: translate(-50%, -42%) rotate(12deg);
  }
}

@keyframes taxikPulse{
  0%, 100%{
    transform: scale(1);
    opacity: 1;
  }
  50%{
    transform: scale(1.18);
    opacity: .78;
  }
}

@keyframes taxikAmbientFloat{
  0%{
    transform: translate3d(0, 0, 0) scale(1);
  }
  100%{
    transform: translate3d(-2%, 2%, 0) scale(1.04);
  }
}

@media (max-width: 1100px){
  .taxik-subpage-hero{
    padding-top: 90px;
  }

  .taxik-subpage-hero__layout{
    grid-template-columns: 1fr;
  }

  .taxik-subpage-hero__panel{
    min-height: auto;
    justify-content: flex-start;
  }

  .taxik-route-card{
    transform: none;
  }

  .taxik-floating-note--top{
    top: auto;
    bottom: 18px;
    left: auto;
    right: 20px;
    transform: none;
  }

  .taxik-floating-note--bottom{
    display: none;
  }
}

@media (max-width: 767px){
  .taxik-subpage-hero{
    padding: 84px 0 52px;
  }

  .taxik-subpage-hero .taxik-title{
    font-size: clamp(38px, 13vw, 58px);
  }

  .taxik-subpage-hero .taxik-title span{
    font-size: 18px;
  }

  .taxik-subpage-hero .taxik-text{
    font-size: 15px;
    line-height: 1.65;
  }

  .taxik-subpage-hero .taxik-btn{
    min-width: 100%;
  }

  .taxik-subpage-hero__stats{
    gap: 10px;
  }

  .taxik-stat{
    width: 100%;
  }

  .taxik-route-card{
    width: 100%;
    padding: 20px;
    border-radius: 24px;
  }

  .taxik-route-card__route{
    gap: 10px;
  }

  .taxik-route-card__code{
    font-size: 26px;
  }

  .taxik-floating-note{
    display: none;
  }
}

@media (prefers-reduced-motion: reduce){
  .taxik-subpage-hero *,
  .taxik-subpage-hero *::before,
  .taxik-subpage-hero *::after{
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
