/* ─── HERO ───────────────────────────────────────────────────────────────────── */
.hero { padding: 64px 5% 80px; max-width: 1200px; margin: 0 auto; }
.hero-tag { display: inline-flex; background: var(--green-light); color: var(--green-dark); border: 1px solid hsl(160 84% 39% / 0.2); padding: 5px 14px; border-radius: 100px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; }
h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 4.5vw, 3.6rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 20px; }
h1 em { font-style: normal; color: var(--green); }
.hero-sub { font-size: 1.1rem; color: var(--muted-fg); max-width: 560px; line-height: 1.7; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-bottom: 48px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: white; padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 1rem; text-decoration: none; box-shadow: 0 4px 20px hsl(25 95% 53% / 0.35); transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: hsl(25, 95%, 46%); transform: translateY(-2px); }
.btn-ghost { color: var(--muted-fg); font-weight: 500; font-size: 0.95rem; text-decoration: none; padding: 16px 8px; }
.btn-ghost:hover { color: var(--fg); }

/* ─── VANTAGGI ───────────────────────────────────────────────────────────────── */
.vantaggi { background: white; padding: 80px 5%; }
.vantaggi-inner { max-width: 1200px; margin: 0 auto; }
.section-tag { display: inline-flex; background: var(--green-light); color: var(--green-dark); border: 1px solid hsl(160 84% 39% / 0.2); padding: 5px 14px; border-radius: 100px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 12px; }
.section-sub { font-size: 1rem; color: var(--muted-fg); max-width: 520px; line-height: 1.7; margin-bottom: 48px; }
.vantaggi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vantaggio { background: var(--muted); border-radius: var(--radius); padding: 28px; }
.vantaggio-icon { font-size: 2rem; margin-bottom: 14px; }
.vantaggio h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.vantaggio p { font-size: 0.92rem; color: var(--muted-fg); line-height: 1.6; }

/* ─── MENU ESEMPIO ───────────────────────────────────────────────────────────── */
.uso { padding: 80px 5%; max-width: 1200px; margin: 0 auto; }
.uso-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 48px; }
.uso-list { display: flex; flex-direction: column; gap: 20px; }
.uso-item { display: flex; gap: 16px; align-items: flex-start; }
.uso-num { width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.uso-item h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.uso-item p { font-size: 0.9rem; color: var(--muted-fg); line-height: 1.6; }
.uso-example { background: var(--fg); border-radius: 20px; padding: 28px; color: white; }
.uso-example-title { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: hsl(160 84% 70%); margin-bottom: 16px; }
.uso-example-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid hsl(24 6% 20%); font-size: 0.9rem; }
.uso-example-item:last-child { border-bottom: none; }
.uso-example-price { color: hsl(160 84% 60%); font-weight: 600; }

/* ─── FAQ ────────────────────────────────────────────────────────────────────── */
.faq { background: var(--muted); padding: 80px 5%; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 0; }
details { border-bottom: 1px solid var(--border); }
details:first-of-type { border-top: 1px solid var(--border); }
summary { padding: 20px 4px; font-weight: 600; font-size: 1rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--green); transition: transform 0.2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 4px 20px; font-size: 0.95rem; color: var(--muted-fg); line-height: 1.7; }

/* ─── CTA FINALE ─────────────────────────────────────────────────────────────── */
.cta-final { text-align: center; padding: 80px 5%; background: linear-gradient(135deg, var(--green) 0%, hsl(190 84% 45%) 100%); color: white; }
.cta-final h2 { color: white; margin-bottom: 16px; }
.cta-final p { color: hsl(160 84% 88%); max-width: 480px; margin: 0 auto 36px; font-size: 1.05rem; line-height: 1.7; }
.btn-white { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--green); padding: 16px 36px; border-radius: 100px; font-weight: 700; font-size: 1rem; text-decoration: none; box-shadow: 0 4px 20px hsl(0 0% 0% / 0.15); transition: transform 0.15s; }
.btn-white:hover { transform: translateY(-2px); }

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .vantaggi-grid { grid-template-columns: 1fr; }
  .uso-grid { grid-template-columns: 1fr; }
}
