/* ─────────────────────────────────────────
   RESET / BASE (estratto da custom.css)
───────────────────────────────────────── */

/* ─────────────────────────────────────────
   NAV PLACEHOLDER (solo anteprima)
───────────────────────────────────────── */

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.fb-stag-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;

}

.fb-stag-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 0 24px;
    margin: 100px auto 0;
    text-align: center;
}

.fb-stag-hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fb-gold);
    margin-bottom: 20px;
}

.fb-stag-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 5.5vw, 4.4rem);
    font-weight: 700;
    color: var(--fb-white);
    line-height: 1.1;
    margin-bottom: 24px;
}

.fb-stag-hero__title em {
    font-style: italic;
    color: var(--fb-gold);
}

.fb-stag-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin-bottom: 44px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.fb-stag-hero__numbers {
    display: flex;
    justify-content: center;
    gap: 0;
    border: 1px solid rgba(200, 150, 42, 0.3);
    border-radius: var(--fb-radius-md);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    max-width: 640px;
    margin: 0 auto 44px;
}

.fb-stag-hero__num {
    flex: 1;
    padding: 22px 16px;
    text-align: center;
    border-right: 1px solid rgba(200, 150, 42, 0.2);
}

.fb-stag-hero__num:last-child {
    border-right: none;
}

.fb-stag-hero__num-value {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--fb-gold);
    line-height: 1;
}

.fb-stag-hero__scroll {
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.fb-stag-hero__scroll-mouse {
    width: 28px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6px;
}

.fb-stag-hero__scroll-wheel {
    width: 4px;
    height: 10px;
    background: var(--fb-gold);
    border-radius: 2px;
    animation: fb-scroll-wheel 2s ease-in-out infinite;
}

@keyframes fb-scroll-wheel {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    60% {
        transform: translateY(14px);
        opacity: 0;
    }

    61% {
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* breadcrumb hero */
.fb-stag-hero__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
    margin-top: 33px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
}

.fb-stag-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
}

.fb-stag-hero__breadcrumb a:hover {
    color: var(--fb-gold);
}

.fb-stag-hero__breadcrumb span {
    color: rgba(200, 150, 42, 0.6);
}

/* ─────────────────────────────────────────
   INTRO — prodotto a sinistra, testo a destra
───────────────────────────────────────── */
.fb-stag-intro {
    /*background: var(--fb-section-alt);*/
    padding: 100px 0 90px;
}

.fb-stag-intro__container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.fb-stag-intro__visual {
    position: relative;
}

.fb-stag-intro__img-outer {
    position: relative;
    border-radius: var(--fb-radius-lg);
    overflow: hidden;
    box-shadow: var(--fb-shadow-lg);
    aspect-ratio: 3/4;
}

.fb-stag-intro__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--fb-ease);
}

.fb-stag-intro__img-outer:hover .fb-stag-intro__img {
    transform: scale(1.04);
}

.fb-stag-intro__floatcard {
    position: absolute;
    bottom: -24px;
    right: -28px;
    background: var(--fb-brown-900);
    color: var(--fb-white);
    padding: 22px 26px;
    border-radius: var(--fb-radius-md);
    box-shadow: var(--fb-shadow-lg);
    min-width: 170px;
    border-top: 3px solid var(--fb-gold);
    text-align: center;
}

.fb-stag-intro__floatcard-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--fb-gold);
    line-height: 1;
}

.fb-stag-intro__floatcard-label {
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.fb-stag-intro__eyebrow {
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fb-gold-eyebrow);
    margin-bottom: 16px;
}

.fb-stag-intro__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 2.9rem);
    font-weight: 700;
    color: var(--fb-brown-900);
    line-height: 1.15;
    margin-bottom: 24px;
}

.fb-stag-intro__title em {
    font-style: italic;
}

.fb-stag-intro__lead {
    font-size: 1.08rem;
    color: var(--fb-brown-700);
    line-height: 1.72;
    margin-bottom: 18px;
    font-weight: 500;
}

.fb-stag-intro__body {
    font-size: 0.96rem;
    color: var(--fb-brown-500);
    line-height: 1.78;
    margin-bottom: 36px;
}

.fb-stag-intro__pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 36px;
}

.fb-stag-intro__pillar {
    background: var(--fb-white);
    padding: 18px 20px;
    border-radius: var(--fb-radius-md);
    border: 1px solid var(--fb-cream-border);
    box-shadow: var(--fb-shadow-xs);
    display: flex;
    gap: 12px;
    transition: box-shadow 0.25s, transform 0.25s;
}

.fb-stag-intro__pillar:hover {
    box-shadow: var(--fb-shadow-sm);
    transform: translateY(-2px);
}

.fb-stag-intro__pillar-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: var(--fb-gold-light);
    border-radius: var(--fb-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fb-gold);
    font-size: 1rem;
}

.fb-stag-intro__pillar-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--fb-brown-900);
    line-height: 1.3;
    margin-bottom: 2px;
}

.fb-stag-intro__pillar-desc {
    font-size: 0.76rem;
    color: var(--fb-brown-300);
    line-height: 1.4;
}

/* ─────────────────────────────────────────
   TABS — 3 STAGIONATURE (INTERATTIVO)
───────────────────────────────────────── */
.fb-stag-tabs {
    background: var(--fb-dark-soft);
    padding: 30px 0 30px;
}

.fb-stag-tabs__header {
    max-width: 1160px;
    margin: 0 auto 56px;
    padding: 0 24px;
    text-align: center;
}

.fb-stag-tabs__eyebrow {
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fb-gold);
    margin-bottom: 14px;
}

.fb-stag-tabs__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    font-weight: 700;
    color: var(--fb-white);
    line-height: 1.15;
    margin-bottom: 14px;
}

.fb-stag-tabs__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.58);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
    margin-bottom: -30px;
}

/* tabbar */
.fb-stag-tabbar {
    max-width: 1110px;
    margin: 0 auto 20px;
    padding: 0px 0px;
    display: flex;
    gap: 0;
}

.fb-stag-tabbar-inner {
    display: flex;
    gap: 0;
    flex: 1;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(200, 150, 42, 0.35);
    border-radius: var(--fb-radius-md);
    padding: 0;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.fb-stag-tab-btn {
    flex: 1;
    padding: 4px 0px;
    background: none;
    border: none;
    border-right: 1px solid rgb(200 150 42 / 31%);
    border-radius: 0;
    cursor: pointer !important;
    transition: background 0.25s var(--fb-ease);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-stag-tab-btn:last-child {
    border-right: none;
}

.fb-stag-tab-btn__months {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1;
    transition: color 0.3s;
}

.fb-stag-tab-btn__name {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
    transition: color 0.3s;
}

.fb-stag-tab-btn.active {
    background: rgba(200, 150, 42, 0.18);
}

.fb-stag-tab-btn:not(.active):hover {
    background: rgba(200, 150, 42, 0.08);
}

/* panels */
.fb-stag-panels {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.fb-stag-panel {
    display: none;
    grid-template-columns: 1fr 1.05fr;
    gap: 72px;
    align-items: center;
}

.fb-stag-panel.active {
    display: grid;
    animation: fb-panel-in 0.5s var(--fb-ease-out);
}

@keyframes fb-panel-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* panel visual */
.fb-stag-panel__visual {
    position: relative;
}

.fb-stag-panel__img-wrap {
    position: relative;
    border-radius: var(--fb-radius-lg);
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: center;
}

.fb-stag-panel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--fb-ease);
}

.fb-stag-panel__img-wrap:hover .fb-stag-panel__img {
    transform: scale(1.05);
}

.fb-stag-panel__medal {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.fb-stag-panel__medal--18 {
    background: radial-gradient(135deg, #f0dfa0 0%, #c7921e 100%);
}

.fb-stag-panel__medal--24 {
    background: radial-gradient(135deg, #e8e8e8 0%, #8a8f98 100%);
}

.fb-stag-panel__medal--36 {
    background: radial-gradient(135deg, #d4956b 0%, #7a3d18 100%);
}

.fb-stag-panel__medal-months {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--fb-white);
    line-height: 1;
}

.fb-stag-panel__medal-label {
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

/* panel text */
.fb-stag-panel__kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fb-gold);
    margin-bottom: 10px;
}

.fb-stag-panel__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 700;
    color: var(--fb-white);
    line-height: 1.08;
    margin-bottom: 10px;
}

.fb-stag-panel__subtitle {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 28px;
    border-left: 3px solid var(--fb-gold);
    padding-left: 14px;
    line-height: 1.5;
}

.fb-stag-panel__desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.78;
    margin-bottom: 32px;
}

/* profilo sensoriale bars */
.fb-stag-panel__profile-title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 14px;
}

.fb-stag-profile-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 9px;
}

.fb-stag-profile-bar__label {
    width: 88px;
    flex-shrink: 0;
    font-size: 0.77rem;
    color: rgba(255, 255, 255, 0.58);
}

.fb-stag-profile-bar__track {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.fb-stag-profile-bar__fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--fb-gold) 0%, var(--fb-gold-hover) 100%);
    width: 0;
    transition: width 0.9s var(--fb-ease-out) 0.2s;
}

.fb-stag-panel.active .fb-stag-profile-bar__fill {
    width: var(--pct, 0%);
}

.fb-stag-profile-bar__val {
    font-size: 0.68rem;
    color: var(--fb-gold);
    font-weight: 600;
    width: 30px;
    text-align: right;
}

.fb-stag-panel__profile {
    margin-bottom: 28px;
}

/* tags abbinamenti */
.fb-stag-panel__tags-title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 12px;
}

.fb-stag-panel__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}

.fb-stag-panel__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid rgba(200, 150, 42, 0.28);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.68);
    background: rgba(200, 150, 42, 0.06);
    letter-spacing: 0.05em;
}

.fb-stag-panel__tag i {
    color: var(--fb-gold);
    font-size: 0.72rem;
}

/* CTA dentro panel */
.fb-stag-panel__cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 30px;
    background: var(--fb-gold-cta);
    color: var(--fb-brown-900);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--fb-radius-sm);
    transition: background 0.25s, transform 0.2s;
}

.fb-stag-panel__cta:hover {
    background: var(--fb-gold-hover);
    transform: translateY(-2px);
    color: var(--fb-brown-900);
}

/* ─────────────────────────────────────────
   CONFRONTO TABLE
───────────────────────────────────────── */
.fb-stag-compare {
    background: var(--fb-section-alt);
    padding: 90px 0 100px;
}

.fb-stag-compare__container {
    margin: 0 auto;
    padding: 0 24px;
}

.fb-stag-compare__header {
    text-align: center;
    margin-bottom: 52px;
}

.fb-stag-compare__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fb-gold-eyebrow);
    margin-bottom: 14px;
}

.fb-stag-compare__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    font-weight: 700;
    color: var(--fb-brown-900);
    line-height: 1.2;
}

.fb-stag-compare__table {
    width: 100%;
    border-collapse: collapse;
    background: var(--fb-white);
    border-radius: var(--fb-radius-lg);
    overflow: hidden;
    box-shadow: var(--fb-shadow-md);
}

.fb-stag-compare__th-bollino {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto -26px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.fb-stag-compare__table th {
    padding: 16px 20px 20px;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: center;
    background: var(--fb-brown-900);
    color: var(--fb-white);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.fb-stag-compare__table th:first-child {
    text-align: left;
    width: 200px;
    background: var(--fb-brown-800);
    font-size: 0.73rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
}

.fb-stag-compare__table th.col-18 {
    color: var(--fb-medal-gold);
}

.fb-stag-compare__table th.col-24 {
    color: #c0c0c0;
}

.fb-stag-compare__table th.col-36 {
    color: #d4956b;
}

.fb-stag-compare__table td {
    padding: 16px 20px;
    font-size: 0.9rem;
    color: var(--fb-brown-700);
    text-align: center;
    border-right: 1px solid var(--fb-cream-border);
    border-bottom: 1px solid var(--fb-cream-border);
    transition: background 0.2s;
}

.fb-stag-compare__table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--fb-brown-900);
    font-size: 0.85rem;
    background: var(--fb-cream-100);
}

.fb-stag-compare__table tr:hover td {
    background: var(--fb-cream-200);
}

.fb-stag-compare__table tr:hover td:first-child {
    background: var(--fb-cream-200);
}

.fb-stag-compare__table td:last-child,
.fb-stag-compare__table th:last-child {
    border-right: none;
}

.fb-stag-compare__table .check {
    color: #5a8a4a;
    font-size: 1.1rem;
}

.fb-stag-compare__table .star {
    color: var(--fb-gold);
}

/* ─────────────────────────────────────────
   CTA FINALE
───────────────────────────────────────── */
.fb-stag-cta {
    padding: 90px 0;

    text-align: center;
}

.fb-stag-cta__container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

.fb-stag-cta__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fb-gold);
    margin-bottom: 20px;
}

.fb-stag-cta__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 3.5vw, 2.9rem);
    font-weight: 700;
    color: var(--fb-white);
    line-height: 1.2;
    margin-bottom: 20px;
}

.fb-stag-cta__title em {
    color: var(--fb-gold);
    font-style: italic;
}

.fb-stag-cta__body {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.72;
    margin-bottom: 44px;
}

.fb-stag-cta__buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.fb-stag-cta__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 36px;
    background: var(--fb-gold-cta);
    color: var(--fb-brown-900);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--fb-radius-sm);
    transition: background 0.25s, transform 0.2s;
}

.fb-stag-cta__btn-primary:hover {
    background: var(--fb-gold-hover);
    transform: translateY(-2px);
    color: var(--fb-brown-900);
}

.fb-stag-cta__btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 36px;
    border: 2px solid rgba(200, 150, 42, 0.5);
    color: var(--fb-gold);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--fb-radius-sm);
    background: transparent;
    transition: all 0.25s;
}

.fb-stag-cta__btn-secondary:hover {
    border-color: var(--fb-gold);
    background: rgba(200, 150, 42, 0.1);
    color: var(--fb-gold);
    transform: translateY(-2px);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 991px) {
    .fb-stag-intro__container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .fb-stag-intro__container>.fb-stag-intro__visual {
        order: -1;
        max-width: 460px;
        margin: 0 auto;
    }

    .fb-stag-intro__floatcard {
        right: 0;
        left: auto;
        bottom: -16px;
    }

    .fb-stag-intro__pillars {
        grid-template-columns: 1fr;
    }

    .fb-stag-panel.active {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .fb-stag-panel__visual {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }

    .fb-stag-tab-btn {
        padding: 12px 10px;
    }

    .fb-stag-tab-btn__months {
        font-size: 1.15rem;
    }

    .fb-stag-tab-btn__name {
        font-size: 0.56rem;
    }

    .fb-stag-compare__table {
        display: block;
        overflow-x: auto;
    }

    .fb-stag-intro {
        padding: 64px 0 60px;
    }

    .fb-stag-tabs {
        padding: 60px 0 70px;
    }

    .fb-stag-compare {
        padding: 64px 0 72px;
    }
}

@media (max-width: 575px) {

    /* Hero bollini: griglia 4×2 */
    .fb-stag-hero__numbers {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        max-width: 100%;
        margin-bottom: 28px;
    }

    .fb-stag-hero__num {
        border-right: 1px solid rgba(200, 150, 42, 0.2);
        border-bottom: 1px solid rgba(200, 150, 42, 0.2);
        padding: 12px 6px;
    }

    .fb-stag-hero__num:nth-child(4n) {
        border-right: none;
    }

    .fb-stag-hero__num:nth-last-child(-n+4) {
        border-bottom: none;
    }

    .fb-stag-cta__buttons {
        flex-direction: column;
        align-items: center;
    }

    .fb-stag-cta__btn-primary,
    .fb-stag-cta__btn-secondary {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .fb-stag-tabs__header {
        margin-bottom: 32px;
    }

    /* Griglia 4×2 bollini */
    .fb-stag-tabbar-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: visible;
        flex-wrap: unset;
    }

    .fb-stag-tab-btn {
        flex-shrink: unset;
        min-width: unset;
        width: 100%;
        padding: 12px 4px;
        border-right: none;
    }
}

/* ─────────────────────────────────────────
   5 STAGIONATURE — aggiunte 2026-04-05
───────────────────────────────────────── */

/* Hero numbers: max-width allargato per 5 elementi */
.fb-stag-hero__numbers {
    max-width: 760px;
}

/* Hero num — stile button senza bordi di default */
.fb-stag-hero__num {
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font: inherit;
    cursor: pointer;
    transition: background 0.2s;
}

.fb-stag-hero__num:hover,
.fb-stag-hero__num:focus-visible {
    background: rgba(200, 150, 42, 0.12);
    outline: none;
}

.fb-stag-hero__num:hover .fb-stag-hero__num-value {
    color: #f0cf70;
}

/* Medal 50 mesi */
.fb-stag-panel__medal--50 {
    background: radial-gradient(135deg, #c4784a 0%, #5c2810 100%);
}

/* Medal 90 mesi — Gran Riserva */
.fb-stag-panel__medal--90 {
    background: radial-gradient(135deg, #d4af70 0%, #1a0e04 100%);
    border: 2px solid rgba(212, 175, 112, 0.55);
}

/* Colori colonne tabella confronto (5 stagionature) */
.fb-stag-compare__table th.col-13 {
    color: var(--fb-medal-gold);
}

.fb-stag-compare__table th.col-30 {
    color: #c0c0c0;
}

.fb-stag-compare__table th.col-40 {
    color: #d4956b;
}

.fb-stag-compare__table th.col-50 {
    color: #c4784a;
}

.fb-stag-compare__table th.col-60 {
    color: #b46432;
}

.fb-stag-compare__table th.col-70 {
    color: #c88c3c;
}

.fb-stag-compare__table th.col-80 {
    color: #a05014;
}

.fb-stag-compare__table th.col-90 {
    color: #d4af70;
}

/* Tabbar — scrollabile su mobile con 5 tab */
@media (max-width: 991px) {
    .fb-stag-tab-btn {
        min-width: 80px;
        flex-shrink: 0;
    }

    .fb-stag-tabbar-inner {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .fb-stag-tabbar-inner::-webkit-scrollbar {
        display: none;
    }
}

/* ─────────────────────────────────────────
   BOLLINI NEI TAB + HERO (2026-04-08)
───────────────────────────────────────── */

/* Tab bar — bollino */
.fb-stag-tab-btn__bollino {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    object-fit: contain;
    transition: transform 0.3s var(--fb-ease), filter 0.3s;
    filter: grayscale(0.3) opacity(0.6);
}

/* Nasconde la label testuale sotto i bollini del tab */
.fb-stag-tab-btn__name {
    display: none !important;
}

.fb-stag-tab-btn.active .fb-stag-tab-btn__bollino {
    filter: none;
    transform: scale(1.08);
    filter: drop-shadow(0 2px 8px rgba(200, 150, 42, 0.5));
}

.fb-stag-tab-btn:not(.active):hover .fb-stag-tab-btn__bollino {
    filter: grayscale(0.1) opacity(0.9);
    transform: scale(1.05);
}

/* Hero numbers — bollino image */
.fb-stag-hero__num-bollino {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    object-fit: contain;
    transition: transform 0.3s var(--fb-ease), filter 0.3s;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
}

.fb-stag-hero__num:hover .fb-stag-hero__num-bollino,
.fb-stag-hero__num:focus-visible .fb-stag-hero__num-bollino {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 14px rgba(196, 154, 42, 0.55));
}

/* Hero num — z-index sopra overlay SPPageBuilder */
.fb-stag-hero__num {
    padding: 14px 10px;
    position: relative;
    z-index: 10;
}

.fb-stag-hero__numbers {
    position: relative;
    z-index: 10;
}

/* Overlay SPPageBuilder: mai sopra i bottoni hero */
.sppb-row-overlay,
.sppb-section-overlay {
    pointer-events: none;
}

.fb-stag-hero .sppb-row-overlay,
.fb-stag-hero .sppb-section-overlay {
    z-index: 0 !important;
    pointer-events: none !important;
}

/* ── Responsive tablet ≤991px ── */
@media (max-width: 991px) {
    .fb-stag-tab-btn__bollino {
        width: 84px;
        height: 84px;
    }

    .fb-stag-tab-btn {
        padding: 20px 10px;
    }

    .fb-stag-hero__num-bollino {
        width: 76px;
        height: 76px;
    }
}

/* ── Responsive mobile ≤575px ── */
@media (max-width: 575px) {
    .fb-stag-tab-btn__bollino {
        width: 68px;
        height: 68px;
    }

    .fb-stag-hero__num-bollino {
        width: 68px;
        height: 68px;
    }

    .fb-stag-hero__num {
        padding: 10px 5px;
    }
}

/* ── Responsive small mobile ≤360px ── */
@media (max-width: 360px) {
    .fb-stag-tab-btn__bollino {
        width: 52px;
        height: 52px;
    }

    .fb-stag-tab-btn {
        min-width: 54px;
        padding: 12px 4px;
    }

    .fb-stag-hero__num-bollino {
        width: 52px;
        height: 52px;
    }

    .fb-stag-hero__num {
        padding: 8px 3px;
    }

    .fb-stag-compare__mob-tab__bollino {
        width: 50px;
        height: 50px;
    }
}

/* ═══════════════════════════════════════
   COMPARE TABLE — MOBILE TABS (≤767px)
═══════════════════════════════════════ */

.fb-stag-compare__mob-tabs {
    display: none;
}

@media (max-width: 767px) {

    /* ─ Tab bar: griglia 4×2 bollini ─ */
    .fb-stag-compare__mob-tabs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background: var(--fb-brown-900);
        border-radius: var(--fb-radius-md) var(--fb-radius-md) 0 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .fb-stag-compare__mob-tab {
        padding: 10px 6px 12px;
        background: none;
        border: none;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        opacity: 0.45;
        transition: opacity 0.2s, background 0.2s;
    }

    .fb-stag-compare__mob-tab:nth-child(4n) {
        border-right: none;
    }

    .fb-stag-compare__mob-tab:nth-child(n+5) {
        border-bottom: none;
    }

    .fb-stag-compare__mob-tab.active {
        opacity: 1;
        background: rgba(200, 150, 42, 0.18);
    }

    .fb-stag-compare__mob-tab__bollino {
        width: 62px;
        height: 62px;
        object-fit: contain;
        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
    }

    .fb-stag-compare__mob-tab__label {
        font-size: 0.54rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.85);
        text-align: center;
        line-height: 1.2;
    }

    /* ─ Rimuovi overflow-x:auto dal wrapper inline div ─ */
    .fb-stag-compare__container>div {
        overflow-x: visible !important;
        border-radius: 0 !important;
    }

    /* ─ Table: single-column view ─ */
    .fb-stag-compare__table {
        display: table !important;
        overflow-x: visible !important;
        min-width: unset !important;
        width: 100% !important;
        table-layout: fixed;
        border-radius: 0 0 var(--fb-radius-lg) var(--fb-radius-lg) !important;
    }

    /* Hide header (info already in tab bar) */
    .fb-stag-compare__table thead {
        display: none;
    }

    /* Hide all data columns by default */
    .fb-stag-compare__table td:not(:first-child) {
        display: none;
    }

    /* Show only active column (higher specificity via [data-mob-col]) */
    .fb-stag-compare__table[data-mob-col="2"] td:nth-child(2),
    .fb-stag-compare__table[data-mob-col="3"] td:nth-child(3),
    .fb-stag-compare__table[data-mob-col="4"] td:nth-child(4),
    .fb-stag-compare__table[data-mob-col="5"] td:nth-child(5),
    .fb-stag-compare__table[data-mob-col="6"] td:nth-child(6),
    .fb-stag-compare__table[data-mob-col="7"] td:nth-child(7),
    .fb-stag-compare__table[data-mob-col="8"] td:nth-child(8),
    .fb-stag-compare__table[data-mob-col="9"] td:nth-child(9) {
        display: table-cell;
    }

    /* Label column (first child): wider */
    .fb-stag-compare__table td:first-child {
        width: 55%;
        font-size: 0.8rem;
    }

    /* Reduce cell padding on mobile */
    .fb-stag-compare__table td {
        padding: 13px 14px;
    }

    .fb-stag-compare__header {
        margin-bottom: 28px;
    }

    .fb-stag-compare {
        padding: 48px 0 56px;
    }
}