.gx-store-main { width:100% !important; max-width:1200px !important; margin-left:auto !important; margin-right:auto !important; padding:0 !important; }
/* BLOQUE 1 · SHELL EXTERIOR CANONICO
   Fecha/hora: 27/09/2026 02:21 Europe/Madrid */
.main-wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gxcat-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (max-width: 1180px) {
    .main-wrapper {
        width: calc(100% - 44px) !important;
        max-width: none !important;
    }
}
@media (max-width: 991px) {
    .main-wrapper {
        width: calc(100% - 36px) !important;
    }
}
@media (max-width: 640px) {
    .main-wrapper {
        width: calc(100% - 32px) !important;
    }
}

/* Conectividad y Wi-Fi · estilos exclusivos de la categoría. */

.gxcat-page,
.gxcat-page * { box-sizing: border-box; }

.gxcat-page {
    width: 100%;
    color: #10223A;
    font-family: 'Inter', sans-serif;
}

.gxcat-page .gx-context-bar {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0,26,58,.06);
    border-bottom: 1px solid rgba(0,26,58,.08);
    background: rgba(255,255,255,.74);
}

.gxcat-page .gx-context-bar-inner {
    width: 100%;
    max-width: 1200px;
    min-height: 46px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    align-items: center;
}

.gxcat-page .gx-context-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 18px;
    color: #536174;
    font-size: .77rem;
    line-height: 1.3;
    text-align: center;
}

.gxcat-page .gx-context-item + .gx-context-item {
    border-left: 1px solid rgba(0,26,58,.08);
}

.gxcat-page .gx-context-item i {
    width: 13px;
    min-width: 13px;
    flex: 0 0 13px;
    color: #CBA358;
    font-size: .9rem;
    text-align: center;
}

.gxcat-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 84px;
}

.gxcat-content h1,
.gxcat-content h2,
.gxcat-content h3 {
    color: #001A3A;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.gxcat-opening {
    max-width: 790px;
    padding: 0 0 44px;
}

.gxcat-opening .eyebrow {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    color: #CBA358;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gxcat-opening h1 {
    margin: 0 0 18px;
    font-size: 35px;
    font-weight: 700;
    line-height: 41.3px;
    letter-spacing: -.45px;
}

.gxcat-lead {
    max-width: 745px;
    margin: 0;
    color: #4A5568;
    font-size: 1rem;
    line-height: 1.6;
}

.gxcat-products {
    padding: 44px 0 18px;
    border-top: 1px solid rgba(0,26,58,.12);
}

.gxcat-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.gxcat-section-heading h2,
.gxcat-guidance h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.32px;
    letter-spacing: -.45px;
}

.gxcat-section-heading p,
.gxcat-guidance p {
    margin: 0;
    color: #5A6778;
    font-size: .9rem;
    line-height: 1.7;
}

.gxcat-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.gxcat-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 12px;
    background: rgba(255,255,255,.84);
    overflow: hidden;
}

.gxcat-card-visual {
    position: relative;
    min-height: 118px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,26,58,.08);
    background:
        radial-gradient(circle at 78% 16%,rgba(203,163,88,.18),transparent 31%),
        linear-gradient(145deg,#EFF3F7,#F8FAFC 57%,#EAF0F5);
    color: #315475;
}

.gxcat-card-visual i {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,26,58,.09);
    border-radius: 50%;
    background: rgba(255,255,255,.70);
    box-shadow: 0 12px 30px rgba(0,26,58,.08);
    font-size: 1.55rem;
}

.gxcat-wave {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(49,84,117,.13);
    border-radius: 50%;
}

.gxcat-wave-a { left: -94px; bottom: -105px; }
.gxcat-wave-b { right: -98px; top: -112px; }

.gxcat-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.gxcat-card h3 {
    margin: 0 0 13px;
    font-size: 17.92px;
    font-weight: 800;
    line-height: 22.4px;
}

.gxcat-card p {
    margin: 0 0 22px;
    color: #566477;
    font-size: .83rem;
    line-height: 1.62;
}

.gxcat-price {
    width: 100%;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(0,26,58,.10);
}

.gxcat-price span {
    display: block;
    margin-bottom: 4px;
    color: #6B7584;
    font-size: .71rem;
    line-height: 1.4;
}

.gxcat-price strong {
    display: block;
    color: #001A3A;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.22rem;
    line-height: 1.3;
}

.gxcat-card-actions {
    display: grid;
    gap: 8px;
    margin-top: 17px;
}

.gxcat-card-actions a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid rgba(0,26,58,.12);
    border-radius: 7px;
    color: #294968;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .025em;
    text-decoration: none;
}

.gxcat-card-actions a:hover,
.gxcat-card-actions a:focus-visible {
    border-color: #CBA358;
    color: #8C6A2E;
}

.gxcat-card-actions .gxcat-cart-link {
    border-color: #CBA358;
    background: linear-gradient(135deg,#DFB96E 0%,#B88E45 100%);
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,26,58,.45);
}

.gxcat-card-actions .gxcat-cart-link:hover,
.gxcat-card-actions .gxcat-cart-link:focus-visible {
    color: #fff;
}

.gxcat-guidance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    margin-top: 54px;
    padding: 32px 0;
    border-top: 2px solid #CBA358;
    border-bottom: 1px solid rgba(0,26,58,.10);
}

.gxcat-guidance > div:first-child { max-width: 710px; }

.gxcat-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.gxcat-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border: 1px solid #CBA358;
    border-radius: 8px;
    background: linear-gradient(135deg,#DFB96E 0%,#B88E45 100%);
    box-shadow: inset 0 0 0 1px #CBA358,0 8px 20px rgba(203,163,88,.30);
    color: #fff;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0,26,58,.60);
    text-transform: uppercase;
}

.gxcat-contact-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,26,58,.13);
    border-radius: 8px;
    background: #fff;
    color: #001A3A;
    text-decoration: none;
}

.gxcat-conditions {
    max-width: 780px;
    margin: 18px 0 0;
    color: #647084;
    font-size: .75rem;
    line-height: 1.65;
}

@media (max-width:1180px) {
    .gxcat-page .gx-context-bar-inner { width: calc(100% - 44px); }
}

@media (max-width:991px) {
    .gxcat-page .gx-context-bar-inner {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .gxcat-page .gx-context-item {
        min-height: 39px;
        justify-content: flex-start;
        padding-left: 22px;
        padding-right: 22px;
        text-align: left;
    }

    .gxcat-page .gx-context-item + .gx-context-item {
        border-left: 0;
        border-top: 1px solid rgba(0,26,58,.07);
    }

    .gxcat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

    .gxcat-guidance {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width:640px) {
    .gxcat-page .gx-context-bar {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .gxcat-page .gx-context-item { font-size: .72rem; }
    .gxcat-content { padding-bottom: 58px; }
    .gxcat-opening { padding-bottom: 38px; }
    .gxcat-opening .eyebrow { margin-bottom: 11px; }

    .gxcat-opening h1 { margin-bottom: 16px; }\n\n    .gxcat-opening h1,
    .gxcat-section-heading h2,
    .gxcat-guidance h2 {
        font-size: 23.2px;
        line-height: 27.376px;
        letter-spacing: -.45px;
    }

    .gxcat-grid { grid-template-columns: 1fr; }
    .gxcat-card-visual { min-height: 104px; }

    .gxcat-guidance {
        gap: 26px;
        margin-top: 44px;
        padding: 28px 0;
    }

    .gxcat-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .gxcat-button { flex: 1 1 100%; }
}

@media (prefers-reduced-motion:reduce) {
    .gxcat-page *,
    .gxcat-page *::before,
    .gxcat-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
