/* ============================================================
   Retarpettini - override e componenti aggiuntivi
   Palette: antracite #212126 (template), rosso Torino #b0202a
   Nessun tema scuro: il sito è sempre chiaro.
   ============================================================ */
:root {
  --rp-rosso: #b0202a;
  --rp-rosso-scuro: #8e1a22;
  --rp-antracite: #212126;
  --rp-grigio: #f7f9fc;
  --rp-bordo: #e7e7f0;
}
html { color-scheme: light only; }
body { background: #fff; }

/* --- Accento brand sui pulsanti principali (solo su fondo chiaro) --- */
.bg-default .button-primary,
.bg-gray-lighter .button-primary,
.breadcrumbs-custom .button-primary,
.bg-overlay-light .button-primary,
.page-header .button-primary,
.modulo-richiesta .button-primary,
.scheda-prodotto .button-primary,
.pricing-table .button-primary {
  background-color: var(--rp-rosso);
  border-color: var(--rp-rosso);
  color: #fff;
}
.bg-default .button-primary:hover,
.bg-gray-lighter .button-primary:hover,
.bg-overlay-light .button-primary:hover,
.page-header .button-primary:hover,
.modulo-richiesta .button-primary:hover,
.scheda-prodotto .button-primary:hover,
.pricing-table .button-primary:hover {
  background-color: var(--rp-antracite);
  border-color: var(--rp-antracite);
  color: #fff;
}
.blurb-minimal__icon .icon { color: var(--rp-rosso); font-size: 44px; line-height: 1; }
.breadcrumbs-custom__path li.active { color: var(--rp-rosso); }
.rd-nav-item_cta .rd-nav-link.button { padding: 8px 18px; margin-top: 0; }
.rd-navbar-static .rd-nav-item_cta { margin-left: 24px; }
.rd-navbar-fixed .rd-nav-item_cta .rd-nav-link.button { display: inline-block; margin: 12px 15px; color: #fff; }

/* Logo: dimensioni fisse in header e footer */
.brand img { height: 48px; width: auto; }
.footer-corporate .brand img { height: 44px; }

/* --- Hero --- */
.hero-home .fullwidth-page { min-height: 620px; display: flex; align-items: center; }
.hero-home h1 { font-size: 46px; line-height: 1.15; }
.hero-home .hero-home__lead { font-size: 18px; max-width: 520px; }
.hero-home__punti { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero-home__punti li { font-size: 14px; font-weight: 500; }
.hero-home__punti li::before { content: "\f00c"; font-family: FontAwesome; color: var(--rp-rosso); margin-right: 8px; }
@media (max-width: 767px) {
  .hero-home h1 { font-size: 34px; }
  .hero-home .fullwidth-page { min-height: 480px; }
}

/* --- Schede prodotto --- */
.scheda-prodotto { border: 1px solid var(--rp-bordo); background: #fff; height: 100%; display: flex; flex-direction: column; transition: box-shadow .25s, transform .25s; }
.scheda-prodotto:hover { box-shadow: 0 12px 30px rgba(33,33,38,.10); transform: translateY(-3px); }
.scheda-prodotto__img { display: block; position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--rp-grigio); }
.scheda-prodotto__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scheda-prodotto__badge { position: absolute; top: 12px; left: 12px; background: var(--rp-antracite); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; }
.scheda-prodotto__badge--offerta { background: var(--rp-rosso); }
.scheda-prodotto__badge--novita { background: #1f7a4d; }
.scheda-prodotto__badge--misura { background: #2c5aa0; }
.scheda-prodotto__corpo { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.scheda-prodotto__cat { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #878d99; margin-bottom: 6px; }
.scheda-prodotto__titolo { margin: 0 0 8px; }
.scheda-prodotto__titolo a { color: var(--rp-antracite); }
.scheda-prodotto__titolo a:hover { color: var(--rp-rosso); }
.scheda-prodotto__corpo > .small { flex: 1; }
.scheda-prodotto__piede { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--rp-bordo); }
.scheda-prodotto__prezzo strong { font-size: 20px; color: var(--rp-antracite); }
.scheda-prodotto__prezzo s { color: #878d99; font-size: 14px; margin-right: 4px; }

/* --- Categorie (thumbnail-classic) --- */
.thumbnail-classic img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.thumbnail-classic-title a { color: var(--rp-antracite); }
.thumbnail-classic-title a:hover { color: var(--rp-rosso); }

/* --- Team --- */
.thumb-corporate__main img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.thumb-corporate__overlay { background: rgba(176,32,42,.85); }

/* --- Recensioni --- */
.quote-classic__image img { border-radius: 50%; object-fit: cover; }
.stelle { color: #ffc045; white-space: nowrap; }
.stelle .stelle__vuota { color: #d9d9d9; }
.quote-classic-rating { color: #ffc045; }

/* --- Marchi / badge partner --- */
.link-image-2 img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; opacity: .85; transition: opacity .2s; }
.link-image-2:hover img { opacity: 1; }
.marchi-carousel .owl-item { text-align: center; }
.marchi-carousel figcaption { font-size: 13px; color: #878d99; margin-top: 8px; }

/* --- Passi / processo --- */
.passi { counter-reset: passo; list-style: none; padding: 0; margin: 0; }
.passi li { position: relative; padding-left: 64px; margin-bottom: 22px; min-height: 48px; }
.passi li::before { counter-increment: passo; content: counter(passo); position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--rp-rosso); color: #fff; font-weight: 700; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.passi li strong { display: block; color: var(--rp-antracite); margin-bottom: 4px; }

/* --- Sezione come funziona (4 colonne) --- */
.step-card { text-align: center; padding: 28px 22px; background: #fff; border: 1px solid var(--rp-bordo); height: 100%; }
.step-card__num { display: inline-flex; width: 56px; height: 56px; border-radius: 50%; background: var(--rp-rosso); color: #fff; font-weight: 700; font-size: 22px; align-items: center; justify-content: center; margin-bottom: 16px; }
.step-card h3 { margin-bottom: 8px; }

/* --- Modulo richiesta --- */
.modulo-richiesta { background: #fff; border: 1px solid var(--rp-bordo); padding: 40px; }
@media (max-width: 575px) { .modulo-richiesta { padding: 24px 18px; } }
.modulo-richiesta__titolo { margin-bottom: 8px; }
.modulo-richiesta__intro { color: #878d99; margin-bottom: 24px; }
.modulo-richiesta__nota { margin-top: 14px; }
.campo-esca { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-wrap { position: relative; }
.form-wrap.has-error .form-input { border-color: var(--rp-rosso); }
.form-validation-visibile { display: block; position: static; color: var(--rp-rosso); font-size: 13px; margin-top: 6px; opacity: 1; visibility: visible; }
.form-wrap-sm.has-error .checkbox-inline { color: var(--rp-rosso); }
.form-input::placeholder { color: #b0b4be; }
select.form-input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23212126' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 44px; }
.avviso { padding: 14px 18px; margin-bottom: 20px; border-left: 4px solid; font-size: 15px; }
.avviso--errore { background: #fdecee; border-color: var(--rp-rosso); color: #7a1520; }
.avviso--ok { background: #e9f6ef; border-color: #1f7a4d; color: #145232; }
.avviso--info { background: #eef3fb; border-color: #2c5aa0; color: #1d3c6b; }

/* --- Pagina prodotto --- */
.prodotto-hero__img { border: 1px solid var(--rp-bordo); background: var(--rp-grigio); }
.prodotto-hero__img img { width: 100%; display: block; }
.prodotto-hero__prezzo { font-size: 34px; font-weight: 700; color: var(--rp-antracite); margin: 12px 0; }
.prodotto-hero__prezzo s { font-size: 20px; color: #878d99; font-weight: 400; margin-right: 8px; }
.prodotto-hero__iva { font-size: 13px; color: #878d99; }
.tabella-specifiche { width: 100%; border-collapse: collapse; }
.tabella-specifiche th, .tabella-specifiche td { padding: 12px 14px; border-bottom: 1px solid var(--rp-bordo); text-align: left; vertical-align: top; }
.tabella-specifiche th { width: 34%; color: var(--rp-antracite); font-weight: 500; background: var(--rp-grigio); }
.box-servizio { border: 1px solid var(--rp-bordo); padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; }
.box-servizio--griglia { height: 100%; }
.box-servizio .icon { color: var(--rp-rosso); font-size: 26px; line-height: 1; margin-top: 2px; }
.box-servizio strong { display: block; color: var(--rp-antracite); }
.box-servizio p { margin: 0; font-size: 14px; color: #878d99; }

/* --- Catalogo --- */
.catalogo-lato { border: 1px solid var(--rp-bordo); padding: 22px 24px; }
.catalogo-lato h3 { margin-bottom: 12px; }
.catalogo-lato ul { list-style: none; padding: 0; margin: 0; }
.catalogo-lato li a { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--rp-bordo); color: var(--rp-antracite); }
.catalogo-lato li:last-child a { border-bottom: 0; }
.catalogo-lato li a:hover, .catalogo-lato li.active a { color: var(--rp-rosso); }
.catalogo-lato__conta { color: #878d99; font-size: 13px; }
.catalogo-ricerca { display: flex; gap: 8px; margin-bottom: 20px; }
.catalogo-ricerca .form-input { flex: 1; }
.catalogo-testo { background: var(--rp-grigio); padding: 28px 30px; margin-bottom: 30px; }
.catalogo-testo h1 { margin-bottom: 8px; }
.catalogo-testo p:last-child { margin-bottom: 0; }

/* --- Guide / articoli --- */
.articolo-card { border: 1px solid var(--rp-bordo); height: 100%; display: flex; flex-direction: column; background: #fff; }
.articolo-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.articolo-card__corpo { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.articolo-card__data { font-size: 13px; color: #878d99; margin-bottom: 8px; }
.articolo-card h3 a { color: var(--rp-antracite); }
.articolo-card h3 a:hover { color: var(--rp-rosso); }
.articolo-card p { flex: 1; }
.articolo-corpo h2 { margin-top: 36px; font-size: 26px; }
.articolo-corpo p { font-size: 17px; line-height: 1.7; }
.articolo-hero img { width: 100%; max-height: 520px; object-fit: cover; }
.box-riquadro { background: var(--rp-grigio); border-left: 4px solid var(--rp-rosso); padding: 22px 26px; margin: 30px 0; }
.box-riquadro p:last-child { margin-bottom: 0; }

/* --- Pagine legali --- */
.legale h1 { margin-bottom: 8px; }
.legale .legale__aggiornato { color: #878d99; font-size: 14px; margin-bottom: 30px; }
.legale h2 { font-size: 24px; margin-top: 40px; margin-bottom: 14px; }
.legale h3 { font-size: 18px; margin-top: 26px; margin-bottom: 10px; }
.legale p, .legale li { font-size: 16px; line-height: 1.7; }
.legale ul, .legale ol { padding-left: 22px; }
.legale li { margin-bottom: 6px; }
.legale table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 15px; }
.legale th, .legale td { border: 1px solid var(--rp-bordo); padding: 10px 12px; text-align: left; vertical-align: top; }
.legale th { background: var(--rp-grigio); }
.legale-indice { background: var(--rp-grigio); padding: 20px 24px; margin-bottom: 30px; }
.legale-indice ol { margin: 0; }


/* --- Varie --- */
.text-rosso { color: var(--rp-rosso); }
.divider-sm { height: 1px; background: var(--rp-bordo); margin: 30px 0; }
.lista-check { list-style: none; padding: 0; }
.lista-check li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.lista-check li::before { content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; top: 2px; color: var(--rp-rosso); }
.img-cover { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-bordo { border: 1px solid var(--rp-bordo); }
.contatti-box { border: 1px solid var(--rp-bordo); padding: 26px 28px; height: 100%; }
.contatti-box .icon { color: var(--rp-rosso); font-size: 30px; margin-bottom: 12px; }
.contatti-box h3 { margin-bottom: 8px; }
.pricing-table .price span::before { content: none; }
.parallax-header__inner { min-height: 380px; display: flex; align-items: center; }
.section-cta-inline { background: var(--rp-antracite); color: #fff; padding: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.section-cta-inline h2, .section-cta-inline h3 { color: #fff; margin: 0 0 6px; }
.section-cta-inline p { color: rgba(255,255,255,.75); margin: 0; }

/* Hero: pannello chiaro dietro il testo */
.hero-home .bg-overlay-light::before { display: none; }
.hero-home__box { background: rgba(255,255,255,.97); padding: 40px 40px 36px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
@media (max-width: 575px) { .hero-home__box { padding: 28px 22px; } }
.hero-home .button-default-outline { border-color: var(--rp-antracite); color: var(--rp-antracite); }
.hero-home .button-default-outline:hover { background: var(--rp-antracite); color: #fff; }
.rd-navbar-static .rd-navbar-nav > li > .rd-nav-link { font-size: 17px; }
.rd-navbar-static .rd-nav-item_cta .rd-nav-link.button { font-size: 14px; }

/* Pricing: prezzi testuali più compatti */
.pricing-table .price { font-size: 30px; line-height: 1.2; }
.pricing-table .price span { font-size: 30px; }
/* Scheda prodotto: prezzo non spezzato */
.scheda-prodotto__piede { flex-wrap: wrap; }
.scheda-prodotto__prezzo { white-space: nowrap; }
.scheda-prodotto__prezzo strong { font-size: 18px; }

/* CTA nel menu: centratura indipendente dalle metriche del font */
.rd-nav-item_cta .rd-nav-link.button,
.rd-navbar-static .rd-nav-item_cta .rd-nav-link.button,
.rd-navbar-fixed .rd-nav-item_cta .rd-nav-link.button {
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px; padding: 0 20px; line-height: 1; font-size: 14px; font-weight: 700;
  border-width: 0; border-radius: 0; text-decoration: none; white-space: nowrap;
}
.rd-navbar-static .rd-nav-item_cta { display: inline-flex; align-items: center; }
.rd-navbar-static .rd-nav-item_cta .rd-nav-link.button::before,
.rd-navbar-static .rd-nav-item_cta .rd-nav-link.button::after { display: none; }
.rd-navbar-fixed .rd-nav-item_cta .rd-nav-link.button { margin: 14px 15px; }

/* Hero: pulsanti allineati su una riga, stessa altezza */
.hero-home__azioni { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-home__azioni .button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; font-size: 17px; line-height: 1.2; white-space: nowrap; margin: 0; }
.hero-home__azioni .button-default-outline { border: 2px solid var(--rp-antracite); }
@media (max-width: 575px) {
  .hero-home__azioni .button { flex: 1 1 100%; }
  .hero-home__punti { gap: 6px 16px; }
  .hero-home__punti li { font-size: 13px; }
}

/* ==========================================================
   Restyling: blurb "su misura", accordion FAQ, guide, footer
   ========================================================== */

/* Blurb circolari: icona rossa su cerchio chiaro */
.blurb-circle__icon { background: none; }
.blurb-circle .blurb-circle__icon .icon,
.blurb-circle__icon .icon { width: 64px; height: 64px; line-height: 64px; font-size: 26px; color: var(--rp-rosso); background: #fbecee; border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(176,32,42,.15); }
.blurb-circle .blurb__title { margin-bottom: 4px; }

/* Accordion: compatto, con icona +/- */
.card-custom, .card-custom:first-child, .card-custom:last-child { padding: 0; background: #fff; border: 1px solid var(--rp-bordo); }
.card-custom + .card-custom { margin-top: 10px; border-top: 1px solid var(--rp-bordo); }
.card-custom .card-custom-title { margin: 0; font-size: inherit; }
.card-custom .card-custom-title > a,
.card-classic .card-custom-title > a { display: block; position: relative; padding: 18px 60px 18px 24px; font-size: 18px; font-weight: 500; line-height: 1.35; color: var(--rp-antracite); background: #fff; }
.card-custom .card-custom-title > a.collapsed { background: #fff; }
.card-custom .card-custom-title > a:hover { color: var(--rp-rosso); }
.card-custom .card-custom-title > a[aria-expanded="true"] { color: var(--rp-rosso); }
.card-custom .card-custom-title > a:before,
.card-classic .card-custom-title > a:before { content: "\f068"; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 18px; width: 28px; height: 28px; font: 400 12px/1 "FontAwesome"; color: #fff; background: var(--rp-rosso); border-radius: 50%; transform: translateY(-50%) rotate(0); transition: .25s all ease; }
.card-custom .card-custom-title > a.collapsed:before,
.card-classic .card-custom-title > a.collapsed:before { content: "\f067"; color: var(--rp-rosso); background: #fbecee; transform: translateY(-50%) rotate(0); }
.card-custom .card-custom-collapse .card-custom-body { padding: 0 24px 20px; font-size: 15px; line-height: 1.7; color: #555; }
.card-custom .card-custom-collapse .card-custom-body p { margin: 0; }
h2 + [role="tablist"], h3 + [role="tablist"] { margin-top: 26px; }
.faq-guide-home h2 { margin-bottom: 26px; }
.faq-guide-home h2 + [role="tablist"] { margin-top: 0; }
.faq-guide-home .button { margin-top: 24px; }

/* Guide in evidenza (home) */
.guida-mini { display: flex; gap: 20px; align-items: stretch; background: #fff; border: 1px solid var(--rp-bordo); text-decoration: none; color: inherit; transition: .25s box-shadow ease, .25s transform ease; }
.guida-mini:hover { box-shadow: 0 12px 30px rgba(33,33,38,.10); transform: translateY(-2px); color: inherit; }
.guida-mini__img { flex: 0 0 150px; width: 150px; height: auto; min-height: 110px; object-fit: cover; }
.guida-mini__testo { display: flex; flex-direction: column; padding: 14px 18px 14px 0; }
.guida-mini__data { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #8f8f9e; }
.guida-mini__titolo { font-size: 17px; font-weight: 500; line-height: 1.35; color: var(--rp-antracite); margin: 4px 0 6px; }
.guida-mini:hover .guida-mini__titolo { color: var(--rp-rosso); }
.guida-mini__estratto { font-size: 14px; line-height: 1.55; color: #6c6c78; }
.guida-mini__link { margin-top: auto; padding-top: 8px; font-size: 13px; font-weight: 700; color: var(--rp-rosso); }
.guida-mini__link .fa { margin-left: 4px; }
@media (max-width: 575px) {
  .guida-mini { flex-direction: column; }
  .guida-mini__img { width: 100%; height: 160px; flex-basis: auto; }
  .guida-mini__testo { padding: 14px 18px 16px; }
}

/* Footer */
.footer-corporate { padding: 0 0 28px; border-top: 4px solid var(--rp-rosso); background: var(--rp-antracite); }
.footer-vantaggi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; margin: 0; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-vantaggi li { display: flex; align-items: center; gap: 14px; font-size: 14px; line-height: 1.4; color: #b9bcc5; }
.footer-vantaggi li strong { display: block; color: #fff; font-weight: 500; }
.footer-vantaggi .icon { flex: 0 0 44px; width: 44px; height: 44px; line-height: 44px; border-radius: 50%; background: rgba(255,255,255,.06); color: var(--rp-rosso); font-size: 18px; }
.footer-colonne { padding-top: 56px; }
.footer-corporate h6 { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; padding-bottom: 10px; position: relative; }
.footer-corporate h6::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--rp-rosso); }
.footer-corporate h6 + * { margin-top: 0; }
.footer-corporate h6 + h6, .footer-corporate address + h6, .footer-corporate .footer-orari + h6 { margin-top: 28px; }
.footer-descrizione { color: #b9bcc5; font-size: 14px; line-height: 1.7; margin: 18px 0 22px; max-width: 320px; }
.footer-cta { border: 0; }
.footer-lista { list-style: none; margin: 0; padding: 0; }
.footer-lista li { margin: 0 0 8px; }
.footer-lista a { color: #d5d7dd; font-size: 14px; }
.footer-lista a:hover { color: #fff; }
.footer-indirizzo { color: #d5d7dd; font-size: 14px; line-height: 1.6; margin: 0; }
.footer-orari { list-style: none; margin: 0; padding: 0; }
.footer-orari li { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dashed rgba(255,255,255,.1); font-size: 13.5px; color: #d5d7dd; }
.footer-orari li span:first-child { color: #8f929c; }
.footer-orari li:last-child { border-bottom: 0; }
.footer-contatti { list-style: none; margin: 0; padding: 0; }
.footer-contatti li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.footer-contatti .icon { flex: 0 0 34px; width: 34px; height: 34px; line-height: 34px; border-radius: 50%; background: rgba(255,255,255,.06); color: var(--rp-rosso); font-size: 14px; }
.footer-contatti li > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.footer-contatti a { color: #fff; font-size: 15px; font-weight: 500; word-break: break-all; }
.footer-contatti a:hover { color: var(--rp-rosso); }
.footer-contatti small { color: #8f929c; font-size: 12px; margin-top: 2px; }
.footer-corporate .footer-corporate__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; margin: 48px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-corporate .footer-corporate__inner > * { padding: 0; margin: 0; }
.footer-legal-nav { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0; padding: 0; }
.footer-legal-nav a { font-size: 13px; color: #b9bcc5; }
.footer-legal-nav a:hover { color: #fff; }
.footer-corporate .rights { font-size: 13px; color: #b9bcc5; }
.footer-legale-riga { margin: 12px 0 0; font-size: 12px; line-height: 1.6; color: #7d808a; }
@media (max-width: 991px) { .footer-vantaggi { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) {
  .footer-vantaggi { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .footer-colonne { padding-top: 36px; }
  .footer-corporate { text-align: left; }
  .footer-corporate .footer-corporate__inner { flex-direction: column; align-items: flex-start; }
}
.bg-accent .footer-cta, .footer-cta { background: var(--rp-rosso); color: #fff; }
.bg-accent .footer-cta:hover, .footer-cta:hover { background: var(--rp-rosso-scuro); color: #fff; }
.footer-orari li { flex-direction: column; gap: 1px; }
.footer-orari li span:first-child { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }

/* Barra informativa sopra il menu */
.rd-navbar-static .rd-navbar-top-panel { border-bottom: 0; }
.rd-navbar-static .rd-navbar-top-panel::before { background: var(--rp-antracite); }
.rd-navbar-static .rd-navbar-top-panel__content { min-height: 40px; }
.rd-navbar-static .rd-navbar-top-panel__content > * { padding: 0; }
.top-info { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 0; list-style: none; margin: 0; padding: 0; font-size: 13px; line-height: 1.3; color: #d5d7dd; }
.top-info li { display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; position: relative; white-space: nowrap; }
.top-info li:first-child { padding-left: 0; }
.top-info li:last-child { padding-right: 0; }
.top-info li + li::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 14px; background: rgba(255,255,255,.18); transform: translateY(-50%); }
.top-info .icon { color: var(--rp-rosso); font-size: 13px; width: 14px; }
.top-info a { color: #d5d7dd; }
.top-info a:hover { color: #fff; }
.top-info--contatti a { color: #fff; font-weight: 500; }
.top-info--contatti a:hover { color: var(--rp-rosso); }
/* Versione mobile: pannello a tendina scuro */
.rd-navbar-fixed .rd-navbar-top-panel__content { background: var(--rp-antracite); border-color: var(--rp-antracite); padding: 14px 18px 16px; box-shadow: 0 10px 24px rgba(0,0,0,.2); font-size: 13px; }
.rd-navbar-fixed .rd-navbar-top-panel__content > * + * { margin-top: 8px; }
.rd-navbar-fixed .top-info { flex-direction: column; align-items: flex-start; gap: 8px; }
.rd-navbar-fixed .top-info li { padding: 0; white-space: normal; }
.rd-navbar-fixed .top-info li + li::before { display: none; }
/* CTA nel menu: testo sempre bianco */
.rd-navbar .rd-nav-item_cta .rd-nav-link.button,
.rd-navbar-static .rd-navbar-nav > li.rd-nav-item_cta > .rd-nav-link.button,
.rd-navbar-fixed .rd-navbar-nav > li.rd-nav-item_cta > .rd-nav-link.button,
.rd-navbar-static .rd-navbar-nav > li.rd-nav-item_cta > .rd-nav-link.button:hover,
.rd-navbar-static .rd-navbar-nav > li.rd-nav-item_cta.active > .rd-nav-link.button,
.rd-navbar-static .rd-navbar-nav > li.rd-nav-item_cta.focus > .rd-nav-link.button,
.rd-navbar-static .rd-navbar-nav > li.rd-nav-item_cta.opened > .rd-nav-link.button { color: #fff !important; background: var(--rp-rosso); }
.rd-navbar-static .rd-navbar-nav > li.rd-nav-item_cta > .rd-nav-link.button:hover { background: var(--rp-rosso-scuro); }
