@media (max-width: 1799.98px) {
    :root {
        --page-gutter: 64px;
        --page-max: calc(100vw - 128px);
    }

    .site-header__navigation,
    .site-header__menu {
        gap: 32px;
    }

    .site-header__link {
        font-size: 16px;
    }

    .products-section .page-container {
        grid-template-columns: 42% 58%;
    }

    .global-section .page-container {
        grid-template-columns: 52% 1fr;
        gap: 70px;
    }

    .global-section__map {
        width: 100%;
    }
}

@media (max-width: 1499.98px) {
    :root {
        --page-gutter: 44px;
        --page-max: calc(100vw - 88px);
    }

    .site-logo {
        width: 231px;
    }

    .hero-section__title {
        font-size: 74px;
        line-height: 78px;
    }

    .products-section__intro h2,
    .process-section__intro h2,
    .global-section__content h2,
    .security-section__intro h2,
    .numbers-section h2 {
        font-size: 46px;
        line-height: 58px;
    }

    .products-section .page-container {
        grid-template-columns: 38% 62%;
    }

    .product-card h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .product-card p {
        font-size: 18px;
        line-height: 27px;
    }

    .process-section .page-container {
        grid-template-columns: 420px 1fr;
        gap: 60px;
    }

    .security-section__cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .site-footer__navigation {
        gap: 32px;
    }
}

@media (max-width: 1199.98px) {
    :root {
        --page-gutter: 32px;
        --page-max: calc(100vw - 64px);
    }

    .site-header,
    .site-header__navbar,
    .site-header__container {
        min-height: 96px;
    }

    .site-header--sticky.is-scrolled,
    .site-header--sticky.is-scrolled .site-header__navbar,
    .site-header--sticky.is-scrolled .site-header__container {
        min-height: 78px;
    }

    .site-header__navigation {
        gap: 24px;
        width: 100%;
        margin-left: 0;
        padding: 24px 0 32px;
    }

    .site-header__menu {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 24px;
    }

    .site-header__tagline,
    .site-header__divider {
        display: none;
    }

    .site-header__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .hero-section {
        min-height: 720px;
    }

    .hero-section .page-container {
        max-width: var(--page-max);
        margin-inline: auto;
    }

    .hero-section__content {
        min-height: 720px;
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .hero-section__title {
        font-size: 62px;
        line-height: 68px;
    }

    .hero-section__title span:last-child {
        line-height: 64px;
    }

    .trust-strip__grid,
    .products-section .page-container,
    .process-section .page-container,
    .global-section .page-container,
    .register-interest-section .page-container,
    .numbers-section__grid,
    .cta-section .page-container,
    .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-section__cards,
    .process-section__steps,
    .security-section__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-section .page-container,
    .process-section .page-container,
    .global-section .page-container,
    .register-interest-section .page-container,
    .cta-section .page-container {
        gap: 48px;
    }

    .register-interest-section .page-container {
        grid-template-columns: 1fr;
    }

    .register-interest-section__content {
        min-height: 0;
    }

    .register-interest-section__features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
        max-width: none;
    }

    .register-interest-section::before {
        background-position: center bottom;
        background-size: 110% auto;
    }

    .products-section__cards {
        grid-column: 1 / -1;
    }

    .products-section__intro {
        grid-column: 1 / -1;
        max-width: 723px;
    }

    .process-section__steps::before {
        display: none;
    }

    .global-section__map {
        order: 2;
    }

    .global-section__content {
        order: 1;
    }

    .cta-section .button {
        justify-self: start;
    }

    .site-footer__navigation {
        justify-self: start;
        justify-content: flex-start;
        flex-wrap: wrap;
        order: 3;
        grid-column: 1 / -1;
        gap: 10px 24px;
        padding-top: 0;
        text-align: left;
        white-space: normal;
    }

    .site-footer__social-list {
        order: 4;
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 0;
        padding-top: 0;
    }

    .site-footer .page-container {
        min-height: 0;
    }

    .site-footer__contact,
    .site-footer__bottom {
        position: static;
    }

    .site-footer__contact {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 22px 0 28px;
        text-align: left;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }

    .site-footer__legal {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    .contact-popup .reem-form__grid {
        grid-template-columns: 1fr;
    }

    .site-footer {
        min-height: 0;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 18px;
        text-align: left;
    }

    .site-footer__navigation {
        justify-self: start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px 24px;
        padding-top: 0;
        text-align: left;
    }

    .site-footer__social-list {
        grid-column: 1;
        justify-self: start;
        order: 4;
        padding-top: 0;
    }

    .site-footer__contact,
    .site-footer__bottom {
        position: static;
    }

    .site-footer__contact {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 28px 0 38px;
        text-align: left;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        text-align: left;
    }

    .site-footer__legal {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    :root {
        --page-gutter: 22px;
        --page-max: calc(100vw - 44px);
    }

    body {
        font-size: 16px;
    }

    body.admin-bar .site-header--sticky {
        top: 46px;
    }

    .site-header,
    .site-header__navbar,
    .site-header__container {
        min-height: 82px;
    }

    .site-header--sticky.is-scrolled,
    .site-header--sticky.is-scrolled .site-header__navbar,
    .site-header--sticky.is-scrolled .site-header__container {
        min-height: 72px;
    }

    .site-logo {
        width: 190px;
        max-width: calc(100vw - 104px);
        height: 60px;
    }

    .site-logo img {
        max-height: 60px;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-section__media {
        opacity: 0.45;
        background-position: 68% top;
    }

    .hero-section__overlay {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.98)),
            linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.6) 100%);
    }

    .hero-section__content {
        min-height: 620px;
        padding-top: 80px;
        padding-bottom: 72px;
    }

    .hero-section__title {
        margin-bottom: 34px;
        font-size: 44px;
        line-height: 48px;
    }

    .hero-section__title span:last-child {
        line-height: 50px;
    }

    .hero-section__description {
        margin-bottom: 40px;
        font-size: 19px;
        line-height: 30px;
    }

    .hero-section__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .button--large {
        min-height: 60px;
        font-size: 18px;
    }

    .contact-popup {
        align-items: center;
        padding: 20px;
    }

    .contact-popup__dialog {
        max-height: calc(100vh - 40px);
        padding: 44px 32px 34px;
    }

    .contact-popup__header {
        gap: 18px;
        margin-bottom: 30px;
    }

    .contact-popup h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .contact-popup .reem-form__field label {
        font-size: 18px;
        line-height: 30px;
    }

    .thank-you-section {
        min-height: calc(100vh - 360px);
        padding-block: 88px;
    }

    .thank-you-section h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .reem-404-section {
        padding-block: 72px;
    }

    .reem-404-section h1 {
        font-size: 56px;
        line-height: 66px;
    }

    .reem-404-section p:not(.section-kicker) {
        font-size: 20px;
        line-height: 32px;
    }

    .trust-strip,
    .products-section,
    .process-section,
    .global-section,
    .security-section,
    .register-interest-section,
    .numbers-section,
    .cta-section,
    .site-footer {
        padding-inline: var(--page-gutter);
    }

    .trust-strip {
        padding-block: 44px;
    }

    .trust-strip__title,
    .section-kicker {
        font-size: 14px;
        line-height: 18px;
    }

    .trust-item > div {
        flex: 1 1 auto;
        min-width: 0;
    }

    .trust-item p {
        width: 100%;
        max-width: none;
    }

    .trust-strip__grid,
    .products-section .page-container,
    .products-section__cards,
    .process-section .page-container,
    .process-section__steps,
    .global-section .page-container,
    .security-section__cards,
    .register-interest-section .page-container,
    .register-interest-section__features,
    .register-interest-section__form .reem-form__grid,
    .numbers-section__grid,
    .cta-section .page-container,
    .site-footer__top {
        grid-template-columns: 1fr;
    }

    .trust-strip__grid {
        gap: 28px;
    }

    .products-section,
    .process-section,
    .global-section,
    .security-section,
    .register-interest-section,
    .numbers-section {
        padding-block: 64px;
    }

    .products-section__intro h2,
    .process-section__intro h2,
    .global-section__content h2,
    .security-section__intro h2,
    .register-interest-section__intro h2,
    .numbers-section h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .products-section__intro p:not(.section-kicker),
    .process-section__intro p:not(.section-kicker),
    .global-section__content > p:not(.section-kicker),
    .security-section__intro p:not(.section-kicker),
    .register-interest-section__intro p:not(.section-kicker),
    .cta-section p {
        font-size: 18px;
        line-height: 30px;
    }

    .register-interest-section__content {
        padding: 28px 0;
    }

    .register-interest-section::before {
        opacity: 0.1;
        background-position: center bottom;
        background-size: 180% auto;
    }

    .register-interest-section__form {
        padding: 28px 22px;
    }

    .register-interest-section__intro {
        margin-bottom: 42px;
    }

    .register-interest-section__features {
        gap: 30px;
    }
    .register-interest-section__form .reem-form__field {
        grid-column: 1;
    }

    .product-card {
        min-height: auto;
        padding: 28px;
    }

    .process-section__steps {
        justify-items: center;
    }

    .process-step {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .process-step__icon {
        width: 128px;
        height: 128px;
        margin-inline: auto;
    }

    .process-step__number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-left: 0;
    }

    .process-step__number::before {
        position: static;
        flex: 0 0 28px;
    }

    .process-step p:last-child {
        margin-inline: auto;
    }

    .global-section__map {
        min-height: 0;
    }

    .security-section {
        min-height: auto;
    }

    .security-section__intro {
        margin-inline: auto;
        text-align: center;
    }

    .security-section__intro .section-kicker {
        justify-content: center;
    }

    .security-section__intro p:not(.section-kicker) {
        margin-inline: auto;
    }

    .security-section__cards {
        justify-items: center;
        gap: 38px;
    }

    .security-card {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .security-card img {
        margin-inline: auto;
    }

    .security-card p {
        max-width: 280px;
    }

    .numbers-section h2 {
        margin-bottom: 48px;
    }

    .number-item {
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    .number-item:last-child {
        border-bottom: 0;
    }

    .cta-section h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .site-footer__top {
        gap: 34px;
        justify-items: center;
        text-align: center;
    }

    .site-footer__brand {
        width: 220px;
    }

    .site-footer__logo img {
        object-position: center;
    }

    .site-footer__tagline {
        text-align: center;
    }

    .site-footer__contact {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .site-footer__navigation {
        flex-direction: column;
        align-items: center;
        justify-self: center;
        text-align: center;
        gap: 16px;
        order: initial;
        grid-column: auto;
    }

    .site-footer__social-list {
        justify-self: center;
        margin-inline: auto;
    }

    .site-footer__contact,
    .site-footer__bottom,
    .site-footer__legal {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .site-footer__contact {
        gap: 12px;
        margin: 34px 0;
    }

    .site-footer__contact span + span {
        padding-left: 0;
        border-left: 0;
    }

    .site-footer__bottom,
    .site-footer__legal {
        display: flex;
        gap: 14px;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    :root {
        --page-gutter: 18px;
        --page-max: calc(100vw - 36px);
    }

    .site-header__container {
        padding-inline: var(--page-gutter);
    }

    .site-logo {
        width: 170px;
        max-width: calc(100vw - 92px);
    }

    .hero-section__title {
        font-size: 38px;
        line-height: 42px;
    }

    .hero-section__title span:last-child {
        line-height: 44px;
    }

    .button,
    .button--large {
        width: 100%;
    }

    .button--ghost {
        justify-content: center;
    }

    .contact-popup {
        padding: 14px;
    }

    .contact-popup__dialog {
        max-height: calc(100vh - 28px);
        padding: 42px 18px 28px;
    }

    .contact-popup__close {
        top: 6px;
        right: 6px;
    }

    .contact-popup__kicker {
        font-size: 14px;
        line-height: 16px;
    }

    .contact-popup h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .thank-you-section {
        min-height: auto;
        padding-block: 72px;
    }

    .thank-you-section h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .thank-you-section p:not(.section-kicker) {
        font-size: 18px;
        line-height: 30px;
    }

    .legal-hero {
        padding-block: 76px 52px;
    }

    .legal-hero h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .legal-hero__intro {
        font-size: 18px;
        line-height: 30px;
    }

    .legal-content {
        padding-block: 48px 76px;
    }

    .legal-content h2 {
        margin-top: 38px;
        font-size: 28px;
        line-height: 36px;
    }

    .legal-content__body {
        font-size: 16px;
        line-height: 28px;
    }

    .reem-404-section {
        padding-block: 56px;
    }

    .reem-404-section h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .reem-404-section p:not(.section-kicker) {
        font-size: 18px;
        line-height: 30px;
    }

    .reem-form input[type="text"],
    .reem-form input[type="email"],
    .reem-form input[type="tel"],
    .reem-form textarea,
    .reem-form select {
        font-size: 16px;
    }
}
