.reports-page {
    --report-ink: #173d2e;
    --report-blue: #16627a;
    --report-coral: #c84d3f;
    --report-mint: #dff3e6;
}

.reports-hero {
    padding-bottom: 76px;
}

.reports-hero h1 {
    max-width: 680px;
    font-size: clamp(2.35rem, 3.8vw, 3.45rem);
}

.reports-hero-media {
    align-self: end;
}

.reports-hero-media figcaption {
    margin-top: 12px;
    color: var(--muted);
    font-size: .88rem;
}

.reports-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 28px;
    color: var(--report-ink);
    font-size: .88rem;
    font-weight: 700;
}

.reports-trust span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: #238354;
}

.report-definition-band {
    padding: 34px 0;
    color: #fff;
    background: var(--report-blue);
}

.report-definition-grid {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr);
    gap: 64px;
    align-items: center;
}

.report-definition-band .eyebrow,
.session-report-band .eyebrow {
    color: #bceee0;
}

.report-definition-band h2,
.report-definition-band p {
    margin: 0;
}

.report-definition-band h2 {
    color: #fff;
    font-size: 2rem;
}

.report-definition-band > .site-shell > p {
    color: #e8f5f6;
    font-size: 1.06rem;
    line-height: 1.7;
}

.report-preview {
    overflow: hidden;
    margin-top: 44px;
    border: 1px solid #cfdcd5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(21, 61, 44, .1);
}

.report-preview-toolbar,
.session-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.report-preview-toolbar {
    padding: 22px 26px;
    border-bottom: 1px solid #dce5e0;
}

.report-preview-toolbar div {
    display: grid;
    gap: 4px;
}

.report-preview-toolbar strong {
    color: var(--report-ink);
    font-size: 1.08rem;
}

.report-preview-toolbar span {
    color: #65756e;
    font-size: .84rem;
}

.report-basis {
    padding: 6px 10px;
    border-radius: 4px;
    color: #0c5636 !important;
    background: var(--report-mint);
    font-weight: 800;
}

.report-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #dce5e0;
}

.report-metrics div {
    display: grid;
    gap: 8px;
    padding: 24px 26px;
    border-right: 1px solid #dce5e0;
}

.report-metrics div:last-child {
    border-right: 0;
}

.report-metrics span {
    color: #65756e;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.report-metrics strong {
    color: #14804e;
    font-size: 1.5rem;
}

.report-metrics .report-cost {
    color: var(--report-coral);
}

.report-tabs {
    display: flex;
    gap: 8px;
    padding: 14px 20px 0;
    border-bottom: 1px solid #dce5e0;
}

.report-tabs span {
    padding: 10px 12px;
    color: #65756e;
    font-size: .82rem;
    font-weight: 750;
}

.report-tabs .is-active {
    color: var(--report-ink);
    border-bottom: 2px solid #238354;
}

.report-table-row {
    display: grid;
    grid-template-columns: .65fr .75fr 2fr .75fr .75fr;
    gap: 18px;
    align-items: center;
    padding: 15px 26px;
    border-bottom: 1px solid #e5ebe8;
    color: #344b41;
    font-size: .86rem;
}

.report-table-row span:nth-last-child(-n+2) {
    text-align: right;
    font-weight: 750;
}

.report-table-head {
    color: #66776f;
    background: #f7f9f8;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.method-online,
.method-cash {
    display: inline-block;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: .72rem;
    font-style: normal;
    font-weight: 800;
}

.method-online { color: #1856b6; background: #e1ecff; }
.method-cash { color: #12623d; background: #ddf3e5; }

.report-definitions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 40px 0 0;
    border-top: 1px solid #cad8d1;
}

.report-definitions div {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    padding: 26px 0;
    border-bottom: 1px solid #cad8d1;
}

.report-definitions div:nth-child(odd) {
    padding-right: 32px;
}

.report-definitions div:nth-child(even) {
    padding-left: 32px;
    border-left: 1px solid #cad8d1;
}

.report-definitions dt {
    color: var(--report-ink);
    font-weight: 850;
}

.report-definitions dd {
    margin: 0;
    color: #52645c;
    line-height: 1.65;
}

.basis-grid {
    display: grid;
    grid-template-columns: .8fr 1fr 1fr;
    gap: 26px;
    align-items: stretch;
}

.basis-intro {
    padding-right: 20px;
}

.basis-panel {
    padding: 30px;
    border: 1px solid #cbd8d1;
    border-radius: 8px;
    background: #fff;
}

.basis-panel > span {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--report-blue);
    font-size: .75rem;
    font-weight: 850;
    text-transform: uppercase;
}

.basis-panel h3 {
    font-size: 1.35rem;
}

.basis-panel p,
.basis-panel small {
    color: #52645c;
    line-height: 1.65;
}

.basis-panel small {
    display: block;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #d9e2dd;
}

.basis-panel-dashboard { border-top: 4px solid #ca9243; }
.basis-panel-finance { border-top: 4px solid var(--report-blue); }

.session-report-band {
    color: #e7f0ec;
}

.session-report-band h2,
.session-report-band h3,
.session-report-band strong {
    color: #fff;
}

.session-report-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 74px;
    align-items: center;
}

.report-list {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.report-list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 11px;
    border-radius: 50%;
    background: #7fd6aa;
}

.session-summary {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
}

.session-summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.session-summary > div > span {
    display: grid;
    gap: 4px;
}

.session-summary small,
.session-summary-head span {
    color: #bad0c6;
}

.session-summary b {
    color: #b9f0d2;
}

.session-summary-total {
    background: rgba(0,0,0,.12);
}

.family-report-grid,
.report-status-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 72px;
}

.feature-text-link {
    display: inline-flex;
    gap: 8px;
    margin-top: 22px;
    color: var(--report-ink);
    font-weight: 850;
    text-decoration: none;
}

.feature-text-link:hover {
    color: #238354;
}

.family-report-columns,
.report-status-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #cad8d1;
}

.family-report-columns div,
.report-status-list article {
    display: grid;
    gap: 7px;
    padding: 24px 22px 24px 0;
    border-bottom: 1px solid #cad8d1;
}

.family-report-columns div:nth-child(even),
.report-status-list article:nth-child(even) {
    padding-left: 22px;
    border-left: 1px solid #cad8d1;
}

.family-report-columns strong,
.report-status-list h3 {
    color: var(--report-ink);
}

.family-report-columns span,
.report-status-list p {
    margin: 0;
    color: #5c6c65;
    line-height: 1.55;
}

.report-status-list article > span {
    color: var(--report-blue);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.report-status-list h3 {
    margin: 8px 0 0;
    font-size: 1.15rem;
}

.report-guides .resource-card {
    color: inherit;
    text-decoration: none;
}

.report-guides .resource-card:hover {
    border-color: #58a67b;
    transform: translateY(-2px);
}

.report-limitations {
    padding-top: 0;
}

.report-limitations .narrow-shell {
    padding: 38px 42px;
    border-left: 4px solid #ca9243;
    background: #f7f4ec;
}

.operations-link {
    display: inline-flex;
    gap: 7px;
    margin-top: 18px;
    color: inherit;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 980px) {
    .report-definition-grid,
    .session-report-grid,
    .family-report-grid,
    .report-status-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .basis-grid {
        grid-template-columns: 1fr 1fr;
    }

    .basis-intro {
        grid-column: 1 / -1;
    }

    .report-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .report-metrics div:nth-child(2) {
        border-right: 0;
    }

    .report-metrics div:nth-child(-n+2) {
        border-bottom: 1px solid #dce5e0;
    }

    .report-definitions {
        grid-template-columns: 1fr;
    }

    .report-definitions div:nth-child(odd),
    .report-definitions div:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .reports-hero h1 {
        font-size: 2.25rem;
    }

    .report-definition-grid,
    .basis-grid,
    .family-report-columns,
    .report-status-list {
        grid-template-columns: 1fr;
    }

    .report-metrics {
        grid-template-columns: 1fr;
    }

    .report-metrics div,
    .report-metrics div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #dce5e0;
    }

    .report-table {
        overflow-x: auto;
    }

    .report-table-row {
        min-width: 680px;
    }

    .report-definitions div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .family-report-columns div:nth-child(even),
    .report-status-list article:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .report-limitations .narrow-shell {
        padding: 30px 26px;
    }
}
