/* cards by APPQ — compact nav item (overrides .mainA text-clip) */

.mainLi--cards {
  height: auto !important;
}

.mainA--cards {
  height: auto !important;
  gap: 0.4rem;
  padding: 0.2rem 0.55rem !important;
  border-radius: 0.45rem;
  background: rgba(200, 255, 26, 0.42) !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #4a6600 !important;
  color: #4a6600 !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  border: 1px solid rgba(106, 140, 0, 0.35);
  line-height: 1.2;
  align-self: center;
}

.mainA--cards:before {
  display: none !important;
}

.mainA--cards:hover,
.mainA--cards:focus {
  background: rgba(200, 255, 26, 0.7) !important;
  background-position: initial !important;
  -webkit-text-fill-color: #2f4200 !important;
  color: #2f4200 !important;
  text-decoration: none;
}

.mainA--cards span {
  -webkit-text-fill-color: inherit;
  color: inherit;
}

.nav-cards-mascot {
  width: 1.15rem !important;
  height: 1.15rem !important;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

/* Mobile menu */
.mobileMenuList__cards a.mobileA--cards {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  color: #4a6600 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(200, 255, 26, 0.35);
  border-radius: 0.5rem;
  padding: 0.65rem 0.9rem;
  margin: 0.25rem 0;
  border: 1px solid rgba(106, 140, 0, 0.28);
  width: fit-content;
}

.mobileMenuList__cards a.mobileA--cards:hover,
.mobileMenuList__cards a.mobileA--cards:focus {
  color: #2f4200 !important;
  background: rgba(200, 255, 26, 0.55);
}

@media (max-width: 1199.98px) {
  .mainLi--cards {
    display: none;
  }
}

/* Paketler sayfası — cards CTA (paket tablosunun üstü) */

.cards-promo {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.6rem 2.2rem;
  align-items: center;
  margin: 0 0 3.2rem;
  padding: 2rem 2.2rem;
  border-radius: 1.4rem;
  background:
    radial-gradient(ellipse 70% 120% at 0% 50%, rgba(200, 255, 26, 0.16), transparent 55%),
    #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f4f4f4;
}

.cards-promo__logo {
  display: block;
  width: clamp(132px, 14vw, 168px);
  height: auto;
}

.cards-promo__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8ff1a;
}

.cards-promo__title {
  margin: 0 0 0.7rem;
  font-size: clamp(1.85rem, 2.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
}

.cards-promo__text {
  margin: 0;
  max-width: 54ch;
  font-size: 1.45rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.cards-promo__text strong {
  color: #fff;
  font-weight: 700;
}

.cards-promo__action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  min-width: 13rem;
}

.cards-promo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: #c8ff1a;
  color: #1a2200 !important;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  border: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.cards-promo__btn i {
  font-size: 1.25em;
  line-height: 1;
}

.cards-promo__btn:hover,
.cards-promo__btn:focus {
  background: #d8ff4d;
  color: #111 !important;
  transform: translateY(-1px);
}

.cards-promo__hint {
  display: block;
  text-align: center;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991.98px) {
  .cards-promo {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.6rem 1.5rem;
  }

  .cards-promo__action {
    align-items: flex-start;
    min-width: 0;
  }

  .cards-promo__btn {
    width: 100%;
  }

  .cards-promo__hint {
    text-align: left;
  }
}

/* Anasayfa cards CTA spacing */
.home-cta-cards {
  padding: 0 0 4rem;
}

.home-cta-cards .cards-promo {
  margin-bottom: 0;
}
