/* =========================================================
   KLUB - 3 Tier Comparison (Figma 1217:2900)
   ========================================================= */

.klub-tiers {
  background: #f5f3ee;
  padding: 110px 0;
}

/* Head — same scale as benefits head */
.klub-tiers__head {
  width: 685px;
  max-width: 100%;
  margin: 0 auto 80px auto;
  text-align: center;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.klub-tiers__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 11.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191d23;
  margin: 0;
}

.klub-tiers__title {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: clamp(34px, 3.125vw, 60px);
  line-height: 1.177;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  color: #191d23;
  margin: 0;
}

.klub-tiers__desc {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.5px;
  color: rgba(25, 29, 35, 0.8);
  max-width: 589px;
  margin: 0;
}

/* Grid */
.klub-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
  max-width: 1290px;
  margin: 0 auto;
  padding-top: 22px;
}

/* ===========================
   CARD - common
   =========================== */
.klub-tier {
  position: relative;
  border-radius: 4px;
  padding: 77px 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  min-height: 758px;
}

/* Light variant (Selection / Premium) */
.klub-tier--light {
  background: #fff;
  /* padding-top: 48px; */
  padding: 48px 31px 31px 31px;
  border: 1px solid rgba(42, 35, 26, 0.1);
  color: #2a231a;
  margin-bottom: 15px;

  margin-top: 15px;
}

/* Dark variant (Gold / featured) */
.klub-tier--dark {
  background: linear-gradient(180deg, #191d23 0%, #2a2106 100%);
  border: 1px solid #191d23;
  color: #f5efe0;
  box-shadow: 0 30px 80px -30px rgba(21, 17, 11, 0.3);
  min-height: 783px;
  padding: 50px 31px 31px;
  margin-top: 0px;
}

/* "Najpopularnije" badge — overhangs top of dark card */
.klub-tier__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #bd9831;
  color: #191d23;
  padding: 9px 19px;
  border-radius: 4px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 11.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Name */
.klub-tier__name {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 59.4px;
  letter-spacing: 2.16px;
  margin: 0;
  text-align: center;
  color: #15110b;
}

.klub-tier--dark .klub-tier__name {
  color: #d9bf7e;
  line-height: 61.776px;
  letter-spacing: 2.2464px;
}

/* Kicker */
.klub-tier__kicker {
  display: block;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29.04px;
  color: #6b5f4e;
  margin-top: 6px;
}

.klub-tier--dark .klub-tier__kicker {
  color: #b8a98e;
  line-height: 30.202px;
}

/* Threshold */
.klub-tier__threshold {
  margin: 32px 0 0 0;
  padding: 28px 0;
  border-top: 1px solid rgba(42, 35, 26, 0.1);
  border-bottom: 1px solid rgba(42, 35, 26, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.klub-tier--dark .klub-tier__threshold {
  border-top-color: rgba(232, 213, 164, 0.2);
  border-bottom-color: rgba(232, 213, 164, 0.2);
}

.klub-tier__threshold-value {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 38.4px;
  line-height: 38.4px;
  color: #8e7228;
}

.klub-tier--dark .klub-tier__threshold-value {
  color: #d9bf7e;
  font-size: 39.9px;
  line-height: 39.936px;
}

.klub-tier__threshold-label {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.01px;
  letter-spacing: 2.304px;
  text-transform: uppercase;
  color: #6b5f4e;
}

.klub-tier--dark .klub-tier__threshold-label {
  color: #b8a98e;
  letter-spacing: 2.3962px;
  line-height: 19.77px;
}

/* List */
.klub-tier__list {
  list-style: none;
  margin: 28px 0 0 0;
  padding: 0;
  flex: 1;
  text-align: left;
}

.klub-tier__item {
  position: relative;
  padding: 16px 0 12px 32px;
  border-bottom: 1px solid rgba(42, 35, 26, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-left: 0;
  min-height: 46px;
}

.klub-tier__item:last-child {
  border-bottom: 0;
}

.klub-tier--dark .klub-tier__item {
  border-bottom-color: rgba(232, 213, 164, 0.2);
}

.klub-tier__check {
  flex: 0 0 14px;
  width: 14px;
  font-family: "SF Pro", "Jost", sans-serif;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 22.32px;
  color: #8e7228;
  letter-spacing: -0.16px;
  display: inline-block;
  text-align: center;
  margin-top: 2px;
}

.klub-tier--dark .klub-tier__check {
  color: #d9bf7e;
  font-size: 15px;
  line-height: 23.213px;
}

.klub-tier__item-text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2a231a;
  flex: 1;
}

.klub-tier--dark .klub-tier__item-text {
  color: #f5efe0;
}

/* CTA */
.klub-tier__cta {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}

.klub-tier__btn {
  flex: 1 1 0;
  min-width: 0;
  height: 55px;
  padding: 18px 42px;
  border-radius: 2.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18.2px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 1px solid #bd9831;
}

.klub-tier__btn--outlined {
  background: transparent;
  color: #bd9831;
}

.klub-tier__btn--outlined:hover {
  background: #bd9831;
  color: #fff;
}

.klub-tier__btn--filled {
  background: #bd9831;
  color: #fff;
}

.klub-tier__btn--filled:hover {
  background: #fff;
  color: #191d23;
}

.klub-tier__wa {
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  border: 1px solid #bd9831;
  border-radius: 2.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.klub-tier__wa:hover {
  background: rgba(189, 152, 49, 0.1);
}

.klub-tier__wa svg {
  width: 24px;
  height: 24px;
}

/* Responsive */
@media (max-width: 991px) {
  .klub-tiers {
    padding: 80px 0;
  }
  .klub-tiers__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 480px;
  }
  .klub-tier {
    min-height: 0;
  }
  .klub-tier--dark {
    margin-top: 0;
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .klub-tiers {
    padding: 60px 0 0 0;
  }
  .klub-tiers__head {
    margin-bottom: 0;
  }
  .klub-tier {
    padding: 64px 22px 28px;
  }
  .klub-tier--dark {
    padding: 68px 22px 28px;
  }
}
