/* ============================================
   HOESCAPE HOME — PAGE-SPECIFIC CSS
   Estende hoescape.css con stili solo per la home.
   Le sezioni hero/search/stats sono in hoescape.css (portal-wide).
   Qui restano gli stili "OFFERTE TOP" legacy (sotto stats bar).
   ============================================ */

html[data-skin="hoe"] .hoe-section-title {
    color: var(--hoescape-primary, #1e3c72);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 26px;
    margin: 0 0 28px;
}
html[data-skin="hoe"] .hoe-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--hoescape-primary, #1e3c72);
    color: #fff;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}
html[data-skin="hoe"] .hoe-btn-primary:hover {
    background: var(--hoescape-primary-dark, #152a4f);
    color: #fff;
}
/* ─────────────── DESTINATION AUTOCOMPLETE DROPDOWN ─────────────── */
html[data-skin="hoe"] .search-destination .search-input-wrap { position: relative; }
html[data-skin="hoe"] .destination-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.14);
    padding: 8px 0;
    z-index: 1000;
    max-height: 380px;
    overflow-y: auto;
    border: 1px solid #E5E7EB;
}
html[data-skin="hoe"] .destination-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 16px 6px;
}
html[data-skin="hoe"] .destination-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 16px;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    color: #1e3c72;
}
html[data-skin="hoe"] .destination-item:hover {
    background: rgba(164, 198, 57, 0.10);
}
html[data-skin="hoe"] .destination-item-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e3c72;
}
html[data-skin="hoe"] .destination-item-sub {
    font-size: 12px;
    color: #6B7280;
    margin-top: 2px;
}
html[data-skin="hoe"] .destination-empty {
    padding: 14px 16px;
    color: #6B7280;
    font-size: 14px;
}
html[data-skin="hoe"] .hoe-dest-group {
    padding: 10px 16px 4px;
    margin-top: 4px;
    border-top: 1px solid #E5E7EB;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6B7280;
}

/* Desktop: bigger destination dropdown items for readability */
@media (min-width: 992px) {
    html[data-skin="hoe"] .destination-dropdown {
        padding: 10px 0;
        max-height: 460px;
    }
    html[data-skin="hoe"] .destination-section-label {
        font-size: 13px;
        padding: 10px 20px 8px;
    }
    html[data-skin="hoe"] .destination-item {
        padding: 14px 20px;
    }
    html[data-skin="hoe"] .destination-item-title {
        font-size: 18px;
        font-weight: 700;
    }
    html[data-skin="hoe"] .destination-item-sub {
        font-size: 14px;
        margin-top: 3px;
    }
    html[data-skin="hoe"] .destination-empty {
        padding: 18px 20px;
        font-size: 16px;
    }
}

/* ─────────────── SEARCH input clean state ─────────────── */
html[data-skin="hoe"] .search-input[type="text"]:not(.search-guests-btn) {
    appearance: none;
}

/* ============================================
   HOME COPY REVAMP (2026-05-14) — mobile-first
   USP / Audience / FAQ / Newsletter / CTA finale
   ============================================ */

/* ─── Footer trust signal (Hoescape only) ─── */
html[data-skin="hoe"] .v2-footer-trust {
    margin: 14px 0 0;
    font-size: 12px;
    color: rgba(255,255,255,0.62);
    line-height: 1.4;
}

/* ─── Section head (eyebrow + title + sub) ─── */
html[data-skin="hoe"] .hoe-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}
html[data-skin="hoe"] .hoe-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: var(--hoescape-accent-hover);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
html[data-skin="hoe"] .hoe-eyebrow--light { color: var(--hoescape-accent); }
html[data-skin="hoe"] .hoe-section-sub {
    color: var(--hoescape-gray-700);
    font-size: 15px;
    margin: 8px 0 0;
}
/* ─── WhatsApp button (riusato in CTA finale) ─── */
html[data-skin="hoe"] .hoe-btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    min-height: 44px;
    transition: var(--hoescape-transition);
}
html[data-skin="hoe"] .hoe-btn-wa:hover {
    background: #1ebe57;
    color: #fff;
}
html[data-skin="hoe"] .hoe-btn-wa--lg {
    padding: 14px 26px;
    font-size: 16px;
    min-height: 52px;
}
html[data-skin="hoe"] .hoe-btn-primary--lg {
    padding: 14px 26px;
    font-size: 16px;
    min-height: 52px;
}

/* ─── USP STRIP ─── */
html[data-skin="hoe"] .hoe-usp {
    padding: 56px 0;
    background: #fff;
}
html[data-skin="hoe"] .hoe-usp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
html[data-skin="hoe"] .hoe-usp-card {
    background: var(--hoescape-gray-100);
    border-radius: var(--hoescape-radius);
    padding: 28px 22px;
    text-align: center;
}
html[data-skin="hoe"] .hoe-usp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(164, 198, 57, 0.18);
    color: var(--hoescape-accent-hover);
    font-size: 26px;
    margin-bottom: 14px;
}
html[data-skin="hoe"] .hoe-usp-title {
    color: var(--hoescape-primary);
    font-weight: 800;
    font-size: 17px;
    margin: 0 0 8px;
}
html[data-skin="hoe"] .hoe-usp-body {
    color: var(--hoescape-gray-700);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* ─── AUDIENCE STRIP ─── */
html[data-skin="hoe"] .hoe-audience {
    padding: 56px 0;
    background: var(--hoescape-gray-100);
}
html[data-skin="hoe"] .hoe-audience-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
html[data-skin="hoe"] .hoe-audience-card {
    display: block;
    background: #fff;
    border-radius: var(--hoescape-radius);
    padding: 24px 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--hoescape-shadow);
    transition: var(--hoescape-transition);
    border: 1px solid transparent;
}
html[data-skin="hoe"] .hoe-audience-card:hover {
    transform: translateY(-3px);
    border-color: var(--hoescape-accent);
    color: inherit;
}
html[data-skin="hoe"] .hoe-audience-emoji {
    display: block;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 12px;
}
html[data-skin="hoe"] .hoe-audience-title {
    color: var(--hoescape-primary);
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 6px;
}
html[data-skin="hoe"] .hoe-audience-body {
    color: var(--hoescape-gray-700);
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* ─── NEWSLETTER ─── */
html[data-skin="hoe"] .hoe-newsletter {
    padding: 56px 0;
    background: var(--hoescape-primary);
    color: #fff;
}
html[data-skin="hoe"] .hoe-newsletter-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
html[data-skin="hoe"] .hoe-newsletter-title {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1.25;
}
html[data-skin="hoe"] .hoe-newsletter-sub {
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    margin: 0 0 22px;
}
html[data-skin="hoe"] .hoe-newsletter-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto;
}
html[data-skin="hoe"] .hoe-newsletter-input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 999px;
    border: 0;
    font-size: 16px;
    color: var(--hoescape-primary);
    min-height: 48px;
}
html[data-skin="hoe"] .hoe-newsletter-input:focus {
    outline: 3px solid var(--hoescape-accent);
    outline-offset: 2px;
}
html[data-skin="hoe"] .hoe-newsletter-btn {
    background: var(--hoescape-accent);
    color: var(--hoescape-primary-dark);
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    min-height: 48px;
    transition: var(--hoescape-transition);
}
html[data-skin="hoe"] .hoe-newsletter-btn:hover:not(:disabled) {
    background: var(--hoescape-accent-hover);
}
html[data-skin="hoe"] .hoe-newsletter-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
html[data-skin="hoe"] .hoe-newsletter-privacy {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin: 14px 0 0;
}
html[data-skin="hoe"] .hoe-newsletter-privacy a {
    color: var(--hoescape-accent);
    text-decoration: underline;
}
html[data-skin="hoe"] .hoe-newsletter-status {
    margin: 14px 0 0;
    font-size: 14px;
    font-weight: 600;
    min-height: 22px;
}
html[data-skin="hoe"] .hoe-newsletter-status.is-success { color: var(--hoescape-accent); }
html[data-skin="hoe"] .hoe-newsletter-status.is-error { color: #ffcccc; }

/* ─── CTA FINALE (lime band) ─── */
html[data-skin="hoe"] .hoe-cta-final {
    padding: 56px 0;
    background: var(--hoescape-accent);
}
html[data-skin="hoe"] .hoe-cta-final-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
html[data-skin="hoe"] .hoe-cta-final-title {
    color: var(--hoescape-primary-dark);
    font-weight: 800;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 12px;
}
html[data-skin="hoe"] .hoe-cta-final-sub {
    color: var(--hoescape-primary-dark);
    font-size: 15px;
    margin: 0 0 24px;
    opacity: 0.92;
}
html[data-skin="hoe"] .hoe-cta-final-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
html[data-skin="hoe"] .hoe-cta-final-actions .hoe-btn-primary,
html[data-skin="hoe"] .hoe-cta-final-actions .hoe-btn-wa {
    width: 100%;
    max-width: 360px;
    justify-content: center;
}

/* ─── Tablet ≥ 576px: tab pills inline ─── */
@media (min-width: 576px) {
    html[data-skin="hoe"] .hoe-newsletter-form {
        grid-template-columns: 1fr auto;
        align-items: stretch;
    }
    html[data-skin="hoe"] .hoe-cta-final-actions {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    html[data-skin="hoe"] .hoe-cta-final-actions .hoe-btn-primary,
    html[data-skin="hoe"] .hoe-cta-final-actions .hoe-btn-wa {
        width: auto;
    }
}

/* ─── Tablet ≥ 768px: 2 col USP, 2 col Audience ─── */
@media (min-width: 768px) {
    html[data-skin="hoe"] .hoe-usp-grid { grid-template-columns: repeat(2, 1fr); }
    html[data-skin="hoe"] .hoe-audience-grid { grid-template-columns: repeat(2, 1fr); }
    html[data-skin="hoe"] .hoe-newsletter-title { font-size: 28px; }
    html[data-skin="hoe"] .hoe-cta-final-title { font-size: 30px; }
}

/* ─── Desktop ≥ 992px: 3 col USP, 4 col Audience, sezioni più ariose ─── */
@media (min-width: 992px) {
    html[data-skin="hoe"] .hoe-usp,
    html[data-skin="hoe"] .hoe-audience,
    html[data-skin="hoe"] .hoe-newsletter,
    html[data-skin="hoe"] .hoe-cta-final {
        padding: 80px 0;
    }
    html[data-skin="hoe"] .hoe-usp-grid { grid-template-columns: repeat(3, 1fr); }
    html[data-skin="hoe"] .hoe-audience-grid { grid-template-columns: repeat(4, 1fr); }
    html[data-skin="hoe"] .hoe-section-title { font-size: 32px; }
    html[data-skin="hoe"] .hoe-cta-final-title { font-size: 36px; }
    html[data-skin="hoe"] .hoe-newsletter-title { font-size: 32px; }
}

/* ─── RICHIESTE RECENTI (carosello social proof) ─── */
html[data-skin="hoe"] .hoe-recent {
    padding: 56px 0;
    background: #fff;
}
html[data-skin="hoe"] .hoe-recent-wrap {
    position: relative;
}
html[data-skin="hoe"] .hoe-recent-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 12px;
    scrollbar-width: none;          /* Firefox */
}
html[data-skin="hoe"] .hoe-recent-track::-webkit-scrollbar {
    display: none;                  /* Chrome/Safari */
}
html[data-skin="hoe"] .hoe-recent-card {
    flex: 0 0 auto;
    width: 300px;
    scroll-snap-align: start;
    display: block;
    background: #fff;
    border-radius: var(--hoescape-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--hoescape-shadow);
    transition: var(--hoescape-transition);
    border: 1px solid transparent;
}
html[data-skin="hoe"] .hoe-recent-card:hover {
    transform: translateY(-3px);
    border-color: var(--hoescape-accent);
    color: inherit;
}
html[data-skin="hoe"] .hoe-recent-img {
    aspect-ratio: 16 / 10;
    background: var(--hoescape-gray-100);
    overflow: hidden;
}
html[data-skin="hoe"] .hoe-recent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html[data-skin="hoe"] .hoe-recent-body {
    padding: 18px 20px 20px;
}
html[data-skin="hoe"] .hoe-recent-loc {
    font-size: 13px;
    font-weight: 700;
    color: var(--hoescape-accent-hover);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}
/* Bigger/cleaner card — mirrors the InfoIschia "rrc" card: no reserved
   2-line min-height (it pushed the dates far from the title), dates and
   price enlarged, dates sit right under the hotel-name title. */
html[data-skin="hoe"] .hoe-recent-name {
    color: var(--hoescape-primary);
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
html[data-skin="hoe"] .hoe-recent-dates {
    font-size: 19px;
    font-weight: 700;
    color: var(--hoescape-primary);
    margin-bottom: 10px;
}
html[data-skin="hoe"] .hoe-recent-dates i,
html[data-skin="hoe"] .hoe-recent-loc i {
    margin-right: 6px;
}
html[data-skin="hoe"] .hoe-recent-dates i {
    color: var(--hoescape-accent-hover);
}
html[data-skin="hoe"] .hoe-recent-desc {
    font-size: 16px;
    font-weight: 600;
    color: var(--hoescape-gray-700);
    margin-bottom: 12px;
}
html[data-skin="hoe"] .hoe-recent-price {
    color: var(--hoescape-primary);
    font-size: 15px;
}
html[data-skin="hoe"] .hoe-recent-price strong {
    font-size: 34px;
    font-weight: 800;
    margin-right: 6px;
}
html[data-skin="hoe"] .hoe-recent-nav {
    display: none;                  /* mobile: native swipe */
}

@media (min-width: 992px) {
    html[data-skin="hoe"] .hoe-recent { padding: 80px 0; }
    html[data-skin="hoe"] .hoe-recent-card { width: 380px; }
    html[data-skin="hoe"] .hoe-recent-track {
        scroll-padding-left: 2px;
    }
    html[data-skin="hoe"] .hoe-recent-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: none;
        background: var(--hoescape-primary);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        z-index: 2;
        box-shadow: var(--hoescape-shadow);
        transition: var(--hoescape-transition);
    }
    html[data-skin="hoe"] .hoe-recent-nav:hover {
        background: var(--hoescape-primary-dark);
    }
    html[data-skin="hoe"] .hoe-recent-nav--prev { left: -18px; }
    html[data-skin="hoe"] .hoe-recent-nav--next { right: -18px; }
    html[data-skin="hoe"] .hoe-recent-nav[disabled] {
        opacity: 0.35;
        cursor: default;
    }
}

/* ============================================
   DESTINAZIONI — strip che linka le landing page
   ============================================ */
html[data-skin="hoe"] .hoe-dest {
    padding: 56px 0;
    background: var(--hoescape-gray-100);
}
html[data-skin="hoe"] .hoe-dest-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
html[data-skin="hoe"] .hoe-dest-card {
    position: relative;
    display: block;
    border-radius: var(--hoescape-radius);
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    box-shadow: var(--hoescape-shadow);
    transition: var(--hoescape-transition);
    border: 1px solid transparent;
}
html[data-skin="hoe"] .hoe-dest-card:hover {
    transform: translateY(-3px);
    border-color: var(--hoescape-accent);
    color: #fff;
}
html[data-skin="hoe"] .hoe-dest-img {
    position: relative;
    aspect-ratio: 16 / 11;
    background: var(--hoescape-gray-100);
}
html[data-skin="hoe"] .hoe-dest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html[data-skin="hoe"] .hoe-dest-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0,0,0,0) 38%, rgba(0,0,0,0.20) 62%, rgba(0,0,0,0.72) 100%);
}
html[data-skin="hoe"] .hoe-dest-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 22px 22px;
}
html[data-skin="hoe"] .hoe-dest-name {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 6px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
html[data-skin="hoe"] .hoe-dest-tagline {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 12px;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 4px rgba(0,0,0,0.55);
    max-width: 90%;
}
html[data-skin="hoe"] .hoe-dest-price {
    display: inline-block;
    background: var(--hoescape-accent);
    color: var(--hoescape-primary);
    font-weight: 800;
    font-size: 17px;
    padding: 7px 16px;
    border-radius: 999px;
}
html[data-skin="hoe"] .hoe-dest-price small {
    font-weight: 600;
    font-size: 12px;
}
html[data-skin="hoe"] .hoe-dest-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.92);
    color: var(--hoescape-primary);
    font-weight: 700;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 999px;
}
/* Trust strip under the section head */
html[data-skin="hoe"] .hoe-dest-trust {
    list-style: none;
    margin: 0 auto 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    max-width: 860px;
}
html[data-skin="hoe"] .hoe-dest-trust li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: var(--hoescape-gray-700);
}
html[data-skin="hoe"] .hoe-dest-trust li i {
    color: var(--hoescape-accent-hover);
    font-size: 15px;
}

/* ============================================
   RIGHE STILE NETFLIX — una per destinazione
   ============================================ */
html[data-skin="hoe"] .hoe-nfx {
    padding: 56px 0;
    background: #fff;
}
html[data-skin="hoe"] .hoe-nfx-row {
    margin-top: 36px;
}
html[data-skin="hoe"] .hoe-nfx-row:first-child {
    margin-top: 0;
}
html[data-skin="hoe"] .hoe-nfx-rowhead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
html[data-skin="hoe"] .hoe-nfx-rowtitle {
    font-size: 20px;
    font-weight: 800;
    color: var(--hoescape-primary);
    margin: 0;
}
html[data-skin="hoe"] .hoe-nfx-rowlink {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: var(--hoescape-accent-hover);
    text-decoration: none;
    white-space: nowrap;
}
html[data-skin="hoe"] .hoe-nfx-rowlink:hover {
    color: var(--hoescape-primary);
}
html[data-skin="hoe"] .hoe-nfx-wrap {
    position: relative;
}
/* The track reuses .hoe-recent-track (flex + scroll-snap + hidden
   scrollbar + touch momentum) via a shared class in the markup. */
html[data-skin="hoe"] .hoe-nfx-all {
    flex: 0 0 auto;
    width: 220px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    text-decoration: none;
    background: var(--hoescape-accent);
    color: var(--hoescape-primary);
    border-radius: var(--hoescape-radius);
    box-shadow: var(--hoescape-shadow);
    transition: var(--hoescape-transition);
    padding: 24px 18px;
}
html[data-skin="hoe"] .hoe-nfx-all:hover {
    background: var(--hoescape-accent-hover);
    color: var(--hoescape-primary);
    transform: translateY(-3px);
}
html[data-skin="hoe"] .hoe-nfx-all-icon {
    font-size: 34px;
    line-height: 1;
}
html[data-skin="hoe"] .hoe-nfx-all-txt {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}
html[data-skin="hoe"] .hoe-nfx-all-txt strong {
    font-size: 17px;
    font-weight: 800;
}

/* Destinazioni: 1 card grande su mobile, 2 grandi per riga da tablet
   in su (le card sono volutamente grandi → foto alta + testo). */
@media (min-width: 768px) {
    html[data-skin="hoe"] .hoe-dest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    html[data-skin="hoe"] .hoe-dest { padding: 80px 0; }
    html[data-skin="hoe"] .hoe-nfx { padding: 80px 0; }
    html[data-skin="hoe"] .hoe-dest-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    html[data-skin="hoe"] .hoe-dest-name { font-size: 32px; }
    html[data-skin="hoe"] .hoe-dest-tagline { font-size: 16px; }
    html[data-skin="hoe"] .hoe-nfx-rowtitle { font-size: 24px; }
    html[data-skin="hoe"] .hoe-nfx-all { width: 280px; }
}

/* ============================================
   HERO MOBILE — compatto: solo titolo + testo,
   poi subito il motore (no foto/gradiente).
   Carica DOPO hoescape.css → vince a parità di
   specificità sulle regole hero mobile base.
   ============================================ */
@media (max-width: 767.98px) {
    html[data-skin="hoe"] .hero-section {
        padding-top: 10px;
        padding-bottom: 0;
    }
    html[data-skin="hoe"] .hero-content {
        padding-top: 4px;
        padding-bottom: 8px;
    }
    html[data-skin="hoe"] .hero-title {
        margin-bottom: 8px;
        line-height: 1.12;
    }
    html[data-skin="hoe"] .hero-subtitle {
        margin: 0 0 4px;
        line-height: 1.45;
    }
    /* Motore subito sotto il testo, niente spazio morto */
    html[data-skin="hoe"] .search-box {
        margin-top: 6px;
        margin-bottom: 24px;
    }
}

@media (max-width: 575.98px) {
    html[data-skin="hoe"] .hero-title {
        font-size: 30px;
        margin-bottom: 6px;
    }
    html[data-skin="hoe"] .hero-subtitle {
        font-size: 14.5px;
    }
}
