h3::after {
    display: none;
}

h3 {
    margin: 0;
    padding: 0;
}

body {
    overflow: unset;
}

header {
    z-index: 7;
}

.universal-news {
    --news-blue: #1C3A4B;
    --news-blue-dark: #0d2534;
    --news-blue-light: #24516a;
    --news-red: #AF1C24;
    --news-gray: #F9F9F9;
    --news-border: #d8dee2;
    --news-text: #333;
    --news-muted: #5d666c;
    --block-gap: 100px;
    --h2-size: 36px;
    --h3-size: 26px;
    --text-size: 18px;
    --h3-text-gap: 20px;
    --h2-text-gap: 30px;
    --h3-gap: 30px;
    --text-gap: 15px;
    --inside-gap: 30px;
    --blue-plaque-gap: 20px;
    --intro-image-width: 749px;
    --mistake-image-width: 420px;
    color: var(--news-text);
    font-family: "Roboto", Arial, sans-serif;
    font-size: var(--text-size);
    line-height: 1.55;
}

.universal-news *,
.universal-news *::before,
.universal-news *::after {
    box-sizing: border-box;
}

.universal-news h2,
.universal-news h3,
.universal-news p,
.universal-news ul,
.universal-news ol {
    margin: 0;
}

.universal-news img {
    display: block;
    width: 100%;
    height: auto;
}

.universal-news a {
    color: #1C3A4B;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.universal-news .news-cta .news-button {
    text-decoration: none !important;
}

.universal-news a:hover {
    color: #d81920;
}

.news-article {
    display: flex;
    flex-direction: column;
    gap: var(--block-gap);
    padding: 0 0 70px;
}

.news-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 24px;
    min-height: 150px;
    padding: 36px 42px 30px;
    color: #fff;
    background: linear-gradient(135deg, var(--news-blue-dark), var(--news-blue));
}

.news-hero h2 {
    max-width: 760px;
    font-size: var(--h2-size);
    font-weight: 900;
    line-height: 1.18;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    white-space: nowrap;
}

.news-section,
.news-intro,
.news-alert,
.news-cta {
    display: flex;
    flex-direction: column;
    gap: var(--h3-gap);
}

.news-section h2,
.news-cta h2,
.news-faq h2 {
    color: var(--news-text);
    font-size: var(--h2-size);
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.news-section h3 {
    color: var(--news-text);
    font-size: var(--h3-size);
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.news-section p,
.news-alert p,
.news-cta p,
.faq-answer p {
    font-size: var(--text-size);
    line-height: 140%;
    font-weight: 400;
}

.news-heading {
    display: flex;
    flex-direction: column;
    gap: var(--h2-text-gap);
}

.news-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--intro-image-width));
    align-items: stretch;
    gap: 20px;
}

.news-intro__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--text-gap);
}

.news-intro img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.mount-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.mount-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 250px;
    background: var(--news-gray);
}

.mount-card img {
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.mount-card div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--h3-text-gap);
    padding: var(--inside-gap);
}

.mount-card p {
    font-size: var(--text-size);
}

.news-alert {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 35px 40px 42px;
    background: #f8f8f8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.news-alert__heading {
    display: flex;
    align-items: center;
    gap: 28px;
}

.news-alert__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
}

.news-alert h3 {
    color: var(--news-blue);
    font-size: var(--h3-size);
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.tool-list {
    display: flex;
    flex-direction: column;
    gap: var(--blue-plaque-gap);
    padding: 0;
    list-style: none;
    counter-reset: tools;
}

.tool-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: var(--blue-plaque-gap);
    padding: var(--inside-gap);
    color: #fff;
    background: var(--news-blue);
}

.tool-list span {
    color: rgba(255, 255, 255, 0.55);
    font-size: var(--h2-size);
    font-weight: 700;
    line-height: 1;
}

.tool-list h3 {
    margin: 0 0 var(--h3-text-gap);
    color: #fff;
    font-size: var(--h3-size);
}

.tool-list p {
    color: rgba(255, 255, 255, 0.86);
    font-size: var(--text-size);
}

.news-wide-image {
    max-height: 430px;
    object-fit: cover;
}

.text-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--inside-gap);
}

.placement-section .news-wide-image {
    height: 410px;
    max-height: none;
    object-fit: cover;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: var(--h3-gap);
}

.step-card {
    display: flex;
    flex-direction: column;
    gap: var(--h3-text-gap);
}

.step-card ul {
    display: flex;
    flex-direction: column;
    gap: var(--text-gap);
    padding: 0;
    list-style: none;
}

.step-card li {
    position: relative;
    padding-left: 47px;
}

.step-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 25px;
    width: 12px;
    height: 12px;
    background: #1C3A4B;
}

.mistakes {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: var(--blue-plaque-gap);
}

.mistake-card {
    display: grid;
    grid-template-columns: var(--mistake-image-width) minmax(0, 1fr);
    height: 100%;
    min-height: 185px;
    color: #fff;
    background: var(--news-blue);
}

.mistake-card--reverse {
    grid-template-columns: minmax(0, 1fr) var(--mistake-image-width);
}

.mistake-card--reverse img {
    order: 2;
}

.mistake-card img {
    height: 100%;
    min-height: 185px;
    object-fit: cover;
}

.mistake-card div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--h3-text-gap);
    padding: var(--inside-gap);
}

.mistake-card h3 {
    color: #fff;
    font-size: var(--h3-size);
}

.mistake-card p {
    color: rgba(255, 255, 255, 0.86);
    font-size: var(--text-size);
}

.news-cta {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: stretch;
    color: #fff;
    background: var(--news-blue);
    overflow: hidden;
}

.news-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--h3-text-gap);
    padding: var(--inside-gap);
}

.news-cta h2 {
    color: #fff;
}

.news-cta p {
    color: rgba(255, 255, 255, 0.86);
}

.news-cta__image {
    position: relative;
    min-height: 320px;
}

.news-cta__image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 200px;
    background: linear-gradient(90deg, #1C3A4B 0%, rgba(28, 58, 75, 0) 100%);
    pointer-events: none;
}

.news-cta__image img {
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.news-button {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 20px;
    border: 2px solid var(--news-red);
    border-radius: 5px;
    color: #fff !important;
    background: var(--news-red);
    font-size: var(--text-size);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.news-button:hover {
    background: #b9141a;
    border-color: #b9141a;
    transform: translateY(-2px);
}

.news-faq {
    gap: var(--h3-gap);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--blue-plaque-gap);
}

.faq-item {
    background: #F9F9F9;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s ease;
}

.faq-item:hover,
.faq-item.is-open {
    background: #E5E5E5;
}

.faq-question {
    display: grid;
    grid-template-columns: 1fr 30px;
    align-items: center;
    gap: var(--h3-text-gap);
    width: 100%;
    padding: 20px;
    border: 0;
    color: var(--news-text);
    background: transparent;
    font: inherit;
    font-size: var(--h3-size);
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-item:hover .faq-question,
.faq-item.is-open .faq-question {
    color: #1C3A4B;
}

.faq-icon {
    width: 30px;
    height: 30px;
    background: #1C3A4B;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M0 8L15 18L30 8V11L15 21L0 11V8Z' fill='%231C3A4B'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M0 8L15 18L30 8V11L15 21L0 11V8Z' fill='%231C3A4B'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform 0.2s ease;
}

.faq-item.is-open .faq-icon {
    background: #701A1F;
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px 20px;
}

@media screen and (max-width: 1599px) {
    .universal-news {
        --intro-image-width: 675px;
    }
}

@media screen and (max-width: 1499px) {
    .universal-news {
        --intro-image-width: 559px;
        --mistake-image-width: 292px;
    }
}

@media screen and (max-width: 1299px) {
    .universal-news {
        --intro-image-width: 425px;
        --mistake-image-width: 260px;
    }

    .news-cta__image,
    .news-cta__image img {
        min-height: 280px;
    }

    .news-button {
        padding: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1099px) {
    .universal-news {
        --block-gap: 80px;
        --h2-size: 24px;
        --h3-size: 18px;
        --text-size: 16px;
        --h3-text-gap: 10px;
        --h2-text-gap: 30px;
        --h3-gap: 30px;
        --text-gap: 15px;
        --inside-gap: 30px;
        --blue-plaque-gap: 20px;
        --intro-image-width: 425px;
    }
    .tool-list li {
        grid-template-columns: 35px 1fr;
    }

    .placement-section .news-wide-image {
        height: auto;
    }

    .news-button {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .news-article {
        padding-bottom: 50px;
    }

    .news-hero {
        grid-template-columns: 1fr;
        min-height: 132px;
        padding: 28px 24px 24px;
    }

    .news-hero h2 {
        font-size: var(--h2-size);
    }

    .news-meta {
        justify-content: flex-start;
    }

    .news-intro {
        gap: 20px;
    }

    .news-cta {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .news-section {
        gap: 20px;
    }

    .news-cta__image {
        order: -1;
    }

    .news-alert {
        gap: 10px;
    }

    .news-intro {
        grid-template-columns: 1fr;
    }

    .mount-grid,
    .mount-card,
    .mount-card--wide,
    .mistakes,
    .mistake-card,
    .mistake-card--reverse {
        display: flex;
        flex-direction: column;
    }

    .mount-card img,
    .mistake-card img,
    .mistake-card--reverse img {
        order: 0;
        min-height: 190px;
    }

    .mount-card:nth-child(even) img {
        order: 0;
    }

    .mount-card:nth-child(even) div {
        order: 1;
    }

    .mount-card div,
    .mistake-card div {
        padding: var(--inside-gap);
    }

    .mistake-card {
        height: auto;
    }

    .news-alert {
        padding: var(--inside-gap);
    }

    .tool-list li {
        grid-template-columns: 45px 1fr;
        gap: var(--blue-plaque-gap);
        padding: var(--inside-gap);
    }

    .tool-list span {
        font-size: 36px;
    }

    .step-card li {
        padding-left: 37px;
    }

    .step-card li::before {
        left: 15px;
    }

    .news-cta__content {
        padding: var(--inside-gap);
    }

    .news-button {
        width: 100%;
    }

    .news-cta__image,
    .news-cta__image img {
        min-height: 240px;
    }

    .news-cta__image::before {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(0deg, #1C3A4B 0%, rgba(28, 58, 75, 0) 100%);
    }

    .faq-question {
        font-size: var(--h3-size);
    }
}

@media screen and (max-width: 567px) {
    .universal-news {
        --block-gap: 80px;
        --h2-size: 22px;
        --h3-size: 18px;
        --text-size: 14px;
        --h3-text-gap: 10px;
        --h2-text-gap: 30px;
        --h3-gap: 30px;
        --text-gap: 15px;
        --inside-gap: 20px;
        --blue-plaque-gap: 20px;
    }

    .news-hero {
        padding: 24px 18px 20px;
    }

    .news-hero h2 {
        font-size: var(--h2-size);
    }

    .news-intro img,
    .mount-card img,
    .mistake-card img,
    .news-wide-image {
        min-height: 175px;
        max-height: none;
    }

    .tool-list li {
        grid-template-columns: 1fr;
    }

    .news-button {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
}




/* TABLET */

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    table-layout: fixed;
    font-size: var(--text-size);
    line-height: 140%;
}

.comparison-table th,
.comparison-table td {
    height: 65px;
    padding: 14px 20px;
    border: 0;
    vertical-align: middle;
    text-align: left;
}

.comparison-table thead th {
    color: #fff;
    background: var(--news-blue);
    font-weight: 700;
    text-transform: none;
}

.comparison-table tbody th {
    width: 32%;
    color: var(--news-text);
    background: #f7f7f7;
    font-weight: 400;
}

.comparison-table tbody td {
    color: var(--news-text);
    background: #f7f7f7;
    font-weight: 400;
}

.comparison-table-stack {
    display: none;
}

@media screen and (max-width: 1099px) {
    .comparison-table {
        display: none;
    }

    .comparison-table-stack {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        font-size: 16px;
        line-height: 140%;
    }

    .comparison-table-stack__group {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .comparison-table-stack__group h3 {
        display: flex;
        align-items: center;
        min-height: 45px;
        padding: 10px 20px;
        color: #fff;
        background: var(--news-blue);
        font-size: 16px;
        font-weight: 700;
        line-height: 140%;
        text-transform: none;
    }

    .comparison-table-stack__group p {
        display: flex;
        align-items: center;
        min-height: 47px;
        padding: 10px 20px;
        color: var(--news-text);
        background: #f7f7f7;
        font-size: 16px;
        line-height: 140%;
    }

}

@media screen and (max-width: 767px) {
    .comparison-table-stack__group h3,
    .comparison-table-stack__group p {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media screen and (max-width: 567px) {
    .comparison-table-stack {
        font-size: var(--text-size);
    }

    .comparison-table-stack__group h3 {
        min-height: 64px;
        padding: 14px 20px;
        font-size: var(--text-size);
    }

    .comparison-table-stack__group p {
        min-height: 46px;
        padding: 10px 20px;
        font-size: var(--text-size);
    }
}
