﻿/* ════════════════════════════════════════════════════════
   eventi-page.css — Pagine evento premium RSH
   Release 1.3.4 - 2026-05-27 CEST
   ════════════════════════════════════════════════════════ */

/* ─── Hero evento: sfondo scuro con overlay ───────── */
.evento-hero {
  background:
    linear-gradient(105deg, rgba(22,34,53,.93) 0%, rgba(22,34,53,.70) 52%, rgba(22,34,53,.26) 100%),
    var(--hero-image) center / cover no-repeat;
  color: #fff;
  border-bottom: none;
  min-height: 580px;
}
.evento-hero .hero-inner {
  align-items: flex-end;
  min-height: 580px;
  padding-bottom: 60px;
}
.evento-hero h1 {
  color: #fff;
  max-width: 820px;
}
.evento-hero .kicker {
  color: rgba(191,234,240,.95);
  margin-bottom: 18px;
}
.evento-hero > .hero-inner > div > p {
  color: rgba(255,255,255,.80);
  font-size: 19px;
  max-width: 660px;
}
.evento-hero .btn {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.evento-hero .btn.secondary {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.36);
  color: #fff;
}

/* ─── Meta card nell'hero ─────────────────────────── */
.evento-meta-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  padding: 22px;
  color: #fff;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.evento-meta-card > strong {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(191,234,240,.88);
  border-bottom: 1px solid rgba(255,255,255,.14);
  padding-bottom: 10px;
  margin-bottom: 2px;
}
.evento-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.evento-meta-item .meta-label {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(191,234,240,.70);
}
.evento-meta-item .meta-value {
  font-size: 14px;
  color: rgba(255,255,255,.88);
  line-height: 1.38;
}
.evento-meta-item .meta-value strong {
  color: #fff;
  font-weight: 850;
}

/* ─── Breadcrumb ──────────────────────────────────── */
.breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.breadcrumb-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 11px 0;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.breadcrumb-inner a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb-inner a:hover { color: var(--brand-dark); }
.breadcrumb-sep { color: var(--line); }

/* ─── Layout narrativo ────────────────────────────── */
.evento-layout {
  display: grid;
  grid-template-columns: minmax(0, .67fr) minmax(260px, .33fr);
  gap: 44px;
  align-items: start;
}
.evento-prose h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.1;
  color: var(--brand-dark);
}
.evento-prose h3 {
  margin: 28px 0 8px;
  font-size: 18px;
  color: var(--brand-dark);
}
.evento-prose p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
}
.evento-prose p:last-child { margin-bottom: 0; }
.evento-prose strong { color: var(--ink); }
.evento-prose ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
.evento-prose li {
  margin: 7px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* Highlight box nel corpo del testo */
.evento-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0;
}
.evento-highlight {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  background: var(--soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.evento-highlight .hi-label {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  min-width: 60px;
  padding-top: 2px;
}
.evento-highlight .hi-text {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.5;
}

/* ─── Sidebar info ────────────────────────────────── */
.evento-sidebar-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  position: sticky;
  top: 100px;
}
.evento-sidebar-head {
  background: var(--brand);
  color: #fff;
  padding: 14px 16px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.evento-sidebar-body { padding: 0 16px; }
.evento-sidebar-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.evento-sidebar-row:last-child { border-bottom: none; }
.evento-sidebar-row .sr-label {
  color: var(--muted);
  font-weight: 700;
  min-width: 66px;
  line-height: 1.4;
}
.evento-sidebar-row .sr-value {
  color: var(--ink);
  text-align: right;
  line-height: 1.4;
}
.evento-sidebar-cta {
  display: block;
  margin: 14px 16px 16px;
  padding: 10px 14px;
  background: var(--soft);
  border: 1px solid rgba(61,155,167,.32);
  border-radius: var(--radius);
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  transition: background .16s;
}
.evento-sidebar-cta:hover {
  background: rgba(61,155,167,.12);
  color: var(--brand-dark);
}

/* ─── Sezione trasporto ───────────────────────────── */
.evento-route {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 24px;
}
.evento-route-step {
  padding: 20px 16px;
  background: #fff;
  border-right: 1px solid var(--line);
  position: relative;
}
.evento-route-step:last-child { border-right: none; }
.evento-route-step::after {
  content: "›";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-weight: 900;
  font-size: 22px;
  z-index: 1;
  background: #fff;
  line-height: 1;
}
.evento-route-step:last-child::after { display: none; }
.evento-route-step .step-label {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.evento-route-step strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: var(--brand-dark);
  margin-bottom: 4px;
}
.evento-route-step p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}
.evento-transport-note {
  margin-top: 16px;
  padding: 12px 14px;
  background: var(--soft);
  border-radius: var(--radius);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.evento-transport-note a {
  color: var(--accent);
  font-weight: 900;
}

/* ─── Perché Rapallo ──────────────────────────────── */
.evento-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.evento-reason {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(36,51,74,.05);
}
.evento-reason .reason-num {
  width: 34px;
  height: 34px;
  background: var(--soft);
  border: 1px solid rgba(61,155,167,.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950;
  color: var(--accent);
  margin-bottom: 10px;
}
.evento-reason h3 {
  margin: 0 0 6px;
  font-size: 15px;
  color: var(--brand-dark);
  font-weight: 900;
}
.evento-reason p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

/* ─── Consigli locali card ────────────────────────── */
.evento-tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.evento-tip {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.evento-tip .tip-tag {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.evento-tip h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--brand-dark);
}
.evento-tip p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

/* ─── FAQ lista verticale ─────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px 18px;
  transition: box-shadow .16s;
}
.faq-list details[open] {
  box-shadow: 0 6px 18px rgba(36,51,74,.08);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 15px;
  color: var(--brand-dark);
  line-height: 1.4;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.faq-list summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: var(--accent);
  flex-shrink: 0;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* ─── Event tag badge ─────────────────────────────── */
.evento-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(61,155,167,.10);
  border: 1px solid rgba(61,155,167,.28);
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 900px) {
  .evento-layout { grid-template-columns: 1fr; }
  .evento-sidebar-box { position: static; }
  .evento-route { grid-template-columns: 1fr; }
  .evento-route-step { border-right: none; border-bottom: 1px solid var(--line); }
  .evento-route-step::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -13px;
    transform: translateX(-50%);
    font-size: 18px;
  }
  .evento-route-step:last-child::after { display: none; }
  .evento-reasons { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .evento-hero .hero-inner { min-height: 440px; padding-bottom: 36px; }
  .evento-prose h2 { font-size: 25px; }
  .evento-reasons { grid-template-columns: 1fr; }
  .evento-tip-grid { grid-template-columns: 1fr; }
}
