/* ==========================================================
   CSS UNIFICATO - Euro Quality Food - Selezioni pregiate
   (Ottimizzato: stessa resa, stessa logica, solo pulizia/ordine)
========================================================== */

/* ================= VARIABILI CSS CONDIVISE ================= */
:root {
  /* Colori base */
  --bg-dark: #0a0a0a;
  --bg-darker: #050404;
  --bg-darkest: #0a0808;

  /* Colori oro (unificati) */
  --gold-main: rgba(212, 165, 116, 0.92);
  --gold-soft: rgba(212, 165, 116, 0.55);
  --gold-light: rgba(199, 165, 107, 0.92);
  --gold-light-soft: rgba(199, 165, 107, 0.35);
  --gold-accent: #c7a56b;
  --gold-accent-soft: #CEB082;

  /* Colori testo */
  --text-white: #f5f5f5;
  --text-white-soft: rgba(245, 245, 245, 0.86);
  --text-white-muted: rgba(255, 255, 255, 0.72);
  --text-white-light: rgba(255, 255, 255, 0.82);
  --text-white-lighter: rgba(255, 255, 255, 0.65);

  /* Gradienti rossi (unificati) */
  --red-glow: rgba(180, 40, 40, 0.25);
  --red-glow-strong: rgba(200, 50, 50, 0.35);
  --red-shadow: rgba(140, 25, 25, 0.55);

  /* Cards */
  --card-bg: rgba(26, 12, 12, 0.62);
  --card-bg-light: rgba(30, 14, 14, 0.70);
  --card-bg-lighter: rgba(18, 10, 10, 0.55);
  --card-border: rgba(255, 255, 255, 0.14);
  --card-border-light: rgba(255, 255, 255, 0.09);
  --card-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
  --card-shadow-hover: 0 25px 80px rgba(0, 0, 0, 0.65);

  /* Layout */
  --nav-height: 0px;
  --header-height: 180px;
  --header-height-tablet: 160px;

  /* Font */
  --font-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-sans: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* ================= VARIABILI AGGIUNTE (già presenti nel file originale) ================= */
  --bg-light: #f8f5f0;
  --bg-lighter: #fefcf8;
  --red-dark: #8b0000;
  --red-medium: #a52a2a;
  --text-dark: #2c2c2c;
  --text-dark-soft: rgba(44, 44, 44, 0.85);
  --text-dark-muted: rgba(44, 44, 44, 0.7);
  --font-accent: "Playfair Display", serif;
  --section-padding: clamp(80px, 8vw, 120px);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 8rem;
}

/* ================= UTILITY CLASSES ================= */
/* Font classes riutilizzabili */
.text-serif {
  font-family: var(--font-serif);
  color: var(--gold-accent-soft);
}

.text-sans {
  font-family: var(--font-sans);
}

/* Reset testo comune */
.text-reset {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* CTA comune */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 8px;
  background: var(--gold-light);
  color: #1a0f0f;
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 12px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform 0.18s ease, filter 0.18s ease;
  text-transform: uppercase;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

/* Badge comune */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  color: rgba(245, 245, 245, 0.92);
  border: 1px solid rgba(212, 165, 116, 0.28);
  background: rgba(212, 165, 116, 0.06);
}

/* List item con freccia */
.list-item-arrow {
  position: relative;
  padding-left: 28px;
}

.list-item-arrow::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-main);
  opacity: 0.95;
  font-weight: 700;
}

/* Divider comune */
.divider {
  height: 1px;
  width: 64%;
  margin: 16px 0 14px;
  background: linear-gradient(90deg, var(--gold-soft), rgba(255, 255, 255, 0));
}

/* ==============================
   SELEZIONI PREGIATE — HERO (1 COLONNA)
   Testo centrato, editoriale
   ============================== */
/* --- WRAPPER --- */
.or-sp-hero{
  position: relative;
  min-height: min(80vh, 720px);
  background: var(--color-black);
  color: var(--color-cream);
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* --- VIDEO BG --- */
.or-sp-hero__media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.or-sp-hero__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: contrast(1.05) saturate(.95);
}

/* --- OVERLAY (leggibilità premium) --- */
.or-sp-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      45deg,
      rgba(15, 15, 15, 0.85) 0%,
      rgba(40, 40, 40, 0.5) 50%,
      rgba(250, 249, 246, 0.25) 100%
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 1px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.03) 3px
    ),
    radial-gradient(
      ellipse 80% 60% at 50% 35%,
      rgba(250, 249, 246, 0.95) 0%,
      rgba(250, 249, 246, 0.4) 40%,
      transparent 70%
    );

  mix-blend-mode: multiply;
}

/* --- CONTENUTO (colonna unica centrata) --- */
.or-sp-hero__inner{
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(96px, 12vh, 132px) 0 clamp(36px, 6vh, 56px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.or-sp-hero .or-eyebrow{
  margin: 0 0 12px;
}

.or-sp-hero__title{
  font-family: var(--font-serif);
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: rgba(245,241,232,.96);
  max-width: 20ch;
}

.or-sp-hero .or-fine-line{
  margin: 20px auto 0;
}

.or-sp-hero__sub{
  text-align: center;
  margin: 22px 0 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: rgba(245,241,232,.82);
  max-width: 46ch;
}

.or-sp-hero__actions{
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.or-sp-hero .or-btn-ghost{
  color: rgba(245,241,232,.92);
  border-color: rgba(193,153,95,.55);
  background: transparent;
}

.or-sp-hero .or-btn-ghost:hover{
  border-color: rgba(193,153,95,.85);
  background: rgba(193,153,95,.12);
  color: rgba(245,241,232,.96);
}

.or-sp-hero__scroll{
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(245,241,232,.78);
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
}

.or-sp-hero__scroll-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gold);
  box-shadow: 0 0 0 4px rgba(193,153,95,.18);
}

.or-sp-hero__scroll-txt{
  opacity: .95;
}

.or-sp-hero__scroll-arrow{
  font-size: 16px;
  display: inline-block;
  opacity: .9;
}

@media (prefers-reduced-motion: no-preference){
  .or-sp-hero__scroll-arrow{
    animation: orScrollNudge 1.35s ease-in-out infinite;
  }
}
@keyframes orScrollNudge{
  0%,100% { transform: translateY(0); opacity: .9; }
  50% { transform: translateY(6px); opacity: 1; }
}

@media (max-width: 560px){
  .or-sp-hero__inner{
    width: min(900px, calc(100% - 28px));
    padding-top: 0;
    padding-bottom: 06;
  }
  .or-sp-hero__title{ max-width: none; }
}

/* ================= SEZIONE 1 MANIFESTO ====================*/
.eqf-manifesto{
  --paper:#f8f5f0;
  --paper2:#fefcf8;
  --text:#2c2c2c;
  --text-soft: rgba(44,44,44,.84);
  --text-muted: rgba(44,44,44,.70);
  --gold:#c7a56b;
  --gold-soft: rgba(199,165,107,.35);

  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    radial-gradient(900px 420px at 18% 0%, rgba(199,165,107,.12) 0%, rgba(199,165,107,0) 70%),
    radial-gradient(900px 420px at 82% 12%, rgba(140,25,25,.06) 0%, rgba(140,25,25,0) 70%),
    linear-gradient(180deg, var(--paper2), var(--paper));
  color: var(--text);
}

.eqf-manifesto__wrap{
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.eqf-manifesto__inner{
  text-align: center;
}

/* Titolo + divider */
.eqf-manifesto__title{
  margin: 0 0 10px 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(30px, 3.2vw, 46px);
  color: var(--text);
  position: relative;
  padding-bottom: 16px;
}

.eqf-manifesto__title::after{
  content:"";
  display:block;
  width: 160px;
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, rgba(199,165,107,.75), transparent);
}

.eqf-manifesto__lead{
  margin: 0 auto 18px auto;
  max-width: 78ch;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(15.5px, 1.15vw, 18.5px);
  line-height: 1.75;
  color: var(--text-soft);
}

.eqf-manifesto__list{
  list-style: none;
  padding: 0;
  margin: 0 auto 22px auto;
  max-width: 68ch;
  display: grid;
  gap: 10px;
  text-align: left;
}

.eqf-manifesto__list li{
  position: relative;
  padding-left: 28px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text-muted);
}

.eqf-manifesto__list li::before{
  content:"—";
  position:absolute;
  left:0;
  top:0;
  color: rgba(199,165,107,.95);
  font-weight: 800;
}

/* CTA (flat) */
.eqf-manifesto__cta{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eqf-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.eqf-btn--primary{
  background: rgba(199,165,107,.92);
  color: #1a0f0f;
  border: 1px solid rgba(199,165,107,.92);
}

.eqf-btn--primary:hover{
  background: rgba(199,165,107,.82);
  border-color: rgba(199,165,107,.82);
}

.eqf-btn--ghost{
  background: transparent;
  color: rgba(44,44,44,.92);
  border: 1px solid rgba(199,165,107,.55);
}

.eqf-btn--ghost:hover{
  background: rgba(199,165,107,.10);
}

@media (max-width: 680px){
  .eqf-manifesto__inner{ text-align: left; }
  .eqf-manifesto__title::after{ margin-left: 0; width: 140px; }
  .eqf-manifesto__cta{ justify-content: flex-center; }
  .eqf-btn{ width: 100%; }
}

@media (max-width: 768px){
  .eqf-manifesto,
  .eqf-manifesto__title,
  .eqf-manifesto__inner,
  .eqf-manifesto__list,
  .eqf-manifesto__cta{
    text-align: center;
    align-items: center;
  }
  .eqf-contact-split__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
  }
}

/* ================= SEZIONE SI (Selezioni per intenditori) ================= */
.si {
  background: var(--bg-dark);
  color: var(--text-white);
  padding: 80px 0 40px;
  overflow: visible;
}

.si__wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible;
}

/* Tipografia SI */
.si__title,
.si__h3 {
  font-family: var(--font-serif);
  color: var(--gold-accent-soft);
}

.si__kicker,
.si__sub,
.si__p,
.si__meta,
.si__meta p,
.si__cta {
  font-family: var(--font-sans);
}

/* NB: "composes" è sintassi CSS Modules (ignorata dal browser),
   la lasciamo invariata nel senso logico: nessun impatto runtime */
.si__kicker,
.si__title,
.si__sub,
.si__h3,
.si__p,
.si__cta {
  composes: text-reset;
}

/* Header sezione sticky */
.si__head {
  position: sticky;
  top: var(--nav-height);
  z-index: 20;
  background: var(--bg-dark);
  min-height: var(--header-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  padding: 8px 0 12px;
}

.si__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-soft);
}

.si__head .si__title {
  font-size: 1.7em !important;
  line-height: 1.12;
  font-weight: 700;
  margin: 0 auto 8px;
  max-width: 28ch;
}

.si__sub {
  margin: 0 auto;
  max-width: 64ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-white-soft);
}

/* Stack */
.si__stack {
  position: relative;
  overflow: visible;
}

/* Item sticky + overlap */
.si__item {
  position: sticky;
  top: calc(var(--nav-height) + var(--header-height));
  z-index: 1;
  background: var(--bg-dark);
  min-height: calc(70vh - var(--nav-height) - var(--header-height));
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.si__item + .si__item {
  margin-top: -14px;
}

/* Layout "colonne" */
.si__row {
  width: 100%;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Immagine */
.si__img {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #111;
  border: 0 !important;
}

.si__img img {
  display: block;
  width: 100%;
  height: min(420px, 52vh);
  object-fit: cover;
  filter: contrast(1.03) brightness(0.95);
}

/* Testo */
.si__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 6px 10px;
}

.si__h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
}

.si__p {
  margin: 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-white-soft);
}

/* Meta */
.si__meta {
  width: 100%;
  max-width: 440px;
  margin-top: 6px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.si__meta p {
  margin: 0;
  padding: 6px 0;
  border: 0 !important;
  font-size: 13px;
  color: rgba(245, 245, 245, 0.82);
}

.si__meta strong {
  color: var(--gold-main);
  font-weight: 600;
  margin-right: 6px;
}

/* CTA SI (speciale per match Gutenverse) */
.si__cta {
  appearance: none;
  border: 0;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  background: var(--wp--preset--color--theme-5);
  color: #000;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.si__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.si__cta:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
}

.si__cta:focus-visible {
  outline: 2px solid rgba(212, 165, 116, 0.45);
  outline-offset: 3px;
}

.si__cta::after {
  content: none !important;
}

.si a.si__cta,
.si a.si__cta span {
  text-transform: uppercase !important;
}

/* Badges SI */
.si__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6px;
}

.si__badge {
  composes: badge;
}

@media (max-width: 980px) {
  .si__item {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 26px 0;
  }

  .si__item + .si__item { margin-top: 0; }

  .si__head {
    position: relative;
    min-height: auto;
    padding-bottom: 22px;
  }

  .si__row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .si__img img { height: 260px; }

  .si__text {
    text-align: center;
    align-items: center;
  }
}

/* ================= SEZIONE 4: MICRO STACCO ================= */
.section-break {
  padding: var(--space-xl) 0;
  position: relative;
  overflow: hidden;
  background: var(--bg-dark);
}

.section-break::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
}

.break-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.break-icon {
  margin: 0 auto var(--space-md);
  opacity: 0.7;
  filter: drop-shadow(0 0 10px rgba(199, 165, 107, 0.3));
}

.break-quote {
  font-family: var(--font-accent);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text-white);
  line-height: 1.3;
  margin: var(--space-md) 0;
  position: relative;
}

.break-sub {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ================= SEZIONE 5: EDITORIAL SALUMI ================= */
/* Wrapper sezione (dark o light) */
.section-editorial{
  padding: var(--section-padding, clamp(80px, 8vw, 120px)) 0;
  position: relative;
}

/* Variante DARK (consigliata per transizione dal nero) */
.section-editorial.section-dark{
  background: linear-gradient(180deg, var(--bg-darkest, #0a0808), var(--bg-darker, #050404));
  color: var(--text-white, #f5f5f5);
}

/* Variante LIGHT (se vuoi farla su panna) */
.section-editorial.section-light{
  background: var(--bg-light, #f8f5f0);
  color: var(--text-dark, #2c2c2c);
}

/* Container width */
.section-editorial .container{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

/* Griglia 2 colonne */
.editorial-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg, 4rem);
  align-items: center;
}

@media (max-width: 992px){
  .editorial-grid{
    grid-template-columns: 1fr;
    gap: var(--space-md, 2rem);
  }
  .break-sub {
      font-size: 13px;
  }
}

/* Colonna testo */
.editorial-content{ padding-right: var(--space-md, 2rem); }
@media (max-width: 992px){ .editorial-content{ padding-right: 0; } }

/* Kicker */
.editorial-kicker{
  font-family: var(--font-sans, "Source Sans 3", sans-serif);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px;
  color: rgba(212, 165, 116, .75);
}

/* Titolo */
.editorial-title{
  font-family: var(--font-serif, "Libre Baskerville", serif);
  font-size: clamp(2.1rem, 3.6vw, 3.2rem);
  line-height: 1.12;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

/* Testo */
.editorial-text p{
  font-family: var(--font-sans, "Source Sans 3", sans-serif);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 0 0 14px;
  opacity: .92;
}

.section-editorial.section-dark .editorial-text p{ color: var(--text-white-soft, rgba(245,245,245,.86)); }
.section-editorial.section-light .editorial-text p{ color: var(--text-dark-soft, rgba(44,44,44,.85)); }

/* Quote */
.editorial-quote{
  border-left: 3px solid var(--gold-accent, #c7a56b);
  padding-left: var(--space-sm, 1rem);
  margin: var(--space-md, 2rem) 0;
}

.editorial-quote p{
  margin: 0 0 6px;
  font-family: var(--font-serif, "Libre Baskerville", serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.55;
}

.section-editorial.section-dark .editorial-quote p{ color: var(--text-white, #f5f5f5); }
.section-editorial.section-light .editorial-quote p{ color: var(--text-dark, #2c2c2c); }

.editorial-quote cite{
  display: block;
  font-family: var(--font-sans, "Source Sans 3", sans-serif);
  font-size: .92rem;
  color: var(--gold-accent, #c7a56b);
  font-style: normal;
  opacity: .95;
}

/* Stats */
.editorial-stats{
  display: flex;
  gap: var(--space-md, 2rem);
  margin-top: var(--space-md, 2rem);
  flex-wrap: wrap;
}

.stat-item{
  display: flex;
  flex-direction: column;
  min-width: 140px;
}

.stat-number{
  font-family: var(--font-serif, "Libre Baskerville", serif);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.section-editorial.section-dark .stat-number{ color: var(--gold-accent, #c7a56b); }
.section-editorial.section-light .stat-number{ color: var(--red-dark, #8b0000); }

.stat-label{
  font-family: var(--font-sans, "Source Sans 3", sans-serif);
  font-size: .95rem;
  opacity: .75;
  margin-top: .45rem;
  max-width: 170px;
}

/* Colonna immagine */
.editorial-image{ position: relative; }

.image-wrapper{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .6s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-editorial.section-dark .image-wrapper{
  box-shadow: 0 30px 90px rgba(0,0,0,0.55);
}

.image-wrapper:hover{
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
}

.editorial-main-image{
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: contrast(1.02) brightness(.95);
}

.image-wrapper:hover .editorial-main-image{
  transform: scale(1.03);
}

@media (max-width: 768px){
  .editorial-main-image{ height: 380px; }
}

/* Badge sull’immagine */
.image-badge{
  position: absolute;
  bottom: var(--space-sm, 1rem);
  right: var(--space-sm, 1rem);
  padding: .7rem 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-sans, "Source Sans 3", sans-serif);
  font-size: .9rem;
  border: 1px solid rgba(199,165,107,.2);
  z-index: 2;
  backdrop-filter: blur(10px);
}

.section-editorial.section-dark .image-badge{
  background: rgba(26, 12, 12, 0.92);
  color: var(--text-white, #f5f5f5);
}

.section-editorial.section-light .image-badge{
  background: rgba(255,255,255,0.95);
  color: var(--text-dark, #2c2c2c);
}

/* CTA nella sezione (se la usi) */
.editorial-cta{ margin-top: 18px; }

@media (max-width: 992px){
  .editorial-grid{ grid-template-columns: 1fr; }
  .editorial-image{ order: 1; }
  .editorial-content{
    order: 2;
    text-align: center;
    align-items: center;
  }
  .editorial-content > *{ margin-left: auto; margin-right: auto; }
  .editorial-text p{ text-align: center; }
  .editorial-stats{ justify-content: center; }
}

/* ================= SEZIONE 6: CARDS ORIZZONTALI ================= */
.salumi-scroll{
  --bg0:#050404;
  --bg1:#0a0808;
  --gold:#c7a56b;
  --gold-soft: rgba(199,165,107,.35);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --card: rgba(20,10,10,.55);
  --stroke: rgba(255,255,255,.12);
  --shadow: 0 18px 70px rgba(0,0,0,.55);

  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 110px) 0;
  background:
    radial-gradient(900px 520px at 30% 20%, rgba(140,25,25,.18) 0%, rgba(0,0,0,0) 70%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
}

.salumi-scroll__wrap{
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
}

/* ===== Head ===== */
.salumi-scroll__head{
  text-align: center;
  margin-bottom: 20px;
}

.salumi-scroll__kicker{
  margin: 0 0 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(199,165,107,.75);
}

.salumi-scroll__title{
  margin: 0 0 10px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(28px, 3.1vw, 44px);
  color: rgba(255,255,255,.92);
}

.salumi-scroll__sub{
  margin: 0 auto;
  max-width: 70ch;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted);
}

/* =========================
   Controls (desktop only)
   ========================= */
.salumi-scroll__controls{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: 6;
  pointer-events: none;
}

.salumi-scroll__btn{
  pointer-events: auto;
  position: absolute;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199,165,107,.35);
  background: rgba(10,8,8,.55);
  color: rgba(255,255,255,.92);
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.salumi-scroll__btn span{
  font-size: 22px;
  line-height: 1;
}

.salumi-scroll__btn--prev{ left: -10px; }
.salumi-scroll__btn--next{ right: -10px; }

.salumi-scroll__btn:hover{
  transform: translateY(-50%) translateY(-1px);
  border-color: rgba(199,165,107,.55);
  background: rgba(20,10,10,.65);
}

.salumi-scroll__btn:focus-visible{
  outline: 2px solid rgba(199,165,107,.55);
  outline-offset: 2px;
}

.salumi-scroll__btn[disabled]{
  opacity: .28;
  cursor: default;
  transform: translateY(-50%);
}

/* =========================
   Rail orizzontale — SINGLE SOURCE OF TRUTH
   ========================= */
.salumi-scroll__rail{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 18px 0 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(199,165,107,.35) transparent;
  scrollbar-gutter: stable;
}

.salumi-scroll__rail::-webkit-scrollbar{ height: 10px; }
.salumi-scroll__rail::-webkit-scrollbar-track{ background: transparent; }

.salumi-scroll__rail::-webkit-scrollbar-thumb{
  background: rgba(199,165,107,.25);
  border-radius: 999px;
}

.salumi-scroll__rail::-webkit-scrollbar-thumb:hover{
  background: rgba(199,165,107,.45);
}

/* =========================
   Card
   ========================= */
.salumi-card{
  flex: 0 0 420px;
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(30,14,14,.62), rgba(18,10,10,.50));
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s, filter .35s;
}

.salumi-card:hover{
  transform: translateY(-8px);
  border-color: rgba(199,165,107,.28);
  filter: brightness(1.02);
}

.salumi-card__media{
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #111;
}

.salumi-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: contrast(1.03) brightness(.92);
  transition: transform .7s ease;
}

.salumi-card:hover .salumi-card__media img{
  transform: scale(1.08);
}

.salumi-card__badge{
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(199,165,107,.30);
  background: rgba(20,10,10,.55);
  backdrop-filter: blur(10px);
}

.salumi-card__body{
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.salumi-card__title{
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,.92);
}

.salumi-card__desc{
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.72);
}

.salumi-card__meta{
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  gap: 6px;
}

.salumi-card__meta li{
  font-family: "Source Sans 3", sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,.70);
}

.salumi-card__meta strong{
  color: rgba(199,165,107,.92);
  font-weight: 700;
  margin-right: 6px;
}

.salumi-card__cta{
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(199,165,107,.45);
  color: rgba(199,165,107,.92);
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 12px;
  transition: background-color .25s ease, color .25s ease, transform .2s ease;
}

.salumi-card__cta:hover{
  background: rgba(199,165,107,.92);
  color: #120909;
  transform: translateY(-1px);
}

/* =========================
   Hint “Scorri”
   ========================= */
.salumi-scroll__hint{
  display: none;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  letter-spacing: .10em;
  text-transform: uppercase;
}

.salumi-scroll__arrow{
  display: inline-block;
  animation: eqf-bounceX 2s infinite;
}

@keyframes eqf-bounceX{
  0%, 100%{ transform: translateX(0); }
  50%{ transform: translateX(10px); }
}

/* Responsive: Mobile */
@media (max-width: 820px){
  .salumi-scroll__controls{ display: none; }
  .salumi-card{ flex: 0 0 86vw; }
  .salumi-scroll__hint{ display: flex; }

  .salumi-scroll__rail{ scrollbar-width: none; }
  .salumi-scroll__rail::-webkit-scrollbar{ height: 0; }
}

/* ================= SEZIONE 7: COME GUSTARLI ================= */
.eqf-guide{
  --paper:#f8f5f0;
  --paper2:#fefcf8;
  --text:#2c2c2c;
  --text-soft: rgba(44,44,44,.84);
  --text-muted: rgba(44,44,44,.70);
  --gold:#c7a56b;

  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 110px) 0;
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(199,165,107,.10) 0%, rgba(199,165,107,0) 70%),
    radial-gradient(900px 420px at 85% 18%, rgba(140,25,25,.06) 0%, rgba(140,25,25,0) 72%),
    linear-gradient(180deg, var(--paper2), var(--paper));
  color: var(--text);
}

.eqf-guide__wrap{
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.eqf-guide__head{
  text-align: center;
  margin-bottom: 30px;
}

.eqf-guide__kicker{
  margin: 0 0 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(140,25,25,.70);
}

.eqf-guide__title{
  margin: 0 0 10px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(28px, 3.1vw, 44px);
  color: var(--text);
}

.eqf-guide__sub{
  margin: 0 auto;
  max-width: 72ch;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Griglia */
.eqf-guide__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 34px;
}

@media (max-width: 980px){
  .eqf-guide__grid{ grid-template-columns: 1fr; gap: 26px; }
}

/* Blocchi editoriali (NO card) */
.eqf-guide__box{
  padding: 0;
  margin: 0;
  text-align: center;
  align-items: center;
  align-content: center;
}

/* Separatori verticali solo su desktop */
@media (min-width: 981px){
  .eqf-guide__box{
    padding-left: 22px;
    position: relative;
  }
  .eqf-guide__box::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    bottom:6px;
    width:1px;
    background: rgba(199,165,107,.22);
  }
  .eqf-guide__box:first-child{ padding-left: 0; }
  .eqf-guide__box:first-child::before{ display:none; }
}

/* Icona minimal (non tonda, non badge) */
.eqf-guide__icon{
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
  align-items: center;
  text-align: center;
  color: #C1995F;
}

.eqf-guide__icon svg{
  width: 96px;
  height: 96px;
  fill: currentColor;
}

.eqf-guide__box-title{
  margin: 0 0 8px;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--text);
}

.eqf-guide__box-text{
  margin: 0 0 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14.8px;
  line-height: 1.65;
  color: var(--text-soft);
}

/* Tips */
.eqf-guide__tips{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.eqf-guide__tips li{
  position: relative;
  padding-left: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted);
}

.eqf-guide__tips li::before{
  content:"—";
  position: relative;
  right: 10px;
  color: rgba(199,165,107,.95);
  font-weight: 800;
}

/* CTA finale (flat) */
.eqf-guide__cta{
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.eqf-guide__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  background: rgba(199,165,107,.92);
  color: #1a0f0f;
  border: 1px solid rgba(199,165,107,.92);
  transition: background-color .18s ease;
}

.eqf-guide__btn:hover{ background: rgba(199,165,107,.82); }

@media (max-width: 680px){
  .eqf-guide__head{ text-align: left; }
  .eqf-guide__cta{ justify-content: flex-start; }
  .eqf-guide__btn{ width: 100%; }
}

/* ================= SEZIONE 8: GUIDA ALLA SCELTA ================= */
/* (lasciata invariata, solo mantenuta in ordine come nel file originale) */

.eqf-choice{
  --bg0:#000000;
  --bg1:#140909;
  --gold:#c7a56b;
  --gold-soft: rgba(199,165,107,.35);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --line: rgba(255,255,255,.14);

  position: relative;
  overflow: hidden;
  padding: clamp(76px, 7.5vw, 118px) 0;
  background:
    linear-gradient(180deg, #000 0%, #000 18%, rgba(0,0,0,.88) 40%, rgba(0,0,0,.35) 70%, rgba(0,0,0,0) 90%),
    radial-gradient(900px 520px at 30% 55%, rgba(140,25,25,.38) 0%, rgba(140,25,25,.16) 35%, rgba(0,0,0,0) 70%),
    radial-gradient(800px 520px at 20% 78%, rgba(140,25,25,.22) 0%, rgba(0,0,0,0) 65%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
}

.eqf-choice__wrap{
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.eqf-choice__head{
  text-align: center;
  margin-bottom: 26px;
}

.eqf-choice__kicker{
  margin: 0 0 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(199,165,107,.75);
}

.eqf-choice__title{
  margin: 0 0 10px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(28px, 3.1vw, 44px);
  color: rgba(255,255,255,.92);
}

.eqf-choice__sub{
  margin: 0 auto;
  max-width: 78ch;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted);
}

.eqf-choice__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 26px;
  align-items: start;
}

@media (max-width: 980px){
  .eqf-choice__grid{ grid-template-columns: 1fr; gap: 28px; }
}

/* Tabs minimal (flat underline) */
.eqf-tabs{
  display: inline-flex;
  gap: 18px;
  margin-bottom: 18px;
}

.eqf-tab{
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0 0 10px 0;
  cursor: pointer;

  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.72);
  position: relative;
}

.eqf-tab.is-active{ color: rgba(199,165,107,.92); }

.eqf-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199,165,107,.85), transparent);
}

.eqf-panel{ display:none; }
.eqf-panel.is-active{ display:block; }

/* Campi: solo linee, niente box */
.eqf-fields{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 740px){
  .eqf-fields{ grid-template-columns: 1fr; }
}

.eqf-field span{
  display: block;
  margin: 0 0 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

.eqf-select{
  width: 100%;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.20);
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.92);
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  outline: none;
}

.eqf-select:focus{
  border-bottom-color: rgba(199,165,107,.70);
  box-shadow: none;
}

/* Nota sotto (flat) */
.eqf-choice__note{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.58);
}

/* Risultato (editoriale) */
.eqf-result{ padding-top: 6px; }

.eqf-result__top{
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(199,165,107,.22);
}

.eqf-result__label{
  margin: 0 0 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(199,165,107,.75);
}

.eqf-result__title{
  margin: 0 0 8px;
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.eqf-result__desc{
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
}

.eqf-result__meta{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.eqf-chip{
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.eqf-chip__k{
  display: block;
  margin-bottom: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}

.eqf-chip__v{
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255,255,255,.86);
}

/* CTA WhatsApp flat (outline) */
.eqf-whatsapp{
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  background: transparent;
  color: rgba(199,165,107,.92);
  border: 1px solid rgba(199,165,107,.50);
  transition: background-color .18s ease, color .18s ease;
}

.eqf-whatsapp:hover{ background: rgba(199,165,107,.10); }

.eqf-result__fineprint{
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  font-family: "Source Sans 3", sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255,255,255,.55);
}

/* ================= SEZIONE 9: CTA FINALE ================= */
.section-final {
  padding: var(--section-padding) 0;
  text-align: center;
  position: relative;
}

.section-final.section-light { background: var(--bg-light); }

.final-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.final-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--text-dark);
  margin-bottom: var(--space-md);
  line-height: 1.1;
}

.final-subtitle {
  font-size: 1.2rem;
  color: var(--text-dark-muted);
  margin-bottom: var(--space-xl);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.final-buttons {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  margin-bottom: var(--space-xl);
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 18px 32px;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 1rem;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--red-dark);
  color: white;
}

.btn-primary:hover {
  background: var(--red-medium);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(139, 0, 0, 0.2);
}

.btn-secondary {
  background: transparent;
  color: var(--red-dark);
  border-color: var(--red-dark);
}

.btn-secondary:hover {
  background: var(--red-dark);
  color: white;
  transform: translateY(-3px);
}

.final-info {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  margin-top: var(--space-lg);
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--text-dark-muted);
  font-size: 0.9rem;
}

.info-item svg { color: var(--gold-accent); }

/* ================= RESPONSIVE NUOVE SEZIONI ================= */
@media (max-width: 768px) {
  .section-break { padding: 60px 0; }
  .break-quote { font-size: 1.8rem; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-main-image { height: 350px; }
  .horizontal-card { flex: 0 0 90vw; }
  .guide-grid { grid-template-columns: 1fr; }
  .choice-content { grid-template-columns: 1fr; }

  .final-buttons { flex-direction: column; }
  .btn-primary, .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .final-info {
    flex-direction: column;
    align-items: center;
    gap: var(--space-md);
  }
}

@media (max-width: 480px) {
  .break-quote { font-size: 1.5rem; }

  .editorial-stats {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-item { min-width: auto; }
  .guide-box { padding: var(--space-md); }
  .whatsapp-card { padding: var(--space-md); }
}
