/* ==========================================================================
   ABOUT US PAGE REDESIGN ("من نحن؟") - SALSABEEL PLATFORM
   Full-Width Background Image Hero & Premium Design System
   ========================================================================== */

:root {
    --brand-navy: #0f3759;
    --brand-navy-dark: #082238;
    --brand-navy-light: #164973;
    --brand-gold: #c28b1e;
    --brand-gold-bright: #f3b236;
    --brand-gold-hover: #a67314;
    --brand-bg-light: #f8fafc;
    --brand-card-bg: #ffffff;
    --brand-text-main: #1e293b;
    --brand-text-muted: #64748b;
    --brand-border: #e2e8f0;
    --brand-radius-lg: 24px;
    --brand-radius-md: 16px;
    --brand-radius-sm: 12px;
    --brand-shadow-sm: 0 4px 20px rgba(15, 55, 89, 0.05);
    --brand-shadow-md: 0 10px 30px rgba(15, 55, 89, 0.08);
    --brand-shadow-lg: 0 20px 40px rgba(15, 55, 89, 0.12);
}

.about-page-wrapper {
    width: 100%;
    direction: rtl;
    color: var(--brand-text-main);
    box-sizing: border-box;
    overflow-x: hidden;
}

.about-mobile-experience,
.about-mobile-dialogs {
    display: none;
}

[dir="ltr"] .about-page-wrapper,
[dir="ltr"] .about-page-container {
    direction: ltr;
}

/* WIDE PAGE CONTAINER */
.about-page-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px 80px;
    direction: rtl;
    color: var(--brand-text-main);
    box-sizing: border-box;
}

/* Typography & Section Titles */
.gold-text {
    background: linear-gradient(135deg, #f3b236 0%, #d99b26 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section-title-wrapper h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--brand-navy);
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
    margin: 0;
}

.section-title-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-navy) 0%, var(--brand-gold) 100%);
    border-radius: 4px;
}

/* ==========================================================================
   1. EDITORIAL SPLIT HERO
   ========================================================================== */
.about-hero-full-bg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: clamp(470px, 35vw, 540px);
    display: grid;
    grid-template-columns: minmax(520px, 50%) minmax(0, 50%);
    grid-template-areas: "copy visual";
    margin-bottom: 65px;
    background: #fdfcf8;
    box-shadow: 0 18px 42px rgba(15, 55, 89, 0.14);
    overflow: hidden;
    isolation: isolate;
    direction: ltr;
}

.about-hero-visual {
    grid-area: visual;
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #e9e3d8;
    z-index: 0;
}

.about-hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 55, 89, 0.12), transparent 25%);
    pointer-events: none;
}

.about-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 46%;
    display: block;
    transform: scale(1.01);
}

.about-hero-divider {
    position: absolute;
    inset-block: 0;
    left: calc(50% - 1px);
    width: clamp(138px, 12.5vw, 190px);
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(8px 0 14px rgba(15, 55, 89, 0.07));
}

.about-hero-divider svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.about-hero-divider__fill {
    fill: #fbfaf5;
}

.about-hero-divider__line {
    fill: none;
    stroke: #c28b1e;
    stroke-width: 4;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.about-hero-copy {
    grid-area: copy;
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 15% 18%, rgba(194, 139, 30, 0.08), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fbfaf5 100%);
    z-index: 2;
    direction: rtl;
    text-align: right;
}

[dir="ltr"] .about-hero-copy {
    direction: ltr;
    text-align: left;
}

.hero-content-col {
    width: min(100%, 690px);
    min-width: 0;
    margin-left: auto;
    padding: 58px clamp(28px, 4.4vw, 78px) 52px clamp(28px, 5.2vw, 96px);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.hero-content-col h1 {
    font-size: clamp(2.35rem, 3vw, 3.55rem);
    font-weight: 900;
    line-height: 1.28;
    color: var(--brand-navy);
    margin: 0 0 20px;
    letter-spacing: -0.8px;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.hero-content-col h1::first-line {
    color: var(--brand-gold);
}

.hero-content-col p.hero-subtitle {
    font-size: clamp(1rem, 1.08vw, 1.16rem);
    line-height: 1.9;
    color: #435364;
    margin: 0 0 30px;
    max-width: 630px;
}

/* Icon links intentionally mirror the supplied brand artwork. */
.hero-service-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 625px;
}

.hero-service-link {
    min-width: 0;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 8px 5px 7px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--brand-navy);
    text-align: center;
    text-decoration: none;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hero-service-link img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
}

.hero-service-link span {
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 800;
}

.hero-service-link:hover,
.hero-service-link:focus-visible {
    color: var(--brand-navy);
    background: #ffffff;
    border-color: rgba(194, 139, 30, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 9px 24px rgba(15, 55, 89, 0.1);
}

.hero-service-link:focus-visible {
    outline: 3px solid rgba(194, 139, 30, 0.3);
    outline-offset: 2px;
}

/* Floating Live Stat Badge on Hero Banner */
.hero-floating-stat {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    background: rgba(8, 34, 56, 0.92);
    backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    border: 1.5px solid var(--brand-gold-bright);
}

.hero-floating-stat i {
    font-size: 1.6rem;
    color: var(--brand-gold-bright);
}

.hero-floating-stat .stat-info {
    display: flex;
    flex-direction: column;
}

.hero-floating-stat .stat-num {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
}

.hero-floating-stat .stat-lbl {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   2. SECTION: "من نحن؟" (WHO WE ARE - LUXURY MODERN)
   ========================================================================== */
.who-we-are-card-box {
    background: #ffffff;
    border-radius: var(--brand-radius-lg);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow-sm);
    padding: 48px 50px;
    margin-bottom: 55px;
    position: relative;
    width: 100%;
}

.who-grid-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 45px;
    align-items: center;
    width: 100%;
}

.who-img-wrapper {
    position: relative;
    border-radius: 20px;
    width: 100%;
}

.who-img-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(15, 55, 89, 0.08);
}

.who-floating-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(15, 55, 89, 0.92);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 800;
    border: 1px solid var(--brand-gold-bright);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.who-floating-badge i {
    color: var(--brand-gold-bright);
}

.who-text-content h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

.who-text-content h3::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-gold-bright) 0%, var(--brand-navy) 100%);
    border-radius: 2px;
}

.who-text-content p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #334155;
    margin-top: 16px;
}

.who-highlights-row {
    display: flex;
    gap: 14px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.who-hl-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid var(--brand-border);
    padding: 9px 15px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.who-hl-item i {
    color: var(--brand-gold-bright);
}

/* ==========================================================================
   3. SECTION: "لماذا نعمل؟" (WHY WE WORK)
   ========================================================================== */
.why-we-work-wrapper {
    margin-bottom: 60px;
    width: 100%;
}

.why-work-top-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 35px;
    font-size: 1.2rem;
    line-height: 1.85;
    color: #334155;
}

.big-stat-number {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--brand-gold-bright);
    display: inline-block;
    margin: 0 4px;
}

.why-cards-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.why-stat-card {
    background: var(--brand-bg-light);
    border: 1px solid var(--brand-border);
    border-radius: var(--brand-radius-md);
    padding: 30px 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.why-stat-card:hover {
    background: var(--brand-card-bg);
    transform: translateY(-4px);
    border-color: var(--brand-gold-bright);
    box-shadow: var(--brand-shadow-sm);
}

.why-card-icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(15, 55, 89, 0.08);
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin: 0 auto 16px;
}

.why-stat-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0;
    line-height: 1.5;
}

/* ==========================================================================
   4. SECTION: "رؤيتنا ورسالتنا" (VISION & MISSION)
   ========================================================================== */
.vision-mission-wrapper {
    margin-bottom: 60px;
    width: 100%;
}

.vm-2col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.vm-card-box {
    border-radius: var(--brand-radius-lg);
    padding: 40px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.vm-card-box:hover {
    transform: translateY(-4px);
}

.vm-card-box.mission-box {
    background: linear-gradient(135deg, #d99b26 0%, #b8811d 100%);
    box-shadow: 0 12px 30px rgba(217, 155, 38, 0.22);
}

.vm-card-box.vision-box {
    background: linear-gradient(135deg, #0f3759 0%, #08243c 100%);
    box-shadow: 0 12px 30px rgba(15, 55, 89, 0.22);
}

.vm-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

.vm-card-box h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
}

.vm-card-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

/* ==========================================================================
   5. SECTION: "كيف نصنع الأثر؟" (HOW WE IMPACT)
   ========================================================================== */
.how-impact-wrapper {
    margin-bottom: 60px;
    width: 100%;
}

.impact-4col-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.impact-box-card {
    background: var(--brand-card-bg);
    border: 1px solid var(--brand-border);
    border-radius: var(--brand-radius-md);
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.impact-box-card:hover {
    transform: translateY(-5px);
    border-color: var(--brand-gold-bright);
    box-shadow: var(--brand-shadow-sm);
}

.impact-icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(217, 155, 38, 0.1);
    color: var(--brand-gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin: 0 auto 16px;
}

.impact-box-card h4 {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin-bottom: 10px;
}

.impact-box-card p {
    font-size: 0.94rem;
    line-height: 1.7;
    color: var(--brand-text-muted);
    margin: 0;
}

/* ==========================================================================
   6. SECTION: "أهدافنا الاستراتيجية" (STRATEGIC GOALS)
   ========================================================================== */
.strategic-goals-wrapper {
    margin-bottom: 60px;
    width: 100%;
}

.goals-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.goal-card-box {
    background: var(--brand-card-bg);
    border: 1px solid var(--brand-border);
    border-radius: var(--brand-radius-md);
    padding: 26px;
    position: relative;
    transition: all 0.3s ease;
}

.goal-card-box:hover {
    transform: translateY(-4px);
    border-color: var(--brand-navy);
    box-shadow: var(--brand-shadow-sm);
}

.goal-num-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--brand-navy);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
}

.goal-card-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.goal-icon-badge-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(15, 55, 89, 0.07);
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.goal-card-header-row h4 {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin: 0;
}

.goal-card-box p {
    font-size: 0.94rem;
    line-height: 1.7;
    color: var(--brand-text-muted);
    margin: 0;
}

/* ==========================================================================
   7. BOTTOM CTA BANNER ("أثر نصنعه معًا")
   ========================================================================== */
.bottom-cta-banner-box {
    background: linear-gradient(135deg, #0f3759 0%, #071f34 100%);
    border-radius: var(--brand-radius-lg);
    color: #ffffff;
    padding: 48px 45px;
    box-shadow: 0 15px 40px rgba(15, 55, 89, 0.2);
    width: 100%;
}

.cta-grid-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 35px;
    align-items: center;
}

.cta-img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: var(--brand-radius-md);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.cta-content-box h2 {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: #ffffff;
}

.cta-content-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
}

.cta-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-gold-pill {
    background: var(--brand-gold-bright);
    color: #ffffff;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(217, 155, 38, 0.3);
}

.btn-gold-pill:hover {
    background: var(--brand-gold-hover);
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-glass-pill {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.25s ease;
}

.btn-glass-pill:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
    color: #ffffff;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
    .about-page-container {
        max-width: 100%;
    }
    
    .hero-floating-stat {
        display: none;
    }
}

@media (max-width: 900px) {
    .about-hero-full-bg {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "visual"
            "copy";
    }

    .about-hero-visual {
        min-height: clamp(270px, 50vw, 390px);
    }

    .about-hero-visual::after {
        background: linear-gradient(0deg, rgba(15, 55, 89, 0.1), transparent 28%);
    }

    .about-hero-copy {
        border-top: 3px solid var(--brand-gold);
    }

    .about-hero-divider {
        display: none;
    }

    .hero-content-col {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        padding: 42px 30px 36px;
    }
}

@media (max-width: 1024px) {
    .who-grid-layout,
    .cta-grid-layout {
        grid-template-columns: 1fr;
    }
    
    .why-cards-3col-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .impact-4col-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .goals-3col-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero-full-bg {
        margin-bottom: 40px;
    }

    .about-hero-visual {
        min-height: clamp(240px, 61vw, 330px);
    }

    .hero-content-col {
        padding: 34px 20px 30px;
    }

    .hero-content-col h1 {
        font-size: clamp(2rem, 8vw, 2.55rem);
        margin-bottom: 14px;
    }

    .hero-content-col p.hero-subtitle {
        margin-bottom: 24px;
        line-height: 1.8;
    }

    .hero-service-links {
        grid-template-columns: repeat(3, minmax(82px, 1fr));
        gap: 6px;
    }

    .hero-service-link {
        min-height: 76px;
    }
    
    .about-page-container {
        padding: 0 15px 50px;
    }
    
    .who-we-are-card-box,
    .bottom-cta-banner-box {
        padding: 25px 20px;
    }
    
    .why-cards-3col-grid,
    .vm-2col-grid,
    .impact-4col-grid,
    .goals-3col-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-content-box h2 {
        font-size: 1.8rem;
    }
    
    .cta-btn-group {
        flex-direction: column;
    }
    
    .btn-gold-pill,
    .btn-glass-pill {
        width: 100%;
        justify-content: center;
    }
}

/* Dedicated mobile information architecture. The approved desktop experience
   remains intact above this breakpoint. */
@media (max-width: 767px) {
    body.about-mobile-dialog-open {
        overflow: hidden;
    }

    .about-page-wrapper {
        background:
            radial-gradient(circle at 15% 8%, rgba(194, 139, 30, 0.08), transparent 28%),
            #f7f9fc;
        min-height: 100vh;
        padding: 12px 12px 34px;
    }

    .about-page-wrapper > .about-hero-full-bg,
    .about-page-wrapper > .about-page-container {
        display: none;
    }

    .about-mobile-experience {
        display: block;
        max-width: 520px;
        margin: 0 auto;
    }

    .about-mobile-intro {
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(118px, 0.88fr);
        min-height: 208px;
        overflow: hidden;
        border: 1px solid rgba(15, 55, 89, 0.1);
        border-radius: 20px;
        background: linear-gradient(135deg, #ffffff, #edf5fb);
        box-shadow: 0 12px 32px rgba(15, 55, 89, 0.1);
    }

    .about-mobile-intro > img {
        width: 100%;
        height: 100%;
        min-height: 208px;
        object-fit: cover;
        order: 2;
    }

    .about-mobile-intro__copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 17px;
        position: relative;
        z-index: 1;
        order: 1;
    }

    .about-mobile-intro__copy::after {
        content: "";
        position: absolute;
        inset-inline-end: -25px;
        top: -12%;
        width: 50px;
        height: 124%;
        background: #f3f8fc;
        border-inline-end: 2px solid rgba(194, 139, 30, 0.72);
        border-radius: 50%;
        z-index: -1;
    }

    .about-mobile-intro__copy > span {
        color: var(--brand-gold-hover);
        font-size: 0.72rem;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .about-mobile-intro__copy h1 {
        color: var(--brand-navy);
        font-size: clamp(1.35rem, 6vw, 1.65rem);
        line-height: 1.35;
        margin: 0 0 8px;
    }

    .about-mobile-intro__copy p {
        color: #526579;
        font-size: 0.82rem;
        line-height: 1.82;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about-mobile-menu {
        display: grid;
        gap: 9px;
        margin-top: 14px;
    }

    .about-mobile-menu button {
        appearance: none;
        width: 100%;
        min-height: 58px;
        display: grid;
        grid-template-columns: 42px 1fr 18px;
        align-items: center;
        gap: 11px;
        border: 1px solid rgba(15, 55, 89, 0.1);
        border-radius: 14px;
        padding: 7px 12px;
        color: var(--brand-navy);
        background: #fff;
        box-shadow: 0 5px 18px rgba(15, 55, 89, 0.055);
        font: inherit;
        font-size: 0.92rem;
        font-weight: 800;
        text-align: start;
        cursor: pointer;
    }

    .about-mobile-menu button:first-child {
        color: #fff;
        border-color: #0f4b7e;
        background: linear-gradient(135deg, #0d5592, var(--brand-navy));
        box-shadow: 0 9px 22px rgba(15, 55, 89, 0.2);
    }

    .about-mobile-menu__icon {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 12px;
        color: var(--brand-navy);
        background: #eef4f9;
        font-size: 1.05rem;
    }

    .about-mobile-menu button:first-child .about-mobile-menu__icon {
        color: var(--brand-navy);
        background: #fff;
    }

    .about-mobile-menu__arrow {
        font-size: 0.68rem;
        opacity: 0.68;
    }

    [dir="ltr"] .about-mobile-menu__arrow {
        transform: rotate(180deg);
    }

    .about-mobile-dialogs {
        display: block;
    }

    .about-mobile-dialog {
        position: fixed;
        inset: auto 10px 10px;
        width: calc(100% - 20px);
        max-width: 500px;
        max-height: calc(100dvh - 20px);
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        color: var(--brand-text-main);
        background: #fff;
        border: 1px solid rgba(15, 55, 89, 0.12);
        border-radius: 22px;
        box-shadow: 0 28px 80px rgba(2, 16, 28, 0.35);
    }

    .about-mobile-dialog[open] {
        display: flex;
        flex-direction: column;
        animation: aboutSheetIn 0.26s ease-out both;
    }

    .about-mobile-dialog::backdrop {
        background: rgba(5, 20, 34, 0.62);
        backdrop-filter: blur(3px);
    }

    @keyframes aboutSheetIn {
        from { opacity: 0; transform: translateY(20px) scale(0.985); }
        to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .about-mobile-dialog__header {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 62px;
        padding: 10px 14px;
        background: #fff;
        border-bottom: 1px solid #e8eef4;
    }

    .about-mobile-dialog__header h2 {
        color: var(--brand-navy);
        font-size: 1.18rem;
        font-weight: 900;
        margin: 0;
    }

    .about-mobile-dialog__close {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        border: 0;
        border-radius: 50%;
        color: var(--brand-navy);
        background: #eef4f8;
        cursor: pointer;
    }

    .about-mobile-dialog__body {
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 14px;
        color: #41566b;
        font-size: 0.86rem;
        line-height: 1.8;
    }

    .about-mobile-dialog__feature {
        display: block;
        width: 100%;
        height: 178px;
        object-fit: cover;
        border-radius: 14px;
        margin-bottom: 12px;
    }

    .about-mobile-why {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #e4eaf0;
    }

    .about-mobile-why h3 {
        color: var(--brand-navy);
        font-size: 1.08rem;
        margin: 0 0 9px;
    }

    .about-mobile-stat {
        display: flex;
        align-items: center;
        gap: 9px;
        color: var(--brand-gold-hover);
        margin-bottom: 8px;
    }

    .about-mobile-stat strong {
        font-size: 2.1rem;
        line-height: 1;
    }

    .about-mobile-stat span {
        display: grid;
        font-size: 1rem;
        font-weight: 900;
    }

    .about-mobile-stat small {
        color: #647589;
        font-size: 0.66rem;
        font-weight: 600;
    }

    .about-mobile-mini-facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        margin-top: 12px;
    }

    .about-mobile-mini-facts span {
        min-height: 66px;
        display: grid;
        place-items: center;
        gap: 4px;
        padding: 7px 3px;
        color: var(--brand-navy);
        background: #f5f8fb;
        border: 1px solid #e5ebf1;
        border-radius: 10px;
        font-size: 0.65rem;
        font-weight: 800;
        text-align: center;
    }

    .about-mobile-mini-facts i {
        color: #1e62a0;
        font-size: 1.15rem;
    }

    .about-mobile-vm {
        display: grid;
        gap: 12px;
    }

    .about-mobile-vm article {
        padding: 20px 17px;
        color: #fff;
        text-align: center;
        border-radius: 16px;
        background: linear-gradient(145deg, #07579d, var(--brand-navy));
    }

    .about-mobile-vm article + article {
        background: linear-gradient(145deg, #e4a41e, #b67808);
    }

    .about-mobile-vm article > span {
        width: 54px;
        height: 54px;
        display: grid;
        place-items: center;
        margin: 0 auto 9px;
        color: var(--brand-navy);
        background: #fff;
        border-radius: 50%;
        font-size: 1.35rem;
    }

    .about-mobile-vm h3,
    .about-mobile-vm p {
        color: inherit;
        margin: 0;
    }

    .about-mobile-vm h3 { font-size: 1.1rem; margin-bottom: 5px; }
    .about-mobile-vm p { font-size: 0.78rem; line-height: 1.75; }

    .about-mobile-card-list {
        display: grid;
        gap: 9px;
    }

    .about-mobile-card-list article {
        display: grid;
        grid-template-columns: 50px 1fr;
        align-items: center;
        gap: 11px;
        padding: 12px;
        background: #fff;
        border: 1px solid #e2e9f0;
        border-radius: 14px;
        box-shadow: 0 4px 13px rgba(15, 55, 89, 0.05);
    }

    .about-mobile-card-list article > span,
    .about-mobile-goal-grid article > span {
        width: 50px;
        height: 50px;
        display: grid;
        place-items: center;
        color: #075ca4;
        background: #edf5fb;
        border-radius: 13px;
        font-size: 1.25rem;
    }

    .about-mobile-card-list h3,
    .about-mobile-card-list p,
    .about-mobile-goal-grid h3,
    .about-mobile-goal-grid p {
        margin: 0;
    }

    .about-mobile-card-list h3,
    .about-mobile-goal-grid h3 {
        color: var(--brand-navy);
        font-size: 0.93rem;
        line-height: 1.5;
    }

    .about-mobile-card-list p,
    .about-mobile-goal-grid p {
        color: #5d6f81;
        font-size: 0.72rem;
        line-height: 1.65;
    }

    .about-mobile-goal-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .about-mobile-goal-grid article {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        min-height: 174px;
        padding: 13px 10px;
        text-align: center;
        background: #fff;
        border: 1px solid #e2e9f0;
        border-radius: 14px;
    }

    .about-mobile-dialog__header--dark {
        background: var(--brand-navy);
        border: 0;
    }

    .about-mobile-dialog__header--dark h2,
    .about-mobile-dialog__header--dark .about-mobile-dialog__close {
        color: #fff;
    }

    .about-mobile-dialog__header--dark .about-mobile-dialog__close {
        background: rgba(255,255,255,0.12);
    }

    .about-mobile-together {
        color: #fff;
        background: linear-gradient(165deg, #0c3455, #061c30);
    }

    .about-mobile-together img {
        display: block;
        width: 100%;
        height: 190px;
        object-fit: cover;
        border-radius: 14px;
    }

    .about-mobile-together p { color: rgba(255,255,255,0.88); }

    .about-mobile-together a {
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 9px;
        color: #fff;
        border: 1px solid rgba(255,255,255,0.48);
        border-radius: 11px;
        font-weight: 800;
        text-decoration: none;
    }

    .about-mobile-together a.about-mobile-together__primary {
        color: #fff;
        border-color: #d79716;
        background: linear-gradient(135deg, #e4a41e, #bd7907);
    }

    [dir="ltr"] .about-mobile-intro,
    [dir="ltr"] .about-mobile-menu,
    [dir="ltr"] .about-mobile-dialog {
        direction: ltr;
    }
}

@media (max-width: 370px) {
    .about-mobile-intro {
        grid-template-columns: 1.18fr 0.82fr;
    }

    .about-mobile-intro__copy {
        padding-inline: 12px;
    }

    .about-mobile-intro__copy p {
        -webkit-line-clamp: 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-mobile-dialog[open] {
        animation: none;
    }
}
