.elementor-kit-7{--e-global-color-primary:#1A2E44;--e-global-color-secondary:#D4AF37;--e-global-color-text:#2F2F2F;--e-global-color-accent:#FF7F50;--e-global-color-d92c001:#F9F9F9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:1.125rem;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{text-transform:none;}.elementor-kit-7 h1{font-size:4rem;text-transform:none;}.elementor-kit-7 h2{font-size:2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-letter-spacing:1px;}.elementor-kit-7 h1{font-size:2.5rem;}.elementor-kit-7 h2{font-size:1.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:480px;}.e-con{--container-max-width:480px;}}
/* Start custom CSS *//* --- CONFIGURAZIONE TIPOGRAFICA 2026 --- */
:root {
    --e-global-typography-primary-font-family: "Montserrat", sans-serif;
    --e-global-typography-text-font-family: "Plus Jakarta Sans", sans-serif;
    --body-line-height: 1.6;
    --heading-letter-spacing: 0.05em;
}

body {
    font-family: var(--e-global-typography-text-font-family);
    line-height: var(--body-line-height);
    -webkit-font-smoothing: antialiased;
    color: #1A2E44; /* Blu Profondo */
}

h1, h2, h3 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 700;
    text-transform: uppercase; /* Richiamo Razionalista */
    letter-spacing: var(--heading-letter-spacing);
}

/* --- FLUID TYPOGRAPHY (Scalabilità automatica) --- */
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); }
p  { font-size: clamp(1rem, 2vw, 1.125rem); }

/* --- EFFETTO BENTO GRID (Da applicare ai widget o container) --- */
.bento-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px); /* Glassmorphism 2026 */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}

.bento-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* --- ADATTAMENTO BREAKPOINT --- */
@media (max-width: 1024px) {
    .bento-card { border-radius: 16px; }
}

@media (max-width: 480px) {
    .elementor-header { padding: 10px 20px; }
}/* End custom CSS */