/* /empresas/cuentas/ */
/* ──────────────────────────────────────
           HERO
        ────────────────────────────────────── */
        .cu-hero {
            background: var(--color-canvas-ice);
            padding: 170px 0 90px;
            border-bottom: 2px solid var(--color-carbon-black);
            overflow-x: hidden;
        }

        .cu-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .45rem;
            padding: .35rem 1rem;
            border-radius: 50px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            border: 1.5px solid var(--color-carbon-black);
            background: transparent;
            margin-bottom: 1.5rem;
        }

        .cu-eyebrow i {
            color: var(--color-brand-green);
        }

        .cu-headline {
            font-family: var(--font-helvetica-now-display-cn-bold) !important;
            font-size: clamp(2.2rem, 5vw, 4.2rem) !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
            letter-spacing: -1.5px !important;
            line-height: .95 !important;
            margin-bottom: 1.5rem;
            word-break: break-word;
            overflow-wrap: break-word;
            max-width: 100%;
        }

        .cu-headline .green {
            color: var(--color-brand-green) !important;
        }

        .cu-intro {
            font-size: 1rem !important;
            color: var(--color-muted-stone) !important;
            line-height: 1.7 !important;
            max-width: 520px;
            margin-bottom: 2rem;
        }

        /* Mini stats */
        .hero-mini-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            border-top: 2px solid var(--color-carbon-black);
            margin-top: 2.5rem;
            padding-top: 1.75rem;
        }

        .mini-stat {
            flex: 1;
            min-width: 90px;
            padding-right: 1.5rem;
        }

        .mini-stat+.mini-stat {
            padding-left: 1.5rem;
            border-left: 2px solid var(--color-carbon-black);
        }

        .mini-stat-num {
            font-family: var(--font-helvetica-now-display-cn-bold) !important;
            font-size: 1.8rem !important;
            font-weight: 900 !important;
            color: var(--color-brand-green) !important;
            line-height: 1 !important;
            text-transform: uppercase !important;
        }

        .mini-stat-lbl {
            font-size: .73rem;
            color: var(--color-muted-stone);
            text-transform: uppercase;
            letter-spacing: .06em;
            margin-top: .2rem;
        }

        /* Visual tarjeta (hero derecha original) */
        .visual-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .account-card-preview {
            background: #0e0e0e !important;
            color: #ffffff !important;
            border: 2px solid #0e0e0e !important;
            border-radius: 24px !important;
            padding: 36px 30px;
            width: 340px;
            height: 520px;
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .account-card-preview .app-status-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: .7rem;
            color: rgba(255,255,255,.55);
            margin-bottom: .5rem;
        }
        .account-card-preview .app-quick-action {
            background: rgba(255,255,255,.06);
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 12px;
            padding: 10px 12px;
            text-align: center;
            font-size: .68rem;
            color: rgba(255,255,255,.8);
            text-transform: uppercase;
            letter-spacing: .05em;
            flex: 1;
        }
        .account-card-preview .app-quick-action i {
            display: block;
            font-size: 1.2rem;
            color: #00cc00;
            margin-bottom: 4px;
        }

        /* Forzar visibilidad del texto interno independientemente del modo empresarial */
        .account-card-preview .text-white,
        .account-card-preview .fw-bold.text-white,
        .site-shell.mode-empresarial .account-card-preview .text-white,
        .site-shell.mode-empresarial .account-card-preview .fw-bold.text-white {
            color: #ffffff !important;
        }

        .account-card-preview .text-white-50,
        .site-shell.mode-empresarial .account-card-preview .text-white-50 {
            color: rgba(255, 255, 255, .55) !important;
        }

        .account-card-preview .balance-label,
        .account-card-preview .balance-amount,
        .site-shell.mode-empresarial .account-card-preview .balance-label,
        .site-shell.mode-empresarial .account-card-preview .balance-amount {
            color: inherit !important;
        }

        /* Forzar contraste correcto en secciones bg-white independientemente del modo */
        .site-shell.mode-empresarial .cu-section.bg-white {
            background: #ffffff !important;
            color: #0e0e0e !important;
            border-top-color: #0e0e0e !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .sec-title,
        .site-shell.mode-empresarial .cu-section.bg-white h2,
        .site-shell.mode-empresarial .cu-section.bg-white h3 {
            color: #0e0e0e !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white p,
        .site-shell.mode-empresarial .cu-section.bg-white span,
        .site-shell.mode-empresarial .cu-section.bg-white li {
            color: #4a4a4a !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .sec-title .green,
        .site-shell.mode-empresarial .cu-section.bg-white .green {
            color: #00cc00 !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .sec-label {
            color: #6a6a6a !important;
        }
        /* open-step: pasos numerados — forzar look claro en modo empresarial */
        .site-shell.mode-empresarial .cu-section.bg-white .open-step {
            background: #ffffff !important;
            border-color: #0e0e0e !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .open-step:hover {
            background: #f5f5f5 !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .open-step-title {
            color: #0e0e0e !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .open-step-desc {
            color: #4a4a4a !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .open-step-num {
            background: #0e0e0e !important;
            color: #00cc00 !important;
        }

        /* Bloque de requisitos: mismo tratamiento — fondo claro y texto legible */
        .site-shell.mode-empresarial .cu-section.bg-white div[style*="background:var(--color-canvas-ice)"],
        .site-shell.mode-empresarial .cu-section.bg-white div[style*="background: var(--color-canvas-ice)"] {
            background: #f7f8f8 !important;
            border-color: #0e0e0e !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .req-list li,
        .site-shell.mode-empresarial .cu-section.bg-white .req-list li strong {
            color: #0e0e0e !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .req-list li span {
            color: #4a4a4a !important;
        }
        .site-shell.mode-empresarial .cu-section.bg-white .req-icon {
            background: #00cc00 !important;
            color: #0e0e0e !important;
        }

        /* ──────────────────────────────────────
           SECCIÓN HELPERS
        ────────────────────────────────────── */
        .cu-section {
            padding: 90px 0;
            border-top: 2px solid var(--color-carbon-black);
        }

        .cu-section.bg-ice {
            background: var(--color-canvas-ice);
        }

        .cu-section.bg-white {
            background: var(--color-polar-white);
        }

        .cu-section.bg-dark {
            background: var(--color-carbon-black);
            color: var(--color-polar-white);
        }

        .sec-label {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--color-muted-stone);
            margin-bottom: .75rem;
        }

        .sec-label.light {
            color: rgba(255, 255, 255, .45);
        }

        .sec-title {
            font-family: var(--font-helvetica-now-display-cn-bold) !important;
            font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
            letter-spacing: -1px !important;
            line-height: .96 !important;
        }

        .sec-title.light {
            color: var(--color-polar-white) !important;
        }

        .sec-title .green {
            color: var(--color-brand-green) !important;
        }

        /* ──────────────────────────────────────
           CARDS DE TIPO DE CUENTA
        ────────────────────────────────────── */
        .cuenta-card {
            border: 2px solid var(--color-carbon-black);
            border-radius: var(--radius-default);
            padding: 1.75rem;
            height: 100%;
            background: var(--color-polar-white);
            transition: transform .25s ease, background .25s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .cuenta-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: var(--color-brand-green);
            transition: width .35s ease;
        }

        .cuenta-card:hover {
            transform: translateY(-5px);
            background: var(--color-cream-card);
        }

        .cuenta-card:hover::after {
            width: 100%;
        }

        .cuenta-icon {
            width: 52px;
            height: 52px;
            background: var(--color-brand-green);
            border: 2px solid var(--color-carbon-black);
            border-radius: var(--radius-default);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            color: var(--color-carbon-black);
            margin-bottom: 1.1rem;
        }

        .cuenta-badge {
            display: inline-block;
            background: var(--color-carbon-black);
            color: var(--color-brand-green);
            font-size: .65rem;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
            padding: .25rem .65rem;
            border-radius: var(--radius-small);
            margin-bottom: .6rem;
        }

        .cuenta-cat {
            font-size: .7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: var(--color-muted-stone);
            margin-bottom: .5rem;
        }

        .cuenta-title {
            font-family: var(--font-helvetica-now-display-cn-bold) !important;
            font-size: 1.05rem !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
            margin-bottom: .6rem;
        }

        .cuenta-desc {
            font-size: .88rem !important;
            color: var(--color-muted-stone) !important;
            line-height: 1.6 !important;
            flex-grow: 1;
            margin-bottom: 1rem;
        }

        .cuenta-link {
            display: inline-flex;
            align-items: center;
            gap: .35rem;
            font-weight: 700;
            font-size: .85rem;
            color: var(--color-carbon-black);
            text-decoration: none;
            margin-top: auto;
            transition: color .2s;
        }

        .cuenta-link:hover {
            color: var(--color-brand-green);
        }

        /* ──────────────────────────────────────
           CÓMO ABRIR — pasos
        ────────────────────────────────────── */
        .open-step {
            display: flex;
            align-items: flex-start;
            gap: 1.1rem;
            padding: 1.25rem;
            border: 2px solid var(--color-carbon-black);
            border-radius: var(--radius-default);
            background: var(--color-polar-white);
            margin-bottom: 1.1rem;
            transition: background .2s;
        }

        .open-step:last-child {
            margin-bottom: 0;
        }

        .open-step:hover {
            background: var(--color-cream-card);
        }

        .open-step-num {
            width: 44px;
            height: 44px;
            flex-shrink: 0;
            background: var(--color-carbon-black);
            color: var(--color-brand-green);
            border-radius: var(--radius-default);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-helvetica-now-display-cn-bold) !important;
            font-weight: 900 !important;
            font-size: 1rem;
        }

        .open-step-title {
            font-weight: 700 !important;
            font-size: .92rem !important;
            text-transform: uppercase;
            letter-spacing: .04em;
            margin-bottom: .2rem;
        }

        .open-step-desc {
            font-size: .86rem !important;
            color: var(--color-muted-stone) !important;
            line-height: 1.55 !important;
        }

        /* ──────────────────────────────────────
           SEGURIDAD — features
        ────────────────────────────────────── */
        .sec-feat {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.25rem 0;
            border-bottom: 1px solid var(--color-ghost-gray);
        }

        .sec-feat:last-child {
            border-bottom: none;
        }

        .sec-feat-icon {
            width: 46px;
            height: 46px;
            flex-shrink: 0;
            background: var(--color-brand-green);
            border: 2px solid var(--color-carbon-black);
            border-radius: var(--radius-default);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            color: var(--color-carbon-black);
        }

        .sec-feat-title {
            font-weight: 700 !important;
            font-size: .95rem !important;
            margin-bottom: .25rem;
        }

        .sec-feat-desc {
            font-size: .86rem !important;
            color: var(--color-muted-stone) !important;
            line-height: 1.55 !important;
        }

        /* ──────────────────────────────────────
           REQUISITOS
        ────────────────────────────────────── */
        .req-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .req-list li {
            display: flex;
            align-items: flex-start;
            gap: .75rem;
            padding: .85rem 0;
            border-bottom: 1px solid var(--color-ghost-gray);
            font-size: .92rem;
            line-height: 1.55;
        }

        .req-list li:last-child {
            border-bottom: none;
        }

        .req-icon {
            width: 26px;
            height: 26px;
            flex-shrink: 0;
            background: var(--color-brand-green);
            border: 1.5px solid var(--color-carbon-black);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .72rem;
            color: var(--color-carbon-black);
            margin-top: .1rem;
        }

        /* ──────────────────────────────────────
           CTA FINAL
        ────────────────────────────────────── */
        .cu-cta {
            padding: 110px 0;
            background: var(--color-carbon-black);
            border-top: 2px solid var(--color-carbon-black);
        }

        .cu-cta .pill-accent-btn {
            background-color: var(--color-brand-green) !important;
            color: var(--color-carbon-black) !important;
        }

        .cu-cta .pill-accent-btn:hover {
            background-color: var(--color-brand-green-light) !important;
        }

        .btn-outline-light-cu {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: .4rem;
            padding: .75rem 2rem;
            border-radius: var(--radius-default);
            border: 2px solid rgba(255, 255, 255, .3);
            background: transparent;
            color: rgba(255, 255, 255, .85) !important;
            font-weight: 700;
            font-size: 1rem;
            text-decoration: none;
            transition: border-color .2s, background .2s;
        }

        .btn-outline-light-cu:hover {
            border-color: rgba(255, 255, 255, .7);
            background: rgba(255, 255, 255, .07);
            color: #fff !important;
        }

        /* ──────────────────────────────────────
           RESPONSIVE
        ────────────────────────────────────── */
        @media (max-width: 991px) {
            .cu-hero {
                padding: 130px 0 70px;
            }

            .account-card-preview {
                max-width: 280px;
                height: 420px;
                padding: 30px;
            }
        }

        @media (max-width: 575px) {
            .mini-stat+.mini-stat {
                border-left: none;
                padding-left: 0;
            }
        }
