/* ================================================================
   M2 IST Homepage — Cinematic Rebuild
   World-class dark, premium, data-driven homepage
   ================================================================ */

/* ---- Variables ---- */
:root {
    --m2-primary:     #0891b2;
    --m2-accent:      #55C8E8;
    --m2-accent-2:    #38bdf8;
    --m2-violet:      #7c3aed;
    --m2-pink:        #ec4899;
    --m2-ink:         #05141F;
    --m2-ink-2:       #0a1628;
    --m2-text:        #334155;
    --m2-muted:       #64748b;
    --m2-border:      #e2e8f0;
    --m2-bg:          #f8fafc;
    --m2-surface:     #ffffff;
    --m2-font:        'Cairo', 'Tajawal', sans-serif;
    --m2-font-num:    'Orbitron', sans-serif;
    --m2-shadow:      0 24px 64px rgba(2, 12, 27, .12);
}

/* ================================================================
   FONTS — Cairo everywhere EXCEPT icons & numerals
   ================================================================ */
.m2-ist-home { font-family: var(--m2-font); }
/* Apply Cairo to everything but skip Font Awesome / feather / icon glyphs */
.m2-ist-home :not(i):not(span[class*="fa-"]):not(.feather):not([class*="icon-"]):not(.m2-num):not(.m2-hero-brand-line) {
    font-family: var(--m2-font);
}
/* Restore icon font stacks — NEVER inherit Cairo on glyphs */
.m2-ist-home .fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
.m2-ist-home .fad {
    font-family: "Font Awesome 5 Duotone" !important;
    font-style: normal !important;
    font-weight: 900 !important;
}
.m2-ist-home .fal {
    font-family: "Font Awesome 5 Pro" !important;
    font-style: normal !important;
    font-weight: 300 !important;
}
.m2-ist-home .far {
    font-family: "Font Awesome 5 Pro" !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
.m2-ist-home .fas,
.m2-ist-home .fa-solid {
    font-family: "Font Awesome 5 Pro" !important;
    font-style: normal !important;
    font-weight: 900 !important;
}
.m2-ist-home i.fa:not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
    font-family: "Font Awesome 5 Pro" !important;
    font-style: normal !important;
    font-weight: 900 !important;
}
.m2-ist-home .feather,
.m2-ist-home [class^="icon-"],
.m2-ist-home [class*=" icon-"] {
    font-family: "feather" !important;
    font-style: normal !important;
    font-weight: normal !important;
}
/* Numbers use Orbitron */
.m2-num { font-family: var(--m2-font-num) !important; }

/* ---- Shared section primitives ---- */
.m2-section { position: relative; overflow: hidden; }
.m2-eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 700; letter-spacing: .04em;
    color: var(--m2-primary);
    background: rgba(8,145,178,.07);
    border: 1px solid rgba(8,145,178,.18);
    padding: 6px 15px; border-radius: 999px;
    margin-bottom: 18px;
}
.m2-eyebrow i { color: var(--m2-accent); }
.m2-eyebrow--light {
    color: var(--m2-accent);
    background: rgba(85,200,232,.1);
    border-color: rgba(85,200,232,.3);
}
.m2-h2 {
    font-family: var(--m2-font);
    font-weight: 800;
    font-size: clamp(1.8rem, 3.8vw, 2.85rem);
    line-height: 1.22;
    color: var(--m2-ink);
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    text-wrap: balance;
    max-width: 14em;
    margin-inline: auto;
}
.m2-h2--tight { max-width: 11em; }
.m2-h2 span { color: var(--m2-primary); }
.m2-h2--light { color: #fff; }
.m2-h2--light span { color: var(--m2-accent); }
.m2-lead {
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.85;
    color: var(--m2-muted);
    margin: 0;
}
.m2-lead--light { color: rgba(255,255,255,.66); }
.m2-section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }

/* ---- Buttons ---- */
.m2-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 30px; border-radius: 50px;
    font-size: 15px; font-weight: 700;
    text-decoration: none; cursor: pointer;
    border: 2px solid transparent;
    transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s, background .22s, border-color .22s, color .22s;
    white-space: nowrap;
}
.m2-btn i { font-size: .95em; }
.m2-btn--primary {
    background: linear-gradient(135deg, var(--m2-accent) 0%, var(--m2-primary) 100%);
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(8,145,178,.4);
}
.m2-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(8,145,178,.52);
    color: #fff !important; text-decoration: none;
}
.m2-btn--ghost {
    background: rgba(255,255,255,.06);
    color: #fff !important;
    border-color: rgba(255,255,255,.22);
    backdrop-filter: blur(8px);
}
.m2-btn--ghost:hover {
    border-color: var(--m2-accent);
    background: rgba(85,200,232,.16);
    color: #fff !important; text-decoration: none;
    transform: translateY(-3px);
}
.m2-btn--dark {
    background: var(--m2-ink); color: #fff !important;
    box-shadow: 0 10px 30px rgba(5,20,31,.25);
}
.m2-btn--dark:hover { transform: translateY(-3px); color: #fff !important; text-decoration: none; box-shadow: 0 18px 42px rgba(5,20,31,.35); }
.m2-btn--outline {
    background: transparent; color: var(--m2-ink) !important;
    border-color: var(--m2-border);
}
.m2-btn--outline:hover { border-color: var(--m2-primary); color: var(--m2-primary) !important; text-decoration: none; transform: translateY(-3px); }

/* ---- Reveal animation ---- */
[data-m2-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
}
[data-m2-reveal].is-revealed { opacity: 1; transform: none; }
[data-m2-reveal][data-delay="1"] { transition-delay: .08s; }
[data-m2-reveal][data-delay="2"] { transition-delay: .16s; }
[data-m2-reveal][data-delay="3"] { transition-delay: .24s; }
[data-m2-reveal][data-delay="4"] { transition-delay: .32s; }
[data-m2-reveal][data-delay="5"] { transition-delay: .40s; }

/* ================================================================
   HERO — Cinematic Product Showcase
   ================================================================ */
.m2-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 50% at 82% 18%, rgba(85,200,232,.18) 0%, transparent 58%),
        radial-gradient(ellipse 55% 50% at 12% 80%, rgba(124,58,237,.22) 0%, transparent 60%),
        radial-gradient(ellipse 45% 40% at 60% 55%, rgba(8,145,178,.10) 0%, transparent 62%),
        linear-gradient(165deg, #0a0626 0%, #0b0a2e 38%, #071226 78%, #05101f 100%);
    padding: 120px 0 90px;
}
/* dark scrim so the navbar (white text) stays readable */
.m2-hero::before {
    content: '';
    position: absolute; inset: 0 0 auto 0; height: 220px;
    background: linear-gradient(180deg, rgba(5,8,20,.7) 0%, transparent 100%);
    z-index: 1; pointer-events: none;
}

/* Background layers */
.m2-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
/* "01 01" binary — deepest ambient layer only */
.m2-hero__binary {
    position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 0;
    background: url(../image/header/vpn-version/binary.svg) no-repeat bottom center;
    background-size: 100% auto;
    opacity: .08; mix-blend-mode: screen; pointer-events: none;
}
.m2-hero__aurora {
    position: absolute; inset: -25% -10%;
    background: conic-gradient(from 200deg at 50% 42%,
        transparent 0deg, rgba(85,200,232,.12) 65deg,
        rgba(124,58,237,.18) 150deg, rgba(85,200,232,.1) 235deg, transparent 320deg);
    filter: blur(20px);
    animation: m2AuroraSpin 34s linear infinite;
    mix-blend-mode: screen; opacity: .8;
}
@keyframes m2AuroraSpin { to { transform: rotate(360deg); } }
.m2-hero__blob {
    position: absolute; border-radius: 50%; filter: blur(70px);
    opacity: .5; animation: m2BlobDrift 20s ease-in-out infinite alternate;
}
.m2-hero__blob--1 { width: 480px; height: 420px; top: -6%; right: -4%; background: radial-gradient(circle, rgba(85,200,232,.42) 0%, transparent 70%); }
.m2-hero__blob--2 { width: 460px; height: 400px; bottom: 0; left: -6%; background: radial-gradient(circle, rgba(124,58,237,.46) 0%, transparent 70%); animation-delay: -8s; }
@keyframes m2BlobDrift { to { transform: translate(26px, -20px) scale(1.08); } }
.m2-hero__stars {
    position: absolute; inset: -70px;
    background-image:
        radial-gradient(1.5px 1.5px at 12% 18%, rgba(255,255,255,.8), transparent),
        radial-gradient(1.5px 1.5px at 28% 62%, rgba(200,240,255,.7), transparent),
        radial-gradient(1px 1px at 47% 30%, rgba(255,255,255,.6), transparent),
        radial-gradient(1.5px 1.5px at 66% 72%, rgba(255,255,255,.7), transparent),
        radial-gradient(1px 1px at 80% 22%, rgba(200,240,255,.7), transparent),
        radial-gradient(1.5px 1.5px at 92% 56%, rgba(255,255,255,.6), transparent),
        radial-gradient(1px 1px at 38% 84%, rgba(255,255,255,.55), transparent),
        radial-gradient(1px 1px at 58% 12%, rgba(255,255,255,.6), transparent);
    animation: m2StarTwinkle 5.5s ease-in-out infinite alternate;
}
@keyframes m2StarTwinkle { 0% { opacity: 1; } 100% { opacity: .55; } }

.m2-hero .container { position: relative; z-index: 3; }
.m2-hero__content {
    position: relative; max-width: 820px; margin: 0 auto; text-align: center;
}
.m2-hero__content::before {
    content: ''; position: absolute; inset: -50px -10% 0;
    background: radial-gradient(ellipse 70% 80% at 50% 40%, rgba(6,10,24,.6) 0%, transparent 70%);
    z-index: -1; pointer-events: none;
}

/* Hero content */
.m2-hero__content { position: relative; }
.m2-hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; letter-spacing: .06em;
    color: var(--m2-accent);
    background: rgba(85,200,232,.1);
    border: 1px solid rgba(85,200,232,.3);
    padding: 7px 16px; border-radius: 999px; margin-bottom: 24px;
}
.m2-hero__badge .m2-badge-dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--m2-accent);
    box-shadow: 0 0 0 0 rgba(85,200,232,.6); animation: m2DotPulse 2s infinite;
}
@keyframes m2DotPulse {
    0% { box-shadow: 0 0 0 0 rgba(85,200,232,.55); }
    70% { box-shadow: 0 0 0 8px rgba(85,200,232,0); }
    100% { box-shadow: 0 0 0 0 rgba(85,200,232,0); }
}
.m2-hero__title {
    font-family: var(--m2-font); font-weight: 800;
    font-size: clamp(2.3rem, 5.4vw, 4.1rem);
    line-height: 1.15; color: #fff; letter-spacing: -0.02em;
    margin: 0 0 18px;
}
.m2-hero__title-label {
    display: block;
    font-size: .46em;
    font-weight: 600;
    letter-spacing: .14em;
    opacity: .55;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.m2-hero__title-foot {
    display: block;
    font-size: .58em;
    font-weight: 700;
    margin-top: .22em;
    opacity: .82;
    letter-spacing: .01em;
}
.m2-hero__title--oneliner {
    font-size: clamp(1.3rem, 2.5vw, 2.1rem);
    white-space: nowrap;
    letter-spacing: -.01em;
    line-height: 1.25;
}
.m2-title-sep {
    display: inline-block;
    color: var(--m2-accent);
    opacity: .45;
    font-weight: 300;
    margin: 0 .35em;
    font-size: .75em;
    vertical-align: middle;
    line-height: 1;
}
.m2-hero__title .grad {
    background: linear-gradient(110deg, var(--m2-accent) 0%, #a78bfa 60%, var(--m2-accent) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: m2GradShift 6s linear infinite;
}
@keyframes m2GradShift { to { background-position: 200% center; } }
.m2-hero__sub {
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    color: rgba(255,255,255,.72); line-height: 1.7; font-weight: 500;
    min-height: 1.7em; margin: 0 0 24px;
}
.m2-hero__sub .typed-cursor { color: var(--m2-accent); }

/* M2 IST brand line — same scale as product pages (coodiv-text-3 + m2-hero-title) */
.m2-hero__brand.m2-hero-title {
    margin: 0 0 14px;
    font-size: 3rem;
    letter-spacing: -1.8px;
    line-height: 1.21;
    color: #fff;
}
@media (max-width: 1200px) {
    .m2-hero__brand.m2-hero-title {
        font-size: calc(1.425rem + 2.1vw);
    }
}
.m2-ist-home .m2-hero-title .m2-hero-brand-line {
    font-family: var(--font-brand-en);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.m2-hero__ctas { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; }

/* ---- Hero cinematic space scene (full-bleed, parallax) ---- */
.m2-hero__scene { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.m2-parallax-layer { will-change: transform; }

/* Moon (small shaded sphere, top-left) */
.m2-hero__moon {
    position: absolute; left: 7%; top: 14%;
    width: 52px; height: 52px; border-radius: 50%;
    background: radial-gradient(circle at 38% 36%, #f6f9ff 0%, #d7e0f5 52%, #aab6d8 100%);
    box-shadow: inset -8px -6px 16px rgba(35,45,85,.55), 0 0 50px rgba(200,220,255,.3);
}
@media (max-width: 991px) { .m2-hero__moon { width: 38px; height: 38px; left: 8%; top: 9%; } }

/* Faint planet (right edge, ambient) */
.m2-hero__planet {
    position: absolute; right: -170px; top: -130px;
    width: 460px; height: 460px; border-radius: 50%;
    background: radial-gradient(circle at 42% 42%, rgba(124,58,237,.20) 0%, rgba(85,200,232,.06) 46%, transparent 72%);
    border: 1px solid rgba(124,58,237,.12);
    opacity: .8;
}
.m2-hero__planet::after {
    content: ''; position: absolute; inset: -44px -96px; border-radius: 50%;
    border: 1px solid rgba(85,200,232,.12);
    transform: rotate(-20deg) scaleY(.34);
}
@media (max-width: 991px) { .m2-hero__planet { opacity: .5; width: 320px; height: 320px; right: -120px; } }

/* ---- Arab-world network map (flat world map) ---- */
.m2-hero__map {
    position: relative; z-index: 3;
    max-width: 1040px; margin: 26px auto 0;
}
.m2-hero__map-view { position: relative; }
.m2-hero__map-zoom { position: relative; }
.m2-hero__map-img {
    width: 100%; display: block; opacity: .24;
    filter: brightness(1.35) saturate(1.2) drop-shadow(0 0 30px rgba(85,200,232,.15));
}
.m2-hero__points { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.m2-point {
    position: absolute; width: 12px; height: 12px; margin: -6px 0 0 -6px; cursor: pointer;
}
.m2-point::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    background: var(--m2-accent); box-shadow: 0 0 9px rgba(85,200,232,.9);
}
.m2-point::before {
    content: ''; position: absolute; left: 50%; top: 50%; width: 30px; height: 30px;
    transform: translate(-50%,-50%); border-radius: 50%;
    background: radial-gradient(circle, rgba(85,200,232,.45) 0%, rgba(85,200,232,0) 70%);
    animation: m2Breathe 2.6s ease-out infinite; animation-delay: var(--d, 0s);
}
@keyframes m2Breathe {
    0% { transform: translate(-50%,-50%) scale(.4); opacity: .95; }
    100% { transform: translate(-50%,-50%) scale(1.9); opacity: 0; }
}
.m2-point--hq { width: 16px; height: 16px; margin: -8px 0 0 -8px; z-index: 4; }
.m2-point--hq::after { background: #fff; box-shadow: 0 0 16px rgba(85,200,232,1), 0 0 6px #fff; }
.m2-point--hq::before { width: 48px; height: 48px; background: radial-gradient(circle, rgba(85,200,232,.6) 0%, rgba(85,200,232,0) 70%); }
.m2-point__label {
    position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
    background: rgba(8,14,30,.96); color: #cfeffb;
    border: 1px solid rgba(85,200,232,.4);
    font-family: var(--m2-font-num); font-size: 10.5px; font-weight: 700;
    padding: 3px 10px; border-radius: 8px; white-space: nowrap;
    opacity: 0; pointer-events: none; transition: opacity .18s, transform .18s; z-index: 30;
}
.m2-point:hover { z-index: 20; }
.m2-point:hover .m2-point__label { opacity: 1; transform: translateX(-50%) translateY(-3px); }
.m2-point__label::after {
    content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%);
    border-left: 5px solid transparent; border-right: 5px solid transparent;
    border-top: 5px solid rgba(85,200,232,.4);
}

/* ---- Network links radiating from M2 HQ to every Arab country ---- */
.m2-hero__links {
    position: absolute; inset: 0; width: 100%; height: 100%;
    overflow: visible; pointer-events: none; z-index: 1;
}
.m2-hero__links line {
    stroke: rgba(85,200,232,.22); stroke-width: 1px; vector-effect: non-scaling-stroke;
    stroke-dasharray: 4 6; animation: m2Flow 3.4s linear infinite; animation-delay: var(--d, 0s);
}
@keyframes m2Flow { to { stroke-dashoffset: -40; } }

/* ---- Embrace: circle hugging the Arab cluster ---- */
.m2-hero__embrace {
    position: absolute; left: 53%; top: 46%; transform: translate(-50%,-50%);
    width: min(38%, 400px); aspect-ratio: 1 / 1; pointer-events: none; z-index: 2;
}
.m2-hero__embrace-glow {
    position: absolute; inset: -18%; border-radius: 50%;
    background: radial-gradient(ellipse at 50% 46%, rgba(85,200,232,.16) 0%, rgba(124,58,237,.08) 42%, transparent 72%);
}
.m2-hero__embrace-arc {
    position: absolute; inset: 0; border-radius: 50%;
    border: 1.5px solid transparent;
    border-left-color: rgba(85,200,232,.45);
    border-right-color: rgba(167,139,250,.4);
    box-shadow: 0 0 40px rgba(85,200,232,.1);
    animation: m2EmbracePulse 5s ease-in-out infinite;
}
@keyframes m2EmbracePulse {
    0%,100% { transform: scale(1); opacity: .9; }
    50% { transform: scale(1.04); opacity: 1; }
}

/* ---- M2 emblem above the region (logo + marketing line) ---- */
.m2-hero__emblem {
    position: absolute; left: 53%; top: 18%; transform: translate(-50%,-50%);
    z-index: 6; display: inline-flex; align-items: center; gap: 11px;
    padding: 8px 18px 8px 10px; border-radius: 999px;
    background: linear-gradient(135deg, rgba(10,18,40,.82), rgba(8,30,46,.7));
    border: 1px solid rgba(85,200,232,.35);
    box-shadow: 0 14px 40px rgba(2,12,27,.45), 0 0 30px rgba(85,200,232,.16), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(10px); white-space: nowrap;
}
.m2-hero__emblem-icon {
    width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: radial-gradient(circle at 50% 35%, rgba(85,200,232,.22), rgba(85,200,232,.04));
    border: 1px solid rgba(85,200,232,.4);
}
.m2-hero__emblem-icon img { width: 26px; height: 26px; object-fit: contain; }
.m2-hero__emblem-text {
    font-family: var(--m2-font); font-size: 14px; font-weight: 600; color: rgba(255,255,255,.82);
    letter-spacing: .01em;
}
.m2-hero__emblem-text strong {
    font-family: var(--m2-font-num); font-weight: 800; color: #fff;
}
@media (max-width: 575px) {
    .m2-hero__emblem { gap: 8px; padding: 6px 13px 6px 7px; }
    .m2-hero__emblem-icon { width: 32px; height: 32px; border-radius: 10px; }
    .m2-hero__emblem-icon img { width: 21px; height: 21px; }
    .m2-hero__emblem-text { font-size: 11.5px; }
}

.m2-hero__map-stats {
    display: flex; justify-content: center; gap: clamp(28px, 7vw, 84px);
    margin-top: 14px; flex-wrap: wrap;
}
.m2-hero__map-stat { text-align: center; }
.m2-hero__map-stat .m2-num {
    display: block; font-family: var(--m2-font-num); font-weight: 800; line-height: 1.1;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    background: linear-gradient(110deg, #fff 10%, var(--m2-accent) 90%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.m2-hero__map-stat small { display: block; color: rgba(255,255,255,.6); font-size: 12px; margin-top: 2px; }
@media (max-width: 575px) {
    .m2-hero__map-stats { gap: 22px; }
    .m2-point__label { font-size: 9px; }
}

/* Shooting stars */
.m2-hero__shoot {
    position: absolute; width: 130px; height: 2px; border-radius: 2px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    opacity: 0;
}
.m2-hero__shoot--1 { top: 16%; right: 22%; animation: m2Shoot 8s ease-in 1.5s infinite; }
.m2-hero__shoot--2 { top: 40%; right: 46%; animation: m2Shoot 11s ease-in 5s infinite; }
@keyframes m2Shoot {
    0% { opacity: 0; transform: translate(0,0) rotate(-22deg); }
    4% { opacity: .9; }
    16% { opacity: 0; transform: translate(-300px,110px) rotate(-22deg); }
    100% { opacity: 0; transform: translate(-300px,110px) rotate(-22deg); }
}

/* Scroll hint */
.m2-hero__scroll {
    position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
    z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .1em;
}
.m2-hero__scroll-mouse {
    width: 22px; height: 34px; border: 2px solid rgba(255,255,255,.4); border-radius: 12px;
    position: relative;
}
.m2-hero__scroll-mouse::after {
    content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
    width: 3px; height: 7px; border-radius: 2px; background: var(--m2-accent);
    animation: m2ScrollDot 1.7s ease-in-out infinite;
}
@keyframes m2ScrollDot { 0% { opacity: 0; top: 6px; } 40% { opacity: 1; } 80% { opacity: 0; top: 16px; } 100% { opacity: 0; } }

/* ================================================================
   TRUST STRIP
   ================================================================ */
.m2-trust {
    position: relative;
    background: linear-gradient(90deg, #04101b 0%, #071f33 50%, #04101b 100%);
    border-top: 1px solid rgba(85,200,232,.16);
    border-bottom: 1px solid rgba(85,200,232,.08);
    padding: 20px 0;
}
.m2-trust::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--m2-accent), var(--m2-violet), var(--m2-accent), transparent);
    opacity: .6;
}
.m2-trust__row {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap: 14px 34px;
}
.m2-trust__item {
    display: flex; align-items: center; gap: 10px;
    color: rgba(255,255,255,.72); font-size: 14px; font-weight: 500;
}
.m2-trust__item i { color: var(--m2-accent); font-size: 1.05rem; }
.m2-trust__item strong { color: #fff; font-weight: 700; }
.m2-trust__sep { width: 1px; height: 22px; background: rgba(255,255,255,.12); }
@media (max-width: 767px) { .m2-trust__sep { display: none; } }

/* ================================================================
   WHO WE ARE
   ================================================================ */
.m2-who { background: var(--m2-surface); padding: 96px 0; }
.m2-who__grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
@media (max-width: 991px) { .m2-who__grid { grid-template-columns: 1fr; gap: 40px; } }
.m2-who__statement {
    font-family: var(--m2-font); font-weight: 800;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.4;
    color: var(--m2-ink); margin: 0 0 18px;
}
.m2-who__statement .hl { color: var(--m2-primary); }
.m2-who__text { color: var(--m2-text); line-height: 1.95; font-size: 1.02rem; margin: 0 0 16px; }
.m2-who__signature {
    display: flex; align-items: center; gap: 12px; margin-top: 26px;
    padding-top: 22px; border-top: 1px solid var(--m2-border);
}
.m2-who__signature img { height: 34px; width: auto; }
.m2-who__signature span { font-size: 13px; color: var(--m2-muted); }
/* Pillars visual */
.m2-who__pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 479px) { .m2-who__pillars { grid-template-columns: 1fr; } }
.m2-pillar {
    background: linear-gradient(160deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid var(--m2-border); border-radius: 18px; padding: 24px 22px;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.m2-pillar:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(8,145,178,.1); border-color: rgba(8,145,178,.28); }
.m2-pillar__icon {
    width: 46px; height: 46px; border-radius: 13px; margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
    color: #fff; background: linear-gradient(135deg, var(--m2-accent), var(--m2-primary));
}
.m2-pillar__title { font-weight: 700; font-size: 15px; color: var(--m2-ink); margin-bottom: 7px; }
.m2-pillar__desc { font-size: 13px; color: var(--m2-muted); line-height: 1.7; margin: 0; }

/* ================================================================
   WHAT WE DO — Intelligent Systems concept
   ================================================================ */
.m2-what {
    position: relative; padding: 100px 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(8,145,178,.06) 0%, transparent 60%),
        var(--m2-bg);
}
.m2-what__flow {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
    max-width: 1000px; margin: 0 auto;
}
@media (max-width: 767px) { .m2-what__flow { grid-template-columns: 1fr; } }
.m2-flow-step {
    position: relative; background: var(--m2-surface);
    border: 1px solid var(--m2-border); border-radius: 20px; padding: 30px 26px;
    text-align: center;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.m2-flow-step:hover { transform: translateY(-6px); box-shadow: var(--m2-shadow); border-color: rgba(8,145,178,.28); }
.m2-flow-step__num {
    font-family: var(--m2-font-num); font-size: 12px; font-weight: 700; color: var(--m2-primary);
    background: rgba(8,145,178,.08); border-radius: 8px; padding: 4px 10px; display: inline-block; margin-bottom: 16px;
}
.m2-flow-step__icon {
    width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 18px;
    display: flex; align-items: center; justify-content: center; font-size: 1.7rem; color: #fff;
    background: linear-gradient(135deg, var(--m2-accent), var(--m2-primary));
    box-shadow: 0 12px 28px rgba(8,145,178,.3);
}
.m2-flow-step__title { font-weight: 800; font-size: 1.15rem; color: var(--m2-ink); margin-bottom: 9px; }
.m2-flow-step__desc { font-size: .92rem; color: var(--m2-muted); line-height: 1.75; margin: 0; }
.m2-flow-step:not(:last-child)::after {
    content: '\f104'; /* fa angle-left (RTL flow) */
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute; top: 50%; left: -22px; transform: translateY(-50%);
    color: rgba(8,145,178,.4); font-size: 1.3rem; z-index: 2;
}
@media (max-width: 767px) {
    .m2-flow-step:not(:last-child)::after { content: '\f107'; top: auto; bottom: -22px; left: 50%; transform: translateX(-50%); }
}

/* ================================================================
   ECOSYSTEM — BOX spotlight + data-driven grid
   ================================================================ */
.m2-eco { background: var(--m2-surface); padding: 100px 0 96px; position: relative; overflow: hidden; }
.m2-eco__mesh {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 45% 40% at 8% 12%, rgba(85,200,232,.06) 0%, transparent 60%),
        radial-gradient(ellipse 40% 35% at 92% 88%, rgba(124,58,237,.05) 0%, transparent 55%);
}

/* Spotlight (M2 BOX) */
.m2-spotlight {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center;
    background: linear-gradient(150deg, #06283b 0%, #0a1640 55%, #071f33 100%);
    border: 1px solid rgba(85,200,232,.3);
    border-radius: 28px; padding: 48px 46px; margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(8,145,178,.18);
}
.m2-spotlight::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse 60% 70% at 85% 10%, rgba(85,200,232,.2) 0%, transparent 55%);
}
.m2-spotlight::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--m2-accent), var(--m2-violet), var(--m2-accent));
}
@media (max-width: 991px) { .m2-spotlight { grid-template-columns: 1fr; gap: 30px; padding: 38px 28px; } }
.m2-spotlight__content { position: relative; z-index: 1; }
.m2-spotlight__badge {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 700; color: #06283b;
    background: var(--m2-accent); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.m2-spotlight__logo-wrap { margin-bottom: 18px; display: block; }
.m2-spotlight__logo-wrap--lg.m2-logo-trim--wordmark {
    height: 72px;
}
.m2-spotlight__logo-wrap--lg img {
    width: auto !important;
    height: 100% !important;
    max-height: 72px;
    object-fit: contain;
}
.m2-spotlight__title {
    font-weight: 800;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    color: #fff;
    line-height: 1.25;
    margin: 0 0 14px;
    text-wrap: balance;
    max-width: 13em;
}
.m2-spotlight__title--oneliner {
    white-space: nowrap;
    letter-spacing: -.01em;
    max-width: none;
}
.m2-spotlight__title .grad {
    background: linear-gradient(110deg, var(--m2-accent) 0%, #a78bfa 60%, var(--m2-accent) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: m2GradShift 6s linear infinite;
}
.m2-spotlight__desc { color: rgba(255,255,255,.72); line-height: 1.85; font-size: 1.02rem; margin: 0 0 22px; }
.m2-spotlight__features {
    list-style: none; padding: 0; margin: 0 0 26px;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 16px;
}
.m2-spotlight__features--2x3 {
    grid-template-rows: repeat(2, auto);
}
@media (max-width: 767px) {
    .m2-spotlight__features,
    .m2-spotlight__features--2x3 { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
}
@media (max-width: 479px) { .m2-spotlight__features { grid-template-columns: 1fr; } }
.m2-spotlight__features li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); font-size: 14px; }
.m2-spotlight__features i { color: var(--m2-accent); }
/* Spotlight visual — mock email UI */
.m2-spotlight__visual { position: relative; z-index: 1; }
.m2-mockwin {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px; overflow: hidden; backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(2,8,24,.4);
}
.m2-mockwin__bar { display: flex; align-items: center; gap: 6px; padding: 12px 14px; background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.08); }
.m2-mockwin__dot { width: 10px; height: 10px; border-radius: 50%; }
.m2-mockwin__dot:nth-child(1){ background:#ff5f57;} .m2-mockwin__dot:nth-child(2){ background:#febc2e;} .m2-mockwin__dot:nth-child(3){ background:#28c840;}
.m2-mockwin__title { margin-right: auto; font-size: 12px; color: rgba(255,255,255,.55); }
.m2-mockwin__body { padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.m2-mockmail { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 11px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); }
.m2-mockmail__avatar { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size: 13px; }
.m2-mockmail__line1 { height: 8px; width: 60%; background: rgba(255,255,255,.35); border-radius: 4px; margin-bottom: 6px; }
.m2-mockmail__line2 { height: 7px; width: 90%; background: rgba(255,255,255,.15); border-radius: 4px; }
.m2-mockmail__time { font-size: 10px; color: rgba(255,255,255,.4); }

/* Ecosystem grid (data-driven) */
.m2-eco__head { position: relative; z-index: 1; }
.m2-eco__grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px;
}
@media (max-width: 991px) { .m2-eco__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .m2-eco__grid { grid-template-columns: 1fr; } }
.m2-eco-card {
    position: relative; display: flex; flex-direction: column; align-items: flex-start;
    background: var(--m2-surface); border: 1.5px solid var(--m2-border);
    border-radius: 18px; padding: 24px 22px; text-decoration: none; overflow: visible;
    min-height: 248px;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s, border-color .28s;
}
.m2-eco-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--m2-accent), var(--m2-primary));
    transform: scaleX(0); transform-origin: right; transition: transform .3s;
}
.m2-eco-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(8,145,178,.14); border-color: rgba(8,145,178,.3); text-decoration: none; }
.m2-eco-card:hover::before { transform: scaleX(1); }

/* Product icons — بلاطة موحّدة + لوجو أصغر جواها (يخفّي فرق الأحجام) */
.m2-eco-icon {
    display: block;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.m2-eco-icon__slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(8, 145, 178, 0.07) 0%, rgba(85, 200, 232, 0.12) 100%);
    border: 1px solid rgba(8, 145, 178, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    flex-shrink: 0;
    transition: background .25s, border-color .25s, box-shadow .25s;
}
.m2-eco-icon--lg .m2-eco-icon__slot {
    width: 96px;
    height: 96px;
    border-radius: 24px;
}
.m2-eco-icon__slot img {
    display: block;
    width: 58px;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: center;
}
.m2-eco-icon--lg .m2-eco-icon__slot img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
}
.m2-eco-card:hover .m2-eco-icon__slot {
    background: linear-gradient(155deg, rgba(8, 145, 178, 0.11) 0%, rgba(85, 200, 232, 0.17) 100%);
    border-color: rgba(8, 145, 178, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 18px rgba(8, 145, 178, 0.08);
}
.m2-eco-card--soon .m2-eco-icon__slot {
    background: linear-gradient(155deg, rgba(124, 58, 237, 0.05) 0%, rgba(148, 163, 184, 0.1) 100%);
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.m2-eco-card--soon .m2-eco-icon__slot img {
    opacity: 0.9;
}

.m2-eco-card__name { font-family: var(--m2-font-num); font-size: .92rem; font-weight: 700; color: var(--m2-ink); margin-bottom: 9px; width: 100%; }
.m2-eco-card__desc { font-size: .84rem; color: var(--m2-muted); line-height: 1.65; flex: 1; margin-bottom: 16px; width: 100%; min-height: 4.4em; }
.m2-eco-card__link { font-size: .82rem; font-weight: 700; color: var(--m2-primary); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; min-height: 22px; width: 100%; }
.m2-eco-card--soon .m2-eco-card__name { color: var(--m2-muted); }
.m2-eco-card--soon .m2-eco-card__desc { color: #94a3b8; }
.m2-eco-card--soon .m2-eco-card__link { color: #94a3b8; cursor: default; }
.m2-eco-card__soon-badge {
    position: absolute; top: 16px; left: 16px;
    font-size: 10px; font-weight: 700; color: var(--m2-violet);
    background: rgba(124,58,237,.1); border: 1px solid rgba(124,58,237,.25);
    padding: 3px 9px; border-radius: 999px;
}

/* ================================================================
   WHY US
   ================================================================ */
.m2-why {
    position: relative; padding: 100px 0;
    background: linear-gradient(160deg, #061425 0%, #0a1430 55%, #05101f 100%);
    overflow: hidden;
}
.m2-why::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(85,200,232,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(85,200,232,.04) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
}
.m2-why__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 991px) { .m2-why__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .m2-why__grid { grid-template-columns: 1fr; } }
.m2-why-card {
    background: rgba(255,255,255,.04); border: 1px solid rgba(85,200,232,.16);
    border-radius: 18px; padding: 28px 24px; backdrop-filter: blur(6px);
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m2-why-card:hover { transform: translateY(-6px); border-color: rgba(85,200,232,.5); box-shadow: 0 18px 44px rgba(8,145,178,.18); }
.m2-why-card__icon {
    width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff;
    background: linear-gradient(135deg, var(--m2-accent), var(--m2-primary));
}
.m2-why-card__title { font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 9px; }
.m2-why-card__desc { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.75; margin: 0; }

/* Global infra ribbon */
.m2-infra {
    position: relative; z-index: 1; margin-top: 26px;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 30px;
    background: rgba(255,255,255,.03); border: 1px solid rgba(85,200,232,.14);
    border-radius: 18px; padding: 22px 28px;
}
.m2-infra__item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 14px; }
.m2-infra__item i { color: var(--m2-accent); font-size: 1.15rem; }
.m2-infra__item strong { color: #fff; }

/* ================================================================
   REVIEWS (slick slider)
   ================================================================ */
.m2-reviews { background: var(--m2-bg); padding: 100px 0; position: relative; overflow: hidden; }
.m2-reviews__track { position: relative; z-index: 1; }
.m2-reviews__track .slick-track { display: flex; }
.m2-reviews__track .slick-slide { height: auto; margin: 0 11px; }
.m2-reviews__track .slick-list { overflow: hidden; padding: 10px 0 30px; margin: 0 -11px; }
.m2-review {
    background: var(--m2-surface); border: 1px solid var(--m2-border);
    border-radius: 20px; padding: 28px 26px; height: 100%;
    display: flex; flex-direction: column;
    box-shadow: 0 6px 24px rgba(2,12,27,.05);
}
.m2-review__stars { color: #fbbf24; font-size: 13px; margin-bottom: 14px; }
.m2-review__quote { color: var(--m2-text); line-height: 1.9; font-size: .95rem; flex: 1; margin: 0 0 20px; }
.m2-review__person { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--m2-border); }
.m2-review__avatar {
    width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px;
    background: linear-gradient(135deg, var(--m2-accent), var(--m2-primary));
}
.m2-review__name { font-weight: 700; color: var(--m2-ink); font-size: 14px; }
.m2-review__product { font-size: 12px; color: var(--m2-muted); }
.m2-reviews__dots { margin-top: 6px; }
.m2-reviews__track .slick-dots { display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 8px 0 0; }
.m2-reviews__track .slick-dots li button {
    width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%;
    background: rgba(8,145,178,.25); text-indent: -9999px; overflow: hidden; cursor: pointer; transition: all .2s;
}
.m2-reviews__track .slick-dots li.slick-active button { background: var(--m2-primary); width: 26px; border-radius: 5px; }

/* ================================================================
   STATS
   ================================================================ */
.m2-stats {
    position: relative; padding: 96px 0;
    background: linear-gradient(150deg, #05141F 0%, #0a1f38 50%, #05141F 100%);
    overflow: hidden;
}
.m2-stats::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(85,200,232,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(85,200,232,.03) 1px, transparent 1px);
    background-size: 40px 40px;
}
.m2-stats::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--m2-accent), var(--m2-violet), var(--m2-accent));
}
.m2-stats__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 991px) { .m2-stats__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .m2-stats__grid { grid-template-columns: 1fr; } }
.m2-stat {
    position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(85,200,232,.16);
    border-radius: 18px; padding: 30px 24px; text-align: center; overflow: hidden;
    transition: transform .28s, border-color .28s, box-shadow .28s;
}
.m2-stat::before {
    content: ''; position: absolute; top: -40%; right: -20%; width: 120px; height: 120px;
    background: radial-gradient(circle, rgba(85,200,232,.18) 0%, transparent 70%); pointer-events: none;
}
.m2-stat:hover { transform: translateY(-6px) scale(1.02); border-color: rgba(85,200,232,.5); box-shadow: 0 16px 40px rgba(8,145,178,.16); }
.m2-stat__num {
    font-family: var(--m2-font-num); font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 700;
    color: var(--m2-accent); line-height: 1; margin-bottom: 10px;
    text-shadow: 0 0 30px rgba(85,200,232,.35);
}
.m2-stat__num .unit { font-size: .5em; }
.m2-stat__title { color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.m2-stat__desc { color: rgba(255,255,255,.5); font-size: 12.5px; line-height: 1.65; margin: 0; }

/* ================================================================
   CTA
   ================================================================ */
.m2-cta { background: linear-gradient(180deg, var(--m2-bg) 0%, #eef6fb 100%); padding: 96px 0; }
.m2-cta__card {
    position: relative; overflow: hidden; text-align: center;
    background: linear-gradient(150deg, #06283b 0%, #0a1640 50%, #071f33 100%);
    border: 1px solid rgba(85,200,232,.28);
    border-radius: 30px; padding: 70px 48px;
    box-shadow: 0 36px 90px rgba(8,145,178,.22);
}
.m2-cta__card::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 70% 70% at 50% -10%, rgba(85,200,232,.22) 0%, transparent 55%),
        radial-gradient(ellipse 40% 50% at 88% 92%, rgba(124,58,237,.16) 0%, transparent 50%);
}
.m2-cta__card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--m2-accent), var(--m2-violet), var(--m2-accent));
    background-size: 200% 100%; animation: m2GradShift 4s linear infinite;
}
.m2-cta__title {
    position: relative; z-index: 1;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 14px;
    font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #fff; margin: 0 0 14px;
}
.m2-cta__title-text { line-height: 1.2; }
.m2-cta__title .m2-hero-brand-line {
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
}
.m2-cta__title .m2-ai-sparkle { width: 22px; height: 22px; }
.m2-cta__sub { position: relative; z-index: 1; color: rgba(255,255,255,.66); font-size: 1.08rem; line-height: 1.8; margin: 0 auto 32px; max-width: 580px; }
.m2-cta__btns { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }

/* ================================================================
   REDUCED MOTION
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
    .m2-hero__aurora, .m2-hero__blob, .m2-hero__stars,
    .m2-point::before, .m2-hero__shoot, .m2-hero__scroll-mouse::after, .m2-hero__embrace-arc, .m2-hero__links line,
    .m2-hero__badge .m2-badge-dot, .m2-hero__title .grad,
    .m2-cta__card::after {
        animation: none !important;
    }
    [data-m2-reveal] { transition: none !important; opacity: 1 !important; transform: none !important; }
}
