
        :root {
            --secoem-primary: #6A0F49;
            --secoem-primary-dark: #4F0A36;
            --secoem-secondary: #9B3972;
            --secoem-soft: #FBF3F8;
            --secoem-border: #D9D4D9;
            --secoem-text: #2F2931;
            --secoem-muted: #716A73;
            --secoem-success: #238B45;
            --secoem-danger: #D64545;
            --secoem-white: #FFFFFF;
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            margin: 0;
            min-height: 100%;
            background: #fff;
            font-family: "Poppins", "Segoe UI", Arial, sans-serif;
            color: var(--secoem-text);
        }

        body {
            overflow-x: hidden;
        }

        .registro-page {
            min-height: 100vh;
            display: flex;
            background: #fff;
        }

        /* =====================================================
           PANEL INSTITUCIONAL
        ===================================================== */

        .registro-sidebar {
            width: 30%;
            min-width: 360px;
            min-height: 100vh;
            position: relative;
            overflow: hidden;
            color: #fff;
            padding: 42px 58px 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            background:
                radial-gradient(ellipse 90% 70% at 10% 88%, rgba(155, 57, 114, .82) 0%, rgba(155, 57, 114, .18) 48%, transparent 70%),
                linear-gradient(150deg, #4A0832 0%, #6A0F49 48%, #8C205F 100%);
        }

        /* Curva decorativa grande, como en el boceto */
        .registro-sidebar::before {
            content: "";
            position: absolute;
            width: 760px;
            height: 760px;
            border-radius: 50%;
            left: -520px;
            bottom: -260px;
            background: rgba(45, 3, 31, .38);
            box-shadow: 170px -35px 0 rgba(155, 57, 114, .13);
            pointer-events: none;
        }

        .registro-sidebar::after {
            content: "";
            position: absolute;
            width: 520px;
            height: 520px;
            border-radius: 50%;
            right: -360px;
            bottom: -300px;
            background: rgba(255, 255, 255, .055);
            pointer-events: none;
        }

        .registro-brand,
        .registro-sidebar-content,
        .registro-footer {
            position: relative;
            z-index: 2;
        }

        .registro-brand {
            display: flex;
            align-items: flex-start;
            min-height: 155px;
        }

        .registro-brand a {
            display: inline-flex;
            align-items: flex-start;
            text-decoration: none;
        }

        .registro-brand img {
            display: block;
            width: auto;
            max-width: 360px;
            max-height: 175px;
            object-fit: contain;
            object-position: left top;
            filter: brightness(0) invert(1);
            transform-origin: left top;
        }

        /*
         * Si el logo institucional ya es blanco, el filtro anterior
         * no altera el diseño visual esperado. Si tu archivo contiene
         * colores institucionales, se puede retirar sin tocar el layout.
         */

        .registro-sidebar-content {
            max-width: 470px;
            margin-top: -5px;
        }

        .registro-sidebar-content .eyebrow {
            display: none;
        }

        .registro-sidebar-content h1 {
            margin: 0 0 22px;
            color: #fff;
            font-size: clamp(34px, 2.35vw, 50px);
            line-height: 1.08;
            font-weight: 700;
            letter-spacing: -.8px;
        }

        .registro-sidebar-content p {
            margin: 0;
            max-width: 430px;
            color: rgba(255, 255, 255, .92);
            font-size: 16px;
            line-height: 1.75;
        }

        .registro-sidebar-content p strong {
            color: #fff;
            font-weight: 700;
        }

        .registro-benefits {
            list-style: none;
            padding: 0;
            margin: 38px 0 0;
        }

        .registro-benefits li {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 23px;
            color: #fff;
            font-size: 15px;
            line-height: 1.35;
        }

        .registro-benefits i {
            width: 30px;
            height: 30px;
            flex: 0 0 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, .14);
            border: 1px solid rgba(255, 255, 255, .13);
            font-size: 12px;
        }

        .registro-footer {
            padding-top: 24px;
            border-top: 1px solid rgba(255, 255, 255, .22);
            display: flex;
            justify-content: space-between;
            gap: 18px;
            font-size: 12px;
            color: rgba(255, 255, 255, .88);
        }

        /* =====================================================
           CONTENIDO BLANCO
        ===================================================== */

        .registro-content {
            width: 70%;
            min-height: 100vh;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 34px 58px 45px;
            overflow-y: auto;
        }

        .registro-wrapper {
            width: 100%;
            max-width: 1000px;
        }

        /* =====================================================
           BANNER "YA TIENES CUENTA"
        ===================================================== */

        .registro-account-banner {
            width: 100%;
            min-height: 68px;
            margin-bottom: 25px;
            padding: 13px 27px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 25px;

            background: linear-gradient(90deg, #FFF6FA 0%, #FFFAFC 100%);
            border: 1px solid #F0DCE7;
            border-radius: 14px;
            box-shadow: 0 7px 20px rgba(106, 15, 73, .08);
        }

        .registro-account-message {
            display: flex;
            align-items: center;
            gap: 15px;
            min-width: 0;
            color: #5B5360;
            font-size: 14px;
        }

        .registro-account-message i {
            width: 42px;
            height: 42px;
            flex: 0 0 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #F8EAF2;
            color: var(--secoem-primary);
            font-size: 20px;
        }

        .registro-account-action {
            display: inline-flex;
            align-items: center;
            gap: 11px;
            flex: 0 0 auto;
            color: var(--secoem-primary);
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: .2s ease;
        }

        .registro-account-action:hover {
            color: var(--secoem-primary-dark);
            text-decoration: none;
            transform: translateX(2px);
        }

        .registro-account-action i {
            font-size: 12px;
            transition: transform .2s ease;
        }

        .registro-account-action:hover i {
            transform: translateX(3px);
        }

        /* =====================================================
           CABECERA
        ===================================================== */

        .registro-header {
            text-align: center;
            margin-bottom: 14px;
        }

        .registro-header-text h2 {
            margin: 0 0 4px;
            color: #201B20;
            font-size: clamp(28px, 2.2vw, 36px);
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: -.5px;
        }

        .registro-header-text p {
            margin: 0;
            color: #69626B;
            font-size: 15px;
        }

        .registro-login {
            display: none;
        }

        /* =====================================================
           TIMELINE — ESTILO DEL BOCETO
        ===================================================== */

        .registro-progress {
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            margin: 8px 0 27px;
            padding: 0 8px;
        }

        /* Línea horizontal central */
        .registro-progress::before {
            content: "";
            position: absolute;
            left: calc(16.666% + 24px);
            right: calc(16.666% + 24px);
            top: 25px;
            height: 1.5px;
            background: linear-gradient(90deg,
                    var(--secoem-primary) 0%,
                    var(--secoem-primary) var(--progress-width, 50%),
                    #A5A0A7 var(--progress-width, 50%),
                    #A5A0A7 100%);
            z-index: 0;
        }

        .registro-progress-item {
            position: relative;
            z-index: 1;
            min-height: 76px;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            gap: 8px;
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }

        .registro-progress-item::after {
            content: "";
            position: absolute;
            top: 24px;
            left: 50%;
            width: 100%;
            height: 3px;
            background: transparent;
            z-index: -1;
        }

        .registro-progress-number {
            width: 48px;
            height: 48px;
            flex: 0 0 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #fff;
            border: 1.5px solid #8F8991;
            color: #69626B;
            font-size: 17px;
            font-weight: 500;
            box-shadow: 0 0 0 5px #fff;
        }

        .registro-progress-item.active .registro-progress-number {
            background: var(--secoem-primary);
            border-color: var(--secoem-primary);
            color: #fff;
            box-shadow: 0 0 0 5px #fff;
        }

        .registro-progress-title {
            color: #625C65;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            white-space: nowrap;
        }

        .registro-progress-item.active .registro-progress-title {
            color: var(--secoem-primary);
            font-weight: 700;
        }

        .registro-progress-item.completed .registro-progress-number {
            background: var(--secoem-primary);
            border-color: var(--secoem-primary);
            color: #fff;
        }

        .registro-progress-item.completed .registro-progress-title {
            color: var(--secoem-primary);
            font-weight: 600;
        }

        /* =====================================================
           FORMULARIO BLANCO
        ===================================================== */

        .registro-card {
            background: #fff;
            border: 0;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
        }

        .registro-section {
            margin-bottom: 29px;
        }

        .registro-section:last-child {
            margin-bottom: 0;
        }

        .registro-section-title {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }

        .registro-section-icon {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FBEEF5;
            color: var(--secoem-primary);
            font-size: 18px;
        }

        .registro-section-title h3 {
            margin: 0;
            color: var(--secoem-primary);
            font-size: 19px;
            line-height: 1.25;
            font-weight: 700;
        }

        .registro-section-title span {
            display: block;
            margin-top: 3px;
            color: #7D767F;
            font-size: 11px;
        }

        /* =====================================================
           GRID
        ===================================================== */

        .registro-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px 28px;
        }

        /*
         * PERSONAL:
         * fila 1 = RFC / Nombre / Apellido paterno
         * fila 2 = Apellido materno / Celular
         */
        #section-personal .registro-grid {
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 16px 28px;
        }

        #section-personal [data-field="rfc"],
        #section-personal [data-field="name"],
        #section-personal [data-field="lastname_p"] {
            grid-column: span 2 !important;
        }

        #section-personal [data-field="lastname_m"],
        #section-personal [data-field="celular"] {
            grid-column: span 3 !important;
        }

        /* ACCESS:
           correo / confirmar correo
           contraseña / confirmar contraseña */
        #section-access .registro-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        #section-access [data-field="email"],
        #section-access [data-field="email_confirmation"] {
            grid-column: span 1 !important;
        }

        .registro-grid-full {
            grid-column: 1 / -1;
        }

        /* =====================================================
           CAMPOS
        ===================================================== */

        .registro-field {
            position: relative;
            min-width: 0;
        }

        .registro-field label {
            display: block;
            margin: 0 0 6px;
            color: #363038;
            font-size: 12px;
            font-weight: 600;
        }

        .registro-field label .required {
            color: #E33B46;
        }

        .registro-input-wrapper {
            position: relative;
        }

        .registro-input,
        select.registro-input {
            width: 100%;
            height: 44px;
            padding: 0 39px 0 12px;
            border: 1px solid #D4CED4;
            border-radius: 8px;
            background: #fff;
            color: #454047;
            font-size: 13px;
            outline: none;
            transition: border-color .2s ease, box-shadow .2s ease;
        }

        select.registro-input {
            padding-right: 35px;
            cursor: pointer;
        }

        .registro-input::placeholder {
            color: #A9A3AA;
        }

        .registro-input:hover {
            border-color: #B9B1BA;
        }

        .registro-input:focus {
            border-color: var(--secoem-primary);
            box-shadow: 0 0 0 3px rgba(106, 15, 73, .08);
            background: #fff;
        }

        .registro-input.valid {
            border-color: var(--secoem-success);
            box-shadow: none;
        }

        .registro-input.invalid {
            border-color: var(--secoem-danger);
            box-shadow: 0 0 0 3px rgba(214, 69, 69, .06);
        }

        .registro-field-icon {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 14px;
            color: #AAA3AA;
            pointer-events: none;
        }

        .registro-field.valid .registro-field-icon {
            color: var(--secoem-success);
        }

        .registro-field.invalid .registro-field-icon {
            color: var(--secoem-danger);
        }

        .registro-help {
            margin-top: 5px;
            color: #8A838B;
            font-size: 10px;
            line-height: 1.4;
        }

        .registro-error {
            display: none;
            margin-top: 5px;
            color: var(--secoem-danger);
            font-size: 10px;
            line-height: 1.4;
            font-weight: 500;
        }

        .registro-field.invalid .registro-error {
            display: block;
        }

        /* =====================================================
           PASSWORD
        ===================================================== */

        .password-toggle {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            padding: 0;
            border: 0;
            background: transparent;
            color: #77717A;
            cursor: pointer;
            z-index: 2;
        }

        .password-toggle:hover {
            color: var(--secoem-primary);
        }

        .password-strength {
            height: 4px;
            margin-top: 8px;
            border-radius: 10px;
            background: #E7E4E7;
            overflow: hidden;
        }

        .password-strength-bar {
            width: 0;
            height: 100%;
            background: var(--secoem-success);
            transition: width .25s ease;
        }

        .password-strength-text {
            margin-top: 5px;
            color: #7D767F;
            font-size: 10px;
        }

        /* =====================================================
           AVISO
        ===================================================== */

        .registro-notice {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            padding: 12px 14px;
            margin-top: 18px;
            border-radius: 8px;
            background: #FAF7F9;
            border: 1px solid #EEE2E9;
        }

        .registro-notice i {
            color: var(--secoem-primary);
            margin-top: 2px;
        }

        .registro-notice p {
            margin: 0;
            color: #69616A;
            font-size: 10px;
            line-height: 1.55;
        }

        /* =====================================================
           ALERTA AJAX
        ===================================================== */

        .registro-alert {
            display: none;
            padding: 12px 14px;
            margin-bottom: 17px;
            border-radius: 8px;
            font-size: 12px;
            line-height: 1.5;
        }

        .registro-alert.show {
            display: flex;
            align-items: flex-start;
            gap: 9px;
        }

        .registro-alert.error {
            background: #FFF4F4;
            border: 1px solid #F1CCCC;
            color: #A83232;
        }

        .registro-alert.success {
            background: #F1FBF6;
            border: 1px solid #C7EAD8;
            color: #17744A;
        }

        .registro-alert.info {
            background: #F7F3FA;
            border: 1px solid #DDD3E6;
            color: var(--secoem-primary);
        }

        /* =====================================================
           BOTONES
        ===================================================== */

        .registro-actions {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin-top: 26px;
        }

        .registro-back-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 128px;
            height: 47px;
            padding: 0 20px;
            border: 1px solid #D5D0D5;
            border-radius: 8px;
            background: #fff;
            color: #716B73;
            font-size: 13px;
            font-weight: 500;
            text-decoration: none;
            transition: .2s ease;
        }

        .registro-back-btn:hover {
            border-color: #BEB6BE;
            color: var(--secoem-primary);
            background: #FCFAFC;
            text-decoration: none;
        }

        .registro-btn {
            min-width: 230px;
            height: 47px;
            padding: 0 25px;
            border: 0;
            border-radius: 8px;
            background: var(--secoem-primary);
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 7px 17px rgba(106, 15, 73, .20);
            transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
        }

        .registro-btn:hover {
            background: var(--secoem-primary-dark);
            transform: translateY(-1px);
            box-shadow: 0 9px 20px rgba(106, 15, 73, .25);
        }

        .registro-btn:disabled {
            opacity: .72;
            cursor: wait;
            transform: none;
        }

        .registro-btn .spinner {
            display: none;
        }

        .registro-btn.loading .spinner {
            display: inline-block;
        }

        .registro-btn.loading .btn-text {
            display: none;
        }

        /* =====================================================
           MODAL
        ===================================================== */

        .registro-success-overlay {
            position: fixed;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(33, 20, 29, .55);
            z-index: 9999;
            backdrop-filter: blur(4px);
        }

        .registro-success-overlay.show {
            display: flex;
            animation: fadeIn .25s ease;
        }

        .registro-success-modal {
            width: 100%;
            max-width: 440px;
            padding: 35px 30px;
            border-radius: 18px;
            background: #fff;
            text-align: center;
            box-shadow: 0 25px 70px rgba(0, 0, 0, .20);
            animation: modalUp .3s ease;
        }

        .success-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #EAF8F1;
            color: var(--secoem-success);
            font-size: 30px;
        }

        .registro-success-modal h3 {
            margin: 0 0 10px;
            color: var(--secoem-primary);
            font-size: 21px;
        }

        .registro-success-modal p {
            margin: 0 0 22px;
            color: #716A72;
            font-size: 13px;
            line-height: 1.7;
        }

        .registro-success-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 170px;
            height: 44px;
            padding: 0 20px;
            border-radius: 8px;
            background: var(--secoem-primary);
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            font-weight: 700;
        }

        /* =====================================================
           ANIMACIONES
        ===================================================== */

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes modalUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* =====================================================
           RESPONSIVE
        ===================================================== */

        @media (max-width: 1250px) {
            .registro-sidebar {
                width: 33%;
                min-width: 320px;
                padding: 38px 38px 30px;
            }

            .registro-content {
                width: 67%;
                padding: 32px 38px 42px;
            }

            .registro-brand img {
                max-width: 310px;
            }

            .registro-sidebar-content h1 {
                font-size: 34px;
            }

            .registro-wrapper {
                max-width: 930px;
            }
        }

        @media (max-width: 1000px) {
            .registro-sidebar {
                width: 35%;
                min-width: 290px;
                padding: 30px 28px;
            }

            .registro-content {
                width: 65%;
                padding: 28px 25px 40px;
            }

            .registro-brand img {
                max-width: 260px;
                max-height: 145px;
            }

            .registro-sidebar-content h1 {
                font-size: 29px;
            }

            .registro-sidebar-content p {
                font-size: 14px;
            }

            #section-personal .registro-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            #section-personal [data-field="rfc"],
            #section-personal [data-field="name"],
            #section-personal [data-field="lastname_p"],
            #section-personal [data-field="lastname_m"],
            #section-personal [data-field="celular"] {
                grid-column: span 1 !important;
            }

            #section-personal [data-field="rfc"] {
                grid-column: 1 / -1 !important;
            }
        }

        @media (max-width: 850px) {
            .registro-page {
                display: block;
            }

            .registro-sidebar {
                width: 100%;
                min-width: 0;
                min-height: auto;
                padding: 25px 24px 28px;
                border-radius: 0 0 28px 28px;
            }

            .registro-sidebar::before,
            .registro-sidebar::after {
                display: none;
            }

            .registro-brand {
                min-height: auto;
            }

            .registro-brand img {
                max-width: 280px;
                max-height: 120px;
            }

            .registro-sidebar-content {
                margin-top: 22px;
            }

            .registro-sidebar-content h1 {
                font-size: 27px;
            }

            .registro-sidebar-content p,
            .registro-benefits {
                display: none;
            }

            .registro-footer {
                display: none;
            }

            .registro-content {
                width: 100%;
                min-height: auto;
                padding: 24px 20px 40px;
                overflow: visible;
            }

            .registro-wrapper {
                max-width: 900px;
            }
        }

        @media (max-width: 600px) {
            .registro-sidebar {
                padding: 20px 18px 23px;
            }

            .registro-brand img {
                max-width: 235px;
                max-height: 100px;
            }

            .registro-sidebar-content {
                margin-top: 12px;
            }

            .registro-sidebar-content h1 {
                margin-bottom: 0;
                font-size: 25px;
            }

            .registro-content {
                padding: 18px 14px 35px;
            }

            .registro-account-banner {
                min-height: 58px;
                padding: 10px 13px;
                margin-bottom: 22px;
                gap: 10px;
            }

            .registro-account-message {
                gap: 9px;
                font-size: 11px;
            }

            .registro-account-message i {
                width: 32px;
                height: 32px;
                flex-basis: 32px;
                font-size: 14px;
            }

            .registro-account-action {
                font-size: 11px;
                gap: 5px;
            }

            .registro-header-text h2 {
                font-size: 25px;
            }

            .registro-header-text p {
                font-size: 12px;
            }

            .registro-progress {
                margin-bottom: 22px;
                padding: 0;
            }

            .registro-progress::before {
                left: 16%;
                right: 16%;
                top: 21px;
            }

            .registro-progress-number {
                width: 42px;
                height: 42px;
                flex-basis: 42px;
                font-size: 15px;
            }

            .registro-progress-title {
                font-size: 10px;
            }

            .registro-section-title h3 {
                font-size: 17px;
            }

            .registro-section-title span {
                font-size: 10px;
            }

            .registro-grid,
            #section-personal .registro-grid,
            #section-access .registro-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            #section-personal [data-field="rfc"],
            #section-personal [data-field="name"],
            #section-personal [data-field="lastname_p"],
            #section-personal [data-field="lastname_m"],
            #section-personal [data-field="celular"],
            #section-access [data-field="email"],
            #section-access [data-field="email_confirmation"],
            .registro-grid-full {
                grid-column: 1 / -1 !important;
            }

            .registro-actions {
                flex-direction: column-reverse;
                align-items: stretch;
            }

            .registro-back-btn,
            .registro-btn {
                width: 100%;
            }
        }

        /* =====================================================
        SOPORTE LATERAL
        ===================================================== */

        .registro-support-tab {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);

            width: 58px;
            min-height: 118px;

            display: flex;
            align-items: center;
            justify-content: center;

            background: linear-gradient(180deg,
                    #7B1455 0%,
                    #6A0F49 100%);

            color: #fff;

            border: 0;
            border-radius: 16px 0 0 16px;

            box-shadow:
                0 8px 25px rgba(106, 15, 73, .22);

            cursor: pointer;

            z-index: 9000;

            transition:
                width .25s ease,
                box-shadow .25s ease,
                background .25s ease;
        }

        .registro-support-tab:hover {
            width: 66px;

            background: linear-gradient(180deg,
                    #8D2165 0%,
                    #6A0F49 100%);

            box-shadow:
                0 10px 30px rgba(106, 15, 73, .30);
        }

        .registro-support-tab-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            gap: 7px;

            text-align: center;
        }

        .registro-support-tab-icon {
            width: 30px;
            height: 30px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            background: rgba(255, 255, 255, .14);

            font-size: 15px;
        }

        .registro-support-tab-text {
            writing-mode: vertical-rl;
            transform: rotate(180deg);

            font-size: 11px;
            line-height: 1;

            font-weight: 700;

            letter-spacing: .2px;
        }


        /* =====================================================
        OVERLAY SOPORTE
        ===================================================== */

        .registro-support-overlay {
            position: fixed;
            inset: 0;

            display: flex;
            align-items: center;
            justify-content: center;

            padding: 20px;

            background: rgba(32, 20, 29, .52);

            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);

            opacity: 0;
            visibility: hidden;

            z-index: 10000;

            transition:
                opacity .25s ease,
                visibility .25s ease;
        }

        .registro-support-overlay.show {
            opacity: 1;
            visibility: visible;
        }


        /* =====================================================
        MODAL SOPORTE
            ===================================================== */

        .registro-support-modal {
            position: relative;

            width: 100%;
            max-width: 500px;

            max-height: calc(100vh - 40px);

            overflow-y: auto;

            background: #fff;

            border: 1px solid #E8E0E7;

            border-radius: 18px;

            box-shadow:
                0 25px 70px rgba(0, 0, 0, .22);

            transform: translateY(20px) scale(.98);

            transition:
                transform .3s ease;
        }

        .registro-support-overlay.show .registro-support-modal {
            transform: translateY(0) scale(1);
        }


        /* =====================================================
        HEADER MODAL
            ===================================================== */

        .registro-support-header {
            display: flex;
            align-items: center;

            gap: 13px;

            padding: 20px 22px 17px;

            border-bottom: 1px solid #EEE8ED;
        }

        .registro-support-header-icon {
            width: 42px;
            height: 42px;

            flex: 0 0 42px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 11px;

            background: #F8EAF2;

            color: var(--secoem-primary);

            font-size: 18px;
        }

        .registro-support-header-text {
            min-width: 0;
        }

        .registro-support-header-text h3 {
            margin: 0;

            color: #241E25;

            font-size: 17px;
            line-height: 1.25;

            font-weight: 700;
        }

        .registro-support-header-text p {
            margin: 3px 0 0;

            color: #827A84;

            font-size: 11px;
        }

        .registro-support-close {
            margin-left: auto;

            width: 32px;
            height: 32px;

            flex: 0 0 32px;

            display: flex;
            align-items: center;
            justify-content: center;

            border: 0;
            border-radius: 50%;

            background: transparent;

            color: #AAA2AA;

            font-size: 16px;

            cursor: pointer;

            transition:
                background .2s ease,
                color .2s ease;
        }

        .registro-support-close:hover {
            background: #F8EAF2;
            color: var(--secoem-primary);
        }


        /* =====================================================
        CONTENIDO MODAL
        ===================================================== */

        .registro-support-body {
            padding: 16px;
        }


        /* =====================================================
        BLOQUES DE SOPORTE
        ===================================================== */

        .registro-support-item {
            display: flex;

            gap: 14px;

            padding: 15px;

            margin-bottom: 10px;

            background: #fff;

            border: 1px solid #E5DFE5;

            border-radius: 13px;

            transition:
                border-color .2s ease,
                box-shadow .2s ease,
                transform .2s ease;
        }

        .registro-support-item:last-child {
            margin-bottom: 0;
        }

        .registro-support-item:hover {
            border-color: #D8C4D2;

            box-shadow:
                0 5px 18px rgba(106, 15, 73, .07);

            transform: translateY(-1px);
        }


        /* =====================================================
        ICONOS DE CADA BLOQUE
        ===================================================== */

        .registro-support-item-icon {
            width: 40px;
            height: 40px;

            flex: 0 0 40px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 11px;

            background: #F8EAF2;

            color: var(--secoem-primary);

            font-size: 16px;
        }

        .registro-support-item-icon.blue {
            background: #EDF5FF;
            color: #2589D8;
        }

        .registro-support-item-icon.green {
            background: #EAF9F2;
            color: #1E9B68;
        }

        .registro-support-item-icon.gold {
            background: #FFF6E7;
            color: #C48A25;
        }


        /* =====================================================
        TEXTO
        ===================================================== */

        .registro-support-item-content {
            min-width: 0;
            flex: 1;
        }

        .registro-support-item-content h4 {
            margin: 0 0 3px;

            color: #29232B;

            font-size: 13px;

            font-weight: 700;
        }

        .registro-support-item-content p {
            margin: 0;

            color: #817984;

            font-size: 11px;

            line-height: 1.55;
        }


        /* =====================================================
        HORARIO DESTACADO
        ===================================================== */

        .registro-support-schedule {
            background: #F2F8FF;

            border-color: #D9EAFE;

            border-left: 3px solid #2589D8;
        }

        .registro-support-schedule:hover {
            border-color: #C7E0FA;
        }


        /* =====================================================
        BOTONES DE CONTACTO
        ===================================================== */

        .registro-support-contact {
            display: inline-flex;
            align-items: center;

            gap: 7px;

            margin-top: 10px;

            min-height: 32px;

            padding: 0 12px;

            border-radius: 20px;

            color: #fff !important;

            text-decoration: none !important;

            font-size: 11px;

            font-weight: 600;

            transition:
                transform .2s ease,
                box-shadow .2s ease;
        }

        .registro-support-contact:hover {
            color: #fff !important;

            text-decoration: none !important;

            transform: translateY(-1px);

            box-shadow:
                0 5px 12px rgba(0, 0, 0, .12);
        }

        .registro-support-contact.whatsapp {
            background: #20C4B4;
        }

        .registro-support-contact.phone {
            background: #628CF3;
        }


        /* =====================================================
        FOOTER MODAL
        ===================================================== */

        .registro-support-footer {
            padding: 13px 20px;

            border-top: 1px solid #EEE8ED;

            text-align: center;

            color: #9A929B;

            font-size: 10px;
        }


        /* =====================================================
        RESPONSIVE
        ===================================================== */

        @media (max-width: 600px) {

            .registro-support-tab {
                width: 48px;
                min-height: 105px;

                border-radius: 13px 0 0 13px;
            }

            .registro-support-tab:hover {
                width: 52px;
            }

            .registro-support-tab-icon {
                width: 27px;
                height: 27px;

                font-size: 13px;
            }

            .registro-support-tab-text {
                font-size: 10px;
            }


            .registro-support-overlay {
                padding: 12px;
            }

            .registro-support-modal {
                max-height: calc(100vh - 24px);

                border-radius: 16px;
            }

            .registro-support-header {
                padding: 17px 16px 14px;
            }

            .registro-support-body {
                padding: 12px;
            }

            .registro-support-item {
                padding: 13px;
            }
        }


        /* =====================================================
        ANIMACIÓN DE ENTRADA DE LA ETIQUETA
        ===================================================== */

        @keyframes supportTabIn {
            from {
                opacity: 0;
                transform: translate(20px, -50%);
            }

            to {
                opacity: 1;
                transform: translate(0, -50%);
            }
        }

        .registro-support-tab {
            animation: supportTabIn .5s ease .4s both;
        }
 