.bekaman-home,
    .bekaman-home * {
        box-sizing: border-box;
    }

    .bekaman-home {
        --bk-blue: #00344f;
        --bk-blue-dark: #071f2f;
        --bk-ink: #101820;
        --bk-muted: #5f6f7a;
        --bk-soft: #f6f8fb;
        --bk-soft-blue: #eef7fb;
        --bk-soft-pink: #fff3f6;
        --bk-border: rgba(16,24,32,.09);
        --bk-pink: #ff2358;
        --bk-yellow: #ffb93a;

        background: #ffffff;
        color: var(--bk-ink);
        overflow-x: hidden;
        font-family: inherit;
    }

    .bekaman-home a {
        text-decoration: none !important;
    }

    .bk-wrap {
        width: min(1180px, calc(100% - 72px));
        margin: 0 auto;
    }

    .bk-section {
        padding: 64px 0;
    }

    .bk-section-soft {
        background: var(--bk-soft);
    }

    .bk-section-blue {
        background:
            radial-gradient(circle at top left, rgba(0,52,79,.08), transparent 30rem),
            var(--bk-soft-blue);
    }

    .bk-section-pink {
        background:
            radial-gradient(circle at top right, rgba(255,35,88,.08), transparent 28rem),
            var(--bk-soft-pink);
    }

    .bk-card {
        background: #ffffff;
        border: 1px solid var(--bk-border);
        border-radius: 26px;
        box-shadow: 0 18px 50px rgba(16,24,32,.07);
    }

    .bk-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 850;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--bk-pink);
    }

    .bk-label::before {
        content: "";
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: var(--bk-pink);
    }

    .bk-title {
        margin: 12px 0 0;
        color: var(--bk-ink);
        font-size: clamp(30px, 3.4vw, 46px);
        line-height: 1.08;
        font-weight: 850;
        letter-spacing: -.035em;
    }

    .bk-title-small {
        margin: 10px 0 0;
        color: var(--bk-ink);
        font-size: clamp(24px, 2.5vw, 34px);
        line-height: 1.12;
        font-weight: 850;
        letter-spacing: -.025em;
    }

    .bk-text {
        margin: 16px 0 0;
        color: var(--bk-muted);
        font-size: 17px;
        line-height: 1.65;
    }

    .bk-text-sm {
        margin: 10px 0 0;
        color: var(--bk-muted);
        font-size: 15px;
        line-height: 1.55;
    }

    .bk-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 20px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 850;
        line-height: 1;
        border: 1px solid transparent;
        text-align: center;
        transition: all .2s ease;
    }

    .bk-btn-primary {
        background: var(--bk-pink);
        color: #ffffff !important;
        box-shadow: 0 14px 30px rgba(255,35,88,.20);
    }

    .bk-btn-primary:hover {
        background: #e91c4e;
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    .bk-btn-dark {
        background: var(--bk-blue);
        color: #ffffff !important;
    }

    .bk-btn-dark:hover {
        background: #062d43;
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    .bk-btn-yellow {
        background: var(--bk-yellow);
        color: #101820 !important;
        box-shadow: 0 12px 28px rgba(255,185,58,.22);
    }

    .bk-btn-yellow:hover {
        filter: brightness(.96);
        color: #101820 !important;
        transform: translateY(-2px);
    }

    .bk-btn-light {
        background: #ffffff;
        color: var(--bk-blue) !important;
        border-color: rgba(0,52,79,.14);
    }

    .bk-btn-light:hover {
        border-color: rgba(0,52,79,.28);
        color: var(--bk-blue) !important;
        transform: translateY(-2px);
    }

    /* Slider */
    .bk-hero-full {
        width: 100%;
        background: #ffffff;
    }

    .bk-hero-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        background: var(--bk-blue);
    }

    .bk-slider-stage {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .bk-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.01);
        transition: opacity 850ms ease, transform 1100ms ease, visibility 850ms ease;
        z-index: 1;
        pointer-events: none;
    }

    .bk-slide.is-active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        z-index: 2;
        pointer-events: auto;
    }

    .bk-slide:first-child {
        position: relative;
    }

    .bk-slide:first-child:not(.is-active) {
        position: relative;
    }

    .bk-slide:not(:first-child) {
        position: absolute;
    }

    .bk-slide picture,
    .bk-slide img {
        display: block;
        width: 100%;
        height: auto;
    }

    .bk-slider-btn {
        position: absolute;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.86);
        color: var(--bk-blue);
        cursor: pointer;
        font-size: 30px;
        line-height: 1;
        display: grid;
        place-items: center;
        box-shadow: 0 12px 30px rgba(16,24,32,.14);
        transition: all .2s ease;
    }

    .bk-slider-btn:hover {
        background: #ffffff;
        transform: translateY(-50%) scale(1.05);
    }

    .bk-slider-btn.prev {
        left: 22px;
    }

    .bk-slider-btn.next {
        right: 22px;
    }

    .bk-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 16px;
        z-index: 11;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .bk-dot {
        width: 9px;
        height: 9px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.68);
        cursor: pointer;
        transition: all .2s ease;
    }

    .bk-dot.is-active {
        width: 26px;
        background: var(--bk-pink);
    }

    /* Franja de valores Kaman sobre los accesos rápidos */
    .bk-values-strip {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        background: var(--bk-blue);
        color: #ffffff;
        text-align: center;
        font-size: 11px;
        line-height: 1;
        font-weight: 850;
        letter-spacing: .055em;
    }

    /* Acceso fijo a la cuenta: solo visible en móvil */
    .bk-mobile-account-dock {
        display: none;
    }

    /* Botones amarillos bajo el hero */
    .bk-quick-strip {
        background: var(--bk-yellow);
        border-bottom: 1px solid rgba(255,255,255,.28);
        box-shadow: 0 12px 28px rgba(16,24,32,.08);
    }

    .bk-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto;
}

    .bk-quick-card {
        min-height: 94px;
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 18px 17px;
        color: #ffffff !important;
        border-right: 1px solid rgba(255,255,255,.34);
        transition: all .2s ease;
    }

    .bk-quick-card:first-child {
        border-left: 1px solid rgba(255,255,255,.34);
    }

    .bk-quick-card:hover {
        background: rgba(0,52,79,.10);
        color: #ffffff !important;
    }

    .bk-quick-icon {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        color: #ffffff;
        flex: 0 0 auto;
    }

    .bk-quick-icon svg {
        width: 30px;
        height: 30px;
    }

    .bk-quick-title {
        display: block;
        color: #ffffff;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.12;
    }

    .bk-quick-text {
        display: block;
        margin-top: 4px;
        color: rgba(255,255,255,.92);
        font-size: 12.5px;
        font-weight: 700;
        line-height: 1.25;
    }

    /* Acceso destacado para repetir compra */
    .bk-repeat-purchase {
        margin: 0 0 28px;
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        padding: 22px 24px;
        overflow: hidden;
        border-radius: 24px;
        background:
            radial-gradient(circle at 92% 0%, rgba(255,185,58,.24), transparent 20rem),
            linear-gradient(135deg, var(--bk-blue) 0%, var(--bk-blue-dark) 100%);
        color: #ffffff;
        box-shadow: 0 18px 44px rgba(0,52,79,.17);
    }

    .bk-repeat-purchase-icon {
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        border-radius: 19px;
        background: var(--bk-yellow);
        color: var(--bk-blue);
        flex: 0 0 auto;
    }

    .bk-repeat-purchase-icon svg {
        width: 30px;
        height: 30px;
    }

    .bk-repeat-purchase-copy {
        min-width: 0;
    }

    .bk-repeat-purchase-copy small,
    .bk-repeat-purchase-copy strong,
    .bk-repeat-purchase-copy span {
        display: block;
    }

    .bk-repeat-purchase-copy small {
        margin-bottom: 5px;
        color: var(--bk-yellow);
        font-size: 10.5px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .bk-repeat-purchase-copy strong {
        color: #ffffff;
        font-size: clamp(21px, 2vw, 28px);
        line-height: 1.12;
        font-weight: 900;
        letter-spacing: -.025em;
    }

    .bk-repeat-purchase-copy span {
        margin-top: 6px;
        color: rgba(255,255,255,.76);
        font-size: 13.5px;
        line-height: 1.45;
    }

    .bk-repeat-purchase-btn {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        border-radius: 999px;
        background: var(--bk-pink);
        color: #ffffff !important;
        font-size: 13.5px;
        line-height: 1;
        font-weight: 900;
        white-space: nowrap;
        box-shadow: 0 12px 28px rgba(255,35,88,.22);
        transition: transform .18s ease, background .18s ease;
    }

    .bk-repeat-purchase-btn:hover {
        background: #e91c4e;
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    /* Tienda */
    .bk-shop-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .bk-shop-card {
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding: 14px 14px 20px;
        overflow: hidden;
        transition: all .22s ease;
    }

    .bk-shop-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 60px rgba(16,24,32,.11);
    }

    .bk-shop-card-media {
        display: block;
        width: 100%;
        aspect-ratio: 5 / 4;
        margin: 0 0 18px;
        overflow: hidden;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid rgba(16,24,32,.06);
    }

    .bk-shop-card-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform .28s ease;
    }

    .bk-shop-card:hover .bk-shop-card-media img {
        transform: scale(1.025);
    }

    .bk-shop-card strong {
        display: block;
        color: var(--bk-ink);
        font-size: 20px;
        line-height: 1.16;
        font-weight: 850;
    }

    .bk-shop-card em {
        display: inline-flex;
        margin-top: 14px;
        color: var(--bk-pink);
        font-style: normal;
        font-weight: 850;
        font-size: 14px;
    }

    /* Buscador de productos */
    .bk-product-search {
        display: none;
        margin: 0 0 30px;
        padding: 22px;
        border-radius: 24px;
        background:
            radial-gradient(circle at 90% 0%, rgba(255,185,58,.18), transparent 20rem),
            #ffffff;
        border: 1px solid rgba(16,24,32,.08);
        box-shadow: 0 16px 40px rgba(16,24,32,.06);
    }

    .bk-product-search-title {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .bk-product-search-title span {
        width: 44px;
        height: 44px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        background: #eef7fb;
        color: var(--bk-blue);
        flex: 0 0 auto;
    }

    .bk-product-search-title svg {
        width: 24px;
        height: 24px;
    }

    .bk-product-search-title strong {
        display: block;
        color: var(--bk-ink);
        font-size: 18px;
        line-height: 1.2;
        font-weight: 850;
    }

    .bk-product-search-title small {
        display: block;
        margin-top: 3px;
        color: var(--bk-muted);
        font-size: 13px;
        line-height: 1.35;
    }

    .bk-search-form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .bk-search-input {
        width: 100%;
        min-height: 50px;
        border-radius: 16px;
        border: 1px solid rgba(16,24,32,.14);
        background: #ffffff;
        color: var(--bk-ink);
        padding: 0 16px;
        font-size: 15px;
        outline: none;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .bk-search-input:focus {
        border-color: var(--bk-yellow);
        box-shadow: 0 0 0 4px rgba(255,185,58,.18);
    }

    .bk-search-submit {
        min-height: 50px;
        border: 0;
        border-radius: 16px;
        background: var(--bk-blue);
        color: #ffffff;
        padding: 0 22px;
        font-size: 14px;
        font-weight: 900;
        cursor: pointer;
        transition: all .2s ease;
    }

    .bk-search-submit:hover {
        background: #062d43;
        transform: translateY(-2px);
    }
    /* Resultados predictivos del buscador */
.bk-product-search {
    position: relative;
}

.bk-live-results {
    margin-top: 14px;
    background: #ffffff;
    border: 1px solid rgba(16,24,32,.10);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(16,24,32,.10);
}

.bk-live-message {
    padding: 16px;
    color: var(--bk-muted);
    font-size: 14px;
    line-height: 1.45;
}

.bk-live-list {
    display: grid;
}

.bk-live-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 13px 15px;
    color: var(--bk-ink) !important;
    border-bottom: 1px solid rgba(16,24,32,.07);
    transition: background .18s ease;
}

.bk-live-item:hover {
    background: #f8fafc;
    color: var(--bk-ink) !important;
}

.bk-live-thumb {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
    border: 1px solid rgba(16,24,32,.06);
}

.bk-live-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bk-live-info {
    min-width: 0;
}

.bk-live-title {
    display: block;
    color: var(--bk-ink);
    font-size: 14.5px;
    line-height: 1.25;
    font-weight: 850;
}

.bk-live-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
    color: var(--bk-muted);
    font-size: 12.5px;
    line-height: 1.3;
}

.bk-live-stock-in {
    color: #16a34a;
    font-weight: 800;
}

.bk-live-stock-out {
    color: #dc2626;
    font-weight: 800;
}

.bk-live-price {
    color: var(--bk-blue);
    font-size: 14px;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.bk-live-price del {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
}

.bk-live-price ins {
    text-decoration: none;
    color: var(--bk-pink);
}

.bk-live-footer {
    padding: 14px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255,185,58,.16), transparent 20rem),
        #ffffff;
}

.bk-live-all {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    border-radius: 16px;
    background: var(--bk-yellow);
    color: #101820 !important;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    transition: all .2s ease;
}

.bk-live-all:hover {
    filter: brightness(.97);
    transform: translateY(-1px);
    color: #101820 !important;
}

@media (max-width: 767px) {
    .bk-live-item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .bk-live-price {
        grid-column: 2;
        text-align: left;
    }

    .bk-live-thumb {
        width: 52px;
        height: 52px;
    }
}

    /* Categorías alimento */
    .bk-food-category-box {
        margin-top: 22px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .bk-food-panel {
        padding: 24px;
        border-radius: 26px;
        background: #ffffff;
        border: 1px solid rgba(16,24,32,.08);
        box-shadow: 0 16px 40px rgba(16,24,32,.06);
    }

    .bk-food-panel-head {
        display: flex;
        gap: 14px;
        align-items: center;
        margin-bottom: 18px;
    }

    .bk-food-panel-icon {
        width: 52px;
        height: 52px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        background: #eef7fb;
        color: var(--bk-blue);
        flex: 0 0 auto;
    }

    .bk-food-panel-icon svg {
        width: 28px;
        height: 28px;
    }

    .bk-food-panel h3 {
        margin: 0;
        color: var(--bk-ink);
        font-size: 22px;
        line-height: 1.15;
        font-weight: 850;
    }

    .bk-food-panel p {
        margin: 4px 0 0;
        color: var(--bk-muted);
        font-size: 14px;
        line-height: 1.45;
    }

    .bk-food-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bk-food-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 44px;
        padding: 10px 12px;
        border-radius: 15px;
        background: #f8fafc;
        border: 1px solid rgba(16,24,32,.06);
        color: var(--bk-ink) !important;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.25;
        transition: all .2s ease;
    }

    .bk-food-link:hover {
        background: #ffffff;
        box-shadow: 0 12px 26px rgba(16,24,32,.08);
        transform: translateY(-2px);
        color: var(--bk-blue) !important;
    }

    .bk-food-link span:last-child {
        color: var(--bk-pink);
        font-weight: 900;
        flex: 0 0 auto;
    }

    .bk-food-main-cta {
        margin-top: 16px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    /* Ecosistema */
    .bk-ecosystem-grid {
        display: grid;
        grid-template-columns: .92fr 1.08fr;
        gap: 28px;
        align-items: stretch;
    }

    .bk-brand-panel {
        position: relative;
        overflow: hidden;
        padding: 34px;
        background:
            radial-gradient(circle at 95% 0%, rgba(255,35,88,.22), transparent 22rem),
            radial-gradient(circle at 0% 100%, rgba(255,185,58,.14), transparent 22rem),
            linear-gradient(135deg, #00344f 0%, #071f2f 65%, #101820 100%);
        color: #ffffff;
    }

    .bk-brand-panel::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -100px;
        width: 250px;
        height: 250px;
        border-radius: 999px;
        background: rgba(255,255,255,.045);
        pointer-events: none;
    }

    .bk-brand-panel > * {
        position: relative;
        z-index: 2;
    }

    .bk-logo-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 340px;
        padding: 12px 18px;
        border-radius: 22px;
        background: rgba(255,255,255,.96);
        box-shadow: 0 18px 38px rgba(0,0,0,.18);
        margin-bottom: 24px;
    }

    .bk-logo-box img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 76px;
        object-fit: contain;
    }

    .bk-brand-panel h2 {
        margin: 0;
        color: #ffffff !important;
        font-size: clamp(30px, 3.2vw, 44px);
        line-height: 1.08;
        font-weight: 850;
        letter-spacing: -.035em;
    }

    .bk-brand-panel p {
        margin: 16px 0 0;
        color: rgba(255,255,255,.80);
        font-size: 16px;
        line-height: 1.65;
    }

    .bk-brand-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
    }

    .bk-services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .bk-service-card {
        position: relative;
        display: flex;
        gap: 16px;
        padding: 22px;
        min-height: 180px;
        overflow: hidden;
        transition: all .22s ease;
    }

    .bk-service-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: var(--accent);
    }

    .bk-service-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 24px 60px rgba(16,24,32,.11);
    }

    .bk-service-icon {
        width: 52px;
        height: 52px;
        border-radius: 17px;
        display: grid;
        place-items: center;
        color: var(--accent);
        background: color-mix(in srgb, var(--accent) 12%, white);
        flex: 0 0 auto;
    }

    .bk-service-icon svg {
        width: 28px;
        height: 28px;
    }

    .bk-service-content {
        min-width: 0;
    }

    .bk-service-content small {
        display: block;
        color: var(--accent);
        font-size: 10.5px;
        font-weight: 850;
        letter-spacing: .07em;
        text-transform: uppercase;
    }

    .bk-service-content strong {
        display: block;
        margin-top: 7px;
        color: var(--bk-ink);
        font-size: 20px;
        line-height: 1.14;
        font-weight: 850;
    }

    .bk-service-content span {
        display: block;
        margin-top: 10px;
        color: var(--bk-muted);
        font-size: 14px;
        line-height: 1.5;
    }

    .bk-service-content em {
        display: inline-flex;
        margin-top: 14px;
        color: var(--accent);
        font-size: 13.5px;
        font-style: normal;
        font-weight: 850;
    }

    /* Kaman Salud destacado */
    .bk-health-feature {
        position: relative;
        overflow: hidden;
        padding: 34px;
        background:
            radial-gradient(circle at 12% 12%, rgba(255,185,58,.18), transparent 22rem),
            radial-gradient(circle at 92% 22%, rgba(255,35,88,.10), transparent 26rem),
            linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
    }

    .bk-health-grid {
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        gap: 30px;
        align-items: center;
    }

    .bk-health-logo {
        display: inline-flex;
        max-width: 320px;
        padding: 12px 18px;
        margin-bottom: 20px;
        border-radius: 22px;
        background: #ffffff;
        border: 1px solid rgba(0,52,79,.08);
        box-shadow: 0 14px 34px rgba(16,24,32,.08);
    }

    .bk-health-logo img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 76px;
        object-fit: contain;
    }

    .bk-health-list {
        display: grid;
        gap: 14px;
    }

    .bk-health-item {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        padding: 17px;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid rgba(0,52,79,.08);
        box-shadow: 0 10px 28px rgba(16,24,32,.05);
    }

    .bk-health-item-icon {
        width: 42px;
        height: 42px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        background: #fff3f6;
        color: var(--bk-pink);
        flex: 0 0 auto;
    }

    .bk-health-item-icon svg {
        width: 24px;
        height: 24px;
    }

    .bk-health-item strong {
        display: block;
        color: var(--bk-ink);
        font-size: 17px;
        line-height: 1.2;
        font-weight: 850;
    }

    .bk-health-item span {
        display: block;
        margin-top: 5px;
        color: var(--bk-muted);
        font-size: 14px;
        line-height: 1.5;
    }

    /* KamanPoints */
    .bk-kp-card {
        position: relative;
        overflow: hidden;
        padding: 34px;
        background:
            radial-gradient(circle at 10% 0%, rgba(255,185,58,.22), transparent 24rem),
            radial-gradient(circle at 92% 18%, rgba(255,35,88,.12), transparent 25rem),
            linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    }

    .bk-kp-card::after {
        content: "KP";
        position: absolute;
        right: -18px;
        bottom: -34px;
        color: rgba(255,185,58,.13);
        font-size: 170px;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.08em;
        pointer-events: none;
    }

    .bk-kp-content {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: .9fr 1.1fr;
        gap: 32px;
        align-items: center;
    }

    .bk-kp-main {
        min-width: 0;
    }

    .bk-kp-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid rgba(255,185,58,.30);
        box-shadow: 0 12px 28px rgba(16,24,32,.06);
        color: var(--bk-blue);
        font-size: 13px;
        font-weight: 900;
        margin-bottom: 16px;
    }

    .bk-kp-badge span {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: var(--bk-yellow);
        color: #101820;
        font-size: 16px;
    }

    .bk-kp-highlight {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 24px;
    }

    .bk-kp-stat {
        padding: 18px;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid rgba(16,24,32,.08);
        box-shadow: 0 12px 30px rgba(16,24,32,.05);
    }

    .bk-kp-stat strong {
        display: block;
        color: var(--bk-pink);
        font-size: 28px;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .bk-kp-stat span {
        display: block;
        margin-top: 7px;
        color: var(--bk-muted);
        font-size: 13.5px;
        line-height: 1.4;
        font-weight: 700;
    }

    .bk-kp-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .bk-kp-item {
        position: relative;
        display: flex;
        gap: 14px;
        min-height: 150px;
        padding: 20px;
        border-radius: 22px;
        background: #ffffff;
        border: 1px solid rgba(16,24,32,.08);
        box-shadow: 0 14px 34px rgba(16,24,32,.06);
        transition: all .22s ease;
    }

    .bk-kp-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 24px 58px rgba(16,24,32,.10);
    }

    .bk-kp-icon {
        width: 48px;
        height: 48px;
        border-radius: 17px;
        display: grid;
        place-items: center;
        background: color-mix(in srgb, var(--accent) 13%, white);
        color: var(--accent);
        flex: 0 0 auto;
    }

    .bk-kp-icon svg {
        width: 26px;
        height: 26px;
    }

    .bk-kp-item strong {
        display: block;
        color: var(--bk-ink);
        font-size: 17px;
        line-height: 1.18;
        font-weight: 900;
    }

    .bk-kp-item span {
        display: block;
        margin-top: 7px;
        color: var(--bk-muted);
        font-size: 14px;
        line-height: 1.5;
    }

    .bk-kp-note {
        position: relative;
        z-index: 2;
        margin-top: 18px;
        padding: 16px 18px;
        border-radius: 18px;
        background: rgba(0,52,79,.06);
        color: var(--bk-blue);
        font-size: 14px;
        line-height: 1.55;
        font-weight: 700;
    }

    /* Newsletter */
    .bk-newsletter-card {
        max-width: 620px;
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    #newsletter-form .title {
        color: var(--bk-ink);
        font-size: 24px !important;
        line-height: 1.2;
        font-weight: 850;
        margin: 0 0 18px;
    }

    #newsletter-form .label {
        display: block;
        color: var(--bk-muted);
        text-align: left;
        font-size: 14px;
        margin-bottom: 8px;
    }

    #newsletter-form .input {
        width: 100%;
        min-height: 48px;
        padding: 0 14px;
        background: #ffffff;
        color: var(--bk-ink);
        border: 1px solid rgba(16,24,32,.16);
        border-radius: 14px;
        outline: none;
    }

    #newsletter-form .input:focus {
        border-color: var(--bk-blue);
        box-shadow: 0 0 0 4px rgba(0,52,79,.08);
    }

    #newsletter-submit {
        width: 100%;
        min-height: 48px;
        margin-top: 14px;
        border: 0;
        border-radius: 14px;
        background: var(--bk-yellow) !important;
        color: #101820 !important;
        font-size: 15px;
        font-weight: 850;
        cursor: pointer;
    }

    #newsletter-submit:hover {
        filter: brightness(.96);
    }

    #mensaje-respuesta {
        margin-top: .75rem;
    }

    #mensaje-respuesta.success {
        color: #16a34a;
    }

    #mensaje-respuesta.error {
        color: #dc2626;
    }

    @media (max-width: 1180px) {
        .bk-wrap,
        .bk-quick-grid {
            width: min(100% - 48px, 1040px);
        }

        .bk-quick-grid {
            grid-template-columns: repeat(6, minmax(180px, 1fr));
            overflow-x: auto;
            scrollbar-width: thin;
        }

        .bk-shop-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bk-food-category-box {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 980px) {
        .bk-ecosystem-grid,
        .bk-health-grid {
            grid-template-columns: 1fr;
        }

        .bk-services-grid {
            grid-template-columns: 1fr;
        }

        .bk-kp-content,
        .bk-kp-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        body {
            padding-bottom: calc(78px + env(safe-area-inset-bottom));
        }

        .bk-mobile-account-dock {
            position: fixed;
            left: 82px;
            right: 8px;
            bottom: 0;
            z-index: 99999;
            display: block;
            padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
            background: transparent;
            border: 0;
            box-shadow: none;
            pointer-events: none;
        }

        .bk-mobile-account-dock-link {
            width: 100%;
            min-height: 56px;
            margin: 0;
            pointer-events: auto;
            padding: 7px 14px 7px 8px;
            display: grid;
            grid-template-columns: 42px minmax(0, 1fr) 28px;
            gap: 11px;
            align-items: center;
            border-radius: 19px;
            background: var(--bk-blue);
            color: #ffffff !important;
            box-shadow: 0 12px 26px rgba(0,52,79,.22);
            transition: transform .18s ease, background .18s ease;
        }

        .bk-mobile-account-dock-link:active {
            transform: scale(.985);
        }

        .bk-mobile-account-dock-icon {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            border-radius: 14px;
            background: var(--bk-yellow);
            color: var(--bk-blue);
        }

        .bk-mobile-account-dock-icon svg {
            width: 23px;
            height: 23px;
        }

        .bk-mobile-account-dock-copy {
            min-width: 0;
        }

        .bk-mobile-account-dock-copy strong,
        .bk-mobile-account-dock-copy small {
            display: block;
            color: #ffffff;
        }

        .bk-mobile-account-dock-copy strong {
            font-size: 14px;
            line-height: 1.15;
            font-weight: 900;
        }

        .bk-mobile-account-dock-copy small {
            margin-top: 3px;
            color: rgba(255,255,255,.78);
            font-size: 10.5px;
            line-height: 1.2;
            font-weight: 650;
        }

        .bk-mobile-account-dock-arrow {
            width: 28px;
            height: 28px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            background: rgba(255,255,255,.12);
            color: #ffffff;
            font-size: 21px;
            line-height: 1;
            font-weight: 800;
        }

        .bk-repeat-purchase {
            grid-template-columns: 48px minmax(0, 1fr);
            gap: 13px;
            margin-bottom: 22px;
            padding: 18px;
            border-radius: 22px;
        }

        .bk-repeat-purchase-icon {
            width: 48px;
            height: 48px;
            border-radius: 16px;
        }

        .bk-repeat-purchase-icon svg {
            width: 25px;
            height: 25px;
        }

        .bk-repeat-purchase-copy strong {
            font-size: 20px;
        }

        .bk-repeat-purchase-copy span {
            font-size: 12.5px;
        }

        .bk-repeat-purchase-btn {
            grid-column: 1 / -1;
            width: 100%;
            min-height: 48px;
        }

        .bk-product-search {
            display: block;
        }

        .bk-wrap {
            width: min(100% - 24px, 560px);
        }

        .bk-section {
            padding: 46px 0;
        }

        .bk-slider-btn {
            width: 38px;
            height: 38px;
            font-size: 24px;
        }

        .bk-slider-btn.prev {
            left: 12px;
        }

        .bk-slider-btn.next {
            right: 12px;
        }

        .bk-dots {
            bottom: 10px;
        }

        .bk-quick-strip {
            display: block;
        }

        .bk-quick-grid {
            width: 100%;
            grid-template-columns: repeat(6, minmax(190px, 1fr));
            overflow-x: auto;
        }

        .bk-quick-card {
            min-height: 82px;
            padding: 15px;
        }

        .bk-shop-grid,
        .bk-food-links {
            grid-template-columns: 1fr;
        }

        .bk-search-form {
            grid-template-columns: 1fr;
        }

        .bk-search-submit {
            width: 100%;
        }

        .bk-brand-panel,
        .bk-health-feature,
        .bk-kp-card,
        .bk-newsletter-card,
        .bk-product-search,
        .bk-food-panel {
            padding: 24px;
            border-radius: 22px;
        }

        .bk-logo-box,
        .bk-health-logo {
            max-width: 280px;
        }

        .bk-brand-actions,
        .bk-food-main-cta {
            flex-direction: column;
        }

        .bk-btn {
            width: 100%;
        }

        .bk-service-card {
            flex-direction: column;
            min-height: auto;
        }
    }

    @media (max-width: 360px) {
        .bk-mobile-account-dock {
            left: 74px;
            right: 6px;
        }

        .bk-mobile-account-dock-copy small {
            display: none;
        }
    }
