.perf-page main section {
    padding: 92px 0;
}
.perf-page main .perf-hero + .section {
    padding-top: 28px;
}
.perf-hero {
    padding-top: 124px;
    padding-bottom: 0;
}
.perf-hero .section-title {
    text-align: center;
    padding-bottom: 0;
}
.perf-hero .section-title h2 {
    max-width: none;
    margin: 0 auto 24px;
    font-size: clamp(2.2rem, 4.3vw, 3.45rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #2b313d;
    text-transform: none;
}
.perf-hero .section-title h2::after {
    display: block;
}
.perf-hero-title-break {
    display: inline;
}
.perf-hero .section-title p {
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto;
    color: rgba(15, 23, 42, 0.66);
}
.perf-hero-copy__lede {
    margin: 14px auto 0;
    max-width: 32rem;
    color: rgba(15, 23, 42, 0.5);
    font-size: 0.88rem;
    line-height: 1.65;
    text-align: center;
}
.perf-meta-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}
.perf-meta-chip {
    display: inline-flex;
    align-items: center;
    padding: 11px 15px;
    border-radius: 999px;
    border: 1px solid rgba(58, 141, 206, 0.16);
    background: rgba(255,255,255,0.78);
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.88rem;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.perf-block {
    position: relative;
    z-index: 0;
    padding: 60px 0;
}
.perf-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #ffffff;
    z-index: -1;
}
.perf-block:nth-of-type(even)::before {
    background: #f9f9f9;
}
.perf-block .section-title p {
    max-width: 760px;
    margin: 0 auto;
    color: color-mix(in srgb, var(--default-color), transparent 22%);
    line-height: 1.65;
}
.perf-block .section-title {
    margin-bottom: 18px;
}
.perf-grid {
    display: grid;
    gap: 20px;
}
.perf-grid--kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.perf-card-panel {
    background: var(--surface-color);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.perf-kpi {
    padding: 22px;
    min-height: 176px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, background-image 0.25s ease;
}
.perf-kpi:hover,
.perf-kpi:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0,0,0,0.06);
    border-color: rgba(15, 23, 42, 0.16);
}
.perf-kpi__value {
    display: block;
    font-family: var(--heading-font);
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0f172a;
}
.perf-kpi__label {
    display: block;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
}
.perf-kpi__note {
    display: block;
    margin-top: 6px;
    color: rgba(148, 163, 184, 0.72);
    font-size: 0.82rem;
    line-height: 1.45;
}
.is-positive {
    color: #15ad80;
}
.is-negative {
    color: #d14b5a;
}
.is-neutral {
    color: #0f172a;
}
.perf-table-card {
    overflow: hidden;
}
.perf-table-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.perf-table-col + .perf-table-col {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}
.perf-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 22px;
    font-size: 0.95rem;
}
.perf-table-row:nth-child(even) {
    background: rgba(247, 250, 252, 0.88);
}
.perf-table-row__label {
    color: rgba(15, 23, 42, 0.68);
}
.perf-table-row__value {
    font-family: var(--heading-font);
    color: #0f172a;
    text-align: right;
}
.perf-table-row__value.is-positive {
    color: #15ad80;
}
.perf-table-row__value.is-negative {
    color: #f24848;
}
.perf-stat-box__value.is-positive,
.perf-monthly-table__num.is-positive {
    color: #15ad80;
}
.perf-stat-box__value.is-negative,
.perf-monthly-table__num.is-negative {
    color: #f24848;
}
.perf-chart-card {
    padding: 22px 22px 18px;
}
.perf-monthly-table-card {
    padding: 0;
    overflow: hidden;
}
.perf-chart-title {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 18px;
}
.perf-chart-title h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--heading-color);
}
.perf-chart-title p {
    margin: 8px 0 0;
    color: color-mix(in srgb, var(--default-color), transparent 18%);
    line-height: 1.7;
}
.perf-chart-footnote {
    margin: 16px 0 0;
    color: rgba(148, 163, 184, 0.62);
    font-size: 0.76rem;
    text-align: right;
}
.perf-chart-svg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.perf-chart-svg--equity,
.perf-chart-svg--drawdown,
.perf-chart-svg--bars {
    background: transparent;
}
.perf-equity-chart {
    position: relative;
}
.perf-drawdown-chart {
    position: relative;
}
.perf-equity-chart .perf-chart-svg {
    overflow: visible;
}
.perf-equity-grid {
    stroke: rgba(15, 23, 42, 0.08);
    stroke-width: 1;
}
.perf-equity-axis {
    stroke: rgba(15, 23, 42, 0.12);
    stroke-width: 1;
}
.perf-equity-label {
    fill: rgba(15, 23, 42, 0.58);
    font-size: 11px;
    font-family: var(--default-font);
    font-weight: 500;
}
.perf-equity-line {
    fill: none;
    stroke: #3A8DCE;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.perf-equity-hover-line {
    stroke: rgba(15, 23, 42, 0.22);
    stroke-width: 1;
    stroke-dasharray: 4 4;
    opacity: 0;
}
.perf-equity-hover-point {
    fill: #3A8DCE;
    stroke: #ffffff;
    stroke-width: 2;
    opacity: 0;
}
.perf-drawdown-line {
    fill: none;
    stroke: #f24848;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.perf-drawdown-hover-line {
    stroke: rgba(15, 23, 42, 0.22);
    stroke-width: 1;
    stroke-dasharray: 4 4;
    opacity: 0;
}
.perf-drawdown-hover-point {
    fill: #f24848;
    stroke: #ffffff;
    stroke-width: 2;
    opacity: 0;
}
.perf-equity-chart.is-hovering .perf-equity-hover-line,
.perf-equity-chart.is-hovering .perf-equity-hover-point {
    opacity: 1;
}
.perf-drawdown-chart.is-hovering .perf-drawdown-hover-line,
.perf-drawdown-chart.is-hovering .perf-drawdown-hover-point {
    opacity: 1;
}
.perf-equity-tooltip {
    position: absolute;
    z-index: 3;
    min-width: 170px;
    max-width: 220px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.12s ease, transform 0.12s ease;
}
.perf-equity-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.perf-equity-tooltip__title {
    display: block;
    margin: 0 0 6px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
}
.perf-equity-tooltip__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.86rem;
    line-height: 1.35;
}
.perf-equity-tooltip__row + .perf-equity-tooltip__row {
    margin-top: 4px;
}
.perf-equity-tooltip__label {
    color: color-mix(in srgb, var(--default-color), transparent 26%);
}
.perf-equity-tooltip__value {
    font-weight: 700;
    color: var(--heading-color);
}
.perf-equity-tooltip__row--legend {
    justify-content: flex-start;
}
.perf-equity-tooltip__row--legend .perf-equity-tooltip__label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.perf-equity-tooltip__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #3A8DCE;
    flex: 0 0 auto;
}
.perf-drawdown-tooltip {
    position: absolute;
    z-index: 3;
    min-width: 170px;
    max-width: 220px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.12s ease, transform 0.12s ease;
}
.perf-drawdown-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.perf-drawdown-tooltip__title {
    display: block;
    margin: 0 0 6px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
}
.perf-drawdown-tooltip__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.86rem;
    line-height: 1.35;
}
.perf-drawdown-tooltip__row + .perf-drawdown-tooltip__row {
    margin-top: 4px;
}
.perf-drawdown-tooltip__label {
    color: color-mix(in srgb, var(--default-color), transparent 26%);
}
.perf-drawdown-tooltip__value {
    font-weight: 700;
    color: var(--heading-color);
}
.perf-drawdown-tooltip__row--legend {
    justify-content: flex-start;
}
.perf-drawdown-tooltip__row--legend .perf-drawdown-tooltip__label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.perf-drawdown-tooltip__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f24848;
    flex: 0 0 auto;
}
.perf-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.perf-stat-box {
    padding: 20px;
    text-align: center;
}
.perf-stat-box__value {
    display: block;
    font-family: var(--heading-font);
    font-size: clamp(1.5rem, 2.8vw, 2.3rem);
    line-height: 1;
    letter-spacing: -0.02em;
}
.perf-stat-box__label {
    display: block;
    margin-top: 10px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.perf-stat-box__note {
    display: block;
    margin-top: 6px;
    color: rgba(15, 23, 42, 0.5);
    font-size: 0.82rem;
}
.perf-monthly-chart-wrap {
    position: relative;
    overflow: hidden;
}
.perf-monthly-chart-wrap--mobile {
    display: none;
}
.perf-chart-svg--bars {
    width: 100%;
    min-width: 0;
    background: transparent;
}
.perf-monthly-bar {
    cursor: default;
}
.perf-monthly-tooltip {
    position: absolute;
    z-index: 3;
    min-width: 170px;
    max-width: 220px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.12s ease, transform 0.12s ease;
}
.perf-monthly-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.perf-monthly-tooltip__title {
    display: block;
    margin: 0 0 6px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
}
.perf-monthly-tooltip__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.86rem;
    line-height: 1.35;
}
.perf-monthly-tooltip__row + .perf-monthly-tooltip__row {
    margin-top: 4px;
}
.perf-monthly-tooltip__label {
    color: color-mix(in srgb, var(--default-color), transparent 26%);
}
.perf-monthly-tooltip__value {
    font-weight: 700;
    color: var(--heading-color);
}
.perf-monthly-table-wrap {
    overflow-x: auto;
}
.perf-monthly-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}
.perf-monthly-table thead th {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(15,23,42,0.08);
    color: rgba(148,163,184,0.95);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}
.perf-monthly-table tbody td {
    padding: 12px 20px;
    border-bottom: 0;
    font-size: 0.98rem;
    color: #0f172a;
    white-space: nowrap;
}
.perf-monthly-table tbody tr:nth-child(even) {
    background: rgba(247, 250, 252, 0.88);
}
.perf-monthly-table th:first-child,
.perf-monthly-table td:first-child {
    text-align: left;
}
.perf-monthly-table th:not(:first-child),
.perf-monthly-table td:not(:first-child) {
    text-align: right;
}
.perf-monthly-table tbody tr:last-child td {
    border-bottom: 0;
}
.perf-monthly-table__month {
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.perf-monthly-table__num {
    font-family: var(--heading-font);
    letter-spacing: -0.01em;
}
.perf-year-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.perf-year-card {
    padding: 22px;
}
.perf-year-card__year {
    color: rgba(15, 23, 42, 0.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.perf-year-card__return {
    display: block;
    margin-top: 10px;
    font-family: var(--heading-font);
    font-size: 2rem;
    letter-spacing: -0.04em;
}
.perf-year-card__equity {
    display: block;
    margin-top: 8px;
    color: rgba(15, 23, 42, 0.56);
    font-size: 0.9rem;
}
.perf-three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.perf-metric-intro {
    max-width: 780px;
    margin: 0 0 28px;
    color: rgba(15, 23, 42, 0.68);
    font-size: 1rem;
    line-height: 1.75;
}
.perf-page .research-deliverables__section-title .research-deliverables__lede {
    max-width: 780px;
    margin: 0;
    text-align: left;
}
.perf-metric-story {
    padding: 28px 30px 30px;
    min-height: 320px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, background-image 0.25s ease;
}
.perf-metric-story:hover,
.perf-metric-story:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0,0,0,0.06);
    border-color: rgba(15, 23, 42, 0.16);
}
.perf-metric-story h3 {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.98rem;
    font-weight: 700;
}
.perf-metric-story__value {
    display: block;
    margin-top: 12px;
    font-family: var(--heading-font);
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0f172a;
}
.perf-metric-story p {
    margin: 20px 0 0;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.8;
}
.perf-disclaimer__copy {
    color: rgba(15, 23, 42, 0.58);
    font-size: 0.86rem;
    line-height: 1.8;
}
.perf-cta {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 18px;
}
.perf-cta__title {
    margin: 0;
    font-size: clamp(2.2rem, 4.6vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: var(--heading-color);
}
.perf-cta__copy {
    max-width: 720px;
    margin: 26px auto 0;
    color: rgba(110, 128, 156, 0.92);
    font-size: 1.04rem;
    line-height: 1.7;
}
.perf-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    min-width: 250px;
    min-height: 52px;
    padding: 11px 30px;
    border-radius: 16px;
    background: #1a1a1a;
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    transition: 0.25s ease;
    box-shadow: none;
    border: 1px solid #1a1a1a;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.perf-cta__button:hover,
.perf-cta__button:focus-visible {
    color: #ffffff;
    background: #252525;
    border-color: #252525;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.perf-cta__button:focus-visible {
    outline: 2px solid rgba(26, 26, 26, 0.22);
    outline-offset: 3px;
}
.perf-cta__button.is-loading {
    opacity: 0.78;
    pointer-events: none;
}
.perf-cta__button-text::after {
    content: "→";
    margin-left: 0.42rem;
    color: rgba(255,255,255,0.72);
    font-size: 0.92em;
}
.perf-cta__fineprint {
    max-width: 980px;
    margin: 40px auto 0;
    color: rgba(15, 23, 42, 0.18);
    font-size: 0.83rem;
    line-height: 1.85;
}
.perf-empty,
.perf-error {
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.88);
    color: rgba(15, 23, 42, 0.68);
}
.perf-error {
    border-color: rgba(209, 75, 90, 0.18);
    color: #8b2330;
    background: rgba(254, 242, 242, 0.9);
}
@media (max-width: 991.98px) {
    .perf-grid--kpis,
    .perf-year-grid,
    .perf-three-up,
    .perf-stat-strip,
    .perf-table-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .perf-hero {
        padding-top: 108px;
    }
    .perf-page main section {
        padding: 72px 0;
    }
    .perf-block {
        padding: 60px 0;
    }
    .perf-block .section-title {
        margin-bottom: 12px;
    }
    .perf-grid--kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .perf-year-grid,
    .perf-three-up,
    .perf-stat-strip,
    .perf-table-grid {
        grid-template-columns: 1fr;
    }
    .perf-hero .section-title h2 {
        font-size: clamp(2.1rem, 11vw, 3rem);
        max-width: 9.6em;
    }
    .perf-hero-title-break {
        display: block;
    }
    .perf-meta-chips {
        gap: 8px;
    }
    .perf-meta-chip {
        font-size: 0.82rem;
    }
    .perf-kpi {
        min-height: 0;
    }
    .perf-chart-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .perf-monthly-chart-wrap--desktop {
        display: none;
    }
    .perf-monthly-chart-wrap--mobile {
        display: block;
    }
    .perf-page .research-deliverables__grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        margin: 0 !important;
        row-gap: 20px;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }
    .perf-page .research-deliverables__grid > [class*="col-"] {
        display: block !important;
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }
    .perf-page .research-deliverables__card {
        display: block !important;
        height: auto !important;
        min-height: 1px !important;
        padding: 24px 20px 22px;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
    .perf-page .research-deliverables__badge,
    .perf-page .research-deliverables__card h3,
    .perf-page .research-deliverables__card p,
    .perf-page .research-deliverables__shot,
    .perf-page .research-deliverables__shot-frame,
    .perf-page .research-deliverables__shot picture,
    .perf-page .research-deliverables__shot-image {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }
    .perf-page .research-deliverables__badge {
        display: inline-flex !important;
        width: 34px !important;
    }
}

.perf-broker-reference {
    margin-top: 18px;
}
.perf-broker-reference__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.perf-broker-reference__tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 132px;
    padding: 24px 22px 22px;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.perf-broker-reference__tile:hover,
.perf-broker-reference__tile:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0,0,0,0.06);
    border-color: rgba(15, 23, 42, 0.16);
}
.perf-broker-reference__tile--active {
    border-color: rgba(15, 23, 42, 0.16);
    background:
        radial-gradient(circle at top right, rgba(255, 203, 47, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 251, 235, 0.6) 0%, rgba(255, 255, 255, 1) 52%);
    justify-content: center;
}
.perf-broker-reference__tile--protection {
    min-height: 132px;
    padding: 22px 20px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.78) 0%, rgba(255, 255, 255, 1) 48%);
}
.perf-broker-reference__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(15, 23, 42, 0.56);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}
.perf-broker-reference__badge-dot {
    position: relative;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #15ad80;
    flex: 0 0 auto;
}
.perf-broker-reference__badge-dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 999px;
    background: rgba(21, 173, 128, 0.22);
    animation: perfBadgePulse 1.8s ease-out infinite;
}
@keyframes perfBadgePulse {
    0% {
        transform: scale(0.7);
        opacity: 0.9;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.perf-broker-reference__brand,
.perf-broker-reference__protection-item {
    position: relative;
    z-index: 1;
}
.perf-broker-reference__brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}
.perf-broker-reference__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    justify-content: center;
}
.perf-broker-reference__logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.perf-broker-reference__logo--alpaca {
    height: 42px;
}
.perf-broker-reference__copy strong {
    display: block;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.perf-broker-reference__copy span {
    display: block;
    margin-top: 8px;
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.88rem;
    line-height: 1.55;
}
.perf-broker-reference__protection-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
    width: 100%;
}
.perf-broker-reference__protection-logo {
    display: block;
    width: auto;
    flex: 0 0 auto;
    object-fit: contain;
}
.perf-broker-reference__protection-logo--fdic {
    height: 34px;
}
.perf-broker-reference__protection-logo--sipc {
    height: 32px;
}
.perf-broker-reference__protection-note {
    margin: 20px 0 0;
    color: rgba(15, 23, 42, 0.5);
    font-size: 0.84rem;
    line-height: 1.75;
    text-align: center;
}
@media (max-width: 767.98px) {
    .perf-broker-reference__grid {
        grid-template-columns: 1fr;
    }
    .perf-broker-reference__tile {
        min-height: 112px;
        padding: 20px 16px;
    }
    .perf-broker-reference__badge {
        top: 14px;
        right: 14px;
    }
    .perf-broker-reference__logo--alpaca {
        height: 32px;
    }
    .perf-broker-reference__brand,
    .perf-broker-reference__protection-item {
        gap: 14px;
    }
    .perf-broker-reference__copy strong {
        font-size: 0.92rem;
    }
    .perf-broker-reference__copy span {
        margin-top: 6px;
        font-size: 0.82rem;
        line-height: 1.45;
    }
    .perf-broker-reference__protection-item {
        text-align: left;
    }
}
