*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --resina:  #1c2b1a;
  --terra:   #3d2b1f;
  --sabbia:  #e8dcc8;
  --panna:   #f5f0e8;
  --acqua:   #4a9bb8;
  --mare:    #1d6a8a;
  --bianco:  #faf8f4;
  --verde:   #2d5a27;
  --ocra:    #c4963a;
  --muted:   #7a7060;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Barlow Condensed', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bianco);
  color: var(--resina);
  overflow-x: hidden;
  cursor: default;
}

/* ─────────────── NOISE TEXTURE OVERLAY ─────────────── */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ─────────────── NAVBAR ─────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 3rem;
  mix-blend-mode: normal;
  transition: background 0.4s, padding 0.4s;
}
nav.scrolled {
  background: rgba(28, 43, 26, 0.96);
  backdrop-filter: blur(12px);
  padding: 0.9rem 3rem;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--bianco); text-decoration: none; line-height: 1.2;
}
.nav-logo span { display: block; font-size: 0.72rem; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); font-family: var(--font-body); }

.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: white; }

.nav-cta {
  background: var(--ocra); color: var(--terra);
  padding: 9px 22px; border-radius: 2px;
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none;
  transition: background 0.2s;
}
.nav-cta:hover { background: #d4a640; color: var(--terra) !important; }

/* ─────────────── HERO ─────────────── */
.hero {
  min-height: 100vh;
  background: var(--resina);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-left {
  position: relative;
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 7rem 3rem 5rem;
  z-index: 2;
}

.hero-botanical {
  position: absolute; inset: 0; overflow: hidden;
}
.hero-botanical svg { width: 100%; height: 100%; opacity: 0.22; }

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ocra);
  margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 12px;
  animation: fadeUp 1s 0.2s both;
}
.hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--ocra); }

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 700; line-height: 0.92;
  color: var(--bianco);
  margin-bottom: 2.5rem;
  animation: fadeUp 1s 0.4s both;
}
.hero-h1 em { font-style: italic; font-weight: 300; color: var(--sabbia); display: block; font-size: 0.7em; }

.hero-desc {
  font-size: 1rem; font-weight: 300; letter-spacing: 0.04em;
  color: rgba(232,220,200,0.65); line-height: 1.7;
  max-width: 360px; margin-bottom: 3rem;
  animation: fadeUp 1s 0.6s both;
}

.hero-actions {
  display: flex; gap: 16px; align-items: center;
  animation: fadeUp 1s 0.8s both;
}

.btn-main {
  background: var(--acqua); color: white;
  padding: 14px 32px; border-radius: 2px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn-main:hover { background: var(--mare); transform: translateY(-2px); }

.btn-ghost {
  color: rgba(255,255,255,0.55); font-size: 0.8rem; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s;
  font-weight: 400;
}
.btn-ghost:hover { color: white; }
.btn-ghost::after { content: '↓'; font-size: 1rem; }

.hero-right {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 8rem 3rem 5rem;
  border-left: 1px solid rgba(255,255,255,0.07);
}

.hero-number {
  font-family: var(--font-display);
  font-size: clamp(8rem, 14vw, 14rem);
  font-weight: 700; line-height: 1; color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.12);
  user-select: none; letter-spacing: -0.02em;
  animation: fadeIn 1.5s 0.3s both;
}

.hero-pills {
  display: flex; flex-direction: column; gap: 1px;
  animation: fadeUp 1s 1s both;
}
.pill {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase;
}
.pill-label { color: rgba(255,255,255,0.5); font-weight: 300; }
.pill-val { color: var(--sabbia); font-weight: 600; font-size: 0.9rem; }

.hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 120px; z-index: 3;
  background: var(--bianco);
  clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 100%);
}

/* ─────────────── SEZIONE: PAROLE CHIAVE ─────────────── */
.parole {
  background: var(--panna);
  padding: 6rem 0 0;
  overflow: hidden;
  position: relative;
}

.parole-marquee {
  white-space: nowrap;
  display: flex; gap: 0;
  animation: marquee 28s linear infinite;
  margin-bottom: 0;
}
.parole-marquee:hover { animation-play-state: paused; }

.parole-item {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300; font-style: italic;
  color: var(--resina); opacity: 0.12;
  padding: 0 2rem; flex-shrink: 0;
}
.parole-item.accent { color: var(--acqua); opacity: 0.25; font-weight: 600; font-style: normal; }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─────────────── SEZIONE: STORIA / CONTESTO ─────────────── */
.storia {
  background: var(--panna);
  padding: 5rem 0 7rem;
  position: relative;
}

.storia-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 3rem;
  display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: start;
}

.storia-label {
  font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
  writing-mode: vertical-rl; transform: rotate(180deg);
  padding-top: 1rem;
}

.storia-corpo { display: flex; flex-direction: column; gap: 3rem; }

.storia-titolo {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600; line-height: 1.1; color: var(--resina);
}
.storia-titolo em { font-style: italic; font-weight: 300; color: var(--muted); }

.storia-testo {
  font-size: 1.05rem; font-weight: 300; letter-spacing: 0.03em;
  line-height: 1.85; color: var(--terra); max-width: 560px;
}

.storia-highlight {
  border-left: 3px solid var(--ocra);
  padding-left: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 300; font-style: italic;
  color: var(--resina); line-height: 1.5;
}

/* ─────────────── ILLUSTRAZIONE CENTRALE ─────────────── */
.illustrazione {
  background: var(--resina);
  position: relative; overflow: hidden;
  height: 520px;
  display: flex; align-items: center; justify-content: center;
}

.ill-svg-wrap { position: absolute; inset: 0; }

.ill-testo {
  position: relative; z-index: 5; text-align: center;
}
.ill-big {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 600; color: var(--bianco); line-height: 1.1;
}
.ill-big em { font-style: italic; font-weight: 300; color: var(--sabbia); }
.ill-small {
  font-size: 0.88rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--acqua); margin-top: 1rem; font-weight: 500;
}

/* ─────────────── SERVIZI ─────────────── */
.servizi {
  background: var(--bianco);
  padding: 8rem 0;
}
.servizi-inner { max-width: 1200px; margin: 0 auto; padding: 0 3rem; }

.servizi-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 5rem; gap: 2rem;
}
.servizi-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 600; color: var(--resina);
}
.servizi-header p {
  font-size: 0.95rem; font-weight: 300; letter-spacing: 0.04em;
  color: var(--muted); max-width: 280px; line-height: 1.7;
}

.servizi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border-top: 1px solid rgba(28,43,26,0.1);
}

.servizio {
  padding: 3rem 2.5rem 3rem 0;
  border-right: 1px solid rgba(28,43,26,0.1);
  position: relative; transition: all 0.3s;
}
.servizio:last-child { border-right: none; padding-right: 0; }
.servizio:hover { padding-left: 1rem; }

.servizio-num {
  font-family: var(--font-display); font-size: 0.95rem; font-weight: 400;
  color: var(--ocra); margin-bottom: 1.5rem; letter-spacing: 0.06em;
}
.servizio-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.servizio h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 600; color: var(--resina);
  margin-bottom: 0.8rem; line-height: 1.2;
}
.servizio p {
  font-size: 0.97rem; font-weight: 300; letter-spacing: 0.02em;
  color: var(--muted); line-height: 1.75;
}

/* ─────────────── TARIFFE ─────────────── */
.tariffe {
  background: var(--resina);
  padding: 8rem 0;
  position: relative; overflow: hidden;
}

.tariffe::before {
  content: 'TARIFFE';
  position: absolute; top: -1rem; right: -1rem;
  font-family: var(--font-display); font-size: 14rem; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.04);
  pointer-events: none; user-select: none; line-height: 1; letter-spacing: -0.02em;
}

.tariffe-inner { max-width: 1200px; margin: 0 auto; padding: 0 3rem; }

.tariffe-label {
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ocra); font-weight: 500; margin-bottom: 3rem;
  display: flex; align-items: center; gap: 12px;
}
.tariffe-label::before { content:''; width: 30px; height: 1px; background: var(--ocra); }

.tariffe-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07);
}

.tariffa {
  background: var(--resina);
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  cursor: default; position: relative;
}
.tariffa:hover { background: rgba(255,255,255,0.04); }
.tariffa.featured {
  background: var(--acqua);
}
.tariffa.featured:hover { background: var(--mare); }

.tariffa-type {
  font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 2rem;
}
.tariffa .tariffa-type { color: rgba(255,255,255,0.6); }
.tariffa.featured .tariffa-type { color: rgba(255,255,255,0.85); }

.tariffa-price {
  font-family: var(--font-display);
  font-size: 3rem; font-weight: 700; line-height: 1;
  margin-bottom: 0.3rem; color: var(--bianco);
}
.tariffa-from {
  font-size: 0.82rem; font-weight: 400; color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 2rem;
}
.tariffa.featured .tariffa-from { color: rgba(255,255,255,0.75); }

.tariffa-features {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
}
.tariffa-features li {
  font-size: 0.9rem; font-weight: 400; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 8px;
}
.tariffa-features li::before { content: '—'; color: var(--ocra); flex-shrink: 0; }
.tariffa.featured .tariffa-features li { color: rgba(255,255,255,0.92); }
.tariffa.featured .tariffa-features li::before { color: white; }

.tariffa-badge {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background: rgba(255,255,255,0.18); color: white;
  font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 1px; font-weight: 600;
}

/* ─────────────── COME FUNZIONA ─────────────── */
.flow {
  background: var(--panna);
  padding: 8rem 0;
}
.flow-inner { max-width: 1200px; margin: 0 auto; padding: 0 3rem; }

.flow-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600; color: var(--resina); margin-bottom: 5rem;
  display: flex; align-items: baseline; gap: 1.5rem;
}
.flow-title span { font-style: italic; font-weight: 300; color: var(--muted); font-size: 0.7em; }

.flow-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.flow-steps::before {
  content: '';
  position: absolute; top: 28px; left: 0; right: 0;
  height: 1px; background: linear-gradient(to right, var(--acqua), var(--sabbia));
  z-index: 0;
}

.step { position: relative; z-index: 1; padding-right: 2rem; }
.step-dot {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--resina); color: var(--sabbia);
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 2rem; border: 3px solid var(--panna);
}
.step:first-child .step-dot { background: var(--acqua); color: white; }
.step h4 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 600;
  color: var(--resina); margin-bottom: 0.6rem;
}
.step p {
  font-size: 0.95rem; font-weight: 300; letter-spacing: 0.02em;
  color: var(--muted); line-height: 1.7;
}

/* ─────────────── NATURA / CREDENZIALI ─────────────── */
.natura {
  background: var(--verde);
  padding: 5rem 3rem;
  display: flex; align-items: center; justify-content: center;
  gap: 5rem; flex-wrap: wrap;
}

.natura-stat { text-align: center; }
.natura-num {
  font-family: var(--font-display);
  font-size: 3.5rem; font-weight: 700; color: var(--bianco);
  line-height: 1;
}
.natura-label {
  font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-top: 6px; font-weight: 400;
}

.natura-divider { width: 1px; height: 80px; background: rgba(255,255,255,0.2); }

.natura-badge {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  padding: 1.5rem 2.5rem; border-radius: 2px; text-align: center;
}
.natura-badge-icon { font-size: 2rem; margin-bottom: 0.5rem; display: block; }
.natura-badge-text { font-size: 0.88rem; color: rgba(255,255,255,0.8); letter-spacing: 0.06em; line-height: 1.6; }
.natura-badge-text strong { display: block; color: white; font-size: 0.95rem; margin-bottom: 4px; }

/* ─────────────── CTA FINALE ─────────────── */
.finale {
  background: var(--bianco);
  padding: 10rem 3rem;
  text-align: center; position: relative; overflow: hidden;
}

.finale::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(74,155,184,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.finale-sub {
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ocra); margin-bottom: 2rem; font-weight: 600;
}
.finale h2 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300; color: var(--resina); line-height: 1.1;
  margin-bottom: 1.5rem;
}
.finale h2 strong { font-weight: 700; }
.finale h2 em { font-style: italic; color: var(--acqua); }

.finale p {
  font-size: 1rem; font-weight: 300; letter-spacing: 0.04em;
  color: var(--muted); max-width: 480px; margin: 0 auto 3rem; line-height: 1.8;
}

.finale-btns { display: flex; gap: 1rem; justify-content: center; align-items: center; flex-wrap: wrap; }

.btn-grande {
  background: var(--resina); color: var(--bianco);
  padding: 18px 44px; border-radius: 2px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none;
  transition: all 0.25s; display: inline-flex; align-items: center; gap: 10px;
}
.btn-grande:hover { background: var(--acqua); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(74,155,184,0.3); }

.btn-outline {
  border: 1.5px solid rgba(28,43,26,0.25); color: var(--resina);
  padding: 17px 36px; border-radius: 2px;
  font-family: var(--font-body); font-weight: 400; font-size: 0.8rem;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  transition: all 0.25s;
}
.btn-outline:hover { border-color: var(--resina); background: var(--resina); color: white; }

/* ─────────────── FOOTER ─────────────── */
footer {
  background: var(--resina);
  padding: 3rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem;
}

.footer-logo {
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  color: var(--bianco); letter-spacing: 0.04em;
}
.footer-logo span { display: block; font-size: 0.78rem; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); font-family: var(--font-body); }

.footer-info {
  font-size: 0.85rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.5);
  font-weight: 300; text-align: center; line-height: 1.9;
}
.footer-info a { color: var(--acqua); text-decoration: none; }

.footer-season {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 20px; border-radius: 2px; text-align: right;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.footer-season strong { display: block; color: var(--ocra); font-size: 0.85rem; margin-bottom: 2px; }

/* ─────────────── ANIMAZIONI ─────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s, transform 0.8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.25s; }
.reveal-delay-3 { transition-delay: 0.4s; }
.reveal-delay-4 { transition-delay: 0.55s; }

/* ─────────────── MOBILE FIRST ─────────────── */
@media (max-width: 900px) {

  /* NAV */
  nav { padding: 1rem 1.4rem; }
  nav.scrolled { padding: 0.75rem 1.4rem; }
  .nav-links { display: none; }

  /* HERO */
  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
  }
  .hero-right { display: none; }

  .hero-left {
    justify-content: flex-start;
    padding: 5.5rem 1.4rem 5rem;
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
  }
  .hero-eyebrow::before { width: 24px; }

  .hero-h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
    line-height: 0.95;
    margin-bottom: 1.6rem;
  }

  .hero-desc {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(232,220,200,0.85);
    letter-spacing: 0.01em;
    line-height: 1.65;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .btn-main { font-size: 0.9rem; padding: 14px 28px; }
  .btn-ghost { font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.7); }

  .hero::after { height: 60px; }

  /* MARQUEE */
  .parole { padding: 3.5rem 0 0; }

  /* STORIA */
  .storia { padding: 3rem 0 4rem; }
  .storia-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1.4rem;
  }
  .storia-label { writing-mode: horizontal-tb; transform: none; font-size: 0.72rem; }
  .storia-titolo { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .storia-testo { font-size: 1rem; font-weight: 400; color: #4a3828; }
  .storia-highlight { font-size: 1.15rem; }

  /* ILLUSTRAZIONE */
  .illustrazione { height: 300px; }
  .ill-big { font-size: clamp(1.8rem, 7vw, 3rem); }

  /* SERVIZI */
  .servizi { padding: 4rem 0; }
  .servizi-inner { padding: 0 1.4rem; }
  .servizi-header { flex-direction: column; gap: 0.8rem; margin-bottom: 2.5rem; }
  .servizi-header p { max-width: 100%; font-size: 1rem; font-weight: 400; }
  .servizi-grid { grid-template-columns: 1fr; }
  .servizio { border-right: none; border-bottom: 1px solid rgba(28,43,26,0.1); padding: 1.8rem 0; }
  .servizio:hover { padding-left: 0; }
  .servizio p { font-size: 1rem; font-weight: 400; color: #5a504a; }

  /* TARIFFE */
  .tariffe { padding: 4rem 0; }
  .tariffe-inner { padding: 0 1.4rem; }
  .tariffe-grid { grid-template-columns: 1fr; }
  .tariffa { padding: 2rem 1.5rem; }
  .tariffa-features li { font-size: 0.95rem; }

  /* FLOW */
  .flow { padding: 4rem 0; }
  .flow-inner { padding: 0 1.4rem; }
  .flow-steps { grid-template-columns: 1fr; gap: 0; }
  .flow-steps::before { display: none; }
  .step { padding: 0 0 2.5rem 0; }
  .step p { font-size: 1rem; font-weight: 400; color: #5a504a; }

  /* NATURA */
  .natura { padding: 3rem 1.4rem; gap: 2rem; flex-direction: column; align-items: flex-start; }
  .natura-divider { width: 100%; height: 1px; }
  .natura-badge-text { font-size: 0.95rem; }

  /* CTA FINALE */
  .finale { padding: 5rem 1.4rem; }
  .finale p { font-size: 1rem; font-weight: 400; }
  .finale-btns { flex-direction: column; align-items: stretch; }
  .btn-grande, .btn-outline { text-align: center; justify-content: center; }

  /* FOOTER */
  footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.4rem; gap: 1.2rem; }
  .footer-info { text-align: left; font-size: 0.88rem; }
  .footer-season { text-align: left; }
}
