/* FAQ B2B de tienda: editorial, contrastado y adaptable. */
body.kc-tienda-page .kc-seo-answers {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: clamp(72px, 8vw, 124px) clamp(20px, 6vw, 96px);
    background: #111317;
    color: #f7f8fa;
}

body.kc-tienda-page .kc-seo-answers::before {
    position: absolute;
    z-index: -1;
    top: -180px;
    right: -100px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, .018), 0 0 0 68px rgba(255, 255, 255, .012);
    content: "";
    pointer-events: none;
}

body.kc-tienda-page .kc-seo-answers__inner {
    width: min(1590px, 100%);
    margin: 0 auto;
}

body.kc-tienda-page .kc-seo-answers__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #ff4a54;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1;
    text-transform: uppercase;
}

body.kc-tienda-page .kc-seo-answers__eyebrow::before {
    width: 28px;
    height: 2px;
    background: #e30613;
    content: "";
}

body.kc-tienda-page .kc-seo-answers h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .98;
    text-wrap: balance;
}

body.kc-tienda-page .kc-seo-answers__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(42px, 6vw, 72px);
    border: 0;
}

body.kc-tienda-page .kc-seo-answers article {
    position: relative;
    min-height: 210px;
    padding: 28px 28px 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

body.kc-tienda-page .kc-seo-answers article::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #e30613;
    content: "";
    transition: height .25s ease;
}

body.kc-tienda-page .kc-seo-answers article::after {
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: rgba(255, 255, 255, .12);
    content: counter(kc-faq);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: 1;
    pointer-events: none;
}

body.kc-tienda-page .kc-seo-answers__grid {
    counter-reset: kc-faq;
}

body.kc-tienda-page .kc-seo-answers article {
    counter-increment: kc-faq;
}

body.kc-tienda-page .kc-seo-answers article:hover {
    border-color: rgba(255, 74, 84, .7);
    background: linear-gradient(145deg, rgba(227, 6, 19, .18), rgba(255, 255, 255, .045));
    transform: translateY(-3px);
}

body.kc-tienda-page .kc-seo-answers article:hover::before {
    height: 100%;
}

body.kc-tienda-page .kc-seo-answers h3 {
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(17px, 1.5vw, 21px);
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.18;
}

body.kc-tienda-page .kc-seo-answers article p {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0;
    color: #b8bec8;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    body.kc-tienda-page .kc-seo-answers {
        padding: 64px 20px 72px;
    }

    body.kc-tienda-page .kc-seo-answers::before {
        top: -260px;
        right: -260px;
        width: 420px;
        height: 420px;
    }

    body.kc-tienda-page .kc-seo-answers h2 {
        max-width: 470px;
        font-size: clamp(37px, 11vw, 54px);
    }

    body.kc-tienda-page .kc-seo-answers__grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 42px;
    }

    body.kc-tienda-page .kc-seo-answers article {
        min-height: 0;
        padding: 24px 22px 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.kc-tienda-page .kc-seo-answers article,
    body.kc-tienda-page .kc-seo-answers article::before {
        transition: none;
    }
}
