/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 14 2026 | 11:26:33 */
.taxik-why {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at top left, rgba(109, 220, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 212, 92, 0.08), transparent 28%),
    linear-gradient(180deg, #050816 0%, #07101d 100%);
}

.taxik-why-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.taxik-why-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.7;
}

.taxik-why-bg-orb-1 {
  width: 340px;
  height: 340px;
  top: 120px;
  left: -100px;
  background: rgba(109, 220, 255, 0.14);
}

.taxik-why-bg-orb-2 {
  width: 320px;
  height: 320px;
  right: -80px;
  bottom: 80px;
  background: rgba(255, 212, 92, 0.10);
}

.taxik-why-heading {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.taxik-why-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: #cfeeff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.taxik-why-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6ddcff, #ffd45c);
  box-shadow: 0 0 14px rgba(109,220,255,0.45);
}

.taxik-why-title {
  margin: 22px 0 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 900;
  color: #fff;
}

.taxik-why-title span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffffff 0%, #8dddff 45%, #ffd45c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.taxik-why-text {
  max-width: 780px;
  margin: 24px auto 0;
  color: rgba(232, 240, 255, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

.taxik-why-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: stretch;
}

.taxik-why-card,
.taxik-why-contact {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.taxik-why-card::before,
.taxik-why-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 45%);
  opacity: 0.7;
}

.taxik-why-card:hover,
.taxik-why-card.is-active,
.taxik-why-contact:hover {
  transform: translateY(-6px);
  border-color: rgba(109,220,255,0.24);
  box-shadow: 0 26px 80px rgba(0,0,0,0.26);
}

.taxik-why-card {
  padding: 26px 24px 24px;
}

.taxik-why-card:nth-child(1),
.taxik-why-card:nth-child(2),
.taxik-why-card:nth-child(4),
.taxik-why-card:nth-child(5) {
  grid-column: span 3;
}

.taxik-why-card-large {
  grid-column: span 6;
  padding: 0;
}

.taxik-why-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 22px;
  color: #8dddff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.taxik-why-card[data-accent="gold"] .taxik-why-icon {
  color: #ffd45c;
}

.taxik-why-card h3 {
  margin: 18px 0 0;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.taxik-why-card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(229, 237, 248, 0.76);
}

.taxik-why-line {
  margin-top: 18px;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(109,220,255,0.75), rgba(255,212,92,0.18));
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.taxik-why-card:hover .taxik-why-line,
.taxik-why-card.is-active .taxik-why-line {
  transform: scaleX(1);
}

.taxik-why-showcase {
  position: relative;
  height: 100%;
  padding: 28px 28px 26px;
  background:
    radial-gradient(circle at top right, rgba(109,220,255,0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255,212,92,0.10), transparent 28%);
}

.taxik-why-showcase-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.taxik-why-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(109,220,255,0.12);
  border: 1px solid rgba(109,220,255,0.16);
  color: #9ae4ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.taxik-why-chip.muted {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.72);
}

.taxik-why-showcase h3 {
  margin: 24px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.taxik-why-showcase p {
  margin: 18px 0 0;
  max-width: 90%;
  color: rgba(230,238,248,0.78);
  font-size: 16px;
  line-height: 1.9;
}

.taxik-why-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.taxik-why-stat {
  min-width: 120px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.taxik-why-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
}

.taxik-why-stat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(224,233,246,0.70);
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.taxik-why-contact {
  grid-column: span 6;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.taxik-why-contact-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.taxik-why-contact-phone {
  margin-top: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  text-decoration: none;
}

.taxik-why-contact-mail {
  margin-top: 14px;
  color: #9ae4ff;
  text-decoration: none;
  font-size: 16px;
  word-break: break-word;
}

.taxik-why-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.taxik-why-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.taxik-why-contact-btn-primary {
  color: #07101d;
  background: linear-gradient(135deg, #ffffff 0%, #dff6ff 100%);
  box-shadow: 0 18px 50px rgba(255,255,255,0.12);
}

.taxik-why-contact-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
}

.taxik-why-contact-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.taxik-why-contact-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.11);
}

@media (max-width: 1100px) {
  .taxik-why-card:nth-child(1),
  .taxik-why-card:nth-child(2),
  .taxik-why-card:nth-child(4),
  .taxik-why-card:nth-child(5),
  .taxik-why-card-large,
  .taxik-why-contact {
    grid-column: span 6;
  }

  .taxik-why-showcase p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .taxik-why {
    padding: 85px 0 95px;
  }

  .taxik-why-container {
    padding: 0 18px;
  }

  .taxik-why-title {
    font-size: clamp(32px, 11vw, 46px);
    line-height: 0.98;
  }

  .taxik-why-text {
    font-size: 16px;
    line-height: 1.75;
  }

  .taxik-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .taxik-why-card,
  .taxik-why-card:nth-child(1),
  .taxik-why-card:nth-child(2),
  .taxik-why-card:nth-child(4),
  .taxik-why-card:nth-child(5),
  .taxik-why-card-large,
  .taxik-why-contact {
    grid-column: auto;
  }

  .taxik-why-card,
  .taxik-why-contact {
    border-radius: 24px;
  }

  .taxik-why-showcase {
    padding: 24px 22px;
  }

  .taxik-why-contact-actions {
    flex-direction: column;
  }

  .taxik-why-contact-btn {
    width: 100%;
  }
}