/* COMMERCIAL-PROFILES-1.0E · Pulido comercial transversal */
:root {
    --rh-cp-radius-xl: 30px;
    --rh-cp-radius-lg: 22px;
    --rh-cp-card-bg: rgba(9, 20, 35, .78);
    --rh-cp-card-bg-strong: rgba(6, 16, 29, .88);
    --rh-cp-border: rgba(125, 211, 252, .16);
    --rh-cp-text: #ecfeff;
    --rh-cp-muted: #9fb7c4;
    --rh-cp-blue: #3b82f6;
    --rh-cp-cyan: #38c8ff;
    --rh-cp-emerald: #34d399;
    --rh-cp-amber: #fbbf24;
}

.rh-cp-ath-showcase,
.rh-cp-org-showcase,
.rh-cp-team-showcase {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.rh-cp-ath-head h2,
.rh-cp-org-head h2,
.rh-cp-team-head h2,
.rh-cp-ath-cta h3,
.rh-cp-team-cta h3,
.rh-cp-polish-conversion h2 {
    text-wrap: balance;
    letter-spacing: -.055em;
}

.rh-cp-ath-head p,
.rh-cp-org-head p,
.rh-cp-team-head p,
.rh-cp-polish-conversion p {
    text-wrap: pretty;
}

.rh-cp-ath-kicker,
.rh-cp-org-kicker,
.rh-cp-team-kicker,
.rh-cp-polish-kicker {
    line-height: 1.15;
    white-space: normal;
}

.rh-cp-ath-metrics article,
.rh-cp-org-metrics article,
.rh-cp-team-metrics article,
.rh-cp-ath-score-card,
.rh-cp-org-score-card,
.rh-cp-team-score-card,
.rh-cp-ath-panel,
.rh-cp-org-panel,
.rh-cp-team-panel,
.rh-cp-team-events,
.rh-cp-org-events,
.rh-cp-ath-results {
    box-shadow: 0 18px 60px rgba(0, 0, 0, .25);
}

.rh-cp-ath-score-card strong,
.rh-cp-org-score-card strong,
.rh-cp-team-score-card strong,
.rh-cp-ath-metrics strong,
.rh-cp-org-metrics strong,
.rh-cp-team-metrics strong {
    font-variant-numeric: tabular-nums;
}

.rh-cp-ath-bars i,
.rh-cp-org-bars i,
.rh-cp-team-bars i {
    min-height: 14px;
    box-shadow: 0 0 22px rgba(56, 200, 255, .22);
}

.rh-cp-ath-panel-head,
.rh-cp-org-panel-head,
.rh-cp-team-panel-head {
    gap: 10px;
}

.rh-cp-ath-panel-head h3,
.rh-cp-org-panel-head h3,
.rh-cp-team-panel-head h3 {
    font-size: clamp(20px, 2.8vw, 26px);
    line-height: 1.08;
}

.rh-cp-polish-conversion {
    position: relative;
    isolation: isolate;
    max-width: 1180px;
    margin: 18px auto 28px;
    padding: 26px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
    gap: 20px;
    border: 1px solid var(--rh-cp-border);
    border-radius: var(--rh-cp-radius-xl);
    background:
        radial-gradient(circle at top left, rgba(56, 200, 255, .13), transparent 30rem),
        linear-gradient(135deg, rgba(13, 31, 52, .9), rgba(5, 14, 27, .92));
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
    overflow: hidden;
}

.rh-cp-polish-conversion::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(120deg, rgba(255,255,255,.055), transparent 42%, rgba(56,200,255,.045)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 64px);
    pointer-events: none;
}

.rh-cp-polish-conversion.is-athlete { --rh-cp-accent-a: var(--rh-cp-cyan); --rh-cp-accent-b: #2dd4bf; }
.rh-cp-polish-conversion.is-organizer { --rh-cp-accent-a: var(--rh-cp-emerald); --rh-cp-accent-b: var(--rh-cp-cyan); }
.rh-cp-polish-conversion.is-team { --rh-cp-accent-a: var(--rh-cp-cyan); --rh-cp-accent-b: var(--rh-cp-blue); }
.rh-cp-polish-conversion.is-demo { border-color: rgba(251, 191, 36, .28); }
.rh-cp-polish-conversion.is-demo .rh-cp-polish-kicker { color: #fde68a; border-color: rgba(251,191,36,.34); background: rgba(251,191,36,.1); }

.rh-cp-polish-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--rh-cp-accent-a), transparent 65%);
    background: color-mix(in srgb, var(--rh-cp-accent-a), transparent 88%);
    color: color-mix(in srgb, var(--rh-cp-accent-a), white 18%);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.rh-cp-polish-copy h2 {
    margin: 0;
    color: var(--rh-cp-text);
    font-size: clamp(28px, 4vw, 48px);
    line-height: .98;
}

.rh-cp-polish-copy p,
.rh-cp-polish-actions p {
    margin: 12px 0 0;
    color: var(--rh-cp-muted);
    line-height: 1.55;
}

.rh-cp-polish-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.rh-cp-polish-proof-list span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color: #c8f4ff;
    font-size: 12px;
    font-weight: 850;
}

.rh-cp-polish-actions {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--rh-cp-radius-lg);
    background: rgba(3, 12, 23, .56);
    display: grid;
    align-content: start;
    gap: 10px;
}

.rh-cp-polish-actions strong {
    color: var(--rh-cp-text);
    font-size: 18px;
    line-height: 1.15;
}

.rh-cp-polish-actions p {
    margin: 0 0 6px;
    font-size: 13px;
}

.rh-cp-polish-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rh-cp-accent-a), var(--rh-cp-accent-b));
    color: #031017;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.rh-cp-polish-btn.is-secondary,
.rh-cp-polish-btn.is-ghost {
    border-color: rgba(255,255,255,.11);
    background: rgba(255,255,255,.055);
    color: #dff8ff;
}

.rh-cp-polish-btn.is-ghost {
    color: color-mix(in srgb, var(--rh-cp-accent-a), white 20%);
}

@media (max-width: 920px) {
    .rh-cp-polish-conversion {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 26px;
    }
    .rh-cp-ath-showcase,
    .rh-cp-org-showcase,
    .rh-cp-team-showcase {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 560px) {
    .rh-cp-polish-conversion {
        padding: 18px;
        margin-top: 14px;
    }
    .rh-cp-polish-copy h2 {
        font-size: 28px;
    }
    .rh-cp-polish-actions {
        padding: 14px;
    }
    .rh-cp-polish-btn {
        width: 100%;
    }
    .rh-cp-ath-panel-head,
    .rh-cp-org-panel-head,
    .rh-cp-team-panel-head {
        display: block;
    }
}
