/* ============================================================
   HERO — COOKIES & PRIVACY (stile identico a menupage)
============================================================ */

.cookies-hero {
  margin-top: 50px;
  width: 100%;
  height: 65vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-align: center;
  overflow: hidden;
}

.cookies-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.cookies-hero-tag {
  display: inline-block;
  background: rgba(235,219,208,0.2);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 5px 16px;
  font-size: .8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 12px;
}

.cookies-hero h1 {
  font-family: 'Chopard', serif;
  font-size: clamp(2.6rem, 6vw, 4.3rem);
  letter-spacing: 8px;
  text-transform: uppercase;
}

.cookies-hero-sub {
  max-width: 750px;
  margin: 14px auto 0;
  font-size: 1.15rem;
  line-height: 1.7;
  opacity: .95;
}

.cookies-hero-blur {
  position: absolute;
  inset: 0;
  background-image: url("../img/cookies_e_privacy_desto.png"); /* ← aggiorna qui */
  background-size: cover;
  background-position: center;
  filter: blur(2px) brightness(.55);
  transform: scale(1.12);
  opacity: .9;
  z-index: 1;
}

/* ============================================================
   TESTO GIUSTIFICATO NELLA SEZIONE ORIZZONTALE
============================================================ */

.section-horizontal .text-col p {
  text-align: justify !important;
}

.section-horizontal .text-col h2,
.section-horizontal .text-col h3 {
  text-align: left;
}