.abr-page {
    padding: 60px 20px 80px;
    background: linear-gradient(165deg, #f0f7f9 0%, #ffffff 42%, #f8fafc 100%);
    min-height: calc(100vh - 200px);
}

.abr-container {
    max-width: 760px;
    margin: 0 auto;
}

.abr-hero {
    text-align: left;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 28px;
}

.abr-hero-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a6b8a;
    margin-bottom: 10px;
}

.abr-hero-title {
    font-weight: 900;
    font-size: clamp(26px, 4vw, 38px);
    color: #022a3a;
    margin: 0 0 12px;
    line-height: 1.2;
}

.abr-hero-subtitle {
    color: #475569;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
    max-width: 640px;
}

.abr-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.abr-toc a {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid #cfe3ea;
    background: #fff;
    color: #034157;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.abr-toc a:hover {
    background: #eef7fa;
    border-color: #0a6b8a;
}

.abr-section {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 28px 26px;
    margin-bottom: 22px;
    scroll-margin-top: 80px;
}

.abr-section-title {
    font-weight: 800;
    font-size: 20px;
    color: #022a3a;
    margin: 0 0 12px;
}

.abr-subsection-title {
    font-weight: 800;
    font-size: 16px;
    color: #022a3a;
    margin: 10px 0 12px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
}

.abr-section-title + .abr-subsection-title {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.abr-section p,
.abr-section li {
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.abr-section p {
    margin: 0 0 12px;
}

.abr-section p:last-child {
    margin-bottom: 0;
}

/* The site-wide stylesheet strips markers from every list, so restore them here. */
.abr-section ul {
    list-style: disc;
    margin: 0 0 12px;
    padding-left: 1.35rem;
}

.abr-section ol {
    list-style: decimal;
    margin: 0 0 12px;
    padding-left: 1.4rem;
}

.abr-section li {
    margin-bottom: 6px;
    display: list-item;
}

/* Numbered step lists: a visible badge makes the order unmistakable. */
.abr-section .abr-steps {
    list-style: none;
    counter-reset: abr-step;
    padding-left: 0;
    margin: 0 0 12px;
}

.abr-section .abr-steps > li {
    position: relative;
    counter-increment: abr-step;
    padding-left: 40px;
    margin-bottom: 12px;
    min-height: 28px;
}

.abr-section .abr-steps > li:last-child {
    margin-bottom: 0;
}

.abr-section .abr-steps > li::before {
    content: counter(abr-step);
    position: absolute;
    left: 0;
    top: -1px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0a6b8a;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abr-section a {
    color: #0a6b8a;
    text-decoration: underline;
}

.abr-section a:hover {
    color: #034157;
}

.abr-path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 12px 0 14px;
    background: #f4fafc;
    border: 1px solid #d7ebf1;
    border-radius: 10px;
    padding: 10px 12px;
}

.abr-kbd {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #d0dce3;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #022a3a;
    white-space: nowrap;
}

.abr-path-arrow {
    color: #94a3b8;
    font-size: 12px;
}

.abr-tier {
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    padding: 18px 16px;
    margin: 14px 0 0;
    background: #fafbfc;
}

.abr-tier + .abr-tier {
    margin-top: 12px;
}

.abr-tier-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 9999px;
    margin-bottom: 8px;
}

.abr-tier-label--steady {
    background: #dcfce7;
    color: #166534;
}

.abr-tier-label--extra {
    background: #fef3c7;
    color: #92400e;
}

.abr-tier-label--strict {
    background: #fee2e2;
    color: #991b1b;
}

.abr-tier h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.abr-brand-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 14px 0 0;
}

.abr-brand-nav a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fbfdfe;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.abr-brand-nav-name {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.3;
}

.abr-brand-nav a .abr-tier-label {
    margin-bottom: 0;
}

.abr-brand-nav a:hover {
    border-color: #0a6b8a;
    color: #034157;
}

.abr-brand-nav a.is-active {
    background: #0a6b8a;
    border-color: #0a6b8a;
    color: #fff;
}

.abr-brand-nav a.is-active:hover {
    background: #034157;
    border-color: #034157;
    color: #fff;
}

.abr-section .abr-brand-prompt {
    display: none;
    margin: 28px 0;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    color: #64748b;
    font-size: 14.5px;
    font-style: italic;
    line-height: 1.6;
}

.abr-brands.is-picker:not(.has-selection) .abr-brand-prompt {
    display: block;
}

.abr-brands.is-picker .abr-brand {
    display: none;
}

.abr-brands.is-picker .abr-brand.is-open {
    display: block;
}

.abr-brand {
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    padding: 20px 18px;
    margin-top: 14px;
    background: #fff;
    scroll-margin-top: 80px;
}

.abr-brand-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.abr-brand-head h3 {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.abr-subhead {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0a6b8a;
    margin: 16px 0 6px;
}

.abr-brand ul {
    margin: 0 0 10px;
    padding-left: 1.2rem;
}

.abr-brand li {
    margin-bottom: 7px;
}

.abr-alt-path {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 12px;
}

.abr-alt-path strong {
    color: #475569;
}

.abr-watch {
    border-top: 1px dashed #e2e8f0;
    margin-top: 14px;
    padding-top: 12px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.abr-watch strong {
    color: #475569;
}

.abr-note {
    background: #f0f7f9;
    border-left: 4px solid #0a6b8a;
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
    margin-top: 14px;
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
}

.abr-note p {
    margin: 0;
    color: #334155;
    font-size: 14px;
}

.abr-footer-cta {
    text-align: center;
    margin-top: 8px;
    padding: 22px 16px;
}

.abr-footer-cta p {
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 8px;
}

.abr-footer-cta a {
    color: #0a6b8a;
    font-weight: 600;
}

.abr-back-link {
    text-align: center;
    margin-top: 8px;
}

.abr-back-link a {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
}

.abr-back-link a:hover {
    color: #0a6b8a;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .abr-section {
        padding: 22px 16px;
    }

    .abr-brand-nav {
        grid-template-columns: 1fr;
    }
}
