﻿/* ------------------------------------------ */
/* 2.1- الثوابت والمتغيرات (Dark Mode)       */
/* ------------------------------------------ */
:root {
    --brand: #407ebd;
    --brand-dark: #2d5f96;
    --brand-light: #5b96cc;
    --brand-xlight: #d0e4f5;
    --gold: #c8a96e;
    --gold-light: #e8cc9a;
    --dark: #0a0f1e;
    --dark-2: #111827;
    --dark-3: #1a2236;
    --text: #e8edf5;
    --text-muted: #8fa3be;
    --white: #ffffff;
    --success: #10b981;
    --glass: rgba(64,126,189,0.08);
    --glass-border: rgba(64,126,189,0.2);
}

/* ------------------------------------------ */
/* 2.2- الثوابت والمتغيرات (Light Mode)       */
/* ------------------------------------------ */
html.light {
    --dark: #f8f9fa;
    --dark-2: #f8f9fa;
    --dark-3: #f8f9fa;
    --text: #1a2a3a;
    --text-muted: #4a6580;
    --glass: rgba(64,126,189,0.07);
    --glass-border: rgba(64,126,189,0.18);
}

    html.light body {
        background: var(--dark);
    }

    html.light .navbar {
        background: rgba(223,229,235,0.92) !important;
    }

        html.light .navbar.scrolled {
            background: rgba(223,229,235,0.98) !important;
            box-shadow: 0 4px 30px rgba(64,126,189,0.12);
        }

    html.light .nav-brand-text strong {
        color: var(--brand-dark);
    }

    html.light .nav-links a {
        color: #4a6580;
    }

        html.light .nav-links a:hover, html.light .nav-links a.active {
            color: var(--brand-dark);
        }

    html.light .mobile-nav {
        background: rgba(223,229,235,0.99);
    }

        html.light .mobile-nav a {
            color: #4a6580;
        }

            html.light .mobile-nav a:hover, html.light .mobile-nav a.active {
                background: rgba(64,126,189,0.1);
                color: var(--brand-dark);
            }

    html.light .hamburger span {
        background: var(--brand-dark);
    }

    html.light .hero-bg {
        background: radial-gradient(ellipse 60% 60% at 70% 50%, rgba(64,126,189,0.18) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 20% 70%, rgba(200,169,110,0.12) 0%, transparent 50%), radial-gradient(ellipse 80% 80% at 50% 50%, rgba(223,229,235,1) 40%, transparent 100%);
    }

    html.light .hero-h1 {
        color: #1a2a3a;
    }

        html.light .hero-h1 .line-gold {
            color: #ffffff;
        }

    html.light .hero-eyebrow {
        background: rgba(64,126,189,0.1);
        border-color: rgba(64,126,189,0.25);
        color: var(--brand-dark);
    }

    html.light .hero-desc {
        color: #4a6580;
    }

    html.light .btn-ghost-hero {
        color: #1a2a3a;
        border-color: rgba(64,126,189,0.3);
    }

        html.light .btn-ghost-hero:hover {
            color: var(--brand);
        }

    html.light .hero-card-main {
        background: #f4f7fa;
        border-color: rgba(64,126,189,0.2);
    }

    html.light .hero-card-body h3 {
        color: #1a2a3a;
    }

    html.light .hero-card-overlay {
        background: linear-gradient(to top, #f4f7fa 0%, transparent 50%);
    }

    html.light .hero-mini-card {
        background: rgba(234,240,246,0.95);
        border-color: rgba(64,126,189,0.2);
    }

.hero {
    position: relative;
}

.hero-ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #0e1326 !important;
}

    .hero-ticker .ticker-item,
    .hero-ticker .ticker-item i,
    .hero-ticker .ticker-label {
        color: #ffffff !important;
    }

html.light .hero-ticker {
    background: #c1c3c9 !important;
}

    html.light .hero-ticker .ticker-item,
    html.light .hero-ticker .ticker-item i,
    html.light .hero-ticker .ticker-label {
        color: #000000 !important;
    }

html.light .ticker-item {
    color: #4a6580;
}

html.light .stats-bar {
    background: #eaf0f6;
    border-bottom-color: rgba(64,126,189,0.15);
}

html.light .stats-bar-inner {
    border-left-color: rgba(64,126,189,0.15);
}

html.light .stat-item {
    border-right-color: rgba(64,126,189,0.15);
}

    html.light .stat-item:hover {
        background: rgba(64,126,189,0.07);
    }

html.light .stat-num {
    color: var(--brand-dark);
}

html.light .stat-lbl {
    color: #4a6580;
}

html.light .section-title {
    color: #1a2a3a;
}

html.light .section-tag {
    background: rgba(64,126,189,0.1);
    border-color: rgba(64,126,189,0.2);
    color: var(--brand-dark);
}

html.light .section-sub {
    color: #4a6580;
}

html.light .service-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

    html.light .service-card h4 {
        color: #1a2a3a;
    }

    html.light .service-card p {
        color: #4a6580;
    }

    html.light .service-card:hover {
        box-shadow: 0 20px 60px rgba(64,126,189,0.14);
    }

html.light .about-img-main {
    background: linear-gradient(135deg, #c5d3df, #a8bccf);
}

html.light .about-img-overlay {
    background: linear-gradient(to top, rgba(223,229,235,.7) 0%, transparent 50%);
}

html.light .about-float-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.2);
}

html.light .about-float-lbl {
    color: #4a6580;
}

html.light .about-text h2 {
    color: #1a2a3a;
}

html.light .about-text p {
    color: #4a6580;
}

html.light .about-val {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

    html.light .about-val:hover {
        background: rgba(64,126,189,0.1);
    }

    html.light .about-val strong {
        color: #1a2a3a;
    }

    html.light .about-val span {
        color: #4a6580;
    }

html.light .renewable-section {
    background: #e5ecf2;
}

html.light .safety-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

html.light .safety-card-body h4 {
    color: #1a2a3a;
}

html.light .safety-card-body p {
    color: #4a6580;
}

html.light .safety-badge {
    background: rgba(64,126,189,0.1);
    color: var(--brand-dark);
}

html.light .news-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

    html.light .news-card h5 {
        color: #1a2a3a;
    }

    html.light .news-card p {
        color: #4a6580;
    }

html.light .sidebar-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

html.light .sidebar-body {
    background: #eaf0f6;
}

html.light .sidebar-item {
    border-bottom-color: rgba(64,126,189,0.15);
}

    html.light .sidebar-item span {
        color: #4a6580;
    }

html.light .contact-wrap {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

html.light .contact-form-side h3 {
    color: #1a2a3a;
}

html.light .form-label {
    color: #4a6580;
}

html.light .form-control {
    background: #f4f7fa;
    border-color: rgba(64,126,189,0.2);
    color: #1a2a3a;
}

    html.light .form-control::placeholder {
        color: #8fa3be;
    }

html.light .contact-info-side {
    background: linear-gradient(135deg, var(--brand-dark), #1a4a7c);
}

html.light .footer {
    background: #d5dce4;
    border-top-color: rgba(64,126,189,0.2);
}

html.light .footer-col h5 {
    color: #1a2a3a;
}

html.light .footer-brand p {
    color: #4a6580;
}

html.light .footer-links a {
    color: #4a6580;
}

    html.light .footer-links a:hover {
        color: var(--brand);
    }

html.light .footer-newsletter h5 {
    color: #1a2a3a;
}

html.light .footer-newsletter p {
    color: #4a6580;
}

html.light .footer-newsletter-form input {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.2);
    color: #1a2a3a;
}

html.light .footer-social {
    color: #4a6580;
}

html.light .footer-bottom {
    color: #4a6580;
}

html.light ::-webkit-scrollbar-track {
    background: #dfe5eb;
}

html.light .page-loader {
    background: var(--dark);
}

html.light .loader-bar {
    background: #c5d3df;
}

.theme-toggle {
    display: flex;
    align-items: center;
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 4px;
    gap: 2px;
    margin-right: 12px;
    flex-shrink: 0;
}

.theme-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all .35s cubic-bezier(.4,0,.2,1);
    background: transparent;
    color: var(--text-muted);
    font-family: 'Tajawal',sans-serif;
    white-space: nowrap;
}

    .theme-btn i {
        font-size: .85rem;
        transition: transform .4s;
    }

    .theme-btn.active {
        background: var(--brand);
        color: white;
        box-shadow: 0 3px 12px rgba(64,126,189,0.35);
    }

        .theme-btn.active i {
            transform: rotate(20deg);
        }

html.light .theme-toggle {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.2);
}

html.light .theme-btn {
    color: #4a6580;
}

    html.light .theme-btn.active {
        color: white;
    }

.lang-toggle {
    display: flex;
    align-items: center;
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 4px;
    gap: 2px;
    flex-shrink: 0;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all .35s cubic-bezier(.4,0,.2,1);
    background: transparent;
    color: var(--text-muted);
    font-family: 'Tajawal',sans-serif;
    white-space: nowrap;
}

    .lang-btn.active {
        background: #ffffff;
        color: #1a2a3a;
        box-shadow: 0 3px 12px rgba(200,169,110,0.4);
    }

html.light .lang-toggle {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.2);
}

html.light .lang-btn {
    color: #4a6580;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Tajawal',sans-serif;
    background: var(--dark);
    color: var(--text);
    overflow-x: hidden;
    padding-top: 100px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--dark-2);
}

::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 5px;
}

.cursor {
    position: fixed;
    width: 12px;
    height: 12px;
    background: var(--brand);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%,-50%);
    transition: width .3s,height .3s,opacity .3s;
    mix-blend-mode: screen;
}

.cursor-ring {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(64,126,189,0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%,-50%);
    transition: all .15s ease;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 40px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(10,15,30,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    transition: all .4s;
}

    .navbar.scrolled {
        height: 80px;
        background: rgba(10,15,30,0.97);
        box-shadow: 0 4px 30px rgba(0,0,0,0.5);
    }

.nav-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.nav-logo-wrap {
    width: 82px;
    height: 82px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 0 0 0 2px var(--brand), 0 0 0 4px rgba(64,126,189,0.25), 0 6px 24px rgba(64,126,189,0.35);
    transition: box-shadow .3s, transform .3s;
    flex-shrink: 0;
    overflow: hidden;
}

.navbar.scrolled .nav-logo-wrap {
    width: 70px;
    height: 70px;
}

.nav-logo-wrap:hover {
    box-shadow: 0 0 0 2px var(--gold), 0 0 0 5px rgba(200,169,110,0.3), 0 8px 30px rgba(200,169,110,0.35);
    transform: scale(1.04);
}

.nav-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.nav-logo-wrap .logo-fallback {
    font-family: 'Cairo',sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: var(--brand-dark);
}

.nav-brand-text {
    line-height: 1.2;
}

    .nav-brand-text strong {
        display: block;
        color: white;
        font-size: .95rem;
        font-weight: 700;
    }

    .nav-brand-text span {
        font-size: .65rem;
        color: var(--brand-light);
        letter-spacing: 1px;
    }

.nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    flex-wrap: wrap;
}

    .nav-links a {
        color: var(--text-muted);
        text-decoration: none;
        font-size: .95rem;
        font-weight: 500;
        padding: 7px 11px;
        border-radius: 8px;
        transition: all .3s;
        position: relative;
        white-space: nowrap;
    }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 50%;
            right: 50%;
            height: 2px;
            background: var(--brand);
            border-radius: 2px;
            transition: all .3s;
        }

        .nav-links a:hover, .nav-links a.active {
            color: white;
        }

            .nav-links a:hover::after, .nav-links a.active::after {
                left: 11px;
                right: 11px;
            }

.nav-cta {
    background: var(--brand);
    color: white !important;
    border-radius: 10px !important;
    padding: 8px 18px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(64,126,189,0.35);
    transition: all .3s !important;
}

    .nav-cta:hover {
        background: var(--brand-dark) !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(64,126,189,0.45) !important;
    }

    .nav-cta::after {
        display: none !important;
    }

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
}

    .hamburger span {
        width: 24px;
        height: 2px;
        background: var(--text);
        border-radius: 2px;
        transition: all .3s;
    }

.page-section {
    display: none;
}

    .page-section.active-section {
        display: block;
        animation: pageIn .5s ease;
    }

@keyframes pageIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero {
    min-height: calc(100vh - 100px);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: transparent;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,15,30,0.65);
    z-index: 1;
    pointer-events: none;
}

html.light .hero-bg-overlay {
    background: rgba(10,10,25,0.20);
}

.hero-bg, .hero-grid, .orb {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-light);
    margin-bottom: 8px;
    animation: fadeSlideDown .8s ease .2s both;
    position: relative;
    left: -25%;
    transform: translateX(-50%);
}

.eyebrow-dot {
    width: 6px;
    height: 6px;
    background: var(--brand);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(1.5);
    }
}

.hero-h1 {
    font-family: 'Cairo',sans-serif;
    font-size: clamp(1.8rem,4vw,3rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 24px;
    animation: fadeSlideUp .8s ease .4s both;
}

    .hero-h1 .line-accent {
        color: var(--brand);
        display: block;
    }

    .hero-h1 .line-gold {
        color: #ffffff;
    }

.hero-desc {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 40px;
    animation: fadeSlideUp .8s ease .6s both;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    animation: fadeSlideUp .8s ease .8s both;
}

.btn-primary-hero {
    background: var(--brand);
    color: white;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 30px rgba(64,126,189,0.4);
    transition: all .3s;
    border: none;
    cursor: pointer;
}

    .btn-primary-hero:hover {
        background: var(--brand-dark);
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(64,126,189,0.5);
        color: white;
    }

.btn-ghost-hero {
    background: transparent;
    color: var(--text);
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid var(--glass-border);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    cursor: pointer;
}

    .btn-ghost-hero:hover {
        border-color: var(--brand);
        color: var(--brand);
        background: var(--glass);
    }

.hero-visual {
    position: relative;
    animation: fadeSlideUp .8s ease .5s both;
}

.hero-card-main {
    background: linear-gradient(135deg,var(--dark-3),var(--dark-2));
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.hero-ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(64,126,189,0.08);
    border-top: 1px solid var(--glass-border);
    padding: 14px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}

.ticker-label {
    background: var(--brand);
    color: white;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-track {
    display: flex;
    gap: 50px;
    animation: tickerScroll 20s linear infinite;
    white-space: nowrap;
}

@keyframes tickerScroll {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.ticker-item {
    color: var(--text-muted);
    font-size: .85rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .ticker-item i {
        color: var(--brand);
    }

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-bar {
    background: var(--dark-2);
    border-bottom: 1px solid var(--glass-border);
    padding: 0 40px;
}

.stats-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-left: 1px solid var(--glass-border);
}

.stat-item {
    padding: 32px 30px;
    border-right: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: background .3s;
}

    .stat-item:hover {
        background: var(--glass);
    }

.stat-icon {
    width: 52px;
    height: 52px;
    background: rgba(64,126,189,0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--brand);
    flex-shrink: 0;
}

.stat-num {
    font-family: 'Cairo',sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: white;
    line-height: 1;
}

.stat-lbl {
    font-size: .8rem;
    color: var(--text-muted);
    margin-top: 3px;
}

.section {
    padding: 100px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--brand-light);
    margin-bottom: 18px;
}

.section-title {
    font-family: 'Cairo',sans-serif;
    font-size: clamp(1.8rem,4vw,3rem);
    font-weight: 900;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

    .section-title em {
        font-style: normal;
        color: var(--brand);
    }

.section-sub {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 600px;
    line-height: 1.7;
}

.section-header {
    margin-bottom: 60px;
}

    .section-header.centered {
        text-align: center;
    }

        .section-header.centered .section-sub {
            margin: 0 auto;
        }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.service-card {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 36px 28px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    cursor: default;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,var(--brand),var(--brand-light));
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .4s;
    }

    .service-card:hover {
        border-color: var(--brand);
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(64,126,189,0.15);
    }

        .service-card:hover::before {
            transform: scaleX(1);
            transform-origin: left;
        }

.service-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(64,126,189,0.1);
    border: 1px solid rgba(64,126,189,0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--brand);
    margin-bottom: 24px;
    transition: all .3s;
}

.service-card:hover .service-card-icon {
    background: var(--brand);
    color: white;
    border-color: var(--brand);
    transform: scale(1.1);
}

.service-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.service-card p {
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.7;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-img-stack {
    position: relative;
}

.about-img-main {
    border-radius: 24px;
    overflow: hidden;
    height: 500px;
    position: relative;
    background: linear-gradient(135deg,var(--dark-3),#1a2d47);
}

    .about-img-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(10,15,30,.8) 0%,transparent 50%);
}

.about-float-card {
    position: absolute;
    bottom: -25px;
    left: -25px;
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    padding: 22px 26px;
    backdrop-filter: blur(10px);
}

.about-float-num {
    font-family: 'Cairo',sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--brand);
    line-height: 1;
}

.about-float-lbl {
    color: var(--text-muted);
    font-size: .85rem;
    margin-top: 4px;
}

.about-text h2 {
    font-family: 'Cairo',sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-text p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-vals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px;
}

.about-val {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all .3s;
}

    .about-val:hover {
        border-color: var(--brand);
        background: var(--glass);
    }

.about-val-icon {
    font-size: 1.3rem;
    color: var(--brand);
}

.about-val strong {
    display: block;
    font-size: .9rem;
    color: white;
}

.about-val span {
    font-size: .78rem;
    color: var(--text-muted);
}

.renewable-section {
    background: var(--dark-2);
}

.renewable-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.renewable-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 400px;
    cursor: default;
    transition: all .4s;
}

    .renewable-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,.5);
    }

    .renewable-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s;
    }

    .renewable-card:hover img {
        transform: scale(1.08);
    }

    .renewable-card:hover .renewable-card-overlay {
        background: linear-gradient(to top,rgba(10,15,30,1) 40%,rgba(64,126,189,.2) 100%);
    }

.renewable-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

.renewable-card-icon {
    width: 50px;
    height: 50px;
    background: rgba(64,126,189,0.2);
    border: 1px solid rgba(64,126,189,0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    margin-bottom: 16px;
    transition: all .3s;
}

.renewable-card:hover .renewable-card-icon {
    background: var(--brand);
    border-color: var(--brand);
}

.renewable-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.renewable-card p {
    color: white;
    font-size: .88rem;
    line-height: 1.6;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}

.safety-card {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    transition: all .4s;
}

    .safety-card:hover {
        border-color: var(--brand);
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(64,126,189,.1);
    }

.safety-card-img {
    width: 180px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

    .safety-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s;
    }

.safety-card:hover .safety-card-img img {
    transform: scale(1.1);
}

.safety-card-body {
    padding: 28px;
}

.safety-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(64,126,189,0.1);
    color: var(--brand-light);
    font-size: .72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.safety-card-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.safety-card-body p {
    color: var(--text-muted);
    font-size: .88rem;
    line-height: 1.6;
}

.news-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.news-card {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    transition: all .4s;
    margin-bottom: 24px;
}

    .news-card:hover {
        border-color: var(--brand);
        box-shadow: 0 20px 50px rgba(64,126,189,.1);
    }

.news-card-img {
    height: 240px;
    position: relative;
    overflow: hidden;
}

    .news-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s;
    }

.news-card:hover .news-card-img img {
    transform: scale(1.05);
}

.news-date-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: var(--brand);
    color: white;
    font-size: .72rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
}

.news-card-body {
    padding: 26px;
}

.news-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-card p {
    color: var(--text-muted);
    font-size: .88rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.read-more {
    color: var(--brand);
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .3s;
}

    .read-more:hover {
        gap: 10px;
    }

.sidebar-card {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.sidebar-head {
    padding: 18px 24px;
    background: linear-gradient(135deg,var(--brand-dark),var(--brand));
    font-weight: 700;
    font-size: .9rem;
}

.sidebar-body {
    padding: 20px 24px;
}

.sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--glass-border);
}

    .sidebar-item:last-child {
        border-bottom: none;
    }

    .sidebar-item i {
        color: var(--brand);
        margin-top: 3px;
        flex-shrink: 0;
    }

    .sidebar-item span {
        font-size: .85rem;
        color: var(--text-muted);
    }

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.contact-wrap {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    overflow: hidden;
}

.contact-form-side {
    padding: 50px;
}

.contact-info-side {
    padding: 50px;
    background: linear-gradient(135deg,var(--brand-dark),var(--dark-3));
    border-right: 1px solid var(--glass-border);
}

.contact-form-side h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-size: .82rem;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    background: var(--dark-3);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 13px 18px;
    color: var(--text);
    font-family: 'Tajawal',sans-serif;
    font-size: .95rem;
    transition: all .3s;
    outline: none;
}

    .form-control:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(64,126,189,.15);
    }

    .form-control::placeholder {
        color: var(--text-muted);
    }

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-send {
    width: 100%;
    background: var(--brand);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-family: 'Tajawal',sans-serif;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 8px 25px rgba(64,126,189,.3);
}

    .btn-send:hover {
        background: var(--brand-dark);
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(64,126,189,.4);
    }

.contact-info-side h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.contact-info-side > p {
    color: rgba(255,255,255,.7);
    font-size: .9rem;
    margin-bottom: 36px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.contact-item-icon {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    color: white;
    font-size: .9rem;
    margin-bottom: 4px;
}

.contact-item span {
    color: rgba(255,255,255,.7);
    font-size: .85rem;
    line-height: 1.5;
}

.contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 40px;
}

.contact-social {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all .3s;
}

    .contact-social:hover {
        background: white;
        color: var(--brand);
        transform: translateY(-3px);
    }

.footer {
    background: var(--dark-2);
    border-top: 1px solid var(--glass-border);
    padding: 70px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-logo {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,var(--brand),var(--brand-dark));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cairo',sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: white;
    margin-bottom: 16px;
    box-shadow: 0 4px 20px rgba(64,126,189,.3);
}

.footer-brand p {
    color: var(--text-muted);
    font-size: .88rem;
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-social {
    width: 38px;
    height: 38px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    text-decoration: none;
    transition: all .3s;
    font-size: .9rem;
}

    .footer-social:hover {
        background: var(--brand);
        border-color: var(--brand);
        color: white;
    }

.footer-col h5 {
    color: white;
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 22px;
}

.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: var(--text-muted);
        text-decoration: none;
        font-size: .88rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all .3s;
    }

        .footer-links a::before {
            content: '›';
            color: var(--brand);
            font-size: 1rem;
        }

        .footer-links a:hover {
            color: var(--brand);
            padding-right: 5px;
        }

.footer-newsletter h5 {
    color: white;
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 12px;
}

.footer-newsletter p {
    color: var(--text-muted);
    font-size: .85rem;
    margin-bottom: 18px;
}

.footer-newsletter-form {
    display: flex;
    gap: 10px;
}

    .footer-newsletter-form input {
        flex: 1;
        background: var(--dark-3);
        border: 1px solid var(--glass-border);
        border-radius: 10px;
        padding: 10px 16px;
        color: white;
        font-family: 'Tajawal',sans-serif;
        font-size: .88rem;
        outline: none;
    }

    .footer-newsletter-form button {
        background: var(--brand);
        border: none;
        border-radius: 10px;
        padding: 10px 18px;
        color: white;
        cursor: pointer;
        transition: all .3s;
    }

        .footer-newsletter-form button:hover {
            background: var(--brand-dark);
        }

.footer-bottom {
    border-top: 1px solid var(--glass-border);
    padding: 24px 0;
    text-align: center;
    color: var(--text-muted);
    font-size: .82rem;
}

    .footer-bottom span {
        color: var(--brand);
    }

.mobile-nav {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,15,30,.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    padding: 30px 40px;
    flex-direction: column;
    gap: 10px;
    transform: translateX(100%);
    transition: transform .4s;
    overflow-y: auto;
}

    .mobile-nav.open {
        transform: translateX(0);
    }

    .mobile-nav a {
        color: var(--text-muted);
        text-decoration: none;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 14px 20px;
        border-radius: 12px;
        border: 1px solid transparent;
        transition: all .3s;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .mobile-nav a:hover, .mobile-nav a.active {
            background: var(--glass);
            border-color: var(--glass-border);
            color: white;
        }

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s ease,transform .7s ease;
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .7s ease,transform .7s ease;
}

    .reveal-left.visible {
        opacity: 1;
        transform: translateX(0);
    }

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .7s ease,transform .7s ease;
}

    .reveal-right.visible {
        opacity: 1;
        transform: translateX(0);
    }

.page-loader {
    position: fixed;
    inset: 0;
    background: var(--dark);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    transition: opacity .5s,visibility .5s;
}

    .page-loader.hidden {
        opacity: 0;
        visibility: hidden;
    }

.loader-logo {
    width: 200px;
    height: 150px;
    background: linear-gradient(135deg,var(--brand),var(--brand-dark));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cairo',sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: white;
    animation: loaderPulse 1s ease-in-out infinite;
}

.loader-bar {
    width: 200px;
    height: 3px;
    background: var(--dark-3);
    border-radius: 3px;
    overflow: hidden;
}

.loader-fill {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg,var(--brand),var(--brand-light));
    border-radius: 3px;
    animation: loaderFill 1.5s ease forwards;
}

@keyframes loaderFill {
    to {
        width: 100%;
    }
}

@media(max-width:480px) {
    .gas-conditions {
        grid-template-columns: 1fr;
    }

    .stat-mini-grid {
        grid-template-columns: 1fr;
    }
}

.nav-links li {
    position: relative;
    list-style: none;
}

.nav-links .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(10,15,30,0.95);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 10px 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.2,0.9,0.4,1.1);
    z-index: 100;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

html.light .dropdown-menu {
    background: rgba(248,249,250,0.98);
    border-color: var(--glass-border);
}

.nav-links li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px !important;
    white-space: nowrap;
    font-size: 0.9rem !important;
    color: var(--text-muted) !important;
}

    .dropdown-menu a:hover {
        background: var(--glass);
        color: white !important;
        padding-right: 25px !important;
    }

html.light .dropdown-menu a:hover {
    background: rgba(64,126,189,0.1);
    color: var(--brand-dark) !important;
}

.nav-links a {
    font-size: 1rem !important;
    font-weight: 600;
}

.nav-cta {
    font-size: 0.95rem !important;
}

.mobile-group {
    border-bottom: 1px solid var(--glass-border);
}

.mobile-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .mobile-group-header i:first-child {
        width: 24px;
    }

    .mobile-group-header i:last-child {
        margin-right: auto;
        transition: transform 0.3s;
    }

.mobile-group.open .mobile-group-header i:last-child {
    transform: rotate(180deg);
}

.mobile-group-items {
    display: none;
    padding-right: 35px;
    background: rgba(0,0,0,0.2);
}

.mobile-group.open .mobile-group-items {
    display: block;
}

.mobile-group-items a {
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    border-right: 2px solid transparent;
}

    .mobile-group-items a:hover {
        border-right-color: var(--brand);
        background: var(--glass);
    }

.hero-text {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 32px;
    padding: 40px 45px;
    transition: all 0.4s ease;
    max-width: 650px;
    margin-right: auto;
    margin-left: 0;
}

html.dark .hero-text, :root:not(.light) .hero-text {
    background: rgba(255,255,255,0.5);
    backdrop-filter: none;
    border: 1px solid rgba(0,0,0,0.08);
}

html.light .hero-text {
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.06);
}

.hero-text:hover {
    background: rgba(255,255,255,0.6);
}

@media (min-width:1200px) {
    .hero-text {
        margin-right: 20px;
    }
}

@media (max-width:768px) {
    .hero-text {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        padding: 25px 20px;
        border-radius: 24px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.eyebrow-logo-company {
    height: 260px;
    width: auto;
    object-fit: contain;
}

.eyebrow-logos-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-light);
    margin-bottom: 8px;
    animation: fadeSlideDown .8s ease .2s both;
}

.eyebrow-logo-noc {
    height: 20px;
    width: auto;
    object-fit: contain;
    filter: none;
}

html.light .eyebrow-logo-company, html.light .eyebrow-logo-noc {
    filter: none;
    opacity: 0.9;
}

@media (max-width:768px) {
    .eyebrow-logos-container {
        gap: 15px;
    }

    .eyebrow-logo-company {
        height: 45px;
    }

    .eyebrow-logo-noc {
        height: 75px;
    }

    .hero-eyebrow {
        padding: 6px 16px;
        font-size: 0.7rem;
    }

    .eyebrow-wrapper {
        gap: 10px;
    }
}

.leaflet-tile-pane .leaflet-layer:first-child .leaflet-tile {
    filter: brightness(0.95) contrast(1.02);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #ffffff;
    color: #1a2a3a;
    border-radius: 16px;
    border: 1px solid rgba(64,129,194,0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.leaflet-popup-content-wrapper {
    padding: 4px;
}

.leaflet-popup-content a {
    color: #4081c2;
    text-decoration: none;
}

    .leaflet-popup-content a:hover {
        text-decoration: underline;
    }

.search-box input:focus {
    border-color: #4081c2;
    box-shadow: 0 0 0 3px rgba(64,129,194,0.15);
}

#locateUserBtn:hover, #searchStationBtn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

#locateUserBtn:hover {
    background: rgba(64,129,194,0.18);
}

@media (max-width:900px) {
    .stations-main-layout {
        grid-template-columns: 1fr;
    }

    .stations-sidebar {
        order: 2;
    }

    .stations-map-container {
        order: 1;
    }

    #stationsMap {
        height: 400px;
    }
}

.stat-card:hover {
    transform: translateY(-4px);
    border-color: #4081c2 !important;
    box-shadow: 0 8px 24px rgba(64,129,194,0.12);
}

.hero-h1 span:first-child {
    color: #163a4f !important;
}

html.light .hero-h1 span:first-child {
    color: #163a4f !important;
}

.breaking-news-card {
    position: absolute;
    bottom: 85px;
    right: 30px;
    z-index: 150;
    width: 360px;
    animation: slideInRight 0.4s ease-out;
}

.breaking-banner {
    background: linear-gradient(135deg,#0f0c29,#1a1a2e,#16213e);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3),0 0 0 1px rgba(235,19,19,0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

    .breaking-banner:hover {
        transform: translateX(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    }

.breaking-banner-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px 12px 12px;
    position: relative;
}

.breaking-icon-area {
    flex-shrink: 0;
}

.breaking-icon-bg {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg,#eb1313,#b01010);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(235,19,19,0.4);
    animation: iconPulse 2s infinite;
}

    .breaking-icon-bg i {
        font-size: 1.5rem;
        color: white;
    }

.breaking-text-area {
    flex: 1;
}

.breaking-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

    .breaking-label span:first-child {
        font-size: 0.6rem;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
    }

.breaking-live-dot {
    width: 8px;
    height: 8px;
    background: #eb1313;
    border-radius: 50%;
    animation: livePulse 1s infinite;
    box-shadow: 0 0 5px #eb1313;
}

.breaking-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.breaking-close-btn {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

    .breaking-close-btn i {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.6);
    }

    .breaking-close-btn:hover {
        background: #eb1313;
        border-color: #eb1313;
    }

        .breaking-close-btn:hover i {
            color: white;
        }

.breaking-progress {
    height: 3px;
    background: linear-gradient(90deg,#eb1313,#ff6b6b,#eb1313);
    width: 100%;
    border-radius: 0 0 16px 16px;
    animation: progressBar 8s linear forwards;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes iconPulse {
    0%,100% {
        box-shadow: 0 6px 15px rgba(235,19,19,0.4);
    }

    50% {
        box-shadow: 0 6px 25px rgba(235,19,19,0.7);
    }
}

@keyframes livePulse {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

@keyframes progressBar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

@media (max-width:768px) {
    .breaking-news-card {
        bottom: 75px;
        right: 15px;
        left: 15px;
        width: auto;
    }

    .breaking-banner-inner {
        padding: 10px 12px;
        gap: 10px;
    }

    .breaking-icon-bg {
        width: 40px;
        height: 40px;
    }

        .breaking-icon-bg i {
            font-size: 1.2rem;
        }

    .breaking-title {
        font-size: 0.8rem;
    }
}

.board-wrap {
    margin-top: 100px;
    padding-top: 80px;
    border-top: 1px solid var(--glass-border);
    position: relative;
}

.board-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 20px;
    flex-wrap: wrap;
}

    .board-title-row .section-title {
        margin-bottom: 0;
    }

.board-title-accent {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
    border-radius: 2px;
    margin-bottom: 14px;
}

.board-chairman-row {
    display: flex;
    gap: 0;
    margin-bottom: 48px;
}

.board-chairman-card {
    display: grid;
    grid-template-columns: 260px 1fr;
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    transition: border-color .35s, box-shadow .35s;
    position: relative;
}

html.light .board-chairman-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.18);
}

.board-chairman-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-dark), var(--brand), var(--brand-light));
    z-index: 2;
}

.board-chairman-card:hover {
    border-color: rgba(64,126,189,0.5);
    box-shadow: 0 24px 60px rgba(64,126,189,0.15);
}

.board-chairman-photo {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, #0e1c2f, #1a3a5c);
    flex-shrink: 0;
}

    .board-chairman-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: transform .6s ease;
        display: block;
    }

.board-chairman-card:hover .board-chairman-photo img {
    transform: scale(1.04);
}

.board-chairman-photo-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(17,24,39,0.0) 0%, rgba(17,24,39,0.0) 60%, rgba(17,24,39,0.5) 100%);
    pointer-events: none;
}

html.light .board-chairman-photo-grad {
    background: linear-gradient(to left, rgba(234,240,246,0) 60%, rgba(234,240,246,0.5) 100%);
}

.board-chairman-info {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .board-chairman-info::before {
        content: '';
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 0;
        width: 1px;
        background: var(--glass-border);
    }

.board-rank-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(64,126,189,0.12);
    border: 1px solid rgba(64,126,189,0.25);
    color: var(--brand-light);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    padding: 5px 14px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: fit-content;
}

html.light .board-rank-badge {
    color: var(--brand-dark);
    border-color: rgba(64,126,189,0.3);
}

.board-rank-badge i {
    font-size: .75rem;
    color: var(--brand);
}

.board-chairman-name {
    font-family: 'Cairo', sans-serif;
    font-size: 1.65rem;
    font-weight: 900;
    color: white;
    line-height: 1.25;
    margin-bottom: 10px;
}

html.light .board-chairman-name {
    color: #1a2a3a;
}

.board-chairman-title {
    font-size: .88rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 380px;
}

.board-chairman-stats {
    display: flex;
    gap: 32px;
}

.board-stat {
    text-align: center;
}

.board-stat-num {
    font-family: 'Cairo', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--brand);
    line-height: 1;
    display: block;
}

.board-stat-lbl {
    font-size: .7rem;
    color: var(--text-muted);
    margin-top: 4px;
    display: block;
}

.board-members-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.board-members-label-line {
    flex: 1;
    height: 1px;
    background: var(--glass-border);
}

.board-members-label-text {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .09em;
    color: var(--text-muted);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .board-members-label-text i {
        color: var(--brand);
        font-size: .7rem;
    }

.board-members-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.board-member-card {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    overflow: hidden;
    transition: all .32s cubic-bezier(.4,0,.2,1);
    position: relative;
}

html.light .board-member-card {
    background: #eaf0f6;
    border-color: rgba(64,126,189,0.15);
}

.board-member-card:hover {
    transform: translateY(-6px);
    border-color: rgba(64,126,189,0.4);
    box-shadow: 0 18px 44px rgba(64,126,189,0.13);
}

    .board-member-card:hover .board-member-photo img {
        transform: scale(1.06);
    }

.board-member-photo {
    height: 210px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #0e1c2f, #1a3a5c);
}

    .board-member-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: transform .5s ease;
        display: block;
    }

.board-member-photo-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17,24,39,0.75) 0%, rgba(17,24,39,0.0) 50%);
    pointer-events: none;
}

html.light .board-member-photo-grad {
    background: linear-gradient(to top, rgba(17,24,39,0.6) 0%, transparent 50%);
}

.board-member-num {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(64,126,189,0.22);
    border: 1px solid rgba(64,126,189,0.35);
    color: white;
    font-family: 'Cairo', sans-serif;
    font-size: .75rem;
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.board-member-info {
    padding: 16px 18px 18px;
    position: relative;
}

    .board-member-info::before {
        content: '';
        position: absolute;
        top: 0;
        right: 18px;
        left: 18px;
        height: 1px;
        background: var(--glass-border);
    }

.board-member-name {
    font-family: 'Cairo', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: white;
    line-height: 1.35;
    margin-bottom: 5px;
}

html.light .board-member-name {
    color: #1a2a3a;
}

.board-member-role {
    font-size: .72rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 5px;
}

    .board-member-role::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--brand);
        flex-shrink: 0;
    }

.board-photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0e1c2f, #1a3a5c);
}

    .board-photo-placeholder i {
        font-size: 3.5rem;
        color: rgba(64,126,189,0.25);
    }

@media (max-width: 1000px) {
    .board-chairman-card {
        grid-template-columns: 220px 1fr;
    }

    .board-members-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .board-chairman-card {
        grid-template-columns: 1fr;
    }

    .board-chairman-photo {
        height: 240px;
    }

    .board-chairman-info::before {
        display: none;
    }

    .board-chairman-info {
        padding: 24px;
    }

    .board-chairman-name {
        font-size: 1.3rem;
    }

    .board-members-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .board-members-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .board-member-photo {
        height: 170px;
    }
}

.theme-toggle, .lang-toggle {
    z-index: 1001;
}

.mobile-nav {
    display: none;
}

    .mobile-nav.open {
        display: flex;
    }

.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--brand);
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 99;
}

    .go-top.show {
        opacity: 1;
        visibility: visible;
    }

    .go-top:hover {
        background: var(--brand-dark);
        transform: translateY(-3px);
    }

.info-page-hero {
    position: relative;
    padding: 60px;
    border-radius: 32px;
    margin-bottom: 50px;
    overflow: hidden;
}

.info-page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.info-page-hero .section-tag,
.info-page-hero h2,
.info-page-hero p {
    position: relative;
    z-index: 1;
}

.info-page-hero h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: white;
    margin-bottom: 16px;
}

.info-page-hero p {
    color: var(--text-muted);
    max-width: 600px;
}

.stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.stat-mini {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.3s;
}

    .stat-mini:hover {
        transform: translateY(-5px);
        border-color: var(--brand);
    }

.stat-mini-icon {
    width: 55px;
    height: 55px;
    background: rgba(64,126,189,0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.stat-mini-num {
    font-family: 'Cairo', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: white;
    line-height: 1;
}

.stat-mini-lbl {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 5px;
}

.info-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.info-card {
    background: var(--dark-2);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s;
}

    .info-card:hover {
        transform: translateY(-5px);
        border-color: var(--brand);
    }

.info-card-icon {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.info-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.info-card p {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.7;
}

html.light .stat-mini {
    background: #eaf0f6;
}

html.light .stat-mini-num {
    color: #1a2a3a;
}

html.light .info-card {
    background: #eaf0f6;
}

    html.light .info-card h4 {
        color: #1a2a3a;
    }

html.light .go-top {
    background: var(--brand);
    color: white;
}

@media (max-width: 768px) {
    .stat-mini-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-grid-2 {
        grid-template-columns: 1fr;
    }

    .info-page-hero {
        padding: 40px 25px;
    }

        .info-page-hero h2 {
            font-size: 1.6rem;
        }
}
