/* Scoped presentation for Programming/Custom-Reporting pages. */
.custom-reporting-page {
    background: #f3f6fa;
    color: #142235;
    font-family: 'Poppins', Arial, sans-serif;
}

.custom-reporting-page * {
    box-sizing: border-box;
}

.report-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.report-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 14, 27, .94), rgba(10, 46, 70, .78)),
        url('/images/Data.jpeg') center/cover no-repeat;
}

.report-hero--article {
    min-height: 360px;
}

.report-hero .report-wrap {
    padding: 72px 0;
}

.report-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #ffccd3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.report-hero h1,
.report-panel h2,
.report-section h2,
.report-band h2,
.report-cta h2,
.report-article h2 {
    margin: 0;
    color: #071d36;
    font-weight: 800;
    line-height: 1.12;
}

.report-hero h1 {
    max-width: 930px;
    color: #fff;
    font-size: clamp(40px, 5vw, 68px);
}

.report-hero p {
    max-width: 790px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 20px;
    line-height: 1.65;
}

.report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.report-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    background: #b51f31;
    border: 1px solid #b51f31;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(181, 31, 49, .24);
}

.report-button:hover {
    background: #941927;
    border-color: #941927;
    color: #fff !important;
    text-decoration: none;
}

.report-button--alt {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .38);
    box-shadow: none;
}

.report-main {
    padding: 64px 0;
}

.report-panel,
.report-card,
.report-step,
.report-band,
.report-related,
.report-cta,
.report-article,
.report-sidebar,
.report-faq {
    background: #fff;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 38, 63, .06);
}

.report-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
}

.report-panel,
.report-sidebar {
    padding: 34px;
}

.report-rule {
    display: block;
    width: 76px;
    height: 4px;
    margin-bottom: 22px;
    background: #b51f31;
    border-radius: 999px;
}

.report-panel h2,
.report-section h2,
.report-band h2,
.report-cta h2,
.report-article h2 {
    font-size: clamp(30px, 4vw, 44px);
}

.custom-reporting-page p,
.custom-reporting-page li {
    color: #334861;
    font-size: 16px;
    line-height: 1.75;
}

.custom-reporting-page p {
    margin: 18px 0 0;
}

.report-panel h3,
.report-card h3,
.report-step h3,
.report-sidebar h3,
.report-faq h3,
.report-article h3 {
    margin: 0 0 12px;
    color: #071d36;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.28;
}

.report-sidebar ul,
.report-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-sidebar li,
.report-panel li {
    position: relative;
    padding: 12px 0 12px 24px;
    border-top: 1px solid #e5edf5;
}

.report-sidebar li::before,
.report-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b51f31;
}

.report-section,
.report-related,
.report-cta {
    margin-top: 34px;
    padding: 36px;
}

.report-heading {
    max-width: 820px;
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.report-card {
    padding: 24px;
    border-top: 4px solid #b51f31;
}

.report-card p,
.report-step p,
.report-faq p {
    margin: 0;
}

.report-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    margin-top: 34px;
    padding: 38px;
    background: linear-gradient(135deg, #102033, #24384d);
}

.report-band h2,
.report-band p {
    color: #fff;
}

.report-band p {
    color: rgba(255, 255, 255, .84);
}

.report-proof {
    display: grid;
    gap: 14px;
}

.report-proof div {
    padding: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
}

.report-proof strong,
.report-proof span {
    display: block;
}

.report-proof strong {
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
}

.report-proof span {
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.55;
}

.report-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.report-step {
    padding: 24px;
}

.report-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #eef4fa;
    color: #b51f31;
    font-weight: 800;
}

.report-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.report-link-grid a,
.report-sidebar a {
    color: #0c5d96;
    font-weight: 800;
    text-decoration: none;
}

.report-link-grid a {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 18px;
    border: 1px solid #d9e3ef;
    border-left: 4px solid #b51f31;
    border-radius: 8px;
    background: #f8fbfe;
    line-height: 1.35;
}

.report-link-grid a:hover,
.report-sidebar a:hover {
    color: #b51f31;
    text-decoration: none;
}

.report-cta {
    background: #101d2e;
}

.report-cta h2,
.report-cta p {
    max-width: 850px;
    color: #fff;
}

.report-cta p {
    color: rgba(255, 255, 255, .84);
}

.report-cta .report-button {
    margin-top: 24px;
}

.report-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.report-article {
    padding: 38px;
}

.report-article-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 26px;
}

.report-article-nav--bottom {
    margin: 34px 0 0;
    padding-top: 24px;
    border-top: 1px solid #d9e3ef;
}

.report-article-nav a,
.report-article-nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #d9e3ef;
    background: #f8fbfe;
    color: #0c5d96;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.report-article-nav a:hover {
    border-color: #b51f31;
    color: #b51f31;
    text-decoration: none;
}

.report-article-nav span {
    color: #6b7a8d;
    background: #eef3f8;
}

.report-article-nav__all {
    background: #b51f31 !important;
    border-color: #b51f31 !important;
    color: #fff !important;
}

.report-article h3 {
    margin-top: 28px;
}

.report-article ul,
.report-article ol {
    margin: 18px 0 0;
    padding-left: 22px;
}

.report-article li + li {
    margin-top: 10px;
}

.report-sidebar {
    position: sticky;
    top: 24px;
}

.report-sidebar a {
    display: block;
    padding: 11px 0;
    border-top: 1px solid #e5edf5;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .report-intro,
    .report-band,
    .report-grid,
    .report-steps,
    .report-link-grid,
    .report-article-layout {
        grid-template-columns: 1fr;
    }

    .report-wrap {
        width: min(100% - 28px, 1120px);
    }

    .report-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .report-hero {
        min-height: auto;
    }

    .report-hero .report-wrap,
    .report-main {
        padding: 44px 0;
    }

    .report-panel,
    .report-section,
    .report-band,
    .report-related,
    .report-cta,
    .report-article,
    .report-sidebar {
        padding: 24px;
    }

    .report-hero h1 {
        font-size: 38px;
    }

    .report-hero p {
        font-size: 18px;
    }
}
