.select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: .20rem !important;
    padding: 10px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: .20rem !important;
}

.select2-results__option {
    padding: 7px 5px 7px 10px !important;
}

.form-control-sm{
    border-radius: .20rem !important;
}

/* ============================================================
   Registro — Panel de marca (storytelling) en PC (>=1200px)
   y resumen compacto (chips) en móvil (<1200px).
   Reemplaza la antigua imagen estática del lado izquierdo.
   Este archivo carga DESPUÉS de form-1.css, por lo que sus
   reglas tienen prioridad.
   ============================================================ */
.prdx-brand-col,
.prdx-mobile-summary {
    --prdx-navy: #1A2332;
    --prdx-coral: #ef5a3c;
    --prdx-cyan: #00B4D8;
    --prdx-surface: #f5f4f2;
    --prdx-border: rgba(26, 35, 50, .12);
    --prdx-r-lg: 12px;
    --prdx-r-pill: 100px;
    font-family: 'Plus Jakarta Sans', 'Nunito', sans-serif;
}

/* ---------- Columna de marca (PC) ---------- */
.prdx-brand-col {
    padding: 0;
}

.prdx-brand-panel {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    height: 100%;
    padding: 56px clamp(48px, 8%, 120px) 56px clamp(48px, 10%, 140px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(155deg, #000000 0%, #000000 55%, #0d6b32 78%, #16a34a 100%);
    background-size: 200% 200%;
    animation: prdxGradShift 12s ease-in-out infinite;
}

.prdx-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}
.prdx-glow--a {
    width: 420px;
    height: 420px;
    background: var(--prdx-coral);
    top: -120px;
    right: -80px;
    opacity: .20;
}
.prdx-glow--b {
    width: 440px;
    height: 440px;
    background: #16a34a;
    bottom: -160px;
    left: -110px;
    opacity: .32;
}

.prdx-bp-top {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: auto;
}

.prdx-brand-logo {
    margin-bottom: 48px;
}
.prdx-brand-logo img {
    height: 30px;
    width: auto;
}

.prdx-headline {
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.5px;
    max-width: 22ch;
    margin-bottom: 18px;
    color: #fff;
}
.prdx-headline em {
    font-style: normal;
    background: var(--prdx-coral);
    padding: 0 10px;
    border-radius: 6px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.prdx-sub {
    font-size: 15px;
    color: #aeb8c6;
    max-width: 42ch;
    line-height: 1.55;
    margin-bottom: 40px;
}

.prdx-pillars {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 640px;
}
.prdx-pill {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--prdx-r-lg);
    padding: 14px 14px 13px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: transform .15s ease-out, border-color .15s ease-out, background .15s ease-out;
    opacity: 0;
    transform: translateY(12px);
    animation: prdxRise .55s ease-out forwards;
}
.prdx-pill:nth-child(1) { animation-delay: .08s; }
.prdx-pill:nth-child(2) { animation-delay: .14s; }
.prdx-pill:nth-child(3) { animation-delay: .20s; }
.prdx-pill:nth-child(4) { animation-delay: .26s; }
.prdx-pill:nth-child(5) { animation-delay: .32s; }
.prdx-pill:nth-child(6) { animation-delay: .38s; }
.prdx-pill:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 163, 74, .55);
    background: rgba(255, 255, 255, .07);
}
.prdx-pill-ic {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
}
.prdx-pill-ic svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}
.prdx-pill-ic--coral {
    background: rgba(239, 90, 60, .16);
    color: var(--prdx-coral);
}
.prdx-pill-ic--cyan {
    background: rgba(0, 180, 216, .16);
    color: var(--prdx-cyan);
}
.prdx-pill h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #fff;
}
.prdx-pill p {
    font-size: 12px;
    color: #9aa6b5;
    line-height: 1.4;
    margin: 0;
}
.prdx-tag {
    display: inline-block;
    margin-top: 9px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: var(--prdx-r-pill);
}
.prdx-tag--new {
    background: var(--prdx-coral);
    color: #fff;
}

.prdx-bp-bottom {
    position: relative;
    z-index: 2;
    margin-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 22px;
}
.prdx-stat-n {
    font-family: 'JetBrains Mono', monospace;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -1px;
}
.prdx-c {
    color: var(--prdx-coral);
}
.prdx-stat-l {
    font-size: 13px;
    color: #8c97a6;
    margin-top: 2px;
}

@keyframes prdxRise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes prdxGradShift {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}
@media (prefers-reduced-motion: reduce) {
    .prdx-brand-panel { animation: none; }
    .prdx-pill {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* Pantallas intermedias (1200–1399px): pilares en 2 columnas */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .prdx-brand-panel { padding: 48px clamp(32px, 7%, 100px) 48px clamp(32px, 9%, 120px); }
    .prdx-headline { font-size: 36px; }
    .prdx-pillars {
        grid-template-columns: 1fr 1fr;
        max-width: 480px;
    }
}

/* ---------- Resumen compacto (móvil) ---------- */
.prdx-mobile-summary {
    display: none;
}
.prdx-m-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    margin: 14px -4px 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.prdx-m-pills::-webkit-scrollbar {
    display: none;
}
.prdx-m-pill {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--prdx-surface);
    border: 1px solid var(--prdx-border);
    border-radius: var(--prdx-r-pill);
    padding: 7px 13px 7px 9px;
    font-size: 12px;
    font-weight: 600;
    color: var(--prdx-navy);
    white-space: nowrap;
}
.prdx-m-pill-d {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    flex: 0 0 18px;
}
.prdx-m-pill-d svg {
    width: 11px;
    height: 11px;
    stroke-width: 2.4;
}
.prdx-m-pill-d--cyan {
    background: rgba(0, 180, 216, .14);
    color: var(--prdx-cyan);
}
.prdx-m-pill-d--coral {
    background: rgba(239, 90, 60, .14);
    color: var(--prdx-coral);
}
.prdx-m-nb {
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--prdx-coral);
    background: rgba(239, 90, 60, .12);
    padding: 2px 6px;
    border-radius: var(--prdx-r-pill);
}
.prdx-m-stats {
    display: flex;
    background: var(--prdx-navy);
    border-radius: var(--prdx-r-lg);
    padding: 14px 8px;
    margin-bottom: 22px;
}
.prdx-m-stat {
    flex: 1;
    text-align: center;
    padding: 0 8px;
}
.prdx-m-stat-n {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -.5px;
    color: #fff;
}
.prdx-m-stat-l {
    font-size: 11px;
    color: #9aa6b5;
    margin-top: 2px;
}

/* ---------- Breakpoint: PC arranca en 1200px ---------- */
@media (max-width: 1199.98px) {
    .prdx-brand-col {
        display: none;
    }
    .prdx-mobile-summary {
        display: block;
    }
}