/* =========================================================
   Arabic About Page v1 — scoped component enhancements
   All selectors require explicit .gcs-about-* classes.
   ========================================================= */
.gcs-about-page {
    --gcs-green: #193E34;
    --gcs-green-deep: #0B2A22;
    --gcs-gold: #B68F4F;
    --gcs-gold-soft: #D8BD7D;
    --gcs-ivory: #F3F0E8;
    position: relative;
    isolation: isolate;
}
.gcs-about-hero::before,
.gcs-about-why::before,
.gcs-about-vm-section::before,
.gcs-about-cta::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    background-repeat: no-repeat;
}
.gcs-about-hero::before {
    inset-inline-start: 14px;
    top: 50px;
    width: 52px;
    height: 310px;
    background: url("../identity/ornament-strip-gold.png") center / contain no-repeat;
    opacity: .30;
}
.gcs-about-hero::after,
.gcs-about-why::after,
.gcs-about-network::after,
.gcs-about-cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    background: url("../identity/ornament-symbol-gold.png") center / contain no-repeat;
}
.gcs-about-hero::after {
    inset-inline-end: -95px;
    bottom: -100px;
    width: 430px;
    height: 390px;
    opacity: .052;
}
.gcs-about-hero-visual,
.gcs-about-intro-visual,
.gcs-about-partners-visual {
    position: relative;
}
.gcs-about-hero-visual::after,
.gcs-about-intro-visual::after {
    content: "";
    position: absolute;
    inset: 14px -11px -11px 14px;
    border: 1px solid rgba(216,189,125,.42);
    border-radius: 32px;
    pointer-events: none;
    z-index: -1;
}
.gcs-about-hero-badge,
.gcs-about-intro-badge {
    position: relative;
    margin-top: -58px;
    z-index: 2;
    box-shadow: 0 18px 38px rgba(3,20,15,.18);
}
.gcs-about-ivory::before,
.gcs-about-goals::before {
    content: "";
    position: absolute;
    inset-inline-start: -95px;
    top: 12%;
    width: 390px;
    height: 350px;
    background: url("../identity/ornament-symbol-green.png") center / contain no-repeat;
    opacity: .035;
    pointer-events: none;
    z-index: -1;
}
.gcs-about-highlight-card,
.gcs-about-principle-card,
.gcs-about-vm-card,
.gcs-about-goal-card,
.gcs-about-client-chip {
    position: relative;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease;
}
.gcs-about-highlight-card::before,
.gcs-about-principle-card::before,
.gcs-about-vm-card::before,
.gcs-about-goal-card::before {
    content: "";
    position: absolute;
    top: -1px;
    inset-inline-start: 24px;
    width: 56px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg,#B68F4F,#D8BD7D);
    pointer-events: none;
}
.gcs-about-highlight-card:hover,
.gcs-about-principle-card:hover,
.gcs-about-vm-card:hover,
.gcs-about-goal-card:hover,
.gcs-about-client-chip:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(7,34,27,.14);
    border-color: rgba(182,143,79,.44);
}
.gcs-about-why::before {
    inset-inline-start: 20px;
    top: 50px;
    width: 50px;
    height: 290px;
    background: url("../identity/ornament-strip-gold.png") center / contain no-repeat;
    opacity: .23;
}
.gcs-about-why::after {
    inset-inline-end: -80px;
    bottom: -95px;
    width: 390px;
    height: 350px;
    opacity: .045;
}
.gcs-about-vm-section {
    background-blend-mode: multiply;
}
.gcs-about-vm-section::before {
    inset: 0;
    background: linear-gradient(90deg,rgba(11,42,34,.35),rgba(11,42,34,.05),rgba(11,42,34,.35));
}
.gcs-about-vm-card {
    box-shadow: 0 22px 50px rgba(3,20,15,.20);
}
.gcs-about-goals-grid {
    position: relative;
}
.gcs-about-goal-card::after {
    content: "";
    position: absolute;
    inset-inline-end: 16px;
    bottom: 13px;
    width: 34px;
    height: 30px;
    background: url("../identity/gcs-emblem.png") center / contain no-repeat;
    opacity: .035;
    pointer-events: none;
}
.gcs-about-network::after {
    inset-inline-end: -80px;
    bottom: -90px;
    width: 360px;
    height: 330px;
    opacity: .03;
}
.gcs-about-partners-visual::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(216,189,125,.18);
    border-radius: 22px;
    pointer-events: none;
}
.gcs-about-client-chip:hover {
    background-color: #F8F3E9;
}
.gcs-about-cta::after {
    inset-inline-end: -90px;
    bottom: -120px;
    width: 430px;
    height: 390px;
    opacity: .045;
}
.gcs-about-cta-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(7,34,27,.18);
}
.gcs-about-cta-card::before {
    content: "";
    position: absolute;
    inset-inline-start: 18px;
    top: 20px;
    width: 45px;
    height: 270px;
    background: url("../identity/ornament-strip-gold.png") center / contain no-repeat;
    opacity: .18;
    pointer-events: none;
}
.gcs-about-cta-brand {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
@media (max-width:1024px) {
    .gcs-about-hero::before,
    .gcs-about-why::before,
    .gcs-about-cta-card::before { opacity:.14; }
}
@media (max-width:767px) {
    .gcs-about-hero::before,
    .gcs-about-why::before,
    .gcs-about-cta-card::before { display:none; }
    .gcs-about-hero::after,
    .gcs-about-why::after,
    .gcs-about-network::after,
    .gcs-about-cta::after,
    .gcs-about-ivory::before,
    .gcs-about-goals::before {
        width:240px;
        height:220px;
        opacity:.026;
    }
    .gcs-about-hero-visual::after,
    .gcs-about-intro-visual::after {
        inset:9px -7px -7px 9px;
        border-radius:24px;
    }
    .gcs-about-hero-badge,
    .gcs-about-intro-badge { margin-top:-42px; }
}
@media (prefers-reduced-motion:reduce) {
    .gcs-about-highlight-card,
    .gcs-about-principle-card,
    .gcs-about-vm-card,
    .gcs-about-goal-card,
    .gcs-about-client-chip { transition:none; }
}
