/* ═══════════════════════════════════════════════
   RISTORANTE LA GROTTA — anchored.css
   Stili specifici della pagina ospiti in rada (IT/EN/ES/FR)
   ═══════════════════════════════════════════════ */

/* ── HERO ── */
.hero-rada {
  background:
    linear-gradient(to right, var(--onda) 0%, var(--onda) 30%, rgba(15,38,64,0.72) 55%, rgba(15,38,64,0.1) 100%),
    url('/img/cala-gavetta.webp') center center / cover no-repeat;
  padding: 160px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero-rada::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15,38,64,0.35) 0%, transparent 40%, rgba(15,38,64,0.2) 100%);
  pointer-events: none;
}
.hero-rada::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  bottom: -150px; left: -80px;
  border: 1px solid rgba(123,189,212,0.05);
  pointer-events: none;
}
.hero-rada-inner { position: relative; z-index: 1; max-width: 780px; }
.hero-rada-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--azzurro-cielo); margin-bottom: 24px;
}
.hero-rada-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--azzurro-cielo); }
.hero-rada h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400; color: #fff;
  line-height: 1.06; margin-bottom: 28px;
}
.hero-rada h1 em { font-style: italic; color: var(--azzurro-cielo); }
.hero-rada-desc { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.8; max-width: 560px; margin-bottom: 40px; }
.hero-rada-desc strong { color: #fff; font-weight: 500; }
.hero-rada-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  padding: 15px 28px; border-radius: 2px;
  text-decoration: none; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; font-weight: 500;
  transition: background 0.2s, transform 0.15s;
}
.btn-wa:hover { background: #1ebe5d; transform: translateY(-1px); }
.btn-outline-white {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.85);
  padding: 15px 28px; border-radius: 2px;
  text-decoration: none; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}
.btn-outline-white:hover { border-color: #fff; color: #fff; transform: translateY(-1px); }
.hero-rada-badge {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(184,221,232,0.18);
  border-radius: 2px; padding: 10px 18px;
  font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 0.5px;
}
.hero-rada-badge i { color: var(--azzurro-cielo); font-size: 13px; }

/* ── COME FUNZIONA ── */
.come-funziona { padding: 96px 0; background: var(--bianco); }
.come-funziona-header { text-align: center; max-width: 560px; margin: 0 auto 64px; }
.come-funziona-header .sezione-tag { justify-content: center; }
.come-funziona-header .sezione-tag::before { display: none; }
.come-funziona-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 400; color: var(--testo);
  line-height: 1.1; margin-bottom: 16px;
}
.come-funziona-header p { font-size: 15px; color: var(--testo-light); line-height: 1.8; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.steps-grid::before {
  content: ''; position: absolute; top: 44px;
  left: calc(12.5% + 20px); right: calc(12.5% + 20px);
  height: 1px;
  background: linear-gradient(90deg, rgba(26,58,92,0.12), rgba(26,58,92,0.06));
}
.step-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 24px; position: relative; }
.step-num {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--mare);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px; position: relative; z-index: 1; flex-shrink: 0;
}
.step-num span { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 400; color: #fff; line-height: 1; }
.step-titolo { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--testo); margin-bottom: 10px; line-height: 1.2; }
.step-testo { font-size: 14px; color: var(--testo-light); line-height: 1.7; }

/* ── VANTAGGI ── */
.vantaggi { padding: 80px 0; background: var(--bianco-caldo); }
.vantaggi-header { text-align: center; margin-bottom: 52px; }
.vantaggi-header .sezione-tag { justify-content: center; }
.vantaggi-header .sezione-tag::before { display: none; }
.vantaggi-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 40px); font-weight: 400; color: var(--testo); }
.vantaggi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vantaggio-card { background: #fff; border: 1px solid rgba(26,58,92,0.07); border-radius: 4px; padding: 36px 32px; transition: box-shadow 0.2s; }
.vantaggio-card:hover { box-shadow: 0 4px 24px rgba(26,58,92,0.08); }
.vantaggio-icona {
  width: 52px; height: 52px;
  background: rgba(26,58,92,0.06); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 20px; color: var(--mare);
}
.vantaggio-titolo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--testo); margin-bottom: 10px; }
.vantaggio-testo { font-size: 14px; color: var(--testo-light); line-height: 1.75; }

/* ── DOVE SIAMO IN RADA ── */
.dove-rada { padding: 96px 0; background: var(--bianco); }
.dove-rada-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.dove-rada h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; color: var(--testo); line-height: 1.1; margin-bottom: 20px; }
.dove-rada p { font-size: 15px; color: var(--testo-light); line-height: 1.85; margin-bottom: 16px; }
.dove-rada strong { color: var(--testo); font-weight: 500; }
.info-rada-box { background: var(--onda); border-radius: 4px; padding: 36px; display: flex; flex-direction: column; gap: 20px; }
.info-rada-riga { display: flex; align-items: flex-start; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.info-rada-riga:last-child { padding-bottom: 0; border-bottom: none; }
.info-rada-icona {
  width: 38px; height: 38px;
  background: rgba(123,189,212,0.15); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 15px; color: var(--azzurro-cielo);
}
.info-rada-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 4px; }
.info-rada-valore { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.5; }
.info-rada-valore strong { color: #fff; font-weight: 500; }

/* ── FAQ ── */
.faq { padding: 96px 0; background: var(--bianco-caldo); }
.faq-header { text-align: center; max-width: 520px; margin: 0 auto 56px; }
.faq-header .sezione-tag { justify-content: center; }
.faq-header .sezione-tag::before { display: none; }
.faq-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; color: var(--testo); }
.faq-lista { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid rgba(26,58,92,0.1); }
.faq-item:first-child { border-top: 1px solid rgba(26,58,92,0.1); }
.faq-domanda {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; background: none; border: none; cursor: pointer; text-align: left;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: var(--testo);
  transition: color 0.2s;
}
.faq-domanda:hover { color: var(--mare); }
.faq-domanda i { font-size: 12px; color: var(--mare); flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-domanda i { transform: rotate(180deg); }
.faq-risposta { display: none; padding: 0 0 22px; font-size: 14px; color: var(--testo-light); line-height: 1.8; max-width: 680px; }
.faq-item.open .faq-risposta { display: block; }
.faq-risposta strong { color: var(--testo); font-weight: 500; }

/* ── CTA FINALE ── */
.cta-rada {
  background: linear-gradient(160deg, var(--onda) 0%, var(--mare) 60%, #1e4d80 100%);
  padding: 96px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-rada::before {
  content: ''; position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  top: -200px; right: -100px;
  border: 1px solid rgba(184,221,232,0.06);
}
.cta-rada-inner { position: relative; z-index: 1; }
.cta-rada h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4vw, 52px); font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.cta-rada h2 em { font-style: italic; color: var(--azzurro-cielo); }
.cta-rada p { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 480px; margin: 0 auto 40px; line-height: 1.8; }
.cta-rada-bottoni { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-rada-note { margin-top: 28px; font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: 0.5px; }

/* ── RESPONSIVE ── */
@media (max-width:900px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 48px; }
  .steps-grid::before { display: none; }
  .vantaggi-grid { grid-template-columns: 1fr 1fr; }
  .dove-rada-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width:680px) {
  .hero-rada { padding: 120px 0 72px; }
  .come-funziona, .dove-rada, .faq, .cta-rada, .vantaggi { padding: 64px 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 40px; }
  .vantaggi-grid { grid-template-columns: 1fr; }
  .hero-rada-cta { flex-direction: column; }
  .cta-rada-bottoni { flex-direction: column; align-items: center; }
}
