/* ==========================================================
   1. ROOT & ELEMENTI GLOBALI (RESET)
   ========================================================== */
:root {
    --bg-main: #fff;
    --bg-card: #FFFFFF;
    --dark-section: #293740;
    --border-color: #E6E4E0;
    --grey-light: #F0F1F2;
    --text-main: #22262f;
    --text-muted: #706F6C;
    --transition-speed: 0.15s;
    --gold-dark: #A88B5A;
    --gold-light: #E5C884;
    --font-size: 16px;
    --font-line-height: 24px;
    --padding-1: 16px;
    --padding-2: 24px;
    --padding-3: 36px;
    --border-radius: 4px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.gold { color: var(--gold-dark);} 
a:hover { color: var(--gold-dark);}

body {
    font-family: 'Arimo', sans-serif;
    color: var(--text-main);
    background-color: var(--bg-main);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
    line-height: var(--font-line-height);
}

.btn {
    display: inline-block;
    color: var(--text-main);
    border: 1px solid var(--gold-dark);
    border-radius: 0;
    padding: 12px 34px;
    text-decoration: none;
    transition: all var(--transition-speed) ease;
    color: var(--Colori-Antracite-900, #202226);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn:hover {
    color: var(--gold-dark);
    border-color: var(--gold-dark);
}


/* ==========================================================
   2. TOP TICKER BAR
   ========================================================== */
.top-ticker-container {
    background-color: var(--dark-section) !important;
    border-bottom: 1px solid var(--border-color);
    padding: 3px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--grey-light);
}

.ticker-green {
    color: var(--grey-light) !important;
    font-weight: 700;
    margin-left: 6px;
}


/* ==========================================================
   3. NAVBAR HEADER & DESKTOP MENU
   ========================================================== */
.custom-navbar {
    background-color: var(--grey-light);
    border-bottom: 1px solid var(--text-main);
    padding: 0;
    position: relative;
}

.navbar-brand-wrapper {
    padding: 22px 0;
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-main);
    text-decoration: none;
}

.nav-item-link {
    color: var(--text-main);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Text-family-Button-Fonts, Arimo);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 6px 0 6px var(--padding-3);
    transition: color var(--transition-speed), background-color var(--transition-speed);
    cursor: pointer;
}

.nav-item-link:hover,
.nav-item-link.link-active {
    color: var(--gold-dark);
}

.lang-link {
    text-decoration: none;
    padding: 20px 0px;
    margin-left: auto;
    display: inline-block;
    color: var(--text-main);
   
    
    font-size: 13.5px;
    font-style: normal;
   
    line-height: 160%;
}
.lang-link a { font-weight: 300; color: var(--text-main); text-decoration: none !important;}

/* ==========================================================
   4. DROPDOWN MEGA MENU
   ========================================================== */
.dropdown-mega-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: var(--grey-light);
    border-top: 1px solid var(--text-main);
    z-index: 2500;
    padding: 40px 0;
    display: none;
}

.dropdown-inner-grid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 var(--bs-gutter-x, 0.75rem);
    display: flex;
    gap: 40px;
}

.col-level-2 {
    flex: 1;
    border-right: 1px solid #E0DED9;
    padding-right: 15px;
}

.col-level-3 {
    flex: 1.4;
    border-right: 1px solid #E0DED9;
    padding-right: 15px;
    padding-left: 15px;
}

.col-level-fixed {
    flex: 1.1;
    padding-left: 15px;
}

.level-2-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 13.5px;
    color: var(--text-main);
    padding: 12px 16px;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background var(--transition-speed);
}

.level-2-trigger:hover {
    color: var(--gold-dark);
}

.level-2-trigger.is-active {
    font-weight: 700;
}

.level-3-item {
    display: block;
    font-size: 13.5px;
    color: var(--text-muted);
    text-decoration: none;
    padding: 10px 14px;
    transition: color var(--transition-speed), background var(--transition-speed);
}

.level-3-item:hover {
    color: var(--gold-dark);
}

.mega-editorial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mega-card-cover {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: var(--Spacing-System-radius-xxs, 4px);
}

.mega-card-content {
    padding: 0px;
}

.mega-card-title-text {
    padding-top: var(--padding-2);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text-main);
}

.mega-card-paragraph {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-main);
    margin: 0;
}


/* ==========================================================
   5. BREADCRUMB
   ========================================================== */
.corporate-breadcrumb-wrapper {
    background-color: var(--grey-light);
    padding-top: var(--padding-1);
    padding-bottom: var(--padding-1);
    color: var(--text-main);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.corporate-breadcrumb-wrapper a { color: var(--text-main); text-decoration: none;}

/* ==========================================================
   6. MOBILE NAVIGATION DRAWER & ACCORDION
   ========================================================== */
.mobile-drawer-view {
    background-color: #F8F9FA !important;
    width: 100% !important;
    border: none !important;
}

.mobile-drawer-header {
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-card);
}

.mobile-accordion-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 24px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-accordion-btn.display-block {
 display: block;
}

.mobile-accordion-btn a{
    color: var(--text-main) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.mobile-sub-menu {
    background-color: #ECEAE5;
    padding: 10px 0;
}

.mobile-sub-item-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 12px 36px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-level-3-box {
    background-color: #FAF8F5;
    padding: 6px 0;
}

.mobile-level-3-link {
    display: block;
    padding: 10px 48px;
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
}

.menu-lang{

}


/* ==========================================================
   7. HERO BLOCK SECTION
   ========================================================== */
.hero-block-section {
    position: relative;
    background-image: url('../img/img-hero.png');
    background-color: var(--bg-card);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 0;
    min-height: 320px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
}

.hero-block-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.hero-glass-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 60px 80px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.hero-heading-title {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: var(--text-main);
    margin-bottom: 24px;
}

.hero-paragraph-text {
    font-size: 16px;
    line-height: 1.6;
    color: #22262f;
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .hero-block-section {
        padding: 48px 0;
        min-height: auto;
    }

    .hero-glass-card {
        padding: 30px 20px;
        margin: 0 15px;
        background: rgba(255, 255, 255, 0.92);
    }

    .hero-heading-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .hero-paragraph-text {
        font-size: 14px;
        line-height: 1.5;
    }
}


/* ==========================================================
   8. PRESENTATION BLOCK SECTION (VIDEO)
   ========================================================== */
.presentation-block-section {
    background-color: var(--bg-main);
    padding: 48px 0;
    border-bottom: 1px solid var(--border-color);
}

.side-label-tag {
    color: var(--gold-dark);
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.presentation-heading {
    font-size: 38px;
    font-weight: 400;
    color: var(--text-main);
    margin-bottom: 32px;
}

.body-long-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
    max-width: 480px;
    margin: 0;
}

.video-container-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #DCDCDC;
    overflow: hidden;
}

.video-preview-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-btn {
    width: 80px;
    height: 80px;
    background-color: #F0F1F2;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #293740;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.video-play-btn svg {
    margin-left: 4px;
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease;
}

.video-play-btn:hover {
    background-color: var(--dark-section);
    color: var(--bg-card);
    transform: scale(1.05);
}

.video-play-btn:hover svg {
    transform: scale(1.1);
}

@media (max-width: 991.98px) {
    .presentation-block-section {
        padding: 60px 0;
    }

    .presentation-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .body-long-text {
        max-width: 100%;
        margin-bottom: 12px;
    }

    .video-play-btn {
        width: 65px;
        height: 65px;
    }

    .video-play-btn svg {
        width: 22px;
        height: 22px;
    }
}


/* ==========================================================
   9. MANAGEMENT STATEMENT SECTION
   ========================================================== */
.management-statement-section {
    background-image: url(../img/fondo.png);
    background-size: cover;
    padding: 120px 0;
    border-bottom: 1px solid var(--border-color);
}

.statement-content-wrapper {
    padding: 40px;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.80);
}

.statement-top-label {
    color: var(--gold-dark);
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.statement-main-text {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--text-main);
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.statement-action-box {
    margin-top: 10px;
}

.btn-statement-premium {
    display: inline-block;
    color: var(--text-main);
    border: 1px solid var(--gold-dark);
    border-radius: 0;
    padding: 12px 34px;
    text-decoration: none;
    transition: all var(--transition-speed) ease;
    color: var(--Colori-Antracite-900, #202226);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn-statement-premium:hover {
    color: var(--gold-dark);
    border-color: var(--gold-dark);
}

@media (max-width: 991.98px) {
    .management-statement-section {
        padding: 70px 0;
    }

    .statement-top-label {
        margin-bottom: 18px;
    }

    .statement-main-text {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .btn-statement-premium {
        padding: 12px 35px;
        font-size: 12px;
    }
}


/* ==========================================================
   10. INTERACTIVE IPO CARDS SECTION
   ========================================================== */
.cards-block-section {
   
    padding: 0;
}

.card-main-heading-title {
    font-size: 38px;
    font-weight: 400;
    color: var(--gold-dark);
    margin-bottom: 0;
}

.dark-bg{ background-color: var(--dark-section);}

.premium-interactive-card {
    background-color: var(--bg-main);
    /* border: 1px solid var(--border-color); */
    padding: 50px;
    height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.3s linear, border-color 0.2s linear, box-shadow 0.3s linear;
}

.premium-interactive-card-bg1 {
    background-image: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%), url('../img/immagini_comunicati.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.premium-interactive-card-bg2 {
    background-image: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%), url('../img/immagine-documenti.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-animated-content {
    display: flex;
    padding: 32px 36px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    /* gap: 16px; */
    align-self: stretch;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.80);
}

.card-meta-tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 6px;
    border-radius: 2px;
    background: var(--gold-light);
    display: flex;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-main-heading {
    color: var(--text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.card-hidden-description {
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    transition: max-height 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
}

.card-body-description {
    color: var(--text-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.card-footer-action {
    padding-top: 20px;
}

.btn-premium-action {
    display: flex;
    height: 48px;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--text-main);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    background: none;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn-premium-action:hover {
    color: var(--gold-dark);
}

@media (min-width: 992px) {
    .premium-interactive-card:hover {
        height: 740px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.04);
    }

    .premium-interactive-card:hover .card-hidden-description {
        max-height: 120px;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .cards-block-section {
        padding: 60px 0;
    }

    .premium-interactive-card {
        padding: 30px;
        height: auto;
    }

    .card-hidden-description {
        max-height: none;
        opacity: 1;
        transform: none;
    }

    .card-body-description {
        padding-top: 12px;
        margin-bottom: 20px;
    }
}


/* ==========================================================
   11. FINANCIAL HIGHLIGHTS SECTION
   ========================================================== */
.financial-highlights-section {
    background-color: var(--bg-card);
    padding: 100px 0;
    border-bottom: 1px solid var(--border-color);
}

.highlights-main-heading {
    font-size: 38px;
    font-weight: 400;
    color: var(--text-main);
    margin-top: 8px;
    margin-bottom: 0;
}

.financial-grid-cell {
    padding: 40px 32px;
    border-left: 1px solid var(--gold-dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: background-color var(--transition-speed);
}

.stat-number-wrapper {
    color: var(--gold-dark);
    text-align: left;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-bottom: 1px solid var(--gold-dark);
    width: 100%;
}

.stat-label-text {
    text-transform: uppercase;
    color: var(--text-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 991.98px) {
    .financial-highlights-section {
        padding: 60px 0;
    }

    .highlights-main-heading {
        font-size: 32px;
    }

    .financial-grid-cell {
        padding: 30px 24px;
    }

    .stat-number-wrapper {
        font-size: 38px;
    }
}

@media (max-width: 575.98px) {
    .financial-grid-cell {
        border-left: 1px solid var(--border-color);
        border-top: 1px solid var(--border-color);
        padding: 24px 16px;
    }
}


/* ==========================================================
   12. BILANCI E RELAZIONI SECTION
   ========================================================== */
.bilanci-section-fluid-wrapper {
    background-color: var(--bg-card);
    padding: 140px 0;
    position: relative;
    overflow: visible;
}

.bilanci-dark-full-belt {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    transform: translateY(-50%);
    height: 210px;
    background-color: var(--dark-section);
    z-index: 1;
}

.bilanci-premium-asymmetric-card {
    background-color: var(--grey-light);
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 100%;
}

.bilanci-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
}

.bilanci-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bilanci-card-content-box {
    padding: 0px 50px 20px 70px;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #C4C7CC;
}

.bilanci-asymmetric-heading {
    font-size: 38px;
    font-weight: 400;
    color: var(--gold-dark);
    margin-bottom: 35px;
}

.bilanci-links-asymmetric-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bilanci-asymmetric-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    text-decoration: none;
    color: var(--text-main);
    width: fit-content;
    transition: color 0.2s ease;
}

.bilanci-item-year {
    font-size: 19px;
    font-weight: 400;
}

.bilanci-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    transition: transform 0.25s ease, color 0.25s ease;
}

@media (min-width: 992px) {
    .bilanci-asymmetric-item:hover {
        color: var(--gold-dark);
    }

    .bilanci-asymmetric-item:hover .bilanci-item-icon {
        transform: translate(4px, -4px);
    }
}

@media (max-width: 991.98px) {
    .bilanci-section-fluid-wrapper {
        padding: 60px 0;
    }

    .bilanci-dark-full-belt {
        top: 0;
        transform: none;
        height: 100%;
    }

    .bilanci-premium-asymmetric-card {
        background-color: var(--bg-card);
    }

    .bilanci-card-content-box {
        padding: 40px 24px;
    }

    .bilanci-asymmetric-heading {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .bilanci-card-image-wrapper {
        min-height: 260px;
    }
}


/* ==========================================================
   13. TIMELINE ANNI SECTION (FILE 2)
   ========================================================== */
.timeline-fluid-section {
    width: 100%;
    background-color: var(--bg-card, #ffffff);
}

.timeline-nav-full-width {
    background-color: #E8D39E;
    width: 100%;
    height: 75px;
}

.timeline-navigation-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    width: 100%;
}

.timeline-years-engine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    width: 100%;
    margin: 0 15px;
    border-bottom: none !important;
}

.timeline-years-engine::-webkit-scrollbar {
    display: none;
}

.timeline-years-engine {
    -ms-overflow-style: none;
    scroll-width: none;
}

.timeline-years-engine .nav-link {
    background: none !important;
    border: none !important;
    color: var(--text-main) !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px !important;
    white-space: nowrap;
    overflow: none !important;
    transition: opacity 0.2s ease, font-weight 0.2s ease;
}

.timeline-years-engine .nav-link.active {
    opacity: 1;
    font-weight: 700;
}

.timeline-dot-separator {
    width: 5px;
    height: 5px;
    background-color: var(--text-main);
    border-radius: 50%;
    flex-shrink: 0;
}

.timeline-arrow {
    background: none;
    border: none;
    font-size: 26px;
    color: var(--text-main);
    cursor: pointer;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.timeline-arrow:active {
    transform: scale(0.85);
}

.timeline-content-full-width {
    background-color: var(--dark-section);
    width: 100%;
    padding: 70px 0;
}

.white-document{
    background-color: var(--bg-card);
    width: 100%;
    padding: 70px 0;
}

.timeline-big-year-title {
    font-size: 38px;
    color: var(--gold-light);
    font-weight: 400;
    margin: 0;
}

.white-document .timeline-big-year-title {
    font-size: 38px;
    color: var(--text-main);
    font-weight: 400;
    margin: 0;
   
}

.white-document .timeline-document-row {border-bottom: 1px solid var(--text-main) !important;}
.white-document .doc-description-text {color: var(--text-main);}

.timeline-document-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    gap: 40px;
}

.timeline-document-row:last-child {
    border-bottom: none;
}

.doc-metadata {
    flex: 1;
}

.doc-badge-date {
    display: block;
    color: var(--gold-light);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.doc-description-text {
    color: #E2E2E2;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.btn-premium-download {
    border-radius: 2px;
    border: 1px solid var(--gold-light);
    background: var(--bg-main);
    color: var(--text-main);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn-premium-download:hover {
    /* background-color: var(--gold-light) !important; */
    border: 1px solid var(--gold-light);
    background: var(--bg-main);
}

@media (max-width: 767.98px) {
    .timeline-content-full-width {
        padding: 40px 0;
    }

    .timeline-big-year-title {
        font-size: 46px;
    }

    .timeline-document-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .btn-premium-download {
        width: 100%;
        justify-content: center;
    }
}


/* ==========================================================
   14. CONTACT BLOCK SECTION
   ========================================================== */
.contact-block-section {
    background-color: var(--bg-main);
  
}

.contact-main-title {
    font-size: 38px;
    font-weight: 400;
    color: var(--gold-dark);
    margin-bottom: 0;
}

.contact-profile-card {
    background-color: transparent;
    padding: 20px 0 40px;
}

.contact-image-frame {
    width: 260px;
    height: 260px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid var(--border-color);
}

.contact-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-details-box {
    padding-left: 15px;
}

.contact-manager-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 8px;
    line-height: 1.4;
}

.contact-role-text {
    font-weight: 400;
}

.contact-info-line {
    font-size: 15px;
    color: var(--text-main);
    margin-bottom: 6px;
}

.contact-info-line a {
    color: var(--text-main);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.contact-info-line a:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

.contact-info-line .info-label {
    color: #000;
}

.btn-contact-action {
    display: inline-block;
    color: var(--text-main);
    border: 1px solid var(--gold-dark);
    border-radius: 0;
    padding: 12px 34px;
    text-decoration: none;
    transition: all var(--transition-speed) ease;
    color: var(--Colori-Antracite-900, #202226);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn-contact-action:hover {
    color: var(--gold-dark);
    border-color: var(--gold-dark);
}

@media (max-width: 767.98px) {
    .contact-block-section {
        padding: 60px 0;
    }

    .contact-main-title {
        font-size: 32px;
    }

    .contact-image-frame {
        width: 220px;
        height: 220px;
        margin-bottom: 10px;
    }

    .contact-details-box {
        padding-left: 0;
    }

    .contact-manager-name {
        font-size: 16px;
    }

    .contact-info-line {
        font-size: 14px;
    }
}


/* ==========================================================
   15. NEW CORPORATE FOOTER
   ========================================================== */
.new-corporate-footer {
    background-color: var(--bg-card);
    padding: 0px 0 30px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--text-main);
}

.new-corporate-footer .container {
    padding-top: 90px;
}


.footer-brand-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--text-main);
    margin-bottom: 25px;
    display: block;
}

.footer-corporate-info-text {
    font-size: 16px;
    line-height: 1.4;
    color: var(--text-main);
    margin-bottom: 30px;
}

.footer-contact-item {
    font-size: 16px;
    color: var(--text-main);
    margin-bottom: 0px;
}

.footer-contact-item a {
    color: var(--text-main);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color var(--transition-speed);
}

.footer-contact-item a:hover {
    border-bottom-color: var(--text-main);
}

.footer-social-bar {
    margin-top: 35px;
    display: flex;
    gap: 16px;
}

.footer-social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--text-main);
    font-size: 16px;
    text-decoration: none;
    transition: opacity var(--transition-speed);
}

.footer-social-icon-btn:hover {
    opacity: 0.7;
}

.footer-menu-column-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 24px;
    text-transform: none;
    letter-spacing: 0px;
}

.footer-navigation-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navigation-links-list li {
    margin-bottom: 16px;
}

.footer-navigation-links-list a {
    font-size: 16px;
    line-height: 18px;
    color: var(--text-main);
    text-decoration: none;
    transition: opacity var(--transition-speed);
}

.footer-navigation-links-list a:hover {
    color: var(--gold-dark);
}


.giant-watermark-text {
    font-size: 12.5vw;
    font-weight: 700;
    letter-spacing: 4px;
    color: #F3F1ED;
    line-height: 0.8;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.footer-bottom-legal-row {
    margin-top: 40px;
    padding-top: 50px;
    border-top: 1px solid var(--text-main);
    font-size: 16px;
    color: var(--text-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-legal-inline-links {
    display: flex;
    gap: 20px;
    text-decoration: none;
}

.footer-legal-inline-links a {
    color: var(--text-main);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.footer-legal-inline-links a:hover {
    color: var(--text-main);
}
/* ==========================================================
   X. INTEGRATED PAGE DISCLAIMER SECTION
   ========================================================== */
.page-disclaimer-section {
    background-color: var(--bg-card);
    padding: 80px 0;
    border-bottom: 1px solid var(--border-color);
}

.disclaimer-inline-card {
    background-color: var(--bg-card);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-inline-title {
    font-size: 38px;
    font-weight: 400;
    color: var(--gold-dark);   
    text-align: center;
    margin-bottom: 0;
}

/* Contenitore grigio con scorrimento verticale fisso */
.disclaimer-page-scroll-box {
    max-height: 280px;
    overflow-y: auto;
    padding: 24px;
    background-color: var(--grey-light);
    border: 1px solid var(--border-color);
    margin: 24px 0;
}

/* Personalizzazione della barra di scorrimento interna */
.disclaimer-page-scroll-box::-webkit-scrollbar {
    width: 6px;
}
.disclaimer-page-scroll-box::-webkit-scrollbar-track {
    background: transparent;
}
.disclaimer-page-scroll-box::-webkit-scrollbar-thumb {
    background-color: var(--gold-dark);
}

.disclaimer-page-scroll-box p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-main);
    margin-bottom: 14px;
}
.disclaimer-page-scroll-box p:last-child {
    margin-bottom: 0;
}

/* Contenitore dei bottoni allineati al centro */
.disclaimer-card-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Bottone Non Accetto (Trasparente con bordo scuro) */


.btn-disclaimer-inline-decline {
    display: inline-block;
    color: var(--text-main);
    border: 1px solid var(--gold-dark);
    border-radius: 0;
    padding: 12px 34px;
    text-decoration: none;
    transition: all var(--transition-speed) ease;
    color: var(--Colori-Antracite-900, #202226);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn-disclaimer-inline-decline:hover {
    color: var(--gold-dark);
    border-color: var(--gold-dark);
}


/* Bottone Accetto (Colore oro premium) */



.btn-disclaimer-inline-accept {
    display: inline-block;
    color: var(--text-main);
    border: 1px solid var(--gold-dark);
    border-radius: 0;
    padding: 12px 34px;
    text-decoration: none;
    transition: all var(--transition-speed) ease;
    color: var(--Colori-Antracite-900, #202226);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.btn-disclaimer-inline-accept:hover {
    color: var(--gold-dark);
    border-color: var(--gold-dark);
}



/* Responsive per schermi mobile */
@media (max-width: 575.98px) {
    .page-disclaimer-section {
        padding: 40px 0;
    }
    .disclaimer-card-footer {
        flex-direction: column-reverse;
        gap: 12px;
    }
    .btn-disclaimer-inline-decline,
    .btn-disclaimer-inline-accept {
        width: 100%;
        text-align: center;
    }
}

/* Wrapper per centrare e dimensionare la select come nel mockup */
.disclaimer-select-wrapper {
   
    margin: 0 auto 20px auto;
}

.disclaimer-custom-select {
    border: 1px solid #cccccc;
    border-radius: 0; /* Angoli vivi come da immagine */
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 8px 12px;
    background-position: right 12px center;
    text-transform: uppercase;
}

.disclaimer-custom-select:focus {
    border-color: #a38550;
    box-shadow: none;
}

/* ==========================================================
   X. FINANCIAL HIGHLIGHTS SECTION
   ========================================================== */
.financial-highlights-section {
    background-color: #ffffff;
    padding: 60px 0;
}

/* Tabella Finanziaria */
.financial-table-wrapper {
    border: 1px solid #e1e1e1;
}

.financial-custom-table {
    margin-bottom: 0;
    font-size: 13px;
    border-collapse: collapse;
}

.financial-custom-table thead th {
    background-color: #dcca90; /* Colore oro della testata */
    color: #000000;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 10px;
}

.financial-custom-table th.th-main-empty {
    background-color: #dcca90;
    border-right: 1px solid #ffffff;
}

.financial-custom-table tbody td {
    text-align: center;
    padding: 9px 12px;
    color: #333333;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.financial-custom-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9; /* Righe alternate chiare */
}

.financial-custom-table tbody td.row-label {
    text-align: left;
    font-weight: 500;
    background-color: #ffffff;
    padding-left: 15px;
    border-left: 1px solid #e1e1e1;
}

/* Note a piè di tabella */
.financial-table-notes p {
    font-size: 11px;
    color: #555555;
    font-style: italic;
    margin-bottom: 3px;
    line-height: 1.4;
}

/* Bottone Download XLS */
.btn-download-xls {
    display: inline-flex;
    align-items: center;
    background-color: #dcca90 !important;
    border: none !important;
    border-radius: 0 !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 600;
    padding: 10px 24px !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.btn-download-xls:hover {
    background-color: #c4b27a !important;
}

/* Contenitori dei Grafici Donut */
.chart-container-block {
    margin-top: 20px;
}

.donut-chart-svg-wrapper {
    max-width: 340px;
    margin: 0 auto 20px auto;
}

.chart-block-title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

/* Ottimizzazione Mobile */
@media (max-width: 767.98px) {
    .financial-custom-table {
        min-width: 650px; /* Consente lo scroll su mobile senza rompere i dati */
    }
    .chart-block-title {
        font-size: 12px;
    }
}