.usc-hero {
    padding-top: 7.25rem;
    padding-bottom: 3.25rem;
    background:
        radial-gradient(circle at 15% 20%, rgba(45, 130, 254, .16), transparent 45%),
        radial-gradient(circle at 88% 78%, rgba(0, 217, 255, .12), transparent 42%),
        #fff;
}
.usc-crumbs {
    font-size: 0.9rem;
    color: #6B7280;
    margin-bottom: 1.1rem;
}
.usc-crumbs a { color: #2D82FE; text-decoration: none; }
.usc-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem 1.1rem;
    border-radius: 50px;
    background: rgba(45, 130, 254, .12);
    border: 1px solid rgba(0, 217, 255, .35);
    color: #1554c9;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.15rem;
}
.usc-hero h1 {
    font-size: clamp(2rem, 4.4vw, 3.05rem);
    font-weight: 700;
    line-height: 1.18;
    color: #080C17;
    max-width: 40rem;
    margin-bottom: 1.15rem;
}
.usc-lead {
    font-size: 1.1rem;
    color: #374151;
    max-width: 40rem;
    margin-bottom: 1.75rem;
}
.usc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.usc-fine {
    color: #6B7280;
    font-size: 0.92rem;
    max-width: 38rem;
    margin: 0.5rem 0 0;
}
.usc-section { padding-top: 2.75rem; padding-bottom: 1.25rem; }
.usc-section h2 {
    color: #080C17;
    font-weight: 700;
    margin-bottom: 1rem;
}
.usc-section h3 {
    color: #080C17;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.usc-anchor-card,
.usc-point,
.usc-card {
    display: block;
    height: 100%;
    padding: 1.35rem 1.4rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f7f9fc;
    color: inherit;
    text-decoration: none;
}
.usc-card:hover {
    border-color: #2D82FE;
    box-shadow: 0 0 0 1px #2D82FE;
}
.usc-kicker {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2D82FE;
    font-weight: 700;
    margin-bottom: 0.45rem;
}
.usc-card-icon {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(45, 130, 254, .1);
    color: #2D82FE;
    margin-bottom: 0.7rem;
}
.usc-card strong {
    display: block;
    color: #080C17;
    margin-bottom: 0.35rem;
}
.usc-card span,
.usc-point p,
.usc-anchor-card p {
    color: #374151;
}
.usc-point-warn { background: #fff; }
.usc-list {
    padding-left: 1.15rem;
    color: #374151;
}
.usc-list li { margin: 0.45rem 0; }
.usc-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.usc-steps li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.15rem;
}
.usc-step-num {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2D82FE, #00D9FF);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
.usc-flow {
    padding-left: 1.2rem;
    color: #374151;
}
.usc-flow li { margin: 0.55rem 0; }
.usc-disclaimer {
    margin-top: 1.5rem;
    color: #6B7280;
    font-size: 0.92rem;
}
@media (max-width: 991.98px) {
    .usc-hero { padding-top: 6.5rem; }
}
