/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/* --- ESTEI MAJESTY ENHANCEMENTS (ELEMENTOR COMPATIBLE) --- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Outfit:wght@300;400;600&display=swap');

/* Tipografía Institucional */
h1, h2, h3, .elementor-heading-title {
    font-family: 'Cinzel', serif !important;
    letter-spacing: 0.05em;
}

/* Botones Premium */
.elementor-button, .thim-button, .lp-button {
    background: linear-gradient(135deg, #C9A84C 0%, #8B6914 100%) !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
}

.elementor-button:hover, .thim-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.4) !important;
    filter: brightness(1.1);
}

/* Tarjetas con efecto de relieve */
.elementor-column-wrap, .elementor-widget-container {
    transition: all 0.3s ease;
}

.estei-premium-card .elementor-widget-container {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 12px;
    padding: 30px !important;
}

/* Header Transparente Elegante */
.site-header.affix-top {
    background: transparent !important;
}
