.m360-page {
    --m360-max-width: 1280px;
    --m360-page-gutter: clamp(20px, 4vw, 40px);
    --m360-section-space: clamp(72px, 9vw, 132px);
    --m360-header-space: clamp(18px, 2vw, 28px);
    --m360-card-radius: 24px;
    --m360-card-radius-lg: 28px;
    --m360-ink: #051c2e;
    --m360-ink-2: #0c2340;
    --m360-blue: #0b5285;
    --m360-accent: #ef6b3b;
    --m360-accent-soft: #fff4f0;
    --m360-accent-soft-2: #ffede8;
    --m360-card-fill: #fff7f4;
    --m360-surface: #f2f6f7;
    --m360-border: #ffbca7;
    --m360-map-bg: #f2f2f2;
    --m360-map-ink: #0b2d4b;
    --m360-map-ink-strong: #051c2e;
    --m360-map-muted: #093460;
    --m360-pin-bg: rgba(255, 255, 255, 0.85);
    --m360-pin-border: #ffbca7;
    --m360-shadow-soft: 0 10px 24px rgba(12, 35, 64, 0.06);
    --m360-shadow-accent: 0 12px 28px rgba(239, 107, 59, 0.18);
    --m360-font: "STC Forward", "IBM Plex Sans Arabic", "Cairo", sans-serif;
}

/* ===== Products & Impact - FINAL OVERRIDES (must stay at file end) ===== */
@media (min-width: 992px) {
    .m360-page .m360-products {
        padding-block: 112px 120px !important;
    }

    .m360-page .m360-products__header {
        gap: 14px !important;
        margin-bottom: 64px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 58px !important;
        line-height: 1.18 !important;
        max-width: 720px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__header p {
        font-size: 31px !important;
        line-height: 1.32 !important;
        max-width: 620px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__grid {
        display: grid !important;
        max-width: 1224px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 24px !important;
        align-items: stretch !important;
    }

    .m360-page .m360-product-card {
        min-height: 420px !important;
        padding-inline: 28px !important;
        border-radius: 24px !important;
        text-align: center !important;
        align-items: center !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 18px !important;
        line-height: 1.58 !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 34px !important;
        padding-bottom: 210px !important;
    }

    .m360-page .m360-product-card--orange {
        padding-top: 248px !important;
        padding-bottom: 32px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        left: auto !important;
        right: 12px !important;
        bottom: 12px !important;
        top: auto !important;
        width: 52% !important;
        height: 184px !important;
        justify-content: flex-end !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 8px !important;
        right: auto !important;
        bottom: 12px !important;
        top: auto !important;
        width: 52% !important;
        height: 184px !important;
        justify-content: flex-start !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        left: 50% !important;
        right: auto !important;
        top: 16px !important;
        bottom: auto !important;
        width: 220px !important;
        height: 184px !important;
        justify-content: center !important;
        transform: translateX(-50%) !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 188px !important;
        max-height: 176px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 168px !important;
        max-height: 168px !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) { grid-column: 3 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(2) { grid-column: 2 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) { grid-column: 1 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(2) { grid-column: 2 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) { grid-column: 3 !important; grid-row: 1 !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m360-page .m360-products {
        padding-block: 88px 96px !important;
    }

    .m360-page .m360-products__header {
        gap: 12px !important;
        margin-bottom: 42px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 44px !important;
        line-height: 1.2 !important;
        max-width: 560px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__header p {
        font-size: 24px !important;
        line-height: 1.35 !important;
        max-width: 460px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__grid {
        display: grid !important;
        max-width: 860px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
        align-items: stretch !important;
    }

    .m360-page .m360-product-card {
        min-height: 388px !important;
        border-radius: 22px !important;
        padding-inline: 24px !important;
        text-align: center !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 28px !important;
        line-height: 1.24 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 28px !important;
        padding-bottom: 190px !important;
    }

    .m360-page .m360-product-card--orange {
        min-height: 418px !important;
        padding-top: 220px !important;
        padding-bottom: 28px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        left: auto !important;
        right: 10px !important;
        bottom: 10px !important;
        top: auto !important;
        width: 56% !important;
        height: 170px !important;
        justify-content: flex-end !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 8px !important;
        right: auto !important;
        bottom: 10px !important;
        top: auto !important;
        width: 56% !important;
        height: 170px !important;
        justify-content: flex-start !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        top: 16px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: 200px !important;
        height: 160px !important;
        justify-content: center !important;
        transform: translateX(-50%) !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        max-width: 420px !important;
        width: 100% !important;
        justify-self: center !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) { grid-column: 2 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) { grid-column: 1 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) { grid-column: 2 !important; grid-row: 1 !important; }
}

@media (max-width: 767px) {
    .m360-page .m360-products {
        padding-block: 72px 84px !important;
    }

    .m360-page .m360-products__header {
        gap: 10px !important;
        margin-bottom: 34px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 20px !important;
        line-height: 1.34 !important;
        max-width: 310px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__header p {
        font-size: 14px !important;
        line-height: 1.58 !important;
        max-width: 260px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__grid {
        display: grid !important;
        direction: ltr !important;
        width: 100% !important;
        max-width: 340px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        align-items: stretch !important;
    }

    .m360-page .m360-product-card {
        min-height: 246px !important;
        border-radius: 18px !important;
        padding-inline: 12px !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 14px !important;
        line-height: 1.36 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 11px !important;
        line-height: 1.48 !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 18px !important;
        padding-bottom: 122px !important;
    }

    .m360-page .m360-product-card--orange {
        min-height: 258px !important;
        padding-top: 118px !important;
        padding-bottom: 18px !important;
    }

    .m360-page .m360-product-card__ring {
        opacity: 0.92 !important;
        border-width: 34px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__ring {
        width: 210px !important;
        height: 210px !important;
        left: -18px !important;
        bottom: -20px !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__ring {
        width: 210px !important;
        height: 210px !important;
        right: -18px !important;
        bottom: -20px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__ring {
        width: 220px !important;
        height: 220px !important;
        top: -84px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        left: auto !important;
        right: 8px !important;
        bottom: 8px !important;
        top: auto !important;
        width: 58% !important;
        height: 112px !important;
        justify-content: flex-end !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 4px !important;
        right: auto !important;
        bottom: 8px !important;
        top: auto !important;
        width: 58% !important;
        height: 112px !important;
        justify-content: flex-start !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        top: 8px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: 150px !important;
        height: 104px !important;
        justify-content: center !important;
        transform: translateX(-50%) !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 124px !important;
        max-height: 106px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 104px !important;
        max-height: 104px !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: calc(50% - 7px) !important;
        max-width: 170px !important;
        justify-self: center !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) { grid-column: 2 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) { grid-column: 1 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) { grid-column: 2 !important; grid-row: 1 !important; }
}

/* ===== Products & Impact - pixel refinement ===== */
@media (min-width: 992px) {
    .m360-page .m360-products .m360-shell {
        max-width: 1200px !important;
    }

    .m360-page .m360-products__header {
        margin-bottom: 56px !important;
    }

    .m360-page .m360-products__header .m360-pill-badge {
        margin-bottom: 2px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 56px !important;
        line-height: 1.2 !important;
        max-width: 700px !important;
    }

    .m360-page .m360-products__header p {
        font-size: 26px !important;
        line-height: 1.4 !important;
        max-width: 520px !important;
    }

    .m360-page .m360-products__grid {
        max-width: 1200px !important;
        grid-template-columns: repeat(3, 384px) !important;
        justify-content: center !important;
        gap: 24px !important;
    }

    .m360-page .m360-product-card {
        width: 384px !important;
        min-height: 464px !important;
        padding-inline: 24px !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 28px !important;
        line-height: 1.28 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 17px !important;
        line-height: 1.56 !important;
        max-width: 320px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 30px !important;
        padding-bottom: 218px !important;
    }

    .m360-page .m360-product-card--orange {
        padding-top: 272px !important;
        padding-bottom: 28px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__ring,
    .m360-page .m360-product-card--blue .m360-product-card__ring {
        width: 320px !important;
        height: 320px !important;
        border-width: 52px !important;
        bottom: -56px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__ring {
        left: -74px !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__ring {
        right: -74px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__ring {
        width: 318px !important;
        height: 318px !important;
        border-width: 52px !important;
        top: -78px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media,
    .m360-page .m360-product-card--blue .m360-product-card__media {
        width: 220px !important;
        height: 210px !important;
        bottom: 10px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        right: 6px !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 6px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 206px !important;
        max-height: 192px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        top: 18px !important;
        width: 228px !important;
        height: 214px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 188px !important;
        max-height: 188px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m360-page .m360-products__header h2 {
        font-size: 42px !important;
        max-width: 540px !important;
    }

    .m360-page .m360-products__header p {
        font-size: 22px !important;
        max-width: 440px !important;
    }

    .m360-page .m360-products__grid {
        max-width: 808px !important;
        gap: 20px !important;
    }

    .m360-page .m360-product-card {
        min-height: 402px !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        max-width: 388px !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 25px !important;
    }

    .m360-page .m360-product-card p {
        font-size: 15px !important;
        max-width: 285px !important;
        margin-inline: auto !important;
    }
}

@media (max-width: 767px) {
    .m360-page .m360-products__header {
        margin-bottom: 30px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 19px !important;
        line-height: 1.32 !important;
        max-width: 260px !important;
    }

    .m360-page .m360-products__header p {
        font-size: 13px !important;
        max-width: 230px !important;
    }

    .m360-page .m360-products__grid {
        max-width: 343px !important;
        gap: 16px !important;
    }

    .m360-page .m360-product-card {
        min-height: 252px !important;
        padding-inline: 12px !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 10.5px !important;
        line-height: 1.5 !important;
        max-width: 132px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 18px !important;
        padding-bottom: 124px !important;
    }

    .m360-page .m360-product-card--orange {
        min-height: 260px !important;
        padding-top: 126px !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        max-width: 172px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 128px !important;
        max-height: 110px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 112px !important;
        max-height: 112px !important;
    }
}

/* Final lock: Products & Impact section */
@media (min-width: 992px) {
    .m360-page .m360-products {
        padding-block: 112px 120px !important;
    }

    .m360-page .m360-products__header {
        gap: 14px !important;
        margin-bottom: 64px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 58px !important;
        line-height: 1.18 !important;
        max-width: 720px !important;
    }

    .m360-page .m360-products__header p {
        font-size: 31px !important;
        line-height: 1.32 !important;
        max-width: 620px !important;
    }

    .m360-page .m360-products__grid {
        max-width: 1224px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }

    .m360-page .m360-product-card {
        min-height: 420px !important;
        padding-inline: 28px !important;
        border-radius: 24px !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 18px !important;
        line-height: 1.58 !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 34px !important;
        padding-bottom: 210px !important;
    }

    .m360-page .m360-product-card--orange {
        padding-top: 248px !important;
        padding-bottom: 32px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        right: 12px !important;
        left: auto !important;
        bottom: 12px !important;
        width: 52% !important;
        justify-content: flex-end !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 8px !important;
        right: auto !important;
        bottom: 12px !important;
        width: 52% !important;
        justify-content: flex-start !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        top: 16px !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        width: 220px !important;
        transform: translateX(-50%) !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 188px !important;
        max-height: 176px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 168px !important;
        max-height: 168px !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m360-page .m360-products {
        padding-block: 88px 96px !important;
    }

    .m360-page .m360-products__header {
        gap: 12px !important;
        margin-bottom: 42px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 44px !important;
        line-height: 1.2 !important;
        max-width: 560px !important;
    }

    .m360-page .m360-products__header p {
        font-size: 24px !important;
        line-height: 1.35 !important;
        max-width: 460px !important;
    }

    .m360-page .m360-products__grid {
        max-width: 860px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
        align-items: stretch !important;
    }

    .m360-page .m360-product-card {
        min-height: 388px !important;
        border-radius: 22px !important;
        padding-inline: 24px !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 28px !important;
        line-height: 1.24 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 28px !important;
        padding-bottom: 190px !important;
    }

    .m360-page .m360-product-card--orange {
        min-height: 418px !important;
        padding-top: 220px !important;
        padding-bottom: 28px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        right: 10px !important;
        left: auto !important;
        bottom: 10px !important;
        width: 56% !important;
        justify-content: flex-end !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 8px !important;
        right: auto !important;
        bottom: 10px !important;
        width: 56% !important;
        justify-content: flex-start !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        top: 16px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: 200px !important;
        transform: translateX(-50%) !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 176px !important;
        max-height: 164px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 154px !important;
        max-height: 154px !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        max-width: 420px !important;
        width: 100% !important;
        justify-self: center !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
}

@media (max-width: 767px) {
    .m360-page .m360-products {
        padding-block: 72px 84px !important;
    }

    .m360-page .m360-products__header {
        gap: 10px !important;
        margin-bottom: 34px !important;
    }

    .m360-page .m360-products__header h2 {
        font-size: 20px !important;
        line-height: 1.34 !important;
        max-width: 310px !important;
    }

    .m360-page .m360-products__header p {
        font-size: 14px !important;
        line-height: 1.58 !important;
        max-width: 260px !important;
    }

    .m360-page .m360-products__grid {
        direction: ltr !important;
        width: 100% !important;
        max-width: 340px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        align-items: stretch !important;
    }

    .m360-page .m360-product-card {
        min-height: 246px !important;
        border-radius: 18px !important;
        padding-inline: 12px !important;
        overflow: hidden !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 14px !important;
        line-height: 1.36 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 11px !important;
        line-height: 1.48 !important;
    }

    .m360-page .m360-product-card--green,
    .m360-page .m360-product-card--blue {
        padding-top: 18px !important;
        padding-bottom: 122px !important;
    }

    .m360-page .m360-product-card--orange {
        min-height: 258px !important;
        padding-top: 118px !important;
        padding-bottom: 18px !important;
    }

    .m360-page .m360-product-card__ring {
        opacity: 0.92 !important;
        border-width: 34px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__ring {
        width: 210px !important;
        height: 210px !important;
        left: -18px !important;
        bottom: -20px !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__ring {
        width: 210px !important;
        height: 210px !important;
        right: -18px !important;
        bottom: -20px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__ring {
        width: 220px !important;
        height: 220px !important;
        top: -84px !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media {
        right: 8px !important;
        left: auto !important;
        bottom: 8px !important;
        width: 58% !important;
        height: 112px !important;
        justify-content: flex-end !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--blue .m360-product-card__media {
        left: 4px !important;
        right: auto !important;
        bottom: 8px !important;
        width: 58% !important;
        height: 112px !important;
        justify-content: flex-start !important;
        transform: none !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media {
        top: 8px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: 150px !important;
        height: 104px !important;
        transform: translateX(-50%) !important;
        justify-content: center !important;
    }

    .m360-page .m360-product-card--green .m360-product-card__media img,
    .m360-page .m360-product-card--blue .m360-product-card__media img {
        max-width: 124px !important;
        max-height: 106px !important;
    }

    .m360-page .m360-product-card--orange .m360-product-card__media img {
        max-width: 104px !important;
        max-height: 104px !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: calc(50% - 7px) !important;
        max-width: 170px !important;
        justify-self: center !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
}

.m360-page,
.m360-page body,
.m360-page .m360-content,
.m360-page .m360-content * {
    font-family: var(--m360-font);
}

.m360-page .m360-content {
    overflow-x: clip;
    padding: 24px 0 0;
}

.m360-page .m360-content *,
.m360-page .m360-content *::before,
.m360-page .m360-content *::after {
    box-sizing: border-box;
}

.m360-page .m360-shell {
    width: min(var(--m360-max-width), calc(100% - (var(--m360-page-gutter) * 2))) !important;
    margin-inline: auto;
}

.m360-page .m3f-hero,
.m360-page .m360-audience-section,
.m360-page .m360-products,
.m360-page .m360-journey,
.m360-page .m360-cta-map {
    margin-top: var(--m360-section-space) !important;
}

.m360-page .m3f-hero {
    margin-top: 8px !important;
}

.m360-page .m360-pill-badge,
.m360-page .m360-audience-panel__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--m360-accent-soft);
    color: var(--m360-accent);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: fit-content;
}

.m360-page .m360-pill-badge img,
.m360-page .m360-audience-panel__badge img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.m360-page .m360-products__header,
.m360-page .m360-journey__header,
.m360-page .m360-cta-map__head,
.m360-page .m360-audience-panel__head {
    display: flex;
    flex-direction: column;
    gap: var(--m360-header-space);
}

.m360-page .m360-products__header h2,
.m360-page .m360-journey__header h2,
.m360-page .m360-cta-map__head h2,
.m360-page .m360-audience-panel__title,
.m360-page .m3f-title {
    margin: 0;
    color: var(--m360-ink);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}

.m360-page .m360-products__header p,
.m360-page .m360-journey__header p,
.m360-page .m360-cta-map__head p,
.m360-page .m360-audience-panel__subtitle,
.m360-page .m3f-desc {
    margin: 0;
    color: var(--m360-ink-2);
    font-weight: 400;
    line-height: 1.5;
}

.m360-page .m3f-stage {
    display: grid;
    align-items: center;
    gap: clamp(28px, 4vw, 68px);
}

.m360-page .m3f-hero[dir='ltr'] .m3f-stage {
    grid-template-columns: minmax(0, 620px) minmax(420px, 540px);
}

.m360-page .m3f-hero[dir='rtl'] .m3f-stage {
    grid-template-columns: minmax(420px, 540px) minmax(0, 620px);
}

.m360-page .m3f-copy {
    max-width: none;
    width: 100%;
}

.m360-page .m3f-title {
    font-size: clamp(46px, 4.6vw, 72px);
}

.m360-page .m3f-title-accent {
    display: block;
    margin-top: 10px;
    color: var(--m360-accent);
}

.m360-page .m3f-desc {
    margin-top: 24px;
    font-size: clamp(18px, 1.55vw, 26px);
    max-width: 100%;
}

.m360-page .m3f-collage {
    width: 100%;
    max-width: 540px;
}

.m360-page .m3f-collage__hero-art {
    display: block;
    width: 100%;
    height: auto;
}

.m360-page .m3f-hero[dir='rtl'] .m3f-stage {
    direction: ltr;
}

.m360-page .m3f-hero[dir='rtl'] .m3f-copy {
    order: 2;
    direction: rtl;
    text-align: right;
    margin-inline-start: auto;
}

.m360-page .m3f-hero[dir='rtl'] .m3f-collage {
    order: 1;
}

.m360-page .m3f-hero[dir='ltr'] .m3f-copy {
    order: 1;
    text-align: left;
}

.m360-page .m3f-hero[dir='ltr'] .m3f-collage {
    order: 2;
}

.m360-page .m360-audience-layout {
    display: grid;
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
    grid-template-columns: minmax(0, 1fr) minmax(460px, 520px);
}

.m360-page .m360-audience-layout.is-rtl {
    direction: ltr;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel {
    order: 2;
    direction: rtl;
    text-align: right;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-cards {
    order: 1;
}

.m360-page .m360-audience-layout.is-ltr .m360-audience-panel {
    order: 1;
    direction: ltr;
    text-align: left;
}

.m360-page .m360-audience-layout.is-ltr .m360-audience-cards {
    order: 2;
}

.m360-page .m360-audience-panel__head {
    align-items: flex-start;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__head {
    align-items: flex-end !important;
    text-align: right !important;
    width: 100%;
}

.m360-page .m360-audience-panel__title {
    font-size: clamp(38px, 3.2vw, 60px);
}

.m360-page .m360-audience-panel__subtitle {
    font-size: clamp(20px, 1.95vw, 28px);
}

.m360-page .m360-audience-panel__brands {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.m360-page .m360-audience-panel {
    width: 100%;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel {
    align-items: flex-end !important;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__brands {
    align-items: flex-end;
}

.m360-page .m360-audience-panel__logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: ltr;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__logos {
    justify-content: center !important;
}

.m360-page .m360-audience-panel__logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 14px rgba(12, 35, 64, 0.10);
    overflow: hidden;
    margin-inline-start: -12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.m360-page .m360-audience-panel__logo:first-child {
    margin-inline-start: 0;
}

.m360-page .m360-audience-panel__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m360-page .m360-audience-panel__stats {
    display: flex;
    align-items: flex-start;
    gap: clamp(48px, 6vw, 96px);
    direction: ltr;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__stats {
    justify-content: center !important;
}

.m360-page .m360-audience-panel__stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.m360-page .m360-audience-panel__stat strong {
    color: var(--m360-blue);
    font-size: clamp(44px, 3.2vw, 64px);
    line-height: 1;
    font-weight: 700;
}

.m360-page .m360-audience-panel__stat span {
    color: var(--m360-accent);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.m360-page .m360-audience-cards {
    display: grid;
    gap: 20px;
}

.m360-page .m360-audience-card {
    position: relative;
    min-height: 158px;
    padding: 24px 120px 24px 28px;
    border-radius: var(--m360-card-radius-lg);
    border: 1px solid var(--m360-border);
    background: #fff;
    display: flex;
    align-items: center;
}

.m360-page .m360-audience-card.is-filled {
    background: var(--m360-accent-soft);
    border-color: transparent;
}

.m360-page .m360-audience-card__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    border-radius: 24px;
    background: #fbd9cd;
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.9);
}

.m360-page .m360-audience-card__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.m360-page .m360-audience-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.m360-page .m360-audience-card__body h3,
.m360-page .m360-audience-card__body p {
    margin: 0;
    width: 100%;
}

.m360-page .m360-audience-card__body h3 {
    color: var(--m360-ink);
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 600;
    line-height: 1.3;
}

.m360-page .m360-audience-card.is-filled .m360-audience-card__body h3 {
    color: var(--m360-accent);
}

.m360-page .m360-audience-card__body p {
    color: var(--m360-ink);
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.55;
}

.m360-page .m360-audience-layout.is-ltr .m360-audience-card {
    padding: 24px 28px 24px 120px;
}

.m360-page .m360-audience-layout.is-ltr .m360-audience-card__icon {
    left: 0;
    right: auto;
}

.m360-page .m360-audience-layout.is-ltr .m360-audience-card__body,
.m360-page .m360-audience-layout.is-ltr .m360-audience-card__body h3,
.m360-page .m360-audience-layout.is-ltr .m360-audience-card__body p {
    text-align: left !important;
}

.m360-page .m360-audience-layout.is-ltr .m360-audience-card__body {
    align-items: flex-start;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-card__body,
.m360-page .m360-audience-layout.is-rtl .m360-audience-card__body h3,
.m360-page .m360-audience-layout.is-rtl .m360-audience-card__body p,
.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__badge,
.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__title,
.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__subtitle {
    text-align: right !important;
    direction: rtl !important;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-card {
    display: block;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-card__body {
    align-items: flex-end !important;
    text-align: right !important;
}

.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__title,
.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__subtitle,
.m360-page .m360-audience-layout.is-rtl .m360-audience-panel__stat span {
    width: 100%;
}

.m360-page .m360-products__header {
    align-items: center;
    text-align: center;
    margin-bottom: 64px;
}

.m360-page .m360-products__header h2 {
    font-size: clamp(36px, 3vw, 56px);
}

.m360-page .m360-products__header p {
    font-size: clamp(22px, 1.85vw, 32px);
}

.m360-page .m360-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.m360-page .m360-product-card {
    position: relative;
    min-height: 420px;
    padding: 30px 28px 28px;
    background: var(--m360-surface);
    border-radius: var(--m360-card-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.m360-page .m360-product-card__ring {
    position: absolute;
    inset: auto;
    border-radius: 999px;
    border: 48px solid transparent;
    opacity: 0.95;
}

.m360-page .m360-product-card--green .m360-product-card__ring {
    width: 280px;
    height: 280px;
    left: -28px;
    bottom: -38px;
    border-color: #d8efde;
}

.m360-page .m360-product-card--orange .m360-product-card__ring {
    width: 290px;
    height: 290px;
    top: -134px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #ffd6c9;
}

.m360-page .m360-product-card--blue .m360-product-card__ring {
    width: 280px;
    height: 280px;
    right: -24px;
    bottom: -38px;
    border-color: #d4e8fc;
}

.m360-page .m360-product-card__media {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    left: 0;
}

.m360-page .m360-product-card__media img {
    max-width: 206px;
    max-height: 184px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.m360-page .m360-product-card h3,
.m360-page .m360-product-card p {
    position: relative;
    z-index: 1;
    margin: 0;
}

.m360-page .m360-product-card h3 {
    color: var(--m360-ink);
    font-size: clamp(24px, 1.9vw, 30px);
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
}

.m360-page .m360-product-card p {
    margin-top: 14px;
    color: var(--m360-ink);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.55;
}

.m360-page .m360-product-card--green {
    padding-top: 34px;
    padding-bottom: 210px;
}

.m360-page .m360-product-card--green .m360-product-card__media {
    right: 10px;
    left: auto;
    bottom: 18px;
    justify-content: flex-end;
}

.m360-page .m360-product-card--green .m360-product-card__media img {
    max-width: 188px;
    max-height: 176px;
}

.m360-page .m360-product-card--orange {
    padding-top: 250px;
    padding-bottom: 30px;
}

.m360-page .m360-product-card--orange .m360-product-card__media {
    top: 18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 220px;
    justify-content: center;
}

.m360-page .m360-product-card--orange .m360-product-card__media img {
    max-width: 170px;
    max-height: 170px;
}

.m360-page .m360-product-card--blue {
    padding-top: 34px;
    padding-bottom: 210px;
}

.m360-page .m360-product-card--blue .m360-product-card__media {
    left: 6px;
    right: auto;
    bottom: 18px;
    justify-content: flex-start;
}

.m360-page .m360-product-card--blue .m360-product-card__media img {
    max-width: 188px;
    max-height: 176px;
}

.m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
    grid-column: 3;
}

.m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(2) {
    grid-column: 2;
}

.m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
    grid-column: 1;
}

.m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
    grid-column: 1;
}

.m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(2) {
    grid-column: 2;
}

.m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
    grid-column: 3;
}

.m360-page .m360-journey__header {
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
}

.m360-page .m360-journey__header h2 {
    font-size: clamp(36px, 3.1vw, 56px);
}

.m360-page .m360-journey__header h2 em {
    font-style: normal;
    color: var(--m360-accent);
}

.m360-page .m360-journey__canvas {
    position: relative;
    min-height: 520px;
}

.m360-page .m360-journey__wave {
    position: absolute;
    inset: 170px 0 auto;
    height: 230px;
}

.m360-page .m360-journey__wave-line {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 4;
}

.m360-page .m360-journey__wave-line--orange {
    stroke: #ef6b3b;
}

.m360-page .m360-journey__wave-line--blue {
    stroke: #2f91e8;
}

.m360-page .m360-journey-step {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    max-width: 320px;
}

.m360-page .m360-journey-step__num {
    color: #9cd6fb;
    font-size: clamp(86px, 7vw, 120px);
    line-height: 0.9;
    font-weight: 300;
}

.m360-page .m360-journey-step h3 {
    margin: 0;
    font-size: clamp(24px, 1.85vw, 30px);
    line-height: 1.25;
    color: var(--m360-ink);
}

.m360-page .m360-journey-step p {
    margin: 0;
    color: var(--m360-ink);
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.45;
}

.m360-page .m360-journey-step__icon-card,
.m360-page .m360-journey__icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #cce6fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(47, 145, 232, 0.08);
}

.m360-page .m360-journey-step__icon-card img,
.m360-page .m360-journey__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.m360-page .m360-journey-step--1 {
    inset: 205px auto auto 60px;
}

.m360-page .m360-journey-step--2 {
    inset: 290px auto auto 50%;
    transform: translateX(-50%);
}

.m360-page .m360-journey-step--3 {
    inset: 195px 58px auto auto;
}

.m360-page .m360-journey-step__inline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.m360-page .m360-journey__icon {
    position: absolute;
    z-index: 2;
}

.m360-page .m360-journey__icon--1 {
    left: 120px;
    top: 360px;
}

.m360-page .m360-journey__icon--2 {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
}

.m360-page .m360-journey__icon--3 {
    right: 122px;
    top: 360px;
}

.m360-page .m360-cta-map__panel {
    position: relative;
    min-height: 540px;
}

.m360-page .m360-cta-map__canvas {
    position: absolute;
    inset: 90px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m360-page .m360-cta-map__world {
    width: min(100%, 1120px);
    height: auto;
    opacity: 0.22;
}

.m360-page .m360-cta-map__head {
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.m360-page .m360-cta-map__head h2 {
    font-size: clamp(36px, 3vw, 56px);
}

.m360-page .m360-cta-map__head h2 em {
    color: var(--m360-accent);
    font-style: normal;
}

.m360-page .m360-cta-map__head p {
    font-size: clamp(20px, 1.7vw, 28px);
    max-width: 960px;
}

.m360-page .m360-cta-map__button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
    padding: 14px 42px;
    border-radius: 10px;
    background: var(--m360-accent);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.m360-page .m360-cta-map__pins {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.m360-page .m360-cta-map__pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.m360-page .m360-cta-map__pin::after {
    content: "";
    width: 2px;
    height: var(--stem);
    background: #f2a589;
    opacity: 0.9;
}

.m360-page .m360-cta-map__pin small,
.m360-page .m360-cta-map__pin strong {
    display: block;
    background: #fff;
    border: 1px solid #ffd0c0;
    border-radius: 8px;
    padding: 5px 10px;
    color: var(--m360-accent);
    box-shadow: 0 4px 12px rgba(12, 35, 64, 0.06);
}

.m360-page .m360-cta-map__pin small {
    margin-bottom: -4px;
    font-size: 12px;
    color: #a27d6d;
}

.m360-page .m360-cta-map__pin strong {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .m360-page {
        --m360-section-space: 88px;
        --m360-header-space: 16px;
    }

    .m360-page .m360-products__grid {
        gap: 20px;
    }

    .m360-page .m360-product-card {
        min-height: 380px;
        padding-inline: 20px;
    }

    .m360-page .m360-journey__canvas {
        min-height: 470px;
    }

    .m360-page .m360-journey-step--1 {
        left: 20px;
    }

    .m360-page .m360-journey-step--3 {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .m360-page .m3f-stage,
    .m360-page .m360-audience-layout {
        grid-template-columns: 1fr;
    }

    .m360-page .m3f-hero[dir='rtl'] .m3f-stage,
    .m360-page .m360-audience-layout.is-rtl {
        direction: initial;
    }

    .m360-page .m3f-hero[dir='rtl'] .m3f-copy,
    .m360-page .m3f-hero[dir='ltr'] .m3f-copy,
    .m360-page .m3f-hero[dir='rtl'] .m3f-collage,
    .m360-page .m3f-hero[dir='ltr'] .m3f-collage,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-cards,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-panel,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-cards {
        order: initial;
    }

    .m360-page .m3f-copy,
    .m360-page .m3f-collage {
        max-width: none;
        margin-inline: auto;
    }

    .m360-page .m3f-hero[dir='rtl'] .m3f-copy,
    .m360-page .m3f-hero[dir='ltr'] .m3f-copy {
        text-align: center;
    }

    .m360-page .m3f-desc {
        margin-inline: auto;
        text-align: center;
    }

    .m360-page .m360-audience-panel,
    .m360-page .m360-audience-cards {
        width: 100%;
    }

    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__head,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-panel__head,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-panel {
        align-items: center;
        text-align: center;
        direction: inherit;
    }

    .m360-page .m360-audience-panel__title,
    .m360-page .m360-audience-panel__subtitle {
        text-align: center !important;
    }

    .m360-page .m360-audience-panel__logos,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__logos {
        justify-content: center;
    }

    .m360-page .m360-audience-panel__stats,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__stats {
        justify-content: center;
    }

    .m360-page .m360-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1),
    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(2),
    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        order: initial;
    }

    .m360-page .m360-product-card:nth-child(2) {
        grid-column: 1 / -1;
        max-width: 360px;
        width: 100%;
        justify-self: center;
    }

    .m360-page .m360-journey__canvas {
        min-height: 360px;
    }

    .m360-page .m360-journey__wave {
        inset: 180px 0 auto;
        height: 180px;
    }

    .m360-page .m360-journey-step--1 {
        left: 0;
    }

    .m360-page .m360-journey-step--3 {
        right: 0;
    }

    .m360-page .m360-journey-step {
        max-width: 250px;
    }

    .m360-page .m360-cta-map__panel {
        min-height: 460px;
    }
}

@media (max-width: 767px) {
    .m360-page {
        --m360-page-gutter: 20px;
        --m360-section-space: 64px;
        --m360-header-space: 14px;
    }

    .m360-page .m360-content {
        padding-top: 10px;
    }

    .m360-page .m3f-title {
        font-size: 32px;
        line-height: 1.28;
    }

    .m360-page .m3f-desc {
        font-size: 15px;
        margin-top: 14px;
        max-width: 320px;
    }

    .m360-page .m3f-stage {
        gap: 20px;
    }

    .m360-page .m3f-hero[dir='ltr'] .m3f-copy,
    .m360-page .m3f-hero[dir='rtl'] .m3f-copy {
        text-align: center;
        order: 1 !important;
    }

    .m360-page .m3f-hero[dir='ltr'] .m3f-collage,
    .m360-page .m3f-hero[dir='rtl'] .m3f-collage {
        order: 2 !important;
    }

    .m360-page .m3f-collage {
        max-width: 290px;
    }

    .m360-page .m360-audience-panel__title {
        font-size: 28px;
        line-height: 1.25;
    }

    .m360-page .m360-audience-panel__subtitle {
        font-size: 15px;
        line-height: 1.5;
    }

    .m360-page .m360-audience-panel__brands {
        margin-top: 20px;
        gap: 16px;
    }

    .m360-page .m360-audience-panel__logo {
        width: 56px;
        height: 56px;
        margin-inline-start: -8px;
    }

    .m360-page .m360-audience-panel__stats {
        gap: 44px;
    }

    .m360-page .m360-audience-panel__stat strong {
        font-size: 30px;
    }

    .m360-page .m360-audience-panel__stat span {
        font-size: 14px;
    }

    .m360-page .m360-audience-cards {
        gap: 16px;
    }

    .m360-page .m360-audience-card,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-card {
        min-height: 128px !important;
        padding: 16px 92px 16px 16px !important;
        display: block !important;
    }

    .m360-page .m360-audience-layout.is-ltr .m360-audience-card__icon,
    .m360-page .m360-audience-card__icon {
        width: 76px;
        height: 76px;
        border-radius: 22px;
        left: auto;
        right: 0;
    }

    .m360-page .m360-audience-layout.is-ltr .m360-audience-card__body,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-card__body h3,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-card__body p {
        text-align: left;
    }

    .m360-page .m360-audience-layout.is-rtl .m360-audience-card__body,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-card__body h3,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-card__body p {
        text-align: right;
    }

    .m360-page .m360-audience-card__body h3 {
        font-size: 16px;
    }

    .m360-page .m360-audience-card__body p {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .m360-page .m360-products__header {
        margin-bottom: 28px;
    }

    .m360-page .m360-products__header h2 {
        font-size: 24px;
    }

    .m360-page .m360-products__header p {
        font-size: 15px;
    }

    .m360-page .m360-products__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        align-items: stretch;
    }

    .m360-page .m360-product-card {
        width: 100%;
        max-width: none;
        min-height: 240px !important;
        padding: 14px 12px 108px !important;
        border-radius: 16px;
        display: block !important;
    }

    .m360-page .m360-product-card__media {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        width: calc(100% - 24px);
        height: 112px;
        margin-bottom: 0;
    }

    .m360-page .m360-product-card__media img {
        max-width: 120px;
        max-height: 110px;
    }

    .m360-page .m360-product-card__ring {
        border-width: 30px;
    }

    .m360-page .m360-product-card h3 {
        font-size: 15px;
    }

    .m360-page .m360-product-card p {
        margin-top: 8px;
        font-size: 11px;
        line-height: 1.45;
    }

    .m360-page .m360-product-card:nth-child(2) {
        padding-bottom: 18px !important;
        grid-column: 1 / -1;
        width: calc(50% - 7px);
        justify-self: center;
    }

    .m360-page .m360-product-card:nth-child(2) .m360-product-card__media {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        height: 92px;
        margin-bottom: 12px;
    }

    .m360-page .m360-product-card:nth-child(2) .m360-product-card__media img {
        max-width: 92px;
        max-height: 92px;
    }

    .m360-page .m360-product-card:nth-child(1) {
        order: initial;
    }

    .m360-page .m360-product-card:nth-child(3) {
        order: initial;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
        grid-column: 1;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
        grid-column: 2;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
        grid-column: 2;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        grid-column: 1;
    }

    .m360-page .m360-journey__header {
        margin-bottom: 26px;
    }

    .m360-page .m360-journey__header h2 {
        font-size: 24px;
    }

    .m360-page .m360-journey__canvas {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .m360-page .m360-journey__wave,
    .m360-page .m360-journey__icon {
        display: none;
    }

    .m360-page .m360-journey-step {
        position: static;
        inset: auto;
        transform: none !important;
        max-width: 220px;
        gap: 8px;
    }

    .m360-page .m360-journey-step__num {
        font-size: 86px;
    }

    .m360-page .m360-journey-step h3 {
        font-size: 18px;
    }

    .m360-page .m360-journey-step p {
        font-size: 11px;
    }

    .m360-page .m360-journey-step__icon-card {
        order: -1;
        width: 56px;
        height: 56px;
    }

    .m360-page .m360-cta-map__panel {
        min-height: auto;
        padding-bottom: 220px;
    }

    .m360-page .m360-cta-map__head h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .m360-page .m360-cta-map__head p {
        font-size: 15px;
        line-height: 1.5;
    }

    .m360-page .m360-cta-map__button {
        padding: 12px 28px;
        font-size: 16px;
        width: fit-content;
        max-width: calc(100% - 40px);
        margin-inline: auto;
    }

    .m360-page .m360-cta-map__canvas {
        inset: 110px 0 0;
    }

    .m360-page .m360-cta-map__pins {
        inset: 90px 0 0;
    }

    .m360-page .m360-cta-map__pin small {
        font-size: 10px;
        padding: 3px 8px;
    }

    .m360-page .m360-cta-map__pin strong {
        font-size: 14px;
        padding: 4px 8px;
    }

    .m360-page .m360-cta-map__pin::after {
        height: 36px;
    }
}

@media (max-width: 767px) {
    .m360-page,
    .m360-page .m360-content,
    .m360-page .m3f-hero,
    .m360-page .m360-audience-section,
    .m360-page .m360-products,
    .m360-page .m360-journey,
    .m360-page .m360-cta-map {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .m360-page .b2b-header-ref {
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        width: min(100%, calc(100% - 24px)) !important;
        margin: 12px auto 0 !important;
        transform: none !important;
        z-index: 40 !important;
    }

    .m360-page .b2b-header-ref__bar {
        position: relative !important;
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .m360-page .b2b-header-ref__nav,
    .m360-page .b2b-header-ref__actions {
        display: none !important;
    }

    .m360-page .b2b-header-ref__brand {
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }

    .m360-page .b2b-header-ref__brand img {
        width: 64px !important;
        height: auto !important;
    }

    .m360-page .b2b-header-ref__nav-side {
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        width: 34px !important;
        height: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 2 !important;
    }

    .m360-page .b2b-header-ref__menu-toggle {
        display: inline-flex !important;
        width: 34px !important;
        height: 34px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        background: rgba(12, 35, 64, 0.06) !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 4px !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .m360-page .b2b-header-ref__menu-toggle span {
        display: block !important;
        width: 16px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #0c2340 !important;
        opacity: 1 !important;
    }

    .m360-page .m360-content {
        padding-top: 6px !important;
    }

    .m360-page .m3f-shell {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
    }

    .m360-page .m3f-stage {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px !important;
    }

    .m360-page .m3f-copy,
    .m360-page .m3f-hero[dir='ltr'] .m3f-copy,
    .m360-page .m3f-hero[dir='rtl'] .m3f-copy {
        order: 1 !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        align-self: center !important;
        text-align: center !important;
        direction: inherit !important;
    }

    .m360-page .m3f-collage,
    .m360-page .m3f-hero[dir='ltr'] .m3f-collage,
    .m360-page .m3f-hero[dir='rtl'] .m3f-collage {
        order: 2 !important;
        width: 100% !important;
        max-width: 286px !important;
        margin: 0 auto !important;
        align-self: center !important;
    }

    .m360-page .m3f-title {
        font-size: 25px !important;
        line-height: 1.28 !important;
        text-wrap: balance;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .m360-page .m3f-title-accent {
        margin-top: 8px !important;
    }

    .m360-page .m3f-desc {
        max-width: 320px !important;
        margin: 12px auto 0 !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .m360-page .m360-audience-layout.is-rtl,
    .m360-page .m360-audience-layout.is-ltr {
        direction: initial !important;
        gap: 22px !important;
    }

    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel,
    .m360-page .m360-audience-layout.is-ltr .m360-audience-panel {
        order: 1 !important;
        direction: inherit !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
    }

    .m360-page .m360-audience-cards {
        order: 2 !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
    }

    .m360-page .m360-audience-panel__head,
    .m360-page .m360-audience-panel__title,
    .m360-page .m360-audience-panel__subtitle {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .m360-page .m360-audience-panel__title {
        font-size: 24px !important;
        line-height: 1.28 !important;
    }

    .m360-page .m360-audience-panel__subtitle {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .m360-page .m360-audience-panel__brands,
    .m360-page .m360-audience-panel__logos,
    .m360-page .m360-audience-panel__stats {
        justify-content: center !important;
        align-items: center !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-audience-panel__logos {
        width: fit-content !important;
    }

    .m360-page .m360-audience-panel__stat {
        min-width: 86px;
    }

    .m360-page .m360-audience-layout.is-rtl .m360-audience-card__body,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-card__body h3,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-card__body p {
        text-align: right !important;
        direction: rtl !important;
    }

    .m360-page .m360-audience-card__body h3,
    .m360-page .m360-audience-card__body p,
    .m360-page .m360-product-card h3,
    .m360-page .m360-product-card p,
    .m360-page .m360-journey-step h3,
    .m360-page .m360-journey-step p,
    .m360-page .m360-cta-map__head h2,
    .m360-page .m360-cta-map__head p {
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .m360-page .m360-products__grid {
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .m360-page .m360-product-card {
        min-height: 226px !important;
        padding: 14px 12px 102px !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        width: calc(50% - 6px) !important;
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        justify-self: center !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
}

@media (max-width: 767px) {
    .m360-page,
    .m360-page main,
    .m360-page .m360-content,
    .m360-page .m360-shell,
    .m360-page .m3f-shell,
    .m360-page .m360-audience-section,
    .m360-page .m360-products,
    .m360-page .m360-journey,
    .m360-page .m360-cta-map {
        max-width: 100vw !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .m360-page {
        overflow-x: hidden !important;
    }

    .m360-page .b2b-header-ref {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        margin: 10px auto 0 !important;
    }

    .m360-page .b2b-header-ref__brand,
    .m360-page .b2b-header-ref.is-rtl .b2b-header-ref__brand,
    .m360-page .b2b-header-ref.is-ltr .b2b-header-ref__brand {
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
        z-index: 3 !important;
    }

    .m360-page .b2b-header-ref__brand img {
        width: 62px !important;
        max-width: 62px !important;
    }

    .m360-page .b2b-header-ref__nav-side,
    .m360-page .b2b-header-ref.is-rtl .b2b-header-ref__nav-side,
    .m360-page .b2b-header-ref.is-ltr .b2b-header-ref__nav-side {
        right: auto !important;
        left: auto !important;
        position: absolute !important;
        top: 50% !important;
        right: 0 !important;
        transform: translateY(-50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 34px !important;
        height: 34px !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 4 !important;
    }

    .m360-page .b2b-header-ref__nav-side::before {
        content: '' !important;
        position: absolute !important;
        inset: 0 !important;
        border-radius: 8px !important;
        background: rgba(12, 35, 64, 0.06) !important;
        box-shadow: 0 0 0 1px rgba(12, 35, 64, 0.06) inset !important;
    }

    .m360-page .b2b-header-ref__nav-side::after {
        content: '' !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        width: 16px !important;
        height: 12px !important;
        transform: translate(-50%, -50%) !important;
        background:
            linear-gradient(#0c2340, #0c2340) center 0 / 16px 2px no-repeat,
            linear-gradient(#0c2340, #0c2340) center 5px / 16px 2px no-repeat,
            linear-gradient(#0c2340, #0c2340) center 10px / 16px 2px no-repeat !important;
        z-index: 0 !important;
    }

    .m360-page .b2b-header-ref__menu-toggle {
        position: absolute !important;
        inset: 0 !important;
        display: inline-flex !important;
        width: 100% !important;
        min-width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        flex: 0 0 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 2 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .m360-page .m360-shell,
    .m360-page .m3f-shell {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin-inline: auto !important;
    }

    .m360-page .m3f-copy {
        padding-inline: 4px !important;
        max-width: 340px !important;
    }

    .m360-page .m3f-title {
        width: 100% !important;
        max-width: 290px !important;
        font-size: 22px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .m360-page .m3f-desc {
        width: 100% !important;
        max-width: 300px !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .m360-page .m360-audience-layout {
        gap: 24px !important;
    }

    .m360-page .m360-audience-panel,
    .m360-page .m360-audience-cards {
        max-width: 340px !important;
    }

    .m360-page .m360-audience-panel__head {
        align-items: center !important;
        text-align: center !important;
    }

    .m360-page .m360-audience-panel__badge,
    .m360-page .m360-audience-panel__title,
    .m360-page .m360-audience-panel__subtitle,
    .m360-page .m360-audience-panel__stats,
    .m360-page .m360-audience-panel__stat,
    .m360-page .m360-audience-panel__stat span {
        text-align: center !important;
    }

    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__badge,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__title,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__subtitle,
    .m360-page .m360-audience-layout.is-rtl .m360-audience-panel__stat span {
        direction: rtl !important;
        text-align: center !important;
    }

    .m360-page .m360-audience-panel__title {
        font-size: 20px !important;
        line-height: 1.28 !important;
        max-width: 280px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-audience-panel__subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
        max-width: 300px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-audience-panel__brands {
        margin-top: 18px !important;
        gap: 18px !important;
        align-items: center !important;
    }

    .m360-page .m360-audience-panel__logos {
        max-width: 100% !important;
        justify-content: center !important;
    }

    .m360-page .m360-audience-panel__logo {
        width: 54px !important;
        height: 54px !important;
    }

    .m360-page .m360-audience-panel__stats {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: space-between !important;
        gap: 16px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-audience-panel__stat strong {
        font-size: 28px !important;
    }

    .m360-page .m360-audience-panel__stat span {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .m360-page .m360-products__header,
    .m360-page .m360-journey__header,
    .m360-page .m360-cta-map__head {
        gap: 12px !important;
        margin-bottom: 28px !important;
    }

    .m360-page .m360-products__header h2,
    .m360-page .m360-journey__header h2,
    .m360-page .m360-cta-map__head h2 {
        font-size: 20px !important;
        line-height: 1.28 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        max-width: 280px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__header p,
    .m360-page .m360-journey__header p,
    .m360-page .m360-cta-map__head p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        max-width: 300px !important;
        margin-inline: auto !important;
    }

    .m360-page .m360-products__grid {
        direction: ltr !important;
        width: 100% !important;
        max-width: 340px !important;
        margin-inline: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .m360-page .m360-product-card {
        min-height: 230px !important;
        border-radius: 18px !important;
    }

    .m360-page .m360-product-card h3 {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .m360-page .m360-product-card p {
        font-size: 11px !important;
        line-height: 1.45 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(1) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='rtl'] .m360-product-card:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-products[dir='ltr'] .m360-product-card:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .m360-page .m360-product-card:nth-child(2) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: calc(50% - 6px) !important;
        justify-self: center !important;
    }

    .m360-page .m360-journey__header {
        max-width: 320px !important;
        margin-inline: auto !important;
    }

.m360-page .m360-cta-map__head {
        max-width: 340px !important;
        margin-inline: auto !important;
    }
}

.m360-page .m360-map-cta {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 18px 0 30px;
    background: #f2f2f2;
}

.m360-page .m360-map-cta__wrap {
    position: relative;
    width: min(100%, 1230px);
    margin: 0 auto;
    text-align: center;
}

.m360-page .m360-map-cta__content {
    position: absolute;
    left: 50%;
    top: 104px;
    z-index: 3;
    width: 1165px;
    max-width: calc(100% - 32px);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    pointer-events: auto;
}

.m360-page .m360-map-cta__eyebrow {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: 0 auto 14px;
    color: #0b2d4b;
    font-size: clamp(15px, 1vw, 20px);
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    pointer-events: auto;
}

.m360-page .m360-map-cta__title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin: 0;
    max-width: 1165px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #0b2d4b;
    pointer-events: auto;
    text-align: center;
}

.m360-page .m360-map-cta__title-accent {
    color: #EF6B3B;
}

.m360-page .m360-map-cta__title-base {
    color: #051C2E;
}

.m360-page .m360-map-cta__description {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0;
    color: #093460;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    pointer-events: auto;
    text-align: center;
}

.m360-page .m360-map-cta__button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 304px;
    min-height: 52px;
    padding: 10px;
    margin: 0;
    border-radius: 8px;
    background: #EF6B3B;
    color: #fff;
    font-family: "STC Forward", "IBM Plex Sans Arabic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(239, 107, 59, 0.18);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
    pointer-events: auto;
}

.m360-page .m360-map-cta__button:hover {
    background: #e35f31;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(239, 107, 59, 0.25);
}

.m360-page .m360-map-cta__map {
    position: relative;
    margin-top: 0;
    min-height: 665px;
    overflow: visible;
    background: transparent;
}

.m360-page .m360-map-cta__map > img {
    display: block;
    width: 1199.34px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    filter: grayscale(0.15) brightness(1.02) contrast(1.02) saturate(0.9);
    user-select: none;
    pointer-events: none;
    background: transparent;
    mix-blend-mode: normal;
}

.m360-page .m360-map-cta__pins {
    position: absolute;
    inset: 0;
    width: min(100%, 1199px);
    margin: 0 auto;
    z-index: 4;
    pointer-events: none;
}

.m360-page .m360-map-cta__pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 0);
    opacity: 1;
    animation: m360-pin-float 4.2s ease-in-out infinite;
    transition: transform .25s ease;
}

.m360-page .m360-map-cta__pin::after {
    content: "";
    width: 2px;
    height: 54px;
    background: rgba(239, 107, 59, 0.9);
    margin-top: 0;
}

.m360-page .m360-map-cta__pin span,
.m360-page .m360-map-cta__pin strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #FFBAA1;
    box-shadow: 0 10px 24px rgba(12, 35, 64, 0.06);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.m360-page .m360-map-cta__pin span {
    border-radius: 10px 10px 0 0;
    padding: 2px 8px 1px;
    color: #0A395C;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}

.m360-page .m360-map-cta__pin strong {
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 1px 8px 2px;
    color: #EF6B3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.m360-page .m360-map-cta__pin--company {
    left: 192px;
    top: 271px;
}

.m360-page .m360-map-cta__pin--campaign {
    left: 338px;
    top: 416px;
}

.m360-page .m360-map-cta__pin--customers {
    left: 853px;
    top: 296px;
}

.m360-page .m360-map-cta__pin--rating {
    left: 968px;
    top: 434px;
}

.m360-page[dir='rtl'] .m360-map-cta__title {
    direction: rtl;
}

.m360-page[dir='rtl'] .m360-map-cta__description {
    direction: rtl;
}

.m360-page[dir='ltr'] .m360-map-cta__title,
.m360-page[dir='ltr'] .m360-map-cta__description {
    direction: ltr;
}

@keyframes m360-pin-float {
    0%,
    100% {
        transform: translate(-50%, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -6px) scale(1.01);
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .m360-page .m360-map-cta__content {
        top: 88px;
        gap: 26px;
    }

    .m360-page .m360-map-cta__title {
        max-width: 1100px;
        font-size: 42px;
    }

    .m360-page .m360-map-cta__description {
        font-size: 28px;
    }

    .m360-page .m360-map-cta__map {
        min-height: 560px;
    }
}

@media (max-width: 991px) {
    .m360-page .m360-map-cta {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .m360-page .m360-map-cta__content {
        top: 72px;
        gap: 22px;
    }

    .m360-page .m360-map-cta__title {
        gap: 0 8px;
        max-width: 760px;
        font-size: 36px;
    }

    .m360-page .m360-map-cta__description {
        max-width: 720px;
        font-size: 24px;
    }

    .m360-page .m360-map-cta__button {
        width: 250px;
        min-height: 48px;
        padding: 12px 28px;
        font-size: 18px;
    }

    .m360-page .m360-map-cta__map {
        min-height: 440px;
    }

    .m360-page .m360-map-cta__pin::after {
        height: 36px;
    }

    .m360-page .m360-map-cta__pin span,
    .m360-page .m360-map-cta__pin strong {
        min-width: 92px;
    }

    .m360-page .m360-map-cta__pin--company {
        left: 14%;
        top: 42%;
    }

    .m360-page .m360-map-cta__pin--campaign {
        left: 30%;
        top: 62%;
    }

    .m360-page .m360-map-cta__pin--customers {
        left: 72%;
        top: 46%;
    }

    .m360-page .m360-map-cta__pin--rating {
        left: 81%;
        top: 67%;
    }
}

@media (max-width: 767px) {
    .m360-page .m360-map-cta__content {
        top: 52px;
        gap: 16px;
    }

    .m360-page .m360-map-cta__title {
        max-width: 340px;
        gap: 0 6px;
        font-size: 26px;
        line-height: 1.26;
    }

    .m360-page .m360-map-cta__description {
        max-width: 330px;
        font-size: 16px;
    }

    .m360-page .m360-map-cta__button {
        width: 180px;
        min-height: 42px;
        padding: 11px 24px;
        border-radius: 8px;
        font-size: 16px;
    }

    .m360-page .m360-map-cta__map {
        min-height: 300px;
    }

    .m360-page .m360-map-cta__pin::after {
        height: 28px;
    }

    .m360-page .m360-map-cta__pin span,
    .m360-page .m360-map-cta__pin strong {
        min-width: 76px;
    }

    .m360-page .m360-map-cta__pin span {
        font-size: 9px;
        padding: 6px 7px 2px;
    }

    .m360-page .m360-map-cta__pin strong {
        font-size: 12px;
        padding: 2px 7px 6px;
    }

    .m360-page .m360-map-cta__pin--company {
        left: 14%;
        top: 41%;
    }

    .m360-page .m360-map-cta__pin--campaign {
        left: 28%;
        top: 63%;
    }

    .m360-page .m360-map-cta__pin--customers {
        left: 72%;
        top: 44%;
    }

    .m360-page .m360-map-cta__pin--rating {
        left: 81%;
        top: 66%;
    }
}
