@media (max-width: 991px) {
    .hx-head {
        padding: 30px 0 60px;
        background-size: 150%;
    }

    .hx-head h1 {
        font-size: 60px;
        margin-top: 80px;
    }

    .hx-head p {
        font-size: 22px;
        margin-bottom: 60px;
    }

    .hx-head .navList {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #333;
        padding: 20px 0;
        z-index: 1000;
    }

    .hx-head .navList.active {
        display: flex;
    }

    .hx-head .navItem {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .hx-head .navItem a {
        color: #fff;
        font-size: 18px;
    }

    .navToggle {
        display: flex;
    }

    h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .scope-card, .kpi-card, .review-quote {
        margin-bottom: 30px;
    }

    .media-box {
        height: 400px;
        margin-bottom: 20px;
    }

    .media-box img {
        width: 150%;
    }

    .scope-card .media-box {
        height: 200px;
    }

    .btn-cta {
        height: 55px;
        font-size: 22px;
    }

    .duo .form-input:first-child {
        margin-bottom: 20px;
    }

    .form-card {
        padding: 15px;
    }

    .footer .hx-brand {
        display: block;
        margin: 0 auto;
        width: fit-content;
        margin-bottom: 20px;
    }

    .navToggle {
        display: flex;
        margin-left: auto;
    }

    .navList.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .navItem {
        margin: 0;
        margin-bottom: 15px;
    }

    .navLink {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    .hx-head .navList {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1F2A37;
        padding: 20px 0;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        margin-left: -15px;
    }

    .hx-head .navList.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }

    .hx-head {
        padding: 20px 0 50px;
        background-size: 175%;
    }

    .hx-head .hx-brand {
        font-size: 18px;
        text-align: center;
    }

    .hx-head h1 {
        font-size: 48px;
        margin-top: 60px;
    }

    .hx-head p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .media-box {
        height: 300px;
    }

    .scope-card p:first-of-type {
        font-size: 26px;
    }

    .scope-card p {
        font-size: 16px;
    }

    .btn-cta {
        height: 50px;
        font-size: 20px;
    }

    .kpi-card h3 {
        font-size: 32px;
    }

    .review-quote b {
        font-size: 20px;
    }

    .form-card {
        margin-bottom: 30px;
    }

    .form input,
    .form textarea {
        font-size: 16px;
        width: 100%;
    }

    .duo-form .form__input {
        height: 50px;
    }

    .sect-contact h3 {
        font-size: 26px;
    }

    .footer {
        font-size: 14px;
        padding: 30px 0;
    }

    .cookies-wrap {
        padding: 0 15px;
    }

    .cookies-actions {
        flex-direction: column;
        gap: 15px;
    }

    .cookies-actions .btn-cta {
        width: 100%;
    }

    section {
        padding: 40px 0;
    }

    .sect-pitch {
        margin: 40px 0;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 16px;
    }

    .hx-head {
        background-size: auto 120%;
        padding: 15px 0 40px;
    }

    .hx-head h1 {
        font-size: 36px;
        margin-top: 50px;
    }

    .hx-head p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hx-head .navItem a {
        font-size: 16px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .media-box {
        height: 250px;
        border-radius: 15px;
    }

    .scope-card {
        padding-bottom: 15px;
    }

    .scope-card p:first-of-type {
        font-size: 22px;
    }

    .scope-card p {
        font-size: 14px;
        padding: 0 15px;
    }

    .btn-cta {
        height: 45px;
        font-size: 18px;
    }

    .kpi-card h3 {
        font-size: 28px;
    }

    .kpi-card p {
        font-size: 16px;
    }

    .review-quote b {
        font-size: 20px;
    }

    .sect-contact h3 {
        font-size: 22px;
    }

    .form input,
    .form textarea {
        font-size: 14px;
        padding: 0 15px;
    }

    .form textarea {
        height: 100px;
    }

    .form .btn-cta {
        font-size: 16px;
    }

    .cookies-body h3 {
        font-size: 18px;
    }

    .cookies-body p {
        font-size: 14px;
    }

    .cookies-actions .btn-cta {
        font-size: 14px;
        height: 45px;
    }

    .footer .hx-brand {
        margin-bottom: 0;
    }

    .footer .navList {
        margin-top: 20px;
    }

    .footer .navLink {
        text-align: center;
    }

    .footer .contact-line {
        justify-content: center;
    }
}