/* =========================================================
   BAHÍA CLOUD · STORE EXPERIENCE
   ========================================================= */

body.bc-bahia-store,
body.bc-bahia-store * {
    box-sizing: border-box !important;
}

body.bc-bahia-store {
    background: #F4F8FC !important;
    color: #0E2440 !important;
}

/* CABECERA DE LA CATEGORÍA */

body.bc-bahia-store .main-header {
    position: relative !important;
    overflow: hidden !important;
    padding: 58px 0 72px !important;
    border: 0 !important;
    background:
        radial-gradient(
            circle at 88% 16%,
            rgba(64, 203, 210, 0.18) 0,
            rgba(64, 203, 210, 0.18) 110px,
            transparent 112px
        ),
        linear-gradient(
            135deg,
            #0B2D57 0%,
            #123F73 66%,
            #164E83 100%
        ) !important;
}

body.bc-bahia-store .main-header .container {
    position: relative !important;
    z-index: 2 !important;
}

body.bc-bahia-store .main-header-title {
    max-width: 760px !important;
    margin: 0 !important;
    color: #FFFFFF !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}

body.bc-bahia-store .main-header p {
    max-width: 660px !important;
    margin: 16px 0 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

body.bc-bahia-store .bc-store-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 16px !important;
    color: #79DCE1 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}

body.bc-bahia-store .bc-store-kicker::before {
    content: "" !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #40CBD2 !important;
}

/* LAYOUT */

body.bc-bahia-store .main-body {
    position: relative !important;
    z-index: 3 !important;
    margin-top: -34px !important;
    padding-bottom: 72px !important;
}

body.bc-bahia-store .main-grid {
    display: block !important;
}

body.bc-bahia-store .main-sidebar {
    display: none !important;
}

body.bc-bahia-store .categories-collapsed {
    display: none !important;
}

body.bc-bahia-store .main-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* NAVEGACIÓN DE CATEGORÍAS */

body.bc-bahia-store .bc-store-tabs {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    padding: 7px !important;
    border: 1px solid #DCE6F0 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 30px rgba(14, 36, 64, 0.07) !important;
}

body.bc-bahia-store .bc-store-tab {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 10px 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #5C708A !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease !important;
}

body.bc-bahia-store .bc-store-tab:hover {
    background: #EEF4F8 !important;
    color: #123F73 !important;
}

body.bc-bahia-store .bc-store-tab.is-active {
    background: #123F73 !important;
    color: #FFFFFF !important;
}

/* GRID DE PLANES */

body.bc-bahia-store .section.products > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 22px !important;
    margin: 0 !important;
}

body.bc-bahia-store .section.products > .row > .col {
    display: flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* TARJETA */

body.bc-bahia-store .package {
    position: relative !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #DCE6F0 !important;
    border-radius: 18px !important;
    background: #FFFFFF !important;
    box-shadow: 0 16px 40px rgba(14, 36, 64, 0.06) !important;
    transition:
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease !important;
}

body.bc-bahia-store .package:hover {
    transform: translateY(-4px) !important;
    border-color: #A8C8DF !important;
    box-shadow: 0 22px 50px rgba(14, 36, 64, 0.1) !important;
}

body.bc-bahia-store .package.package-featured {
    border: 2px solid #1FB4C3 !important;
    box-shadow: 0 22px 55px rgba(31, 180, 195, 0.15) !important;
}

body.bc-bahia-store .package-side-left {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    border: 0 !important;
}

body.bc-bahia-store .package-header {
    position: relative !important;
    min-height: 0 !important;
    padding: 30px 28px 20px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

body.bc-bahia-store .package-title {
    max-width: calc(100% - 10px) !important;
    margin: 0 0 22px !important;
    color: #0E2440 !important;
    font-size: 22px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
}

body.bc-bahia-store .package-featured .package-title {
    max-width: calc(100% - 100px) !important;
}

body.bc-bahia-store .package-header .package-price {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
}

body.bc-bahia-store .price-amount {
    color: #123F73 !important;
    font-size: clamp(34px, 3.2vw, 44px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    white-space: nowrap !important;
}

body.bc-bahia-store .price-cycle {
    margin-top: 9px !important;
    color: #5C708A !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

/* ETIQUETA DESTACADA */

body.bc-bahia-store .label-corner {
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    z-index: 4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 30px !important;
    padding: 7px 11px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(31, 180, 195, 0.12) !important;
    color: #118895 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    transform: none !important;
    clip-path: none !important;
}

body.bc-bahia-store .label-corner::before,
body.bc-bahia-store .label-corner::after {
    display: none !important;
    content: none !important;
}

/* CONTENIDO */

body.bc-bahia-store .package-body {
    display: flex !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 0 28px 26px !important;
    border: 0 !important;
    background: transparent !important;
}

body.bc-bahia-store .package-content {
    width: 100% !important;
    color: #0E2440 !important;
    text-align: left !important;
}

body.bc-bahia-store .package-content > p {
    min-height: 74px !important;
    margin: 0 0 24px !important;
    color: #5C708A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

body.bc-bahia-store .package-content ul {
    display: grid !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 22px 0 0 !important;
    border-top: 1px solid #E5EDF4 !important;
    list-style: none !important;
}

body.bc-bahia-store .package-content li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0E2440 !important;
    font-size: 13px !important;
    font-weight: 550 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

body.bc-bahia-store .bc-plan-check {
    display: inline-flex !important;
    flex: 0 0 20px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 1px !important;
    border-radius: 7px !important;
    background: rgba(29, 158, 98, 0.1) !important;
    color: #1D9E62 !important;
}

body.bc-bahia-store .bc-plan-check svg {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.5 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* FOOTER Y CTA */

body.bc-bahia-store .package-footer {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 28px 28px !important;
    border: 0 !important;
    background: transparent !important;
}

body.bc-bahia-store .package-footer .package-price {
    display: none !important;
}

body.bc-bahia-store .btn-order-now {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 13px 17px !important;
    border: 1px solid #123F73 !important;
    border-radius: 11px !important;
    background: #123F73 !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease !important;
}

body.bc-bahia-store .btn-order-now:hover,
body.bc-bahia-store .btn-order-now:focus {
    border-color: #0B2D57 !important;
    background: #0B2D57 !important;
    color: #FFFFFF !important;
}

body.bc-bahia-store .package-featured .btn-order-now {
    border-color: #1FB4C3 !important;
    background: #1FB4C3 !important;
}

body.bc-bahia-store .package-featured .btn-order-now:hover,
body.bc-bahia-store .package-featured .btn-order-now:focus {
    border-color: #118895 !important;
    background: #118895 !important;
}

body.bc-bahia-store .bc-button-arrow {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
}

body.bc-bahia-store .bc-button-arrow svg {
    width: 17px !important;
    height: 17px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* TABLET */

@media (max-width: 1199px) {
    body.bc-bahia-store .section.products > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.bc-bahia-store .package-content > p {
        min-height: 0 !important;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    body.bc-bahia-store .main-header {
        padding: 42px 0 58px !important;
    }

    body.bc-bahia-store .main-header-title {
        font-size: 34px !important;
    }

    body.bc-bahia-store .main-header p {
        font-size: 14px !important;
    }

    body.bc-bahia-store .main-body {
        margin-top: -24px !important;
        padding-bottom: 48px !important;
    }

    body.bc-bahia-store .bc-store-tabs {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    body.bc-bahia-store .bc-store-tab {
        width: 100% !important;
        white-space: normal !important;
    }

    body.bc-bahia-store .section.products > .row {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.bc-bahia-store .package:hover {
        transform: none !important;
    }

    body.bc-bahia-store .package-header {
        padding: 24px 22px 18px !important;
    }

    body.bc-bahia-store .package-body {
        padding: 0 22px 22px !important;
    }

    body.bc-bahia-store .package-footer {
        padding: 0 22px 22px !important;
    }

    body.bc-bahia-store .package-title {
        font-size: 21px !important;
    }

    body.bc-bahia-store .package-featured .package-title {
        max-width: calc(100% - 90px) !important;
    }

    body.bc-bahia-store .label-corner {
        top: 20px !important;
        right: 20px !important;
    }

    body.bc-bahia-store .package-content > p {
        min-height: 0 !important;
    }
}
