.content-hero {
    padding: 104px 0 74px;
    color: #fff;
    background: #071a33;
    border-bottom: 5px solid #e62117;
}

.content-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 64px;
}

.content-hero__copy {
    max-width: 830px;
}

.content-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #b8d8ff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.content-eyebrow span {
    width: 10px;
    height: 10px;
    background: #e62117;
    border-radius: 50%;
}

.content-hero h1 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 4.4rem;
    line-height: 1.02;
    letter-spacing: 0;
}

.content-hero__copy > p {
    max-width: 720px;
    color: #d4deea;
    font-size: 1.15rem;
    line-height: 1.75;
}

.content-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.content-youtube-button {
    color: #fff;
    background: #e62117;
    border-color: #e62117;
}

.content-youtube-button:hover {
    color: #fff;
    background: #bd1710;
    border-color: #bd1710;
}

.content-hero__signal {
    display: grid;
    grid-template-columns: auto 1px auto 1px auto;
    align-items: center;
    gap: 18px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.content-hero__signal span {
    width: 1px;
    height: 24px;
    background: #52657a;
}

.featured-content {
    background: #fff;
}

.featured-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    align-items: center;
    gap: 54px;
}

.featured-content__video {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #061426;
    border-radius: 6px;
    box-shadow: 0 24px 60px rgba(7, 26, 51, 0.18);
}

.featured-content__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.content-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: #697789;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.content-meta span + span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 12px 2px 0;
    background: #e62117;
    border-radius: 50%;
}

.featured-content__copy h2 {
    margin: 16px 0;
    color: #071a33;
    font-size: 2.25rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.featured-content__copy p {
    margin-bottom: 24px;
    color: #5f6d7e;
    line-height: 1.75;
}

.content-text-link {
    color: #0b5ed7;
    font-size: 0.9rem;
    font-weight: 800;
}

.content-text-link:hover {
    color: #e62117;
}

.content-topics {
    color: #fff;
    background: #102b4e;
}

.content-topics .section-label {
    color: #71c9ff;
}

.content-topics__heading {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}

.content-topics__heading h2 {
    max-width: 760px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.content-topic-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #49617d;
}

.content-topic-list article {
    min-height: 210px;
    padding: 30px 28px 0 0;
    border-right: 1px solid #49617d;
}

.content-topic-list article + article {
    padding-left: 28px;
}

.content-topic-list article:last-child {
    border-right: 0;
}

.content-topic-list span {
    color: #71c9ff;
    font-size: 0.75rem;
    font-weight: 800;
}

.content-topic-list h3 {
    margin: 28px 0 12px;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.content-topic-list p {
    color: #c7d5e5;
    line-height: 1.65;
}

.content-library {
    background: #f4f7fa;
}

.content-library__heading,
.knowledge-home__intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}

.content-library__heading h2,
.knowledge-home__intro h2 {
    margin-top: 8px;
    color: #071a33;
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.content-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 24px;
}

.content-video-item__media,
.knowledge-feature__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #071a33;
    border-radius: 6px;
}

.content-video-item__media img,
.knowledge-feature__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease, opacity 220ms ease;
}

.content-video-item__media:hover img,
.knowledge-feature:hover img {
    opacity: 0.82;
    transform: scale(1.025);
}

.content-play {
    position: absolute;
    left: 20px;
    bottom: 18px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding-left: 3px;
    color: #fff;
    background: #e62117;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.content-video-item .content-meta {
    margin-top: 16px;
}

.content-video-item h3 {
    margin-top: 10px;
    font-size: 1.05rem;
    line-height: 1.42;
    letter-spacing: 0;
}

.content-video-item h3 a {
    color: #071a33;
}

.content-video-item h3 a:hover {
    color: #0b5ed7;
}

.content-channel-cta {
    padding: 66px 0;
    color: #fff;
    background: #071a33;
}

.content-channel-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.content-channel-cta span {
    display: block;
    margin-bottom: 10px;
    color: #71c9ff;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.content-channel-cta h2 {
    max-width: 760px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.knowledge-home {
    background: #eef4f8;
}

.knowledge-home__intro > div {
    max-width: 760px;
}

.knowledge-home__intro p {
    margin-top: 14px;
    color: #5f6d7e;
    line-height: 1.7;
}

.knowledge-home__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    gap: 42px;
    align-items: start;
}

.knowledge-feature {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(250px, 1.1fr);
    align-items: center;
    color: inherit;
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 6px;
    overflow: hidden;
}

.knowledge-feature__media {
    height: 100%;
    min-height: 280px;
    aspect-ratio: auto;
    border-radius: 0;
}

.knowledge-feature__copy {
    padding: 32px;
}

.knowledge-feature h3 {
    margin: 16px 0 24px;
    color: #071a33;
    font-size: 1.55rem;
    line-height: 1.28;
    letter-spacing: 0;
}

.knowledge-home__list {
    border-top: 1px solid #c8d5e1;
}

.knowledge-home__list > a {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 16px;
    min-height: 88px;
    color: #071a33;
    border-bottom: 1px solid #c8d5e1;
}

.knowledge-home__list > a > span {
    color: #697789;
    font-size: 0.75rem;
}

.knowledge-home__list > a > strong {
    font-size: 0.92rem;
    line-height: 1.35;
}

.knowledge-home__list > a > b {
    color: #0b5ed7;
}

.knowledge-home__list > a:hover strong,
.knowledge-home__list > a:hover b {
    color: #e62117;
}

.knowledge-home__channel {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    color: #5f6d7e;
    font-size: 0.78rem;
}

.knowledge-home__channel a {
    color: #e62117;
    font-weight: 800;
}

@media (max-width: 980px) {
    .content-hero__inner,
    .featured-content__grid,
    .knowledge-home__layout {
        grid-template-columns: 1fr;
    }

    .content-hero__signal {
        justify-self: start;
    }

    .content-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .content-hero {
        padding: 76px 0 58px;
    }

    .content-hero h1 {
        font-size: 2.5rem;
    }

    .content-hero__signal,
    .content-topics__heading,
    .content-topic-list,
    .content-video-grid,
    .knowledge-feature {
        grid-template-columns: 1fr;
    }

    .content-hero__signal {
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
    }

    .featured-content {
        padding-top: 36px;
    }

    .content-topics__heading {
        gap: 14px;
    }

    .content-topics__heading h2,
    .content-library__heading h2,
    .knowledge-home__intro h2 {
        font-size: 1.9rem;
    }

    .content-topic-list article,
    .content-topic-list article + article {
        min-height: 0;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid #49617d;
    }

    .content-topic-list article:last-child {
        border-bottom: 0;
    }

    .content-topic-list h3 {
        margin-top: 14px;
    }

    .content-library__heading,
    .knowledge-home__intro,
    .content-channel-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .knowledge-feature__media {
        height: auto;
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .knowledge-home__channel {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .content-hero__actions .btn,
    .content-channel-cta .btn {
        width: 100%;
    }

    .featured-content__copy h2 {
        font-size: 1.7rem;
    }

    .knowledge-home__list > a {
        grid-template-columns: minmax(0, 1fr) 20px;
        padding: 16px 0;
    }

    .knowledge-home__list > a > span {
        grid-column: 1;
    }

    .knowledge-home__list > a > strong {
        grid-column: 1;
    }

    .knowledge-home__list > a > b {
        grid-column: 2;
        grid-row: 1 / 3;
    }
}
