html,
body {
    height: 100%;
}

.im-help-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.im-help-topic-page {
    flex: 1 0 auto;
}

.im-help-footer {
    margin-top: auto;
}

/* =========================================================
   HELP / CENTRO DE AYUDA
   ========================================================= */

.im-help-page {
    background: #f6f7f8;
    min-height: 100vh;
}

/* =========================================================
   HERO
   ========================================================= */

.im-help-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(14,165,233,.09), transparent 18%), radial-gradient(circle at 80% 18%, rgba(236,72,153,.08), transparent 18%), linear-gradient(180deg, #ffffff 0%, #f6f7f8 100%);
    border-bottom: 1px solid #e5e7eb;
}

.im-help-hero__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 16px 0;
}

.im-help-hero__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 4;
}

.im-help-hero__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 800;
    user-select: none;
    -webkit-user-select: none;
}

.im-help-hero__brand-mark,
.im-help-footer__brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(14,165,233,.18), rgba(16,185,129,.18));
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.im-help-hero__brand-text,
.im-help-footer__brand-text {
    font-size: 15px;
}

.im-help-hero__brand-mark svg,
.im-help-footer__brand-mark svg,
.im-help-card__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    color: #0f172a;
}

.im-help-hero__links {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .im-help-hero__links a {
        color: #0f172a;
        font-size: 14px;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .im-help-hero__links a:hover {
            text-decoration: underline;
        }

.im-help-hero__scene {
    position: relative;
    min-height: 470px;
    padding-bottom: 28px;
}

.im-help-hero__content {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    gap: 18px;
    align-items: end;
    min-height: 320px;
}

.im-help-hero__center {
    text-align: center;
    padding: 22px 0 20px;
}

    .im-help-hero__center h1 {
        margin: 0 0 12px;
        font-size: 42px;
        line-height: 1.05;
        font-weight: 900;
        color: #0f172a;
    }

    .im-help-hero__center p {
        max-width: 820px;
        margin: 0 auto 22px;
        color: #475569;
        font-size: 16px;
        line-height: 1.55;
    }

.im-help-hero__art {
    position: relative;
    min-height: 230px;
}

/* =========================================================
   PERSONAJES
   ========================================================= */

.im-help-figure {
    display: block;
    width: 150px;
    height: auto;
    animation: imHelpFloat 4.8s ease-in-out infinite;
}

.im-help-figure--left {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.im-help-figure--right {
    position: absolute;
    right: 20px;
    bottom: 0;
    animation-delay: .7s;
}

.im-help-bubble {
    position: absolute;
    left: 108px;
    top: 76px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #E88BD0;
    color: #5B2167;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(15,23,42,.10);
    animation: imHelpBubble 2.8s ease-in-out infinite;
    user-select: none;
    -webkit-user-select: none;
    z-index: 5;
}

    .im-help-bubble span {
        line-height: 1;
        transform: translateY(-1px);
        font-family: inherit;
    }

/* =========================================================
   ESCENA CENTRAL
   ========================================================= */

.im-help-stage {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.im-help-stage__leftbook,
.im-help-stage__box,
.im-help-stage__shape,
.im-help-stage__papers,
.im-help-stage__reader {
    position: absolute;
    bottom: 2px;
    display: block;
    height: auto;
}

.im-help-stage__leftbook {
    left: 6px;
    width: 108px;
    opacity: .96;
    animation: imHelpFloatSoft 6.6s ease-in-out infinite;
}

.im-help-stage__box {
    left: 150px;
    width: 122px;
    animation: imHelpFloatSoft 6.2s ease-in-out infinite;
}

.im-help-stage__shape {
    left: 410px;
    width: 170px;
    animation: imHelpFloatSoft 7s ease-in-out infinite;
}

.im-help-stage__papers {
    right: 290px;
    width: 126px;
    opacity: .92;
    animation: imHelpFloatSoft 6.8s ease-in-out infinite;
}

.im-help-stage__reader {
    right: 70px;
    width: 190px;
    animation: imHelpFloatSoft 7.1s ease-in-out infinite;
}

/* =========================================================
   ICONOS DE FONDO
   ========================================================= */

.im-help-bg {
    position: absolute;
    color: #CFD8DD;
    opacity: .72;
    z-index: 0;
    animation: imHelpDrift 7s ease-in-out infinite;
}

    .im-help-bg svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.im-help-bg--a {
    left: 10px;
    top: 84px;
    width: 78px;
}

.im-help-bg--b {
    left: 184px;
    top: 36px;
    width: 60px;
    animation-duration: 7.8s;
}

.im-help-bg--c {
    left: 294px;
    top: 36px;
    width: 116px;
    animation-duration: 8.2s;
}

.im-help-bg--d {
    left: 470px;
    top: 100px;
    width: 62px;
    animation-duration: 7.1s;
}

.im-help-bg--e {
    left: 610px;
    top: 50px;
    width: 72px;
    animation-duration: 8.6s;
}

/* ocultar iconos antiguos por si siguen en el HTML */
.im-help-bg--msg1,
.im-help-bg--msg2,
.im-help-bg--msg3,
.im-help-bg--msg4,
.im-help-bg--msg5,
.im-help-bg--msg6,
.im-help-bg--msg7 {
    display: none;
}

/* =========================================================
   BUSCADOR
   ========================================================= */

.im-help-search {
    max-width: 700px;
    margin: 0 auto;
}

.im-help-search__label {
    position: absolute;
    left: -9999px;
}

.im-help-search__box {
    position: relative;
}

.im-help-search__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    color: #64748b;
    transform: translateY(-50%);
}

    .im-help-search__icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

.im-help-search input {
    width: 100%;
    height: 56px;
    border: 1.5px solid #7dd3fc;
    border-radius: 999px;
    background: #fff;
    padding: 0 18px 0 46px;
    font-size: 15px;
    color: #0f172a;
    outline: none;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
}

    .im-help-search input:focus {
        border-color: #0ea5e9;
        box-shadow: 0 0 0 4px rgba(14,165,233,.12);
    }

    .im-help-search input::placeholder {
        color: #94a3b8;
    }

/* =========================================================
   SUELO
   ========================================================= */

.im-help-ground {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #D5DDE3;
    z-index: 2;
}

/* =========================================================
   CONTENIDO
   ========================================================= */

.im-help-main__wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 16px 44px;
}

.im-help-section-head {
    margin-bottom: 18px;
}

    .im-help-section-head h2 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 1.15;
        color: #0f172a;
    }

    .im-help-section-head p {
        margin: 0;
        font-size: 15px;
        color: #64748b;
    }

.im-help-featured {
    margin-bottom: 34px;
}

.im-help-featured__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.im-help-featured__item {
    display: block;
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(15,23,42,.03);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .im-help-featured__item:hover {
        transform: translateY(-2px);
        border-color: #7dd3fc;
        box-shadow: 0 10px 28px rgba(15,23,42,.06);
    }

.im-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.im-help-card {
    background: #fff;
    border: 1px solid #dfe7ee;
    border-radius: 26px;
    padding: 22px 20px 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

    .im-help-card:hover {
        transform: translateY(-2px);
        border-color: #cbd5e1;
        box-shadow: 0 12px 28px rgba(15,23,42,.06);
    }

.im-help-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14,165,233,.10), rgba(16,185,129,.10));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.im-help-card h3 {
    margin: 0 0 14px;
    font-size: 21px;
    line-height: 1.15;
    color: #0f172a;
}

.im-help-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.im-help-card li {
    margin: 0 0 10px;
}

    .im-help-card li:last-child {
        margin-bottom: 0;
    }

.im-help-card a {
    color: #334155;
    text-decoration: none;
    line-height: 1.45;
}

    .im-help-card a:hover {
        color: #0f172a;
        text-decoration: underline;
    }

.im-help-empty {
    margin-top: 16px;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    padding: 24px;
    text-align: center;
}

    .im-help-empty h3 {
        margin: 0 0 8px;
        color: #0f172a;
        font-size: 20px;
    }

    .im-help-empty p {
        margin: 0;
        color: #64748b;
        line-height: 1.5;
    }

.im-help-card.is-hidden,
.im-help-featured__item.is-hidden {
    display: none;
}

/* =========================================================
   FOOTER AYUDA
   ========================================================= */

.im-help-footer {
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.im-help-footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.im-help-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 800;
}

.im-help-footer__links {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

    .im-help-footer__links a {
        color: #334155;
        text-decoration: none;
        font-size: 14px;
    }

        .im-help-footer__links a:hover {
            text-decoration: underline;
        }

.im-help-footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.im-social {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #94a3b8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .2s ease;
}

    .im-social:hover {
        transform: translateY(-2px);
        background: #0ea5e9;
    }

    .im-social svg {
        width: 18px;
        height: 18px;
        display: block;
    }

/* =========================================================
   ANIMACIONES
   ========================================================= */

@keyframes imHelpFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes imHelpBubble {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.04);
    }
}

@keyframes imHelpDrift {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(1.5deg);
    }
}

@keyframes imHelpFloatSoft {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .im-help-figure,
    .im-help-bubble,
    .im-help-bg,
    .im-help-stage__leftbook,
    .im-help-stage__box,
    .im-help-stage__shape,
    .im-help-stage__papers,
    .im-help-stage__reader {
        animation: none !important;
    }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
    .im-help-stage__reader {
        right: 30px;
        width: 170px;
    }

    .im-help-stage__papers {
        right: 250px;
        width: 110px;
    }

    .im-help-stage__shape {
        left: 380px;
        width: 150px;
    }
}

@media (max-width: 1100px) {
    .im-help-hero__content {
        grid-template-columns: 150px minmax(0, 1fr) 150px;
    }

    .im-help-hero__center h1 {
        font-size: 34px;
    }

    .im-help-figure {
        width: 118px;
    }

    .im-help-bubble {
        left: 80px;
        top: 70px;
        width: 48px;
        height: 48px;
        font-size: 26px;
    }

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

    .im-help-stage__leftbook,
    .im-help-stage__reader {
        display: none;
    }

    .im-help-stage__box {
        left: 110px;
        width: 108px;
    }

    .im-help-stage__shape {
        left: 330px;
        width: 140px;
    }

    .im-help-stage__papers {
        right: 120px;
        width: 110px;
    }
}

@media (max-width: 760px) {
    .im-help-hero__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .im-help-hero__links {
        gap: 16px;
        flex-wrap: wrap;
    }

    .im-help-hero__scene {
        min-height: 420px;
        padding-bottom: 18px;
    }

    .im-help-hero__content {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .im-help-hero__center {
        padding: 20px 0 18px;
    }

        .im-help-hero__center h1 {
            font-size: 28px;
        }

        .im-help-hero__center p {
            font-size: 15px;
        }

    .im-help-search input {
        height: 52px;
        font-size: 14px;
    }

    /* En móvil sí se ven, pero más pequeños */
    .im-help-hero__art {
        display: block;
        min-height: 0;
    }

    .im-help-figure {
        width: 82px;
    }

    .im-help-figure--left {
        left: 6px;
        bottom: 18px;
    }

    .im-help-figure--right {
        right: 6px;
        bottom: 18px;
    }

    .im-help-bubble {
        left: 52px;
        top: 34px;
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    /* Escena compacta */
    .im-help-stage {
        display: block;
    }

    .im-help-stage__leftbook {
        left: 8px;
        width: 58px;
        bottom: 8px;
    }

    .im-help-stage__box {
        left: 76px;
        width: 64px;
        bottom: 6px;
    }

    .im-help-stage__shape {
        left: 50%;
        transform: translateX(-50%);
        width: 88px;
        bottom: 2px;
    }

    .im-help-stage__papers {
        right: 76px;
        width: 58px;
        bottom: 10px;
    }

    .im-help-stage__reader {
        right: 6px;
        width: 88px;
        bottom: 8px;
    }

    /* Fondo más ligero */
    .im-help-bg {
        display: block;
        opacity: .38;
    }

    .im-help-bg--a {
        left: 18px;
        top: 72px;
        width: 54px;
    }

    .im-help-bg--b {
        left: auto;
        right: 32px;
        top: 82px;
        width: 46px;
    }

    .im-help-bg--c {
        left: 50%;
        transform: translateX(-50%);
        top: 72px;
        width: 62px;
    }

    .im-help-bg--d,
    .im-help-bg--e {
        display: none;
    }

    .im-help-featured__grid,
    .im-help-grid {
        grid-template-columns: 1fr;
    }

    .im-help-card {
        padding: 18px;
        border-radius: 18px;
    }

        .im-help-card h3 {
            font-size: 18px;
        }

    .im-help-section-head h2 {
        font-size: 22px;
    }

    .im-help-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .im-help-footer__links {
        gap: 14px;
    }

    .im-help-footer__social {
        margin-top: 6px;
    }
}
.im-help-card li + li {
    margin-top: 10px;
}
/* =========================================================
   HELP TOPIC PAGE
   ========================================================= */

.im-help-topic-page {
    background: #f6f7f8;
    padding: 20px 16px 24px;
}

.im-help-topic-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.im-help-topic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin: 0 0 26px;
    color: #526071;
}

    .im-help-topic-breadcrumb a {
        color: #17324d;
        text-decoration: none;
    }

        .im-help-topic-breadcrumb a:hover {
            text-decoration: underline;
        }

.im-help-topic-layout {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    gap: 56px;
    align-items: start;
}

.im-help-topic-sidebar {
    position: sticky;
    top: 24px;
}

.im-help-topic-search {
    position: relative;
    margin: 0 0 24px;
}

    .im-help-topic-search input {
        width: 100%;
        height: 56px;
        border: 1.5px solid #17b8b0;
        border-radius: 999px;
        background: #fff;
        padding: 0 18px 0 46px;
        font-size: 16px;
        outline: none;
    }

        .im-help-topic-search input:focus {
            border-color: #0f9f98;
            box-shadow: 0 0 0 4px rgba(23,184,176,.10);
        }

.im-help-topic-search__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #7b8794;
    pointer-events: none;
}

.im-help-topic-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

    .im-help-topic-menu a {
        color: #17324d;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.45;
    }

        .im-help-topic-menu a:hover {
            text-decoration: underline;
        }

        .im-help-topic-menu a.is-active {
            font-weight: 800;
            color: #0f172a;
        }

.im-help-topic-content {
    min-width: 0;
}

.im-help-topic-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin: 0 0 28px;
}

.im-help-topic-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #eaf7f6;
    color: #17324d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
}

    .im-help-topic-icon svg {
        width: 30px;
        height: 30px;
    }

.im-help-topic-header h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: #0f172a;
}

.im-help-topic-header p {
    margin: 14px 0 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.65;
    color: #526071;
}

.im-help-topic-sections {
    margin: 0 0 30px;
}

.im-help-topic-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px 28px;
}

    .im-help-topic-links a {
        display: block;
        color: #17324d;
        text-decoration: none;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -.01em;
    }

        .im-help-topic-links a:hover {
            color: #0f766e;
        }

.im-help-topic-blocks {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
}

.im-help-topic-block {
    background: #fff;
    border: 1px solid #dfe7ee;
    border-radius: 24px;
    padding: 24px 22px;
}

    .im-help-topic-block h2 {
        margin: 0 0 14px;
        font-size: 22px;
        line-height: 1.2;
        color: #0f172a;
    }

    .im-help-topic-block ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .im-help-topic-block li + li {
        margin-top: 12px;
    }

    .im-help-topic-block a {
        color: #17324d;
        text-decoration: none;
        line-height: 1.5;
    }

        .im-help-topic-block a:hover {
            text-decoration: underline;
        }

@media (max-width: 980px) {
    .im-help-topic-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .im-help-topic-sidebar {
        position: static;
    }

    .im-help-topic-links,
    .im-help-topic-blocks {
        grid-template-columns: 1fr;
    }

    .im-help-topic-header h1 {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .im-help-topic-page {
        padding: 20px 14px 40px;
    }

    .im-help-topic-breadcrumb {
        margin-bottom: 18px;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .im-help-topic-search input {
        height: 52px;
        font-size: 15px;
    }

    .im-help-topic-header {
        gap: 14px;
        margin-bottom: 22px;
    }

    .im-help-topic-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        flex-basis: 56px;
    }

    .im-help-topic-header h1 {
        font-size: 30px;
    }

    .im-help-topic-header p {
        font-size: 16px;
        margin-top: 10px;
    }

    .im-help-topic-links a {
        font-size: 22px;
    }

    .im-help-topic-block {
        border-radius: 20px;
        padding: 20px 18px;
    }

        .im-help-topic-block h2 {
            font-size: 20px;
        }
}
.im-help-card h3 a,
.im-help-card__title-link {
    color: #0f172a;
    text-decoration: none;
    display: inline-block;
}

    .im-help-card h3 a:hover,
    .im-help-card__title-link:hover {
        text-decoration: underline;
    }

.im-help-topic-wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.im-help-topic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin: 0 0 28px;
    color: #526071;
}

    .im-help-topic-breadcrumb a {
        color: #17324d;
        text-decoration: none;
    }

        .im-help-topic-breadcrumb a:hover {
            text-decoration: underline;
        }

.im-help-topic-layout {
    display: grid;
    grid-template-columns: 200px minmax(0,1fr);
    gap: 48px;
    align-items: start;
}

.im-help-topic-sidebar {
    position: sticky;
    top: 24px;
}

.im-help-topic-search {
    position: relative;
    margin: 0 0 28px;
}

    .im-help-topic-search input {
        width: 100%;
        height: 42px;
        border: 1.5px solid #18c7be;
        border-radius: 999px;
        background: #fff;
        padding: 0 14px 0 42px;
        font-size: 15px;
        outline: none;
    }

.im-help-topic-search__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #718096;
    pointer-events: none;
}

.im-help-topic-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .im-help-topic-menu li + li {
        margin-top: 24px;
    }

    .im-help-topic-menu a {
        color: #17324d;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.45;
    }

        .im-help-topic-menu a:hover {
            text-decoration: underline;
        }

        .im-help-topic-menu a.is-active {
            font-weight: 800;
            color: #0f172a;
        }

.im-help-topic-header {
    margin: 0 0 28px;
}

.im-help-topic-header--compact h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -.02em;
    color: #0f172a;
    font-weight: 800;
}

.im-help-simple {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 220px));
    column-gap: 86px;
    row-gap: 28px;
    margin-top: 26px;
}

.im-help-simple__col h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

    .im-help-simple__col h2 a {
        color: #17324d;
        text-decoration: none;
    }

        .im-help-simple__col h2 a:hover {
            text-decoration: underline;
        }

.im-help-simple__col > a {
    display: block;
    margin-bottom: 14px;
    color: #17324d;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}

    .im-help-simple__col > a:hover {
        text-decoration: underline;
    }

@media (max-width: 980px) {
    .im-help-topic-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .im-help-topic-sidebar {
        position: static;
    }

    .im-help-simple {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

@media (max-width: 640px) {
    .im-help-topic-page {
        padding: 20px 14px 40px;
    }

    .im-help-topic-wrap {
        max-width: 100%;
    }

    .im-help-topic-breadcrumb {
        margin-bottom: 18px;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .im-help-topic-search {
        display: none;
    }

    .im-help-topic-menu {
        display: none;
    }

    .im-help-topic-header--compact h1 {
        font-size: 28px;
    }

    .im-help-simple {
        gap: 22px;
        margin-top: 8px;
    }

    .im-help-simple__col h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .im-help-simple__col > a {
        font-size: 15px;
        margin-bottom: 12px;
    }
}
.im-help-topic-page {
    background: #f6f7f8;
    padding: 20px 16px 32px;
}

.im-help-topic-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.im-help-topic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin: 0 0 34px;
    color: #6b7280;
}

    .im-help-topic-breadcrumb a {
        color: #526071;
        text-decoration: none;
    }

        .im-help-topic-breadcrumb a:hover {
            text-decoration: underline;
        }

.im-help-topic-layout {
    display: grid;
    grid-template-columns: 170px minmax(0,1fr);
    column-gap: 66px;
    align-items: start;
}

.im-help-topic-sidebar {
    position: static;
}

.im-help-topic-search {
    position: relative;
    margin: 0 0 34px;
}

    .im-help-topic-search input {
        width: 100%;
        height: 40px;
        border: 1.5px solid #22c7be;
        border-radius: 999px;
        background: #fff;
        padding: 0 14px 0 38px;
        font-size: 14px;
        color: #334155;
        outline: none;
    }

.im-help-topic-search__icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #7b8794;
    pointer-events: none;
}

.im-help-topic-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .im-help-topic-menu li + li {
        margin-top: 26px;
    }

    .im-help-topic-menu a {
        color: #17324d;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.45;
    }

        .im-help-topic-menu a:hover {
            text-decoration: underline;
        }

        .im-help-topic-menu a.is-active {
            font-weight: 800;
            color: #111827;
        }

.im-help-topic-content {
    padding-top: 6px;
}

.im-help-topic-header {
    margin: 0 0 12px;
}

.im-help-topic-header--compact h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.01em;
    font-weight: 800;
    color: #0f172a;
}

.im-help-simple {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 26px;
    margin-top: 28px;
    max-width: 320px;
}

.im-help-simple__item {
    display: block;
    color: #17324d;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
}

    .im-help-simple__item:hover {
        text-decoration: underline;
    }

@media (max-width: 980px) {
    .im-help-topic-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .im-help-simple {
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 30px;
        row-gap: 22px;
    }
}

@media (max-width: 640px) {
    .im-help-topic-page {
        padding: 18px 14px 36px;
    }

    .im-help-topic-breadcrumb {
        margin-bottom: 18px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .im-help-topic-search {
        display: block;
        margin: 0 0 24px;
    }

    .im-help-topic-menu {
        display: none;
    }

    .im-help-topic-search input {
        height: 40px;
        font-size: 14px;
    }

    .im-help-topic-header {
        margin-bottom: 20px;
    }

    .im-help-topic-header--compact h1 {
        font-size: 28px;
    }

    .im-help-simple {
        grid-template-columns: 1fr;
        row-gap: 22px;
        margin-top: 24px;
        max-width: 100%;
    }

    .im-help-simple__item {
        font-size: 17px;
    }
}
.im-help-topic-submenu {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 6px 0 0 14px;
}

    .im-help-topic-submenu a {
        font-size: 15px;
    }

.im-help-article-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 760px;
    margin-top: 10px;
}

.im-help-article-list__item {
    color: #17324d;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
}

    .im-help-article-list__item:hover {
        text-decoration: underline;
    }
.im-help-topic-article {
    max-width: 760px;
}

    .im-help-topic-article p {
        margin: 0 0 18px;
        color: #334155;
        font-size: 16px;
        line-height: 1.7;
    }

    .im-help-topic-article h2 {
        margin: 28px 0 12px;
        color: #0f172a;
        font-size: 22px;
        line-height: 1.25;
    }

    .im-help-topic-article ul {
        margin: 0 0 18px 24px;
        padding: 0;
        color: #334155;
    }

    .im-help-topic-article li {
        margin-bottom: 8px;
        line-height: 1.6;
    }

.im-help-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1.5px solid #20c7be;
    border-radius: 10px;
    background: #fff;
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
    transition: .18s ease;
}

    .im-help-cta-btn:hover {
        background: #f0fdfa;
        border-color: #14b8a6;
    }

.im-help-feedback {
    margin-top: 56px;
    text-align: center;
}

    .im-help-feedback h2 {
        margin: 0 0 18px;
        font-size: 18px;
        line-height: 1.3;
        color: #0f172a;
    }

.im-help-feedback__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.im-help-feedback__btn {
    min-width: 96px;
    height: 40px;
    border: 1.5px solid #20c7be;
    border-radius: 8px;
    background: #fff;
    color: #0f766e;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .18s ease;
}

    .im-help-feedback__btn:hover {
        background: #f0fdfa;
        border-color: #14b8a6;
    }

.im-help-feedback__meta {
    margin: 0;
    font-size: 14px;
    color: #475569;
}
/* =========================================
   FIX BRUTAL PARA CORTES EN AYUDA
   ========================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

    body.im-help-page,
    body.im-help-glossary,
    body.im-help-article,
    body.im-security-page,
    body.im-report-page,
    body.im-help-buy-sell {
        margin: 0 !important;
        padding: 0 !important;
        background: #f6f7f8 !important;
    }

        /* mata cualquier wrapper global */
        body.im-help-page main,
        body.im-help-glossary main,
        body.im-help-article main,
        body.im-security-page main,
        body.im-report-page main,
        body.im-help-buy-sell main {
            all: unset;
            display: block;
            width: 100%;
        }

/* contenedor raíz de ayuda */
.im-help-shell {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #f6f7f8 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* header simple */
.im-help-topbar {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    overflow: visible !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    position: relative !important;
    z-index: 2 !important;
}

.im-help-topbar__inner {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.im-help-topbar__brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    color: #0f172a !important;
    font-weight: 800 !important;
}

.im-help-topbar__brand-mark {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    background: #dff4f1 !important;
    color: #0f172a !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

.im-help-topbar__links {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
}

    .im-help-topbar__links a {
        text-decoration: none !important;
        color: #0f172a !important;
    }

/* contenido */
.im-help-main,
.im-help-glossary,
.im-help-topic-page,
.im-help-category-page,
.im-security-page-wrap,
.im-report-page-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

/* footer */
.im-help-footer {
    margin-top: auto !important;
    width: 100% !important;
    background: #fff !important;
    border-top: 1px solid #e5e7eb !important;
    overflow: visible !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    position: relative !important;
}

.im-help-footer__inner {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .im-help-topbar__inner,
    .im-help-footer__inner {
        padding: 14px 16px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}
/* =========================================================
   HELP HERO EPIC
   ========================================================= */

.im-help-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 24px;
    background: radial-gradient(circle at 12% 18%, rgba(85, 192, 255, 0.12), transparent 28%), radial-gradient(circle at 88% 16%, rgba(255, 132, 188, 0.12), transparent 24%), linear-gradient(135deg, #f5fbff 0%, #ffffff 46%, #fff7fb 100%);
}










/* HERO FULL WIDTH REAL */
.im-help-hero__epic {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
    /* IMPORTANTE: sin border-radius */
    border-radius: 0;
}

/* IMAGEN COMO FONDO */
.im-help-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .im-help-hero__bg img {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        max-height: 760px;
        object-fit: contain;
    }

/* OVERLAY PARA TEXTO */
.im-help-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0) 100% );
}

/* CONTENIDO */
.im-help-hero__copy {
    position: relative;
    z-index: 3;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px 100px;
}
/* =========================================================
   HERO HELP - ISLAMARKET (PRO FIX)
   ========================================================= */
.im-help-hero__epic {
    position: relative;
    width: 100%;
    min-height: 640px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}


/* CONTENIDO */
.im-help-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 24px 80px;
}

/* IMAGEN FONDO */
.im-help-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

    /* IMAGEN */
    .im-help-hero__bg img {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        max-height: 720px;
        object-fit: contain;
    }

/* GRADIENTE PARA LEGIBILIDAD */
.im-help-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 90deg, rgba(248,250,252,0.98) 0%, rgba(248,250,252,0.95) 40%, rgba(248,250,252,0.6) 65%, rgba(248,250,252,0) 85% );
}

.im-help-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 28%, rgba(255,255,255,0.74) 46%, rgba(255,255,255,0.30) 66%, rgba(255,255,255,0.06) 100%);
    pointer-events: none;
}

.im-help-hero__copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 760px;
    padding: 48px 0 56px;
}

.im-help-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(56, 189, 248, 0.18);
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.im-help-hero__copy h1 {
    margin: 0 0 18px;
    font-size: clamp(40px, 5.2vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #0f172a;
    max-width: 760px;
}

.im-help-hero__copy p {
    margin: 0 0 24px;
    max-width: 660px;
    font-size: 20px;
    line-height: 1.65;
    color: #334155;
}

.im-help-search {
    margin-top: 0;
    max-width: 700px;
}

.im-help-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.im-help-search__box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 0 22px 0 62px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.72);
    backdrop-filter: blur(10px);
}

.im-help-search__icon {
    position: absolute;
    left: 24px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    color: #64748b;
}

    .im-help-search__icon svg {
        display: block;
        width: 24px;
        height: 24px;
    }

.im-help-search__box input {
    width: 100%;
    height: 72px;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 20px;
    color: #0f172a;
    padding: 0;
}

    .im-help-search__box input::placeholder {
        color: #94a3b8;
        opacity: 1;
    }

.im-help-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.im-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

    .im-help-btn:hover {
        transform: translateY(-1px);
    }

.im-help-btn--primary {
    background: #0f172a;
    color: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

    .im-help-btn--primary:hover {
        color: #fff;
    }

.im-help-btn--ghost {
    background: rgba(255,255,255,0.78);
    color: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

    .im-help-btn--ghost:hover {
        color: #0f172a;
    }

.im-help-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .im-help-hero__meta span {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.74);
        border: 1px solid rgba(148, 163, 184, 0.18);
        color: #334155;
        font-size: 13px;
        font-weight: 800;
    }

@media (max-width: 1100px) {
    .im-help-hero__epic {
        min-height: 600px;
    }

    .im-help-hero__bg img {
        width: min(780px, 78%);
        right: -80px;
    }

    .im-help-hero__copy {
        max-width: 680px;
    }

        .im-help-hero__copy h1 {
            font-size: clamp(36px, 5.6vw, 58px);
        }

        .im-help-hero__copy p {
            font-size: 18px;
        }
}

@media (max-width: 860px) {
    .im-help-hero__inner {
        padding: 0 16px;
    }

    .im-help-hero__epic {
        min-height: 700px;
        border-radius: 28px;
        align-items: flex-start;
    }

    .im-help-hero__bg img {
        left: 50%;
        right: auto;
        bottom: -10px;
        width: 118%;
        max-width: 118%;
        transform: translateX(-50%);
        opacity: 0.30;
    }

    .im-help-hero__shade {
        background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.93) 20%, rgba(255,255,255,0.84) 44%, rgba(255,255,255,0.70) 64%, rgba(255,255,255,0.62) 100%);
    }

    .im-help-hero__copy {
        max-width: 100%;
        padding: 32px 20px 340px;
    }

        .im-help-hero__copy h1 {
            font-size: clamp(32px, 8vw, 44px);
            line-height: 1.02;
        }

        .im-help-hero__copy p {
            font-size: 16px;
            line-height: 1.6;
            max-width: 100%;
        }

    .im-help-search__box {
        min-height: 60px;
        padding: 0 18px 0 54px;
    }

        .im-help-search__box input {
            height: 60px;
            font-size: 16px;
        }

    .im-help-search__icon {
        left: 20px;
        width: 20px;
        height: 20px;
    }

        .im-help-search__icon svg {
            width: 20px;
            height: 20px;
        }

    .im-help-hero__actions {
        gap: 10px;
    }

    .im-help-btn {
        width: 100%;
        min-height: 48px;
        border-radius: 14px;
    }

    .im-help-hero__meta {
        gap: 8px;
    }

        .im-help-hero__meta span {
            min-height: 30px;
            padding: 0 12px;
            font-size: 12px;
        }
}

@media (max-width: 520px) {
    .im-help-hero__epic {
        min-height: 660px;
    }

    .im-help-hero__copy {
        padding: 24px 16px 290px;
    }

    .im-help-hero__bg img {
        width: 132%;
        max-width: 132%;
        bottom: -4px;
        opacity: 0.24;
    }
}
/* =========================================================
   HELP HERO FULL WIDTH - FIX DEFINITIVO
   ========================================================= */

.im-help-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 24px;
    background: radial-gradient(circle at 12% 18%, rgba(85, 192, 255, 0.12), transparent 28%), radial-gradient(circle at 88% 16%, rgba(255, 132, 188, 0.12), transparent 24%), linear-gradient(135deg, #f5fbff 0%, #ffffff 46%, #fff7fb 100%);
}

.im-help-hero__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.im-help-hero__epic {
    position: relative;
    width: 100%;
    min-height: 680px;
    margin: 10px 0 0;
    overflow: hidden;
    border-radius: 0;
    max-width: none !important;
    padding: 0 !important;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.86) 24%, rgba(255,255,255,0.62) 44%, rgba(255,255,255,0.22) 64%, rgba(255,255,255,0.00) 100%), url('/assets/img/help/help-hero-epic.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, center center;
    background-size: cover, cover;
}

.im-help-hero__shade {
    display: none;
}

.im-help-hero__copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 72px 24px 96px;
    box-sizing: border-box;
}

.im-help-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(56, 189, 248, 0.22);
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.im-help-hero__copy h1 {
    margin: 0 0 18px;
    max-width: 720px;
    font-size: clamp(44px, 5.4vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #0f172a;
}

.im-help-hero__copy p {
    margin: 0 0 28px;
    max-width: 640px;
    font-size: 20px;
    line-height: 1.65;
    color: #334155;
}

.im-help-search {
    max-width: 760px;
}

.im-help-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.im-help-search__box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 0 22px 0 64px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1.5px solid rgba(56, 189, 248, 0.34);
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
}

.im-help-search__icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: #64748b;
}

    .im-help-search__icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.im-help-search__box input {
    width: 100%;
    height: 76px;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
    font-size: 20px;
    color: #0f172a;
}

    .im-help-search__box input::placeholder {
        color: #94a3b8;
        opacity: 1;
    }

.im-help-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.im-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.im-help-btn--primary {
    background: #0f172a;
    color: #fff;
}

.im-help-btn--ghost {
    background: rgba(255,255,255,0.84);
    color: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.im-help-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .im-help-hero__meta span {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.74);
        border: 1px solid rgba(148, 163, 184, 0.18);
        color: #334155;
        font-size: 13px;
        font-weight: 800;
    }

@media (max-width: 860px) {
    .im-help-hero__epic {
        min-height: 720px;
        background-image: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.88) 24%, rgba(255,255,255,0.72) 44%, rgba(255,255,255,0.54) 64%, rgba(255,255,255,0.38) 100%), url('/assets/img/help/help-hero-epic.png');
        background-position: center center, 68% center;
        background-size: cover, cover;
    }

    .im-help-hero__copy {
        padding: 36px 16px 72px;
    }

        .im-help-hero__copy h1 {
            max-width: 100%;
            font-size: clamp(34px, 8vw, 50px);
            line-height: 1.02;
        }

        .im-help-hero__copy p {
            max-width: 100%;
            font-size: 16px;
        }

    .im-help-search__box {
        min-height: 60px;
        padding: 0 18px 0 54px;
    }

        .im-help-search__box input {
            height: 60px;
            font-size: 16px;
        }

    .im-help-search__icon {
        left: 20px;
        width: 20px;
        height: 20px;
    }

        .im-help-search__icon svg {
            width: 20px;
            height: 20px;
        }

    .im-help-btn {
        width: 100%;
        min-height: 48px;
    }
}
/* BASE */
.im-help-search__box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 0 22px 0 64px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1.5px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: all .2s ease;
}

    /* HOVER */
    .im-help-search__box:hover {
        border-color: rgba(148, 163, 184, 0.45);
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    }

    /* FOCUS (CLAVE) */
    .im-help-search__box:focus-within {
        border-color: #0f172a;
        box-shadow: 0 12px 36px rgba(15, 23, 42, 0.10), 0 0 0 3px rgba(15, 23, 42, 0.08);
    }

    /* INPUT */
    .im-help-search__box input {
        width: 100%;
        height: 76px;
        border: 0;
        outline: none;
        background: transparent;
        padding: 0;
        font-size: 20px;
        color: #0f172a;
    }

        /* PLACEHOLDER */
        .im-help-search__box input::placeholder {
            color: #94a3b8;
            opacity: 1;
        }