/* Vista ricetta a pagamento: sotto l’hero solo fascia bordeaux + card acquisto (mockup) */

.page-ricetta-vista--paid-paywall .ricetta-view-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.page-ricetta-vista--paid-paywall .ricetta-view-content-band {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 0;
}

.ricetta-unlock-band {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 2.75rem) clamp(0.75rem, 3vw, 1.5rem) clamp(2rem, 5vw, 3.5rem);
  min-height: 80vh;
}


.ricetta-unlock-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(165deg, #72132c 0%, #5c1025 38%, #3a0a18 72%, #240612 100%);
  overflow: hidden;
}

.ricetta-unlock-band__bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 55% 40% at 18% 22%, rgba(255, 255, 255, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 88% 12%, rgba(233, 30, 140, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(0, 0, 0, 0.35) 0%, transparent 55%);
  filter: blur(28px);
  opacity: 0.95;
  pointer-events: none;
}

.ricetta-unlock-band__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 52.5rem;
  margin-inline: auto;
}

.ricetta-unlock-modal {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.28);
  padding: clamp(1.35rem, 3.5vw, 2.25rem) clamp(1.1rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  color: #1a1a1a;
}

.ricetta-unlock-modal__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ricetta-unlock-modal__title {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 4.2vw, 1.875rem);
  font-weight: 700;
  color: #7a1430;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.ricetta-unlock-modal__lead {
  margin: 0 auto 1.1rem;
  max-width: 32rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
  font-weight: 400;
}

.ricetta-unlock-modal__trust {
  display: inline-block;
  margin: 0 auto 1.35rem;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #7a1430;
  background: #fce7ef;
  line-height: 1.35;
}

.ricetta-unlock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  text-align: left;
  margin: 0 0 1.25rem;
}

@media (max-width: 640px) {
  .ricetta-unlock-grid {
    grid-template-columns: 1fr;
  }
}

.ricetta-unlock-plan {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1rem 0.85rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 100%;
}

.ricetta-unlock-plan--featured {
  border-color: #f9b4d0;
  box-shadow: 0 0 0 1px rgba(233, 30, 140, 0.12);
}

.ricetta-unlock-plan__badge {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  padding: 0.22rem 0.45rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ff4d8d 0%, #e91e8c 100%);
  border-radius: 3px;
  line-height: 1.2;
}

.ricetta-unlock-plan--featured .ricetta-unlock-plan__name {
  padding-right: 5.5rem;
}

.ricetta-unlock-plan__name {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
}

.ricetta-unlock-plan__price {
  margin: 0.15rem 0 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.ricetta-unlock-plan__desc {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7280;
  flex: 1 1 auto;
  min-height: 2.25rem;
}

.ricetta-unlock-plan__save {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e91e8c;
  line-height: 1.35;
  min-height: 1.25rem;
}

.ricetta-unlock-plan__btn {
  margin-top: 0.65rem;
  flex-shrink: 0;
  width: 100%;
  padding: 0.62rem 0.85rem;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: #7a1430;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.12s ease;
}

.ricetta-unlock-plan__btn:hover {
  background: #651229;
}

.ricetta-unlock-plan__btn:active {
  transform: scale(0.99);
}

.ricetta-unlock-plan__fine {
  margin: 0.45rem 0 0;
  font-size: 0.6875rem;
  color: #9ca3af;
  text-align: center;
}

.ricetta-unlock-modal__footer {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.ricetta-unlock-modal__footer-link {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.ricetta-unlock-modal__footer-link:hover {
  text-decoration: underline;
  color: #7a1430;
}

/* Pagina dedicata piani Club (stessa UI del paywall ricetta) */
.page-club-plans {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.page-club-plans .club-plans-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.page-club-plans .ricetta-unlock-band {
  flex: 1 1 auto;
}

a.ricetta-unlock-plan__btn {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
}

a.ricetta-unlock-plan__btn:hover,
a.ricetta-unlock-plan__btn:focus-visible {
  color: #fff;
}

/* Bobbing verticale sulla card bianca — solo pagina abbonamenti */
@keyframes club-modal-bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

.page-club-plans .ricetta-unlock-modal:hover,
.page-club-plans .ricetta-unlock-modal:focus-within {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .page-club-plans .ricetta-unlock-modal {
    animation: none;
  }
}

/* Arricchimenti pagina Club: sfondo, card, statistiche */
@keyframes club-band-glow {
  0% {
    opacity: 0.45;
    transform: scale(1) translate(0, 0);
  }

  100% {
    opacity: 0.85;
    transform: scale(1.06) translate(1%, -1%);
  }
}

.page-club-plans .ricetta-unlock-band__bg::after {
  content: "";
  position: absolute;
  inset: -5%;
  z-index: 0;
  background:
    radial-gradient(ellipse 65% 45% at 78% 18%, rgba(255, 200, 220, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 12% 88%, rgba(233, 30, 140, 0.1) 0%, transparent 50%);
  pointer-events: none;
  animation: club-band-glow 16s ease-in-out infinite alternate;
}

.page-club-plans .ricetta-unlock-modal {
  animation: club-modal-bob 2.8s ease-in-out infinite;
  border: 1px solid rgba(122, 20, 48, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 4px 6px rgba(0, 0, 0, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.45);
}

.club-plans-modal-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  padding: 0.55rem 0.65rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #fdf8fa 0%, #f9f5f7 100%);
  border: 1px solid rgba(122, 20, 48, 0.1);
  box-shadow: 0 4px 14px rgba(58, 10, 24, 0.06);
}

.club-plans-modal-stats__item {
  flex: 1 1 auto;
  min-width: 5.5rem;
  text-align: center;
  padding: 0.15rem 0.25rem;
}

.club-plans-modal-stats__num {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2.8vw, 1.25rem);
  font-weight: 700;
  color: #7a1430;
  line-height: 1.15;
}

.club-plans-modal-stats__lab {
  display: block;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-top: 0.15rem;
}

.club-plans-modal-stats__sep {
  width: 1px;
  align-self: stretch;
  min-height: 2rem;
  margin: 0.1rem 0;
  background: linear-gradient(180deg, transparent, rgba(122, 20, 48, 0.18), transparent);
  flex: 0 0 auto;
}

@media (max-width: 420px) {
  .club-plans-modal-stats__sep {
    display: none;
  }

  .club-plans-modal-stats__item {
    min-width: 30%;
  }
}

/* ——— Abbonamenti Club: layout stage (dettagli sotto) ——— */
.club-plans-stage__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(0.4rem, 1.4vw, 1.1rem);
  width: 100%;
}

.club-plans-hero-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(0.35rem, 1.1vw, 0.85rem);
  flex: 1 1 0;
  min-width: 0;
  max-width: min(30rem, 36vw);
}

.club-plans-hero-side--right {
  flex-direction: row;
}

.club-plans-hero-mosaics {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex: 0 1 auto;
  min-width: 0;
}

.club-plans-hero-detail {
  flex: 0 0 minmax(5rem, 8.5vw);
  max-width: 9.5rem;
  align-self: stretch;
  display: flex;
}

.club-plans-hero-detail__inner {
  width: 100%;
  min-height: 9rem;
  padding: 0.6rem 0.5rem;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.club-plans-hero-detail__hint {
  display: block;
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  font-style: italic;
}

.club-plans-modal-column {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 52.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.8vw, 1.1rem);
}

/* Pannelli laterali: recensioni a sx, chat + info a dx */
.club-plans-hero-side--panels {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: min(28rem, 33vw);
  gap: 0.75rem;
}

/* Sotto i piani: stack verticale (recensioni scroll → info → galleria) */
.club-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3.25rem);
  width: 100%;
  padding-top: clamp(1rem, 3vw, 1.75rem);
  margin-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.club-section {
  width: 100%;
}

.club-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  margin-bottom: 0.85rem;
  max-width: min(44rem, 100%);
  margin-inline: auto;
  padding-inline: clamp(0.25rem, 1.2vw, 0.65rem);
}

.club-section__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 2.8vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.club-section__hint {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.65625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.club-reviews-carousel-wrap {
  position: relative;
  width: 100%;
  margin-inline: calc(-1 * clamp(0.25rem, 1.2vw, 0.85rem));
  padding-inline: clamp(0.25rem, 1.2vw, 0.85rem);
  box-sizing: border-box;
}

/* Scroll orizzontale senza barra: pulsanti ‹ › + rotella (JS) */
.club-hscroll-wrap {
  position: relative;
}

.club-hscroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(36, 6, 18, 0.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.club-hscroll-btn__glyph {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  margin-top: -0.08em;
  font-family: "DM Sans", system-ui, sans-serif;
}

.club-hscroll-btn--prev {
  left: max(0.1rem, env(safe-area-inset-left, 0px));
}

.club-hscroll-btn--next {
  right: max(0.1rem, env(safe-area-inset-right, 0px));
}

.club-hscroll-btn:hover:not(:disabled) {
  background: rgba(58, 10, 24, 0.72);
  border-color: rgba(255, 255, 255, 0.55);
}

.club-hscroll-btn:focus-visible {
  outline: 2px solid rgba(255, 200, 220, 0.95);
  outline-offset: 2px;
}

.club-hscroll-btn:disabled {
  opacity: 0.28;
  cursor: default;
}

.club-hscroll-wrap--noscroll .club-hscroll-btn {
  display: none;
}

/* Nessuna scrollbar: bordi sfumati + hint testuale sopra */
.club-reviews-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: clamp(0.75rem, 2vw, 1.15rem);
  overflow-x: auto;
  padding: 0.2rem 0 0.55rem;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(0.25rem, 1.2vw, 0.85rem);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  mask-image: linear-gradient(90deg,
      transparent 0,
      #000 min(1.35rem, 4vw),
      #000 calc(100% - min(1.35rem, 4vw)),
      transparent 100%);
  -webkit-mask-image: linear-gradient(90deg,
      transparent 0,
      #000 min(1.35rem, 4vw),
      #000 calc(100% - min(1.35rem, 4vw)),
      transparent 100%);
}

.club-reviews-carousel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.club-review-card {
  position: relative;
  flex: 0 0 min(88vw, 21.5rem);
  scroll-snap-align: start;
  width: min(88vw, 21.5rem);
  min-height: 13.5rem;
  margin: 0;
  padding: 1.15rem 1.15rem 1.05rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.55rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 230, 220, 0.12) 38%, rgba(45, 18, 35, 0.38) 100%);
  backdrop-filter: blur(14px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.42) inset,
    0 18px 42px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 200, 190, 0.14);
  font-family: "DM Sans", system-ui, sans-serif;
  overflow: hidden;
}

.club-review-card__accent {
  position: absolute;
  top: 0;
  left: 1.1rem;
  right: 1.1rem;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, rgba(255, 210, 180, 0.35), rgba(233, 30, 140, 0.75), rgba(255, 210, 180, 0.35));
  pointer-events: none;
}

.club-review-card__stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.1rem;
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  line-height: 1;
  color: #ffd8a8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.04em;
}

.club-review-card::before {
  content: "“";
  position: absolute;
  top: 0.35rem;
  right: 0.65rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.club-review-card__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 9.5rem;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 0.15rem 0 0.35rem;
}

.club-review-card__quote::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.club-review-card__quote p {
  margin: 0;
  font-size: 0.84375rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.club-review-card__author {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 0.65rem;
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 3px solid rgba(255, 200, 160, 0.95);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0.12) 100%);
  font-family: "DM Sans", system-ui, sans-serif;
}

.club-review-card__author-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
}

.club-review-card__author-name::before {
  content: "— ";
  font-weight: 600;
  opacity: 0.8;
}

.club-review-card__badge {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 240, 230, 0.95);
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: rgba(233, 30, 140, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.club-info-panel {
  max-width: min(76rem, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: clamp(1rem, 2.5vw, 1.65rem);
  padding-inline: clamp(0.25rem, 1.2vw, 0.65rem);
}

@media (max-width: 900px) {
  .club-info-panel {
    grid-template-columns: 1fr;
  }
}

.club-section--gallery .club-section__head {
  margin-bottom: 0.65rem;
}

.club-section--gallery .club-recipe-marquee {
  margin-top: 0;
}

.club-hero-pitch {
  position: relative;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.05rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.08) 40%, rgba(40, 16, 28, 0.32) 100%);
  backdrop-filter: blur(14px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.38) inset,
    0 12px 36px rgba(0, 0, 0, 0.2);
  font-family: "DM Sans", system-ui, sans-serif;
}

.club-hero-pitch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 200, 160, 0.5), rgba(122, 20, 48, 0.65), rgba(255, 200, 160, 0.45));
  opacity: 0.95;
  pointer-events: none;
}

.club-hero-pitch__eyebrow {
  position: relative;
  margin: 0.35rem 0 0.2rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.club-hero-pitch__title {
  position: relative;
  margin: 0 0 0.55rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.club-hero-pitch__lead {
  position: relative;
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.club-hero-pitch__lead strong {
  font-weight: 700;
  color: #fff;
}

.club-hero-pitch__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.92);
}

.club-hero-pitch__list li {
  position: relative;
  margin: 0 0 0.55rem;
  padding: 0.5rem 0.55rem 0.5rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.12);
}

.club-hero-pitch__list li:last-of-type {
  margin-bottom: 0.65rem;
}

.club-hero-pitch__li-title {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 218, 190, 0.98);
}

.club-hero-pitch__callout {
  position: relative;
  margin-top: auto;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 3px solid rgba(255, 200, 160, 0.9);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.club-hero-pitch__callout-title {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.club-hero-pitch__callout-text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.92);
}

.club-chat-spotlight {
  position: relative;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1rem 1.1rem;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, #fffefc 0%, #faf5f7 38%, #f0e8ec 100%);
  border: 1px solid rgba(122, 20, 48, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 14px 36px rgba(58, 10, 24, 0.14);
  font-family: "DM Sans", system-ui, sans-serif;
}

.club-chat-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.club-chat-spotlight__tag {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a1430;
  background: rgba(122, 20, 48, 0.08);
  border: 1px solid rgba(122, 20, 48, 0.12);
}

.club-chat-spotlight__stack {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95rem;
  min-height: 0;
  text-align: center;
}

.club-chat-spotlight__visual {
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid rgba(122, 20, 48, 0.18);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 6px 18px rgba(58, 10, 24, 0.12);
}

.club-chat-spotlight__visual--hero {
  width: clamp(7.75rem, 16vw, 10.5rem);
  height: clamp(7.75rem, 16vw, 10.5rem);
  border-radius: 1.35rem;
}

.club-chat-spotlight__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.club-chat-spotlight__body {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: left;
  flex: 1 1 auto;
}

.club-chat-spotlight__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.08rem, 2.4vw, 1.35rem);
  font-weight: 700;
  color: #7a1430;
  line-height: 1.2;
}

.club-chat-spotlight__kicker {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(122, 20, 48, 0.72);
}

.club-chat-spotlight__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #3d4451;
}

.club-chat-spotlight__text strong {
  font-weight: 700;
  color: #1f2937;
}

.club-chat-spotlight__bullets {
  margin: 0.15rem 0 0;
  padding: 0.55rem 0.65rem 0.55rem 1.4rem;
  border-radius: 12px;
  list-style: disc;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #4b5563;
  text-align: left;
  background: rgba(122, 20, 48, 0.06);
  border: 1px solid rgba(122, 20, 48, 0.1);
}

.club-chat-spotlight__bullets li::marker {
  color: rgba(122, 20, 48, 0.55);
}

.club-chat-spotlight__bullets li {
  margin: 0 0 0.35rem;
}

.club-chat-spotlight__bullets li:last-child {
  margin-bottom: 0;
}

.club-chat-spotlight__sub {
  margin-top: auto;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
  font-size: 0.71875rem;
  line-height: 1.48;
  font-style: italic;
  color: #5b6574;
  background: rgba(122, 20, 48, 0.05);
  border-left: 3px solid rgba(122, 20, 48, 0.28);
  text-align: left;
}

@media (max-width: 900px) {
  .club-chat-spotlight__stack {
    align-items: flex-start;
    text-align: left;
  }

  .club-chat-spotlight__visual--hero {
    align-self: center;
  }
}

.club-recipe-marquee {
  position: relative;
  width: 100%;
  margin: 0;
  padding-block: 0.15rem 0.45rem;
}

.club-recipe-marquee__viewport {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(122, 20, 48, 0.1);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 6px 20px rgba(58, 10, 24, 0.08);
}

.club-recipe-marquee__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(0.65rem, 1.5vw, 0.95rem);
  width: max-content;
  padding: clamp(0.65rem, 1.8vw, 0.95rem) clamp(0.75rem, 2vw, 1.1rem);
  animation: club-recipe-marquee 56s linear infinite;
}

.club-recipe-marquee__cell {
  flex: 0 0 auto;
  width: clamp(6.5rem, 14vw, 9.25rem);
  height: clamp(6.5rem, 14vw, 9.25rem);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.club-recipe-marquee__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.club-recipe-marquee__fade {
  display: none;
}

@keyframes club-recipe-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.club-mosaic--rail-secondary {
  width: clamp(5.35rem, 10.5vw, 8.75rem);
}

.club-mosaic--rail-secondary .club-mosaic__frame {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 3px 5px rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.28);
}

.club-mosaic--rail-delay-a .club-mosaic__slide--0,
.club-mosaic--rail-delay-a .club-mosaic__slide--1,
.club-mosaic--rail-delay-a .club-mosaic__slide--2,
.club-mosaic--rail-delay-a .club-mosaic__dot--0,
.club-mosaic--rail-delay-a .club-mosaic__dot--1,
.club-mosaic--rail-delay-a .club-mosaic__dot--2 {
  animation-delay: -5.5s;
}

.club-mosaic--rail-delay-b .club-mosaic__slide--0,
.club-mosaic--rail-delay-b .club-mosaic__slide--1,
.club-mosaic--rail-delay-b .club-mosaic__slide--2,
.club-mosaic--rail-delay-b .club-mosaic__dot--0,
.club-mosaic--rail-delay-b .club-mosaic__dot--1,
.club-mosaic--rail-delay-b .club-mosaic__dot--2 {
  animation-delay: -2.75s;
}

@media (max-width: 1280px) {
  .club-mosaic--rail-secondary {
    display: none;
  }
}

@media (max-width: 1024px) {
  .club-plans-hero-detail {
    display: none;
  }

  .club-plans-hero-side--panels {
    max-width: min(26rem, 44vw);
  }
}

/* Polaroid decorative: non sopra la card, non intercettano click */
.club-mosaic--rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  position: relative;
  width: clamp(6.25rem, 13vw, 10.25rem);
  transform-origin: 50% 55%;
  pointer-events: none;
  z-index: 0;
}

.club-mosaic--rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: -1;
  width: 118%;
  height: 118%;
  transform: translate(-50%, -50%);
  border-radius: 22px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.22) 0%, transparent 68%);
  filter: blur(14px);
  opacity: 0.65;
  pointer-events: none;
}

.club-mosaic--rail-left {
  transform: rotate(-3.5deg);
}

.club-mosaic--rail-right {
  transform: rotate(3deg);
}

.club-mosaic__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.94);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 4px 6px rgba(0, 0, 0, 0.14),
    0 22px 44px rgba(0, 0, 0, 0.38);
  background: #1a0a10;
}

.club-mosaic__frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 28%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  opacity: 0.45;
}

.club-mosaic__slide {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
}

.club-mosaic__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-mosaic__slide--chef img {
  object-position: center 15%;
}

@keyframes club-mosaic-cap-pulse {

  0%,
  100% {
    letter-spacing: 0.04em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
  }

  50% {
    letter-spacing: 0.09em;
    text-shadow:
      0 0 12px rgba(255, 210, 230, 0.4),
      0 1px 8px rgba(0, 0, 0, 0.6);
  }
}

/* Sinistra: entra da sinistra (-X), esce verso sinistra */
@keyframes club-mosaic-l-0 {

  0%,
  27% {
    opacity: 1;
    transform: translateX(0);
  }

  33% {
    opacity: 0;
    transform: translateX(-52%);
  }

  34%,
  99.5% {
    opacity: 0;
    transform: translateX(-52%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes club-mosaic-l-1 {

  0%,
  27% {
    opacity: 0;
    transform: translateX(-55%);
  }

  32%,
  60% {
    opacity: 1;
    transform: translateX(0);
  }

  66% {
    opacity: 0;
    transform: translateX(-52%);
  }

  67%,
  100% {
    opacity: 0;
    transform: translateX(-55%);
  }
}

@keyframes club-mosaic-l-2 {

  0%,
  60% {
    opacity: 0;
    transform: translateX(-55%);
  }

  66%,
  92% {
    opacity: 1;
    transform: translateX(0);
  }

  98% {
    opacity: 0;
    transform: translateX(-52%);
  }

  99%,
  100% {
    opacity: 0;
    transform: translateX(-55%);
  }
}

/* Destra: entra da destra (+X), esce verso destra */
@keyframes club-mosaic-r-0 {

  0%,
  27% {
    opacity: 1;
    transform: translateX(0);
  }

  33% {
    opacity: 0;
    transform: translateX(52%);
  }

  34%,
  99.5% {
    opacity: 0;
    transform: translateX(52%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes club-mosaic-r-1 {

  0%,
  27% {
    opacity: 0;
    transform: translateX(55%);
  }

  32%,
  60% {
    opacity: 1;
    transform: translateX(0);
  }

  66% {
    opacity: 0;
    transform: translateX(52%);
  }

  67%,
  100% {
    opacity: 0;
    transform: translateX(55%);
  }
}

@keyframes club-mosaic-r-2 {

  0%,
  60% {
    opacity: 0;
    transform: translateX(55%);
  }

  66%,
  92% {
    opacity: 1;
    transform: translateX(0);
  }

  98% {
    opacity: 0;
    transform: translateX(52%);
  }

  99%,
  100% {
    opacity: 0;
    transform: translateX(55%);
  }
}

.club-mosaic--rail-left.club-mosaic--xfade .club-mosaic__slide--0 {
  animation: club-mosaic-l-0 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-fill-mode: both;
}

.club-mosaic--rail-left.club-mosaic--xfade .club-mosaic__slide--1 {
  animation: club-mosaic-l-1 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-fill-mode: both;
}

.club-mosaic--rail-left.club-mosaic--xfade .club-mosaic__slide--2 {
  animation: club-mosaic-l-2 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-fill-mode: both;
}

.club-mosaic--rail-right.club-mosaic--xfade .club-mosaic__slide--0 {
  animation: club-mosaic-r-0 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-fill-mode: both;
}

.club-mosaic--rail-right.club-mosaic--xfade .club-mosaic__slide--1 {
  animation: club-mosaic-r-1 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-fill-mode: both;
}

.club-mosaic--rail-right.club-mosaic--xfade .club-mosaic__slide--2 {
  animation: club-mosaic-r-2 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-fill-mode: both;
}

.club-mosaic__caption-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  min-height: 32%;
  padding: 0.5rem 0.35rem 0.55rem;
  background: linear-gradient(180deg, transparent 0%, rgba(24, 6, 14, 0.12) 28%, rgba(24, 6, 14, 0.92) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.club-mosaic__slide-text {
  margin: 0;
  width: 100%;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.59375rem, 1.2vw, 0.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  animation: club-mosaic-cap-pulse 2.8s ease-in-out infinite;
}

.club-mosaic__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.club-mosaic__dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

@keyframes club-mosaic-dot-l-0 {

  0%,
  27% {
    opacity: 1;
    transform: scale(1.35);
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 210, 230, 0.55);
  }

  33%,
  100% {
    opacity: 0.45;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }
}

@keyframes club-mosaic-dot-l-1 {

  0%,
  27% {
    opacity: 0.45;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }

  32%,
  60% {
    opacity: 1;
    transform: scale(1.35);
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 210, 230, 0.55);
  }

  66%,
  100% {
    opacity: 0.45;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }
}

@keyframes club-mosaic-dot-l-2 {

  0%,
  60% {
    opacity: 0.45;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }

  66%,
  92% {
    opacity: 1;
    transform: scale(1.35);
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 210, 230, 0.55);
  }

  98%,
  100% {
    opacity: 0.45;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }
}

.club-mosaic--rail-left .club-mosaic__dot--0 {
  animation: club-mosaic-dot-l-0 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.club-mosaic--rail-left .club-mosaic__dot--1 {
  animation: club-mosaic-dot-l-1 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.club-mosaic--rail-left .club-mosaic__dot--2 {
  animation: club-mosaic-dot-l-2 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.club-mosaic--rail-right .club-mosaic__dot--0 {
  animation: club-mosaic-dot-l-0 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.club-mosaic--rail-right .club-mosaic__dot--1 {
  animation: club-mosaic-dot-l-1 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.club-mosaic--rail-right .club-mosaic__dot--2 {
  animation: club-mosaic-dot-l-2 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

@media (max-width: 1100px) {
  .club-plans-stage__row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: clamp(0.75rem, 2.5vw, 1.25rem);
  }

  .club-plans-modal-column {
    order: -1;
    max-width: 100%;
    width: 100%;
  }

  .club-plans-hero-side--panels {
    max-width: 100%;
  }
}

@media (min-width: 720px) and (max-width: 1100px) {
  .club-plans-stage__row {
    grid-template-columns: 1fr 1fr;
  }

  .club-plans-modal-column {
    grid-column: 1 / -1;
  }

  .club-plans-hero-side--left {
    grid-column: 1;
  }

  .club-plans-hero-side--right {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-club-plans .ricetta-unlock-band__bg::after {
    animation: none;
    opacity: 0.55;
    transform: none;
  }

  .club-mosaic--rail.club-mosaic--xfade .club-mosaic__slide,
  .club-mosaic__slide-text,
  .club-mosaic__dot {
    animation: none !important;
  }

  .club-mosaic--rail.club-mosaic--xfade .club-mosaic__slide--0 {
    opacity: 1;
    transform: none;
  }

  .club-mosaic--rail.club-mosaic--xfade .club-mosaic__slide--1,
  .club-mosaic--rail.club-mosaic--xfade .club-mosaic__slide--2 {
    opacity: 0;
    transform: none;
  }

  .club-mosaic__dot--0 {
    opacity: 1;
    transform: scale(1.2);
    background: #fff;
  }

  .club-mosaic__dot--1,
  .club-mosaic__dot--2 {
    opacity: 0.4;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.28);
  }

  .club-recipe-marquee__track {
    animation: none;
  }
}

/* ——— Abbonamenti Club: intro, card prodotti scroll orizzontale, info sotto, marquee ——— */
.page-club-plans .ricetta-unlock-band {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 0;
  padding-top: clamp(1.25rem, 4vw, 2.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.page-club-plans .ricetta-unlock-band__inner.club-plans-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1rem, 2.8vw, 1.75rem);
  max-width: min(108rem, calc(100% - 0.5rem));
  width: 100%;
  padding-inline: clamp(0.25rem, 1.2vw, 0.85rem);
}

.page-club-plans .ricetta-unlock-modal {
  animation: none;
}

.club-plans-hero-intro {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.club-plans-hero-intro__eyebrow {
  margin: 0 0 0.5rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.club-plans-hero-intro__title {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.club-plans-hero-intro__lead {
  margin: 0 auto 1rem;
  max-width: 36rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.club-plans-hero-intro__trust {
  display: inline-block;
  margin: 0 auto 1.1rem;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fce7ef;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.club-plans-hero-intro .club-plans-modal-stats {
  margin-bottom: 0;
}

.club-plans-grid-wrap {
  width: 100%;
  margin-inline: calc(-1 * clamp(0.25rem, 1.2vw, 0.85rem));
  padding-inline: clamp(0.25rem, 1.2vw, 0.85rem);
  box-sizing: border-box;
}

.club-plans-grid {
  display: grid;
  width: 100%;
  gap: clamp(0.75rem, 1.5vw, 1.1rem);
  padding: 0.35rem 0 0.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 600px) {
  .club-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .club-plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.club-plan-cell {
  min-width: 0;
  container-type: inline-size;
  container-name: club-plan-cell;
}

/* Card prodotti: stesso aspetto della fascia a scroll (3 colonne interne), in fila senza scroll */
.page-club-plans .ricetta-unlock-plan--club-card {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: min(58vw, 14.5rem);
  max-height: 17.5rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, 2.2vw, 1.2rem);
  text-align: left;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.06),
    0 18px 38px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
}

.page-club-plans .ricetta-unlock-plan--club-card.ricetta-unlock-plan--featured {
  border-color: #f9b4d0;
  box-shadow:
    0 0 0 1px rgba(233, 30, 140, 0.12),
    0 8px 10px rgba(0, 0, 0, 0.05),
    0 22px 44px rgba(233, 30, 140, 0.12);
}

.ricetta-unlock-plan--club-card.ricetta-unlock-plan--featured .ricetta-unlock-plan__name {
  padding-right: 5.25rem;
}

.club-plan-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr) minmax(6.25rem, auto);
  gap: 0.65rem 0.85rem;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
}

.club-plan-card__lead {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.club-plan-card__lead .ricetta-unlock-plan__name {
  font-size: 0.78125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  font-weight: 700;
}

.club-plan-card__lead .ricetta-unlock-plan__price {
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
}

.club-plan-card__lead .ricetta-unlock-plan__desc {
  font-size: 0.78125rem;
  min-height: 0;
  line-height: 1.38;
  flex: 0 1 auto;
}

.club-plan-card__lead .ricetta-unlock-plan__save {
  font-size: 0.78125rem;
  margin-top: 0.1rem;
}

.club-plan-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  justify-content: center;
  min-width: 0;
}

.club-plan-card__features li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.703125rem;
  line-height: 1.34;
  color: #4b5563;
  font-weight: 500;
}

.club-plan-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 0.62rem;
  font-weight: 800;
  color: #e91e8c;
  line-height: 1.2;
}

.club-plan-card__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.28rem;
  min-width: 0;
}

.page-club-plans .ricetta-unlock-plan--club-card .ricetta-unlock-plan__btn {
  margin-top: 0;
  width: 100%;
  padding: 0.55rem 0.65rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.page-club-plans .ricetta-unlock-plan--club-card .ricetta-unlock-plan__fine {
  text-align: center;
  margin: 0;
  font-size: 0.625rem;
}

/* Celle strette (4 in fila): layout interno come su mobile, senza schiacciare il testo */
@container club-plan-cell (max-width: 23.5rem) {
  .page-club-plans .club-plan-cell .ricetta-unlock-plan--club-card {
    max-height: none;
    min-height: 0;
  }

  .page-club-plans .club-plan-cell .club-plan-card__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .page-club-plans .club-plan-cell .club-plan-card__cta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .page-club-plans .club-plan-cell .ricetta-unlock-plan--club-card .ricetta-unlock-plan__btn {
    width: auto;
    min-width: 11rem;
  }
}

.club-plans-login-line {
  text-align: center;
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
}

.club-plans-login-line__link {
  color: #fff;
  font-weight: 700;
}

.club-plans-login-line__link:hover {
  text-decoration: underline;
  color: #fce7ef;
}

.page-club-plans .club-recipe-marquee {
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .club-plan-card__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .club-plan-card__cta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .page-club-plans .ricetta-unlock-plan--club-card .ricetta-unlock-plan__btn {
    width: auto;
    min-width: 11rem;
  }

  .page-club-plans .ricetta-unlock-plan--club-card {
    width: 100%;
    max-width: none;
    min-height: 0;
    max-height: none;
  }

  .club-review-card {
    flex: 0 0 min(90vw, 19.5rem);
    width: min(90vw, 19.5rem);
  }
}