/* ============================================
   منظمة العالم الإسلامي للشباب - Premium Design System
   High-End Non-Profit Organization Website
   With Kashida Typography for Arabic Headers
   ============================================ */

/* -------------------- Google Fonts Import -------------------- */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');

/* -------------------- CSS Reset -------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #F3F0EB;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #115E45, #2D5A87);
    border-radius: 5px;
    border: 2px solid #F3F0EB;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #1A7A5A, #3B72A8);
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #115E45 #F3F0EB;
}

body {
    font-family: 'IBM Plex Sans Arabic', -apple-system, BlinkMacSystemFont, sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.85;
    color: var(--text-primary);
    background-color: var(--bg-white);
    overflow-x: hidden;
    font-weight: 400;
    /* Force English/Latin numerals */
    font-feature-settings: "lnum" 1;
}

/* Styling for counters and statistics */
.counter,
.stat-item__number,
.hero__stat-number,
[data-counter],
.suffix {
    font-family: 'IBM Plex Sans Arabic', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
}

/* -------------------- CSS Custom Properties -------------------- */
:root {
    /* Colors - Premium Palette */
    --bg-white: #FFFFFF;
    --bg-cream: #FDFBF7;
    --bg-light: #F9F7F4;
    --bg-neutral: #F3F0EB;
    --bg-warm: #EDE8E0;
    --bg-depth: #DDD8CF;

    /* Text Colors */
    --text-primary: #1C1917;
    --text-secondary: #44403C;
    --text-muted: #78716C;
    --text-light: #A8A29E;
    --text-inverse: #FFFFFF;

    /* Institutional Green - Deep & Refined */
    --green-deep: #0A3D2E;
    --green-primary: #115E45;
    --green-hover: #1A7A5A;
    --green-light: rgba(17, 94, 69, 0.08);
    --green-glow: rgba(17, 94, 69, 0.15);

    /* Trust Blue - Calm & Professional */
    --blue-deep: #1E3A5F;
    --blue-primary: #2D5A87;
    --blue-hover: #3B72A8;
    --blue-light: rgba(45, 90, 135, 0.08);

    /* Gold Accents - Subtle & Elegant */
    --gold-primary: #B8860B;
    --gold-muted: #D4A84A;
    --gold-light: rgba(184, 134, 11, 0.1);

    /* Typography Scale - More Dramatic */
    --font-display: clamp(3.5rem, 8vw, 6rem);
    --font-h1: clamp(2.5rem, 5vw, 4rem);
    --font-h2: clamp(2rem, 4vw, 3rem);
    --font-h3: clamp(1.5rem, 2.5vw, 2rem);
    --font-h4: 1.375rem;
    --font-body: 1.125rem;
    --font-body-sm: 1rem;
    --font-small: 0.9375rem;
    --font-tiny: 0.8125rem;

    /* Spacing System - More Generous */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2.5rem;
    --space-xl: 4rem;
    --space-2xl: 5rem;
    --space-3xl: 7rem;
    --space-4xl: 10rem;
    --space-5xl: 14rem;

    /* Layout */
    --container-max: 1320px;
    --container-narrow: 880px;
    --container-wide: 1520px;
    --nav-height: 90px;

    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-2xl: 40px;
    --radius-full: 9999px;

    /* Shadows - Softer & More Refined */
    --shadow-sm: 0 2px 12px rgba(28, 25, 23, 0.03);
    --shadow-md: 0 8px 30px rgba(28, 25, 23, 0.05);
    --shadow-lg: 0 16px 50px rgba(28, 25, 23, 0.08);
    --shadow-xl: 0 24px 70px rgba(28, 25, 23, 0.1);
    --shadow-card: 0 4px 20px rgba(28, 25, 23, 0.04);
    --shadow-card-hover: 0 12px 40px rgba(28, 25, 23, 0.08);
    --shadow-glow: 0 0 60px rgba(17, 94, 69, 0.2);

    /* Transitions */
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* -------------------- Kashida Typography for Arabic -------------------- */
/* IMPORTANT: letter-spacing breaks Arabic text connection - DO NOT USE */
.kashida,
.kashida-subtle,
.kashida-dramatic {
    /* No letter-spacing for Arabic - it breaks character connections */
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/* If kashida effect is needed, use font-stretch or word-spacing only */
.kashida {
    word-spacing: 0.05em;
}

.kashida-subtle {
    word-spacing: 0.02em;
}

.kashida-dramatic {
    word-spacing: 0.1em;
}

/* Manual Kashida Elongation Effect - Disabled */
.kashida-word {
    display: inline-block;
}

/* -------------------- Base Typography -------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-primary);
    margin-bottom: 0;
}

.display-title {
    font-size: var(--font-display);
    font-weight: 700;
    line-height: 1.1;
    /* No letter-spacing for Arabic */
}

h1,
.h1 {
    font-size: var(--font-h1);
    /* No letter-spacing for Arabic */
}

h2,
.h2 {
    font-size: var(--font-h2);
    /* No letter-spacing for Arabic */
}

h3,
.h3 {
    font-size: var(--font-h3);
    font-weight: 600;
}

h4,
.h4 {
    font-size: var(--font-h4);
    font-weight: 600;
}

p {
    font-size: var(--font-body);
    color: var(--text-secondary);
    line-height: 2;
    margin-bottom: var(--space-md);
}

.text-lead {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    line-height: 2;
    color: var(--text-secondary);
    font-weight: 400;
}

.text-small {
    font-size: var(--font-small);
}

.text-muted {
    color: var(--text-muted);
}

.text-center {
    text-align: center;
}

.text-green {
    color: var(--green-primary);
}

.text-blue {
    color: var(--blue-primary);
}

.text-gold {
    color: var(--gold-primary);
}

/* -------------------- Layout Utilities -------------------- */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.container--narrow {
    max-width: var(--container-narrow);
}

.container--wide {
    max-width: var(--container-wide);
}

.section {
    padding: var(--space-lg) 0;
    position: relative;
}

.section--compact {
    padding: var(--space-lg) 0;
}

.section--spacious {
    padding: var(--space-lg) 0;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid {
    display: grid;
}

.gap-sm {
    gap: var(--space-sm);
}

.gap-md {
    gap: var(--space-md);
}

.gap-lg {
    gap: var(--space-lg);
}

.gap-xl {
    gap: var(--space-xl);
}

/* -------------------- Premium Section Headers -------------------- */
.section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto var(--space-md);
}

.section-header__label {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: var(--font-small);
    font-weight: 600;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: var(--space-md);
    position: relative;
}

.section-header__label::before,
.section-header__label::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--gold-primary);
}

.section-header__title {
    margin-bottom: var(--space-md);
    letter-spacing: normal;
}

.section-header__title.kashida {
    letter-spacing: normal;
}

.section-header__desc {
    font-size: var(--font-body);
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
    line-height: 2;
}

/* -------------------- Premium Buttons -------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: var(--space-md) var(--space-xl);
    font-family: inherit;
    font-size: var(--font-body-sm);
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity var(--transition-fast);
}

.btn:hover::before {
    opacity: 1;
}

.btn--primary {
    background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-deep) 100%);
    color: var(--text-inverse);
    box-shadow: 0 4px 20px rgba(17, 94, 69, 0.25);
}

.btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(17, 94, 69, 0.35);
}

.btn--secondary {
    background: transparent;
    color: var(--green-primary);
    border: 2px solid var(--green-primary);
}

.btn--secondary:hover {
    background: var(--green-light);
    border-color: var(--green-hover);
    color: var(--green-hover);
}

.btn--white {
    background: var(--bg-white);
    color: var(--green-primary);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.btn--white:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.btn--large {
    padding: var(--space-md) var(--space-2xl);
    font-size: var(--font-body);
    border-radius: var(--radius-xl);
}

.btn--icon {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: var(--radius-full);
}

/* -------------------- Premium Cards -------------------- */
.card {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--blue-primary));
    opacity: 0;
    transition: opacity var(--transition-base);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-card-hover);
}

.card:hover::before {
    opacity: 1;
}

.card__image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.card__content {
    padding: var(--space-lg);
}

.card__label {
    font-size: var(--font-tiny);
    font-weight: 600;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: var(--space-xs);
}

.card__title {
    font-size: var(--font-h4);
    margin-bottom: var(--space-sm);
    line-height: 1.4;
}

.card__desc {
    font-size: var(--font-body-sm);
    color: var(--text-muted);
    margin-bottom: var(--space-md);
    line-height: 1.9;
}

/* -------------------- Navigation - Premium Style -------------------- */
.nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: var(--nav-height);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    transition: all var(--transition-base);
}

.nav--scrolled {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), var(--shadow-sm);
}

.nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: var(--container-wide);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    text-decoration: none;
}

.nav__logo-img {
    height: 65px;
    width: auto;
    object-fit: contain;
    transition: transform var(--transition-fast);
}

.nav__logo:hover .nav__logo-img {
    transform: scale(1.03);
}

.nav__logo-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-deep) 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-inverse);
    font-weight: 700;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(17, 94, 69, 0.25);
}

.nav__logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: normal;
}

.nav__logo-text span {
    color: var(--green-primary);
}

.nav__menu {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
    list-style: none;
}

.nav__link {
    position: relative;
    font-size: var(--font-body-sm);
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    padding: var(--space-xs) 0;
    transition: color var(--transition-fast);
}

.nav__link:hover,
.nav__link--active {
    color: var(--green-primary);
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--green-primary), var(--gold-primary));
    transition: width var(--transition-base);
    border-radius: var(--radius-full);
}

.nav__link:hover::after,
.nav__link--active::after {
    width: 100%;
}

.nav__cta {
    margin-right: var(--space-lg);
}

.nav__toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: var(--space-xs);
    background: none;
    border: none;
    cursor: pointer;
}

.nav__toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--text-primary);
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
}

/* -------------------- News Hero Section - Premium Full-Screen Slider -------------------- */
.news-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 550px;
    max-height: 1000px;
    overflow: hidden;
    background: #0a0a0a;
}

.news-hero--static {
    background: linear-gradient(165deg, var(--green-deep) 0%, #0a1a14 60%, #051510 100%);
}

.news-hero__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slide */
.news-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

.news-hero__slide--active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Image with Ken Burns effect */
.news-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: transform 8s ease-out;
}

.news-hero__slide--active .news-hero__image {
    transform: scale(1.08);
}

/* Cinematic Gradient Overlay */
.news-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.55) 35%,
            rgba(0, 0, 0, 0.2) 55%,
            rgba(0, 0, 0, 0.1) 100%),
        linear-gradient(to right,
            rgba(0, 0, 0, 0.4) 0%,
            transparent 60%);
    z-index: 3;
}

/* Content Area */
.news-hero__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0 var(--space-3xl);
    padding-bottom: clamp(80px, 10vh, 120px);
}

.news-hero__content-inner {
    max-width: 800px;
    text-align: right;
}

/* Category Badge */
.news-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(17, 94, 69, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: var(--space-md);
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.news-hero__badge svg {
    flex-shrink: 0;
}

.news-hero__slide--active .news-hero__badge,
.news-hero--static .news-hero__badge {
    opacity: 1;
    transform: translateY(0);
}

/* Title */
.news-hero__title {
    font-size: clamp(1.5rem, 3.5vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: var(--space-lg);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-hero__slide--active .news-hero__title,
.news-hero--static .news-hero__title {
    opacity: 1;
    transform: translateY(0);
}

/* Read More Button */
.news-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(20px);
    font-family: inherit;
}

.news-hero__slide--active .news-hero__btn,
.news-hero--static .news-hero__btn {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s ease, opacity 0.6s ease 0.7s, transform 0.6s ease 0.7s;
}

.news-hero__btn:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Organization Brand Watermark */
.news-hero__brand {
    position: absolute;
    top: calc(var(--nav-height) + 24px);
    right: var(--space-3xl);
    z-index: 6;
}

.news-hero__brand-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Navigation Arrows */
.news-hero__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.35s ease;
    opacity: 0;
}

.news-hero:hover .news-hero__nav {
    opacity: 1;
}

.news-hero__nav:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
    border-color: rgba(255, 255, 255, 0.35);
}

.news-hero__nav--prev {
    right: 24px;
}

.news-hero__nav--next {
    left: 24px;
}

/* Controls: Counter + Progress + Dots */
.news-hero__controls {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
}

/* Slide Counter */
.news-hero__counter {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-variant-numeric: tabular-nums;
}

.news-hero__counter-current {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}

.news-hero__counter-sep {
    color: rgba(255, 255, 255, 0.35);
    margin: 0 2px;
}

.news-hero__counter-total {
    color: rgba(255, 255, 255, 0.5);
}

/* Progress Bar */
.news-hero__progress {
    width: 80px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.news-hero__progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--green-primary), var(--green-glow));
    border-radius: 10px;
    transition: width 6s linear;
}

/* Dot Indicators */
.news-hero__dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.news-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.news-hero__dot:hover {
    background: rgba(255, 255, 255, 0.65);
}

.news-hero__dot--active {
    background: #fff;
    width: 24px;
    border-radius: 10px;
}



/* -------------------- Stats Section - Premium -------------------- */
.stats {
    background: var(--bg-white);
    color: var(--text-primary);
    position: relative;
    overflow: hidden;
}

.stats__bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image:
        radial-gradient(circle, var(--green-primary) 1px, transparent 1px);
    background-size: 50px 50px;
}

.stats__container {
    position: relative;
    z-index: 1;
}

.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.stat-item {
    text-align: center;
    padding: var(--space-md);
    position: relative;
}

.stat-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.stat-item:last-child::after {
    display: none;
}

.stat-item__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto var(--space-md);
    background: rgba(26, 127, 90, 0.08);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-smooth);
}

.stat-item:hover .stat-item__icon {
    background: rgba(26, 127, 90, 0.15);
    transform: translateY(-5px);
}

.stat-item__icon svg {
    width: 32px;
    height: 32px;
    color: var(--green-primary);
}

.stat-item__number {
    font-size: var(--font-h1);
    font-weight: 700;
    color: var(--green-primary);
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: var(--space-xs);
    line-height: 1;
}

.stat-item__number .counter {
    display: inline-block;
}

.stat-item__number .suffix {
    font-size: 0.45em;
    color: var(--gold-muted);
}

.stat-item__label {
    font-size: var(--font-body);
    color: var(--text-secondary);
    font-weight: 400;
    letter-spacing: normal;
}

/* -------------------- About Section - Premium -------------------- */
.about {
    background: var(--bg-neutral);
    color: var(--text-primary);
    position: relative;
    overflow: hidden;
}

.about__bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image:
        radial-gradient(circle, var(--green-primary) 1px, transparent 1px);
    background-size: 50px 50px;
}

.about__decoration {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: var(--green-primary);
    opacity: 0.04;
    filter: blur(120px);
}

.about__decoration--1 {
    top: -200px;
    left: -200px;
}

.about__decoration--2 {
    bottom: -200px;
    right: -200px;
}

.about__container {
    position: relative;
    z-index: 1;
}

.about__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--space-xl);
    align-items: center;
}

.about__content {
    max-width: 650px;
}

.about__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--font-small);
    font-weight: 600;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: var(--space-md);
    padding: 6px 18px;
    background: rgba(26, 127, 90, 0.08);
    border: 1px solid rgba(26, 127, 90, 0.15);
    border-radius: 50px;
}

.about__title {
    color: var(--text-primary);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    margin-bottom: var(--space-md);
    letter-spacing: normal;
    line-height: 1.5;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.about__text {
    color: var(--text-secondary);
    margin-bottom: var(--space-xs);
    line-height: 1.9;
    font-size: var(--font-body-sm);
}

.about__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.about__feature {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(26, 127, 90, 0.06);
    border: 1px solid rgba(26, 127, 90, 0.1);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}

.about__feature:hover {
    background: rgba(26, 127, 90, 0.1);
    border-color: rgba(26, 127, 90, 0.2);
    transform: translateY(-2px);
}

.about__feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--gold-primary);
}

.about__feature-text {
    font-size: var(--font-body-sm);
    font-weight: 600;
    color: var(--text-primary);
}

.about__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--green-primary);
    border: 1px solid var(--green-primary);
    border-radius: 50px;
    color: #fff;
    font-size: var(--font-body-sm);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
    font-family: inherit;
}

.about__btn:hover {
    background: var(--green-hover);
    border-color: var(--green-hover);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(26, 127, 90, 0.3);
}

.about__image-wrapper {
    position: relative;
}

.about__image {
    width: 100%;
    border-radius: var(--radius-2xl);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 3px solid rgba(0, 0, 0, 0.05);
}

/* -------------------- Media Center Slider -------------------- */
.media-center {
    background: var(--bg-white);
    padding: var(--space-lg) 0;
}

.media-center .section-header__title {
    font-size: var(--font-h4);
}

.media-center .section-header {
    margin-bottom: var(--space-md);
}

.media-slider {
    position: relative;
}

.media-slider__container {
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.media-slider__track {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.media-slider__slide {
    flex: 0 0 calc((100% - 2 * var(--space-md)) / 3);
    min-width: 0;
}

.media-slider__video {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-dark);
}

.media-slider__thumbnail {
    position: relative;
    padding-top: 56.25%;
    cursor: pointer;
    overflow: hidden;
}

.media-slider__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.media-slider__thumbnail:hover img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

.media-slider__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.media-slider__thumbnail:hover .media-slider__play {
    background: var(--green-primary);
    border-color: var(--green-primary);
    transform: translate(-50%, -50%) scale(1.1);
}

.media-slider__play svg {
    margin-right: -3px;
}

.media-slider__iframe-wrapper {
    position: relative;
    padding-top: 56.25%;
}

.media-slider__iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.media-slider__title {
    font-size: var(--font-body-sm);
    font-weight: 600;
    color: var(--text-primary);
    margin-top: var(--space-sm);
    padding: 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-slider__arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-primary);
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    z-index: 5;
}

.media-slider__arrow:hover {
    background: var(--green-primary);
    color: #fff;
    border-color: var(--green-primary);
}

.media-slider__arrow--prev {
    right: -22px;
}

.media-slider__arrow--next {
    left: -22px;
}

.media-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: var(--space-md);
}

.media-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-light);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.media-slider__dot--active {
    background: var(--green-primary);
    width: 28px;
    border-radius: 5px;
}

/* -------------------- Partners Section -------------------- */
.partners {
    background: var(--bg-neutral);
    padding: var(--space-lg) 0;
}

.partners .section-header__title {
    font-size: var(--font-h4);
    color: var(--text-primary);
}

.partners .section-header {
    margin-bottom: var(--space-md);
}

.partners__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--space-xl);
}

.partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 80px;
    padding: 12px;
    border-radius: var(--radius-lg);
    background: var(--bg-neutral);
    transition: all 0.3s ease;
    text-decoration: none;
}

.partners__item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.partners__item:hover img {
    transform: scale(1.05);
}

.partners__item:hover {
    background: var(--bg-white);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.partners__name {
    font-size: var(--font-body-sm);
    font-weight: 600;
    color: var(--text-secondary);
    text-align: center;
}

/* -------------------- Programs Section -------------------- */
.programs {
    background: var(--bg-neutral);
}

.programs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.program-card {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all var(--transition-smooth);
}

.program-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
}

.program-card__image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.program-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.program-card:hover .program-card__image img {
    transform: scale(1.08);
}

.program-card__overlay {
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    padding: var(--space-xs) var(--space-sm);
    background: linear-gradient(135deg, var(--green-primary), var(--green-deep));
    color: var(--text-inverse);
    font-size: var(--font-tiny);
    font-weight: 600;
    border-radius: var(--radius-md);
    letter-spacing: normal;
}

.program-card__content {
    padding: var(--space-xl);
}

.program-card__title {
    font-size: var(--font-h3);
    margin-bottom: var(--space-sm);
    letter-spacing: normal;
}

.program-card__desc {
    font-size: var(--font-body-sm);
    color: var(--text-muted);
    margin-bottom: var(--space-lg);
    line-height: 1.9;
}

.program-card__link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--green-primary);
    font-weight: 600;
    text-decoration: none;
    transition: gap var(--transition-fast);
}

.program-card__link:hover {
    gap: var(--space-md);
}

.program-card__link svg {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

/* -------------------- News Section -------------------- */
.news {
    background: var(--bg-white);
}

.news__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: var(--space-xl);
}

.news-featured {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    min-height: 520px;
}

.news-featured__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.news-featured:hover .news-featured__image {
    transform: scale(1.05);
}

.news-featured__overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: var(--space-2xl);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    color: var(--text-inverse);
}

.news-featured__label {
    display: inline-block;
    padding: var(--space-xs) var(--space-md);
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-muted));
    color: var(--text-primary);
    font-size: var(--font-tiny);
    font-weight: 700;
    border-radius: var(--radius-md);
    margin-bottom: var(--space-md);
    letter-spacing: normal;
}

.news-featured__title {
    font-size: var(--font-h2);
    color: var(--text-inverse);
    margin-bottom: var(--space-sm);
    letter-spacing: normal;
    line-height: 1.3;
}

.news-featured__date {
    font-size: var(--font-small);
    opacity: 0.75;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.news-item {
    display: flex;
    gap: var(--space-md);
    padding-bottom: var(--space-lg);
    border-bottom: 1px solid var(--bg-depth);
    text-decoration: none;
    transition: all var(--transition-fast);
}

.news-item:hover {
    transform: translateX(-6px);
}

.news-item:last-of-type {
    border-bottom: none;
}

.news-item__image {
    width: 130px;
    height: 100px;
    flex-shrink: 0;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

.news-item__content {
    flex: 1;
}

.news-item__label {
    font-size: var(--font-tiny);
    font-weight: 600;
    color: var(--green-primary);
    margin-bottom: var(--space-xs);
    letter-spacing: normal;
    text-transform: uppercase;
}

.news-item__title {
    font-size: var(--font-body);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
    line-height: 1.5;
}

.news-item__date {
    font-size: var(--font-small);
    color: var(--text-muted);
}

/* -------------------- CTA Section - Premium -------------------- */
.cta {
    background: linear-gradient(150deg, var(--green-deep) 0%, var(--green-primary) 50%, var(--text-primary) 100%);
    color: var(--text-inverse);
    position: relative;
    overflow: hidden;
}

.cta__bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
    background-size: 60px 60px;
}

.cta__decoration {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: var(--gold-primary);
    opacity: 0.08;
    filter: blur(120px);
}

.cta__decoration--1 {
    top: -150px;
    left: -150px;
}

.cta__decoration--2 {
    bottom: -150px;
    right: -150px;
}

.cta__container {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.cta__title {
    font-size: var(--font-h2);
    color: var(--text-inverse);
    margin-bottom: var(--space-sm);
    letter-spacing: normal;
}

.cta__title.kashida {
    letter-spacing: normal;
}

.cta__desc {
    font-size: var(--font-body);
    opacity: 0.9;
    margin-bottom: var(--space-md);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
}

.cta__actions {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    flex-wrap: wrap;
}

/* -------------------- Footer - Editorial -------------------- */
.footer {
    background: var(--text-primary);
    color: var(--text-inverse);
    padding: var(--space-xl) 0 var(--space-md);
}

.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-lg);
    margin-bottom: var(--space-lg);
    padding-bottom: var(--space-lg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand {
    max-width: 380px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.footer__logo-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--green-primary), var(--green-hover));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-inverse);
    font-weight: 700;
    font-size: 1.5rem;
}

.footer__logo-text {
    font-size: 1.25rem;
    font-weight: 700;
}

.footer__logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer__desc {
    font-size: var(--font-body-sm);
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: var(--space-lg);
    line-height: 2;
}

.footer__social {
    display: flex;
    gap: var(--space-sm);
}

.footer__social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    color: var(--text-inverse);
    text-decoration: none;
    transition: all var(--transition-fast);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__social-link:hover {
    background: var(--green-primary);
    border-color: var(--green-primary);
    transform: translateY(-3px);
}

.footer__social-link svg {
    width: 20px;
    height: 20px;
}

.footer__column h4 {
    color: var(--text-inverse);
    font-size: var(--font-body);
    margin-bottom: var(--space-sm);
    letter-spacing: normal;
}

.footer__links {
    list-style: none;
}

.footer__links li {
    margin-bottom: var(--space-sm);
}

.footer__links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: var(--font-body-sm);
    transition: all var(--transition-fast);
    position: relative;
}

.footer__links a:hover {
    color: var(--text-inverse);
    padding-right: var(--space-xs);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-md);
}

.footer__copyright {
    font-size: var(--font-small);
    color: rgba(255, 255, 255, 0.4);
}

.footer__legal {
    display: flex;
    gap: var(--space-lg);
}

.footer__legal a {
    font-size: var(--font-small);
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer__legal a:hover {
    color: var(--text-inverse);
}

/* -------------------- Animation Classes -------------------- */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all var(--transition-slow);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal--delay-1 {
    transition-delay: 0.1s;
}

.reveal--delay-2 {
    transition-delay: 0.2s;
}

.reveal--delay-3 {
    transition-delay: 0.3s;
}

.reveal--delay-4 {
    transition-delay: 0.4s;
}

.reveal--delay-5 {
    transition-delay: 0.5s;
}

.fade-in {
    animation: fadeIn 0.7s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter-animate {
    transition: all 0.05s ease-out;
}

/* -------------------- Page Headers - Premium -------------------- */
.page-header {
    padding: calc(var(--nav-height) + var(--space-3xl)) 0 var(--space-3xl);
    background: linear-gradient(165deg, var(--bg-cream) 0%, var(--bg-white) 50%, var(--bg-light) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header__decoration {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
}

.page-header__decoration--1 {
    top: -250px;
    right: -150px;
    background: var(--green-primary);
    opacity: 0.06;
}

.page-header__decoration--2 {
    bottom: -250px;
    left: -150px;
    background: var(--blue-primary);
    opacity: 0.05;
}

.page-header__content {
    position: relative;
    z-index: 1;
}

.page-header__label {
    display: inline-block;
    font-size: var(--font-small);
    font-weight: 600;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: var(--space-md);
}

.page-header__title {
    font-size: var(--font-h1);
    margin-bottom: var(--space-md);
    letter-spacing: normal;
}

.page-header__title.kashida {
    letter-spacing: normal;
}

.page-header__desc {
    font-size: var(--font-body);
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto;
    line-height: 2;
}

/* -------------------- Breadcrumb -------------------- */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
}

.breadcrumb__link {
    font-size: var(--font-small);
    color: var(--text-muted);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.breadcrumb__link:hover {
    color: var(--green-primary);
}

.breadcrumb__separator {
    color: var(--text-light);
}

.breadcrumb__current {
    font-size: var(--font-small);
    color: var(--text-primary);
    font-weight: 600;
}

/* -------------------- Responsive Design -------------------- */
@media (max-width: 1200px) {
    .hero__container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero__actions {
        justify-content: center;
    }

    .hero__visual {
        display: none;
    }

    .stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item::after {
        display: none;
    }

    .about__grid {
        grid-template-columns: 1fr;
    }

    .about__content {
        max-width: 100%;
    }

    .programs__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .media-slider__slide {
        flex: 0 0 calc((100% - var(--space-md)) / 2);
    }

    .news__grid {
        grid-template-columns: 1fr;
    }

    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --nav-height: 75px;
    }

    .nav__menu {
        position: fixed;
        top: var(--nav-height);
        right: 0;
        left: 0;
        bottom: 0;
        flex-direction: column;
        background: var(--bg-white);
        padding: var(--space-xl);
        gap: var(--space-lg);
        transform: translateX(100%);
        transition: transform var(--transition-base);
    }

    .nav__menu.active {
        transform: translateX(0);
    }

    .nav__toggle {
        display: flex;
    }

    .nav__cta {
        display: none;
    }

    .section {
        padding: var(--space-2xl) 0;
    }

    .stats__grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .stat-item {
        padding: var(--space-md);
    }

    .programs__grid {
        grid-template-columns: 1fr;
    }

    .about__features {
        grid-template-columns: 1fr;
    }

    .media-slider__slide {
        flex: 0 0 100%;
    }

    .media-slider__arrow {
        display: none;
    }

    .media-slider__play {
        width: 50px;
        height: 50px;
    }

    .media-slider__play svg {
        width: 36px;
        height: 36px;
    }

    .footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer__brand {
        max-width: 100%;
    }

    .footer__logo {
        justify-content: center;
    }

    .footer__social {
        justify-content: center;
    }

    .footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .cta__actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 var(--space-md);
    }

    .hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .hero__actions .btn {
        width: 100%;
    }

    .btn--large {
        padding: var(--space-md) var(--space-lg);
    }

    .section-header__label::before,
    .section-header__label::after {
        width: 25px;
    }
}

/* -------------------- News Section -------------------- */
.news-item {
    display: flex;
    gap: var(--space-md);
    padding: var(--space-md);
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    text-decoration: none;
    transition: all var(--transition-base);
}

.news-item:hover {
    border-color: var(--green-primary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.news-item__image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

.news-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--space-xs);
}

.news-item__label {
    font-size: var(--font-small);
    color: var(--green-primary);
    font-weight: 600;
}

.news-item__title {
    font-size: var(--font-body);
    color: var(--text-primary);
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.news-item__date {
    font-size: var(--font-small);
    color: var(--text-muted);
}

.news-featured {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    height: 100%;
    min-height: 400px;
}

.news-featured__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-featured__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-xl);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    color: white;
}

.news-featured__label {
    display: inline-block;
    padding: var(--space-xs) var(--space-sm);
    background: var(--green-primary);
    color: white;
    font-size: var(--font-small);
    font-weight: 600;
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-sm);
}

.news-featured__title {
    font-size: var(--font-h3);
    font-weight: 700;
    margin-bottom: var(--space-sm);
}

.news-featured__date {
    font-size: var(--font-small);
    opacity: 0.8;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

/* -------------------- Program Logo Cards -------------------- */
.programs-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
}

.program-logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-xl);
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    text-decoration: none;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.program-logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--blue-primary), var(--gold-primary));
    opacity: 0;
    transition: opacity var(--transition-base);
}

.program-logo-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-elevated);
    border-color: transparent;
}

.program-logo-card:hover::before {
    opacity: 1;
}

.program-logo-card__image {
    width: 100%;
    max-width: 320px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-md);
    overflow: hidden;
}

.program-logo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform var(--transition-base);
}

.program-logo-card:hover .program-logo-card__image img {
    transform: scale(1.05);
}

.program-logo-card__title {
    font-size: var(--font-body);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
    line-height: 1.5;
}

.program-logo-card__location {
    font-size: var(--font-small);
    color: var(--text-muted);
    font-weight: 500;
}

/* Responsive for program logos */
@media (max-width: 992px) {
    .programs-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
}

@media (max-width: 576px) {
    .programs-logos {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .program-logo-card {
        padding: var(--space-lg);
    }

    .program-logo-card__image {
        max-width: 160px;
        height: 140px;
    }
}

/* ========================================================================
   NOTE: All responsive styles have been moved to responsive.css
   ======================================================================== */

/* Global letter-spacing fix for Arabic text */
* {
    letter-spacing: normal !important;
}

/* -------------------- Mobile Menu Toggle Animation -------------------- */
.nav__toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.nav__toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav__toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ================================================================
   LANGUAGE TOGGLE BUTTON
   ================================================================ */
.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1.5px solid rgba(17, 94, 69, 0.25);
    border-radius: var(--radius-full, 50px);
    background: rgba(17, 94, 69, 0.06);
    color: var(--green-primary);
    cursor: pointer;
    font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    order: 0;
}

.lang-toggle:hover {
    background: rgba(17, 94, 69, 0.12);
    border-color: var(--green-primary);
    transform: translateY(-1px);
}

.lang-toggle__icon {
    flex-shrink: 0;
    opacity: 0.8;
}

.lang-toggle__text {
    letter-spacing: 0.5px !important;
}

/* Scrolled state (dark navbar) */
.nav--scrolled .lang-toggle {
    border-color: rgba(17, 94, 69, 0.2);
    background: rgba(17, 94, 69, 0.06);
    color: var(--green-primary);
}

.nav--scrolled .lang-toggle:hover {
    background: rgba(17, 94, 69, 0.12);
    border-color: var(--green-primary);
}

/* ================================================================
   LTR MODE OVERRIDES (English)
   ================================================================ */
html[dir="ltr"] body {
    font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
}

/* Force LTR text alignment */
html[dir="ltr"] body {
    text-align: left;
}

/* Nav menu mobile slide from left in LTR */
@media (max-width: 768px) {
    html[dir="ltr"] .nav__menu {
        transform: translateX(-100%);
    }

    html[dir="ltr"] .nav__menu.active {
        transform: translateX(0);
    }
}

/* Footer hover padding flip */
html[dir="ltr"] .footer__links a:hover {
    padding-right: 0;
    padding-left: var(--space-xs);
}

/* Page header decorations flip */
html[dir="ltr"] .page-header__decoration--1 {
    right: auto;
    left: -150px;
}

html[dir="ltr"] .page-header__decoration--2 {
    left: auto;
    right: -150px;
}

/* CTA decorations flip */
html[dir="ltr"] .cta__decoration--1 {
    left: auto;
    right: -150px;
}

html[dir="ltr"] .cta__decoration--2 {
    right: auto;
    left: -150px;
}

/* News hero text align */
html[dir="ltr"] .news-hero__content {
    text-align: left;
}

/* General text containers */
html[dir="ltr"] .section-header,
html[dir="ltr"] .cta__container {
    text-align: center;
}

/* Form elements */
html[dir="ltr"] input,
html[dir="ltr"] textarea,
html[dir="ltr"] select {
    text-align: left;
    direction: ltr;
}

/* Breadcrumb separator flip */
html[dir="ltr"] .breadcrumb {
    direction: ltr;
}