.av-report-page {
    min-height: 70vh;
    padding: 34px 0 72px;
    color: #dce5ee;
    background: #06182f;
}

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

.av-report-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
    color: #a8bed1;
    font-size: .84rem;
}

.av-report-breadcrumbs a {
    color: #68b8ef;
    text-decoration: none;
}

.av-report-header {
    max-width: 820px;
    margin-bottom: 26px;
}

.av-report-header h1 {
    margin: 0;
    color: #fff;
    font-size: 3.25rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.av-report-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 17px;
    margin-top: 18px;
    color: #c1d0dc;
    font-size: .9rem;
}

.av-report-meta > span + span::before {
    margin-right: 17px;
    color: #58728b;
    content: '|';
}

.av-report-badge {
    padding: 3px 9px;
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #1d75bd;
    border-radius: 999px;
}

.av-report-badge::before {
    display: none;
}

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

.av-report-image {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(166, 198, 221, .26);
    border-radius: 6px;
    background: #041123;
}

.av-report-image img {
    display: block;
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

.rescue-case-file {
    padding: 24px;
    border: 1px solid #d85358;
    border-radius: 7px;
    background: #0a213d;
}

.av-rescue-label,
.av-report-eyebrow {
    margin: 0 0 12px;
    color: #fc7472;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.av-rescue-label span {
    margin-right: 4px;
}

.rescue-case-file h2 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.4;
}

.rescue-case-file > p:not(.av-rescue-label) {
    margin: 12px 0 0;
    color: #d6e0ea;
    font-size: .93rem;
    line-height: 1.6;
}

.av-rescue-cross-reference {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(231, 118, 118, .35);
    font-size: .88rem;
}

.av-rescue-cross-reference strong {
    width: 100%;
    color: #fff;
}

.av-rescue-cross-reference a,
.av-report-content a {
    color: #68b8ef;
    text-underline-offset: 3px;
}

.av-report-content {
    padding: 30px 4px 0;
    color: #dbe6ef;
    font-size: 1.05rem;
    line-height: 1.75;
}

.av-report-content > * + * {
    margin-top: 1.35em;
}

.av-report-content h2,
.av-report-content h3,
.av-report-content h4 {
    margin-top: 2em;
    padding-top: .85em;
    color: #fff;
    line-height: 1.25;
    border-top: 1px solid rgba(166, 198, 221, .2);
}

.av-report-content blockquote {
    margin: 1.8em 0;
    padding: 17px 21px;
    color: #fff;
    border-left: 3px solid #4d9ad2;
    background: rgba(255, 255, 255, .05);
}

.alert-box,
.investigation-section {
    margin: 2rem 0;
    padding: 22px;
    border: 1px solid rgba(151, 195, 226, .3);
    border-radius: 7px;
    background: rgba(255, 255, 255, .055);
}

.alert-box {
    border-left: 4px solid #f36d68;
}

.investigation-section {
    border-top: 3px solid #1d75bd;
}

.related-investigations {
    margin-top: 52px;
    padding-top: 30px;
    border-top: 1px solid rgba(166, 198, 221, .24);
}

.related-investigations .av-report-eyebrow {
    color: #70b7ea;
}

.av-report-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.av-report-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(159, 190, 216, .28);
    border-radius: 6px;
    background: #081c35;
}

.av-report-card__image {
    display: block;
    aspect-ratio: 16 / 9;
}

.av-report-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.av-report-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.av-report-card h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.38;
}

.av-report-card h2 a {
    color: #fff;
    text-decoration: none;
}

.av-report-card p {
    margin: 10px 0 13px;
    color: #a6bed1;
    font-size: .8rem;
    line-height: 1.5;
}

.av-report-card p span {
    padding: 0 3px;
    color: #58728b;
}

.av-report-card__link {
    margin-top: auto;
    color: #68b8ef;
    font-weight: 800;
    font-size: .88rem;
    text-decoration: none;
}

.av-report-muted {
    color: #a8bed1;
}

.blog-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 42px;
    padding: 34px;
    border: 1px solid rgba(98, 161, 209, .6);
    border-radius: 7px;
    background: #0b294a;
}

.blog-cta-box h2 {
    margin: 0;
    color: #fff;
    font-size: 1.9rem;
}

.blog-cta-box p:not(.av-report-eyebrow) {
    max-width: 620px;
    margin: 11px 0 0;
    color: #c4d4e1;
    line-height: 1.6;
}

.av-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.av-report-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    font-weight: 800;
    font-size: .9rem;
    text-decoration: none;
    background: #1d75bd;
    border: 1px solid #57a6dd;
    border-radius: 5px;
}

.av-report-button--secondary {
    background: transparent;
    border-color: #9bc8e8;
}

@media (max-width: 980px) {
    .av-report-top-grid {
        grid-template-columns: 1fr;
    }

    .rescue-case-file {
        max-width: none;
    }

    .av-report-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-cta-box {
        grid-template-columns: 1fr;
    }

    .av-report-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .av-report-page {
        padding: 25px 0 50px;
    }

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

    .av-report-header h1 {
        font-size: 2.15rem;
    }

    .av-report-meta > span + span::before {
        margin-right: 10px;
    }

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

    .rescue-case-file,
    .blog-cta-box {
        padding: 24px;
    }

    .blog-cta-box h2 {
        font-size: 1.65rem;
    }
}
