.sr-confinement-site {
    --st-accent: #258fc2;
    --st-accent-dark: #0a4678;
    --st-accent-soft: #e5f5fb;
    --sr-rose: #258fc2;
    --sr-berry: #14759f;
    --sr-wine: #063354;
    --sr-cream: #f3f7fb;
}

.sr-confinement-site .st-hero {
    background:
        radial-gradient(circle at 82% 12%, rgba(143, 211, 255, 0.3), transparent 30%),
        radial-gradient(circle at 10% 72%, rgba(37, 143, 194, 0.25), transparent 36%),
        linear-gradient(145deg, #061d36 0%, #0a4678 58%, #14759f 100%);
}

.sr-confinement-site .sr-guide-hero .sr-kicker,
.sr-confinement-site .sr-profile-match {
    color: #a8dcff;
}

.sr-confinement-site .sr-silo-grid a:hover,
.sr-confinement-site .sr-guide-content-cards article:hover {
    border-color: rgba(45, 143, 213, 0.52);
}

.sr-confinement-site .sr-silo-grid a > span,
.sr-confinement-site .sr-article-main li::marker,
.sr-confinement-site .sr-profile-topic {
    color: var(--st-accent-dark);
}

.sr-confinement-site .sr-guide-split-marker {
    background: var(--st-accent-soft);
    color: var(--st-accent-dark);
}

.st-root-cta {
    background: linear-gradient(135deg, var(--st-accent-soft), #eef7ff);
    text-align: center;
}

.st-root-cta h2 {
    margin: 0;
    font: 700 clamp(30px, 4vw, 48px)/1.06 Georgia, "Times New Roman", serif;
}

.st-root-cta p:not(.sr-kicker) {
    margin: 16px auto 24px;
    color: var(--sr-muted);
}

.st-footer-grid {
    grid-template-columns: 1.4fr repeat(3, .8fr);
}

.sr-confinement-site .sr-article-aside {
    overflow: hidden;
    padding: 0;
    border-color: rgba(11, 63, 120, 0.18);
    background: linear-gradient(180deg, #eff7fd 0%, #ffffff 100%);
    box-shadow: 0 20px 48px rgba(6, 38, 75, 0.1);
}

.st-caruser {
    min-width: 0;
    padding: 22px;
}

.st-caruser-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.st-caruser-heading .sr-kicker {
    margin-bottom: 6px;
}

.sr-confinement-site .st-caruser-heading h2 {
    margin: 0;
    color: var(--st-accent-dark);
    font: 700 23px/1.08 Georgia, "Times New Roman", serif;
}

.st-caruser-controls {
    display: flex;
    gap: 6px;
}

.st-caruser-controls button {
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(11, 63, 120, 0.18);
    border-radius: 50%;
    background: #fff;
    color: var(--st-accent-dark);
    cursor: pointer;
    font-size: 17px;
    place-items: center;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.st-caruser-controls button:hover,
.st-caruser-controls button:focus-visible {
    background: var(--st-accent-dark);
    color: #fff;
    transform: translateY(-1px);
}

.st-caruser-viewport {
    overflow: hidden;
    margin-top: 20px;
    border-radius: 18px;
}

.st-caruser-track {
    display: flex;
    transition: transform 340ms cubic-bezier(.22, .8, .28, 1);
    will-change: transform;
}

.st-caruser-slide {
    flex: 0 0 100%;
    min-width: 0;
    text-align: center;
}

.sr-confinement-site .sr-article-aside .st-caruser-profile {
    display: grid;
    width: 100%;
    padding: 24px 18px 20px;
    border: 1px solid rgba(11, 63, 120, 0.12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(45, 143, 213, 0.22), transparent 45%),
        #fff;
    color: inherit;
    text-decoration: none;
    place-items: center;
}

.st-caruser-photo {
    position: relative;
    display: block;
}

.st-caruser-photo img {
    display: block;
    width: 126px;
    height: 126px;
    border: 5px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 14px 32px rgba(6, 38, 75, 0.18);
}

.st-caruser-photo i {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #36b66f;
}

.st-caruser-profile strong {
    margin-top: 15px;
    color: var(--sr-night);
    font: 700 22px/1.15 Georgia, "Times New Roman", serif;
}

.st-caruser-profile > span:not(.st-caruser-photo) {
    margin-top: 5px;
    color: var(--sr-muted);
    font-size: 14px;
}

.st-caruser-profile > b {
    margin-top: 14px;
    color: var(--st-accent-dark);
    font-size: 13px;
}

.st-caruser-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 15px;
}

.st-caruser-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c6d9e8;
    cursor: pointer;
    transition: width 160ms ease, background 160ms ease;
}

.st-caruser-dots button[aria-current="true"] {
    width: 24px;
    background: var(--st-accent);
}

.sr-confinement-site .sr-article-aside .st-caruser-all,
.sr-confinement-site .sr-article-aside .st-back-link {
    display: block;
    width: auto;
    text-align: center;
    text-decoration: none;
}

.sr-confinement-site .sr-article-aside .st-caruser-all {
    margin-top: 17px;
    color: var(--st-accent-dark);
    font-size: 13px;
    font-weight: 800;
}

.st-network-card {
    margin: 0 18px 18px;
    padding: 17px;
    border: 1px solid rgba(11, 63, 120, 0.14);
    border-radius: 16px;
    background: #fff;
}

.sr-confinement-site .sr-article-aside .st-network-card .sr-kicker {
    margin-bottom: 6px;
    color: var(--st-accent);
}

.st-network-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--st-accent-dark);
    font-size: 17px;
}

.sr-confinement-site .sr-article-aside .st-network-card p {
    margin-bottom: 11px;
}

.sr-confinement-site .sr-article-aside .st-network-card a {
    display: inline;
    color: var(--st-accent-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.sr-confinement-site .sr-article-aside .st-back-link {
    padding: 16px 22px;
    border-top: 1px solid rgba(11, 63, 120, 0.12);
    background: var(--st-accent-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.st-partner-section {
    background: linear-gradient(140deg, #061d36 0%, #0a4678 62%, #14759f 100%);
}

.st-partner-section .sr-section-heading h2,
.st-partner-section .sr-kicker {
    color: #fff;
}

.st-partner-section .sr-section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.72);
}

.st-partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: 18px;
}

.st-partner-card {
    display: grid;
    min-height: 230px;
    align-content: start;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.st-partner-card:hover,
.st-partner-card:focus-visible {
    border-color: rgba(189, 232, 202, 0.72);
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-3px);
}

.st-partner-card > span {
    color: #a8dcff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.st-partner-card > strong {
    margin-top: 14px;
    font: 700 25px/1.12 Georgia, "Times New Roman", serif;
}

.st-partner-card > small {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.st-partner-card > b {
    margin-top: auto;
    padding-top: 22px;
    color: #a8dcff;
    font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
    .st-caruser-track {
        transition: none;
    }
}

@media (max-width: 760px) {
    .st-footer-grid {
        grid-template-columns: 1fr;
    }
}
