/* HEADER2 - ESTILOS AUTONOMOS DE LA PROPUESTA
   Incluye escritorio, responsive, submenus y aviso de cookies.
*/

/* ===== PROPUESTA SERVICIOS2 · HEADER (COPIA INDEPENDIENTE) ===== */

/* =========================================================
   GYALUX WEB - HEADER Y BARRA BENEFICIOS LIMPIO DEFINITIVO
   Mantiene el diseño actual funcionando y elimina duplicados.
   ========================================================= */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

header.gx-header-principal {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 30px 0 0 0 !important;

    display: grid !important;
    grid-template-columns: 245px minmax(0, 1fr) auto !important;
    column-gap: 34px !important;
    align-items: flex-start !important;

    position: relative !important;
    box-sizing: border-box !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

header.gx-header-principal::after {
    display: none !important;
    content: none !important;
}

header.gx-header-principal .logo {
    grid-column: 1 !important;
    width: 245px !important;
    min-width: 245px !important;
    max-width: 245px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

header.gx-header-principal .logo a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.gx-header-principal .logo img {
    width: 245px !important;
    max-width: 245px !important;
    height: auto !important;
    max-height: none !important;

    display: block !important;
    object-fit: contain !important;

    margin: 0 !important;
    padding: 0 !important;
}

header.gx-header-principal #navbar {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;

    margin: 34px 0 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

header.gx-header-principal #navbar a {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 5px 0 !important;

    color: #001A3A !important;

   /* font-family: "Inter", "Lato", Arial, sans-serif !important;*/
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;

    white-space: nowrap !important;
    text-decoration: none !important;
    text-transform: none !important;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

header.gx-header-principal #navbar a:not(.btn-gold)::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -4px !important;

    width: 0 !important;
    height: 2px !important;

    background: #CBA358 !important;
    transition: width .3s ease !important;
}

header.gx-header-principal #navbar a:hover,
header.gx-header-principal #navbar a.active {
    color: #CBA358 !important;
}

header.gx-header-principal #navbar a:hover::after,
header.gx-header-principal #navbar a.active::after {
    width: 100% !important;
}

header.gx-header-principal .gx-header-actions {
    grid-column: 3 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;

    margin: 26px 0 0 0 !important;
    padding: 0 !important;

    width: auto !important;
    min-width: auto !important;
    max-width: none !important;

    list-style: none !important;
}

header.gx-header-principal .gx-header-actions .btn-gold {
    flex: 0 0 auto !important;

    min-width: 170px !important;
    height: 44px !important;
    min-height: 44px !important;

    padding: 12px 28px !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: linear-gradient(135deg, #DFB96E 0%, #B88E45 100%) !important;
    color: #FFFFFF !important;

    border-radius: 8px !important;
    border: 1px solid #CBA358 !important;

    box-shadow:
        inset 0 0 0 1px #CBA358,
        0 8px 20px rgba(203, 163, 88, 0.30) !important;

 /*   font-family: "Inter", "Lato", Arial, sans-serif !important;*/
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;

    text-transform: uppercase !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 3px rgba(0, 26, 58, 0.6) !important;

    white-space: nowrap !important;

    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
}

header.gx-header-principal .gx-header-actions .btn-gold::before,
header.gx-header-principal .gx-header-actions .btn-gold::after {
    display: none !important;
}

header.gx-header-principal .gx-header-actions .btn-gold:hover,
header.gx-header-principal .gx-header-actions .btn-gold:focus {
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    filter: none !important;
    opacity: 1 !important;
}

header.gx-header-principal .gx-icon-btn,
header.gx-header-principal .gx-cart-btn,
header.gx-header-principal .gx-user-toggle {
    all: unset;
}

header.gx-header-principal .gx-odoo-cart-btn,
header.gx-header-principal .gx-odoo-user-btn {
    position: relative !important;

    width: auto !important;
    max-width: none !important;

    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    padding: 5px 11px !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(255, 255, 255, 0.75) !important;
    color: #001A3A !important;

    border: 1px solid rgba(0, 26, 58, 0.08) !important;
    border-radius: 10px !important;

    box-shadow: none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
    cursor: pointer !important;
}

header.gx-header-principal .gx-odoo-cart-btn {
    min-width: 52px !important;
}

header.gx-header-principal .gx-odoo-user-btn {
    min-width: 62px !important;
}

header.gx-header-principal .gx-odoo-cart-btn:hover,
header.gx-header-principal .gx-odoo-cart-btn:focus,
header.gx-header-principal .gx-odoo-user-btn:hover,
header.gx-header-principal .gx-odoo-user-btn:focus {
    color: #CBA358 !important;
    background: rgba(255, 255, 255, 0.75) !important;
    border-color: rgba(203, 163, 88, 0.45) !important;
}

header.gx-header-principal .gx-odoo-cart-btn > div,
header.gx-header-principal .gx-odoo-user-btn > div {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

header.gx-header-principal .gx-odoo-cart-btn i.fa-stack,
header.gx-header-principal .gx-odoo-user-btn i.fa-stack {
    display: inline-block !important;

    width: 2em !important;
    min-width: 2em !important;
    height: 2em !important;
    min-height: 2em !important;

    line-height: 2em !important;
    text-align: center !important;
    vertical-align: middle !important;

    font-size: 14px !important;
    color: inherit !important;

    margin: 0 !important;
    padding: 0 !important;
}

header.gx-header-principal .gx-odoo-cart-btn i.fa-stack::before,
header.gx-header-principal .gx-odoo-user-btn i.fa-stack::before {
    line-height: 2em !important;
}

header.gx-header-principal .gx-odoo-user-btn::after {
    content: "" !important;
    display: inline-block !important;

    margin-left: 4px !important;
    vertical-align: middle !important;

    border-top: 0.3em solid currentColor !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;

    transform: scale(0.75) !important;
}

header.gx-header-principal .gx-cart-badge {
    position: absolute !important;
    top: -9px !important;
    right: -8px !important;

    min-width: 18px !important;
    height: 18px !important;

    padding: 0 5px !important;

    display: none !important;
    align-items: center !important;
    justify-content: center !important;

    background: #CBA358 !important;
    color: #001A3A !important;

    border-radius: 999px !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
}

header.gx-header-principal .gx-cart-badge:not(:empty) {
    display: inline-flex !important;
}

header.gx-header-principal .gx-user-menu {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
}

header.gx-header-principal .gx-user-dropdown {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;

    min-width: 180px !important;

    padding: 8px !important;
    margin: 0 !important;

    background: #FFFFFF !important;

    border: 1px solid rgba(0, 26, 58, 0.10) !important;
    border-radius: 10px !important;

    box-shadow: 0 16px 40px rgba(0, 26, 58, 0.12) !important;

    display: none !important;
    z-index: 9999 !important;

    box-sizing: border-box !important;
}

header.gx-header-principal .gx-user-menu:hover .gx-user-dropdown,
header.gx-header-principal .gx-user-menu:focus-within .gx-user-dropdown {
    display: block !important;
}

header.gx-header-principal .gx-user-dropdown a,
header.gx-header-principal .gx-user-dropdown .dropdown-item {
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;

    padding: 8px 10px !important;
    margin: 0 !important;

    color: #001A3A !important;

    /*font-family: "Inter", "Lato", Arial, sans-serif !important;*/
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;

    border-radius: 7px !important;
    background: transparent !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
}

header.gx-header-principal .gx-user-dropdown a::after {
    display: none !important;
}

header.gx-header-principal .gx-user-dropdown a i {
    width: 16px !important;
    color: #001A3A !important;
    font-size: 13px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.gx-header-principal .gx-user-dropdown a:hover,
header.gx-header-principal .gx-user-dropdown .dropdown-item:hover {
    background: #F3F5F8 !important;
    color: #CBA358 !important;
}

header.gx-header-principal .gx-user-dropdown a:hover i {
    color: #CBA358 !important;
}

header.gx-header-principal .gx-user-dropdown .dropdown-divider {
    height: 1px !important;
    margin: 6px 0 !important;
    overflow: hidden !important;
    background: rgba(0, 26, 58, 0.10) !important;
    border: 0 !important;
}

.gx-benefits-bar {
    width: calc(100% - 32px);
    max-width: 1200px;
    min-height: 50px;
    margin: 30px auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow: visible;
}

.gx-benefits-inner {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 42px;
    text-align: left;
    box-sizing: border-box;
}

.gx-benefit {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    color: #001A3A;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    text-align: left;
    box-sizing: border-box;
}

.gx-benefit span {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    color: inherit;
    font: inherit;
    white-space: nowrap;
    text-align: left;
}

.gx-benefit i {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0;
    padding: 0;
    color: #CBA358;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.barradeusuario {
    display: none !important;
}

@media (max-width: 1260px) and (min-width: 992px) {
    header.gx-header-principal,
    .gx-benefits-bar {
        width: calc(100% - 48px);
        max-width: 1200px;
    }

    header.gx-header-principal {
        grid-template-columns: 220px minmax(0, 1fr) auto !important;
        column-gap: 26px !important;
    }

    header.gx-header-principal .logo,
    header.gx-header-principal .logo img {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }

    header.gx-header-principal #navbar {
        gap: 22px !important;
    }
}


/* ===== PROPUESTA SERVICIOS2 · HEADER RESPONSIVE (COPIA INDEPENDIENTE) ===== */

/* =========================================================
   GYALUX HEADER · RESPONSIVE
   Menú móvil · 02/09/2026
   ========================================================= */

@media (max-width: 991px) {
    .gx-mobile-menu-top {
        min-height: 66px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 14px 8px;
        border-bottom: 1px solid rgba(0, 26, 58, 0.08);
    }

    .gx-mobile-menu-symbol {
        width: 76px;
        height: 62px;
        display: block;
        object-fit: cover;
        object-position: center;
        opacity: 0.62;
        mix-blend-mode: multiply;
    }

    .gx-mobile-menu-close {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 50%;
        right: 14px;
        flex: 0 0 38px;
        transform: translateY(-50%);
        border: 1px solid rgba(0, 26, 58, 0.10);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.72);
        color: #001A3A;
        box-shadow: none;
    }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown,
    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry {
        margin: 4px 14px 0;
    }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown { display: block; }
    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown > summary { list-style: none; cursor: pointer; user-select: none; }
    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown > summary::-webkit-details-marker { display: none; }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown > summary.gx-mobile-account-button,
    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry {
        min-height: 44px;
        width: auto;
        padding: 0 14px;
        border: 1px solid rgba(0, 26, 58, 0.09);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.54);
        color: #001A3A;
        font-family: 'Inter', sans-serif;
        font-size: 0.8125rem;
        font-weight: 600;
        line-height: 1.2;
        box-shadow: none;
    }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown > summary.gx-mobile-account-button {
        position: relative;
        display: flex;
        align-items: center;
        gap: 9px;
        padding-right: 36px;
    }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown > summary.gx-mobile-account-button::after {
        content: "\f107";
        position: absolute;
        top: 50%;
        right: 14px;
        color: #CBA358;
        font-family: "FontAwesome";
        font-size: 12px;
        font-weight: normal;
        line-height: 1;
        transform: translateY(-50%);
        transition: transform .2s ease;
    }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown[open] > summary.gx-mobile-account-button::after { transform: translateY(-50%) rotate(180deg); }
    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown[open] > summary.gx-mobile-account-button { color: #CBA358; border-color: rgba(203, 163, 88, 0.40); }

    .gx-mobile-drawer-nav > .gx-mobile-account-dropdown > summary.gx-mobile-account-button i,
    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry i {
        width: 18px;
        color: #CBA358;
        font-size: 13px;
        text-align: center;
    }

    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry { position: relative; display: flex; align-items: center; gap: 9px; text-decoration: none; }
    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry::after { content: none; }

    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry .gx-cart-badge {
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 19px;
        height: 19px;
        margin-left: auto;
        padding: 0 5px;
        border-radius: 999px;
        background: #001A3A;
        color: #FFFFFF;
        font-size: 0.64rem;
        font-weight: 700;
        line-height: 1;
    }
    .gx-mobile-drawer-nav > a.gx-mobile-cart-entry .gx-cart-badge:empty { display: none; }

    .gx-mobile-account-panel {
        width: auto;
        margin: 5px 0 0;
        padding: 6px;
        border: 1px solid rgba(0, 26, 58, 0.08);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.80);
        box-shadow: none;
        overflow: hidden;
    }

    .gx-mobile-account-panel .gx-mobile-account-option {
        width: 100%;
        min-height: 36px;
        padding: 0 9px;
        display: flex;
        align-items: center;
        gap: 8px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        color: #001A3A;
        font-size: 0.79rem;
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
    }

    .gx-mobile-account-panel .gx-mobile-account-option:hover,
    .gx-mobile-account-panel .gx-mobile-account-option:focus { background: rgba(255, 255, 255, 0.70); color: #CBA358; }
    .gx-mobile-account-panel .gx-mobile-account-option i { width: 16px; color: inherit; text-align: center; }
    .gx-mobile-account-divider { height: 1px; margin: 5px 0; border: 0; background: rgba(0, 26, 58, 0.10); }

    .gx-mobile-drawer-contact {
        margin: 10px 14px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gx-mobile-drawer-contact-btn {
        min-height: 40px;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid rgba(203, 163, 88, 0.22);
        border-radius: 11px;
        background: rgba(255, 255, 255, 0.56);
        color: #8D6A30;
        font-size: 0.75rem;
        font-weight: 600;
        text-decoration: none;
    }

    .gx-mobile-drawer-contact-btn i { font-size: 14px; }

    .gx-mobile-drawer-bottom {
        padding: 10px 14px 14px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: transparent;
        border-top: 1px solid rgba(0, 26, 58, 0.07);
    }

    .gx-mobile-drawer-social { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 2px; }
    .gx-mobile-drawer-social-label { color: #7A828C; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.02em; }
    .gx-mobile-drawer-social-links { display: flex; align-items: center; gap: 8px; }

    .gx-mobile-drawer-social-btn {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 26, 58, 0.09);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.60);
        color: #001A3A;
        text-decoration: none;
    }
    .gx-mobile-drawer-social-btn i { margin: 0; font-size: 14px; line-height: 1; }
    .gx-mobile-drawer-budget { padding-top: 10px; border-top: 1px solid rgba(0, 26, 58, 0.07); }

    .gx-mobile-drawer-cta {
        width: 100%;
        min-height: 44px;
        border-radius: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.04em;
        box-shadow: none;
    }
}

/* ===== ESTILOS EXTRAIDOS DE HEADER2.PHP ===== */

/* Diferencia visual para la página principal de cada submenú sin alterar estructura general */
header.gx-header-principal #navbar .gx-nav-dropdown a.gx-nav-main-entry {
    font-weight: 700 !important;
    color: #001A3A !important;
    background: rgba(203, 163, 88, 0.10) !important;
}

header.gx-header-principal #navbar .gx-nav-dropdown a.gx-nav-main-entry:hover,
header.gx-header-principal #navbar .gx-nav-dropdown a.gx-nav-main-entry:focus,
header.gx-header-principal #navbar .gx-nav-dropdown a.gx-nav-main-entry.active {
    color: #CBA358 !important;
    background: #F3F5F8 !important;
}

header.gx-header-principal #navbar .gx-nav-dropdown-separator {
    width: calc(100% - 16px) !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 5px 8px 6px 8px !important;
    padding: 0 !important;
    background: rgba(0, 26, 58, 0.10) !important;
    border: 0 !important;
}

@media (max-width: 991px) {
    .gx-mobile-drawer-nav .gx-mobile-accordion-panel a.gx-mobile-main-entry {
        font-weight: 700 !important;
        color: #001A3A !important;
        background: rgba(203, 163, 88, 0.10) !important;
    }

    .gx-mobile-drawer-nav .gx-mobile-accordion-panel a.gx-mobile-main-entry:hover,
    .gx-mobile-drawer-nav .gx-mobile-accordion-panel a.gx-mobile-main-entry.active {
        color: #CBA358 !important;
        background: rgba(255, 255, 255, 0.60) !important;
    }

    .gx-mobile-drawer-nav .gx-mobile-accordion-panel .gx-mobile-sub-separator {
        height: 1px !important;
        min-height: 1px !important;
        margin: 4px 18px 6px 18px !important;
        padding: 0 !important;
        background: rgba(0, 26, 58, 0.10) !important;
        border: 0 !important;
    }
}

.gx-cookie-consent {
        position: fixed;
        left: 50%;
        bottom: 18px;
        z-index: 99999;
        width: min(calc(100% - 32px), 1200px);
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(0, 26, 58, 0.12);
        border-top: 4px solid #CBA358;
        border-radius: 24px;
        box-shadow: 0 24px 70px rgba(0, 26, 58, 0.18);
        overflow: hidden;
        font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    .gx-cookie-consent[hidden],
    .gx-cookie-panel[hidden] {
        display: none !important;
    }

    .gx-cookie-consent-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 22px;
        align-items: center;
        padding: 22px 24px;
    }

    .gx-cookie-consent-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 7px;
        color: #001A3A;
        font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
        font-size: 1.05rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .gx-cookie-consent-title i {
        color: #CBA358;
        font-size: 1.25rem;
    }

    .gx-cookie-consent-text {
        margin: 0;
        color: #4A5568;
        font-size: 0.94rem;
        line-height: 1.6;
    }

    .gx-cookie-consent-text a {
        color: #001A3A;
        font-weight: 800;
        text-decoration: none;
        border-bottom: 1px solid rgba(203, 163, 88, 0.7);
    }

    .gx-cookie-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: wrap;
    }

    .gx-cookie-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 11px 17px;
        border-radius: 999px;
        border: 1px solid rgba(0, 26, 58, 0.14);
        font-family: 'Inter', system-ui, sans-serif;
        font-weight: 800;
        font-size: 0.9rem;
        line-height: 1;
        cursor: pointer;
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
        white-space: nowrap;
    }

    .gx-cookie-btn:hover {
        transform: translateY(-1px);
    }

    .gx-cookie-btn-primary {
        background: #CBA358;
        border-color: #CBA358;
        color: #001A3A;
        box-shadow: 0 12px 26px rgba(203, 163, 88, 0.28);
    }

    .gx-cookie-btn-secondary {
        background: #001A3A;
        border-color: #001A3A;
        color: #FFFFFF;
    }

    .gx-cookie-btn-ghost {
        background: #FFFFFF;
        color: #001A3A;
    }

    .gx-cookie-panel-backdrop {
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
        background: rgba(0, 26, 58, 0.45);
        backdrop-filter: blur(4px);
    }

    .gx-cookie-panel {
        width: min(100%, 720px);
        max-height: min(90vh, 760px);
        overflow: auto;
        background: #FFFFFF;
        border-radius: 28px;
        border: 1px solid rgba(0, 26, 58, 0.12);
        box-shadow: 0 34px 90px rgba(0, 26, 58, 0.28);
    }

    .gx-cookie-panel-head {
        padding: 24px 26px 18px;
        background: linear-gradient(135deg, #001A3A 0%, #082A56 100%);
        color: #FFFFFF;
    }

    .gx-cookie-panel-head h2 {
        margin: 0 0 8px;
        font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
        font-size: 1.35rem;
        line-height: 1.25;
    }

    .gx-cookie-panel-head p {
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
        line-height: 1.6;
        font-size: 0.94rem;
    }

    .gx-cookie-panel-body {
        padding: 24px 26px 8px;
    }

    .gx-cookie-option {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 18px;
        align-items: center;
        padding: 18px 0;
        border-bottom: 1px solid rgba(0, 26, 58, 0.08);
    }

    .gx-cookie-option:first-child {
        padding-top: 0;
    }

    .gx-cookie-option:last-child {
        border-bottom: 0;
    }

    .gx-cookie-option strong {
        display: block;
        color: #001A3A;
        font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
        margin-bottom: 6px;
    }

    .gx-cookie-option span {
        display: block;
        color: #64748B;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .gx-cookie-switch {
        position: relative;
        display: inline-flex;
        width: 56px;
        height: 32px;
        flex: 0 0 auto;
    }

    .gx-cookie-switch input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .gx-cookie-switch span {
        position: absolute;
        inset: 0;
        border-radius: 999px;
        background: #CBD5E1;
        transition: background .2s ease;
    }

    .gx-cookie-switch span::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #FFFFFF;
        box-shadow: 0 4px 12px rgba(0, 26, 58, 0.18);
        transition: transform .2s ease;
    }

    .gx-cookie-switch input:checked + span {
        background: #CBA358;
    }

    .gx-cookie-switch input:checked + span::before {
        transform: translateX(24px);
    }

    .gx-cookie-switch input:disabled + span {
        background: #001A3A;
        opacity: 0.92;
    }

    .gx-cookie-panel-actions {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
        padding: 20px 26px 26px;
    }

    @media (max-width: 760px) {
        .gx-cookie-consent {
            bottom: 12px;
            width: calc(100% - 20px);
            border-radius: 20px;
        }

        .gx-cookie-consent-inner {
            grid-template-columns: 1fr;
            gap: 16px;
            padding: 20px;
        }

        .gx-cookie-actions {
            justify-content: stretch;
        }

        .gx-cookie-btn {
            flex: 1 1 100%;
        }

        .gx-cookie-option {
            grid-template-columns: 1fr;
        }

        .gx-cookie-panel-actions .gx-cookie-btn {
            flex: 1 1 100%;
        }
    }
