:root {
    --cream: #f8f6f4;
    --white: #ffffff;
    --black: #2a2a2a;
    --dark-grey: #555555;
    --taupe: #a7897e;
    --light-taupe: rgba(167, 137, 126, 0.1);
    --border-taupe: rgba(167, 137, 126, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--white);
    color: var(--black);
    line-height: 1.6;
}
/* ============================================
   FORCE STYLES - Add at TOP of vip-membership.css
   ============================================ */

.feature-item {
    line-height: 1.5 !important;
    margin-bottom: 0.75rem !important;  /* Spazio tra un bullet e l'altro */
}

.features-list {
    gap: 0.5rem !important;  /* Spazio generale tra tutti i punti */
}

/* Force Benefits Section */
.benefits-section {
    background: #faf8f6 !important;
    padding: 8rem 5rem !important;
}

.benefits-section .benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 4rem !important;
}

.benefits-section .benefit-card {
    text-align: left !important;
    margin-bottom: 3.5rem !important;
}

.benefit-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 1.25rem !important;
}

.benefit-icon svg {
    stroke: #a7897e !important;
    width: 100% !important;
    height: 100% !important;
}

.benefits-section .benefit-title {
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.75rem !important;
    color: #0a0a0a !important;
}

.benefits-section .benefit-divider {
    width: 40px !important;
    height: 1px !important;
    background: #a7897e !important;
    margin: 0.75rem 0 1rem 0 !important;
}

.benefits-section .benefit-description {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
    color: #555555 !important;
    font-weight: 300 !important;
}

/* Force FAQ Section */
.faq-section {
    background: #faf8f6 !important;
    padding: 8rem 5rem !important;
}

.faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4rem 5rem !important;
}

.faq-divider {
    width: 40px !important;
    height: 1px !important;
    background: #a7897e !important;
    margin: 1rem 0 1.25rem 0 !important;
    display: block !important;
}

.faq-question {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #0a0a0a !important;
    margin: 0 !important;
}

.faq-answer {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
    color: #555555 !important;
    font-weight: 300 !important;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }
    
    .benefits-section .benefits-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Hero Section */
.hero-vip {
  position: relative;
  background: linear-gradient(180deg, #2A2A2A 0%, #1f1f1f 100%);
  color: #fff;
  padding: clamp(4.5rem, 7vw, 6.5rem) clamp(1.5rem, 4vw, 5rem) clamp(3.5rem, 6vw, 5.5rem);
  min-height: 64vh;
  /* niente tagli: se il contenuto cresce non deve clippare */
  overflow: visible;
}

/* micro luce couture (invisibile, non “glow”) */
.hero-vip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(167, 137, 126, 0.14), transparent 58%),
    radial-gradient(760px 520px at 78% 42%, rgba(255, 255, 255, 0.05), transparent 60%);
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 2200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.25rem, 4.5vw, 4rem);
  align-items: center;
}

.hero-content {
  padding-right: 0;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.hero-badge {
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(167, 137, 126, 0.92);
  margin-bottom: 1.1rem;
  font-weight: 500;
}

.hero-title {
  font-size: clamp(2.35rem, 4.1vw, 3.85rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 1.1rem;
  color: #fff;
  white-space: nowrap;
}

.hero-title .brand {
  color: var(--taupe);
}
.hero-divider {
  width: 56px;
  height: 1px;
  background: rgba(167, 137, 126, 0.55);
  margin: 1.15rem 0 1rem;
}

.hero-tagline {
  font-size: 0.9rem;
  letter-spacing: 0.10em;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  margin: 0 0 0.9rem;
}

.hero-description {
  max-width: 52ch;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.70);
  font-weight: 300;
  margin: 0 0 1.25rem;
}

/* Benefits: punti visibili, couture */
.hero-benefits {
  list-style: disc;
  list-style-position: inside;
  margin: 0 0 1.4rem;
  padding: 0;
}

.hero-benefits li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 0.55rem;
  font-weight: 300;
  text-align: left;
}

.hero-benefits li::marker {
  color: rgba(167, 137, 126, 0.95);
}

.hero-scarcity {
  margin-top: 0.8rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.02em;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

/* OUTLINE couture (entrambi) */
.hero-cta-group .btn-primary,
.hero-cta-group .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 26px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 500;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

/* Primary: un filo piu presente, ma sempre outline */
.hero-cta-group .btn-primary {
  border-color: rgba(255, 255, 255, 0.75);
}

.hero-cta-group .btn-primary:hover,
.hero-cta-group .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.95);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}


/* CTA secondaria: brand (outline) */
.hero-cta-group .btn-secondary {
  border-color: var(--taupe);
  color: var(--taupe);
}

.hero-cta-group .btn-secondary:hover {
  border-color: var(--taupe);
  color: var(--taupe);
  background: var(--light-taupe);
}
.hero-note {
  margin-top: 1.1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
}

/* VIP Card in hero: oggetto unico, visibile */
.hero-vip-card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

/* halo radiale (non rettangolare) per stacco */
.hero-vip-card::before {
  content: '';
  position: absolute;
  inset: -70px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 35%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}

.hero-vip-card .vip-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  transform: rotate(-0.6deg);
  transition: none;
  box-shadow: 0 30px 90px rgba(0,0,0,0.85), 0 0 0 1px rgba(255,255,255,0.06);
}

.hero-vip-card .vip-card:hover {
  transform: rotate(-0.6deg);
}

/* in hero: niente "vetro" che sembra una seconda lastra */
.hero-vip-card .vip-card::after { display: none; }
.hero-vip-card .vip-card::before { opacity: 0.055; }


/* VIP CARD – colori richiesti in hero */
.hero-vip-card .vip-card-brand {
  color: #fff;
}
.hero-vip-card .vip-card-level,
.hero-vip-card .vip-card-name,
.hero-vip-card .vip-card-exp,
.hero-vip-card .vip-card-date {
  color: var(--taupe);
}
@media (max-width: 980px) {
  .hero-vip {
    min-height: auto;
    padding: 4.75rem 1.5rem 3.75rem;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
  }

  .hero-vip-card {
    order: -1;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-title { white-space: normal; }

  .hero-cta-group { flex-direction: column; align-items: center; }
  .hero-cta-group .btn-primary,
  .hero-cta-group .btn-secondary {
    width: 100%;
    max-width: 360px;
  }
}

/* How It Works */
.how-it-works {
    background: var(--cream);
    padding: 6rem 5rem;
}

.section-container {
    max-width: 2200px;
    margin: 0 auto;
}

.section-label {
    font-size: 0.625rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 200;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--black);
    letter-spacing: -0.02em;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    position: relative;
}

.step-item {
    position: relative;
    text-align: left;
    padding-right: 64px; /* spazio per linea + freccia */
}

/* NUMERO */
.step-number {
    font-size: 8rem;
    font-weight: 200;
    color: rgba(167, 137, 126, 0.15);
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    transition: color 0.25s ease;
}

.step-item:hover .step-number {
    color: var(--taupe);
}

/* TITOLO */
.step-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: var(--black);
}

/* DIVIDER (se usato) */
.step-divider {
    width: 40px;
    height: 1px;
    background: var(--taupe);
    margin: 0.75rem 0;
}

/* TESTO */
.step-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--dark-grey);
    font-weight: 300;
}

/* FRECCIA CENTRALE */
.step-arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: rgba(167, 137, 126, 0.75);
}

/* LINEA SOPRA LA FRECCIA */
.step-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 38px;
    top: 0;
    width: 1px;
    height: calc(50% - 18px);
    background: rgba(167, 137, 126, 0.25);
}

/* LINEA SOTTO LA FRECCIA */
.step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 38px;
    bottom: 0;
    width: 1px;
    height: calc(50% - 18px);
    background: rgba(167, 137, 126, 0.25);
}

/* Category Tabs */
.category-tabs-section {
    background: var(--white);
    padding: 2rem 5rem 0;
    border-bottom: 1px solid var(--border-taupe);
    position: sticky;
    top: 80px;
    z-index: 100;
}

.category-tabs-container {
    max-width: 2200px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.category-tab {
    background: transparent;
    color: var(--dark-grey);
    border: none;
    border-bottom: 2px solid transparent;
    padding: 1rem 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.category-tab:hover {
    color: var(--taupe);
}

.category-tab.active {
    color: var(--taupe);
    border-bottom-color: var(--taupe);
}

/* Membership Section */
.membership-section {
    background: var(--white);
    padding: 8rem 5rem;
}

.category-content {
    display: none;
}

.category-content.active {
    display: block;
}

.category-intro {
    text-align: center;
    margin-bottom: 6rem;
}

.membership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 2200px;
    margin: 0 auto;
}

.membership-card {
    background: var(--white);
    border: 1px solid var(--border-taupe);
    padding: 2.5rem 2.25rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.membership-card:hover {
    border-width: 1.5px;
    border-color: var(--taupe);
    box-shadow: 0 4px 16px rgba(167, 137, 126, 0.15);
}

.card-badge {
    font-size: 0.5625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 1.5rem;
    font-weight: 600;
    display: block;
}

.card-title {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    color: var(--black);
}

.card-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--dark-grey);
    margin-bottom: 2rem;
    font-weight: 300;
}

.card-divider {
    width: 50px;
    height: 1px;
    background: var(--taupe);
    margin: 2rem 0;
}

.price-block {
    margin-bottom: 2rem;
}

.price {
    font-size: 3rem;
    font-weight: 300;
    color: var(--taupe) !important;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.price .price-period {
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 300;
}

.price-savings {
    font-size: 0.75rem;
    color: var(--taupe);
    margin-top: 0.5rem;
    font-weight: 400;
    display: block;
}

.features-section {
    margin-bottom: 1.75rem;
}

.features-title {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--taupe);
    margin-bottom: 0.875rem;
    font-weight: 600;
}

.features-list {
    list-style: none;
}

.features-list.highlight {
    margin-bottom: 1.25rem;
}

.features-list.highlight .feature-item {
    margin-bottom: 0.625rem;
}

.features-list.highlight .feature-item:last-child {
    margin-bottom: 0;
}

.feature-item {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--dark-grey);
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
    position: relative;
    font-weight: 300;
}

.feature-item:before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--taupe);
    font-size: 1.5rem;
    line-height: 1;
}

.cta-membership {
    background: var(--black);
    color: var(--white);
    border: 0.5px solid var(--black);
    padding: 0.875rem 0;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.6875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: auto;
}

.cta-membership:hover {
    background: var(--taupe);
    border-color: var(--taupe);
}

/* Price Single Touchup */
.price-single-touchup {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-taupe);
}

.touchup-label {
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 400;
}

.touchup-value {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--taupe);
}

/* Card Benefits */
.card-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.card-benefits li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 0.9375rem;
    color: var(--dark-grey);
    font-weight: 300;
    line-height: 1.6;
}

.card-benefits li:before {
    content: "•";
    position: absolute;
    left: 0.375rem;
    top: 0.1rem;
    color: var(--taupe);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
}

.card-benefits li:last-child {
    margin-bottom: 0;
}

/* Plans Section */
.plans-section-title {
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--dark-grey);
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.plans-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.plan-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid var(--border-taupe);
    position: relative;
}

.plan-item.best {
    border: 1px solid var(--border-taupe);
}

.plan-item-badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background: var(--taupe);
    color: var(--white);
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    padding: 0.3125rem 0.75rem;
    font-weight: 500;
}

.plan-item-left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plan-item-duration {
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 400;
}

.plan-item-price {
    font-size: 2rem;
    font-weight: 300;
    color: var(--taupe) !important;
    letter-spacing: -0.02em;
}

.plan-item-price span {
    font-size: 1rem;
    color: var(--dark-grey);
    font-weight: 300;
}

.plan-item-right {
    text-align: right;
}

.plan-item-savings {
    font-size: 0.875rem;
    color: var(--taupe);
    font-weight: 500;
}

/* Price Intro */
.price-intro {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.price-intro-label {
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 400;
}

.price-intro-value {
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--taupe) !important;
    letter-spacing: -0.01em;
}

.price-intro-old {
    font-size: 1.75rem;
    color: var(--taupe);
    font-weight: 300;
    text-decoration: none;
}

/* VIP Benefits */
/* Comparison Section */
.comparison-section {
    background: var(--white);
    padding: 8rem 5rem;
}

.comparison-intro {
    text-align: center;
    margin-bottom: 5rem;
}

.comparison-table {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead tr {
    border-bottom: 1px solid var(--taupe);
}

.comparison-table th {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    padding: 1.5rem 1.5rem;
    text-align: left;
    color: var(--dark-grey);
}

.comparison-table th:first-child {
    width: 45%;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3) {
    text-align: center;
    width: 27.5%;
}

.comparison-table th:nth-child(2) {
    color: var(--black);
}

.comparison-table th:nth-child(3) {
    color: var(--taupe);
}

.comparison-table tbody tr {
    border-bottom: 1px solid rgba(167, 137, 126, 0.15);
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table td {
    padding: 1.5rem 1.5rem;
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 300;
}

.comparison-table td:first-child {
    font-weight: 400;
    color: var(--black);
}

.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
    text-align: center;
}

.check-mark {
    color: var(--taupe);
    font-size: 1.25rem;
}

.check-mark.platinum {
    font-size: 1.5rem;
    font-weight: 500;
}

.comparison-dash {
    color: rgba(167, 137, 126, 0.3);
    font-size: 1.25rem;
}

/* Payment Methods */
.payment-section {
    background: var(--white);
    padding: 8rem 5rem;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 2200px;
    margin: 0 auto;
}

.payment-card {
    background: var(--white);
    border: 1px solid var(--border-taupe);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.payment-card:hover {
    border-color: var(--taupe);
}

.payment-icon {
    background: var(--white);
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    border-bottom: 1px solid var(--border-taupe);
}

.payment-icon svg,
.payment-icon img {
    width: 120px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.payment-icon.heylight {
    background: var(--black);
}

.payment-content {
    padding: 2rem 2rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.payment-title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0.875rem;
    color: var(--black);
}

.payment-divider {
    width: 45px;
    height: 1px;
    background: var(--taupe);
    margin: 0.875rem 0 1.25rem 0;
}

.payment-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--dark-grey);
    margin-bottom: 1.75rem;
    font-weight: 300;
    flex: 1;
}

.payment-highlight {
    background: var(--white);
    border: 1px solid var(--border-taupe);
    padding: 1rem 1.25rem;
    text-align: center;
    margin-bottom: 1.75rem;
}

.highlight-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-payment {
    background: transparent;
    color: var(--black);
    border: 0.5px solid var(--black);
    padding: 0.875rem 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    display: block;
}

.btn-payment:hover {
    background: var(--black);
    color: var(--white);
}

.payment-cta {
    padding: 0 2rem 2rem;
}

/* Final CTA */
.final-cta {
    background: var(--white);
    padding: 8rem 5rem;
    text-align: center;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: var(--black);
    letter-spacing: -0.02em;
}

.cta-divider {
    width: 80px;
    height: 1px;
    background: var(--taupe);
    margin: 2rem auto;
}

.cta-description {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--dark-grey);
    margin-bottom: 3.5rem;
    font-weight: 300;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--black);
    color: var(--white);
    border: 0.5px solid var(--black);
    padding: 1.125rem 3rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--taupe);
    border-color: var(--taupe);
}

.btn-secondary {
    background: transparent;
    color: var(--black);
    border: 0.5px solid var(--black);
    padding: 1.125rem 3rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--black);
    color: var(--white);
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-vip {
        padding: 8rem 3rem 6rem;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .hero-content {
        padding-right: 0;
        text-align: center;
    }
    
    .hero-divider {
        margin: 2rem 0;
    }
    
    .hero-benefits {
        text-align: left;
        max-width: 500px;
        margin: 0 0 3rem 0;
    }
    
    .how-it-works,
    .membership-section,
    .comparison-section,
    .payment-section,
    .final-cta {
        padding: 6rem 3rem;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .step-item {
        padding-right: 0;
    }
    
    .step-arrow,
    .step-item::before,
    .step-item::after {
        display: none;
    }
    
    .membership-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .payment-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .category-tabs-section {
        padding: 1.5rem 2rem 0;
    }
    
    .category-tab {
        padding: 0.875rem 1.25rem;
        font-size: 0.6875rem;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 1.25rem 1rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 768px) {
    .hero-vip {
        padding: 6rem 2rem 4rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .how-it-works,
    .membership-section,
    .comparison-section,
    .payment-section,
    .final-cta {
        padding: 5rem 2rem;
    }
    
    .section-title,
    .cta-title {
        font-size: 2rem;
    }
    
    .membership-card {
        padding: 2.5rem 2rem;
    }
    
    .payment-icon {
        height: 150px;
        padding: 2rem;
    }
    
    .payment-icon svg,
    .payment-icon img {
        width: 120px;
        max-height: 100px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 1rem 0.75rem;
        font-size: 0.75rem;
    }
    
    .comparison-table th:first-child,
    .comparison-table td:first-child {
        padding-left: 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 320px;
    }
}

    /* ============================================
   VIP MEMBERSHIP - TABS & GRID ADJUSTMENTS
   Minimal CSS to add to existing vip-membership.css
   ============================================ */

/* Tabs Navigation */
.membership-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0 4rem;
    flex-wrap: wrap;
}

.tab-btn {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--border-taupe);
    padding: 14px 32px;
    font-size: 0.6875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.tab-btn:hover {
    border-color: var(--taupe);
}

.tab-btn.active {
    background: var(--taupe);
    color: var(--white);
    border-color: var(--taupe);
}

/* Category Content */
.category-content {
    display: none;
}

.category-content.active {
    display: block;
}

/* Section Labels within tabs */
.category-content .section-label {
    text-align: center;
    margin-bottom: 3rem;
}

/* Responsive Tabs */
@media (max-width: 768px) {
    .membership-tabs {
        flex-direction: column;
        gap: 0.75rem;
        margin: 2rem auto 3rem;
        max-width: 340px;
    }

    .tab-btn {
        width: 100%;
        padding: 12px 24px;
        font-size: 0.625rem;
    }

    /* Force extension grid to single column on mobile */
    .membership-grid[style*="grid-template-columns: repeat(3, 1fr)"] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 520px) {
    .membership-tabs {
        gap: 0.5rem;
    }
}

/* ============================================
   BENEFITS SECTION WITH ICONS
   ============================================ */

.benefits-section {
    background: var(--cream);
    padding: 8rem 5rem;
}

.benefits-section .section-container {
    max-width: 2200px;
    margin: 0 auto;
}

.benefits-section .section-label {
    text-align: center;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.benefits-section .section-title {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    margin-bottom: 5rem;
    color: var(--black);
}

.benefits-section .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4rem;
}

.benefits-section .benefit-card {
    text-align: left;
    margin-bottom: 3.5rem;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1.25rem;
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--taupe);
}

.benefits-section .benefit-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: var(--black);
}

.benefits-section .benefit-divider {
    width: 40px;
    height: 1px;
    background: var(--taupe);
    margin: 0.75rem 0 1rem 0;
}

.benefits-section .benefit-description {
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--dark-grey);
    font-weight: 300;
}

/* ============================================
   FAQ SECTION - 2 COLUMN LAYOUT
   ============================================ */

.faq-section {
    background: var(--cream);
    padding: 8rem 5rem;
}

.faq-section .section-container {
    max-width: 2200px;
    margin: 0 auto;
}

.faq-section .section-label {
    text-align: center;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.faq-section .section-title {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    margin-bottom: 5rem;
    color: var(--black);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 5rem;
}

.faq-item {
    text-align: left;
}

.faq-question {
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    line-height: 1.5;
}

.faq-divider {
    width: 40px;
    height: 1px;
    background: var(--taupe);
    margin: 1rem 0 1.25rem 0;
}

.faq-answer {
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--dark-grey);
    font-weight: 300;
}

/* ============================================
   RESPONSIVE - BENEFITS
   ============================================ */

@media (max-width: 1024px) {
    .benefits-section {
        padding: 6rem 3rem;
    }

    .benefits-section .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 3rem;
    }

    .benefits-section .benefit-card {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 5rem 2rem;
    }

    .benefits-section .section-title {
        margin-bottom: 3rem;
    }

    .benefits-section .benefits-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .benefits-section .benefit-card {
        margin-bottom: 2.5rem;
    }

    .benefit-icon {
        width: 40px;
        height: 40px;
    }
}

/* ============================================
   RESPONSIVE - FAQ
   ============================================ */

@media (max-width: 1024px) {
    .faq-section {
        padding: 6rem 3rem;
    }

    .faq-grid {
        gap: 3rem 4rem;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 5rem 2rem;
    }

    .faq-section .section-title {
        margin-bottom: 3rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .faq-question {
        font-size: 0.9375rem;
    }

    .faq-answer {
        font-size: 0.8125rem;
    }
}

/* ================================================================
   NUOVO DESIGN CARD - Grid Piani + Più aria bonus
   ================================================================ */

/* GRID PIANI */
.plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.plan-box {
    background: #ffffff;
    border: 1px solid rgba(167, 137, 126, 0.2);
    padding: 1.75rem 1.5rem;
    text-align: center;
    position: relative;
}

.plan-box.best {
    background: #ffffff;
    border: 1px solid rgba(167, 137, 126, 0.2);
}

.plan-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #a7897e;
    color: #ffffff;
    font-size: 0.5625rem;
    letter-spacing: 0.15em;
    padding: 0.4rem 1rem;
    font-weight: 700;
}

.plan-duration {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #a7897e;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--taupe) !important;
    line-height: 1;
    margin-bottom: 0.875rem;
    display: block;
}

.plan-price span {
    font-size: 1.125rem;
    font-weight: 300;
    color: #555555;
}

.plan-includes {
    font-size: 0.8125rem;
    color: #555555;
    margin-bottom: 0.625rem;
    font-weight: 300;
    display: block;
}

.plan-total {
    font-size: 0.875rem;
    color: #555555;
    margin-bottom: 0.875rem;
    font-weight: 300;
    display: block;
}

.plan-savings {
    font-size: 1.0625rem;
    color: #a7897e;
    font-weight: 400;
    display: block;
}

/* BONUS - PIÙ ARIA PRIMA DELLA CTA */
.bonus-section {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(167, 137, 126, 0.2);
}

.bonus-title {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #a7897e;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.bonus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bonus-list li {
    font-size: 0.8125rem;
    color: #555555;
    line-height: 1.6;
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.625rem;
    font-weight: 300;
}

.bonus-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #a7897e;
    font-size: 1.5rem;
    line-height: 0.8;
}

/* FEATURED CARD */
.featured-badge {
    background: #a7897e;
    color: #ffffff;
    padding: 0.375rem 1.25rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .plan-price {
        font-size: 2.5rem;
    }
    
    .bonus-section {
        margin-bottom: 3rem;
    }
}

@media (max-width: 480px) {
    .plan-box {
        padding: 1.5rem 1.25rem;
    }
    
    .plan-price {
        font-size: 2.25rem;
    }
    
    .bonus-section {
        margin-bottom: 2.5rem;
    }
}

/* ================================================================
   NEW SECTIONS - VIP LANDING INTEGRATION
   ================================================================ */

/* NEW HERO SECTION */
.hero-vip-new {
    position: relative;
    min-height: 70vh;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 5rem 4rem;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 2px,
        rgba(255, 255, 255, 0.03) 2px,
        rgba(255, 255, 255, 0.03) 4px
    );
}

.hero-content-new {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 800px;
}

.hero-badge-new {
    font-size: 0.75rem;
    letter-spacing: 0.5em;
    font-weight: 300;
    color: var(--taupe);
    margin-bottom: 2rem;
}

.hero-title-new {
    font-size: 4.5rem;
    line-height: 0.95;
    font-weight: 200;
    letter-spacing: -0.02em;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.hero-title .brand {
    color: var(--taupe);
    font-weight: 500;
}

.hero-subtitle-new {
    font-size: 1.125rem;
    font-weight: 200;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.btn-primary-new {
    padding: 1.25rem 3rem;
    background: var(--white);
    color: var(--black);
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-primary-new:hover {
    background: var(--taupe);
    color: var(--white);
}

.btn-secondary-new {
    padding: 1.25rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    font-weight: 300;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-secondary-new:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-stats {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4rem !important;
}

.stat-item {
    text-align: center !important;
    display: block !important;
}

.stat-number {
    font-size: 2.5rem !important;
    font-weight: 200 !important;
    color: var(--white) !important;
    margin-bottom: 0.25rem !important;
    display: block !important;
}

.stat-label {
    font-size: 0.75rem !important;
    letter-spacing: 0.2em !important;
    color: rgba(255, 255, 255, 0.4) !important;
    display: block !important;
}

.stat-divider {
    width: 1px !important;
    height: 3rem !important;
    background: rgba(255, 255, 255, 0.2) !important;
    display: block !important;
}

.hero-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 1px;
    background: var(--taupe);
}

/* COS'È SECTION */
.cose-section {
    padding: 8rem 5rem;
    background: var(--cream);
}

.cose-content-center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.section-header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.section-line {
    width: 3rem;
    height: 1px;
    background: var(--taupe);
}

.section-title-center {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1.2;
    color: var(--black);
    margin-bottom: 2rem;
}

.title-bold {
    font-weight: 500;
}

.text-content-center {
    margin: 2rem auto;
}

.text-content-center p {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--dark-grey);
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.text-content-center strong {
    color: var(--black);
    font-weight: 500;
}

/* COME FUNZIONA NEW */
.how-it-works-new {
    padding: 8rem 5rem;
    background: var(--white);
}

.section-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.steps-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.step-item-new {
    position: relative;
    padding: 3rem;
    border-right: 1px solid var(--border-taupe);
}

.step-item-new:last-child {
    border-right: none;
}

.step-number-new {
    font-size: 7.5rem;
    font-weight: 200;
    color: var(--cream);
    line-height: 1;
    margin-bottom: 2rem;
    user-select: none;
}

.step-content-new {
    position: relative;
    z-index: 10;
}

.step-title-new {
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--black);
}

.step-description-new {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--dark-grey);
    font-weight: 300;
}

.step-arrow-new {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    font-size: 1.25rem;
    color: var(--taupe);
}

.quote-new {
    margin-top: 5rem;
    text-align: center;
}

.quote-new p {
    font-size: 1.25rem;
    font-weight: 200;
    color: rgba(42, 42, 42, 0.4);
    font-style: italic;
}

/* TRANSPARENT PLAN ITEMS */
.plan-item-transparent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid var(--border-taupe);
    background: transparent;
    position: relative;
}

.plan-item-transparent.best {
    border: 1px solid var(--border-taupe);
}

.plan-item-transparent .plan-item-badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background: var(--taupe);
    color: var(--white);
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    padding: 0.3125rem 0.75rem;
    font-weight: 500;
}

.plan-item-transparent .plan-item-left {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
}

.plan-item-transparent .plan-item-duration {
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 400;
    letter-spacing: 0.05em;
}

.plan-item-transparent .plan-item-price {
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--black);
}

.plan-item-transparent .plan-item-price span {
    font-size: 0.875rem;
    color: var(--dark-grey);
    font-weight: 300;
}

.plan-item-transparent .plan-item-right {
    text-align: right;
}

.plan-item-transparent .plan-item-savings {
    font-size: 0.875rem;
    color: var(--taupe);
    font-weight: 400;
}

/* LAMINAZIONE - INLINE DURATIONS */
.plan-item-header {
    margin-bottom: 1rem;
}

.plan-item-subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--black);
    letter-spacing: 0.1em;
}

.plan-durations-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.duration-inline {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid var(--border-taupe);
    background: transparent;
    position: relative;
}

.duration-inline.best {
    border: 1px solid var(--border-taupe);
}

.duration-badge-inline {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--taupe);
    color: var(--white);
    font-size: 0.5625rem;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.duration-label-inline {
    font-size: 0.75rem;
    color: var(--dark-grey);
    font-weight: 400;
    letter-spacing: 0.05em;
}

.duration-price-inline {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--taupe) !important;
}

/* NEW FAQ ACCORDION STYLE */
.faq-section-new {
    padding: 8rem 5rem;
    background: var(--white);
}

.section-container-narrow {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-list-new {
    margin-bottom: 4rem;
}

.faq-item-new {
    border-bottom: 1px solid var(--border-taupe);
}

.faq-question-new {
    width: 100%;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}

.faq-question-new:hover {
    color: var(--taupe);
}

.faq-question-new span {
    font-size: 1rem;
    font-weight: 500;
    color: inherit;
    padding-right: 2rem;
}

.faq-icon-new {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-taupe);
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}

.faq-question-new:hover .faq-icon-new {
    border-color: var(--taupe);
}

.faq-icon-new i {
    font-size: 1.125rem;
}

.faq-answer-new {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
    display: block !important;
}

.faq-item-new.active .faq-answer-new {
    max-height: 300px !important;
    padding-bottom: 1.5rem !important;
}

.faq-item-new.active .faq-icon-new i::before {
    content: "\eb99" !important; /* minus icon */
}

.faq-answer-new p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--dark-grey);
    font-weight: 300;
    padding-right: 4rem;
}

.faq-cta-new {
    text-align: center;
}

.faq-cta-new p {
    font-size: 1rem;
    color: var(--dark-grey);
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.faq-link-new {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--black);
    transition: color 0.3s ease;
    text-decoration: none;
}

.faq-link-new:hover {
    color: var(--taupe);
}

/* RESPONSIVE - NEW SECTIONS */
@media (max-width: 1024px) {
    .steps-grid-new {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .step-item-new {
        border-right: none;
        border-bottom: 1px solid var(--border-taupe);
    }

    .step-item-new:last-child {
        border-bottom: none;
    }

    .step-arrow-new {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-vip-new {
        padding: 8rem 2rem 3rem;
        min-height: 60vh;
    }

    .hero-title-new {
        font-size: 2.5rem;
    }

    .hero-buttons-new {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary-new,
    .btn-secondary-new {
        width: 100%;
        text-align: center;
    }

    .hero-stats {
        flex-direction: column;
        gap: 2rem;
    }

    .stat-divider {
        display: none;
    }

    .cose-section,
    .how-it-works-new,
    .faq-section-new {
        padding: 4rem 1.5rem;
    }

    .plan-durations-inline {
        grid-template-columns: 1fr;
    }

    .faq-answer-new p {
        padding-right: 0;
    }
}

/* FORCE OVERRIDES - FAQ NEW SECTION */
.faq-section-new .faq-item-new {
    border-bottom: 1px solid var(--border-taupe) !important;
}

.faq-section-new .faq-answer-new {
    max-height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease !important;
}

.faq-section-new .faq-item-new.active .faq-answer-new {
    max-height: 500px !important;
    padding-bottom: 1.5rem !important;
    opacity: 1 !important;
}

.faq-section-new .faq-question-new {
    width: 100% !important;
    padding: 1.5rem 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
}

/* FORCE OVERRIDES - HERO STATS */
.hero-vip-new .hero-stats {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4rem !important;
    flex-wrap: nowrap !important;
}

.hero-vip-new .stat-item {
    flex-shrink: 0 !important;
}

.hero-vip-new .stat-divider {
    flex-shrink: 0 !important;
}


/* FORCE DESKTOP HERO STATS HORIZONTAL */
@media (min-width: 769px) {
    .hero-vip-new .hero-stats {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4rem !important;
        flex-wrap: nowrap !important;
    }
    
    .hero-vip-new .stat-divider {
        display: block !important;
        width: 1px !important;
        height: 3rem !important;
    }
}

/* MOBILE ONLY - VERTICAL STATS */
@media (max-width: 768px) {
    .hero-vip-new .hero-stats {
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .hero-vip-new .stat-divider {
        display: none !important;
    }
}


/* ULTRA SPECIFIC OVERRIDES - HIGHEST PRIORITY */
body .hero-vip-new .hero-stats {
    display: flex !important;
    flex-direction: row !important;
}

body .faq-section-new .faq-answer-new {
    max-height: 0 !important;
    overflow: hidden !important;
}

body .faq-section-new .faq-item-new.active .faq-answer-new {
    max-height: 500px !important;
}

/* ==========================================================================
   GRID LAYOUT CONTROL (no style changes)
   - Inline grid-template-columns removed from HTML.
   - Restore intended columns per category.
   - Extension cards: ALWAYS 3 columns on desktop + tablet, 1 column on mobile.
   - Laminazione: 2 columns on desktop + tablet, 1 column on mobile.
   ========================================================================== */

/* Desktop + Tablet (default) */
.category-content[data-category="extension"] .membership-grid{
  grid-template-columns: repeat(3, 1fr);
}
.category-content[data-category="laminazione"] .membership-grid{
  grid-template-columns: repeat(2, 1fr);
}

/* Mobile */
@media (max-width: 768px){
  .category-content[data-category="extension"] .membership-grid,
  .category-content[data-category="laminazione"] .membership-grid{
    grid-template-columns: 1fr;
  }
}
