```css
/* ============================================================
   1. RESET GLOBALE E PULIZIA EREDITÀ ASTRA/ELEMENTOR
   ============================================================ */
html, body {
    overflow-x: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header-sticky-talent, 
.ast-primary-header-bar, 
.site-header,
#masthead,
#colophon {
    border: none !important;
    box-shadow: none !important;
}

/* ============================================================
   2. HEADER THE TALENT PROJECT (STATICO, NON FISSO)
   ============================================================ */
.header-sticky-talent {
    background-color: #0c1f44 !important; 
    margin: 0 !important;
    padding: 20px 0 !important; 
    position: relative !important;
    width: 100% !important;
}

/* ============================================================
   3. GESTIONE SPAZIO E IMPAGINAZIONE SEZIONE LEGACY
   ============================================================ */
.header-sticky-talent > .elementor-container,
.header-sticky-talent .elementor-container {
    max-width: 100% !important; 
    width: 100% !important;
    padding-left: 35px !important; 
    padding-right: 0 !important;   
}

.header-sticky-talent .elementor-column,
.header-sticky-talent .elementor-widget-wrap {
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important; 
}

.header-sticky-talent .elementor-widget-image,
.header-sticky-talent .elementor-widget-nav-menu {
    margin: 0 !important;
}

/* ============================================================
   4. KILLER LINEA VERDE SOTTO IL MENU
   ============================================================ */
.header-sticky-talent .elementor-widget-nav-menu,
.header-sticky-talent .elementor-widget-nav-menu .elementor-widget-container,
.header-sticky-talent .elementor-nav-menu--main,
.header-sticky-talent .elementor-column > .elementor-widget-wrap,
.header-sticky-talent .e-con-inner {
    border: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* ============================================================
   5. FOOTER CUSTOM STYLE (CONTENITORE BASE)
   ============================================================ */
#colophon, 
.elementor-location-footer {
    background-color: #0c1f44;
    padding: 15px 0 10px 0;
}

#colophon .elementor-social-icon {
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}

/* ============================================================
   6. CLASSE DIFENSIVA FOOTER (.talent-footer-widget)
   ============================================================ */
.talent-footer-widget .elementor-icon-list-item,
.talent-footer-widget .elementor-widget-container,
.talent-footer-widget a {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.talent-footer-widget .elementor-icon-list-text,
.talent-footer-widget a,
.talent-footer-widget p {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.talent-footer-widget .elementor-icon-list-icon i,
.talent-footer-widget .elementor-icon-list-icon svg {
    color: #6EC1E4 !important;
    fill: #6EC1E4 !important;
}

.talent-footer-widget a:hover,
.talent-footer-widget a:hover .elementor-icon-list-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

.talent-footer-widget .elementor-icon-list-items {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.talent-footer-widget .elementor-icon-list-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.talent-footer-widget .elementor-icon-list-items:not(.elementor-icon-list--layout-inline) {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.talent-footer-widget .elementor-icon-list-items.elementor-icon-list--layout-inline {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 25px !important; 
}

/* ============================================================
   7. BOTTONI GEOGRAFICI (Widget Pulsante Elementor)
   ============================================================ */
.bottone-nazione .elementor-button {
    width: 100% !important;
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    min-height: 60px !important; 
}

.bottone-nazione .elementor-button-icon {
    margin-right: 10px !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .bottone-nazione {
        width: calc(50% - 15px) !important; 
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .bottone-nazione {
        width: 100% !important;
        margin-bottom: 15px !important;
        display: block !important;
    }
}

```