:root {
    --br-panel: #f9fbf8;
    --br-border: #d7ded6;
    --br-text: #24312a;
    --br-muted: #6c776f;
    --br-accent: #1d8b5a;
    --br-accent-soft: #dcece3;
    --br-dark: #13211c;
}

.br-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px 56px;
    color: var(--br-text);
}

.br-menu-item--brokers {
    position: relative;
}

.br-nav-dropdown {
    position: fixed;
    top: 0;
    left: 16px;
    z-index: 9999;
    width: min(580px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.br-nav-dropdown[hidden] {
    display: none !important;
}

.br-nav-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.br-nav-dropdown-shell {
    max-height: min(72vh, 760px);
    overflow: auto;
    padding: 0;
    border-radius: 14px;
    background: #f7f7f5;
    border: 1px solid rgba(32, 38, 30, 0.08);
    box-shadow: 0 26px 48px rgba(14, 32, 23, 0.12);
    scrollbar-width: thin;
}

.br-nav-dropdown-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    padding: 0;
    border-bottom: 1px solid rgba(32, 38, 30, 0.08);
    background: #fff;
}

.br-nav-dropdown-head strong {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 12px;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.br-nav-dropdown-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    padding: 0 10px;
    border-left: 1px solid rgba(32, 38, 30, 0.08);
    background: linear-gradient(180deg, #f3f3f1 0%, #ecece9 100%);
    color: #8c948d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.br-nav-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 8px 12px 2px;
}

.br-nav-dropdown-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.br-nav-dropdown-item {
    margin: 0;
}

.br-nav-broker-list-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    padding: 1px 0;
    color: #171717;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.br-nav-broker-list-link:hover,
.br-nav-broker-list-link:focus-visible {
    color: var(--br-accent);
    outline: none;
    transform: translateX(1px);
}

.br-nav-link-bullet {
    flex: 0 0 auto;
    width: 4px;
    height: 4px;
    margin-top: 6px;
    border-radius: 999px;
    background: #76b82a;
}

.br-nav-broker-list-copy {
    min-width: 0;
}

.br-nav-broker-list-copy strong {
    color: currentColor;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.18;
}

.br-nav-dropdown-foot {
    display: flex;
    justify-content: flex-start;
    padding: 2px 12px 10px;
}

.br-nav-see-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d2b23;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.18s ease, transform 0.18s ease;
}

.br-nav-see-more-link:hover,
.br-nav-see-more-link:focus-visible {
    color: var(--br-accent);
    outline: none;
    transform: translateX(1px);
}

.br-nav-see-more-icon {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid #91be53;
    flex: 0 0 auto;
}

.br-nav-see-more-icon::before,
.br-nav-see-more-icon::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
}

.br-nav-see-more-icon::before {
    width: 5px;
    height: 5px;
    background: #91be53;
}

.br-nav-see-more-icon::after {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(145, 190, 83, 0.85);
}

.br-page h1,
.br-page h2,
.br-page p {
    margin: 0;
}

.br-kicker {
    margin-bottom: 12px;
    color: var(--br-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.br-subtitle {
    max-width: 560px;
    margin-top: 14px;
    color: var(--br-muted);
    line-height: 1.6;
}

.br-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
    color: var(--br-muted);
    font-size: 13px;
}

.br-hero,
.br-review-hero,
.br-review-grid,
.br-pros-cons {
    display: grid;
    gap: 18px;
}

.br-hero,
.br-review-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
}

.br-factor-panel,
.br-score-panel,
.br-factor-scores,
.br-chart-panel,
.br-panel {
    background: var(--br-panel);
    border: 1px solid var(--br-border);
    border-radius: 22px;
    box-shadow: 0 1px 0 rgba(19, 33, 28, 0.03);
}

.br-factor-panel {
    padding: 22px;
}

.br-factor-panel h2,
.br-factor-scores h2,
.br-chart-panel h2,
.br-panel h2 {
    font-size: 30px;
    line-height: 1.15;
}

.br-factor-panel h2,
.br-factor-scores h2,
.br-chart-panel h2,
.br-panel h2,
.br-page h1 {
    font-weight: 700;
}

.br-page h1 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
}

.br-card h2 {
    font-size: 24px;
}

.br-factor-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.br-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef2ee;
    color: var(--br-muted);
    font-size: 13px;
    text-align: center;
}

.br-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.br-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 20px;
    background: var(--br-panel);
    border: 1px solid var(--br-border);
    border-radius: 20px;
}

.br-card-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--br-accent-soft);
    color: var(--br-accent);
    font-weight: 700;
}

.br-card-copy p {
    margin-top: 6px;
    color: var(--br-muted);
}

.br-card-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
    color: var(--br-muted);
    font-size: 13px;
}

.br-card-stats strong {
    color: var(--br-text);
}

.br-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.br-button:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.br-button-dark {
    background: var(--br-dark);
    color: #fff;
}

.br-button-green {
    background: #24a25f;
    color: #fff;
}

.br-button-light {
    background: #fff;
    color: var(--br-text);
    border: 1px solid var(--br-border);
}

.br-archive {
    --br-panel: #f8fbff;
    --br-border: rgba(116, 145, 190, 0.24);
    --br-text: #16263d;
    --br-muted: #61738b;
    --br-accent: #3f78c4;
    --br-accent-soft: #dbe8f8;
    --br-dark: #18304f;
    position: relative;
    padding-top: 18px;
}

.br-archive::before {
    content: none;
}

.br-archive > * {
    position: relative;
    z-index: 1;
}

.br-archive .br-hero {
    gap: 24px;
    align-items: start;
    padding: 26px;
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(121, 172, 235, 0.2), transparent 48%),
        radial-gradient(circle at top right, rgba(63, 120, 196, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(244, 248, 255, 0.95), rgba(248, 251, 255, 0.7));
}

.br-archive .br-hero-copy {
    min-width: 0;
}

.br-archive .br-kicker {
    color: #4d7fbe;
}

.br-archive .br-subtitle {
    max-width: 620px;
    color: #5e728d;
    font-size: 16px;
    line-height: 1.65;
}

.br-archive .br-meta-line {
    gap: 10px;
    margin-top: 16px;
}

.br-archive .br-meta-line span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(63, 120, 196, 0.08);
    border: 1px solid rgba(63, 120, 196, 0.16);
    color: #59708f;
    font-size: 12px;
}

.br-archive .br-factor-panel {
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(121, 172, 235, 0.18), transparent 44%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.94));
    border-color: rgba(103, 139, 194, 0.24);
    box-shadow: 0 18px 34px rgba(18, 36, 61, 0.08);
}

.br-archive .br-factor-panel h2 {
    color: #18304f;
    font-size: clamp(24px, 2.4vw, 30px);
}

.br-archive .br-pill {
    min-height: 40px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(63, 120, 196, 0.12);
    color: #587095;
}

.br-archive .br-list {
    gap: 16px;
    margin-top: 32px;
}

.br-archive .br-card {
    position: relative;
    overflow: hidden;
    gap: 20px;
    padding: 22px 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
    border-color: rgba(103, 139, 194, 0.2);
    box-shadow: 0 14px 30px rgba(18, 36, 61, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.br-archive .br-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #79aceb, #3f78c4);
}

.br-archive .br-card:hover,
.br-archive .br-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(63, 120, 196, 0.3);
    box-shadow: 0 18px 38px rgba(18, 36, 61, 0.1);
}

.br-archive .br-card-rank {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: linear-gradient(135deg, #edf4ff, #dbe8f8);
    color: #3f78c4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.br-archive .br-card h2 {
    color: #14263f;
}

.br-archive .br-card-copy p {
    color: #63738a;
    font-size: 15px;
    line-height: 1.55;
}

.br-archive .br-card-stats {
    gap: 10px;
    margin-top: 12px;
}

.br-archive .br-card-stats span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(63, 120, 196, 0.08);
    border: 1px solid rgba(63, 120, 196, 0.12);
}

.br-archive .br-card-stats strong {
    color: #18304f;
}

.br-archive .br-button-dark {
    background: linear-gradient(135deg, #5188d1, #18304f);
    box-shadow: 0 12px 24px rgba(24, 48, 79, 0.18);
}

.br-archive .br-button-dark:hover,
.br-archive .br-button-dark:focus-visible {
    box-shadow: 0 16px 28px rgba(24, 48, 79, 0.22);
}

.br-score-panel {
    padding: 36px 24px;
    text-align: center;
}

.br-score-value {
    color: var(--br-accent);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 800;
    line-height: 1;
}

.br-score-caption {
    margin-top: 8px;
    color: var(--br-muted);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.br-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.br-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.br-metric-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 10px 14px;
    background: #fbfbf9;
    border: 1px solid rgba(32, 38, 30, 0.14);
    border-radius: 14px;
    color: var(--br-text);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.br-metric-box span {
    color: rgba(32, 38, 30, 0.78);
    font-size: 13px;
}

.br-metric-box strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 2px 8px;
    border-radius: 999px;
    background: #dbe8f8;
    border: 1px solid rgba(63, 120, 196, 0.42);
    color: #3f78c4;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.br-metric-box i {
    color: rgba(32, 38, 30, 0.7);
    font-style: normal;
    font-size: 22px;
    line-height: 1;
}

.br-metric-box:hover,
.br-metric-box:focus-visible,
.br-metric-box.is-active {
    transform: translateY(-1px);
    border-color: rgba(63, 120, 196, 0.52);
    box-shadow: 0 10px 24px rgba(24, 33, 20, 0.08);
}

.br-review-grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    margin-top: 18px;
}

.br-factor-scores,
.br-chart-panel,
.br-panel {
    padding: 20px;
}

.br-factor-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 11px 12px;
    margin-top: 10px;
    background: #f2f5f2;
    border: 1px solid var(--br-border);
    border-radius: 14px;
}

.br-factor-row span {
    color: var(--br-muted);
}

.br-factor-row strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--br-accent-soft);
    color: var(--br-accent);
    font-size: 14px;
}

.br-radar {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.br-radar-grid,
.br-radar-axis {
    fill: none;
    stroke: #d0d9d1;
    stroke-width: 1;
}

.br-radar-shape {
    fill: rgba(29, 139, 90, 0.18);
    stroke: #1d8b5a;
    stroke-width: 2.2;
}

.br-radar-point {
    fill: #1d8b5a;
}

.br-radar-label {
    fill: #5c6760;
    font-size: 10px;
    text-anchor: middle;
}

.br-score-table {
    width: 100%;
    margin: 18px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid rgba(103, 139, 194, 0.18);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.br-score-table thead th {
    padding: 16px 18px;
    border: 0;
    background: rgba(121, 172, 235, 0.08);
    color: #18304f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.br-score-table th,
.br-score-table td {
    padding: 14px 18px;
    border: 0;
    text-align: left;
    vertical-align: middle;
}

.br-score-table tbody td {
    color: #31445d;
    border-top: 1px solid rgba(103, 139, 194, 0.14);
}

.br-score-table tbody tr:nth-child(even) td {
    background: rgba(121, 172, 235, 0.04);
}

.br-score-table th:first-child,
.br-score-table td:first-child {
    width: auto;
    font-weight: 600;
}

.br-score-table th:last-child,
.br-score-table td:last-child {
    width: 110px;
    padding-right: 20px;
    text-align: right;
}

.br-score-table tbody td:last-child {
    color: #1f4d84;
    font-size: 15px;
    font-weight: 700;
}

.br-pros-cons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 0;
    border: 1px solid rgba(32, 38, 30, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.br-points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.br-points li {
    position: relative;
    padding-left: 32px;
    margin-top: 0;
    color: var(--br-text);
    font-size: 15px;
    line-height: 1.7;
}

.br-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid currentColor;
}

.br-points-pros li::before {
    content: "✓";
    color: #3f78c4;
    background: #dbe8f8;
}

.br-points-cons li::before {
    content: "×";
    color: #2f5fa3;
    background: #e4edf9;
}

.br-pros-cons-col {
    display: grid;
    align-content: start;
    background: #fff;
}

.br-pros-cons-col + .br-pros-cons-col {
    border-left: 1px solid rgba(32, 38, 30, 0.1);
}

.br-pros-cons-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(32, 38, 30, 0.1);
}

.br-pros-cons-head h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.br-pros-cons-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 18px;
}

.br-pros-cons-col-pros .br-pros-cons-head {
    background: #eef4fc;
}

.br-pros-cons-col-cons .br-pros-cons-head {
    background: #f1f5fb;
}

.br-pros-cons-col .br-points {
    padding: 18px 22px 22px;
    display: grid;
    gap: 18px;
}

@media (max-width: 980px) {
    .br-hero,
    .br-review-hero,
    .br-review-grid,
    .br-pros-cons {
        grid-template-columns: 1fr;
    }

    .br-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .br-archive .br-hero {
        padding: 24px;
    }
}

@media (max-width: 680px) {
    .br-page {
        padding: 22px 14px 42px;
    }

    .br-archive .br-hero {
        padding: 20px;
        border-radius: 26px;
    }

    .br-factor-pills {
        grid-template-columns: 1fr;
    }

    .br-card {
        grid-template-columns: 1fr;
    }

    .br-card-action {
        width: 100%;
    }

    .br-card-action .br-button {
        width: 100%;
    }

    .br-metric-grid {
        grid-template-columns: 1fr;
    }

    .br-nav-dropdown {
        left: 12px;
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .br-nav-dropdown-shell {
        max-height: min(70vh, calc(100vh - 72px));
        padding: 0;
        border-radius: 20px;
    }

    .br-nav-dropdown-head {
        display: grid;
        gap: 0;
    }

    .br-nav-dropdown-head strong,
    .br-nav-dropdown-head span {
        min-height: 0;
        padding: 9px 10px;
    }

    .br-nav-dropdown-head span {
        min-width: 0;
        border-left: 0;
        border-top: 1px solid rgba(32, 38, 30, 0.08);
        justify-content: flex-start;
    }

    .br-nav-dropdown-grid {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 8px 10px 2px;
    }

    .br-nav-dropdown-head,
    .br-nav-dropdown-foot {
        align-items: start;
        justify-content: start;
    }

    .br-nav-dropdown-foot {
        padding: 2px 10px 10px;
    }
}

.br-single {
    --br-shadow: 0 24px 60px rgba(7, 18, 13, 0.12);
}

.br-single .br-review-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 360px);
    gap: 24px;
    align-items: start;
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(187, 177, 154, 0.38);
    box-shadow: 0 14px 34px rgba(28, 27, 22, 0.06);
}

.br-hero-main {
    display: grid;
    gap: 0;
}

.br-hero-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.br-hero-logo {
    flex: 0 0 clamp(92px, 10vw, 118px);
    width: clamp(92px, 10vw, 118px);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    min-height: 0;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--br-luxury-line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.br-hero-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.br-hero-main .br-subtitle {
    max-width: 760px;
}

.br-single .br-subtitle {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35em;
    align-items: baseline;
}

.br-hero-summary-main {
    color: var(--br-text);
    font-weight: 700;
}

.br-hero-summary-copy {
    color: inherit;
}

.br-hero-side {
    display: grid;
    gap: 12px;
}

.br-hero-score-card,
.br-hero-highlight-card {
    display: grid;
    gap: 4px;
    padding: 11px 13px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(132, 175, 230, 0.55);
}

.br-hero-side-label {
    color: #4d7fbe;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.br-hero-score-value {
    color: #3f78c4;
    font-size: clamp(26px, 3.2vw, 38px);
    line-height: 1;
    font-weight: 800;
}

.br-hero-score-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.br-hero-score-stars {
    position: relative;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.12em;
}

.br-hero-score-stars-base,
.br-hero-score-stars-fill {
    display: block;
    white-space: nowrap;
    font-size: 15px;
}

.br-hero-score-stars-base {
    color: rgba(63, 120, 196, 0.2);
}

.br-hero-score-stars-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--br-stars-fill, 0%);
    overflow: hidden;
    color: #f0b84b;
}

.br-hero-score-rating-value {
    color: var(--br-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.br-hero-highlight-card strong {
    color: var(--br-text);
    font-size: 14px;
    line-height: 1.2;
}

.br-hero-highlight-score {
    color: var(--br-muted);
    font-size: 11px;
}

.br-score-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.br-score-chip {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(16, 44, 30, 0.06);
    color: var(--br-text);
    font-size: 11px;
    font-weight: 600;
}

.br-hero-rank-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(63, 120, 196, 0.12), rgba(240, 184, 75, 0.18));
    border: 1px solid rgba(132, 175, 230, 0.55);
}

.br-hero-rank-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #f6cf72, #f0b84b);
    color: #fff;
    font-size: 21px;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(240, 184, 75, 0.22);
}

.br-hero-rank-copy {
    display: grid;
    gap: 2px;
}

.br-hero-rank-value {
    color: var(--br-text);
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.br-hero-rank-note {
    color: var(--br-muted);
    font-size: 10px;
    line-height: 1.4;
}

.br-panel-copy,
.br-score-story span {
    color: var(--br-muted);
    line-height: 1.55;
    font-size: 14px;
}

.br-review-shell {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 18px;
    margin-top: 18px;
    align-items: start;
}

.br-explorer-panel,
.br-overview-panel,
.br-factor-section {
    background: #fff;
    border: 1px solid rgba(145, 162, 150, 0.34);
    border-radius: 26px;
    box-shadow: 0 16px 36px rgba(14, 32, 23, 0.08);
}

.br-explorer-panel {
    position: sticky;
    top: 26px;
    padding: 18px;
    background: #fff;
}

.br-explorer-head h2,
.br-chart-card h2,
.br-overview-panel h2,
.br-factor-section h2 {
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: 1.06;
}

.br-explorer-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.br-factor-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(145, 162, 150, 0.28);
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.br-factor-link--simple {
    grid-template-columns: 1fr;
}

.br-factor-link:hover,
.br-factor-link:focus-visible,
.br-factor-link.is-active {
    transform: translateY(-1px);
    border-color: rgba(29, 139, 90, 0.42);
    background: linear-gradient(135deg, #ffffff, #f5fbf7);
    box-shadow: 0 14px 24px rgba(14, 32, 23, 0.09);
}

.br-factor-link-main,
.br-factor-link-side {
    display: grid;
    gap: 6px;
}

.br-factor-link-label {
    font-size: 15px;
    font-weight: 700;
}

.br-factor-link-summary {
    color: var(--br-muted);
    font-size: 12px;
    line-height: 1.4;
}

.br-factor-link-side {
    min-width: 78px;
    justify-items: end;
}

.br-factor-link-side strong {
    color: var(--br-accent);
    font-size: 17px;
}

.br-factor-link-bar {
    width: 70px;
    height: 5px;
    border-radius: 999px;
    background: rgba(29, 139, 90, 0.12);
    overflow: hidden;
}

.br-factor-link-bar span,
.br-factor-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #31bb71, #157c50);
}

.br-review-main {
    display: grid;
    gap: 18px;
}

.br-top-grid-main {
    min-width: 0;
}

.br-chart-card,
.br-overview-panel,
.br-factor-section {
    padding: 20px;
}

.br-overview-panel {
    scroll-margin-top: 28px;
    background: #fff;
}

.br-overview-panel::before {
    content: none;
}

.br-overview-panel > * {
    position: relative;
    z-index: 1;
}

.br-overview-panel h2 {
    max-width: 700px;
}

.br-overview-meter {
    margin-top: 12px;
}

.br-chart-card {
    max-width: 960px;
    margin: 0 auto;
}

.br-chart-copy {
    max-width: 620px;
}

.br-chart-wrap {
    position: relative;
    margin-top: 14px;
    width: min(100%, 440px);
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(145, 162, 150, 0.28);
}

.br-chart-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 210px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(18, 31, 25, 0.96);
    color: #fff;
    box-shadow: 0 18px 38px rgba(6, 13, 10, 0.26);
    pointer-events: none;
}

.br-chart-tooltip strong {
    display: block;
    font-size: 14px;
}

.br-chart-tooltip span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.45;
}

.br-radar {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    overflow: visible;
}

.br-radar-point {
    transition: transform 0.18s ease;
}

.br-radar-hotspot {
    cursor: pointer;
}

circle.br-radar-hotspot {
    fill: rgba(29, 139, 90, 0.01);
    stroke: transparent;
}

.br-radar-label.br-radar-hotspot {
    transition: fill 0.18s ease, font-weight 0.18s ease;
}

.br-radar-hotspot.is-active {
    fill: transparent;
}

.br-radar-label.br-radar-hotspot.is-active {
    fill: var(--br-text);
    font-weight: 700;
}

.br-overview-panel .br-rich-copy,
.br-factor-section .br-rich-copy {
    margin-top: 18px;
}

.br-overview-panel .br-rich-copy {
    margin-top: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.br-rich-copy > * + * {
    margin-top: 1em;
}

.br-rich-copy p,
.br-rich-copy li {
    color: var(--br-muted);
    font-size: 13px;
    line-height: 1.75;
}

.br-overview-panel .br-rich-copy p,
.br-overview-panel .br-rich-copy li {
    font-size: 13px;
    line-height: 1.75;
    color: var(--br-muted);
}

.br-overview-panel .br-rich-copy > :first-child {
    color: var(--br-text);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.br-overview-panel .br-rich-copy strong {
    color: var(--br-text);
}

.br-overview-panel .br-rich-copy ul,
.br-overview-panel .br-rich-copy ol {
    padding-left: 1.2em;
}

.br-factor-sections {
    display: grid;
    gap: 14px;
}

.br-factor-section {
    scroll-margin-top: 28px;
}

.br-factor-section.is-active {
    border-color: rgba(29, 139, 90, 0.42);
    box-shadow: 0 16px 38px rgba(21, 63, 42, 0.1);
}

.br-factor-section-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.br-factor-section-kicker {
    color: var(--br-accent);
    font-size: 12px;
    font-weight: 700;
}

.br-factor-jump {
    color: var(--br-accent);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.br-factor-meter {
    width: min(180px, 100%);
    height: 8px;
    margin-top: 10px;
    border-radius: 999px;
    background: #dfe7f3;
    overflow: hidden;
}

.br-factor-section-summary {
    margin-top: 12px;
    font-size: 14px;
    color: var(--br-text);
    font-weight: 600;
    line-height: 1.5;
}

.br-compare-card {
    margin-top: 18px;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.br-compare-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0 auto;
    color: #2f5be8;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.br-compare-toggle::-webkit-details-marker {
    display: none;
}

.br-compare-toggle::after {
    content: "↓";
    font-size: 14px;
}

.br-compare-card[open] .br-compare-toggle {
    margin-bottom: 10px;
}

.br-compare-card[open] .br-compare-toggle::after {
    content: "↑";
}

.br-compare-content {
    padding-top: 0;
}

.br-compare-head {
    padding: 16px 18px 0;
}

.br-compare-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
}

.br-compare-table-wrap {
    overflow-x: auto;
    padding: 14px 18px 18px;
}

.br-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 620px;
}

.br-compare-table th,
.br-compare-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(32, 38, 30, 0.1);
    text-align: left;
    vertical-align: middle;
}

.br-compare-table thead th {
    font-size: 14px;
    font-weight: 700;
    color: var(--br-text);
}

.br-compare-table tbody td:first-child,
.br-compare-table thead th:first-child {
    width: 34%;
}

.br-compare-table .is-current {
    background: #edf3e3;
}

.br-compare-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--br-text);
}

.br-compare-icon {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid currentColor;
}

.br-compare-pill.is-yes .br-compare-icon {
    color: #538c1d;
    background: #cfe3b0;
}

.br-compare-pill.is-no .br-compare-icon {
    color: #b15252;
    background: #f0d5d5;
}

.br-country-showcase {
    margin-top: 18px;
}

.br-country-shell {
    display: flex;
    justify-content: flex-end;
}

.br-country-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 320px);
    padding: 16px;
    border-radius: 22px;
    border: 1px solid rgba(196, 170, 102, 0.34);
    box-shadow: 0 18px 36px rgba(42, 33, 20, 0.08);
    background:
        linear-gradient(180deg, #fffdfa 0%, #f7f1e6 100%);
}

.br-country-card::before {
    content: "";
    position: absolute;
    inset: -60px auto auto -60px;
    width: 180px;
    height: 180px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(42, 104, 255, 0.16), rgba(43, 206, 161, 0.08));
    transform: rotate(24deg);
}

.br-country-card > * {
    position: relative;
    z-index: 1;
}

.br-country-card-head {
    display: grid;
    gap: 10px;
}

.br-country-card-head h3 {
    font-size: 26px;
    line-height: 1.06;
}

.br-country-card-head p,
.br-country-foot p,
.br-country-empty {
    color: var(--br-muted);
    line-height: 1.55;
}

.br-country-select-wrap {
    position: relative;
    display: inline-flex;
}

.br-country-select-wrap::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #39474d;
    pointer-events: none;
}

.br-country-select {
    min-height: 46px;
    min-width: 200px;
    padding: 0 42px 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(136, 156, 172, 0.4);
    background: rgba(255, 255, 255, 0.88);
    color: var(--br-text);
    font-size: 15px;
    font-weight: 600;
    appearance: none;
}

.br-country-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(136, 156, 172, 0.28);
}

.br-country-tab {
    min-height: 40px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #536168;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.br-country-tab.is-active {
    background: linear-gradient(135deg, #5d8fd1, #3f78c4);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(45, 87, 145, 0.2);
}

.br-country-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.br-country-broker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(121, 141, 160, 0.18);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.br-country-broker:hover,
.br-country-broker:focus-visible {
    border-color: rgba(63, 120, 196, 0.4);
    box-shadow: 0 12px 24px rgba(42, 33, 20, 0.08);
    background: linear-gradient(135deg, #ffffff, #f1f6fd);
}

.br-country-rank {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff0c4, #f3d98a);
    color: #3b2d07;
    font-size: 18px;
    font-weight: 800;
}

.br-country-rank[data-rank="2"] {
    background: linear-gradient(135deg, #f0f2f5, #dce2ea);
}

.br-country-rank[data-rank="3"] {
    background: linear-gradient(135deg, #f9e2d7, #e9b48f);
}

.br-country-rank[data-rank="4"],
.br-country-rank[data-rank="5"] {
    background: linear-gradient(135deg, #edf5dc, #dbeab9);
}

.br-country-brand {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.br-country-logo {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(28, 121, 255, 0.18), rgba(76, 210, 176, 0.18)),
        #fff;
    color: #16324a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.br-country-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.br-country-brand strong {
    display: block;
    font-size: 18px;
    line-height: 1.08;
    color: #12202a;
}

.br-country-brand span {
    display: block;
    margin-top: 3px;
    color: var(--br-muted);
    font-size: 12px;
    line-height: 1.35;
}

.br-country-meta {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.br-country-score {
    font-size: 13px;
    color: #405057;
}

.br-country-score strong {
    color: #238842;
}

.br-country-risk {
    color: #6f7b84;
    font-size: 11px;
}

.br-country-arrow {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(42, 104, 255, 0.28);
    color: #2a68ff;
    font-size: 15px;
    font-weight: 700;
}

.br-country-empty {
    margin-top: 14px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px dashed rgba(121, 141, 160, 0.35);
}

.br-country-foot {
    margin-top: 12px;
    padding: 12px 4px 2px;
    border-top: 1px solid rgba(121, 141, 160, 0.18);
}

.br-single {
    --br-shadow: 0 18px 48px rgba(18, 26, 21, 0.07);
    --br-luxury-line: rgba(32, 38, 30, 0.11);
    --br-luxury-gold: #3f78c4;
    --br-luxury-ink: #18304f;
}

.br-single .br-review-copy,
.br-single .br-score-panel {
    background:
        radial-gradient(circle at top right, rgba(63, 120, 196, 0.13), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(238, 244, 252, 0.94));
    border-color: var(--br-luxury-line);
    box-shadow: var(--br-shadow);
}

.br-single .br-review-copy::after,
.br-single .br-score-panel::after {
    background: rgba(63, 120, 196, 0.06);
}

.br-score-orb {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 1) 0%, rgba(243, 248, 255, 0.98) 58%, rgba(224, 235, 249, 0.94) 100%);
    border-color: rgba(63, 120, 196, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.br-score-story strong,
.br-factor-section-kicker,
.br-factor-jump {
    color: var(--br-luxury-gold);
}

.br-score-story strong {
    font-size: 11px;
}

.br-score-chip {
    background: rgba(63, 120, 196, 0.1);
    color: var(--br-luxury-ink);
    letter-spacing: 0.03em;
}

.br-explorer-panel,
.br-overview-panel,
.br-factor-section,
.br-country-card {
    border-color: var(--br-luxury-line);
    box-shadow: 0 14px 30px rgba(14, 32, 23, 0.05);
}

.br-explorer-panel {
    background: #fff;
}

.br-factor-link {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(32, 38, 30, 0.07);
}

.br-factor-link:hover,
.br-factor-link:focus-visible,
.br-factor-link.is-active {
    border-color: rgba(63, 120, 196, 0.24);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(241, 246, 253, 0.98));
    box-shadow: 0 12px 22px rgba(14, 32, 23, 0.06);
}

.br-factor-link-label,
.br-country-card-head h3 {
    color: var(--br-luxury-ink);
}

.br-factor-link-side strong,
.br-country-score strong,
.br-country-arrow {
    color: var(--br-luxury-gold);
}

.br-factor-link-bar,
.br-factor-meter {
    background: rgba(63, 120, 196, 0.12);
}

.br-factor-link-bar span,
.br-factor-meter span {
    background: linear-gradient(90deg, #79aceb, #3f78c4);
}

.br-chart-wrap {
    background: #fff;
    border-color: rgba(32, 38, 30, 0.07);
}

.br-single .br-chart-card {
    background:
        radial-gradient(circle at top right, rgba(63, 120, 196, 0.13), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(238, 244, 252, 0.94));
    border-color: var(--br-luxury-line);
    box-shadow: var(--br-shadow);
}

.br-single .br-chart-card .br-kicker {
    color: var(--br-luxury-gold);
}

.br-single .br-chart-card h2 {
    color: var(--br-luxury-ink);
}

.br-single .br-chart-copy .br-panel-copy {
    color: var(--br-muted);
}

.br-single .br-chart-wrap {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 1) 0%, rgba(243, 248, 255, 0.98) 58%, rgba(224, 235, 249, 0.94) 100%);
    border-color: rgba(63, 120, 196, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.br-single .br-radar-grid,
.br-single .br-radar-axis {
    stroke: rgba(63, 120, 196, 0.18);
}

.br-single .br-radar-shape {
    fill: rgba(63, 120, 196, 0.16);
    stroke: #3f78c4;
}

.br-single .br-radar-point {
    fill: #3f78c4;
}

.br-single .br-radar-label {
    fill: #61738b;
}

.br-radar-hotspot.is-active {
    fill: transparent;
}

.br-radar-label.br-radar-hotspot.is-active {
    fill: var(--br-luxury-ink);
}

.br-factor-section.is-active {
    border-color: rgba(63, 120, 196, 0.24);
    box-shadow: 0 16px 38px rgba(35, 28, 17, 0.07);
}

.br-country-card {
    background: #fff;
}

.br-country-card::before {
    background: none;
    transform: rotate(20deg);
}

.br-country-select-wrap::after {
    content: "v";
    color: #675a42;
}

.br-country-select {
    border-color: rgba(32, 38, 30, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: var(--br-luxury-ink);
}

.br-country-tabs {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(32, 38, 30, 0.07);
}

.br-country-tab {
    color: #6f634d;
}

.br-country-tab.is-active {
    background: linear-gradient(135deg, #73a2df, #3f78c4);
    color: #fffdf9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.br-country-broker {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(32, 38, 30, 0.07);
}

.br-country-broker:hover,
.br-country-broker:focus-visible {
    border-color: rgba(63, 120, 196, 0.22);
    box-shadow: 0 14px 28px rgba(13, 27, 38, 0.05);
    background: #fff;
}

.br-country-rank {
    background: linear-gradient(135deg, #84afe6, #3f78c4);
    color: #fffaf2;
}

.br-country-rank[data-rank="2"] {
    background: linear-gradient(135deg, #dadde2, #9ba2ac);
    color: #19242b;
}

.br-country-rank[data-rank="3"] {
    background: linear-gradient(135deg, #e9c8b5, #ba805a);
    color: #fff8f2;
}

.br-country-rank[data-rank="4"],
.br-country-rank[data-rank="5"] {
    background: linear-gradient(135deg, #f3efe4, #ddd6c5);
    color: #4a4132;
}

.br-country-logo {
    background:
        linear-gradient(135deg, rgba(63, 120, 196, 0.18), rgba(92, 145, 214, 0.1)),
        #fff;
    color: #23446e;
}

.br-country-brand strong {
    color: #191d17;
}

.br-country-score {
    color: #4d6078;
}

.br-country-arrow {
    border-color: rgba(63, 120, 196, 0.22);
}

.br-country-empty {
    background: #fff;
    border-color: rgba(63, 120, 196, 0.24);
}

.br-country-foot {
    border-top-color: rgba(32, 38, 30, 0.08);
}

.br-review-shell {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 14px;
}

.br-review-main {
    gap: 14px;
}

.br-top-grid-main {
    min-width: 0;
}

.br-explorer-panel,
.br-chart-card,
.br-overview-panel,
.br-factor-section {
    padding: 14px;
}

.br-explorer-head h2,
.br-chart-card h2,
.br-overview-panel h2,
.br-factor-section h2 {
    font-size: clamp(18px, 2vw, 24px);
}

.br-explorer-list {
    gap: 8px;
    margin-top: 10px;
}

.br-factor-link {
    gap: 8px;
    padding: 9px 10px;
    border-radius: 12px;
}

.br-factor-link-main,
.br-factor-link-side {
    gap: 3px;
}

.br-factor-link-label {
    font-size: 12px;
}

.br-factor-link-summary {
    font-size: 10px;
    line-height: 1.25;
}

.br-factor-link-side {
    min-width: 52px;
}

.br-factor-link-side strong {
    font-size: 12px;
}

.br-factor-link-bar {
    width: 44px;
    height: 4px;
}

.br-chart-wrap {
    margin-top: 10px;
    padding: 10px;
    border-radius: 14px;
}

.br-country-showcase {
    margin-top: 14px;
}

.br-top-grid {
    display: grid;
    grid-template-columns: minmax(250px, 305px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 14px;
}

.br-top-grid-side {
    display: grid;
    gap: 14px;
}

.br-top-grid .br-country-showcase {
    margin-top: 0;
}

.br-country-shell {
    justify-content: flex-start;
}

.br-country-card {
    width: min(100%, 305px);
    padding: 12px;
    border-radius: 18px;
}

.br-country-card::before {
    width: 110px;
    height: 110px;
    border-radius: 18px;
}

.br-country-card-head {
    gap: 6px;
}

.br-country-card-head h3 {
    font-size: 18px;
}

.br-country-card-head p,
.br-country-foot p,
.br-country-empty {
    font-size: 10px;
    line-height: 1.35;
}

.br-country-select {
    min-height: 34px;
    min-width: 150px;
    padding: 0 30px 0 10px;
    border-radius: 10px;
    font-size: 11px;
}

.br-country-tabs {
    gap: 6px;
    margin-top: 10px;
    padding: 4px;
    border-radius: 10px;
}

.br-country-tab {
    min-height: 30px;
    border-radius: 8px;
    font-size: 11px;
}

.br-country-list {
    gap: 6px;
    margin-top: 10px;
}

.br-country-broker {
    gap: 8px;
    padding: 8px;
    border-radius: 12px;
    align-items: center;
}

.br-country-rank {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 11px;
}

.br-country-brand {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
}

.br-country-logo {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 8px;
}

.br-country-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.br-country-brand strong {
    font-size: 10px;
    line-height: 1.1;
}

.br-country-brand span {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.2;
}

.br-country-meta {
    gap: 4px;
    align-items: center;
}

.br-country-score {
    font-size: 8px;
}

.br-country-risk {
    font-size: 7px;
}

.br-country-arrow {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 10px;
}

.br-country-empty {
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}

.br-country-foot {
    margin-top: 8px;
    padding: 8px 2px 0;
}

.br-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 18px;
    margin-top: 18px;
}

.br-editorial-card,
.br-brief-card,
.br-method-card,
.br-alt-brokers {
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(32, 38, 30, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(35, 28, 17, 0.06);
}

.br-editorial-card {
    display: grid;
    gap: 16px;
}

.br-editorial-grid .br-chart-card {
    max-width: none;
    margin: 0;
    align-self: stretch;
}

.br-editorial-grid .br-chart-wrap {
    width: 100%;
}

.br-editorial-card h2,
.br-brief-card h2,
.br-method-card h2,
.br-alt-brokers h2 {
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.08;
}

.br-editorial-lead {
    color: var(--br-text);
    font-size: 18px;
    line-height: 1.6;
}

.br-verdict-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.br-verdict-pill {
    display: inline-grid;
    gap: 4px;
    min-width: 148px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(63, 120, 196, 0.2);
}

.br-verdict-pill strong {
    font-size: 13px;
}

.br-verdict-pill span {
    color: var(--br-muted);
    font-size: 12px;
}

.br-editorial-note {
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 18px;
    background: #fff;
}

.br-editorial-note strong {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.br-editorial-note p {
    color: var(--br-muted);
    line-height: 1.65;
}

.br-brief-card {
    display: grid;
    gap: 16px;
}

.br-brief-list,
.br-method-list {
    display: grid;
    gap: 10px;
}

.br-brief-list-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.br-brief-row,
.br-method-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(32, 38, 30, 0.08);
}

.br-brief-row span,
.br-method-row span {
    color: var(--br-muted);
    font-size: 13px;
}

.br-brief-row strong,
.br-method-row strong {
    color: var(--br-text);
    font-size: 14px;
    text-align: right;
}

.br-mini-points-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.br-mini-points {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(32, 38, 30, 0.08);
}

.br-mini-points h3 {
    margin: 0;
    font-size: 15px;
}

.br-mini-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.br-mini-list li {
    position: relative;
    padding-left: 16px;
    margin-top: 9px;
    color: var(--br-muted);
    font-size: 13px;
    line-height: 1.5;
}

.br-mini-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #1dba6d;
}

.br-mini-list-cons li::before {
    background: #df5c5c;
}

.br-anchor-links {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.br-anchor-link {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(32, 38, 30, 0.08);
    color: var(--br-text);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.br-anchor-link:hover,
.br-anchor-link:focus-visible,
.br-anchor-link.is-active {
    transform: translateY(-1px);
    border-color: rgba(63, 120, 196, 0.36);
    box-shadow: 0 12px 24px rgba(35, 28, 17, 0.08);
}

.br-explorer-group {
    margin-top: 16px;
}

.br-method-card {
    display: grid;
    gap: 14px;
}

.br-alt-brokers {
    margin-top: 22px;
}

.br-alt-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.br-alt-card {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(32, 38, 30, 0.08);
}

.br-alt-top {
    display: grid;
    gap: 8px;
}

.br-alt-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 42px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(63, 120, 196, 0.14);
    color: var(--br-luxury-gold);
    font-size: 12px;
    font-weight: 700;
}

.br-alt-card p {
    color: var(--br-muted);
    line-height: 1.55;
}

.br-alt-meta {
    display: grid;
    gap: 6px;
    color: var(--br-muted);
    font-size: 13px;
}

.br-alt-meta strong {
    color: var(--br-text);
}

@media (max-width: 1100px) {
    .br-editorial-grid,
    .br-top-grid,
    .br-review-shell {
        grid-template-columns: 1fr;
    }

    .br-explorer-panel {
        position: static;
    }

    .br-country-shell {
        justify-content: stretch;
    }

    .br-country-card {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .br-editorial-card,
    .br-brief-card,
    .br-method-card,
    .br-chart-card,
    .br-alt-brokers,
    .br-country-card,
    .br-overview-panel,
    .br-factor-section,
    .br-explorer-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .br-single .br-review-hero {
        padding: 20px;
        border-radius: 24px;
        grid-template-columns: 1fr;
    }

    .br-hero-title-row {
        align-items: flex-start;
    }

    .br-hero-logo {
        flex-basis: 80px;
        width: 80px;
        min-height: 0;
        padding: 10px;
    }

    .br-hero-logo img {
        height: 100%;
    }

    .br-hero-score-value {
        font-size: 30px;
    }

    .br-factor-link {
        grid-template-columns: 1fr;
    }

    .br-factor-link-side {
        justify-items: start;
    }

    .br-country-broker {
        grid-template-columns: 1fr;
    }

    .br-country-brand {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .br-country-meta {
        justify-items: start;
    }

    .br-mini-points-grid,
    .br-brief-list-inline,
    .br-alt-list {
        grid-template-columns: 1fr;
    }

    .br-chart-tooltip {
        max-width: min(210px, calc(100vw - 48px));
    }

    .br-chart-wrap {
        width: 100%;
    }
}

/* Encoding-safe icon overrides */
.br-points li::before,
.br-points-pros li::before {
    content: "\2713";
}

.br-points-cons li::before {
    content: "\00D7";
}

.br-compare-toggle::after {
    content: "\2193";
}

.br-compare-card[open] .br-compare-toggle::after {
    content: "\2191";
}

.br-country-select-wrap::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #39474d;
    border-bottom: 2px solid #39474d;
    transform: translateY(-60%) rotate(45deg);
}

.br-single .br-country-select-wrap::after {
    border-right-color: #675a42;
    border-bottom-color: #675a42;
}

.br-metric-box i,
.br-pros-cons-icon {
    font-size: 0;
}

.br-metric-box i::before,
.br-pros-cons-icon::before {
    display: inline-block;
    font-style: normal;
    line-height: 1;
}

.br-metric-box i::before {
    content: "\203A";
    font-size: 22px;
}

.br-pros-cons-col-pros .br-pros-cons-icon::before {
    content: "\2713";
    font-size: 18px;
}

.br-pros-cons-col-cons .br-pros-cons-icon::before {
    content: "\00D7";
    font-size: 18px;
}
