/* =====================================================================
   prova-alcantara.css — standalone modern, conversion-focused design for the
   demo Etna & Gole Alcantara product page (it/escursioni/prova-etna-gole-alcantara.php).
   Hand-written (NOT Tailwind) so it doesn't depend on the purged build.
   Prefix: .pa-   ·  tokens: magma #0ea5e9, volcanic #1a1a1a, teal #0d9488
   ===================================================================== */
/* Design tokens on :root so elements OUTSIDE .pa (sticky bar, lightbox) also
   get the brand colors — otherwise their var(--magma) gradients fail (white btn). */
:root {
    /* TEMA AZZURRO globale (template per tutte le escursioni) */
    --magma: #0ea5e9; --magma-2: #38bdf8; --magma-d: #0284c7;
    --ink: #14110f; --ink-2: #3f3a36; --muted: #6b6660;
    --teal: #0d9488; --cream: #fbf8f4; --line: #ece7e1;
}
.pa {
    font-family: 'Outfit', system-ui, sans-serif;
    color: var(--ink); background: var(--cream); overflow-x: clip;
}
/* flag chips for the "Lingue" info item */
.pa-flags { display: flex; gap: .35rem; align-items: center; }
.pa-flags img { width: 22px; height: 15px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.pa *, .pa *::before, .pa *::after { box-sizing: border-box; }
.pa img { display: block; max-width: 100%; }
.pa-wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.pa section { position: relative; }

/* ---------- reveal on scroll ---------- */
.pa-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.pa-reveal.pa-in { opacity: 1; transform: none; }
.pa-reveal.d1 { transition-delay: .1s; } .pa-reveal.d2 { transition-delay: .2s; } .pa-reveal.d3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .pa-reveal { opacity: 1 !important; transform: none !important; } .pa-hero-img { animation: none !important; } }

/* ---------- buttons ---------- */
.pa-btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; cursor: pointer;
    font: inherit; font-weight: 700; font-size: 1.02rem; padding: 1rem 1.8rem; border-radius: 999px;
    border: none; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; white-space: nowrap; }
.pa-btn-primary { color: #fff; background: linear-gradient(135deg, var(--magma-2), var(--magma)); box-shadow: 0 16px 38px -14px rgba(2,132,199,.75); }
.pa-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -14px rgba(2,132,199,.85); }
.pa-btn-glass { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.pa-btn-glass:hover { background: rgba(255,255,255,.22); transform: translateY(-3px); }
.pa-btn-wa { color: #fff; background: #25d366; box-shadow: 0 14px 32px -14px rgba(37,211,102,.8); }
.pa-btn-wa:hover { background: #1eb858; transform: translateY(-3px); }
.pa-btn-lg { padding: 1.15rem 2.4rem; font-size: 1.15rem; }

/* ---------- eyebrow + section titles ---------- */
.pa-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
    font-size: .78rem; color: var(--magma); margin-bottom: 1rem; }
.pa-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--magma); display: inline-block; }
.pa-h2 { font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.05; font-weight: 800; letter-spacing: -.02em; margin: 0 0 1rem; }
.pa-lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--ink-2); line-height: 1.65; max-width: 60ch; }
.pa-grad { background: linear-gradient(120deg, var(--magma), var(--magma-2) 60%, #7dd3fc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pa-sec { padding: clamp(4rem, 9vw, 7rem) 0; }

/* ---------- HERO ---------- */
.pa-hero { position: relative; min-height: calc(100svh - 5rem); display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
/* Combo "Etna & Gole Alcantara": hero = schermo intero meno la barra trust, così la prima
   schermata su mobile termina esattamente sul riquadro Google/GYG (sezione dopo sotto la piega). */
.pa-hero.pa-hero-compact { min-height: calc(100svh - 5rem); }
.pa-hero-bg { position: absolute; inset: 0; z-index: 0; }
.pa-hero-img { width: 100%; height: 100%; object-fit: cover; animation: paZoom 22s ease-in-out infinite alternate; }
@keyframes paZoom { from { transform: scale(1.02); } to { transform: scale(1.16); } }
.pa-hero-bg::after { content: ""; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,10,8,.92) 0%, rgba(15,10,8,.35) 45%, rgba(15,10,8,.55) 100%); }
.pa-hero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(3rem, 8vw, 6rem); padding-top: 9rem; }
.pa-hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(2,132,199,.18); border: 1px solid rgba(56,189,248,.5);
    color: #e0f2fe; padding: .45rem 1rem; border-radius: 999px; font-weight: 700; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(6px); }
.pa-hero h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: 1; font-weight: 800; letter-spacing: -.03em; margin: 1.2rem 0 1rem; text-shadow: 0 10px 40px rgba(0,0,0,.45); }
.pa-hero p.pa-hero-sub { font-size: clamp(1.1rem, 2.3vw, 1.5rem); color: #f1e9e3; max-width: 46ch; margin: 0 0 1.6rem; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.pa-hero-rating { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.8rem; font-weight: 600; }
.pa-hero-rating .pa-stars { color: #facc15; letter-spacing: .1rem; }
.pa-hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.pa-hero-price { color: #fff; font-weight: 700; }
.pa-hero-price b { font-size: 1.6rem; color: #fff; }
.pa-hero-pills { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.pa-hero-social { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.6rem; flex-wrap: wrap; }
.pa-hero-stars { color: #facc15; letter-spacing: .1em; font-size: 1.05rem; text-shadow: 0 2px 10px rgba(0,0,0,.45); white-space: nowrap; display: inline-flex; }
.pa-hero-social-txt { font-size: 1rem; color: #f1e9e3; font-weight: 600; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.pa-hero-social-txt b { color: #fff; font-weight: 800; }
@media (max-width: 1024px) {
    .pa-hero-social { margin-top: 1rem; gap: .5rem; }
    .pa-hero-stars { font-size: .95rem; }
    .pa-hero-social-txt { font-size: .88rem; }
}
.pa-pill { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
    padding: .55rem 1rem; border-radius: 999px; font-size: .85rem; font-weight: 600; backdrop-filter: blur(6px); }
.pa-pill i { color: var(--magma-2); }
.pa-scroll-cue { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.7); animation: paBounce 2s infinite; }
@keyframes paBounce { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,10px); } }
.pa-reviews-cue { display: flex; align-items: center; justify-content: center; gap: .5rem; margin: 0 0 1.1rem;
    font-weight: 700; font-size: .9rem; color: var(--magma); text-decoration: none; text-align: center; line-height: 1.25; }
.pa-reviews-cue:hover { color: var(--ink); }
.pa-reviews-cue i { animation: paBounceUp 1.6s infinite; }
@keyframes paBounceUp { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ---------- trust strip ---------- */
.pa-trust { background: var(--ink); color: #fff; padding: 1.4rem 0; }
.pa-trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 2.4rem; }
.pa-trust-item { display: inline-flex; align-items: center; gap: .6rem; font-size: .95rem; }
.pa-trust-item img { width: 1.5rem; height: 1.5rem; object-fit: contain; }
.pa-trust-item .s { font-weight: 800; }
.pa-trust-item .l { color: #b9b3ad; font-size: .8rem; }
.pa-trust-sep { width: 1px; height: 26px; background: rgba(255,255,255,.18); }
.pa-trust-item i.ok { color: #4ade80; }

/* ---------- highlights ---------- */
.pa-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; }
.pa-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 2rem;
    box-shadow: 0 24px 50px -36px rgba(20,17,15,.4); transition: transform .35s ease, box-shadow .35s ease; }
.pa-card:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -34px rgba(20,17,15,.5); }
.pa-card-ico { width: 3.2rem; height: 3.2rem; border-radius: 16px; display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: #fff; background: linear-gradient(135deg, var(--magma-2), var(--magma)); margin-bottom: 1.1rem; box-shadow: 0 12px 26px -12px rgba(2,132,199,.7); }
.pa-card h3 { font-size: 1.25rem; font-weight: 700; margin: 0 0 .5rem; }
.pa-card p { color: var(--muted); line-height: 1.6; margin: 0; }

/* ---------- feature rows (alternating image/text) ---------- */
.pa-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; margin-bottom: clamp(3rem, 6vw, 5rem); }
.pa-feature:last-child { margin-bottom: 0; }
.pa-feature.rev .pa-feature-media { order: 2; }
.pa-feature-media { position: relative; border-radius: 26px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(20,17,15,.55); aspect-ratio: 4/3; }
.pa-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.pa-feature:hover .pa-feature-media img { transform: scale(1.06); }
.pa-feature-num { position: absolute; top: 1rem; left: 1rem; width: 2.8rem; height: 2.8rem; border-radius: 14px; background: rgba(20,17,15,.6);
    backdrop-filter: blur(6px); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; border: 1px solid rgba(255,255,255,.2); }
.pa-feature h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; margin: 0 0 .9rem; }
.pa-feature p { color: var(--ink-2); line-height: 1.7; font-size: 1.05rem; }

/* ---------- gallery (bento) + lightbox ---------- */
.pa-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 1rem; }
.pa-shot { position: relative; overflow: hidden; border-radius: 20px; cursor: zoom-in; box-shadow: 0 20px 40px -30px rgba(20,17,15,.5); }
.pa-shot img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: transform .8s cubic-bezier(.2,.7,.2,1), opacity .6s ease; }
.pa-shot img.loaded { opacity: 1; }
.pa-shot:hover img { transform: scale(1.08); }
.pa-shot::after { content: "\f00e"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; background: rgba(20,17,15,.35); opacity: 0; transition: opacity .3s ease; }
.pa-shot:hover::after { opacity: 1; }
.pa-shot.big { grid-column: span 2; grid-row: span 2; }
.pa-shot.wide { grid-column: span 2; }
@media (max-width: 1024px) {
    /* Galleria "Quello che vedrai": niente colonna verticale lunghissima,
       ma uno scroll orizzontale (swipe a destra per vedere le altre foto). */
    .pa-gallery {
        display: flex !important;
        grid-template-columns: none !important;
        grid-auto-rows: auto;
        gap: .75rem;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: .85rem;
    }
    .pa-gallery > .pa-shot,
    .pa-gallery > .pa-shot.big,
    .pa-gallery > .pa-shot.wide {
        flex: 0 0 82%;
        width: 82%;
        height: 250px;
        grid-column: auto !important;
        grid-row: auto !important;
        scroll-snap-align: start;
    }
    .pa-gallery::-webkit-scrollbar { height: 4px; }
    .pa-gallery::-webkit-scrollbar-track { background: rgba(20,17,15,.08); border-radius: 4px; }
    .pa-gallery::-webkit-scrollbar-thumb { background: var(--magma); border-radius: 4px; }
}

.pa-lb { position: fixed; inset: 0; z-index: 9999; background: rgba(12,9,7,.95); display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity .3s ease; padding: 1.5rem; }
.pa-lb.open { opacity: 1; pointer-events: auto; }
.pa-lb img { max-width: 92vw; max-height: 84vh; border-radius: 14px; box-shadow: 0 40px 90px rgba(0,0,0,.6); transform: scale(.95); transition: transform .3s ease; }
.pa-lb.open img { transform: scale(1); }
.pa-lb-btn { position: absolute; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); color: #fff; width: 3.2rem; height: 3.2rem;
    border-radius: 999px; cursor: pointer; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: background .2s ease; }
.pa-lb-btn:hover { background: var(--magma); }
.pa-lb-close { top: 1.4rem; right: 1.4rem; } .pa-lb-prev { left: 1.4rem; top: 50%; transform: translateY(-50%); } .pa-lb-next { right: 1.4rem; top: 50%; transform: translateY(-50%); }

/* ---------- stats / count-up ---------- */
.pa-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 1.5rem; text-align: center; }
.pa-stat .n { font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.pa-stat .t { color: var(--muted); font-weight: 600; margin-top: .4rem; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }

/* ---------- dark section ---------- */
.pa-dark { background: var(--ink); color: #fff; }
.pa-dark .pa-lead { color: #c9c3bc; }
.pa-dark .pa-stat .t { color: #b9b3ad; }

/* ---------- timeline ---------- */
.pa-tl { position: relative; max-width: 760px; margin: 0 auto; }
.pa-tl::before { content: ""; position: absolute; left: 1.4rem; top: .6rem; bottom: .6rem; width: 2px; background: linear-gradient(to bottom, var(--magma), rgba(2,132,199,.15)); }
.pa-tl-item { position: relative; padding-left: 4.5rem; padding-bottom: 2.5rem; }
.pa-tl-item:last-child { padding-bottom: 0; }
.pa-tl-dot { position: absolute; left: 0; top: 0; width: 2.9rem; height: 2.9rem; border-radius: 999px; display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--magma-2), var(--magma)); box-shadow: 0 10px 24px -10px rgba(2,132,199,.8); border: 4px solid #fff; z-index: 2; }
.pa-tl-item:last-child .pa-tl-dot { background: linear-gradient(135deg,#14b8a6,var(--teal)); box-shadow: 0 10px 24px -10px rgba(13,148,136,.8); }
.pa-tl-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.2rem 1.4rem; box-shadow: 0 16px 36px -30px rgba(20,17,15,.5); }
.pa-tl-time { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--magma); }
.pa-tl-card h4 { font-size: 1.2rem; font-weight: 700; margin: .1rem 0 .4rem; }
.pa-tl-card p { color: var(--muted); margin: 0; line-height: 1.6; }

/* ---------- included / excluded ---------- */
.pa-incl { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.pa-incl-box { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 2rem; }
.pa-incl-box h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.25rem; font-weight: 700; margin: 0 0 1.2rem; }
.pa-incl-box.in h3 { color: #16a34a; } .pa-incl-box.ex h3 { color: #dc2626; }
.pa-incl-box ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.pa-incl-box li { display: flex; align-items: flex-start; gap: .7rem; color: var(--ink-2); }
.pa-incl-box.in li i { color: #16a34a; margin-top: .25rem; } .pa-incl-box.ex li i { color: #dc2626; margin-top: .25rem; }
@media (max-width: 1024px){ .pa-feature { grid-template-columns: 1fr; } .pa-feature.rev .pa-feature-media { order: 0; } }
/* Incluso/Escluso e Cosa indossare: restano a 2 colonne su mobile, ma compatti */
@media (max-width: 1024px){
    .pa-incl { gap: .7rem; }
    .pa-incl-box { padding: 1.1rem; border-radius: 16px; }
    .pa-incl-box h3 { font-size: 1.05rem; margin-bottom: .8rem; gap: .45rem; }
    .pa-incl-box ul { gap: .55rem; }
    .pa-incl-box li { font-size: .82rem; gap: .5rem; }
}

/* ---------- info chips ---------- */
.pa-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1rem; }
.pa-info-item { display: flex; gap: .9rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.2rem; }
.pa-info-item i { color: var(--magma); font-size: 1.2rem; margin-top: .15rem; }
.pa-info-item .l { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.pa-info-item .v { font-weight: 600; }

/* ---------- FAQ ---------- */
.pa-faq { max-width: 820px; margin: 0 auto; display: grid; gap: .8rem; }
.pa-faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.pa-faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font: inherit; font-weight: 700; font-size: 1.05rem;
    padding: 1.2rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink); }
.pa-faq-q i { color: var(--magma); transition: transform .3s ease; flex: 0 0 auto; }
.pa-faq-item.open .pa-faq-q i { transform: rotate(45deg); }
.pa-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.pa-faq-a p { padding: 0 1.4rem 1.3rem; margin: 0; color: var(--ink-2); line-height: 1.7; }

/* ---------- booking section ---------- */
.pa-book { background: linear-gradient(135deg, #0f172a, #020617); color: #fff; }
.pa-book-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
/* evita che le opzioni lunghe del <select> pickup allarghino la colonna oltre lo schermo (iOS) */
.pa-book-grid > * { min-width: 0; }
.pa-book h2 { color: #fff; }
.pa-book .pa-lead { color: #cbd5e1; }
.pa-guar { display: grid; gap: .9rem; margin-top: 1.8rem; }
.pa-guar-item { display: flex; align-items: center; gap: .8rem; }
.pa-guar-item i { width: 2.2rem; height: 2.2rem; border-radius: 999px; display: flex; align-items: center; justify-content: center; background: rgba(74,222,128,.15); color: #4ade80; flex: 0 0 auto; }
.pa-form-shell { background: #fff; border-radius: 24px; padding: .4rem; box-shadow: 0 50px 100px -40px rgba(0,0,0,.6); }
@media (max-width: 1024px) { .pa-book-grid { grid-template-columns: 1fr; } }

/* ---------- prenotazione istantanea online (lightbox FareHarbor) ---------- */
.pa-instant { margin-top: 1.8rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 1.4rem 1.5rem; }
.pa-instant-head { display: flex; align-items: center; gap: .5rem; font-weight: 800; font-size: 1.08rem; color: #fff; margin-bottom: .5rem; }
.pa-instant-head i { color: #ffd166; }
.pa-instant-txt { color: #e9ddd4; font-size: .98rem; line-height: 1.55; margin: 0 0 1.1rem; }
.pa-btn-instant { width: 100%; color: #fff; background: linear-gradient(135deg, #14b8a6, var(--teal)); box-shadow: 0 14px 32px -14px rgba(13,148,136,.8); }
.pa-btn-instant:hover { transform: translateY(-3px); box-shadow: 0 20px 42px -14px rgba(13,148,136,.9); }
.pa-instant-note { display: flex; align-items: flex-start; gap: .45rem; margin-top: .8rem; font-size: .8rem; color: #bdb4ab; line-height: 1.45; }
.pa-instant-note i { margin-top: .15rem; color: #4ade80; }

/* CTA "spiegate" su due righe: titolo azione + esito (chiarisce lead vs pagamento online) */
.pa-cta { flex-direction: column; gap: .15rem; padding: .75rem 1rem; line-height: 1.2; white-space: normal; text-align: center; }
.pa-cta .pa-cta-main { display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: 1.02rem; font-weight: 800; }
.pa-cta .pa-cta-sub { font-size: .73rem; font-weight: 600; opacity: .92; }
.pa-cta-or { display: flex; align-items: center; gap: .7rem; margin: .65rem 0; color: var(--muted);
    font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.pa-cta-or::before, .pa-cta-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
/* "oppure" su sfondo scuro (sezione prenotazione) — solo mobile, separa lead form e online */
.pa-instant-or { display: none; }
.pa-book .pa-cta-or { color: #d8cdc2; }
.pa-book .pa-cta-or::before, .pa-book .pa-cta-or::after { background: rgba(255,255,255,.2); }
@media (max-width: 1024px) {
    .pa-instant-or { display: flex; margin: 1.5rem 0 0; }
    /* booking: gap più stretto e form subito sotto l'"oppure" (cue recensioni va in fondo) */
    .pa-book-grid { gap: 1.4rem; }
    .pa-book-right { display: flex; flex-direction: column; }
    .pa-book-right .pa-reviews-cue { order: 2; margin: 1.1rem 0 0; }
}

/* barra sticky mobile: due strade (Richiedi / Paga ora) */
.pa-sticky .pa-sticky-btn { padding: .85rem 2rem; font-size: 1.05rem; }
.pa-sticky .p { font-size: 1.7rem; line-height: 1.05; }
.pa-sticky .p small { display: block; font-size: .72rem; line-height: 1.2; white-space: normal; max-width: 11rem; }
@media (max-width: 360px) {
    .pa-sticky .pa-sticky-btn { padding: .8rem 1.4rem; font-size: 1rem; }
    .pa-sticky .p { font-size: 1.45rem; }
    .pa-sticky .p small { font-size: .68rem; }
}

/* ---------- photo-light fallback: feature media without a photo ---------- */
.pa-feature-media.noimg { background: linear-gradient(150deg, #20140f, #3a2113 55%, #5a2a10); display: flex; align-items: center; justify-content: center; position: relative; }
.pa-feature-media.noimg::after { content: ""; position: absolute; width: 70%; height: 70%; border-radius: 50%; background: radial-gradient(circle, rgba(56,189,248,.4), transparent 70%); filter: blur(24px); }
.pa-feature-media.noimg i { position: relative; z-index: 1; font-size: clamp(3rem, 9vw, 5.5rem); color: #7dd3fc; filter: drop-shadow(0 12px 30px rgba(2,132,199,.55)); }
.pa-feature:hover .pa-feature-media.noimg i { transform: none; }

/* ---------- sticky mobile CTA ---------- */
.pa-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff;
    border-top: 1px solid var(--line); padding: .6rem .9rem calc(.75rem + env(safe-area-inset-bottom)) .9rem; display: none; align-items: center; justify-content: space-between; gap: .9rem;
    transform: translateY(120%); transition: transform .4s ease; box-shadow: 0 -12px 30px -16px rgba(0,0,0,.35); }
.pa-sticky.show { transform: translateY(0); }
.pa-sticky .p { font-weight: 800; font-size: 1.25rem; color: var(--ink); line-height: 1.05; }
.pa-sticky .p small { color: var(--muted); font-weight: 600; font-size: .7rem; display: block; }
.pa-sticky .pa-btn { padding: .85rem 1.7rem; font-size: 1.02rem; animation: paPulseBtn 1.7s ease-out infinite; }
@keyframes paPulseBtn {
    0%   { transform: scale(1);    box-shadow: 0 10px 22px -10px rgba(2,132,199,.85), 0 0 0 0 rgba(2,132,199,.55); }
    70%  { transform: scale(1.05); box-shadow: 0 14px 28px -10px rgba(2,132,199,.95), 0 0 0 12px rgba(2,132,199,0); }
    100% { transform: scale(1);    box-shadow: 0 10px 22px -10px rgba(2,132,199,.85), 0 0 0 0 rgba(2,132,199,0); }
}
@media (prefers-reduced-motion: reduce) { .pa-sticky .pa-btn { animation: none; } }
@media (max-width: 1024px) { .pa-sticky { display: flex; } }

/* ---------- Dettagli tecnici: variante compatta (in alto) ---------- */
.pa-sec-tight { padding: clamp(1.75rem, 4vw, 3rem) 0; }
.pa-info-title { font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 800; letter-spacing: -.02em; margin: 0; line-height: 1.1; }
.pa-info-compact { grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); gap: .7rem; }
.pa-info-compact .pa-info-item { padding: .65rem .8rem; border-radius: 12px; gap: .6rem; }
.pa-info-compact .pa-info-item i { font-size: 1rem; margin-top: .1rem; }
.pa-info-compact .pa-info-item .l { font-size: .63rem; }
.pa-info-compact .pa-info-item .v { font-size: .85rem; font-weight: 600; line-height: 1.25; }
.pa-info-compact .pa-flags img { width: 18px; height: 12px; }

/* Mobile: 3 colonne, chip verticali (icona sopra) e molto compatte */
@media (max-width: 1024px) {
    .pa-info-compact { grid-template-columns: repeat(3, 1fr); gap: .5rem; }
    .pa-info-compact .pa-info-item { flex-direction: column; align-items: center; text-align: center; gap: .3rem; padding: .6rem .4rem; }
    .pa-info-compact .pa-info-item i { font-size: 1.05rem; margin: 0; }
    .pa-info-compact .pa-info-item .l { font-size: .56rem; letter-spacing: .04em; }
    .pa-info-compact .pa-info-item .v { font-size: .72rem; line-height: 1.2; }
    .pa-info-compact .pa-flags { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 380px) {
    .pa-info-compact { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Programma: stepper compatto (orizzontale desktop → verticale mobile) ---------- */
.pa-steps { display: grid; grid-template-columns: repeat(var(--pa-steps-n, 5), 1fr); gap: 1rem; position: relative; max-width: 1080px; margin: 0 auto; }
.pa-steps::before { content: ""; position: absolute; top: 1.25rem; left: 10%; right: 10%; height: 2px;
    background: linear-gradient(to right, var(--magma), rgba(2,132,199,.2)); z-index: 0; }
.pa-step { position: relative; z-index: 1; text-align: center; }
.pa-step-dot { width: 2.5rem; height: 2.5rem; border-radius: 999px; display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; font-size: 1.15rem; background: linear-gradient(135deg, var(--magma-2), var(--magma));
    margin: 0 auto .8rem; border: 4px solid var(--cream); box-shadow: 0 8px 18px -8px rgba(2,132,199,.8); }
.pa-step:last-child .pa-step-dot { background: linear-gradient(135deg, #14b8a6, var(--teal)); box-shadow: 0 8px 18px -8px rgba(13,148,136,.8); }
.pa-step-time { display: inline-block; font-size: .95rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--magma); margin-bottom: .3rem; }
.pa-step h4 { font-size: 1.3rem; font-weight: 700; margin: 0 0 .35rem; line-height: 1.2; }
.pa-step p { font-size: 1.12rem; color: var(--muted); line-height: 1.45; margin: 0; }

.pa-steps-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.5rem; margin-top: 2.5rem;
    background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.2rem 1.6rem; box-shadow: 0 20px 44px -34px rgba(20,17,15,.5); }
.pa-steps-cta span { font-weight: 600; color: var(--ink-2); font-size: 1rem; }
.pa-steps-cta span i { color: var(--magma); margin-right: .35rem; }
.pa-steps-cta .pa-btn { animation: paPulseBtn 1.8s ease-out infinite; }

@media (max-width: 860px) {
    .pa-steps { grid-template-columns: 1fr; gap: 0; max-width: 540px; }
    .pa-steps::before { top: .4rem; bottom: .4rem; left: 1.25rem; right: auto; width: 2px; height: auto;
        background: linear-gradient(to bottom, var(--magma), rgba(2,132,199,.2)); }
    .pa-step { display: grid; grid-template-columns: 2.5rem 1fr; gap: .85rem; text-align: left; padding-bottom: 1.4rem; align-items: start; }
    .pa-step:last-child { padding-bottom: 0; }
    .pa-step-dot { margin: 0; }
    .pa-step-time { margin-bottom: .1rem; }
    .pa-steps-cta { margin-top: 2rem; text-align: center; }
}

/* ---------- conversione: rassicurazione hero + urgenza + reassure form ---------- */
.pa-hero-reassure { display: flex; flex-wrap: wrap; gap: .35rem 1.2rem; margin-top: 1rem; font-size: .92rem; color: #f1e9e3; font-weight: 600; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.pa-hero-reassure span { display: inline-flex; align-items: center; gap: .4rem; }
.pa-hero-reassure i { color: #4ade80; }
.pa-urgency { display: none !important; }

/* bottone piccolo (es. WhatsApp nell'hero, per dare gerarchia alla CTA primaria) */
.pa-btn-sm { padding: .72rem 1.3rem; font-size: .92rem; }

/* trust strip a 3 colonne (quando si rimuove un item) — impila in verticale per non sovrapporre le etichette */
@media (max-width: 1024px) {
    .pa-trust-row.pa-trust-3 { grid-template-columns: repeat(3, 1fr); gap: .4rem .3rem !important; }
    .pa-trust-row.pa-trust-3 .pa-trust-item { flex-direction: column; gap: .12rem; min-width: 0; line-height: 1.1; font-size: .72rem !important; text-align: center; }
    .pa-trust-row.pa-trust-3 .pa-trust-item .l { font-size: .66rem; color: #b9b3ad; }
}
.pa-book-reassure { margin: 0 0 1rem; font-size: .85rem; color: #cbbfb4; display: flex; align-items: center; gap: .45rem; justify-content: center; text-align: center; }
.pa-book-reassure i { color: #4ade80; }

/* ---------- "Attività in breve" bullet list ---------- */
.pa-brief { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: .75rem; }
.pa-brief li { display: flex; align-items: flex-start; gap: .75rem; color: var(--ink-2); font-size: clamp(1rem, 1.6vw, 1.12rem); line-height: 1.55; }
.pa-brief li i { color: #16a34a; margin-top: .35rem; flex: 0 0 auto; }

/* ---------- "Mostra di più" collapsible (esperienza completa) ---------- */
.pa-more { max-width: 880px; margin: 0 auto; }
.pa-more-content { overflow: hidden; max-height: 0; padding-top: 0; transition: max-height .55s cubic-bezier(.2,.7,.2,1), padding-top .55s ease; }
.pa-more.open .pa-more-content { padding-top: 3rem; }
.pa-more-btn { margin-top: 1.6rem; display: inline-flex; align-items: center; gap: .6rem; cursor: pointer; font: inherit; font-weight: 700; font-size: 1rem;
    color: var(--magma); background: #fff; border: 1.5px solid var(--magma); padding: .85rem 1.7rem; border-radius: 999px; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.pa-more-btn:hover { background: var(--magma); color: #fff; box-shadow: 0 14px 30px -14px rgba(2,132,199,.7); }
.pa-more-btn i { transition: transform .3s ease; }
.pa-more.open .pa-more-btn i { transform: rotate(180deg); }
.pa-more-btn .less-label { display: none; }
.pa-more.open .pa-more-btn .more-label { display: none; }
.pa-more.open .pa-more-btn .less-label { display: inline; }

/* ---------- floating booking card (desktop): scorre con la pagina, sparisce sul form ---------- */
.pa-aside { position: fixed; top: 50%; right: 1.5rem; transform: translateY(-50%) translateX(125%); z-index: 55; width: 300px;
    background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.5rem; box-shadow: 0 34px 80px -34px rgba(20,17,15,.5);
    opacity: 0; pointer-events: none; transition: transform .5s cubic-bezier(.2,.7,.2,1), opacity .4s ease; }
.pa-aside.show { transform: translateY(-50%) translateX(0); opacity: 1; pointer-events: auto; }
.pa-aside-badge { display: inline-flex; align-items: center; gap: .4rem; background: #f0f9ff; color: var(--magma-d); font-weight: 800; font-size: .72rem;
    letter-spacing: .04em; text-transform: uppercase; padding: .35rem .75rem; border-radius: 999px; margin-bottom: .9rem; }
.pa-aside-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: .35rem; line-height: 1; }
.pa-aside-price .from { color: var(--muted); font-weight: 600; font-size: .95rem; }
.pa-aside-price b { font-size: 2.2rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.pa-aside-price small { width: 100%; color: var(--muted); font-weight: 600; font-size: .82rem; margin-top: .2rem; }
.pa-aside-rating { display: flex; flex-wrap: wrap; align-items: center; gap: .2rem .4rem; margin-top: .65rem; font-size: .9rem; color: var(--ink-2); }
.pa-aside-rating .stars { color: #facc15; letter-spacing: .05em; font-size: .82rem; white-space: nowrap; flex: 0 0 auto; }
.pa-aside-rating b { color: var(--ink); font-weight: 800; }
.pa-aside-rating .rev { color: var(--muted); font-weight: 600; }
.pa-aside-meta { list-style: none; margin: 1rem 0 1.25rem; padding: 0; display: grid; gap: .5rem; }
.pa-aside-meta li { display: flex; align-items: center; gap: .55rem; color: var(--ink-2); font-size: .9rem; font-weight: 600; }
.pa-aside-meta li i { color: #16a34a; }
.pa-aside .pa-btn { width: 100%; }
.pa-aside-wa { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: .7rem; font-weight: 700; font-size: .92rem;
    color: #1eb858; text-decoration: none; }
.pa-aside-wa:hover { color: #128c43; }
/* Hide the floating card where there isn't room beside the 1180px content column */
@media (max-width: 1366px) { .pa-aside { display: none; } }

/* ---------- mobile refinements (full-viewport hero, compact spacing, 2x2 trust) ---------- */
@media (max-width: 1024px) {
    /* Make the hero occupy full viewport height minus the trust strip to act as a single landing page */
    .pa-hero,
    .pa-hero.pa-hero-compact {
        min-height: calc(100vh - 100px);
        min-height: calc(100svh - 100px);
        align-items: flex-end;
    }
    .pa-hero-inner {
        padding-top: 6.5rem;
        padding-bottom: 1.5rem;
    }
    .pa-hero h1 {
        font-size: clamp(2.1rem, 6.5vw, 2.75rem) !important;
        margin: 0.8rem 0 0.5rem !important;
        line-height: 1.1 !important;
    }
    .pa-hero p.pa-hero-sub {
        font-size: 1.02rem !important;
        margin: 0 0 1rem !important;
        line-height: 1.4 !important;
    }
    .pa-hero-rating {
        margin-bottom: 1.2rem !important;
    }
    .pa-hero-cta {
        gap: 0.6rem !important;
    }
    .pa-hero-price {
        font-size: 0.95rem;
    }
    .pa-hero-price b {
        font-size: 1.4rem;
    }
    .pa-hero-pills {
        margin-top: 1.2rem !important;
        gap: 0.45rem !important;
    }
    .pa-pill {
        padding: 0.4rem 0.85rem !important;
        font-size: 0.78rem !important;
    }
    .pa-scroll-cue {
        display: none;
    }
    .pa-trust {
        padding: 0 !important;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .pa-trust-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem 0.5rem !important;
        width: 100%;
    }
    .pa-trust-sep {
        display: none;
    }
    .pa-trust-item {
        justify-content: center;
        font-size: 0.85rem !important;
    }
    .pa-trust-item img {
        width: 1.35rem !important;
        height: 1.35rem !important;
    }
}

/* =====================================================================
   TEMA AZZURRO — fix di contorno globali (template, tutte le escursioni)
   --magma è già azzurro nel :root. Qui correggo ciò che NON deve seguirlo
   e porto navbar / trust / stats / recensioni allo stesso celeste dell'home.
   ===================================================================== */
/* stelle recensioni e social proof: restano ORO */
.rv-card-stars, .rv-trust-stars, .pa-hero-stars { color: #f59e0b !important; }
/* bollini delle rassicurazioni hero: VERDI */
.pa-hero-reassure i { color: #16a34a; }
/* ombre arancioni hardcoded → azzurre, niente pulse arancione */
.pa-btn-primary { box-shadow: 0 16px 38px -14px rgba(2,132,199,.55); }
.pa-btn-primary:hover { box-shadow: 0 22px 46px -14px rgba(2,132,199,.7); }
.pa-step-dot { box-shadow: 0 8px 18px -8px rgba(2,132,199,.8); }
.pa-sticky .pa-btn { animation: none; box-shadow: 0 10px 22px -10px rgba(2,132,199,.85); }
.pa-grad { background: linear-gradient(120deg,#0ea5e9,#38bdf8 60%,#7dd3fc); -webkit-background-clip: text; background-clip: text; }
.pa-urgency { background: #eff6ff; border-color: #bfdbfe; }
.pa-aside-badge { background: #e0f2fe; }

/* TRUST STRIP → celeste */
.pa-trust { background: linear-gradient(180deg,#f0f9ff,#e0f2fe); color: #14110f; }
.pa-trust-item .s { color: #14110f; }
.pa-trust-item .l { color: #475569; }
.pa-trust-sep { background: rgba(2,132,199,.2); }
.pa-trust img { filter: none !important; }
.pa-trust-item i.ok { color: #16a34a; }

/* STATS → celeste */
.pa-dark { background: linear-gradient(180deg,#e0f2fe,#f0f9ff); color: #14110f; }
.pa-dark .pa-lead { color: #3f3a36; }
.pa-dark .pa-stat .n { color: #0c4a6e; }
.pa-dark .pa-stat .t { color: #475569; }

/* SEZIONE RECENSIONI → identica all'home (azzurro chiaro, card bianche) */
.rv-section { background: linear-gradient(180deg,#f0f9ff,#e0f2fe) !important; color: #14110f !important; }
.rv-section h2 { color: #0c4a6e !important; }
.rv-section .bg-magma\/20 { background: rgba(2,132,199,.12) !important; color: #0284c7 !important; border-color: rgba(2,132,199,.3) !important; }
.rv-section .rv-platform img { filter: none !important; }
.rv-platform-score { color: #14110f !important; }
.rv-platform-name, .rv-trust-label { color: #475569 !important; }
.rv-tab { color: #475569 !important; border-color: #cbd5e1 !important; }
.rv-tab.is-active { background: #0284c7 !important; border-color: #0284c7 !important; color: #fff !important; }
.rv-card { background: #fff !important; border-color: #cfe6fb !important; box-shadow: 0 20px 44px -34px rgba(2,132,199,.45) !important; }
.rv-card:hover { border-color: #0284c7 !important; }
.rv-card-text { color: #3f3a36 !important; }
.rv-card-name { color: #14110f !important; }
.rv-card-src { color: #64748b !important; }
.rv-card-more { color: #0284c7 !important; }
.rv-nav { background: #0284c7 !important; color: #fff !important; }

/* NAVBAR (escursioni) → accenti azzurri come l'home */
#main-nav .text-magma, #mobile-menu-container .text-magma { color: #38bdf8 !important; }
#main-nav .hover\:text-magma:hover, #mobile-menu-container .hover\:text-magma:hover { color: #38bdf8 !important; }
#main-nav .group:hover .group-hover\:text-magma { color: #38bdf8 !important; }
#main-nav .bg-magma, #mobile-menu-container .bg-magma { background: #0ea5e9 !important; }
#main-nav .hover\:bg-magma-dark:hover { background: #0284c7 !important; }
#main-nav { background: rgba(28,49,71,.45) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#main-nav.bg-volcanic\/60, #main-nav.bg-volcanic\/80 { background: rgba(30,52,74,.74) !important; }
#mobile-lang-bar { background: #e0f2fe !important; border-bottom-color: #bfdbfe !important; }
#mobile-lang-bar .bg-white\/20 { background: rgba(2,132,199,.22) !important; }
/* bottone "Prenota Ora" nella navbar: niente alone arancione */
#main-nav a.bg-magma, #mobile-menu-container a.bg-magma { box-shadow: 0 10px 22px -8px rgba(2,132,199,.45) !important; }

/* FORM PRENOTAZIONE (.bf-*) → azzurro (niente peach/arancio) */
.bf-card { box-shadow: 0 34px 72px -34px rgba(15,40,70,.4), 0 6px 18px -12px rgba(15,40,70,.16); }
.bf-price { background: linear-gradient(135deg,#f0f9ff,#ffffff); border-color: #cfe8fb; }
.bf-price-from { color: #0284c7; }
.bf-private { background: #f0f9ff; border-color: #bfe3fb; }
.bf-private:hover { border-color: #38bdf8; }
.bf-private:has(input:checked) { border-color: #0ea5e9; box-shadow: 0 0 0 3px rgba(14,165,233,.14); background: #e6f5fe; }
.bf-private-text { color: #475569; }
.bf-private-text strong { color: #0c4a6e; }
.bf-warning { background: #f0f9ff; border-color: #bfe3fb; color: #0c4a6e; }
.bf-warning strong { color: #0369a1; }
.bf-input:focus, .bf-select:focus { box-shadow: 0 0 0 3px rgba(14,165,233,.18); }
.bf-flag:has(input:checked) { box-shadow: 0 0 0 3px rgba(14,165,233,.16); background: #eff8fe; }
.bf-submit { box-shadow: 0 14px 30px -12px rgba(2,132,199,.7); }
.bf-submit:hover { box-shadow: 0 18px 38px -12px rgba(2,132,199,.82); }

/* "Sole" / orb arancione nella sezione recensioni → azzurro tenue */
.rv-section .bg-magma { background: #7dd3fc !important; }
.rv-section .bg-purple-900 { background: #bae6fd !important; }
.rv-section .text-magma { color: #0284c7 !important; }
.rv-section .border-magma\/30 { border-color: rgba(2,132,199,.3) !important; }

/* FOOTER → celeste, identico all'home (prova-alcantara.css carica solo sulle escursioni) */
footer { color: #14110f !important; }
footer .bg-gradient-to-t { background: linear-gradient(to top,#ffffff,#f6fbff 55%,#eaf4fc) !important; }
footer img.grayscale { filter: grayscale(1) brightness(1.5) !important; opacity: .05 !important; }
footer .text-white, footer h4, footer h5 { color: #14110f !important; }
footer .text-gray-300 { color: #4a4540 !important; }
footer .text-gray-400 { color: #6b6660 !important; }
footer .text-gray-500, footer .text-gray-600 { color: #8a847c !important; }
footer .border-white\/10 { border-color: #e0eef9 !important; }
footer .text-magma { color: #0284c7 !important; }
footer .bg-magma { background: #0ea5e9 !important; }
footer .bg-magma\/10 { background: rgba(14,165,233,.12) !important; }
footer .hover\:text-magma:hover { color: #0284c7 !important; }
footer .hover\:bg-magma:hover { background: #0ea5e9 !important; }
footer .hover\:border-magma:hover { border-color: #0ea5e9 !important; }
footer .group:hover .group-hover\:bg-magma { background: #0ea5e9 !important; }
footer .bg-white\/5 { background: #eef6fd !important; border-color: #d4e7f6 !important; }
footer .bg-white\/5 i { color: #0284c7 !important; }
footer .group:hover i { color: #ffffff !important; }

/* =====================================================================
   FORM PRENOTAZIONE A STEP (wizard) — condiviso da tutti i tour
   ===================================================================== */
.bf-card { border-radius:24px; }
.bf-card .bf-input, .bf-card .bf-select { border-radius:14px; }
.bf-stepper { display:flex; align-items:flex-start; margin:.3rem 0 1.5rem; }
.bf-stepper-item { display:flex; flex-direction:column; align-items:center; gap:.4rem; flex:0 0 auto; width:64px; }
.bf-stepper-num { width:40px; height:40px; border-radius:50%; display:grid; place-items:center; font-weight:800; font-size:.95rem; background:#eef2f7; color:#94a3b8; border:2px solid #eef2f7; transition:all .3s ease; }
.bf-stepper-num i { font-size:.85rem; }
.bf-stepper-lbl { font-size:.64rem; font-weight:700; text-transform:uppercase; letter-spacing:.03em; color:#94a3b8; transition:color .3s; text-align:center; }
.bf-stepper-line { flex:1; height:3px; background:#eef2f7; margin:19px .1rem 0; border-radius:999px; position:relative; overflow:hidden; }
.bf-stepper-line::after { content:''; position:absolute; inset:0; width:0; background:linear-gradient(90deg,#0ea5e9,#38bdf8); transition:width .45s ease; }
.bf-stepper-line.fill::after { width:100%; }
.bf-stepper-item.on .bf-stepper-num { background:#fff; color:#0284c7; border-color:#0ea5e9; box-shadow:0 0 0 5px rgba(14,165,233,.16); transform:scale(1.06); }
.bf-stepper-item.done .bf-stepper-num { background:linear-gradient(135deg,#0ea5e9,#38bdf8); color:#fff; border-color:transparent; }
.bf-stepper-item.on .bf-stepper-lbl, .bf-stepper-item.done .bf-stepper-lbl { color:#0f172a; }
.bf-step { display:none; }
.bf-step.on { display:flex; flex-direction:column; gap:0.95rem; animation:bfIn .38s cubic-bezier(.2,.7,.2,1); }
@keyframes bfIn { from{opacity:0;transform:translateX(16px)} to{opacity:1;transform:none} }
.bf-wiz-head { font-size:1.08rem; font-weight:800; color:#0f172a; margin-bottom:1.05rem; display:flex; align-items:center; gap:.55rem; }
.bf-wiz-head i { color:#0ea5e9; }
.bf-count-grid { display:grid; gap:.6rem; margin-bottom:.2rem; }
.bf-count-lbl { font-size:.62rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:#8a8178; margin-bottom:.25rem; display:block; }
.bf-wiz-nav { display:flex; gap:.7rem; margin-top:1.35rem; }
.bf-btn-prev { flex:0 0 auto; border:1.5px solid #d7e6f3; background:#fff; color:#0f172a; font:inherit; font-weight:700; padding:.72rem 1.25rem; border-radius:14px; cursor:pointer; transition:background .2s, border-color .2s; }
.bf-btn-prev:hover { background:#f0f9ff; border-color:#0ea5e9; }
.bf-step .bf-submit[data-next], .bf-step .bf-submit[type=submit] { flex:1; }

/* Avoid floating elements collision with mobile sticky booking bar */
@media (max-width: 1024px) {
    body:has(.pa-sticky.show) .wa-floating {
        transform: translateY(-72px);
    }
    body:has(.pa-sticky.show) .back-to-top {
        transform: translateY(-72px) scale(1);
    }
    body:has(.pa-sticky.show) .back-to-top:hover {
        transform: translateY(-72px) scale(1.06);
    }
}

/* La barra sticky mobile ("Prenota") copre l'ultima riga del footer
   (privacy / termini): sulle pagine tour il footer si tiene lo spazio. */
@media (max-width: 1024px) {
    body:has(.pa-sticky) footer { padding-bottom: 7.5rem; }
}
