/* =========================================================
   HOMEPAGE
========================================================= */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 104px 0 92px;
    color: #fff;
    background:
        radial-gradient(circle at 75% 30%, rgba(21, 148, 71, .3), transparent 34%),
        linear-gradient(135deg, #06110c, #0b2417);
}
.hero-glow {
    position: absolute;
    top: -150px;
    right: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(85, 211, 109, .35);
    border-radius: 50%;
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 70px;
    align-items: center;
}
.hero-copy h1 {
    max-width: 720px;
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(3rem, 5vw, 4.7rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}
.hero-lead {
    max-width: 700px;
    margin: 0;
    color: #c5d4cb;
    font-size: 1.16rem;
    line-height: 1.75;
}
.hero-badge {
    display: inline-flex;
    margin-bottom: 28px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
}
.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    color: #aebfb4;
    font-size: .9rem;
}
.hero-proof span::before {
    margin-right: 7px;
    color: var(--green-light);
    content: "âœ“";
}
.hero-visual { position: relative; min-width: 0; }
.hero-visual > img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}
.floating-card {
    position: absolute;
    bottom: -28px;
    left: -30px;
    display: grid;
    padding: 20px 24px;
    border-radius: 18px;
    color: var(--ink);
    background: #fff;
    box-shadow: var(--shadow);
}
.floating-card span { color: var(--muted); font-size: .88rem; }
.trust-strip { padding: 26px 0; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; color: #46544b; font-size: .86rem; font-weight: 800; text-align: center; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.large-copy { font-size: clamp(1.3rem, 2.5vw, 2rem); line-height: 1.5; }
.services-home, .industries-section { background: var(--off); }
.service-card { padding: 32px; }
.service-card > span, .service-number { color: var(--green); font-size: .8rem; font-weight: 800; }
.section-action { margin-top: 38px; }
.why-us { color: #dce7df; background: var(--ink); }
.why-us h2, .why-us h3 { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255, 255, 255, .12); }
.why-item { padding: 38px; background: var(--ink); }
.ai-agent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.ai-agent-grid img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { margin: 26px 0 34px; padding: 0; list-style: none; }
.check-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { margin-right: 10px; color: var(--green); font-weight: 900; content: "âœ“"; }
.stats-section { padding: 60px 0; color: #fff; background: var(--green); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.stat { text-align: center; }
.stat strong { display: block; font-family: Poppins, sans-serif; font-size: 3rem; }
.stat span { font-weight: 700; }
.industry-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.industry-pills span { padding: 13px 20px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding-top: 24px; border-top: 3px solid var(--green); }
.process-grid span { color: var(--green); font-weight: 800; }
.testimonial-section { background: linear-gradient(135deg, #edf9f0, #fff); }
.testimonial-card { max-width: 1000px; margin: auto; padding: 58px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
blockquote { margin: 0 0 24px; font-family: Poppins, sans-serif; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.35; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: 1.1rem; font-weight: 800; }
.faq-list details p { padding-top: 14px; color: var(--muted); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cta-section { padding: 80px 0; color: #fff; background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { color: #fff; }
.cta-inner .eyebrow { color: #bff7ca; }
.services-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-page-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); }
.service-page-card a { color: var(--green-dark); font-weight: 800; }
@media (max-width: 960px) {
    .hero-grid, .split-layout, .ai-agent-grid, .faq-layout { grid-template-columns: 1fr; }
    .hero-grid { gap: 50px; }
    .hero-copy h1 { max-width: 800px; font-size: clamp(3rem, 8vw, 4.4rem); }
    .hero-visual { max-width: 760px; margin: auto; }
    .trust-grid, .process-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .posts-grid { grid-template-columns: 1fr 1fr; }
    .floating-card { left: 20px; }
    .services-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .hero-section { padding: 72px 0 60px; }
    .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 3.45rem); line-height: 1.06; }
    .hero-lead { font-size: 1.05rem; }
    .hero-proof { flex-direction: column; gap: 10px; }
    .floating-card { position: relative; bottom: auto; left: auto; width: 100%; margin-top: 18px; }
    .trust-grid, .process-grid, .stats-grid, .posts-grid, .why-grid { grid-template-columns: 1fr; }
    .testimonial-card { padding: 34px 24px; }
    .cta-inner { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   HOMEPAGE HERO VIDEO
========================================================= */

.hero-video-wrap {
    position: relative;
    min-width: 0;
    overflow: visible;
}

.hero-video-wrap::before {
    position: absolute;
    inset: -1px;
    z-index: 0;
    border-radius: 29px;
    background: linear-gradient(
        90deg,
        var(--uae-red),
        var(--uae-green),
        var(--uae-white),
        var(--uae-black)
    );
    content: "";
}

.hero-video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
    border-radius: 28px;
    background: #06110c;
    object-fit: cover;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 28px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.04),
        rgba(0, 0, 0, 0.18)
    );
}

.hero-video-wrap .floating-card {
    z-index: 3;
}

@media (max-width: 640px) {

    .hero-video {
        aspect-ratio: 16 / 10;
    }

}

/* =========================================================
   HOMEPAGE CREDIBILITY / TRUSTED SECTION
========================================================= */

.trusted-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: #dce7df;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(0, 154, 68, 0.18),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #07110b 58%,
            #0a2115 100%
        );
}

.trusted-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.trusted-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.trusted-heading h2 {
    margin-bottom: 22px;
    color: var(--uae-white);
    font-size: clamp(2.4rem, 4.5vw, 4.4rem);
    line-height: 1.08;
}

.trusted-heading h2 span {
    display: block;
    color: var(--green-light);
}

.trusted-heading > p:last-child {
    max-width: 760px;
    margin: 0 auto;
    color: #aebfb4;
    font-size: 1.08rem;
    line-height: 1.8;
}

.trusted-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.trusted-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.045);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.trusted-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--uae-green);
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.35s ease;
    content: "";
}

.trusted-card:nth-child(2)::before,
.trusted-card:nth-child(6)::before {
    background: var(--uae-red);
}

.trusted-card:nth-child(4)::before {
    background: var(--uae-white);
}

.trusted-card:nth-child(5)::before {
    background:
        linear-gradient(
            90deg,
            var(--uae-red),
            var(--uae-green),
            var(--uae-white),
            var(--uae-black)
        );
}

.trusted-card:hover {
    border-color: rgba(53, 210, 111, 0.42);
    background: rgba(255, 255, 255, 0.075);
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
}

.trusted-card:hover::before {
    transform: scaleX(1);
}

.trusted-card-featured {
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(53, 210, 111, 0.21),
            transparent 34%
        ),
        rgba(0, 154, 68, 0.1);
}

.trusted-card-security {
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(206, 17, 38, 0.15),
            transparent 34%
        ),
        rgba(255, 255, 255, 0.045);
}

.trusted-icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    border: 1px solid rgba(53, 210, 111, 0.26);
    border-radius: 18px;
    color: var(--green-light);
    background: rgba(0, 154, 68, 0.1);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.trusted-icon svg {
    width: 29px;
    height: 29px;
}

.trusted-card:nth-child(2) .trusted-icon,
.trusted-card:nth-child(6) .trusted-icon {
    border-color: rgba(206, 17, 38, 0.3);
    color: #ff8795;
    background: rgba(206, 17, 38, 0.1);
}

.trusted-card:hover .trusted-icon {
    color: var(--uae-white);
    background: var(--uae-green);
    transform: scale(1.07);
}

.trusted-card:nth-child(2):hover .trusted-icon,
.trusted-card:nth-child(6):hover .trusted-icon {
    background: var(--uae-red);
}

.trusted-number {
    position: absolute;
    top: 34px;
    right: 34px;
    color: rgba(255, 255, 255, 0.32);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.trusted-card h3 {
    margin-bottom: 16px;
    color: var(--uae-white);
    font-size: 1.55rem;
}

.trusted-card p {
    margin: 0;
    color: #aebfb4;
    line-height: 1.75;
}

.trusted-action {
    margin-top: 48px;
    text-align: center;
}

.trusted-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--uae-green);
    color: var(--uae-white);
    font-weight: 800;
}

.trusted-text-link:hover {
    border-color: var(--uae-red);
    color: var(--green-light);
}

.trusted-text-link span {
    font-size: 1.3rem;
    transition: transform 0.25s ease;
}

.trusted-text-link:hover span {
    transform: translateX(5px);
}

@media (max-width: 960px) {

    .trusted-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {

    .trusted-section {
        padding: 78px 0;
    }

    .trusted-grid {
        grid-template-columns: 1fr;
    }

    .trusted-card {
        min-height: auto;
        padding: 30px 25px;
    }

}

/* =========================================================
   HOMEPAGE 20% GROWTH OPPORTUNITY
========================================================= */

.growth-opportunity-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--uae-white);
}

.growth-opportunity-section::before {
    position: absolute;
    top: -240px;
    left: -240px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.07);
    content: "";
}

.growth-opportunity-grid {
    position: relative;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 85px;
}

.growth-opportunity-copy h2 {
    margin-bottom: 26px;
    font-size: clamp(2.5rem, 4.7vw, 4.6rem);
    line-height: 1.08;
}

.growth-opportunity-copy h2 span {
    color: var(--uae-green);
}

.growth-opportunity-lead {
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
}

.growth-opportunity-copy > p:not(.eyebrow):not(.growth-claim-note) {
    max-width: 680px;
}

.growth-opportunity-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.growth-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 800;
}

.growth-secondary-link:hover {
    color: var(--uae-green);
}

.growth-secondary-link span {
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.growth-secondary-link:hover span {
    transform: translateX(5px);
}

.growth-claim-note {
    max-width: 680px;
    margin: 28px 0 0;
    padding-left: 18px;
    border-left: 3px solid var(--uae-red);
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.65;
}


/* DASHBOARD */

.growth-opportunity-visual {
    min-width: 0;
}

.growth-dashboard {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 94% 5%,
            rgba(0, 154, 68, 0.3),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #000000,
            #07150e 62%,
            #0a2617
        );
    box-shadow: var(--shadow-lg);
}

.growth-dashboard::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.growth-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.growth-dashboard-header span {
    display: block;
    color: #8fa299;
    font-size: 0.76rem;
}

.growth-dashboard-header strong {
    color: var(--uae-white);
    font-family: var(--heading-font);
}

.growth-dashboard-header i {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green-light);
    box-shadow: 0 0 20px rgba(53, 210, 111, 0.9);
}

.growth-model-primary {
    padding: 34px 0;
    text-align: center;
}

.growth-model-primary > span {
    display: block;
    color: #9aada2;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.growth-model-primary > strong {
    display: block;
    margin: 8px 0;
    color: var(--green-light);
    font-family: var(--heading-font);
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 1;
}

.growth-model-primary p {
    max-width: 470px;
    margin: 0 auto;
    color: #8fa198;
    font-size: 0.82rem;
}

.growth-model-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-model-grid article {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.growth-model-label {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    color: #9caf9f;
    font-size: 0.74rem;
}

.growth-model-label strong {
    color: var(--uae-white);
    font-size: 0.76rem;
}

.growth-model-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.growth-model-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--uae-green);
}

.growth-model-grid article:nth-child(2) .growth-model-track i {
    background: var(--green-light);
}

.growth-model-grid article:nth-child(3) .growth-model-track i {
    background: var(--uae-red);
}

.growth-model-grid article:nth-child(4) .growth-model-track i {
    background:
        linear-gradient(
            90deg,
            var(--uae-green),
            var(--uae-white)
        );
}

.growth-dashboard-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.growth-dashboard-footer span {
    color: #82958a;
    font-size: 0.72rem;
}

.growth-dashboard-footer strong {
    color: var(--uae-white);
    font-size: 0.82rem;
}


/* TABLET */

@media (max-width: 960px) {

    .growth-opportunity-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .growth-opportunity-section {
        padding: 80px 0;
    }

    .growth-opportunity-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .growth-dashboard {
        padding: 28px 20px;
    }

    .growth-model-grid {
        grid-template-columns: 1fr;
    }

    .growth-dashboard-footer {
        align-items: flex-start;
        flex-direction: column;
    }

}

/* =========================================================
   HOMEPAGE AI EMPLOYEE
========================================================= */

.home-ai-section {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: #dce7df;
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(206, 17, 38, 0.1),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 16%,
            rgba(0, 154, 68, 0.25),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #06110c 58%,
            #0a2516 100%
        );
}

.home-ai-glow {
    position: absolute;
    right: -210px;
    bottom: -250px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(53, 210, 111, 0.18);
    border-radius: 50%;
}

.home-ai-grid {
    position: relative;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 85px;
}


/* COPY */

.home-ai-copy h2 {
    margin-bottom: 26px;
    color: var(--uae-white);
    font-size: clamp(2.6rem, 4.8vw, 4.8rem);
    line-height: 1.06;
}

.home-ai-copy h2 span {
    display: block;
    color: var(--green-light);
}

.home-ai-lead {
    max-width: 690px;
    color: #b7c7bd;
    font-size: 1.15rem;
    line-height: 1.8;
}

.home-ai-capabilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 34px;
}

.home-ai-capabilities > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.045);
}

.home-ai-capabilities > div > span {
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
}

.home-ai-capabilities p {
    margin: 0;
    color: #9caea3;
    font-size: 0.83rem;
    line-height: 1.6;
}

.home-ai-capabilities strong {
    display: block;
    margin-bottom: 5px;
    color: var(--uae-white);
    font-family: var(--heading-font);
    font-size: 0.95rem;
}

.home-ai-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-top: 34px;
}

.home-ai-demo-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--uae-white);
    font-weight: 800;
}

.home-ai-demo-link:hover {
    color: var(--green-light);
}

.home-ai-demo-link span {
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.home-ai-demo-link:hover span {
    transform: translateX(5px);
}


/* VISUAL */

.home-ai-visual {
    position: relative;
    min-width: 0;
    padding-bottom: 35px;
}

.home-ai-dashboard {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 94% 5%,
            rgba(0, 154, 68, 0.2),
            transparent 30%
        ),
        rgba(4, 15, 9, 0.94);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
}

.home-ai-dashboard::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.home-ai-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.home-ai-online {
    display: flex;
    align-items: center;
    gap: 13px;
}

.home-ai-online > i {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green-light);
    box-shadow: 0 0 20px rgba(53, 210, 111, 0.9);
}

.home-ai-online span {
    display: block;
    color: #879a8f;
    font-size: 0.7rem;
}

.home-ai-online strong {
    color: var(--uae-white);
    font-family: var(--heading-font);
}

.home-ai-live-badge {
    padding: 7px 11px;
    border: 1px solid rgba(206, 17, 38, 0.35);
    border-radius: 999px;
    color: #ff8c99;
    background: rgba(206, 17, 38, 0.11);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}


/* ACTIVITY */

.home-ai-activity {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.home-ai-activity article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.home-ai-activity article:hover {
    background: rgba(255, 255, 255, 0.085);
    transform: translateX(4px);
}

.activity-icon {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    color: var(--green-light);
    background: rgba(0, 154, 68, 0.13);
    font-size: 0.65rem;
    font-weight: 900;
}

.home-ai-activity article:nth-child(2) .activity-icon,
.home-ai-activity article:nth-child(4) .activity-icon {
    color: #ff8795;
    background: rgba(206, 17, 38, 0.11);
}

.home-ai-activity span {
    display: block;
    color: #84978c;
    font-size: 0.7rem;
}

.home-ai-activity strong {
    color: var(--uae-white);
    font-size: 0.84rem;
}

.home-ai-activity small {
    color: #75877d;
    font-size: 0.65rem;
}


/* METRICS */

.home-ai-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.home-ai-metrics article {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    text-align: center;
    background: rgba(255, 255, 255, 0.035);
}

.home-ai-metrics span {
    display: block;
    margin-bottom: 6px;
    color: #7f9187;
    font-size: 0.65rem;
}

.home-ai-metrics strong {
    color: var(--green-light);
    font-family: var(--heading-font);
    font-size: 0.88rem;
}

.home-ai-metrics article:nth-child(2) strong {
    color: #ff8795;
}


/* DASHBOARD FOOTER */

.home-ai-dashboard-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding: 17px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.05);
}

.home-ai-dashboard-footer span {
    display: block;
    color: #7e9186;
    font-size: 0.65rem;
}

.home-ai-dashboard-footer strong {
    color: var(--uae-white);
    font-size: 0.77rem;
}

.home-ai-dashboard-footer > i {
    color: var(--green-light);
    font-size: 1.3rem;
    font-style: normal;
}


/* FLOATING CARD */

.home-ai-floating-card {
    position: absolute;
    right: -24px;
    bottom: 0;
    z-index: 2;
    max-width: 330px;
    padding: 18px 22px;
    border: 1px solid var(--line);
    border-radius: 17px;
    color: var(--graphite);
    background: var(--uae-white);
    box-shadow: var(--shadow);
}

.home-ai-floating-card span {
    display: block;
    margin-bottom: 5px;
    color: var(--uae-red);
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-ai-floating-card strong {
    color: var(--ink);
    font-size: 0.76rem;
}


/* TABLET */

@media (max-width: 960px) {

    .home-ai-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .home-ai-visual {
        max-width: 760px;
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .home-ai-section {
        padding: 82px 0;
    }

    .home-ai-capabilities {
        grid-template-columns: 1fr;
    }

    .home-ai-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-ai-dashboard {
        padding: 25px 18px;
    }

    .home-ai-metrics {
        grid-template-columns: 1fr;
    }

    .home-ai-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin-top: 15px;
    }

}

/* =========================================================
   HOMEPAGE SERVICES
========================================================= */

.home-services-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--off);
}

.home-services-section::before {
    position: absolute;
    top: -260px;
    right: -220px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.07);
    content: "";
}

.home-services-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 60px;
}

.home-services-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
    line-height: 1.08;
}

.home-services-heading h2 span {
    display: block;
    color: var(--uae-green);
}

.home-services-intro {
    padding-bottom: 8px;
}

.home-services-intro p {
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.8;
}

.home-services-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--uae-green);
    color: var(--ink);
    font-weight: 800;
}

.home-services-link:hover {
    border-color: var(--uae-red);
    color: var(--uae-green);
}

.home-services-link span {
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}

.home-services-link:hover span {
    transform: translateX(5px);
}


/* MAIN LAYOUT */

.home-services-layout {
    position: relative;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
    gap: 24px;
}


/* FEATURED AI SERVICE */

.home-service-featured {
    position: sticky;
    top: 125px;
    overflow: hidden;
    padding: 38px;
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 90% 7%,
            rgba(0, 154, 68, 0.3),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #000000,
            #07150e 65%,
            #0a2516
        );
    box-shadow: var(--shadow-lg);
}

.home-service-featured::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.home-service-featured-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.home-service-number {
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.home-service-badge {
    padding: 8px 12px;
    border: 1px solid rgba(53, 210, 111, 0.3);
    border-radius: 999px;
    color: var(--green-light);
    background: rgba(0, 154, 68, 0.12);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-service-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin-bottom: 28px;
    border: 1px solid rgba(53, 210, 111, 0.3);
    border-radius: 20px;
    color: var(--green-light);
    background: rgba(0, 154, 68, 0.13);
}

.home-service-icon svg {
    width: 34px;
    height: 34px;
}

.home-service-featured h3 {
    margin-bottom: 18px;
    color: var(--uae-white);
    font-size: clamp(2rem, 3vw, 3.1rem);
}

.home-service-featured > p {
    color: #afc0b6;
    line-height: 1.8;
}

.home-service-featured ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
    margin: 28px 0 34px;
    padding: 0;
    list-style: none;
}

.home-service-featured li {
    position: relative;
    padding: 10px 0 10px 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: #c4d2ca;
    font-size: 0.82rem;
}

.home-service-featured li::before {
    position: absolute;
    left: 0;
    color: var(--green-light);
    font-weight: 900;
    content: "âœ“";
}


/* SUPPORTING SERVICES */

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-service-card {
    position: relative;
    overflow: hidden;
    min-height: 345px;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--uae-white);
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.home-service-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--uae-green);
    transform: scaleX(0.28);
    transform-origin: left;
    transition: transform 0.35s ease;
    content: "";
}

.home-service-card:nth-child(2n)::before {
    background: var(--uae-red);
}

.home-service-card:nth-child(4n)::before {
    background: var(--uae-black);
}

.home-service-card:hover {
    border-color: rgba(0, 154, 68, 0.3);
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.home-service-card:hover::before {
    transform: scaleX(1);
}

.home-service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
}

.home-service-small-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--uae-white);
    background: var(--uae-green);
    font-size: 1.1rem;
    font-weight: 900;
}

.home-service-card:nth-child(2n) .home-service-small-icon {
    background: var(--uae-red);
}

.home-service-card:nth-child(4n) .home-service-small-icon {
    background: var(--uae-black);
}

.home-service-card h3 {
    margin-bottom: 14px;
    font-size: 1.48rem;
}

.home-service-card > p {
    min-height: 88px;
    color: var(--muted);
    line-height: 1.7;
}

.home-service-card > strong {
    display: block;
    margin-top: 20px;
    color: var(--uae-red);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-service-card > span {
    display: block;
    margin: 7px 0 22px;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.55;
}

.home-service-card > a {
    color: var(--green-dark);
    font-weight: 800;
}

.home-service-card > a:hover {
    color: var(--uae-red);
}


/* FOOTER CTA */

.home-services-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 35px;
    padding: 32px 36px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--uae-white);
    box-shadow: var(--shadow-sm);
}

.home-services-footer span {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.82rem;
}

.home-services-footer strong {
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: 1.28rem;
}


/* TABLET */

@media (max-width: 1050px) {

    .home-services-layout {
        grid-template-columns: 1fr;
    }

    .home-service-featured {
        position: relative;
        top: auto;
    }

}

@media (max-width: 900px) {

    .home-services-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .home-services-section {
        padding: 82px 0;
    }

    .home-services-grid {
        grid-template-columns: 1fr;
    }

    .home-service-featured,
    .home-service-card {
        padding: 28px 23px;
    }

    .home-service-featured ul {
        grid-template-columns: 1fr;
    }

    .home-service-card {
        min-height: auto;
    }

    .home-service-card > p {
        min-height: auto;
    }

    .home-services-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 24px;
    }

}

/* =========================================================
   HOMEPAGE WHY MASHRIQ TO MAGRIB
========================================================= */

.home-why-section {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: #dce7df;
    background:
        radial-gradient(
            circle at 90% 12%,
            rgba(0, 154, 68, 0.2),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #07110b 58%,
            #0b2116 100%
        );
}

.home-why-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.home-why-layout {
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 80px;
}


/* COPY */

.home-why-copy h2 {
    margin-bottom: 26px;
    color: var(--uae-white);
    font-size: clamp(2.6rem, 4.7vw, 4.7rem);
    line-height: 1.07;
}

.home-why-copy h2 span {
    display: block;
    color: var(--green-light);
}

.home-why-lead {
    color: var(--uae-white);
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.75;
}

.home-why-copy > p:not(.eyebrow) {
    max-width: 670px;
}

.home-why-copy > p:last-of-type {
    color: #afc0b6;
}

.home-why-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.home-why-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--uae-white);
    font-weight: 800;
}

.home-why-link:hover {
    color: var(--green-light);
}

.home-why-link span {
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.home-why-link:hover span {
    transform: translateX(5px);
}


/* CARDS */

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-why-card {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.05);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.home-why-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--uae-green);
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform 0.35s ease;
    content: "";
}

.home-why-card:nth-child(2)::before {
    background: var(--uae-red);
}

.home-why-card:nth-child(3)::before {
    background: var(--uae-white);
}

.home-why-card:nth-child(4)::before {
    background:
        linear-gradient(
            90deg,
            var(--uae-red),
            var(--uae-green),
            var(--uae-white),
            var(--uae-black)
        );
}

.home-why-card:hover {
    border-color: rgba(53, 210, 111, 0.35);
    background: rgba(255, 255, 255, 0.075);
    transform: translateY(-7px);
}

.home-why-card:hover::before {
    transform: scaleX(1);
}

.home-why-number {
    display: block;
    margin-bottom: 28px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.home-why-card h3 {
    margin-bottom: 14px;
    color: var(--uae-white);
    font-size: 1.45rem;
}

.home-why-card p {
    color: #a9bbb0;
    line-height: 1.7;
}

.home-why-card strong {
    display: block;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: var(--green-light);
    font-size: 0.83rem;
    line-height: 1.55;
}


/* COMPARISON */

.home-why-comparison {
    position: relative;
    margin-top: 95px;
}

.home-why-comparison-heading {
    max-width: 850px;
    margin: 0 auto 44px;
    text-align: center;
}

.home-why-comparison-heading h2 {
    color: var(--uae-white);
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.home-comparison-table {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
}

.home-comparison-header,
.home-comparison-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-comparison-header {
    color: var(--uae-white);
    background: rgba(255, 255, 255, 0.08);
    font-family: var(--heading-font);
    font-size: 1.1rem;
    font-weight: 700;
}

.home-comparison-header span,
.home-comparison-row > div {
    padding: 22px 28px;
}

.home-comparison-header span:first-child,
.home-comparison-row > div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-comparison-row {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.home-comparison-row > div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #a9bbb0;
}

.home-comparison-row > div:last-child {
    color: var(--uae-white);
    background: rgba(0, 154, 68, 0.055);
}

.home-comparison-row i {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    border-radius: 50%;
    font-style: normal;
    font-weight: 900;
}

.home-comparison-row > div:first-child i {
    color: #ff8795;
    background: rgba(206, 17, 38, 0.14);
}

.home-comparison-row > div:last-child i {
    color: var(--green-light);
    background: rgba(0, 154, 68, 0.14);
}


/* TABLET */

@media (max-width: 960px) {

    .home-why-layout {
        grid-template-columns: 1fr;
        gap: 58px;
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .home-why-section {
        padding: 82px 0;
    }

    .home-why-grid {
        grid-template-columns: 1fr;
    }

    .home-why-card {
        min-height: auto;
        padding: 28px 23px;
    }

    .home-why-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-why-comparison {
        margin-top: 70px;
    }

    .home-comparison-header {
        display: none;
    }

    .home-comparison-row {
        grid-template-columns: 1fr;
    }

    .home-comparison-row > div:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

}

/* =========================================================
   HOMEPAGE RESULTS / SERVICE STANDARDS
========================================================= */

.home-results-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #dce7df;
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(0, 154, 68, 0.22),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #07110b 60%,
            #0a2516 100%
        );
}

.home-results-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.home-results-heading {
    max-width: 880px;
    margin: 0 auto 58px;
    text-align: center;
}

.home-results-heading h2 {
    margin-bottom: 22px;
    color: var(--uae-white);
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    line-height: 1.08;
}

.home-results-heading h2 span {
    display: block;
    color: var(--green-light);
}

.home-results-heading > p:last-child {
    max-width: 760px;
    margin: 0 auto;
    color: #afc0b6;
    font-size: 1.05rem;
    line-height: 1.8;
}


/* RESULT CARDS */

.home-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-result-card {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.05);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.home-result-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--uae-green);
    transform: scaleX(0.28);
    transform-origin: left;
    transition: transform 0.35s ease;
    content: "";
}

.home-result-card:nth-child(2)::before {
    background: var(--uae-red);
}

.home-result-card:nth-child(3)::before {
    background: var(--uae-white);
}

.home-result-card:nth-child(4)::before {
    background:
        linear-gradient(
            90deg,
            var(--uae-red),
            var(--uae-green),
            var(--uae-white),
            var(--uae-black)
        );
}

.home-result-card:hover {
    border-color: rgba(53, 210, 111, 0.36);
    background: rgba(255, 255, 255, 0.075);
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.home-result-card:hover::before {
    transform: scaleX(1);
}

.home-result-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 28px;
    border: 1px solid rgba(53, 210, 111, 0.28);
    border-radius: 18px;
    color: var(--green-light);
    background: rgba(0, 154, 68, 0.12);
}

.home-result-icon svg {
    width: 28px;
    height: 28px;
}

.home-result-card:nth-child(2) .home-result-icon {
    border-color: rgba(206, 17, 38, 0.3);
    color: #ff8795;
    background: rgba(206, 17, 38, 0.11);
}

.home-result-label {
    display: block;
    margin-bottom: 12px;
    color: #91a49a;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-result-value {
    display: block;
    margin-bottom: 20px;
    color: var(--green-light);
    font-family: var(--heading-font);
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    line-height: 1;
}

.home-result-card:nth-child(2) .home-result-value {
    color: #ff8795;
}

.home-result-text {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.home-result-card p {
    margin: 0;
    color: #aebfb4;
    line-height: 1.75;
}


/* STATEMENT */

.home-results-statement {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
    margin-top: 42px;
    padding: 38px 42px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(206, 17, 38, 0.13),
            transparent 28%
        ),
        rgba(255, 255, 255, 0.055);
}

.home-results-statement > div {
    max-width: 820px;
}

.home-results-statement span {
    display: block;
    margin-bottom: 10px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-results-statement h3 {
    margin-bottom: 12px;
    color: var(--uae-white);
    font-size: clamp(1.65rem, 2.7vw, 2.6rem);
}

.home-results-statement p {
    margin: 0;
    color: #aebfb4;
}


/* TABLET */

@media (max-width: 1050px) {

    .home-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .home-results-section {
        padding: 82px 0;
    }

    .home-results-grid {
        grid-template-columns: 1fr;
    }

    .home-result-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .home-results-statement {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 24px;
    }

}

/* =========================================================
   HOMEPAGE INDUSTRIES
========================================================= */

.home-industries-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--uae-white);
}

.home-industries-section::before {
    position: absolute;
    top: -260px;
    left: -220px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.06);
    content: "";
}

.home-industries-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.home-industries-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
    line-height: 1.08;
}

.home-industries-heading h2 span {
    display: block;
    color: var(--uae-green);
}

.home-industries-heading > div:last-child p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-industries-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--uae-green);
    color: var(--ink);
    font-weight: 800;
}

.home-industries-link:hover {
    border-color: var(--uae-red);
    color: var(--uae-green);
}

.home-industries-link span {
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}

.home-industries-link:hover span {
    transform: translateX(5px);
}


/* GRID */

.home-industries-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.home-industry-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--off);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.home-industry-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--uae-green);
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform 0.35s ease;
    content: "";
}

.home-industry-card:nth-child(3n + 2)::before {
    background: var(--uae-red);
}

.home-industry-card:nth-child(3n)::before {
    background: var(--uae-black);
}

.home-industry-card:hover {
    border-color: rgba(0, 154, 68, 0.32);
    background: var(--uae-white);
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.home-industry-card:hover::before {
    transform: scaleX(1);
}

.home-industry-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 16px;
    color: var(--uae-white);
    background: var(--uae-green);
    font-size: 1.35rem;
    font-weight: 900;
    transition: transform 0.3s ease;
}

.home-industry-card:nth-child(3n + 2) .home-industry-icon {
    background: var(--uae-red);
}

.home-industry-card:nth-child(3n) .home-industry-icon {
    background: var(--uae-black);
}

.home-industry-card:hover .home-industry-icon {
    transform: scale(1.08);
}

.home-industry-card > span {
    position: absolute;
    top: 29px;
    right: 28px;
    color: var(--uae-red);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.home-industry-card h3 {
    margin-bottom: 14px;
    font-size: 1.32rem;
}

.home-industry-card p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.home-industry-card strong {
    display: block;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    color: var(--green-dark);
    font-size: 0.78rem;
    line-height: 1.55;
}


/* FOOTER */

.home-industries-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 38px;
    padding: 36px 40px;
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(0, 154, 68, 0.25),
            transparent 32%
        ),
        var(--ink);
}

.home-industries-footer span {
    display: block;
    margin-bottom: 8px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-industries-footer h3 {
    max-width: 760px;
    margin: 0;
    color: var(--uae-white);
    font-size: clamp(1.4rem, 2.4vw, 2.2rem);
}


/* RESPONSIVE */

@media (max-width: 1150px) {

    .home-industries-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {

    .home-industries-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {

    .home-industries-section {
        padding: 82px 0;
    }

    .home-industries-grid {
        grid-template-columns: 1fr;
    }

    .home-industry-card {
        min-height: auto;
        padding: 28px 23px;
    }

    .home-industries-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 24px;
    }

}

/* =========================================================
   HOMEPAGE PROCESS
========================================================= */

.home-process-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--off);
}

.home-process-section::before {
    position: absolute;
    top: -280px;
    right: -220px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.07);
    content: "";
}

.home-process-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 65px;
}

.home-process-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
    line-height: 1.08;
}

.home-process-heading h2 span {
    display: block;
    color: var(--uae-green);
}

.home-process-heading > div:last-child p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-process-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--uae-green);
    color: var(--ink);
    font-weight: 800;
}

.home-process-link:hover {
    border-color: var(--uae-red);
    color: var(--uae-green);
}

.home-process-link span {
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}

.home-process-link:hover span {
    transform: translateX(5px);
}


/* TIMELINE */

.home-process-timeline {
    position: relative;
    display: grid;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-process-timeline::before {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 39px;
    width: 2px;
    background: linear-gradient(
        180deg,
        var(--uae-green),
        var(--uae-red),
        var(--uae-black)
    );
    content: "";
}

.home-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 28px;
    align-items: start;
}

.home-process-marker {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    border: 7px solid var(--off);
    border-radius: 50%;
    color: var(--uae-white);
    background: var(--uae-green);
    box-shadow: 0 12px 28px rgba(0, 154, 68, 0.22);
}

.home-process-step:nth-child(2) .home-process-marker,
.home-process-step:nth-child(5) .home-process-marker {
    background: var(--uae-red);
    box-shadow: 0 12px 28px rgba(206, 17, 38, 0.18);
}

.home-process-step:nth-child(3) .home-process-marker,
.home-process-step:nth-child(6) .home-process-marker {
    background: var(--uae-black);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.home-process-marker span {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.home-process-card {
    position: relative;
    overflow: hidden;
    padding: 34px 36px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--uae-white);
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.home-process-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--uae-green);
    content: "";
}

.home-process-step:nth-child(2) .home-process-card::before,
.home-process-step:nth-child(5) .home-process-card::before {
    background: var(--uae-red);
}

.home-process-step:nth-child(3) .home-process-card::before,
.home-process-step:nth-child(6) .home-process-card::before {
    background: var(--uae-black);
}

.home-process-card:hover {
    border-color: rgba(0, 154, 68, 0.3);
    transform: translateX(7px);
    box-shadow: var(--shadow);
}

.home-process-label {
    margin-bottom: 11px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-process-card h3 {
    margin-bottom: 14px;
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.home-process-card > p:not(.home-process-label) {
    max-width: 880px;
    color: var(--muted);
    line-height: 1.75;
}

.home-process-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.home-process-card li {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--graphite);
    background: var(--off);
    font-size: 0.76rem;
    font-weight: 800;
}


/* SUMMARY */

.home-process-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    margin-top: 50px;
    padding: 38px 42px;
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(0, 154, 68, 0.24),
            transparent 32%
        ),
        var(--ink);
}

.home-process-summary > div {
    max-width: 800px;
}

.home-process-summary span {
    display: block;
    margin-bottom: 9px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-process-summary h3 {
    margin-bottom: 11px;
    color: var(--uae-white);
    font-size: clamp(1.5rem, 2.7vw, 2.45rem);
}

.home-process-summary p {
    margin: 0;
    color: #aebfb4;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .home-process-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}

@media (max-width: 640px) {

    .home-process-section {
        padding: 82px 0;
    }

    .home-process-timeline::before {
        left: 27px;
    }

    .home-process-step {
        grid-template-columns: 56px 1fr;
        gap: 16px;
    }

    .home-process-marker {
        width: 56px;
        height: 56px;
        border-width: 5px;
    }

    .home-process-card {
        padding: 27px 22px;
    }

    .home-process-card:hover {
        transform: none;
    }

    .home-process-card ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-process-summary {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 24px;
    }

}

/* =========================================================
   HOMEPAGE CLIENT SUCCESS
========================================================= */

.home-success-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--uae-white);
}

.home-success-section::before {
    position: absolute;
    top: -250px;
    right: -220px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.06);
    content: "";
}

.home-success-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.home-success-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
    line-height: 1.08;
}

.home-success-heading h2 span {
    display: block;
    color: var(--uae-green);
}

.home-success-heading > div:last-child p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-success-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--uae-green);
    color: var(--ink);
    font-weight: 800;
}

.home-success-link:hover {
    border-color: var(--uae-red);
    color: var(--uae-green);
}

.home-success-link span {
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}

.home-success-link:hover span {
    transform: translateX(5px);
}


/* CASE STUDIES */

.home-success-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-success-case {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--uae-white);
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.home-success-case:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.home-success-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--ink);
}

.home-success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-success-case:hover .home-success-image img {
    transform: scale(1.04);
}

.home-success-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--uae-white);
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(0, 154, 68, 0.35),
            transparent 35%
        ),
        var(--ink);
}

.home-success-placeholder span {
    font-family: var(--heading-font);
    font-weight: 800;
}

.home-success-content {
    padding: 30px;
}

.home-success-type {
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-success-content h3 {
    margin: 16px 0 13px;
    font-size: 1.5rem;
}

.home-success-content h3 a {
    color: var(--ink);
}

.home-success-content p {
    color: var(--muted);
}

.home-success-read {
    color: var(--green-dark);
    font-weight: 800;
}


/* EMPTY STATE */

.home-success-empty {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(0, 154, 68, 0.24),
            transparent 32%
        ),
        var(--ink);
}

.home-success-empty-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    color: var(--uae-white);
    background: var(--uae-green);
    font-size: 1.8rem;
    font-weight: 900;
}

.home-success-empty-copy > span {
    display: block;
    margin-bottom: 8px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-success-empty-copy h3 {
    margin-bottom: 10px;
    color: var(--uae-white);
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
}

.home-success-empty-copy p {
    max-width: 700px;
    margin: 0;
    color: #aebfb4;
}


/* PRINCIPLES */

.home-success-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
}

.home-success-principles article {
    padding: 28px;
    border-top: 4px solid var(--uae-green);
    background: var(--off);
}

.home-success-principles article:nth-child(2) {
    border-color: var(--uae-red);
}

.home-success-principles article:nth-child(4) {
    border-color: var(--uae-black);
}

.home-success-principles span {
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
}

.home-success-principles h3 {
    margin-top: 18px;
}

.home-success-principles p {
    margin: 0;
    color: var(--muted);
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .home-success-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-success-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {

    .home-success-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-success-empty {
        grid-template-columns: auto 1fr;
    }

    .home-success-empty .button {
        grid-column: 1 / -1;
        width: fit-content;
    }

}

@media (max-width: 640px) {

    .home-success-section {
        padding: 82px 0;
    }

    .home-success-grid,
    .home-success-principles {
        grid-template-columns: 1fr;
    }

    .home-success-empty {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }

}

/* =========================================================
   HOMEPAGE LATEST INSIGHTS
========================================================= */

.home-insights-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--off);
}

.home-insights-section::before {
    position: absolute;
    top: -250px;
    left: -220px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.06);
    content: "";
}

.home-insights-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.home-insights-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
    line-height: 1.08;
}

.home-insights-heading h2 span {
    display: block;
    color: var(--uae-green);
}

.home-insights-heading > div:last-child p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-insights-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--uae-green);
    color: var(--ink);
    font-weight: 800;
}

.home-insights-link:hover {
    border-color: var(--uae-red);
    color: var(--uae-green);
}

.home-insights-link span {
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}

.home-insights-link:hover span {
    transform: translateX(5px);
}


/* ARTICLE GRID */

.home-insights-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.home-insight-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--uae-white);
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.home-insight-card:hover {
    border-color: rgba(0, 154, 68, 0.3);
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.home-insight-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--ink);
}

.home-insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-insight-card:hover .home-insight-image img {
    transform: scale(1.045);
}

.home-insight-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 25px;
    color: var(--uae-white);
    text-align: center;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(0, 154, 68, 0.35),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #000000,
            #07150e 64%,
            #0a2516
        );
}

.home-insight-placeholder span {
    font-family: var(--heading-font);
    font-size: 1.2rem;
    font-weight: 800;
}

.home-insight-placeholder strong {
    color: var(--green-light);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
}


/* ARTICLE CONTENT */

.home-insight-content {
    padding: 30px;
}

.home-insight-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 13px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.home-insight-meta span,
.home-insight-meta a {
    position: relative;
}

.home-insight-meta span:not(:last-child)::after,
.home-insight-meta a:not(:last-child)::after {
    margin-left: 13px;
    color: var(--uae-red);
    content: "â€¢";
}

.home-insight-meta a {
    color: var(--green-dark);
}

.home-insight-content h3 {
    margin: 18px 0 14px;
    font-size: clamp(1.4rem, 2.1vw, 1.75rem);
    line-height: 1.3;
}

.home-insight-content h3 a {
    color: var(--ink);
}

.home-insight-content h3 a:hover {
    color: var(--uae-green);
}

.home-insight-content > p {
    color: var(--muted);
    line-height: 1.75;
}

.home-insight-read {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--green-dark);
    font-weight: 800;
}

.home-insight-read:hover {
    color: var(--uae-red);
}

.home-insight-read span {
    font-size: 1.15rem;
    transition: transform 0.25s ease;
}

.home-insight-read:hover span {
    transform: translateX(5px);
}


/* INSIGHTS FOOTER */

.home-insights-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    margin-top: 40px;
    padding: 38px 42px;
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(0, 154, 68, 0.24),
            transparent 32%
        ),
        var(--ink);
}

.home-insights-footer > div:first-child {
    max-width: 780px;
}

.home-insights-footer > div:first-child > span {
    display: block;
    margin-bottom: 9px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-insights-footer h3 {
    margin: 0;
    color: var(--uae-white);
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}

.home-insights-footer-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 12px;
}


/* EMPTY STATE */

.home-insights-empty {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--uae-white);
    box-shadow: var(--shadow-sm);
}

.home-insights-empty-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    color: var(--uae-white);
    background: var(--uae-green);
    font-size: 1.8rem;
}

.home-insights-empty > div:nth-child(2) > span {
    display: block;
    margin-bottom: 8px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-insights-empty h3 {
    margin-bottom: 10px;
}

.home-insights-empty p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .home-insights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-insights-footer {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 900px) {

    .home-insights-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-insights-empty {
        grid-template-columns: auto 1fr;
    }

    .home-insights-empty .button {
        grid-column: 1 / -1;
        width: fit-content;
    }

}

@media (max-width: 640px) {

    .home-insights-section {
        padding: 82px 0;
    }

    .home-insights-grid {
        grid-template-columns: 1fr;
    }

    .home-insight-content {
        padding: 26px 23px;
    }

    .home-insights-footer {
        padding: 30px 24px;
    }

    .home-insights-footer-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .home-insights-empty {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }

}

/* =========================================================
   HOMEPAGE FAQ
========================================================= */

.home-faq-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: var(--uae-white);
}

.home-faq-section::before {
    position: absolute;
    right: -250px;
    bottom: -250px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: rgba(0, 154, 68, 0.06);
    content: "";
}

.home-faq-layout {
    position: relative;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
    gap: 85px;
}


/* FAQ INTRODUCTION */

.home-faq-copy {
    position: sticky;
    top: 125px;
}

.home-faq-copy h2 {
    margin-bottom: 25px;
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
    line-height: 1.08;
}

.home-faq-copy h2 span {
    display: block;
    color: var(--uae-green);
}

.home-faq-lead {
    color: var(--ink);
    font-size: 1.16rem;
    font-weight: 600;
    line-height: 1.75;
}

.home-faq-copy > p:not(.eyebrow) {
    max-width: 650px;
}

.home-faq-copy > p:last-of-type {
    color: var(--muted);
}

.home-faq-contact {
    margin-top: 34px;
    padding: 28px;
    border-radius: var(--radius-lg);
    color: #dce7df;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(0, 154, 68, 0.24),
            transparent 32%
        ),
        var(--ink);
}

.home-faq-contact span {
    display: block;
    margin-bottom: 7px;
    color: var(--uae-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-faq-contact strong {
    display: block;
    margin-bottom: 20px;
    color: var(--uae-white);
    font-family: var(--heading-font);
    font-size: 1.28rem;
}


/* FAQ ACCORDION */

.home-faq-list {
    border-top: 1px solid var(--line);
}

.home-faq-list details {
    position: relative;
    border-bottom: 1px solid var(--line);
    background: transparent;
}

.home-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 24px 62px 24px 0;
    cursor: pointer;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: 1.18rem;
    font-weight: 700;
    list-style: none;
    transition: color 0.25s ease;
}

.home-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-faq-list summary::before,
.home-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 2px;
    background: var(--uae-green);
    transform: translateY(-50%);
    transition:
        transform 0.25s ease,
        background 0.25s ease;
    content: "";
}

.home-faq-list summary::after {
    transform:
        translateY(-50%)
        rotate(90deg);
}

.home-faq-list details[open] summary {
    color: var(--uae-green);
}

.home-faq-list details[open] summary::before,
.home-faq-list details[open] summary::after {
    background: var(--uae-red);
}

.home-faq-list details[open] summary::after {
    transform:
        translateY(-50%)
        rotate(0deg);
}

.home-faq-list summary:hover {
    color: var(--uae-green);
}

.home-faq-answer {
    max-width: 850px;
    padding: 0 55px 28px 0;
    color: var(--muted);
    line-height: 1.8;
}

.home-faq-answer p {
    margin-bottom: 14px;
}

.home-faq-answer p:last-child {
    margin-bottom: 0;
}


/* OPEN STATE ACCENT */

.home-faq-list details[open] {
    padding-left: 22px;
    border-left: 4px solid var(--uae-green);
    background: var(--off);
}

.home-faq-list details:nth-child(3n + 2)[open] {
    border-left-color: var(--uae-red);
}

.home-faq-list details:nth-child(3n)[open] {
    border-left-color: var(--uae-black);
}


/* RESPONSIVE */

@media (max-width: 960px) {

    .home-faq-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .home-faq-copy {
        position: static;
    }

}

@media (max-width: 640px) {

    .home-faq-section {
        padding: 82px 0;
    }

    .home-faq-list summary {
        min-height: 78px;
        padding-right: 50px;
        font-size: 1.05rem;
    }

    .home-faq-list details[open] {
        padding-left: 16px;
    }

    .home-faq-answer {
        padding-right: 20px;
    }

    .home-faq-contact {
        padding: 25px 22px;
    }

}

/* =========================================================
   HOMEPAGE FINAL CTA
========================================================= */

.home-final-cta {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: #dce7df;
    background:
        radial-gradient(
            circle at 86% 14%,
            rgba(0, 154, 68, 0.28),
            transparent 34%
        ),
        radial-gradient(
            circle at 12% 88%,
            rgba(206, 17, 38, 0.12),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #07110b 60%,
            #0a2516 100%
        );
}

.home-final-cta::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red) 0 25%,
            var(--uae-green) 25% 50%,
            var(--uae-white) 50% 75%,
            var(--uae-black) 75% 100%
        );
    content: "";
}

.home-final-cta-glow {
    position: absolute;
    top: -210px;
    right: -190px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(53, 210, 111, 0.18);
    border-radius: 50%;
}

.home-final-cta-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 80px;
}


/* COPY */

.home-final-cta-copy h2 {
    margin-bottom: 26px;
    color: var(--uae-white);
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1.05;
}

.home-final-cta-copy h2 span {
    display: block;
    color: var(--green-light);
}

.home-final-cta-copy > p:not(.eyebrow) {
    max-width: 760px;
    color: #b7c7bd;
    font-size: 1.13rem;
    line-height: 1.8;
}

.home-final-cta-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    color: #aebfb4;
    font-size: 0.88rem;
}

.home-final-cta-proof span::before {
    margin-right: 8px;
    color: var(--green-light);
    content: "âœ“";
}

.home-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
}

.home-final-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--uae-white);
    font-weight: 800;
}

.home-final-cta-link:hover {
    color: var(--green-light);
}

.home-final-cta-link span {
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.home-final-cta-link:hover span {
    transform: translateX(5px);
}


/* PANEL */

.home-final-cta-panel {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
}

.home-final-cta-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background:
        linear-gradient(
            90deg,
            var(--uae-red),
            var(--uae-green),
            var(--uae-white),
            var(--uae-black)
        );
    content: "";
}

.home-final-cta-panel-label {
    margin-bottom: 22px;
    color: var(--green-light);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-final-cta-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-final-cta-panel li {
    position: relative;
    padding: 14px 0 14px 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #c4d2ca;
}

.home-final-cta-panel li::before {
    position: absolute;
    left: 0;
    color: var(--green-light);
    font-weight: 900;
    content: "âœ“";
}

.home-final-contact-row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 16px;
    margin-top: 24px;
}

.home-final-contact-row > div {
    min-width: 0;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
}

.home-final-contact-row span {
    display: block;
    margin-bottom: 7px;
    color: var(--uae-red);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-final-contact-row a {
    color: var(--uae-white);
    font-size: 0.82rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.home-final-contact-row a:hover {
    color: var(--green-light);
}


/* RESPONSIVE */

@media (max-width: 960px) {

    .home-final-cta-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

}

@media (max-width: 640px) {

    .home-final-cta {
        padding: 82px 0;
    }

    .home-final-cta-copy h2 {
        font-size: clamp(2.6rem, 11vw, 3.8rem);
    }

    .home-final-cta-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-final-cta-panel {
        padding: 30px 23px;
    }

    .home-final-contact-row {
        grid-template-columns: 1fr;
    }

}
/* =========================================================
   PHASE 2 â€” PREMIUM INTERACTION LAYER
========================================================= */

/* Scroll progress */

.mtm-scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    height: 4px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        var(--uae-red) 0%,
        var(--uae-green) 42%,
        var(--uae-white) 72%,
        var(--uae-black) 100%
    );
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}


/* Pointer glow */

.mtm-interactive-card {
    --pointer-x: 50%;
    --pointer-y: 50%;
    --tilt-x: 0deg;
    --tilt-y: 0deg;

    isolation: isolate;
    transform:
        perspective(1200px)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    will-change: transform;
}

.mtm-interactive-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(
        420px circle at
        var(--pointer-x)
        var(--pointer-y),
        rgba(53, 210, 111, 0.12),
        transparent 52%
    );
    transition: opacity 0.3s ease;
    content: "";
}

.mtm-interactive-card:hover::after {
    opacity: 1;
}


/* Preserve existing lift while adding tilt */

.trusted-card.mtm-interactive-card:hover,
.home-service-card.mtm-interactive-card:hover,
.home-why-card.mtm-interactive-card:hover,
.home-result-card.mtm-interactive-card:hover,
.home-industry-card.mtm-interactive-card:hover,
.home-success-case.mtm-interactive-card:hover,
.home-insight-card.mtm-interactive-card:hover {
    transform:
        perspective(1200px)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y))
        translateY(-7px);
}

.home-process-card.mtm-interactive-card:hover {
    transform:
        perspective(1200px)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y))
        translateX(7px);
}


/* Button feedback */

.mtm-interactive-button {
    position: relative;
    transition:
        transform 0.18s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.mtm-interactive-button:hover {
    filter: brightness(1.035);
}

.mtm-interactive-button.is-pressed {
    transform: scale(0.975);
}


/* Premium primary-button glow */

.button-primary {
    box-shadow:
        0 14px 35px rgba(0, 154, 68, 0.2);
}

.button-primary:hover {
    box-shadow:
        0 18px 44px rgba(0, 154, 68, 0.3);
}


/* Dark-section ambient animation */

@keyframes mtmAmbientGlow {

    0%,
    100% {
        opacity: 0.55;
        transform: scale(1);
    }

    50% {
        opacity: 0.82;
        transform: scale(1.06);
    }

}

.hero-glow,
.home-ai-glow,
.home-final-cta-glow {
    animation:
        mtmAmbientGlow
        8s
        ease-in-out
        infinite;
}


/* Subtle heading underline entrance */

.home-services-heading h2 span,
.home-industries-heading h2 span,
.home-process-heading h2 span,
.home-insights-heading h2 span,
.home-faq-copy h2 span {
    position: relative;
    display: inline-block;
}

.home-services-heading h2 span::after,
.home-industries-heading h2 span::after,
.home-process-heading h2 span::after,
.home-insights-heading h2 span::after,
.home-faq-copy h2 span::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--uae-red),
        var(--uae-green),
        transparent
    );
    transform: scaleX(0.22);
    transform-origin: left;
    transition: transform 0.55s ease;
    content: "";
}

.home-services-heading:hover h2 span::after,
.home-industries-heading:hover h2 span::after,
.home-process-heading:hover h2 span::after,
.home-insights-heading:hover h2 span::after,
.home-faq-copy:hover h2 span::after {
    transform: scaleX(1);
}


/* Touch devices */

@media (hover: none), (pointer: coarse) {

    .mtm-interactive-card,
    .mtm-interactive-card:hover,
    .home-process-card.mtm-interactive-card:hover {
        transform: none;
    }

    .mtm-interactive-card::after {
        display: none;
    }

}


/* Reduced motion */

@media (prefers-reduced-motion: reduce) {

    .mtm-scroll-progress,
    .mtm-interactive-card,
    .mtm-interactive-button,
    .hero-glow,
    .home-ai-glow,
    .home-final-cta-glow {
        animation: none !important;
        transition: none !important;
    }

    .mtm-interactive-card,
    .mtm-interactive-card:hover,
    .home-process-card.mtm-interactive-card:hover,
    .mtm-interactive-button.is-pressed {
        transform: none !important;
    }

}

/* =========================================================
   PHASE 2.2 â€” HOMEPAGE RESPONSIVE REFINEMENT
========================================================= */

/* Prevent wide content from forcing horizontal scrolling */

.hero-grid,
.trusted-grid,
.growth-opportunity-grid,
.home-ai-grid,
.home-services-layout,
.home-why-layout,
.home-results-grid,
.home-industries-grid,
.home-process-timeline,
.home-success-grid,
.home-insights-grid,
.home-faq-layout,
.home-final-cta-layout {
    min-width: 0;
}

.hero-copy,
.hero-visual,
.growth-opportunity-copy,
.growth-opportunity-visual,
.home-ai-copy,
.home-ai-visual,
.home-why-copy,
.home-faq-copy,
.home-faq-list,
.home-final-cta-copy,
.home-final-cta-panel {
    min-width: 0;
}


/* =========================================================
   LARGE TABLET â€” 1200PX AND BELOW
========================================================= */

@media (max-width: 1200px) {

    .hero-grid,
    .growth-opportunity-grid,
    .home-ai-grid,
    .home-why-layout,
    .home-final-cta-layout {
        gap: 55px;
    }

    .trusted-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-industries-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-success-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   TABLET â€” 1024PX AND BELOW
========================================================= */

@media (max-width: 1024px) {

    .hero-section,
    .trusted-section,
    .growth-opportunity-section,
    .home-ai-section,
    .home-services-section,
    .home-why-section,
    .home-results-section,
    .home-industries-section,
    .home-process-section,
    .home-success-section,
    .home-insights-section,
    .home-faq-section,
    .home-final-cta {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .hero-grid,
    .growth-opportunity-grid,
    .home-ai-grid,
    .home-why-layout,
    .home-faq-layout,
    .home-final-cta-layout {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 50px;
    }

    .hero-copy {
        max-width: 820px;
    }

    .hero-visual {
        width: 100%;
        max-width: 850px;
    }

    .trusted-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-services-heading,
    .home-industries-heading,
    .home-process-heading,
    .home-success-heading,
    .home-insights-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-services-layout {
        grid-template-columns: 1fr;
    }

    .home-service-featured {
        position: relative;
        top: auto;
    }

    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-why-copy,
    .home-faq-copy {
        position: static;
        max-width: 820px;
    }

    .home-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-success-grid,
    .home-insights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-results-statement,
    .home-industries-footer,
    .home-process-summary,
    .home-insights-footer {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================================
   SMALL TABLET â€” 768PX AND BELOW
========================================================= */

@media (max-width: 768px) {

    .hero-copy h1,
    .growth-opportunity-copy h2,
    .home-ai-copy h2,
    .home-services-heading h2,
    .home-why-copy h2,
    .home-results-heading h2,
    .home-industries-heading h2,
    .home-process-heading h2,
    .home-success-heading h2,
    .home-insights-heading h2,
    .home-faq-copy h2,
    .home-final-cta-copy h2 {
        font-size: clamp(2.5rem, 8vw, 3.8rem);
    }

    .hero-lead,
    .growth-opportunity-lead,
    .home-ai-lead,
    .home-why-lead,
    .home-faq-lead,
    .home-final-cta-copy > p:not(.eyebrow) {
        font-size: 1.05rem;
    }

    .button-row,
    .growth-opportunity-actions,
    .home-ai-actions,
    .home-why-actions,
    .home-final-cta-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .button-row .button,
    .growth-opportunity-actions .button,
    .home-ai-actions .button,
    .home-why-actions .button,
    .home-final-cta-actions .button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-proof,
    .home-final-cta-proof {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-video,
    .hero-visual > img {
        aspect-ratio: 16 / 10;
    }

    .floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 16px;
    }

    .home-ai-capabilities,
    .home-why-grid,
    .home-services-grid,
    .home-results-grid,
    .home-industries-grid,
    .home-success-grid,
    .home-success-principles,
    .home-insights-grid {
        grid-template-columns: 1fr;
    }

    .growth-model-grid {
        grid-template-columns: 1fr;
    }

    .home-ai-metrics {
        grid-template-columns: 1fr;
    }

    .home-service-featured ul {
        grid-template-columns: 1fr;
    }

    .home-success-empty,
    .home-insights-empty {
        grid-template-columns: 1fr;
    }

    .home-success-empty .button,
    .home-insights-empty .button {
        width: 100%;
        justify-content: center;
    }

    .home-final-contact-row {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE â€” 640PX AND BELOW
========================================================= */

@media (max-width: 640px) {

    .hero-section,
    .trusted-section,
    .growth-opportunity-section,
    .home-ai-section,
    .home-services-section,
    .home-why-section,
    .home-results-section,
    .home-industries-section,
    .home-process-section,
    .home-success-section,
    .home-insights-section,
    .home-faq-section,
    .home-final-cta {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .hero-badge {
        max-width: 100%;
        white-space: normal;
        line-height: 1.5;
    }

    .hero-copy h1,
    .growth-opportunity-copy h2,
    .home-ai-copy h2,
    .home-services-heading h2,
    .home-why-copy h2,
    .home-results-heading h2,
    .home-industries-heading h2,
    .home-process-heading h2,
    .home-success-heading h2,
    .home-insights-heading h2,
    .home-faq-copy h2,
    .home-final-cta-copy h2 {
        font-size: clamp(2.25rem, 10.5vw, 3.25rem);
        line-height: 1.08;
    }

    .trusted-heading,
    .home-results-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .trusted-heading h2 span,
    .home-results-heading h2 span {
        display: inline;
    }

    .trusted-grid {
        grid-template-columns: 1fr;
    }

    .trusted-card,
    .home-service-card,
    .home-why-card,
    .home-result-card,
    .home-industry-card {
        min-height: auto;
    }

    .growth-dashboard,
    .home-ai-dashboard,
    .home-service-featured,
    .home-final-cta-panel {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .growth-dashboard-header,
    .growth-dashboard-footer,
    .home-ai-dashboard-header,
    .home-ai-dashboard-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-ai-activity article {
        grid-template-columns: auto 1fr;
    }

    .home-ai-activity small {
        display: none;
    }

    .home-ai-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin-top: 14px;
    }

    .home-services-footer,
    .home-results-statement,
    .home-industries-footer,
    .home-process-summary,
    .home-insights-footer {
        padding: 28px 22px;
    }

    .home-services-footer .button,
    .home-results-statement .button,
    .home-industries-footer .button,
    .home-process-summary .button {
        width: 100%;
        justify-content: center;
    }

    .home-comparison-row {
        grid-template-columns: 1fr;
    }

    .home-comparison-header {
        display: none;
    }

    .home-comparison-row > div:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .home-process-timeline::before {
        left: 25px;
    }

    .home-process-step {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
    }

    .home-process-marker {
        width: 52px;
        height: 52px;
        border-width: 5px;
    }

    .home-process-card {
        padding: 25px 20px;
    }

    .home-process-card ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-process-card li {
        width: 100%;
        border-radius: 10px;
    }

    .home-insights-footer-actions {
        width: 100%;
    }

    .home-insights-footer-actions .button {
        width: 100%;
        justify-content: center;
    }

    .home-faq-contact {
        padding: 24px 20px;
    }

    .home-faq-contact .button {
        width: 100%;
        justify-content: center;
    }

    .home-faq-list summary {
        min-height: 76px;
        padding-right: 46px;
        font-size: 1rem;
        line-height: 1.45;
    }

    .home-faq-list details[open] {
        padding-left: 14px;
    }

    .home-faq-answer {
        padding-right: 12px;
    }

    .home-final-contact-row a {
        font-size: 0.76rem;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE â€” 420PX AND BELOW
========================================================= */

@media (max-width: 420px) {

    .hero-copy h1,
    .growth-opportunity-copy h2,
    .home-ai-copy h2,
    .home-services-heading h2,
    .home-why-copy h2,
    .home-results-heading h2,
    .home-industries-heading h2,
    .home-process-heading h2,
    .home-success-heading h2,
    .home-insights-heading h2,
    .home-faq-copy h2,
    .home-final-cta-copy h2 {
        font-size: 2.15rem;
    }

    .trusted-card,
    .home-service-card,
    .home-why-card,
    .home-result-card,
    .home-industry-card,
    .home-success-principles article,
    .home-insight-content {
        padding: 24px 20px;
    }

    .home-service-featured,
    .growth-dashboard,
    .home-ai-dashboard,
    .home-final-cta-panel {
        padding: 24px 18px;
    }

    .home-process-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
    }

    .home-process-marker {
        width: 44px;
        height: 44px;
        border-width: 4px;
    }

    .home-process-timeline::before {
        left: 21px;
    }

    .home-process-marker span {
        font-size: 0.66rem;
    }

    .home-process-card {
        padding: 22px 17px;
    }

    .home-result-value {
        font-size: 2.8rem;
    }

    .home-result-text {
        font-size: 2rem;
    }

}


/* =========================================================
   LANDSCAPE MOBILE
========================================================= */

@media (max-height: 500px) and (orientation: landscape) {

    .hero-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero-video {
        max-height: 360px;
    }

}

/* =========================================================
   TRUSTED SECTION â€” CLEAN READABLE CARD DESIGN
========================================================= */

.trusted-section {
	position: relative !important;
	overflow: hidden !important;
	padding: 120px 0 !important;
	color: var(--ink) !important;
	background: var(--off) !important;
}

/* Remove all experimental background effects */
.trusted-section::before,
.trusted-section::after {
	display: none !important;
	content: none !important;
}

/* =========================================================
   HEADING
========================================================= */

.trusted-heading {
	max-width: 880px !important;
	margin: 0 auto 60px !important;
	text-align: center !important;
}

.trusted-heading .eyebrow {
	display: block !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: var(--uae-green) !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	font-size: 0.78rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.11em !important;
	text-transform: uppercase !important;
}

.trusted-heading .eyebrow::before {
	display: none !important;
	content: none !important;
}

.trusted-heading h2 {
	margin: 0 0 22px !important;
	color: var(--ink) !important;
	font-size: clamp(2.5rem, 4.5vw, 4.5rem) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.04em !important;
}

.trusted-heading h2 span {
	display: block !important;
	color: var(--uae-green) !important;
	background: none !important;
	background-clip: initial !important;
	-webkit-background-clip: initial !important;
	-webkit-text-fill-color: currentColor !important;
	animation: none !important;
}

.trusted-heading > p:last-child {
	max-width: 760px !important;
	margin: 0 auto !important;
	color: var(--muted) !important;
	font-size: 1.06rem !important;
	line-height: 1.8 !important;
}

/* =========================================================
   GRID
========================================================= */

.trusted-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	background: transparent !important;
	perspective: none !important;
}

/* =========================================================
   CARDS
========================================================= */

.trusted-card,
.trusted-card-featured,
.trusted-card-security {
	position: relative !important;
	overflow: hidden !important;
	min-height: 340px !important;
	padding: 34px !important;
	border: 1px solid var(--line) !important;
	border-radius: var(--radius) !important;
	color: var(--ink) !important;
	background: var(--uae-white) !important;
	box-shadow: var(--shadow-sm) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transform: none !important;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease !important;
}

/* Simple top accent line */
.trusted-card::before {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	left: 0 !important;
	display: block !important;
	width: auto !important;
	height: 4px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--uae-green) !important;
	opacity: 1 !important;
	-webkit-mask: none !important;
	mask: none !important;
	transform: scaleX(0.3) !important;
	transform-origin: left !important;
	animation: none !important;
	transition: transform 0.35s ease !important;
	content: "" !important;
}

.trusted-card:nth-child(2)::before,
.trusted-card:nth-child(6)::before {
	background: var(--uae-red) !important;
}

.trusted-card:nth-child(4)::before {
	background: var(--uae-green) !important;
}

.trusted-card:nth-child(5)::before {
	background: var(--uae-black) !important;
}

/* Remove all glass reflections and glows */
.trusted-card::after {
	display: none !important;
	content: none !important;
}

.trusted-card:hover {
	border-color: rgba(0, 154, 68, 0.28) !important;
	background: var(--uae-white) !important;
	transform: translateY(-7px) !important;
	box-shadow: var(--shadow) !important;
}

.trusted-card:hover::before {
	transform: scaleX(1) !important;
}

/* =========================================================
   ICONS
========================================================= */

.trusted-icon {
	position: relative !important;
	display: grid !important;
	place-items: center !important;
	width: 60px !important;
	height: 60px !important;
	margin-bottom: 30px !important;
	border: 1px solid rgba(0, 154, 68, 0.18) !important;
	border-radius: 18px !important;
	color: var(--uae-green) !important;
	background: rgba(0, 154, 68, 0.07) !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transform: none !important;
	transition:
		transform 0.3s ease,
		color 0.3s ease,
		background 0.3s ease !important;
}

.trusted-icon::before {
	display: none !important;
	content: none !important;
}

.trusted-icon svg {
	width: 29px !important;
	height: 29px !important;
	filter: none !important;
}

.trusted-card:nth-child(2) .trusted-icon,
.trusted-card:nth-child(6) .trusted-icon,
.trusted-card-security .trusted-icon {
	border-color: rgba(206, 17, 38, 0.2) !important;
	color: var(--uae-red) !important;
	background: rgba(206, 17, 38, 0.07) !important;
}

.trusted-card:nth-child(5) .trusted-icon {
	border-color: rgba(0, 0, 0, 0.15) !important;
	color: var(--uae-white) !important;
	background: var(--uae-black) !important;
}

.trusted-card:hover .trusted-icon {
	color: var(--uae-white) !important;
	background: var(--uae-green) !important;
	transform: scale(1.05) !important;
}

.trusted-card:nth-child(2):hover .trusted-icon,
.trusted-card:nth-child(6):hover .trusted-icon {
	background: var(--uae-red) !important;
}

/* =========================================================
   CARD CONTENT
========================================================= */

.trusted-number {
	position: absolute !important;
	top: 34px !important;
	right: 34px !important;
	color: var(--uae-red) !important;
	font-size: 0.72rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.13em !important;
	text-shadow: none !important;
}

.trusted-card h3 {
	position: relative !important;
	margin: 0 0 16px !important;
	color: var(--ink) !important;
	font-size: 1.5rem !important;
	line-height: 1.25 !important;
	letter-spacing: -0.02em !important;
}

.trusted-card p {
	position: relative !important;
	margin: 0 !important;
	color: var(--muted) !important;
	font-size: 0.96rem !important;
	line-height: 1.75 !important;
}

/* =========================================================
   BOTTOM ACTION
========================================================= */

.trusted-action {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 36px !important;
	margin-top: 35px !important;
	padding: 32px 36px !important;
	border: 1px solid var(--line) !important;
	border-radius: var(--radius-lg) !important;
	text-align: left !important;
	background: var(--uae-white) !important;
	box-shadow: var(--shadow-sm) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.trusted-action > div {
	max-width: 680px !important;
}

.trusted-action > div > span {
	display: block !important;
	margin-bottom: 7px !important;
	color: var(--uae-red) !important;
	font-size: 0.74rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

.trusted-action p {
	margin: 0 !important;
	color: var(--muted) !important;
	font-size: 0.94rem !important;
	line-height: 1.7 !important;
}

.trusted-text-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-height: 50px !important;
	padding: 13px 21px !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: var(--uae-white) !important;
	background: var(--uae-green) !important;
	box-shadow: none !important;
	font-weight: 800 !important;
	white-space: nowrap !important;
	transition:
		background 0.25s ease,
		transform 0.25s ease !important;
}

.trusted-text-link:hover {
	border: 0 !important;
	color: var(--uae-white) !important;
	background: var(--green-dark) !important;
	transform: translateY(-2px) !important;
}

.trusted-text-link span {
	font-size: 1.2rem !important;
	transition: transform 0.25s ease !important;
}

.trusted-text-link:hover span {
	transform: translateX(5px) !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 960px) {
	.trusted-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.trusted-action {
		align-items: flex-start !important;
		flex-direction: column !important;
	}
}

@media (max-width: 640px) {
	.trusted-section {
		padding: 82px 0 !important;
	}

	.trusted-heading {
		margin-bottom: 44px !important;
		text-align: left !important;
	}

	.trusted-heading h2 span {
		display: inline !important;
	}

	.trusted-grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.trusted-card,
	.trusted-card-featured,
	.trusted-card-security {
		min-height: auto !important;
		padding: 28px 24px !important;
	}

	.trusted-number {
		top: 29px !important;
		right: 24px !important;
	}

	.trusted-action {
		padding: 28px 24px !important;
	}

	.trusted-text-link {
		width: 100% !important;
		white-space: normal !important;
	}
}

/* =========================================================
   MTM PREMIUM MOBILE HERO REFINEMENT
   Mobile only. Desktop/tablet layout remains unchanged.
========================================================= */
@media (max-width: 640px) {

    .hero-section {
        padding-top: 42px !important;
        padding-bottom: 54px !important;
    }

    .hero-section .container {
        width: min(calc(100% - 32px), var(--container)) !important;
    }

    /*
     * Let the hero children participate directly in the mobile
     * one-column grid so the visual can sit between the headline
     * and the longer supporting copy.
     */
    .hero-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
        align-items: stretch !important;
    }

    .hero-copy {
        display: contents !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-badge {
        order: 1;
        justify-self: start;
        max-width: 100%;
        margin: 0 0 18px !important;
        padding: 8px 12px !important;
        font-size: 0.69rem !important;
        line-height: 1.35 !important;
        letter-spacing: 0.075em !important;
    }

    .hero-copy h1 {
        order: 2;
        max-width: 100% !important;
        margin: 0 0 24px !important;
        font-size: clamp(2rem, 9vw, 2.45rem) !important;
        line-height: 1.035 !important;
        letter-spacing: -0.04em !important;
        text-wrap: balance;
    }

    .hero-visual {
        order: 3;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 24px !important;
    }

    .hero-video-wrap {
        overflow: hidden !important;
        border-radius: 20px !important;
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28) !important;
    }

    .hero-video-wrap::before,
    .hero-video,
    .hero-video-overlay {
        border-radius: 20px !important;
    }

    .hero-video {
        aspect-ratio: 16 / 9 !important;
        box-shadow: none !important;
    }

    .hero-video-wrap .floating-card {
        position: absolute !important;
        right: 12px !important;
        bottom: 12px !important;
        left: 12px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 11px 13px !important;
        border: 1px solid rgba(255, 255, 255, 0.72) !important;
        border-radius: 13px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .hero-video-wrap .floating-card strong {
        font-size: 0.82rem !important;
        line-height: 1.2 !important;
    }

    .hero-video-wrap .floating-card span {
        margin-top: 2px !important;
        font-size: 0.68rem !important;
        line-height: 1.3 !important;
    }

    .hero-lead {
        order: 4;
        max-width: 100% !important;
        margin: 0 0 22px !important;
        color: #c9d7ce !important;
        font-size: 0.98rem !important;
        line-height: 1.62 !important;
    }

    .button-row {
        order: 5;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .button-row .button {
        width: 100% !important;
        min-height: 48px !important;
        padding: 11px 12px !important;
        font-size: 0.82rem !important;
        line-height: 1.25 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .hero-proof {
        order: 6;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 7px !important;
        margin-top: 18px !important;
        color: #c2d0c7 !important;
        font-size: 0.71rem !important;
        line-height: 1.25 !important;
    }

    .hero-proof span {
        padding: 7px 9px !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.045) !important;
    }

    .hero-proof span::before {
        margin-right: 5px !important;
    }

    .hero-glow {
        top: -110px !important;
        right: -280px !important;
        width: 430px !important;
        height: 430px !important;
        opacity: 0.65 !important;
    }
}

@media (max-width: 380px) {
    .hero-copy h1 {
        font-size: 2rem !important;
    }

    .button-row {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   HOMEPAGE HERO SOUND CONTROL
========================================================= */

.hero-sound-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(3, 15, 10, 0.76);
    color: #ffffff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    cursor: pointer;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.26);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.hero-sound-toggle:hover,
.hero-sound-toggle:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(82, 205, 105, 0.72);
    background: rgba(5, 28, 17, 0.92);
    box-shadow:
        0 12px 34px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(82, 205, 105, 0.12);
}

.hero-sound-toggle:focus-visible {
    outline: 2px solid #52cd69;
    outline-offset: 3px;
}

.hero-sound-toggle.is-sound-on {
    border-color: rgba(82, 205, 105, 0.76);
    background: rgba(7, 45, 24, 0.88);
}

.hero-sound-icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    font-size: 1rem;
}

@media (max-width: 640px) {
    .hero-sound-toggle {
        top: 12px;
        right: 12px;
        min-height: 38px;
        padding: 8px 11px;
        font-size: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-sound-toggle {
        transition: none;
    }
}

/* =========================================================
   MOBILE VIEWPORT WIDTH SAFETY FIX â€” 2026-09-07
   Prevent horizontal page drift / blank side area on phones.
========================================================= */
@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    body.home,
    body.home .site-main {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        overflow-x: clip;
    }

    body.home .hero-section,
    body.home .trusted-section,
    body.home .growth-opportunity-section,
    body.home .home-ai-section,
    body.home .home-services-section,
    body.home .home-why-section,
    body.home .home-results-section,
    body.home .home-industries-section,
    body.home .home-process-section,
    body.home .home-success-section,
    body.home .home-insights-section,
    body.home .home-faq-section,
    body.home .home-final-cta {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    body.home .hero-grid,
    body.home .hero-copy,
    body.home .hero-visual,
    body.home .hero-video-wrap {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
    }

    body.home .hero-video-wrap {
        overflow: hidden;
    }

    body.home img,
    body.home video,
    body.home iframe,
    body.home svg {
        max-width: 100%;
    }
}

@supports not (overflow: clip) {
    @media (max-width: 768px) {
        html,
        body,
        body.home,
        body.home .site-main {
            overflow-x: hidden;
        }
    }
}
