/* ========================================
   LANDING PAGES LOCALI - MENUEVENTI
   ======================================== */

/* HERO */
.hero-local {
  background: linear-gradient(135deg, #15536c 0%, #2596be 60%, #04c1de 100%);
  padding: 130px 0 90px;
  position: relative;
  overflow: hidden;
}

.hero-local::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/sagra.jpg') center/cover;
  opacity: 0.08;
}

.hero-local .container { position: relative; z-index: 2; }

.hero-local h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-local .hero-sub {
  color: rgba(255,255,255,0.92);
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  max-width: 680px;
}

.cta-wrap { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-hero-white {
  background: #fff;
  color: #2596be;
  padding: 1rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-hero-white:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.25); color: #2596be; }

.btn-hero-wa {
  background: #25d366;
  color: #fff;
  padding: 1rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(37,211,102,.35);
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-hero-wa:hover { transform: translateY(-4px); background: #1ebe5d; color: #fff; }

/* TRUST BADGES */
.trust-strip {
  display: flex;
  gap: 24px;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.trust-item {
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  padding: .9rem 1.6rem;
  border-radius: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-item i { font-size: 1.6rem; }
.trust-item .t-num { font-size: 1.6rem; font-weight: 900; line-height: 1; }
.trust-item .t-label { font-size: .82rem; opacity: .88; }

/* SECTION BASE */
.lp-section { padding: 80px 0; }
.lp-section-gray { padding: 80px 0; background: #f8fafc; }
.lp-section-dark { padding: 80px 0; background: #1a1a2e; color: #fff; }
.lp-section-gradient { padding: 80px 0; background: linear-gradient(135deg, #2596be 0%, #04c1de 100%); color: #fff; }

.section-eyebrow {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2596be;
  margin-bottom: 10px;
  display: block;
}
.lp-section-gradient .section-eyebrow,
.lp-section-dark .section-eyebrow { color: rgba(255,255,255,.7); }

.lp-h2 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.lp-section-gradient .lp-h2,
.lp-section-dark .lp-h2 { color: #fff; }

.lp-lead {
  font-size: 1.1rem;
  color: #6b7280;
  line-height: 1.75;
  max-width: 720px;
}
.lp-section-gradient .lp-lead,
.lp-section-dark .lp-lead { color: rgba(255,255,255,.88); }

/* PROBLEM CARDS */
.problem-card {
  background: #fff;
  border: 2px solid #fee2e2;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  transition: all .3s ease;
}
.problem-card:hover { border-color: #ef4444; transform: translateY(-6px); }
.problem-icon {
  width: 56px; height: 56px;
  background: #fef2f2;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #ef4444;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.problem-card h5 { font-weight: 700; color: #1a1a1a; margin-bottom: .5rem; }
.problem-card p { font-size: .95rem; color: #6b7280; margin: 0; }

/* SOLUTION CARDS */
.solution-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  border: 2px solid transparent;
  transition: all .3s ease;
}
.solution-card:hover { border-color: #2596be; transform: translateY(-8px); }
.sol-icon {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, #2596be 0%, #04c1de 100%);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.solution-card h5 { font-size: 1.2rem; font-weight: 700; color: #1a1a1a; margin-bottom: .75rem; }
.solution-card p { font-size: .95rem; color: #6b7280; margin: 0; line-height: 1.7; }

/* BENEFIT LIST */
.benefit-list { list-style: none; padding: 0; margin: 0; }
.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}
.benefit-list li:last-child { border-bottom: none; }
.benefit-list .bi-check { font-size: 1.3rem; color: #2596be; margin-top: 2px; flex-shrink: 0; }
.benefit-list strong { display: block; font-weight: 700; color: #1a1a1a; }
.benefit-list span { font-size: .95rem; color: #6b7280; }

/* LOCAL CASE */
.case-box {
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 20px;
  padding: 3rem;
}
.case-box blockquote {
  font-size: 1.2rem;
  font-style: italic;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.case-meta { font-size: .9rem; color: rgba(255,255,255,.8); }
.case-meta strong { color: #fff; }

/* HOW IT WORKS */
.step-item { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 2rem; }
.step-num {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #2596be 0%, #04c1de 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  flex-shrink: 0;
}
.step-content h6 { font-weight: 700; color: #1a1a1a; margin-bottom: .35rem; }
.step-content p { font-size: .95rem; color: #6b7280; margin: 0; }

/* INTERNAL LINKS SECTION */
.related-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.5rem; }
.related-link {
  background: #f0f9ff;
  color: #2596be;
  padding: .55rem 1.2rem;
  border-radius: 30px;
  font-size: .9rem;
  font-weight: 600;
  border: 1.5px solid #bce6f4;
  transition: all .25s;
}
.related-link:hover { background: #2596be; color: #fff; border-color: #2596be; }

/* FINAL CTA */
.final-cta-local {
  background: linear-gradient(135deg, #0d3f53 0%, #15536c 40%, #2596be 100%);
  color: #fff;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta-local::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(4,193,222,.18) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta-local .container { position: relative; z-index: 2; }
.final-cta-local .cta-icon { color: rgba(255,255,255,.9) !important; }
.final-cta-local h2 { font-size: 2.4rem; font-weight: 900; color: #fff !important; margin-bottom: 1rem; }
.final-cta-local p { font-size: 1.15rem; color: rgba(255,255,255,.88) !important; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* STICKY WA BUTTON */
.wa-sticky {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px; height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 6px 24px rgba(37,211,102,.5);
  z-index: 9999;
  transition: all .3s;
}
.wa-sticky:hover { transform: scale(1.12); color: #fff; }

/* BREADCRUMB */
.lp-breadcrumb {
  background: #f8fafc;
  padding: 12px 0;
  font-size: .88rem;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
.lp-breadcrumb a { color: #2596be; }
.lp-breadcrumb a:hover { color: #15536c; }

/* RESPONSIVE */
@media (max-width: 767px) {
  .hero-local { padding: 90px 0 60px; }
  .hero-local h1 { font-size: 2rem; }
  .hero-local .hero-sub { font-size: 1.1rem; }
  .lp-h2 { font-size: 1.75rem; }
  .lp-section, .lp-section-gray, .lp-section-dark, .lp-section-gradient { padding: 56px 0; }
  .case-box { padding: 2rem; }
}
