/* ============================================================
   abonamente.css — Let's Move | Pagina Abonamente
   Design 1:1 din Figma — Node 165-469
   ============================================================ */

/* Wrapper */
.abo-section {
  padding: 140px 0 40px;
}
.abo-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Hero */
.abo-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 168px;
  margin-bottom: 12px;
}
.abo-hero-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 736px;
}
.abo-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: #f9a61a;
  border-radius: 44px;
  box-shadow: 0px 0px 14.5px rgba(249, 166, 26, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fdfefe;
  width: fit-content;
}
.abo-title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.abo-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  background: linear-gradient(96.98deg, #fdfefe 20%, #f9a61a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  text-align: left;
}
.abo-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #a0a1a1;
  margin: 0;
}
.abo-hero-btn {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: #f9a61a;
  border-radius: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Category Tag */
.abo-card-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.abo-cat-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.abo-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: #f9a61a;
  border-radius: 44px;
  box-shadow: 0px 0px 14.5px rgba(249, 166, 26, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fdfefe;
  white-space: nowrap;
}
.abo-cat-icon {
  width: 32px;
  height: 32px;
  background: #f9a61a;
  border-radius: 60px;
  box-shadow: 0px 0px 14.5px rgba(249, 166, 26, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.abo-cat-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Card */
.abo-card {
  background-color: #fffef9;
  background-image:
    radial-gradient(ellipse 50% 60% at 100% 0%, rgba(249, 166, 26, 0.38) 0%, transparent 70%),
    linear-gradient(to bottom,  rgba(249, 166, 26, 0.28) 0%, transparent 8%),
    linear-gradient(to top,     rgba(249, 166, 26, 0.14) 0%, transparent 8%),
    linear-gradient(to right,   rgba(249, 166, 26, 0.18) 0%, transparent 8%),
    linear-gradient(to left,    rgba(249, 166, 26, 0.18) 0%, transparent 8%);
  border-radius: 10px;
  width: 100%;
  min-height: 312px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 34px 28px;
  box-sizing: border-box;
  position: relative;
}
.abo-card-glow {
  position: absolute;
  width: 514px;
  height: 514px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(
    circle,
    rgba(249, 166, 26, 0.18) 0%,
    rgba(249, 166, 26, 0) 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Card Left */
.abo-card-left {
  width: 55%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.abo-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #111111;
  margin: 0;
}
.abo-duration {
  display: flex;
  align-items: center;
  gap: 8px;
}
.abo-duration-text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #111111;
}
.abo-description {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #a0a1a1;
  margin: 0;
  flex: 1;
}
.abo-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 12px;
}
.abo-price {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #f9a61a;
  filter: drop-shadow(0px 0px 14.5px rgba(249, 166, 26, 0.5));
}
.abo-price-period {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #111111;
}
.abo-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #f0a44d 96.5%);
  border-radius: 60px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fdfefe;
  cursor: pointer;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  margin-top: 12px;
}
.abo-buy-btn:hover {
  opacity: 0.9;
  transform: scale(1.01);
}

/* Card Divider */
.abo-card-divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  align-self: stretch;
  margin: 0 28px;
  position: relative;
  z-index: 1;
}

/* Card Right */
.abo-card-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.abo-right-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: linear-gradient(174.11deg, #111111 4.51%, #777777 106.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 16px 0;
}
.abo-right-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #a0a1a1;
  margin: 0 0 8px 0;
}

/* Dropdown */
.abo-dropdown {
  position: relative;
  width: 100%;
  max-width: 350px;
}
.abo-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #f0a44d 96.5%);
  border-radius: 44px;
  box-shadow: 0px 0px 14.5px rgba(249, 166, 26, 0.5);
  cursor: pointer;
  border: none;
  width: 100%;
  gap: 8px;
  font-size: 14px;
}
.abo-dropdown-label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fdfefe;
  text-align: left;
}
.abo-dropdown-chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.abo-dropdown.open .abo-dropdown-chevron {
  transform: rotate(90deg);
}
.abo-dropdown-panel {
  display: none;
  flex-direction: column;
  background: linear-gradient(180deg, #f9a61a 0%, #dab87f 100%);
  border-radius: 10px;
  box-shadow: 0px 0px 14.5px rgba(249, 166, 26, 0.2);
  padding: 12px 16px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 350px;
  z-index: 100;
  box-sizing: border-box;
  max-height: 150px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}
.abo-dropdown-panel::-webkit-scrollbar {
  width: 4px;
}
.abo-dropdown-panel::-webkit-scrollbar-track {
  background: transparent;
}
.abo-dropdown-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.abo-dropdown.open .abo-dropdown-panel {
  display: flex;
}
.abo-dropdown-option {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fdfefe;
  padding: 12px 0;
  cursor: pointer;
  transition: opacity 0.15s;
}
.abo-dropdown-option:hover {
  opacity: 0.85;
}
.abo-dropdown-option + .abo-dropdown-option {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.abo-dropdown-option--active {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.abo-text-highlight {
  color: #f9a61a;
  font-weight: 600;
}
.abo-dropdown-option--fidelizare {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.abo-dropdown-option--fidelizare + .abo-dropdown-option {
  border-top: none;
}

/* Benefits list (shown on Day Time selection) */
.abo-benefits-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 8px 0;
}
.abo-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.abo-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #111111;
}
.abo-benefits li svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.abo-benefits li span {
  flex: 1;
}

/* ─── FIDELIZARE CARD STATE ─── */
.abo-card--fidelizare {
  /* same gradient as all cards */
}
.abo-card--fidelizare .abo-card-glow {
  display: none;
}
.abo-card--fidelizare .abo-card-divider {
  background: rgba(249, 166, 26, 0.25);
}
.abo-card--fidelizare .abo-description {
  color: #a0a1a1;
}
.abo-fid-highlight {
  color: #f9a61a;
  font-weight: 700;
  -webkit-text-fill-color: #f9a61a;
}

/* ─── RESPONSIVE ─── */


@media (max-width: 900px) {
  .abo-card {
    flex-direction: column;
    width: 100%;
    padding: 24px 20px;
    min-height: unset;
  }
  .abo-card-left {
    width: 100%;
    min-width: unset;
  }
  .abo-card-divider {
    width: 100%;
    height: 1px;
    margin: 16px 0;
  }
  .abo-card-right {
    width: 100%;
  }
  .abo-section-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 600px) {
  /* ── Section spacing ── */
  .abo-section {
    padding-top: 140px;
  }
  .abo-inner {
    gap: 20px;
  }
  .abo-hero {
    width: 100%;
    min-height: unset;
  }

  /* ── Card ── */
  .abo-card {
    background-color: #fffef9;
    background-image:
      radial-gradient(ellipse 50% 60% at 100% 0%, rgba(249, 166, 26, 0.38) 0%, transparent 70%),
      linear-gradient(to bottom,  rgba(249, 166, 26, 0.28) 0%, transparent 8%),
      linear-gradient(to top,     rgba(249, 166, 26, 0.14) 0%, transparent 8%),
      linear-gradient(to right,   rgba(249, 166, 26, 0.18) 0%, transparent 8%),
      linear-gradient(to left,    rgba(249, 166, 26, 0.18) 0%, transparent 8%);
    border-radius: 20px;
    padding: 28px 20px 24px;
    gap: 0;
  }
  .abo-card--fidelizare {
    /* same gradient as all cards */
  }
  .abo-card-glow {
    display: none;
  }

  /* ── Card left ── */
  .abo-card-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .abo-duration-text {
    font-size: 13px;
    font-weight: 600;
    color: #f9a61a;
  }
  .abo-description {
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
  }
  .abo-price-row {
    margin-top: 16px;
    align-items: baseline;
    gap: 6px;
  }
  .abo-price {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
  }
  .abo-price-period {
    font-size: 13px;
    font-weight: 500;
    color: #555;
  }
  .abo-save-badge {
    font-size: 12px;
    padding: 4px 12px;
    margin-top: 6px;
  }
  .abo-buy-btn {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 60px;
  }

  /* ── Dashed divider ── */
  .abo-card-divider {
    width: 100%;
    height: 1px;
    background: none;
    background-image: repeating-linear-gradient(
      to right,
      rgba(0, 0, 0, 0.18) 0px,
      rgba(0, 0, 0, 0.18) 6px,
      transparent 6px,
      transparent 13px
    );
    margin: 20px 0;
    flex-shrink: 0;
  }

  /* ── Card right / dropdown ── */
  .abo-right-title {
    font-size: 16px;
    line-height: 24px;
  }
  .abo-right-subtitle {
    font-size: 12px;
  }
  .abo-dropdown {
    width: 100%;
  }
  .abo-dropdown-trigger {
    width: 100%;
    padding: 14px 16px;
    border-radius: 60px;
  }
  .abo-dropdown-label {
    font-size: 14px;
    max-width: none;
  }
  .abo-dropdown-panel {
    width: 100%;
    height: 110px;
    box-sizing: border-box;
  }
  .abo-dropdown-option {
    font-size: 13px;
  }
  .abo-price-note {
    font-size: 12px;
    margin-top: 8px;
  }

  /* ── Cat tag / header ── */
  .abo-cat-tag {
    margin-bottom: 8px;
  }
  .abo-cards-header {
    margin-bottom: 24px;
  }
  .abo-section-title {
    font-size: 22px;
    line-height: 33px;
  }
}
