
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap');

:root{
    --navy:#061f38;
    --navy-2:#0b355a;
    --navy-3:#124b7a;
    --gold:#d6a640;
    --gold-2:#f1c45f;
    --gold-soft:#fff5df;
    --ink:#152033;
    --muted:#657184;
    --soft:#f5f8fc;
    --white:#ffffff;
    --line:#e6ebf2;
    --shadow:0 24px 65px rgba(6,31,56,.14);
    --shadow-soft:0 12px 30px rgba(6,31,56,.08);
    --radius:18px;
    --container:1220px;
    --tr:.25s ease;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Cairo',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.85;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
button,input,textarea{font-family:inherit}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(100% - 34px,var(--container));margin-inline:auto}

.topbar{background:var(--navy);color:#fff;font-size:.88rem}
.topbar .container{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar-group{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar-item{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.9)}
.topbar-item svg{width:16px;height:16px;color:var(--gold-2)}
.social{display:flex;align-items:center;gap:8px}
.social a{width:24px;height:24px;border:1px solid rgba(255,255,255,.42);border-radius:50%;display:grid;place-items:center;color:#fff;transition:var(--tr)}
.social a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.social svg{width:13px;height:13px}

.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.site-header.is-scrolled{box-shadow:0 12px 32px rgba(6,31,56,.1)}
.navbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;flex-shrink:0}
.brand img{width:248px;height:auto}
.main-nav{display:flex;align-items:center}
.main-nav>ul{display:flex;align-items:center;gap:4px}
.main-nav>ul>li{position:relative}
.main-nav a{position:relative;display:inline-flex;align-items:center;gap:7px;padding:26px 12px;color:var(--navy);font-weight:800;font-size:.94rem;transition:var(--tr);white-space:nowrap}
.main-nav a::after{content:"";position:absolute;right:12px;left:12px;bottom:18px;height:3px;border-radius:99px;background:var(--gold);transform:scaleX(0);transition:var(--tr)}
.main-nav a:hover,.main-nav a.active{color:var(--gold)}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}
.has-dropdown{position:relative}
.dropdown{position:absolute;top:calc(100% - 4px);right:0;width:260px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:10px;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--tr)}
.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{padding:11px 13px;border-radius:10px;width:100%;font-size:.92rem;color:var(--navy)}
.dropdown a::after{display:none}
.dropdown a:hover{background:var(--soft);color:var(--navy)}

.menu-btn{display:none;width:46px;height:46px;border:0;border-radius:12px;background:var(--navy);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-btn i{width:22px;height:2px;border-radius:99px;background:#fff;transition:var(--tr)}
.menu-btn.active i:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn.active i:nth-child(2){opacity:0}
.menu-btn.active i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.news-ticker{background:#f8fafc;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.news-ticker .container{min-height:42px;display:flex;align-items:center;gap:14px;overflow:hidden}
.ticker-label{background:var(--gold);color:var(--navy);font-weight:900;padding:4px 12px;border-radius:999px;white-space:nowrap;font-size:.86rem;flex-shrink:0}
.ticker-wrap{position:relative;overflow:hidden;flex:1}
.ticker-track{display:inline-flex;gap:42px;white-space:nowrap;color:#2c374a;font-size:.92rem;animation:ticker 34s linear infinite;padding-inline-start:100%}
.ticker-track span{display:inline-flex;align-items:center;gap:8px}
.ticker-track span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);display:inline-block}
.news-ticker:hover .ticker-track{animation-play-state:paused}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(100%)}}


.hero{
    position:relative;
    min-height:640px;
    overflow:hidden;
    background:var(--navy);
}
.hero-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    transition:opacity .9s ease, visibility .9s ease;
}
.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(6,31,56,.98),rgba(6,31,56,.88) 42%,rgba(6,31,56,.18) 78%),
        radial-gradient(circle at 15% 47%,rgba(255,255,255,.12) 0 1px,transparent 2px),
        radial-gradient(circle at 18% 36%,rgba(214,166,64,.18),transparent 33%);
    background-size:auto,22px 22px,auto;
}
.hero-slide.active{
    opacity:1;
    visibility:visible;
    z-index:2;
}
.hero-slide .container{
    position:relative;
    z-index:3;
}
.hero-content{
    position:relative;
    z-index:3;
    width:min(100%,780px);
    padding:94px 0 162px;
    color:#fff;
}
.hero-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--gold-2);
    font-weight:900;
    margin-bottom:12px;
}
.hero-kicker svg{
    width:23px;
    height:23px;
}
.hero h1{
    font-size:clamp(2.35rem,5vw,4.65rem);
    line-height:1.25;
    font-weight:900;
    margin-bottom:18px;
}
.hero h1 span{color:var(--gold-2)}
.hero p{
    font-size:1.18rem;
    color:rgba(255,255,255,.94);
    max-width:740px;
    margin-bottom:30px;
}
.hero-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}
.hero-control{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:48px;
    height:48px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:2rem;
    line-height:1;
    cursor:pointer;
    transition:var(--tr);
    backdrop-filter:blur(8px);
}
.hero-control:hover{
    background:var(--gold);
    color:var(--navy);
    border-color:var(--gold);
}
.hero-prev{right:28px}
.hero-next{left:28px}
.hero-indicators{
    position:absolute;
    z-index:6;
    right:50%;
    bottom:112px;
    transform:translateX(50%);
    display:flex;
    align-items:center;
    gap:12px;
}
.hero-indicators button{
    width:13px;
    height:13px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    cursor:pointer;
    transition:var(--tr);
}
.hero-indicators button.active{
    width:38px;
    background:var(--gold-2);
}


.quick-services{position:relative;z-index:5;margin-top:-80px}
.quick-panel{background:#fff;border-radius:14px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.quick-card{padding:28px 24px;display:flex;flex-direction:row-reverse;gap:20px;align-items:flex-start;border-left:1px solid var(--line);min-height:160px}
.quick-card:last-child{border-left:0}
.quick-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:var(--gold-2);flex-shrink:0}
.quick-icon svg{width:31px;height:31px}
.quick-card h3{color:var(--navy);font-size:1.08rem;margin-bottom:8px}
.quick-card p{color:#334155;font-size:.95rem;line-height:1.75}

.section{padding:84px 0}
.section-soft{background:linear-gradient(180deg,#fff 0%,var(--soft) 100%)}
.section-dark{background:linear-gradient(135deg,rgba(6,31,56,.98),rgba(11,53,90,.95)),url('../images/pattern.svg');color:#fff}
.section-head{max-width:820px;margin-bottom:38px}
.section-head.center{text-align:center;margin-inline:auto}
.section-title{position:relative;color:var(--navy);font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.35;font-weight:900;margin-bottom:14px;padding-inline-start:20px}
.section-title::before{content:"";position:absolute;right:0;top:8px;width:3px;height:32px;border-radius:99px;background:var(--gold)}
.center .section-title{padding-inline-start:0}
.center .section-title::before{right:50%;transform:translateX(50%);top:auto;bottom:-12px;width:46px;height:3px}
.section-dark .section-title{color:#fff}
.section-desc{color:var(--muted);font-size:1.05rem}
.section-dark .section-desc{color:rgba(255,255,255,.78)}

.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.home-grid{display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:38px;align-items:start}
.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:start}

.card,.stat-card,.news-card,.member-card,.gallery-card,.faq-item,.committee-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-soft)}
.card{padding:28px}
.card h3,.committee-card h3,.member-card h3,.news-card h3{color:var(--navy);margin-bottom:10px}
.card p,.committee-card p,.member-card p,.news-card p{color:var(--muted)}
.icon-circle{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--gold-2);margin-bottom:16px}
.icon-circle svg{width:28px;height:28px}

.news-list{display:grid;gap:18px}
.news-row{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}
.news-thumb{height:74px;border-radius:10px;background:linear-gradient(135deg,rgba(6,31,56,.95),rgba(11,53,90,.78)),url('../images/page-hero.jpg') center/cover;display:grid;place-items:center;color:var(--gold-2)}
.news-thumb svg{width:32px;height:32px}
.news-row h3{color:var(--navy);font-size:1rem;line-height:1.7}
.news-row time{font-size:.86rem;color:var(--muted)}

.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.stat-card{min-height:118px;padding:20px;display:flex;align-items:center;gap:16px}
.stat-icon{color:var(--navy)}
.stat-icon svg{width:42px;height:42px}
.stat-card strong{display:block;color:var(--navy);font-size:2rem;line-height:1.1}
.stat-card span{color:#334155;font-size:.9rem}

.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.value-card{padding:26px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.value-card svg{color:var(--gold-2);width:34px;height:34px;margin-bottom:14px}
.value-card h3{margin-bottom:8px}
.value-card p{color:rgba(255,255,255,.76)}

.committee-card{padding:26px;transition:var(--tr)}
.committee-card:hover,.member-card:hover,.news-card:hover,.gallery-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.committee-card .icon-circle{background:var(--gold-soft);color:#8a5a08}

.member-card{padding:24px}
.member-tag{display:inline-flex;margin-top:14px;padding:5px 10px;border-radius:999px;background:var(--gold-soft);color:#8a5a08;font-size:.82rem;font-weight:900}

.portal-section-card{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    background:
        radial-gradient(circle at 12% 20%,rgba(214,166,64,.22),transparent 32%),
        linear-gradient(135deg,var(--navy),var(--navy-2));
    box-shadow:var(--shadow);
    padding:34px;
    color:#fff;
}
.portal-section-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('../images/pattern.svg') center/cover;
    opacity:.28;
}
.portal-section-head{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:22px;
    margin-bottom:26px;
}
.portal-section-head h3{
    font-size:1.65rem;
    line-height:1.35;
    margin-bottom:8px;
}
.portal-section-head p{
    color:rgba(255,255,255,.78);
    max-width:620px;
}
.portal-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}
.portal-item{
    position:relative;
    overflow:hidden;
    min-height:150px;
    padding:22px;
    border-radius:18px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(10px);
    transition:var(--tr);
}
.portal-item:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,.16);
}
.portal-item svg{
    width:42px;
    height:42px;
    color:var(--gold-2);
    margin-bottom:14px;
}
.portal-item h3{
    font-size:1.12rem;
    margin-bottom:6px;
}
.portal-item p{
    font-size:.93rem;
    color:rgba(255,255,255,.76);
}
.portal-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:14px;
    color:var(--gold-2);
    font-weight:900;
    font-size:.9rem;
}

.news-card{overflow:hidden}
.news-image{height:175px;background:linear-gradient(135deg,rgba(6,31,56,.86),rgba(11,53,90,.62)),url('../images/news-1.jpg') center/cover;display:grid;place-items:center;color:var(--gold-2)}
.news-image svg{width:46px;height:46px}
.news-body{padding:24px}
.tag{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--gold-soft);color:#8a5a08;font-size:.82rem;font-weight:900;margin-bottom:10px}

.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.gallery-card{min-height:220px;background:linear-gradient(135deg,rgba(6,31,56,.55),rgba(11,53,90,.35)),url('../images/gallery-1.jpg') center/cover;border-radius:14px;overflow:hidden;position:relative}
.gallery-card.large{grid-row:span 2;min-height:460px}
.gallery-card span{position:absolute;right:18px;bottom:18px;color:#fff;font-weight:900;background:rgba(6,31,56,.75);padding:7px 12px;border-radius:8px}

.faq-list{display:grid;gap:14px}
.faq-item{overflow:hidden}
.faq-btn{width:100%;border:0;background:transparent;padding:18px 22px;cursor:pointer;display:flex;justify-content:space-between;gap:20px;text-align:right;color:var(--navy);font-weight:900}
.faq-panel{display:none;padding:0 22px 20px;color:var(--muted)}
.faq-item.open .faq-panel{display:block}

.cta{padding:78px 0;background:linear-gradient(135deg,rgba(6,31,56,.98),rgba(11,53,90,.94)),url('../images/pattern.svg');color:#fff}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:28px}
.cta h2{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.35;margin-bottom:8px}
.cta p{color:rgba(255,255,255,.77)}

.page-hero{padding:82px 0;color:#fff;background:linear-gradient(90deg,rgba(6,31,56,.98),rgba(11,53,90,.78)),url('../images/page-hero.jpg') center/cover no-repeat}
.page-hero h1{font-size:clamp(2rem,4vw,3.7rem);line-height:1.25;font-weight:900;margin-bottom:12px}
.page-hero p{max-width:790px;color:rgba(255,255,255,.9);font-size:1.12rem}
.breadcrumb{color:var(--gold-2);font-weight:800;margin-bottom:14px}
.breadcrumb a{color:#fff}
.content-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px}
.list-card{display:flex;gap:16px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-soft)}
.list-icon{width:48px;height:48px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--gold-2)}

.search-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;margin-bottom:24px}
.search-input{min-height:50px;border:1px solid var(--line);border-radius:8px;padding:0 16px;outline:0}
.search-input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(214,166,64,.14)}
.empty-state{display:none;margin-top:18px;padding:22px;text-align:center;color:var(--muted);background:var(--soft);border:1px dashed var(--line);border-radius:12px}

.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.contact-line{display:flex;gap:12px;padding:14px; margin:10px; 0;border-bottom:1px solid var(--line);color:var(--muted)}
.contact-line svg{color:var(--gold)}
.form-grid{display:grid;gap:14px}
.form-grid input,.form-grid textarea{width:100%;min-height:50px;border:1px solid var(--line);border-radius:8px;padding:12px 15px;outline:0}
.form-grid textarea{min-height:145px;resize:vertical}
.form-grid input:focus,.form-grid textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(214,166,64,.14)}
.form-note{color:var(--muted);font-size:.9rem}

.site-footer{background:#061a2f;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:34px;padding:58px 0}
.footer-brand img{width:260px;filter:brightness(0) invert(1);margin-bottom:15px}
.footer-grid h3{margin-bottom:14px}
.footer-grid p,.footer-links a{color:rgba(255,255,255,.76)}
.footer-links li:not(:last-child){margin-bottom:8px}
.footer-links a:hover{color:var(--gold-2)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:17px 0}
.footer-bottom .container{display:flex;align-items:center;justify-content:space-between;gap:14px}
.footer-bottom a{color:var(--gold-2);font-weight:800}
.scroll-top{position:fixed;left:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:50%;background:var(--gold);color:var(--navy);font-weight:900;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:var(--tr);z-index:900}
.scroll-top.show{opacity:1;visibility:visible;transform:translateY(0)}

.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

@media(max-width:1120px){
    .brand img{width:255px}
    .main-nav>ul{gap:16px}
    .quick-panel,.values-grid{grid-template-columns:repeat(2,1fr)}
    .home-grid{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:940px){
    .topbar .container{flex-direction:column;align-items:flex-start;padding:8px 0}
    .navbar{min-height:76px}
    .brand img{width:220px}
    .menu-btn{display:inline-flex}
    .main-nav{position:fixed;top:118px;right:16px;left:16px;max-height:calc(100dvh - 135px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:var(--tr);display:block}
    .main-nav.open{opacity:1;visibility:visible;transform:translateY(0)}
    .main-nav>ul{flex-direction:column;align-items:stretch;gap:0}
    .main-nav a{padding:12px 14px;border-radius:10px;font-size:1rem}
    .main-nav a::after{display:none}
    .dropdown{position:static;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0;background:var(--soft);margin:4px 0}
    .split,.content-grid,.contact-grid{grid-template-columns:1fr}
    .grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}
    .gallery-grid{grid-template-columns:1fr 1fr}
    .gallery-card.large{grid-row:auto;min-height:260px}
}
@media(max-width:640px){
    .container{width:min(100% - 24px,var(--container))}
    .brand img{width:215px}
    .hero{min-height:auto}
    .hero-content{padding:62px 0 128px}
    .hero-actions,.search-tools,.cta-inner{flex-direction:column;align-items:stretch;grid-template-columns:1fr}
    .btn{width:100%}
    .quick-panel,.grid-4,.grid-3,.grid-2,.values-grid,.portal-grid,.stat-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}
    .quick-card{border-left:0;border-bottom:1px solid var(--line)}
    .quick-card:last-child{border-bottom:0}
    .news-row{grid-template-columns:1fr}
    .footer-bottom .container{flex-direction:column;align-items:flex-start}
}

@media(max-width:640px){
    .portal-section-card{padding:24px}
    .portal-section-head{flex-direction:column}
    .portal-section-head .btn{width:100%}
}

@media(max-width:640px){
    .hero-control{
        width:40px;
        height:40px;
        font-size:1.7rem;
    }
    .hero-prev{right:12px}
    .hero-next{left:12px}
    .hero-indicators{
        bottom:96px;
    }
    .hero-content{
        padding:62px 0 128px;
    }
}

.footer-phone{
    direction:ltr;
    unicode-bidi:embed;
    text-align:right;
    font-weight:700;
    letter-spacing:.3px;
}

.committee-card.image-card{
    min-height:260px;
    background:
        linear-gradient(135deg,rgba(6,31,56,.72),rgba(11,53,90,.45)),
        url('../images/committees.jpg') center/cover;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.committee-card.image-card h3,
.committee-card.image-card p{
    color:#fff;
}
.committee-card.image-card .icon-circle{
    background:rgba(255,255,255,.14);
    color:var(--gold-2);
}


/* Dropdown layer fix */
.site-header{
    overflow:visible;
}
.navbar{
    position:relative;
    z-index:30;
}
.news-ticker{
    position:relative;
    z-index:1;
}
.main-nav{
    position:relative;
    z-index:40;
}
.has-dropdown{
    position:relative;
}
.dropdown{
    z-index:9999;
    top:calc(100% - 8px);
}
.has-dropdown::after{
    content:"";
    position:absolute;
    right:0;
    left:0;
    top:100%;
    height:14px;
}


/* Logo size fix */
.brand img{
    width:auto !important;
    height:70px !important;
    max-width:260px !important;
    object-fit:contain !important;
}
.footer-brand img{
    width:auto !important;
    height:64px !important;
    max-width:240px !important;
    object-fit:contain !important;
}
@media(max-width:640px){
    .brand img{
        height:56px !important;
        max-width:210px !important;
    }
    .footer-brand img{
        height:56px !important;
        max-width:210px !important;
    }
}


/* Members Section - updated only */
.members-section{
    background:
        radial-gradient(circle at 12% 15%, rgba(214,166,64,.13), transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
}
.members-panel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:30px;
    border:1px solid var(--line);
    border-radius:24px;
    background:#fff;
    box-shadow:var(--shadow-soft);
    margin-bottom:24px;
}
.members-kicker{
    display:inline-flex;
    margin-bottom:10px;
    padding:5px 12px;
    border-radius:999px;
    background:var(--gold-soft);
    color:#8a5a08;
    font-weight:900;
    font-size:.86rem;
}
.members-panel h2{
    color:var(--navy);
    font-size:2.1rem;
    line-height:1.35;
    margin-bottom:8px;
}
.members-panel p{
    color:var(--muted);
    max-width:760px;
}
.members-total{
    min-width:150px;
    min-height:120px;
    display:grid;
    place-items:center;
    text-align:center;
    padding:18px;
    border-radius:22px;
    background:
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.16),transparent 35%),
        linear-gradient(135deg,var(--navy),var(--navy-2));
    color:#fff;
}
.members-total strong{
    display:block;
    color:var(--gold-2);
    font-size:2.6rem;
    line-height:1;
}
.members-total span{
    display:block;
    color:rgba(255,255,255,.82);
    font-weight:800;
    margin-top:8px;
}
.members-toolbar{
    display:grid;
    grid-template-columns:minmax(280px,1fr) auto;
    gap:16px;
    align-items:center;
    margin-bottom:26px;
}
.members-search-box{
    min-height:54px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 16px;
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
    box-shadow:0 8px 20px rgba(6,31,56,.04);
}
.members-search-box span{
    color:var(--gold);
    font-size:1.35rem;
    font-weight:900;
}
.members-search-box input{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    font-size:1rem;
    color:var(--ink);
}
.members-filter-buttons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
}
.members-filter-buttons button{
    min-height:44px;
    padding:0 16px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:var(--navy);
    font-weight:800;
    cursor:pointer;
    transition:var(--tr);
}
.members-filter-buttons button:hover,
.members-filter-buttons button.active{
    background:var(--navy);
    color:#fff;
    border-color:var(--navy);
}
.members-companies-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(245px,1fr));
    gap:20px;
}
.member-company-card{
    position:relative;
    overflow:hidden;
    padding:22px;
    border:1px solid rgba(230,235,242,.95);
    border-radius:22px;
    background:#fff;
    box-shadow:0 10px 26px rgba(6,31,56,.06);
    transition:var(--tr);
}
.member-company-card::before{
    content:"";
    position:absolute;
    inset-inline:0;
    top:0;
    height:5px;
    background:linear-gradient(90deg,var(--gold),var(--gold-2));
}
.member-company-card:hover{
    transform:translateY(-7px);
    box-shadow:0 22px 44px rgba(6,31,56,.13);
}
.member-card-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:18px;
}
.member-avatar{
    width:66px;
    height:66px;
    border-radius:22px;
    display:grid;
    place-items:center;
    background:
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 30%),
        linear-gradient(135deg,var(--navy),var(--navy-2));
    color:var(--gold-2);
    font-weight:900;
    font-size:1.05rem;
    box-shadow:0 10px 22px rgba(6,31,56,.16);
}
.member-number{
    color:#9aa4b2;
    font-weight:900;
    font-size:.86rem;
}
.member-company-card h3{
    min-height:58px;
    color:var(--navy);
    font-size:1.03rem;
    line-height:1.7;
    margin-bottom:14px;
}
.member-card-foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.member-badge{
    display:inline-flex;
    padding:6px 11px;
    border-radius:999px;
    background:var(--gold-soft);
    color:#8a5a08;
    font-size:.8rem;
    font-weight:900;
}
.member-status{
    color:var(--muted);
    font-size:.82rem;
    font-weight:800;
}
.members-empty-state{
    display:none;
    margin-top:22px;
    padding:28px;
    text-align:center;
    color:var(--muted);
    background:#fff;
    border:1px dashed var(--line);
    border-radius:18px;
}
@media(max-width:900px){
    .members-panel{
        flex-direction:column;
        align-items:stretch;
    }
    .members-total{
        width:100%;
    }
    .members-toolbar{
        grid-template-columns:1fr;
    }
}
@media(max-width:640px){
    .members-panel{
        padding:22px;
    }
    .members-panel h2{
        font-size:1.65rem;
    }
    .members-filter-buttons button{
        flex:1 1 auto;
    }
}

/* Premium Redesign Layer */
:root{--premium-navy:#041a30;--premium-blue:#0b3d67;--premium-gold:#d6a640;--premium-gold-2:#f5ca66;--premium-soft:#f5f8fc}
.site-header{background:rgba(255,255,255,.88)!important;backdrop-filter:blur(18px)}
.premium-hero{position:relative;min-height:720px;background:var(--premium-navy);overflow:hidden}.premium-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:.9s}.premium-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,26,48,.98),rgba(4,26,48,.86) 43%,rgba(4,26,48,.22) 80%),radial-gradient(circle at 18% 42%,rgba(214,166,64,.24),transparent 34%)}.premium-slide.active{opacity:1;visibility:visible;z-index:2}.premium-hero-inner{position:relative;z-index:3;min-height:720px;display:flex;align-items:center;justify-content:space-between;gap:30px}.premium-hero-text{max-width:790px;color:#fff}.premium-kicker,.premium-label{display:inline-flex;align-items:center;gap:8px;color:var(--premium-gold-2);font-weight:900;margin-bottom:14px}.premium-kicker svg{width:23px;height:23px}.premium-hero h1{font-size:clamp(2.7rem,5.5vw,5.4rem);line-height:1.14;font-weight:900;margin-bottom:22px;letter-spacing:-1px}.premium-hero h1 span{color:var(--premium-gold-2)}.premium-hero p{font-size:1.18rem;color:rgba(255,255,255,.9);max-width:760px;margin-bottom:32px}.premium-actions{display:flex;gap:14px;flex-wrap:wrap}.premium-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;font-weight:900;text-decoration:none;transition:.25s;border:1px solid transparent}.premium-btn.gold{background:linear-gradient(135deg,var(--premium-gold),var(--premium-gold-2));color:var(--premium-navy)}.premium-btn.glass{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24);color:#fff;backdrop-filter:blur(10px)}.premium-btn.navy{background:var(--premium-navy);color:#fff}.premium-btn:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(4,26,48,.18)}.premium-floating{min-width:190px;min-height:150px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.12);backdrop-filter:blur(14px);color:#fff;padding:26px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.premium-floating strong{display:block;color:var(--premium-gold-2);font-size:2.4rem;line-height:1}.premium-floating span{display:block;color:rgba(255,255,255,.8);margin-top:10px}.premium-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:2.2rem;cursor:pointer;backdrop-filter:blur(10px);transition:.25s}.premium-arrow:hover{background:var(--premium-gold);color:var(--premium-navy)}.premium-arrow.prev{right:28px}.premium-arrow.next{left:28px}.premium-dots{position:absolute;right:50%;bottom:34px;transform:translateX(50%);z-index:7;display:flex;gap:12px}.premium-dots button{width:13px;height:13px;border:0;border-radius:99px;background:rgba(255,255,255,.75);cursor:pointer;transition:.25s}.premium-dots button.active{width:42px;background:var(--premium-gold-2)}
.premium-quick{position:relative;z-index:8;margin-top:-72px}.premium-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.premium-quick-card{padding:28px;border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(230,235,242,.9);box-shadow:0 22px 55px rgba(4,26,48,.12);backdrop-filter:blur(12px);transition:.25s}.premium-quick-card:hover{transform:translateY(-7px)}.premium-quick-card svg{width:34px;height:34px;color:var(--premium-gold);margin-bottom:16px}.premium-quick-card h3{color:var(--premium-navy);font-size:1.14rem;margin-bottom:8px}.premium-quick-card p{color:#64748b}
.premium-section{padding:95px 0}.premium-soft{background:linear-gradient(180deg,#fff,var(--premium-soft))}.premium-dark{background:linear-gradient(135deg,rgba(4,26,48,.98),rgba(11,61,103,.94)),url('../images/pattern.svg');color:#fff}.premium-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.premium-split.reverse{grid-template-columns:1.05fr .95fr}.premium-copy h2,.premium-title h2{color:var(--premium-navy);font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.25;font-weight:900;margin-bottom:18px}.premium-dark .premium-title h2{color:#fff}.premium-copy p,.premium-title p{color:#64748b;font-size:1.06rem;margin-bottom:26px}.premium-dark .premium-title p{color:rgba(255,255,255,.78)}.premium-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.premium-mini-grid div{display:flex;align-items:center;gap:10px;border:1px solid #e6ebf2;border-radius:18px;padding:16px;background:#fff;box-shadow:0 10px 25px rgba(4,26,48,.05)}.premium-mini-grid svg{color:var(--premium-gold)}.premium-image-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 28px 70px rgba(4,26,48,.16)}.premium-image-card img{width:100%;height:520px;object-fit:cover}.premium-image-badge{position:absolute;right:24px;bottom:24px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-radius:22px;padding:20px;min-width:150px}.premium-image-badge strong{display:block;color:var(--premium-navy);font-size:2.1rem;line-height:1}
.premium-values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.premium-values article{padding:28px;border-radius:24px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15)}.premium-values svg{width:36px;height:36px;color:var(--premium-gold-2);margin-bottom:16px}.premium-values h3{font-size:1.25rem;margin-bottom:8px}.premium-values p{color:rgba(255,255,255,.76)}.premium-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.premium-stats div{padding:30px;border-radius:24px;background:#fff;border:1px solid #e6ebf2;box-shadow:0 18px 45px rgba(4,26,48,.08);text-align:center}.premium-stats strong{display:block;font-size:2.7rem;color:var(--premium-navy);line-height:1;margin-bottom:10px}.premium-stats span{font-weight:800;color:#64748b}.premium-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.premium-feature-cards article{padding:24px;border-radius:24px;background:#fff;border:1px solid #e6ebf2;box-shadow:0 18px 45px rgba(4,26,48,.08)}.premium-feature-cards svg{width:34px;height:34px;color:var(--premium-gold);margin-bottom:14px}.premium-feature-cards h3{color:var(--premium-navy);margin-bottom:8px}
.premium-members-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.premium-member-card{padding:24px;border-radius:24px;background:#fff;border:1px solid #e6ebf2;box-shadow:0 14px 34px rgba(4,26,48,.06);transition:.25s}.premium-member-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(4,26,48,.12)}.premium-member-logo{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,var(--premium-navy),var(--premium-blue));display:grid;place-items:center;color:var(--premium-gold-2);font-weight:900;margin-bottom:16px}.premium-member-card h3{color:var(--premium-navy);font-size:1rem;line-height:1.6;margin-bottom:10px}.premium-member-card span{display:inline-flex;background:#fff5df;color:#8a5a08;border-radius:999px;padding:5px 10px;font-weight:900;font-size:.8rem}.center-btn{text-align:center;margin-top:28px}.premium-news{background:linear-gradient(180deg,#fff,#f7f9fc)}.premium-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.premium-news-grid article{border-radius:28px;background:#fff;overflow:hidden;border:1px solid #e6ebf2;box-shadow:0 18px 45px rgba(4,26,48,.08)}.premium-news-grid img{width:100%;height:230px;object-fit:cover}.premium-news-grid div{padding:24px}.premium-news-grid span{display:inline-flex;background:#fff5df;color:#8a5a08;border-radius:999px;padding:5px 10px;font-weight:900;font-size:.8rem;margin-bottom:10px}.premium-news-grid h3{color:var(--premium-navy);font-size:1.18rem;margin-bottom:8px}.premium-news-grid p{color:#64748b}.premium-title.center{text-align:center;max-width:850px;margin:0 auto 42px}.premium-title span{display:inline-flex;color:var(--premium-gold);font-weight:900;margin-bottom:8px}
.premium-cta{padding:90px 0;background:linear-gradient(135deg,rgba(4,26,48,.98),rgba(11,61,103,.94)),url('../images/pattern.svg');color:#fff}.premium-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.premium-cta h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.25;margin-bottom:12px}.premium-cta p{color:rgba(255,255,255,.78)}
@media(max-width:1050px){.premium-quick-grid,.premium-values,.premium-stats,.premium-members-row{grid-template-columns:repeat(2,1fr)}.premium-split,.premium-split.reverse{grid-template-columns:1fr}.premium-floating{display:none}}
@media(max-width:760px){.premium-hero,.premium-hero-inner{min-height:680px}.premium-hero h1{font-size:2.45rem}.premium-actions,.premium-cta-inner{flex-direction:column;align-items:stretch}.premium-btn{width:100%}.premium-quick-grid,.premium-values,.premium-stats,.premium-feature-cards,.premium-members-row,.premium-news-grid,.premium-mini-grid{grid-template-columns:1fr}.premium-section{padding:70px 0}.premium-image-card img{height:360px}.premium-arrow{width:42px;height:42px}.premium-arrow.prev{right:12px}.premium-arrow.next{left:12px}}


/* Ultra Modern Hero + General Polish */
.site-header{
    background:rgba(255,255,255,.82)!important;
    backdrop-filter:blur(22px);
    border-bottom:1px solid rgba(230,235,242,.75);
}
.site-header.is-scrolled{
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 14px 34px rgba(4,26,48,.1)!important;
}
.modern-hero{
    position:relative;
    min-height:820px;
    overflow:hidden;
    isolation:isolate;
    background:#041a30;
}
.modern-hero-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    visibility:hidden;
    transform:scale(1.035);
    transition:opacity 1s ease, visibility 1s ease, transform 7s ease;
}
.modern-hero-bg.active{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.modern-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(90deg,rgba(4,26,48,.98) 0%,rgba(4,26,48,.88) 42%,rgba(4,26,48,.48) 68%,rgba(4,26,48,.25) 100%),
        radial-gradient(circle at 24% 45%,rgba(214,166,64,.22),transparent 32%),
        radial-gradient(circle at 80% 20%,rgba(255,255,255,.08),transparent 30%);
}
.modern-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:58px 58px;
    mask-image:linear-gradient(90deg,#000,transparent 82%);
}
.modern-hero-layout{
    position:relative;
    z-index:4;
    min-height:820px;
    display:grid;
    grid-template-columns:1.05fr .72fr;
    gap:54px;
    align-items:center;
}
.modern-hero-content{
    color:#fff;
    max-width:850px;
}
.modern-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 16px;
    border:1px solid rgba(245,202,102,.32);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#f5ca66;
    font-weight:900;
    backdrop-filter:blur(12px);
    margin-bottom:20px;
}
.eyebrow-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#f5ca66;
    box-shadow:0 0 0 7px rgba(245,202,102,.14);
}
.modern-hero h1{
    font-size:clamp(2.9rem,6vw,6.2rem);
    line-height:1.08;
    font-weight:900;
    letter-spacing:-1.2px;
    margin-bottom:24px;
}
.modern-hero h1 span{
    display:block;
    color:#f5ca66;
}
.modern-hero p{
    color:rgba(255,255,255,.86);
    font-size:1.2rem;
    line-height:2;
    max-width:780px;
    margin-bottom:32px;
}
.modern-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:32px;
}
.modern-btn{
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 26px;
    border-radius:999px;
    font-weight:900;
    transition:.28s ease;
}
.modern-btn.primary{
    background:linear-gradient(135deg,#d6a640,#f5ca66);
    color:#041a30;
    box-shadow:0 20px 42px rgba(214,166,64,.22);
}
.modern-btn.secondary{
    color:#fff;
    border:1px solid rgba(255,255,255,.28);
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(12px);
}
.modern-btn:hover{
    transform:translateY(-3px);
}
.modern-hero-metrics{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    max-width:680px;
}
.modern-hero-metrics div{
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:20px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(14px);
}
.modern-hero-metrics strong{
    display:block;
    color:#f5ca66;
    font-size:1.9rem;
    line-height:1;
    margin-bottom:7px;
}
.modern-hero-metrics span{
    color:rgba(255,255,255,.74);
    font-size:.9rem;
    font-weight:800;
}
.modern-hero-panel{
    color:#fff;
    min-height:430px;
    padding:28px;
    border-radius:34px;
    border:1px solid rgba(255,255,255,.18);
    background:
        linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.07));
    backdrop-filter:blur(18px);
    box-shadow:0 34px 90px rgba(0,0,0,.25);
    position:relative;
    overflow:hidden;
}
.modern-hero-panel::before{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    border-radius:50%;
    background:rgba(245,202,102,.18);
    left:-70px;
    bottom:-70px;
}
.panel-top{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:46px;
    color:rgba(255,255,255,.72);
    font-weight:800;
}
.panel-top strong{
    color:#f5ca66;
}
.panel-center{
    position:relative;
    z-index:2;
}
.panel-shield{
    width:86px;
    height:86px;
    border-radius:28px;
    display:grid;
    place-items:center;
    color:#f5ca66;
    background:rgba(255,255,255,.12);
    margin-bottom:22px;
}
.panel-shield svg{
    width:44px;
    height:44px;
}
.panel-center h3{
    font-size:1.55rem;
    margin-bottom:8px;
}
.panel-center p{
    color:rgba(255,255,255,.74);
    line-height:1.9;
}
.panel-list{
    position:relative;
    z-index:2;
    display:grid;
    gap:10px;
    margin-top:28px;
}
.panel-list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:46px;
    padding:0 16px;
    border-radius:14px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-weight:800;
}
.panel-list a::after{
    content:"←";
    color:#f5ca66;
}
.modern-hero-arrow{
    position:absolute;
    z-index:8;
    top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    background:rgba(255,255,255,.11);
    color:#fff;
    font-size:2.2rem;
    cursor:pointer;
    backdrop-filter:blur(12px);
    transition:.28s ease;
}
.modern-hero-arrow:hover{
    background:#f5ca66;
    color:#041a30;
}
.modern-hero-arrow.prev{right:26px}
.modern-hero-arrow.next{left:26px}
.modern-hero-dots{
    position:absolute;
    z-index:9;
    right:50%;
    bottom:34px;
    transform:translateX(50%);
    display:flex;
    gap:12px;
}
.modern-hero-dots button{
    width:13px;
    height:13px;
    border:0;
    border-radius:999px;
    cursor:pointer;
    background:rgba(255,255,255,.75);
    transition:.28s ease;
}
.modern-hero-dots button.active{
    width:42px;
    background:#f5ca66;
}
.modern-hero-orb{
    position:absolute;
    z-index:3;
    border-radius:50%;
    filter:blur(6px);
    opacity:.45;
}
.orb-one{
    width:220px;
    height:220px;
    right:8%;
    top:18%;
    background:rgba(245,202,102,.16);
}
.orb-two{
    width:160px;
    height:160px;
    left:18%;
    bottom:18%;
    background:rgba(71,186,169,.14);
}
.premium-quick{
    margin-top:-84px!important;
}
.premium-quick-card,
.premium-member-card,
.premium-news-grid article,
.premium-stats div,
.premium-feature-cards article{
    border-radius:28px!important;
}
.premium-section{
    padding:105px 0!important;
}
@media(max-width:1050px){
    .modern-hero-layout{
        grid-template-columns:1fr;
        align-content:center;
        padding:90px 0 120px;
    }
    .modern-hero-panel{
        display:none;
    }
}
@media(max-width:700px){
    .modern-hero,
    .modern-hero-layout{
        min-height:760px;
    }
    .modern-hero h1{
        font-size:2.8rem;
    }
    .modern-hero-actions,
    .modern-hero-metrics{
        grid-template-columns:1fr;
        flex-direction:column;
    }
    .modern-btn{
        width:100%;
    }
    .modern-hero-metrics{
        display:grid;
    }
    .modern-hero-arrow{
        width:42px;
        height:42px;
        font-size:1.8rem;
    }
    .modern-hero-arrow.prev{right:12px}
    .modern-hero-arrow.next{left:12px}
}


/* Elite Hero Redesign */
.elite-hero{
    position:relative;
    min-height:860px;
    overflow:hidden;
    isolation:isolate;
    background:
        radial-gradient(circle at 18% 20%,rgba(214,166,64,.23),transparent 30%),
        linear-gradient(135deg,#03172b 0%,#06233f 48%,#0b4068 100%);
}
.elite-bg{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .9s ease, visibility .9s ease;
}
.elite-bg.active{
    opacity:1;
    visibility:visible;
}
.elite-bg:nth-child(1){
    background:radial-gradient(circle at 78% 20%,rgba(214,166,64,.16),transparent 30%);
}
.elite-bg:nth-child(2){
    background:radial-gradient(circle at 78% 20%,rgba(238,169,56,.18),transparent 30%);
}
.elite-bg:nth-child(3){
    background:radial-gradient(circle at 78% 20%,rgba(75,176,158,.16),transparent 30%);
}
.elite-lines{
    position:absolute;
    inset:0;
    z-index:1;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:62px 62px;
    mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.6),transparent);
}
.elite-shape{
    position:absolute;
    z-index:1;
    border-radius:50%;
    filter:blur(4px);
}
.shape-a{
    width:460px;
    height:460px;
    right:-140px;
    top:80px;
    background:rgba(214,166,64,.14);
}
.shape-b{
    width:330px;
    height:330px;
    left:8%;
    bottom:90px;
    background:rgba(75,176,158,.11);
}
.elite-hero-grid{
    position:relative;
    z-index:4;
    min-height:860px;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:64px;
    align-items:center;
}
.elite-content{
    color:#fff;
}
.elite-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:42px;
    padding:0 17px;
    border-radius:999px;
    border:1px solid rgba(245,202,102,.35);
    background:rgba(255,255,255,.08);
    color:#f5ca66;
    font-weight:900;
    backdrop-filter:blur(12px);
    margin-bottom:22px;
}
.elite-badge span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#f5ca66;
    box-shadow:0 0 0 7px rgba(245,202,102,.14);
}
.elite-content h1{
    font-size:clamp(3rem,5.6vw,6rem);
    line-height:1.08;
    font-weight:900;
    letter-spacing:-1.4px;
    margin-bottom:24px;
}
.elite-content h1 em{
    display:block;
    font-style:normal;
    color:#f5ca66;
}
.elite-content p{
    max-width:760px;
    color:rgba(255,255,255,.84);
    font-size:1.18rem;
    line-height:2;
    margin-bottom:34px;
}
.elite-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:36px;
}
.elite-btn{
    min-height:56px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 28px;
    border-radius:999px;
    font-weight:900;
    transition:.28s ease;
}
.elite-btn.primary{
    background:linear-gradient(135deg,#d6a640,#f5ca66);
    color:#041a30;
    box-shadow:0 22px 45px rgba(214,166,64,.24);
}
.elite-btn.outline{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.24);
    color:#fff;
    backdrop-filter:blur(12px);
}
.elite-btn:hover{
    transform:translateY(-3px);
}
.elite-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    max-width:670px;
}
.elite-stats div{
    padding:18px 20px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(14px);
}
.elite-stats strong{
    display:block;
    color:#f5ca66;
    font-size:2rem;
    line-height:1;
    margin-bottom:8px;
}
.elite-stats small{
    color:rgba(255,255,255,.73);
    font-weight:800;
}
.elite-visual{
    position:relative;
    min-height:590px;
}
.elite-frame{
    position:absolute;
    inset:20px 0 0 20px;
    border-radius:42px;
    overflow:hidden;
    transform:perspective(1100px) rotateY(-7deg) rotateX(2deg);
    box-shadow:0 42px 110px rgba(0,0,0,.38);
    border:1px solid rgba(255,255,255,.16);
    background:rgba(255,255,255,.08);
}
.elite-frame::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    background:
        linear-gradient(180deg,transparent 55%,rgba(4,26,48,.44)),
        linear-gradient(90deg,rgba(255,255,255,.16),transparent 22%);
    pointer-events:none;
}
.elite-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    visibility:hidden;
    transform:scale(1.05);
    transition:opacity .8s ease, visibility .8s ease, transform 5s ease;
}
.elite-image.active{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.float-card{
    position:absolute;
    z-index:5;
    min-width:210px;
    padding:18px 20px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.16);
    backdrop-filter:blur(16px);
    color:#fff;
    box-shadow:0 24px 60px rgba(0,0,0,.2);
}
.float-card strong{
    display:block;
    color:#f5ca66;
    margin-bottom:5px;
}
.float-card span{
    color:rgba(255,255,255,.78);
    font-size:.9rem;
    font-weight:800;
}
.card-one{
    top:70px;
    right:-10px;
}
.card-two{
    left:8px;
    bottom:48px;
}
.elite-controls{
    position:absolute;
    z-index:8;
    right:50%;
    bottom:36px;
    transform:translateX(50%);
    display:flex;
    align-items:center;
    gap:16px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(14px);
}
.elite-controls>button{
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:1.8rem;
    cursor:pointer;
    transition:.25s ease;
}
.elite-controls>button:hover{
    background:#f5ca66;
    color:#041a30;
}
.elite-dots{
    display:flex;
    gap:9px;
}
.elite-dots button{
    width:11px;
    height:11px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.68);
    cursor:pointer;
    transition:.25s ease;
}
.elite-dots button.active{
    width:34px;
    background:#f5ca66;
}
.premium-quick{
    margin-top:-78px!important;
    position:relative;
    z-index:20;
}
@media(max-width:1100px){
    .elite-hero-grid{
        grid-template-columns:1fr;
        padding:100px 0 140px;
    }
    .elite-visual{
        min-height:480px;
    }
}
@media(max-width:720px){
    .elite-hero{
        min-height:820px;
    }
    .elite-hero-grid{
        min-height:820px;
        padding:72px 0 130px;
    }
    .elite-content h1{
        font-size:2.75rem;
    }
    .elite-actions{
        flex-direction:column;
    }
    .elite-btn{
        width:100%;
    }
    .elite-stats{
        grid-template-columns:1fr;
    }
    .elite-visual{
        display:none;
    }
}


/* Refined Compact Hero */
.elite-hero{
    min-height:650px!important;
}
.elite-hero-grid{
    min-height:650px!important;
    grid-template-columns:.9fr 1fr!important;
    gap:42px!important;
}
.elite-content h1{
    font-size:clamp(2.2rem,4vw,4.2rem)!important;
    line-height:1.12!important;
    margin-bottom:18px!important;
}
.elite-content p{
    font-size:1rem!important;
    line-height:1.9!important;
    max-width:620px!important;
    margin-bottom:24px!important;
}
.elite-badge{
    min-height:38px!important;
    padding:0 14px!important;
    font-size:.88rem!important;
    margin-bottom:18px!important;
}
.elite-actions{
    margin-bottom:24px!important;
}
.elite-btn{
    min-height:48px!important;
    padding:0 22px!important;
    font-size:.92rem!important;
}
.elite-stats{
    max-width:520px!important;
}
.elite-stats div{
    padding:14px 16px!important;
    border-radius:18px!important;
}
.elite-stats strong{
    font-size:1.45rem!important;
}
.elite-stats small{
    font-size:.78rem!important;
}
.elite-visual{
    min-height:420px!important;
}
.elite-frame{
    inset:0!important;
    transform:none!important;
    border-radius:34px!important;
    overflow:hidden!important;
    box-shadow:0 30px 70px rgba(0,0,0,.28)!important;
}
.elite-frame::before{
    background:
        linear-gradient(180deg,rgba(255,255,255,.04),rgba(4,26,48,.22)),
        linear-gradient(135deg,rgba(255,255,255,.22),transparent 26%)!important;
}
.elite-frame::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:4;
    background:
        radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 28%),
        linear-gradient(135deg,rgba(255,255,255,.14),transparent 35%);
    mix-blend-mode:screen;
    pointer-events:none;
}
.elite-image{
    object-fit:cover!important;
}
.float-card{
    min-width:170px!important;
    padding:14px 16px!important;
    border-radius:18px!important;
}
.float-card strong{
    font-size:.92rem!important;
}
.float-card span{
    font-size:.75rem!important;
}
.card-one{
    top:22px!important;
    right:18px!important;
}
.card-two{
    left:18px!important;
    bottom:22px!important;
}
.elite-controls{
    bottom:22px!important;
    padding:8px 12px!important;
}
.elite-controls>button{
    width:36px!important;
    height:36px!important;
    font-size:1.45rem!important;
}
.elite-dots button.active{
    width:26px!important;
}
.elite-shape{
    filter:blur(10px)!important;
}
.shape-a{
    width:280px!important;
    height:280px!important;
}
.shape-b{
    width:220px!important;
    height:220px!important;
}
.modern-hero,
.premium-hero{
    display:none!important;
}
@media(max-width:1100px){
    .elite-hero{
        min-height:760px!important;
    }
    .elite-hero-grid{
        min-height:760px!important;
        grid-template-columns:1fr!important;
        padding:90px 0 120px!important;
    }
    .elite-visual{
        min-height:360px!important;
    }
}
@media(max-width:720px){
    .elite-hero{
        min-height:620px!important;
    }
    .elite-hero-grid{
        min-height:620px!important;
        padding:70px 0 120px!important;
    }
    .elite-content h1{
        font-size:2.2rem!important;
    }
    .elite-visual{
        display:block!important;
        min-height:250px!important;
    }
    .float-card{
        display:none!important;
    }
}


/* Clean Professional Hero */
.clean-hero{
    position:relative;
    min-height:610px;
    overflow:hidden;
    isolation:isolate;
    background:#041a30;
}
.clean-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    background-size:cover;
    background-position:center;
    transform:scale(1.04);
    transition:opacity .9s ease, visibility .9s ease, transform 6s ease;
}
.clean-slide.active{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.clean-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(90deg,rgba(4,26,48,.94) 0%,rgba(4,26,48,.82) 44%,rgba(4,26,48,.34) 100%),
        radial-gradient(circle at 20% 40%,rgba(214,166,64,.22),transparent 34%);
}
.clean-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    background:
        linear-gradient(135deg,rgba(255,255,255,.14),transparent 28%),
        radial-gradient(circle at 78% 18%,rgba(255,255,255,.16),transparent 24%);
    mix-blend-mode:screen;
    pointer-events:none;
}
.clean-hero-inner{
    position:relative;
    z-index:4;
    min-height:610px;
    display:flex;
    align-items:center;
}
.clean-hero-content{
    width:min(100%,720px);
    color:#fff;
    padding:70px 0;
}
.clean-kicker{
    display:inline-flex;
    align-items:center;
    margin-bottom:16px;
    padding:7px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.11);
    border:1px solid rgba(245,202,102,.32);
    color:#f5ca66;
    font-weight:900;
    backdrop-filter:blur(10px);
    font-size:.92rem;
}
.clean-hero h1{
    font-size:clamp(2.35rem,4.6vw,4.5rem);
    line-height:1.16;
    font-weight:900;
    margin-bottom:18px;
    max-width:760px;
    letter-spacing:-.6px;
}
.clean-hero p{
    max-width:650px;
    color:rgba(255,255,255,.86);
    font-size:1.05rem;
    line-height:1.9;
    margin-bottom:28px;
}
.clean-actions{
    display:flex;
    flex-wrap:wrap;
    gap:13px;
}
.clean-btn{
    min-height:49px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 23px;
    border-radius:999px;
    font-weight:900;
    transition:.25s ease;
}
.clean-btn.primary{
    background:linear-gradient(135deg,#d6a640,#f5ca66);
    color:#041a30;
}
.clean-btn.secondary{
    color:#fff;
    border:1px solid rgba(255,255,255,.28);
    background:rgba(255,255,255,.11);
    backdrop-filter:blur(10px);
}
.clean-btn:hover{
    transform:translateY(-2px);
}
.clean-arrow{
    position:absolute;
    z-index:5;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:1.75rem;
    cursor:pointer;
    backdrop-filter:blur(10px);
    transition:.25s ease;
}
.clean-arrow:hover{
    background:#f5ca66;
    color:#041a30;
}
.clean-arrow.prev{right:24px}
.clean-arrow.next{left:24px}
.clean-dots{
    position:absolute;
    z-index:5;
    right:50%;
    bottom:24px;
    transform:translateX(50%);
    display:flex;
    gap:10px;
    padding:8px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
}
.clean-dots button{
    width:10px;
    height:10px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.7);
    cursor:pointer;
    transition:.25s ease;
}
.clean-dots button.active{
    width:28px;
    background:#f5ca66;
}

/* Prevent quick section from covering hero */
.premium-quick{
    margin-top:0!important;
    padding-top:34px!important;
    position:relative!important;
    z-index:1!important;
}
.premium-quick-grid{
    position:relative;
    z-index:1;
}

/* Hide old hero variants if any remain */
.elite-hero,
.modern-hero,
.premium-hero{
    display:none!important;
}

@media(max-width:700px){
    .clean-hero,
    .clean-hero-inner{
        min-height:560px;
    }
    .clean-hero-content{
        padding:58px 0 82px;
    }
    .clean-hero h1{
        font-size:2.15rem;
    }
    .clean-hero p{
        font-size:.96rem;
    }
    .clean-actions{
        flex-direction:column;
    }
    .clean-btn{
        width:100%;
    }
    .clean-arrow{
        width:36px;
        height:36px;
        font-size:1.55rem;
    }
    .clean-arrow.prev{right:10px}
    .clean-arrow.next{left:10px}
}


/* Hero arrow centering fix */
.clean-arrow{
    display:grid !important;
    place-items:center !important;
    line-height:1 !important;
    padding:0 !important;
    text-align:center !important;
    font-family:Arial, sans-serif !important;
}
.clean-arrow.prev,
.clean-arrow.next{
    display:grid !important;
    place-items:center !important;
}


/* Real gallery section */
.lif-gallery-grid{
    display:grid;
    grid-template-columns:1.2fr .7fr 1fr;
    gap:18px;
    align-items:stretch;
}
.gallery-large,
.gallery-stack img,
.gallery-small-grid img{
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 22px 50px rgba(4,26,48,.12);
}
.gallery-large img,
.gallery-stack img,
.gallery-small-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .4s ease;
}
.gallery-large{
    min-height:520px;
}
.gallery-large:hover img,
.gallery-stack img:hover,
.gallery-small-grid img:hover{
    transform:scale(1.04);
}
.gallery-stack{
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:18px;
}
.gallery-stack img{
    min-height:250px;
}
.gallery-small-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.gallery-small-grid img{
    min-height:250px;
}
.clean-slide{
    background-position:center center!important;
}
.clean-hero::before{
    background:
      linear-gradient(90deg,rgba(4,26,48,.82) 0%,rgba(4,26,48,.66) 44%,rgba(4,26,48,.28) 100%),
      radial-gradient(circle at 20% 40%,rgba(214,166,64,.16),transparent 34%)!important;
}
@media(max-width:1000px){
    .lif-gallery-grid{
        grid-template-columns:1fr;
    }
    .gallery-large{
        min-height:360px;
    }
}


/* Final Visual Upgrade */
:root{
    --premium-navy:#03182d;
    --premium-blue:#073a63;
    --premium-gold:#d8aa45;
    --premium-gold-2:#f6cf72;
    --premium-ice:#f4f8fc;
}

.upgraded-hero{
    min-height:680px!important;
    background:#03182d!important;
}
.upgraded-hero .clean-slide{
    background-position:center center!important;
}
.upgraded-hero::before{
    background:
        linear-gradient(90deg,rgba(3,24,45,.82) 0%,rgba(3,24,45,.62) 43%,rgba(3,24,45,.22) 100%),
        radial-gradient(circle at 18% 40%,rgba(246,207,114,.22),transparent 34%)!important;
}
.upgraded-hero::after{
    background:
        linear-gradient(135deg,rgba(255,255,255,.18),transparent 28%),
        radial-gradient(circle at 78% 18%,rgba(255,255,255,.18),transparent 24%)!important;
}
.upgraded-hero .clean-hero-inner{
    min-height:680px!important;
}
.hero-glass-content{
    width:min(100%,700px);
    padding:38px;
    border-radius:32px;
    background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
    border:1px solid rgba(255,255,255,.24);
    box-shadow:0 32px 85px rgba(0,0,0,.26);
    backdrop-filter:blur(18px);
    color:#fff;
    display:none;
    transform:translateY(18px);
    opacity:0;
    transition:.55s ease;
}
.hero-glass-content.active{
    display:block;
    transform:translateY(0);
    opacity:1;
}
.hero-glass-content .clean-kicker{
    background:rgba(246,207,114,.16)!important;
    color:#f6cf72!important;
    border-color:rgba(246,207,114,.38)!important;
}
.hero-glass-content h1{
    font-size:clamp(2.25rem,4.4vw,4.2rem)!important;
    line-height:1.17!important;
    margin-bottom:18px!important;
    color:#fff!important;
    max-width:680px!important;
}
.hero-glass-content p{
    color:rgba(255,255,255,.88)!important;
    font-size:1.04rem!important;
    line-height:1.95!important;
    max-width:630px!important;
}
.clean-btn.primary{
    background:linear-gradient(135deg,#d8aa45,#f6cf72)!important;
    box-shadow:0 18px 40px rgba(216,170,69,.28);
}
.clean-btn.secondary{
    background:rgba(255,255,255,.13)!important;
    border-color:rgba(255,255,255,.32)!important;
}
.clean-arrow{
    background:rgba(255,255,255,.16)!important;
    border-color:rgba(255,255,255,.34)!important;
}
.clean-arrow:hover{
    background:#f6cf72!important;
}
.clean-dots{
    background:rgba(255,255,255,.14)!important;
}

/* Global section elegance */
.premium-section{
    background:
        radial-gradient(circle at 10% 10%,rgba(216,170,69,.07),transparent 24%),
        linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}
.premium-soft{
    background:
        radial-gradient(circle at 86% 16%,rgba(216,170,69,.12),transparent 28%),
        linear-gradient(180deg,#f7fafc,#ffffff)!important;
}
.premium-dark{
    background:
        radial-gradient(circle at 20% 20%,rgba(246,207,114,.16),transparent 30%),
        linear-gradient(135deg,#03182d,#073a63)!important;
}
.premium-title h2,
.premium-copy h2{
    letter-spacing:-.5px;
}
.premium-title span,
.premium-label{
    color:#d8aa45!important;
}
.premium-quick-card,
.premium-member-card,
.premium-news-grid article,
.premium-stats div,
.premium-feature-cards article,
.members-panel,
.member-company-card{
    border:1px solid rgba(230,235,242,.88)!important;
    box-shadow:0 18px 46px rgba(3,24,45,.09)!important;
}
.premium-quick-card{
    background:linear-gradient(180deg,#fff,rgba(255,255,255,.88))!important;
}
.premium-quick-card:hover,
.premium-member-card:hover,
.premium-news-grid article:hover,
.member-company-card:hover{
    transform:translateY(-8px)!important;
    box-shadow:0 30px 70px rgba(3,24,45,.15)!important;
}
.premium-quick-card svg,
.premium-feature-cards svg{
    color:#d8aa45!important;
}
.premium-stats strong,
.members-total strong,
.members-count strong{
    color:#d8aa45!important;
}
.premium-image-card,
.lif-gallery-grid img,
.gallery-large,
.gallery-stack img,
.gallery-small-grid img{
    border-radius:32px!important;
}
.premium-image-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 32%);
    pointer-events:none;
}
.premium-news-grid article{
    transition:.3s ease;
}
.premium-news-grid img{
    filter:saturate(1.05) contrast(1.04);
}
.site-footer{
    background:
        radial-gradient(circle at 15% 20%,rgba(216,170,69,.13),transparent 28%),
        linear-gradient(135deg,#03182d,#061a2f)!important;
}

/* Better gallery */
.lif-gallery-section{
    background:#fff!important;
}
.lif-gallery-grid img{
    filter:saturate(1.08) contrast(1.05);
}

/* Better members page colors */
.members-section{
    background:
        radial-gradient(circle at 8% 12%,rgba(216,170,69,.12),transparent 26%),
        linear-gradient(180deg,#ffffff,#f7fafc)!important;
}
.member-avatar,
.premium-member-logo{
    background:linear-gradient(135deg,#03182d,#073a63)!important;
    color:#f6cf72!important;
}

@media(max-width:700px){
    .upgraded-hero,
    .upgraded-hero .clean-hero-inner{
        min-height:620px!important;
    }
    .hero-glass-content{
        padding:26px;
        border-radius:24px;
    }
    .hero-glass-content h1{
        font-size:2.1rem!important;
    }
}


/* Ultimate Cinematic Hero */
.cinematic-hero{
    position:relative;
    min-height:720px;
    overflow:hidden;
    background:#03182d;
}
.cinematic-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    background-size:cover;
    background-position:center;
    transform:scale(1.06);
    transition:opacity .9s ease, visibility .9s ease, transform 7s ease;
}
.cinematic-slide.active{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:
      linear-gradient(115deg,rgba(3,24,45,.92) 0%,rgba(3,24,45,.74) 38%,rgba(3,24,45,.18) 100%),
      linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28));
}
.hero-light{
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(246,207,114,.16);
    filter:blur(30px);
    top:-140px;
    right:-100px;
}
.cinematic-content{
    position:relative;
    z-index:4;
    min-height:720px;
    display:flex;
    align-items:center;
}
.cinematic-box{
    width:min(100%,680px);
    padding:42px;
    border-radius:34px;
    border:1px solid rgba(255,255,255,.18);
    background:
      linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
    backdrop-filter:blur(22px);
    box-shadow:
      0 40px 90px rgba(0,0,0,.28),
      inset 0 1px 0 rgba(255,255,255,.12);
    color:#fff;
    opacity:0;
    transform:translateY(24px);
    transition:.55s ease;
}
.cinematic-box.active{
    opacity:1;
    transform:translateY(0);
}
.hero-chip{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 16px;
    border-radius:999px;
    background:rgba(246,207,114,.14);
    border:1px solid rgba(246,207,114,.32);
    color:#f6cf72;
    font-weight:900;
    margin-bottom:18px;
}
.cinematic-box h1{
    font-size:clamp(2.8rem,5vw,5rem);
    line-height:1.08;
    font-weight:900;
    margin-bottom:20px;
    letter-spacing:-1px;
}
.cinematic-box h1 span{
    display:block;
    color:#f6cf72;
}
.cinematic-box p{
    color:rgba(255,255,255,.86);
    font-size:1.08rem;
    line-height:2;
    margin-bottom:30px;
    max-width:600px;
}
.cinematic-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}
.hero-btn{
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 24px;
    border-radius:999px;
    font-weight:900;
    transition:.28s ease;
}
.hero-btn.primary{
    background:linear-gradient(135deg,#d8aa45,#f6cf72);
    color:#03182d;
    box-shadow:0 18px 40px rgba(216,170,69,.28);
}
.hero-btn.secondary{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.24);
    color:#fff;
    backdrop-filter:blur(12px);
}
.hero-btn:hover{
    transform:translateY(-3px);
}
.cinematic-arrow{
    position:absolute;
    z-index:8;
    top:50%;
    transform:translateY(-50%);
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.1);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:1.8rem;
    cursor:pointer;
    backdrop-filter:blur(12px);
    transition:.28s ease;
}
.cinematic-arrow:hover{
    background:#f6cf72;
    color:#03182d;
}
.cinematic-arrow.prev{right:24px}
.cinematic-arrow.next{left:24px}
.cinematic-dots{
    position:absolute;
    z-index:9;
    right:50%;
    bottom:26px;
    transform:translateX(50%);
    display:flex;
    gap:10px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
}
.cinematic-dots button{
    width:10px;
    height:10px;
    border-radius:999px;
    border:0;
    background:rgba(255,255,255,.7);
    cursor:pointer;
    transition:.28s ease;
}
.cinematic-dots button.active{
    width:30px;
    background:#f6cf72;
}
.premium-quick{
    margin-top:0!important;
    padding-top:40px!important;
}
.clean-hero,
.upgraded-hero,
.elite-hero,
.modern-hero,
.premium-hero{
    display:none!important;
}

/* stronger premium visuals */
.premium-quick-card,
.premium-member-card,
.premium-news-grid article,
.premium-feature-cards article,
.premium-stats div{
    background:linear-gradient(180deg,#fff,rgba(255,255,255,.92))!important;
    border-radius:30px!important;
    box-shadow:0 24px 65px rgba(3,24,45,.08)!important;
}
.premium-title h2,
.premium-copy h2{
    font-size:clamp(2rem,3vw,3.4rem)!important;
}
.premium-news-grid img,
.gallery-large img,
.gallery-stack img,
.gallery-small-grid img{
    transition:transform .5s ease, filter .5s ease;
}
.premium-news-grid article:hover img,
.gallery-large:hover img,
.gallery-stack img:hover,
.gallery-small-grid img:hover{
    transform:scale(1.05);
    filter:saturate(1.08);
}
@media(max-width:760px){
    .cinematic-hero,
    .cinematic-content{
        min-height:620px;
    }
    .cinematic-box{
        padding:28px;
        border-radius:26px;
    }
    .cinematic-box h1{
        font-size:2.2rem;
    }
    .cinematic-actions{
        flex-direction:column;
    }
    .hero-btn{
        width:100%;
    }
}


/* Hero balance refinement */
.cinematic-hero{
    min-height:780px !important;
}
.cinematic-content{
    min-height:780px !important;
}
.hero-overlay{
    background:
      linear-gradient(100deg,
      rgba(3,24,45,.88) 0%,
      rgba(3,24,45,.72) 38%,
      rgba(3,24,45,.34) 72%,
      rgba(3,24,45,.12) 100%) !important;
}
.hero-light{
    width:420px !important;
    height:420px !important;
    top:-110px !important;
    right:-70px !important;
    opacity:.75;
}
.cinematic-box{
    width:min(100%,760px) !important;
    padding:34px 42px !important;
    border-radius:30px !important;
    min-height:auto !important;
    background:
      linear-gradient(145deg,
      rgba(255,255,255,.14),
      rgba(255,255,255,.07)) !important;
}
.cinematic-box h1{
    font-size:clamp(2.15rem,4vw,3.8rem) !important;
    line-height:1.18 !important;
    margin-bottom:16px !important;
    max-width:640px !important;
}
.cinematic-box p{
    font-size:1rem !important;
    line-height:1.95 !important;
    max-width:560px !important;
    margin-bottom:24px !important;
}
.hero-chip{
    min-height:34px !important;
    padding:0 14px !important;
    font-size:.86rem !important;
    margin-bottom:14px !important;
}
.hero-btn{
    min-height:48px !important;
    padding:0 20px !important;
    font-size:.92rem !important;
}
.cinematic-actions{
    gap:12px !important;
}
.cinematic-arrow{
    width:42px !important;
    height:42px !important;
    font-size:1.6rem !important;
}
.cinematic-dots{
    bottom:22px !important;
}
@media(max-width:760px){
    .cinematic-hero,
    .cinematic-content{
        min-height:700px !important;
    }
    .cinematic-box{
        width:100% !important;
        padding:24px 24px !important;
        border-radius:22px !important;
    }
    .cinematic-box h1{
        font-size:2rem !important;
    }
}


/* Hero text size and overlay final refinement */
.hero-overlay{
    background:
      linear-gradient(100deg,
      rgba(3,24,45,.68) 0%,
      rgba(3,24,45,.52) 34%,
      rgba(3,24,45,.24) 68%,
      rgba(3,24,45,.06) 100%) !important;
}
.hero-light{
    opacity:.45 !important;
}
.cinematic-box{
    width:min(100%,860px) !important;
    max-width:860px !important;
    padding:28px 42px !important;
    border-radius:24px !important;
    background:
      linear-gradient(145deg,
      rgba(255,255,255,.12),
      rgba(255,255,255,.055)) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:0 24px 60px rgba(0,0,0,.20) !important;
}
.cinematic-box h1{
    font-size:clamp(1.85rem,3.2vw,3rem) !important;
    line-height:1.22 !important;
    max-width:760px !important;
    margin-bottom:12px !important;
    letter-spacing:0 !important;
}
.cinematic-box h1 span{
    display:inline !important;
}
.cinematic-box p{
    font-size:.94rem !important;
    line-height:1.85 !important;
    max-width:760px !important;
    margin-bottom:20px !important;
}
.hero-chip{
    min-height:31px !important;
    padding:0 12px !important;
    font-size:.8rem !important;
    margin-bottom:11px !important;
}
.hero-btn{
    min-height:44px !important;
    padding:0 18px !important;
    font-size:.86rem !important;
}
.cinematic-content{
    align-items:center !important;
}
@media(max-width:760px){
    .cinematic-box{
        padding:22px 22px !important;
        border-radius:20px !important;
    }
    .cinematic-box h1{
        font-size:1.75rem !important;
    }
    .cinematic-box h1 span{
        display:block !important;
    }
    .cinematic-box p{
        font-size:.9rem !important;
    }
}


/* Premium quick overlap redesign */
.premium-quick{
    position:relative !important;
    z-index:30 !important;
    margin-top:-92px !important;
    padding-top:0 !important;
}
.premium-quick-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}
.premium-quick-card{
    position:relative;
    overflow:hidden;
    min-height:190px;
    padding:30px 26px !important;
    border-radius:34px !important;
    background:
      linear-gradient(145deg,
      rgba(255,255,255,.92),
      rgba(255,255,255,.82)) !important;
    border:1px solid rgba(255,255,255,.55) !important;
    backdrop-filter:blur(20px);
    box-shadow:
      0 28px 70px rgba(3,24,45,.14),
      inset 0 1px 0 rgba(255,255,255,.5) !important;
    transition:.35s ease;
}
.premium-quick-card::before{
    content:"";
    position:absolute;
    width:140px;
    height:140px;
    border-radius:50%;
    background:rgba(216,170,69,.10);
    top:-55px;
    left:-35px;
}
.premium-quick-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(135deg,
      rgba(255,255,255,.18),
      transparent 30%);
    pointer-events:none;
}
.premium-quick-card:hover{
    transform:translateY(-10px) scale(1.015) !important;
    box-shadow:
      0 38px 90px rgba(3,24,45,.18),
      inset 0 1px 0 rgba(255,255,255,.5) !important;
}
.premium-quick-card svg{
    width:38px !important;
    height:38px !important;
    margin-bottom:18px !important;
    color:#d8aa45 !important;
    position:relative;
    z-index:2;
}
.premium-quick-card h3{
    font-size:1.08rem !important;
    margin-bottom:10px !important;
    color:#03182d !important;
    position:relative;
    z-index:2;
}
.premium-quick-card p{
    color:#5f6f82 !important;
    line-height:1.8;
    font-size:.93rem !important;
    position:relative;
    z-index:2;
}
@media(max-width:1050px){
    .premium-quick{
        margin-top:-70px !important;
    }
    .premium-quick-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:760px){
    .premium-quick{
        margin-top:-40px !important;
    }
    .premium-quick-grid{
        grid-template-columns:1fr;
        gap:16px;
    }
    .premium-quick-card{
        min-height:auto;
        border-radius:26px !important;
    }
}


/* Hero full screen + dots and navbar scroll behavior */
.cinematic-hero{
    min-height:100vh !important;
}
.cinematic-content{
    min-height:100vh !important;
}
.cinematic-dots{
    bottom:118px !important;
    z-index:60 !important;
}
.cinematic-arrow{
    z-index:60 !important;
}
.premium-quick{
    margin-top:-96px !important;
    z-index:40 !important;
}

/* Show navbar only after small scroll */
.site-header .navbar{
    opacity:0;
    transform:translateY(-12px);
    pointer-events:none;
    max-height:0;
    min-height:0 !important;
    overflow:hidden;
    transition:opacity .28s ease, transform .28s ease, max-height .28s ease, min-height .28s ease;
}
.site-header.is-scrolled .navbar{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    max-height:110px;
    min-height:82px !important;
    overflow:visible;
}
.site-header{
    background:rgba(255,255,255,.86) !important;
    backdrop-filter:blur(18px);
}
@media(max-width:760px){
    .cinematic-hero,
    .cinematic-content{
        min-height:100vh !important;
    }
    .cinematic-dots{
        bottom:96px !important;
    }
    .premium-quick{
        margin-top:-64px !important;
    }
    .site-header.is-scrolled .navbar{
        min-height:76px !important;
    }
}


/* Balanced hero height */
.cinematic-hero{
    min-height:760px !important;
}
.cinematic-content{
    min-height:760px !important;
}
.cinematic-dots{
    bottom:104px !important;
}
.premium-quick{
    margin-top:-82px !important;
}
@media(max-width:760px){
    .cinematic-hero,
    .cinematic-content{
        min-height:640px !important;
    }
    .cinematic-dots{
        bottom:88px !important;
    }
    .premium-quick{
        margin-top:-54px !important;
    }
}


/* Company logos integration */
.member-logo-box{
    width:76px;
    height:76px;
    border-radius:22px;
    display:grid;
    place-items:center;
    background:#fff;
    border:1px solid rgba(230,235,242,.95);
    box-shadow:0 10px 24px rgba(3,24,45,.08);
    overflow:hidden;
}
.member-logo-box img{
    width:86%;
    height:86%;
    object-fit:contain;
    display:block;
}
.member-logo-box.empty-logo{
    background:
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 30%),
        linear-gradient(135deg,var(--navy),var(--navy-2));
    color:var(--gold-2);
    font-weight:900;
    font-size:1.05rem;
}
.member-logo-box.empty-logo span{
    color:var(--gold-2);
}
.member-card-head{
    align-items:center;
}
.member-company-card h3{
    min-height:54px;
}


/* Professional page loader */
.site-loader{
    position:fixed;
    inset:0;
    z-index:999999;
    display:grid;
    place-items:center;
    background:
        radial-gradient(circle at 50% 40%, rgba(216,170,69,.16), transparent 32%),
        linear-gradient(135deg,#03182d,#061f38);
    color:#fff;
    transition:opacity .55s ease, visibility .55s ease;
}
.site-loader.hide{
    opacity:0;
    visibility:hidden;
}
.loader-mark{
    position:relative;
    width:118px;
    height:118px;
    display:grid;
    place-items:center;
    margin:auto;
}
.loader-ring{
    position:absolute;
    inset:0;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.16);
    border-top-color:#f6cf72;
    border-right-color:#d8aa45;
    animation:loaderSpin 1.1s linear infinite;
}
.loader-core{
    width:78px;
    height:78px;
    border-radius:26px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    color:#f6cf72;
    font-weight:900;
    letter-spacing:1px;
    backdrop-filter:blur(12px);
}
.loader-text{
    margin-top:18px;
    text-align:center;
    font-weight:900;
    color:rgba(255,255,255,.86);
    animation:loaderPulse 1.4s ease-in-out infinite;
}
@keyframes loaderSpin{
    to{transform:rotate(360deg)}
}
@keyframes loaderPulse{
    0%,100%{opacity:.55;transform:translateY(0)}
    50%{opacity:1;transform:translateY(-2px)}
}

/* Homepage random company logos */
.home-members-logo-section{
    background:
        radial-gradient(circle at 14% 18%,rgba(216,170,69,.10),transparent 28%),
        linear-gradient(180deg,#ffffff,#f7fafc)!important;
}
.home-logo-wall{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
    gap:18px;
}
.home-logo-card{
    min-height:154px;
    display:none;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:14px;
    padding:20px;
    border-radius:26px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(230,235,242,.95);
    box-shadow:0 18px 42px rgba(3,24,45,.08);
    transition:.3s ease;
}
.home-logo-card.show{
    display:flex;
}
.home-logo-card:hover{
    transform:translateY(-7px);
    box-shadow:0 28px 65px rgba(3,24,45,.14);
}
.home-logo-card img{
    width:88px;
    height:72px;
    object-fit:contain;
    display:block;
}
.home-logo-card span{
    color:#03182d;
    font-weight:900;
    text-align:center;
    font-size:.9rem;
    line-height:1.6;
}
.member-logo-box.has-logo{
    background:#fff!important;
}


/* Official logo in loader */
.loader-core{
    background:rgba(255,255,255,.96) !important;
    overflow:hidden;
}
.loader-core img{
    width:74%;
    height:74%;
    object-fit:contain;
    display:block;
}


/* Members random logo layout polish */
.members-companies-grid[data-members-grid]{
    align-items:stretch;
}
.member-logo-box.has-logo{
    padding:8px;
}
.member-logo-box.has-logo img{
    max-width:100%;
    max-height:100%;
}


/* =========================================================
   Unified Design System Layer
   This layer normalizes all previously edited sections.
========================================================= */
:root{
    --brand-navy:#041a30;
    --brand-navy-2:#062845;
    --brand-blue:#0b416c;
    --brand-gold:#d8aa45;
    --brand-gold-2:#f4ce72;
    --brand-cream:#fff7e8;
    --brand-bg:#f6f8fb;
    --brand-card:#ffffff;
    --brand-text:#172033;
    --brand-muted:#637083;
    --brand-line:#e6ebf2;

    --radius-sm:14px;
    --radius-md:20px;
    --radius-lg:28px;
    --radius-xl:34px;

    --shadow-sm:0 10px 26px rgba(4,26,48,.06);
    --shadow-md:0 20px 50px rgba(4,26,48,.10);
    --shadow-lg:0 34px 85px rgba(4,26,48,.16);

    --section-y:88px;
    --transition:.28s ease;
}

body{
    background:var(--brand-bg)!important;
    color:var(--brand-text)!important;
}

.container{
    width:min(100% - 36px,1220px)!important;
}

/* Header consistency */
.site-header{
    background:rgba(255,255,255,.92)!important;
    backdrop-filter:blur(18px)!important;
    border-bottom:1px solid rgba(230,235,242,.86)!important;
    box-shadow:none!important;
}
.site-header.is-scrolled{
    box-shadow:0 14px 34px rgba(4,26,48,.10)!important;
}
.topbar{
    background:linear-gradient(135deg,var(--brand-navy),var(--brand-navy-2))!important;
}
.news-ticker{
    background:#fff!important;
    border-color:var(--brand-line)!important;
}
.ticker-label{
    background:var(--brand-gold)!important;
    color:var(--brand-navy)!important;
}
.main-nav a{
    color:var(--brand-navy)!important;
}
.main-nav a:hover,
.main-nav a.active{
    color:var(--brand-gold)!important;
}
.main-nav a::after{
    background:var(--brand-gold)!important;
}

/* Hero consistency */
.cinematic-hero{
    min-height:720px!important;
    background:var(--brand-navy)!important;
}
.cinematic-content{
    min-height:720px!important;
}
.hero-overlay{
    background:
        linear-gradient(100deg,
        rgba(4,26,48,.68) 0%,
        rgba(4,26,48,.52) 34%,
        rgba(4,26,48,.24) 68%,
        rgba(4,26,48,.06) 100%)!important;
}
.cinematic-box{
    width:min(100%,820px)!important;
    border-radius:var(--radius-lg)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.06))!important;
    border:1px solid rgba(255,255,255,.20)!important;
    box-shadow:0 28px 70px rgba(0,0,0,.22)!important;
}
.cinematic-box h1{
    font-size:clamp(1.9rem,3.25vw,3.15rem)!important;
    line-height:1.22!important;
}
.cinematic-box p{
    font-size:.96rem!important;
    color:rgba(255,255,255,.88)!important;
}
.hero-chip{
    color:var(--brand-gold-2)!important;
    background:rgba(244,206,114,.14)!important;
    border-color:rgba(244,206,114,.32)!important;
}
.hero-btn.primary,
.clean-btn.primary,
.premium-btn.gold,
.elite-btn.primary,
.modern-btn.primary{
    background:linear-gradient(135deg,var(--brand-gold),var(--brand-gold-2))!important;
    color:var(--brand-navy)!important;
}
.hero-btn.secondary,
.clean-btn.secondary{
    background:rgba(255,255,255,.12)!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.26)!important;
}
.cinematic-dots button.active,
.clean-dots button.active,
.elite-dots button.active{
    background:var(--brand-gold-2)!important;
}

/* Section rhythm */
.section,
.premium-section,
.members-section,
.lif-gallery-section{
    padding:var(--section-y) 0!important;
}
.premium-section,
.section{
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}
.premium-soft,
.section-soft,
.members-section{
    background:
        radial-gradient(circle at 12% 12%,rgba(216,170,69,.09),transparent 28%),
        linear-gradient(180deg,#f7fafc 0%,#ffffff 100%)!important;
}
.premium-dark,
.section-dark{
    background:
        radial-gradient(circle at 18% 22%,rgba(244,206,114,.14),transparent 30%),
        linear-gradient(135deg,var(--brand-navy),var(--brand-blue))!important;
}

/* Titles */
.section-title,
.premium-title h2,
.premium-copy h2,
.members-panel h2{
    color:var(--brand-navy)!important;
    font-weight:900!important;
    letter-spacing:-.4px!important;
}
.premium-dark .premium-title h2,
.section-dark .section-title{
    color:#fff!important;
}
.section-desc,
.premium-title p,
.premium-copy p,
.members-panel p{
    color:var(--brand-muted)!important;
}
.premium-dark .premium-title p{
    color:rgba(255,255,255,.78)!important;
}
.premium-title span,
.premium-label,
.members-kicker{
    color:var(--brand-gold)!important;
}
.members-kicker,
.member-badge,
.premium-member-card span,
.premium-news-grid span{
    background:var(--brand-cream)!important;
    color:#8a5a08!important;
}

/* Unified cards */
.premium-quick-card,
.premium-member-card,
.premium-news-grid article,
.premium-feature-cards article,
.premium-stats div,
.member-company-card,
.members-panel,
.home-logo-card,
.card,
.committee-card,
.news-card,
.member-card,
.stat-card,
.list-card{
    border:1px solid var(--brand-line)!important;
    border-radius:var(--radius-lg)!important;
    background:linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,.94) 100%)!important;
    box-shadow:var(--shadow-sm)!important;
    transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition)!important;
}
.premium-quick-card:hover,
.premium-member-card:hover,
.premium-news-grid article:hover,
.premium-feature-cards article:hover,
.member-company-card:hover,
.home-logo-card:hover,
.card:hover,
.news-card:hover,
.member-card:hover{
    transform:translateY(-7px)!important;
    box-shadow:var(--shadow-md)!important;
    border-color:rgba(216,170,69,.35)!important;
}

/* Icons and logo blocks */
.premium-quick-card svg,
.premium-feature-cards svg,
.icon-circle svg,
.quick-icon svg{
    color:var(--brand-gold)!important;
}
.icon-circle,
.quick-icon,
.member-avatar,
.premium-member-logo,
.member-logo-box.empty-logo{
    background:linear-gradient(135deg,var(--brand-navy),var(--brand-blue))!important;
    color:var(--brand-gold-2)!important;
    box-shadow:0 12px 28px rgba(4,26,48,.14)!important;
}
.member-logo-box.has-logo,
.home-logo-card img{
    background:#fff!important;
}

/* Quick cards overlap but consistent */
.premium-quick{
    margin-top:-78px!important;
    padding-top:0!important;
    z-index:30!important;
}
.premium-quick-grid{
    gap:20px!important;
}
.premium-quick-card{
    min-height:176px!important;
    padding:28px 24px!important;
    backdrop-filter:blur(16px)!important;
}

/* Members */
.members-companies-grid,
.members-grid{
    gap:20px!important;
}
.member-company-card h3,
.premium-member-card h3,
.home-logo-card span{
    color:var(--brand-navy)!important;
}
.member-status,
.member-company-card p,
.premium-member-card p{
    color:var(--brand-muted)!important;
}
.members-filter-buttons button{
    border-color:var(--brand-line)!important;
    color:var(--brand-navy)!important;
}
.members-filter-buttons button:hover,
.members-filter-buttons button.active{
    background:var(--brand-navy)!important;
    color:#fff!important;
    border-color:var(--brand-navy)!important;
}

/* Images */
.premium-news-grid img,
.premium-image-card img,
.lif-gallery-grid img,
.gallery-large img,
.gallery-stack img,
.gallery-small-grid img{
    filter:saturate(1.05) contrast(1.03)!important;
}
.premium-image-card,
.gallery-large,
.gallery-stack img,
.gallery-small-grid img{
    border-radius:var(--radius-xl)!important;
    box-shadow:var(--shadow-md)!important;
    overflow:hidden!important;
}

/* CTA/Footer */
.premium-cta,
.cta{
    background:
        radial-gradient(circle at 14% 22%,rgba(244,206,114,.14),transparent 30%),
        linear-gradient(135deg,var(--brand-navy),var(--brand-blue))!important;
}
.site-footer{
    background:
        radial-gradient(circle at 15% 20%,rgba(216,170,69,.12),transparent 28%),
        linear-gradient(135deg,#03182d,#061a2f)!important;
}
.footer-grid{
    gap:38px!important;
}
.footer-links a:hover{
    color:var(--brand-gold-2)!important;
}

/* Buttons consistency */
.btn,
.premium-btn,
.hero-btn,
.clean-btn,
.elite-btn,
.modern-btn{
    border-radius:999px!important;
    font-weight:900!important;
}
.btn-navy,
.premium-btn.navy{
    background:var(--brand-navy)!important;
    color:#fff!important;
}
.btn-outline{
    border-color:var(--brand-line)!important;
}

/* Loader consistency */
.site-loader{
    background:
        radial-gradient(circle at 50% 40%,rgba(216,170,69,.16),transparent 32%),
        linear-gradient(135deg,var(--brand-navy),var(--brand-blue))!important;
}

/* Smooth reveal */
.reveal{
    transition:.65s ease!important;
}

/* Responsive harmony */
@media(max-width:1050px){
    .premium-quick{
        margin-top:-58px!important;
    }
}
@media(max-width:760px){
    :root{
        --section-y:68px;
    }
    .container{
        width:min(100% - 24px,1220px)!important;
    }
    .cinematic-hero,
    .cinematic-content{
        min-height:640px!important;
    }
    .cinematic-box{
        width:100%!important;
        padding:24px!important;
        border-radius:var(--radius-md)!important;
    }
    .cinematic-box h1{
        font-size:1.9rem!important;
    }
    .premium-quick{
        margin-top:-38px!important;
    }
    .premium-quick-grid,
    .premium-stats,
    .premium-members-row,
    .premium-news-grid,
    .premium-feature-cards,
    .lif-gallery-grid{
        grid-template-columns:1fr!important;
    }
}


/* Unified navbar visibility */
.site-header .navbar{
    transition:opacity .28s ease, transform .28s ease, max-height .28s ease, min-height .28s ease!important;
}


/* Final requested fixes */

/* Center hero arrows perfectly */
.cinematic-arrow,
.clean-arrow,
.elite-controls>button,
.modern-hero-arrow,
.premium-arrow,
.hero-control{
    display:grid !important;
    place-items:center !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
    padding:0 !important;
    text-align:center !important;
    font-family:Arial, sans-serif !important;
}
.cinematic-arrow.prev,
.cinematic-arrow.next{
    display:grid !important;
    place-items:center !important;
}

/* Navbar hidden at top only on home page */
body:not(.home-page) .site-header .navbar{
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
    max-height:110px !important;
    min-height:82px !important;
    overflow:visible !important;
}
body.home-page .site-header .navbar{
    opacity:0;
    transform:translateY(-12px);
    pointer-events:none;
    max-height:0;
    min-height:0 !important;
    overflow:hidden;
}
body.home-page .site-header.is-scrolled .navbar{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    max-height:110px;
    min-height:82px !important;
    overflow:visible;
}

/* Member dynamic number styling */
.member-number{
    min-width:34px;
    height:28px;
    display:inline-grid;
    place-items:center;
    border-radius:999px;
    background:var(--brand-cream, #fff7e8);
    color:#8a5a08 !important;
    font-weight:900;
}

/* =========================================================
   LIF Final Modern Redesign Layer - May 2026
   موحّد لكل صفحات مشروع HTML/CSS/JS
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&family=Readex+Pro:wght@400;500;600;700&display=swap');

:root{
    --lif-midnight:#061426;
    --lif-navy:#08223d;
    --lif-blue:#0b5d8f;
    --lif-cyan:#30d5ff;
    --lif-gold:#d6a540;
    --lif-gold-light:#ffe19a;
    --lif-ivory:#fffaf0;
    --lif-cloud:#f4f8fb;
    --lif-card:rgba(255,255,255,.78);
    --lif-border:rgba(255,255,255,.34);
    --lif-text:#162033;
    --lif-muted:#64748b;
    --lif-radius-xl:34px;
    --lif-radius-lg:26px;
    --lif-radius-md:18px;
    --lif-shadow:0 28px 75px rgba(6,20,38,.15);
    --lif-glow:0 0 0 1px rgba(255,255,255,.14),0 28px 80px rgba(8,93,143,.18),0 18px 45px rgba(214,165,64,.13);
}

html{scroll-behavior:smooth;}
body{
    font-family:'Tajawal','Readex Pro','Cairo',Arial,sans-serif!important;
    color:var(--lif-text)!important;
    background:
        radial-gradient(circle at 12% 0%,rgba(48,213,255,.12),transparent 30%),
        radial-gradient(circle at 86% 9%,rgba(214,165,64,.14),transparent 28%),
        linear-gradient(180deg,#fbfdff 0%,#f3f7fb 42%,#fffaf0 100%)!important;
    line-height:1.9;
}
body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;
    background-image:
        linear-gradient(rgba(8,34,61,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(8,34,61,.035) 1px,transparent 1px);
    background-size:52px 52px;
    mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 72%);
}
::selection{background:rgba(214,165,64,.34);color:var(--lif-midnight);}

.container{width:min(100% - 32px,1220px)!important;}
a{text-decoration:none!important;}
img{max-width:100%;}

.site-header{
    border:0!important;
    background:rgba(255,255,255,.72)!important;
    backdrop-filter:blur(22px) saturate(1.35)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.35)!important;
    box-shadow:0 12px 42px rgba(6,20,38,.08)!important;
}
.site-header::after{
    content:"";
    position:absolute;
    inset:auto 0 0 0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(214,165,64,.7),rgba(48,213,255,.42),transparent);
}
.topbar{
    background:linear-gradient(90deg,rgba(6,20,38,.96),rgba(8,34,61,.94))!important;
    color:rgba(255,255,255,.88)!important;
}
.topbar-item svg,.social svg{filter:drop-shadow(0 0 8px rgba(214,165,64,.32));}
.navbar{min-height:86px!important;}
.brand img{
    max-height:58px!important;
    filter:drop-shadow(0 12px 24px rgba(6,20,38,.16));
}
.main-nav>ul{gap:4px!important;}
.main-nav a{
    position:relative;
    border-radius:999px!important;
    padding:10px 14px!important;
    color:#17233a!important;
    font-weight:800!important;
    transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease!important;
}
.main-nav a::before{
    content:"";
    position:absolute;
    inset:4px;
    border-radius:inherit;
    background:linear-gradient(135deg,rgba(214,165,64,.18),rgba(48,213,255,.14));
    opacity:0;
    transition:.25s ease;
    z-index:-1;
}
.main-nav a:hover,
.main-nav a.active{
    color:var(--lif-midnight)!important;
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(8,34,61,.08);
}
.main-nav a:hover::before,.main-nav a.active::before{opacity:1;}
.dropdown{
    border:1px solid rgba(255,255,255,.42)!important;
    background:rgba(255,255,255,.88)!important;
    backdrop-filter:blur(18px)!important;
    border-radius:22px!important;
    box-shadow:var(--lif-shadow)!important;
    padding:10px!important;
}
.news-ticker{
    background:linear-gradient(90deg,#f8f1df,#eef8ff,#f8f1df)!important;
    border-top:1px solid rgba(214,165,64,.25)!important;
}
.ticker-label{
    background:linear-gradient(135deg,var(--lif-navy),var(--lif-blue))!important;
    box-shadow:0 14px 32px rgba(8,93,143,.25)!important;
}

.cinematic-hero{
    min-height:820px!important;
    background:
        radial-gradient(circle at 25% 28%,rgba(48,213,255,.22),transparent 28%),
        radial-gradient(circle at 78% 12%,rgba(214,165,64,.22),transparent 24%),
        var(--lif-midnight)!important;
    isolation:isolate;
}
.cinematic-hero::before,
.page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px);
    background-size:80px 80px;
    opacity:.28;
    mask-image:radial-gradient(circle at 50% 40%,#000,transparent 70%);
    pointer-events:none;
}
.cinematic-hero::after{
    content:"";
    position:absolute;
    width:560px;
    height:560px;
    left:-180px;
    bottom:-180px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(48,213,255,.2),transparent 62%);
    filter:blur(12px);
    pointer-events:none;
}
.cinematic-slide{filter:saturate(1.08) contrast(1.03);}
.hero-overlay{
    background:
        linear-gradient(115deg,rgba(6,20,38,.96) 0%,rgba(8,34,61,.84) 38%,rgba(8,34,61,.28) 100%),
        radial-gradient(circle at 72% 28%,rgba(214,165,64,.16),transparent 30%)!important;
}
.hero-light{
    background:radial-gradient(circle,rgba(255,225,154,.32),rgba(48,213,255,.13),transparent 62%)!important;
    filter:blur(42px)!important;
    animation:lifFloat 8s ease-in-out infinite alternate;
}
.cinematic-content{min-height:820px!important;}
.cinematic-box{
    border-radius:38px!important;
    border:1px solid rgba(255,255,255,.28)!important;
    background:
      linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.075))!important;
    backdrop-filter:blur(30px) saturate(1.35)!important;
    -webkit-backdrop-filter:blur(30px) saturate(1.35)!important;
    box-shadow:0 42px 110px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.22),0 0 80px rgba(48,213,255,.1)!important;
}
.cinematic-box::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    padding:1px;
    background:linear-gradient(135deg,rgba(255,225,154,.75),rgba(48,213,255,.32),transparent 55%);
    -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    pointer-events:none;
}
.hero-chip{
    background:rgba(255,225,154,.16)!important;
    color:var(--lif-gold-light)!important;
    border-color:rgba(255,225,154,.4)!important;
    box-shadow:0 0 30px rgba(214,165,64,.18)!important;
}
.cinematic-box h1{
    letter-spacing:-.6px!important;
    text-shadow:0 12px 36px rgba(0,0,0,.24);
}
.cinematic-box h1 span{
    background:linear-gradient(90deg,#ffe19a,#ffffff 48%,#30d5ff);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent!important;
}
.hero-btn,.premium-btn,.btn,.btn-navy{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    box-shadow:0 18px 38px rgba(6,20,38,.13)!important;
}
.hero-btn::after,.premium-btn::after,.btn::after,.btn-navy::after{
    content:"";
    position:absolute;
    top:0;
    right:-80%;
    width:55%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);
    transform:skewX(-18deg);
    transition:.55s ease;
    z-index:-1;
}
.hero-btn:hover::after,.premium-btn:hover::after,.btn:hover::after,.btn-navy:hover::after{right:130%;}
.hero-btn.primary,.premium-btn.gold{
    background:linear-gradient(135deg,#c99122,#ffe19a 46%,#d6a540)!important;
    color:#07172a!important;
}
.hero-btn.secondary,.premium-btn.glass{
    background:rgba(255,255,255,.12)!important;
    border-color:rgba(255,255,255,.32)!important;
}
.cinematic-arrow{
    width:54px!important;
    height:54px!important;
    border-color:rgba(255,255,255,.32)!important;
    background:rgba(255,255,255,.13)!important;
    box-shadow:0 16px 40px rgba(0,0,0,.18)!important;
}
.cinematic-arrow:hover{
    background:linear-gradient(135deg,#ffe19a,#30d5ff)!important;
    color:var(--lif-midnight)!important;
}
.cinematic-dots{box-shadow:0 18px 40px rgba(0,0,0,.18)!important;}

.section,.premium-section,.members-section,.home-members-logo-section,.lif-gallery-section{position:relative;}
.section-title h2,.section-head h2,.premium-title h2,.premium-copy h2,.members-panel h2{
    color:var(--lif-midnight)!important;
    letter-spacing:-.4px;
}
.section-title h2::after,.premium-title h2::after,.members-panel h2::after{
    content:"";
    display:block;
    width:86px;
    height:4px;
    margin:14px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg,var(--lif-gold),var(--lif-cyan));
    box-shadow:0 0 24px rgba(48,213,255,.28);
}
.premium-copy h2::after,.members-panel h2::after{margin-inline:auto 0;}
.section-desc,.premium-title p,.premium-copy p,.card p,.list-card p,.news-card p,.committee-card p{color:var(--lif-muted)!important;}

.card,.stat-card,.news-card,.member-card,.gallery-card,.faq-item,.committee-card,.list-card,.value-card,
.premium-quick-card,.premium-member-card,.premium-news-grid article,.premium-feature-cards article,.premium-stats div,
.members-panel,.member-company-card,.home-logo-card,.contact-line{
    position:relative;
    border:1px solid rgba(255,255,255,.72)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(255,255,255,.62))!important;
    backdrop-filter:blur(18px) saturate(1.24)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.24)!important;
    border-radius:var(--lif-radius-lg)!important;
    box-shadow:0 22px 60px rgba(6,20,38,.09)!important;
    transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease,filter .32s ease!important;
}
.card::before,.premium-quick-card::before,.premium-member-card::before,.member-company-card::before,.news-card::before,.committee-card::before,.home-logo-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(135deg,rgba(214,165,64,.2),rgba(48,213,255,.14),transparent 58%);
    opacity:0;
    transition:.32s ease;
    pointer-events:none;
}
.card:hover,.premium-quick-card:hover,.premium-member-card:hover,.premium-news-grid article:hover,.premium-feature-cards article:hover,.member-company-card:hover,.home-logo-card:hover,.committee-card:hover,.news-card:hover,.value-card:hover{
    transform:translateY(-8px)!important;
    box-shadow:var(--lif-glow)!important;
    border-color:rgba(214,165,64,.42)!important;
}
.card:hover::before,.premium-quick-card:hover::before,.premium-member-card:hover::before,.member-company-card:hover::before,.news-card:hover::before,.committee-card:hover::before,.home-logo-card:hover::before{opacity:1;}
.icon-circle,.list-icon,.premium-member-logo,.member-avatar,.member-logo-box{
    background:linear-gradient(135deg,var(--lif-navy),var(--lif-blue) 58%,#0f8fbd)!important;
    color:var(--lif-gold-light)!important;
    box-shadow:0 16px 35px rgba(8,93,143,.22),0 0 0 7px rgba(48,213,255,.07)!important;
}

.page-hero{
    position:relative;
    overflow:hidden;
    padding:110px 0 96px!important;
    background:
        radial-gradient(circle at 18% 20%,rgba(48,213,255,.22),transparent 30%),
        radial-gradient(circle at 82% 22%,rgba(214,165,64,.24),transparent 28%),
        linear-gradient(135deg,rgba(6,20,38,.98),rgba(8,34,61,.92))!important;
}
.page-hero h1{
    font-size:clamp(2.35rem,4.8vw,4.5rem)!important;
    letter-spacing:-.8px;
    text-shadow:0 18px 40px rgba(0,0,0,.24);
}
.page-hero p{font-size:1.16rem!important;color:rgba(255,255,255,.82)!important;}
.breadcrumb{
    display:inline-flex;
    gap:8px;
    align-items:center;
    margin-bottom:18px!important;
    padding:7px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(12px);
    color:rgba(255,255,255,.78)!important;
}
.breadcrumb a{color:var(--lif-gold-light)!important;}

.members-section{
    background:
        radial-gradient(circle at 10% 15%,rgba(48,213,255,.14),transparent 28%),
        radial-gradient(circle at 88% 18%,rgba(214,165,64,.14),transparent 28%),
        linear-gradient(180deg,#f8fbff,#fffaf0)!important;
}
.members-panel{overflow:hidden;}
.members-kicker,.premium-label,.premium-title span{
    color:var(--lif-blue)!important;
    background:linear-gradient(90deg,rgba(48,213,255,.12),rgba(214,165,64,.14));
    border:1px solid rgba(48,213,255,.18);
    padding:6px 13px;
    border-radius:999px;
}
.members-total{
    background:linear-gradient(135deg,var(--lif-midnight),var(--lif-blue))!important;
    color:#fff!important;
    border-radius:24px!important;
    box-shadow:0 22px 55px rgba(8,93,143,.22)!important;
}
.members-search-box input,.members-filter-buttons button,input,textarea,select{
    border:1px solid rgba(8,34,61,.12)!important;
    background:rgba(255,255,255,.82)!important;
    border-radius:16px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.members-search-box input:focus,input:focus,textarea:focus,select:focus{
    outline:none!important;
    border-color:rgba(48,213,255,.55)!important;
    box-shadow:0 0 0 4px rgba(48,213,255,.12)!important;
}
.members-filter-buttons button.active,.members-filter-buttons button:hover{
    background:linear-gradient(135deg,var(--lif-navy),var(--lif-blue))!important;
    color:#fff!important;
    box-shadow:0 16px 34px rgba(8,93,143,.2)!important;
}
.member-number{
    background:linear-gradient(135deg,#fff7df,#eaf9ff)!important;
    border:1px solid rgba(214,165,64,.28);
}
.member-badge,.member-status,.tag,.member-tag,.premium-news-grid span{
    background:linear-gradient(90deg,rgba(214,165,64,.14),rgba(48,213,255,.1))!important;
    color:#79520d!important;
    border:1px solid rgba(214,165,64,.18);
}

.home-logo-wall,.members-companies-grid,.premium-news-grid,.grid-3,.values-grid,.premium-quick-grid,.premium-values,.premium-feature-cards{
    gap:24px!important;
}
.home-logo-card img,.member-logo-box img,.brand img,.loader-core img{
    object-fit:contain;
}
.news-image,.premium-news-grid img,.gallery-large img,.gallery-stack img,.gallery-small-grid img{
    filter:saturate(1.06) contrast(1.02);
}

.site-footer{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 18% 4%,rgba(48,213,255,.18),transparent 28%),
        radial-gradient(circle at 86% 16%,rgba(214,165,64,.18),transparent 26%),
        linear-gradient(135deg,#05101f,#08223d)!important;
}
.site-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:58px 58px;
    opacity:.45;
}
.site-footer>*{position:relative;z-index:1;}
.scroll-top{
    background:linear-gradient(135deg,var(--lif-gold),var(--lif-cyan))!important;
    color:var(--lif-midnight)!important;
    box-shadow:0 18px 45px rgba(8,93,143,.25)!important;
}
.site-loader{
    background:
        radial-gradient(circle at 50% 35%,rgba(48,213,255,.2),transparent 26%),
        radial-gradient(circle at 55% 56%,rgba(214,165,64,.26),transparent 24%),
        linear-gradient(135deg,#061426,#08223d)!important;
}
.loader-mark{filter:drop-shadow(0 0 34px rgba(214,165,64,.24));}

.reveal{transform:translateY(26px) scale(.985);opacity:0;}
.reveal.visible{transform:translateY(0) scale(1);opacity:1;}
[data-lif-tilt]{will-change:transform;}
.lif-pointer-glow{
    position:fixed;
    width:240px;
    height:240px;
    border-radius:50%;
    pointer-events:none;
    z-index:0;
    background:radial-gradient(circle,rgba(48,213,255,.13),rgba(214,165,64,.07),transparent 62%);
    filter:blur(14px);
    transform:translate(-50%,-50%);
    opacity:0;
    transition:opacity .2s ease;
}

@keyframes lifFloat{
    from{transform:translate3d(0,0,0) scale(1);}
    to{transform:translate3d(-36px,34px,0) scale(1.08);}
}
@keyframes lifSoftPulse{
    0%,100%{box-shadow:0 0 0 0 rgba(214,165,64,.18);}
    50%{box-shadow:0 0 0 12px rgba(214,165,64,0);}
}
.hero-chip,.members-kicker,.premium-label{animation:lifSoftPulse 3.5s ease-in-out infinite;}

@media(max-width:1050px){
    .main-nav{background:rgba(255,255,255,.92)!important;backdrop-filter:blur(20px)!important;}
    .main-nav.open{box-shadow:0 24px 70px rgba(6,20,38,.16)!important;}
    .main-nav a{border-radius:16px!important;}
}
@media(max-width:760px){
    .container{width:min(100% - 24px,1220px)!important;}
    .cinematic-hero,.cinematic-content{min-height:670px!important;}
    .cinematic-box{padding:26px!important;border-radius:28px!important;}
    .cinematic-box h1{font-size:2.15rem!important;line-height:1.22!important;}
    .cinematic-box p{font-size:1rem!important;line-height:1.85!important;}
    .cinematic-arrow{width:42px!important;height:42px!important;top:auto!important;bottom:84px!important;transform:none!important;}
    .cinematic-arrow.prev{right:calc(50% - 54px)!important;}
    .cinematic-arrow.next{left:calc(50% - 54px)!important;}
    .page-hero{padding:82px 0 72px!important;}
    .topbar .container{gap:10px!important;}
    .topbar-item{font-size:.82rem!important;}
}
@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}

/* =========================================================
   Targeted readability fixes - 2026-05-08
   Fix nav underline position and ticker-label contrast.
========================================================= */
.site-header .main-nav > ul > li > a,
.main-nav > ul > li > a{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1.35 !important;
    padding:22px 12px 24px !important;
    overflow:visible !important;
    text-decoration:none !important;
}

.site-header .main-nav > ul > li > a::after,
.main-nav > ul > li > a::after{
    content:"" !important;
    position:absolute !important;
    right:12px !important;
    left:12px !important;
    top:auto !important;
    bottom:8px !important;
    width:auto !important;
    height:3px !important;
    border-radius:999px !important;
    background:linear-gradient(90deg,var(--brand-gold),var(--brand-gold-2)) !important;
    transform:scaleX(0) !important;
    transform-origin:center !important;
    opacity:0 !important;
    transition:transform .26s ease, opacity .26s ease !important;
    pointer-events:none !important;
}

.site-header .main-nav > ul > li > a:hover::after,
.site-header .main-nav > ul > li > a.active::after,
.main-nav > ul > li > a:hover::after,
.main-nav > ul > li > a.active::after{
    transform:scaleX(1) !important;
    opacity:1 !important;
}

.ticker-label{
    background:linear-gradient(135deg,#f3c867,#d8aa45) !important;
    color:#041a30 !important;
    border:1px solid rgba(4,26,48,.10) !important;
    box-shadow:0 8px 20px rgba(216,170,69,.22) !important;
    text-shadow:none !important;
}

.news-ticker .ticker-label{
    color:#041a30 !important;
}

@media(max-width:900px){
    .site-header .main-nav > ul > li > a,
    .main-nav > ul > li > a{
        padding:13px 14px !important;
        justify-content:flex-start !important;
    }
    .site-header .main-nav > ul > li > a::after,
    .main-nav > ul > li > a::after{
        display:none !important;
    }
}

/* =========================================================
   Dark mode + always-visible navbar - 2026-05-08
   ========================================================= */
:root{
    color-scheme:light;
}
html[data-theme="dark"]{
    color-scheme:dark;
    --lif-midnight:#020817;
    --lif-navy:#061a33;
    --lif-blue:#0f75ad;
    --lif-cyan:#55ddff;
    --lif-gold:#e1b557;
    --lif-gold-light:#ffe6a6;
    --lif-ivory:#101827;
    --lif-cloud:#081120;
    --lif-card:rgba(12,27,48,.76);
    --lif-border:rgba(117,198,255,.17);
    --lif-text:#edf6ff;
    --lif-muted:#a8bad0;
    --lif-shadow:0 28px 75px rgba(0,0,0,.34);
    --lif-glow:0 0 0 1px rgba(255,255,255,.08),0 28px 80px rgba(48,213,255,.13),0 18px 45px rgba(225,181,87,.08);
}

/* Always show navbar on home and internal pages */
body.home-page .site-header .navbar,
body.home-page .site-header.is-scrolled .navbar,
body:not(.home-page) .site-header .navbar,
.site-header .navbar{
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
    max-height:none !important;
    min-height:86px !important;
    overflow:visible !important;
}

.theme-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:42px;
    padding:8px 13px;
    border:1px solid rgba(214,165,64,.34);
    border-radius:999px;
    background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,247,225,.78));
    color:#08223d;
    font-family:'Tajawal','Readex Pro',sans-serif;
    font-size:.88rem;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 12px 32px rgba(6,20,38,.09), inset 0 1px 0 rgba(255,255,255,.65);
    transition:transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
    flex-shrink:0;
}
.theme-toggle:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 42px rgba(8,93,143,.16),0 0 0 4px rgba(214,165,64,.10);
}
.theme-toggle__icon{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border-radius:50%;
    line-height:1;
}
.theme-toggle__sun{
    background:linear-gradient(135deg,#ffe19a,#d6a540);
    color:#08223d;
}
.theme-toggle__moon{
    display:none;
    background:linear-gradient(135deg,#0b5d8f,#061426);
    color:#fff;
}
html[data-theme="dark"] .theme-toggle__sun{display:none;}
html[data-theme="dark"] .theme-toggle__moon{display:grid;}

html[data-theme="dark"] body{
    background:
        radial-gradient(circle at 16% 12%,rgba(48,213,255,.11),transparent 30%),
        radial-gradient(circle at 82% 8%,rgba(214,165,64,.10),transparent 28%),
        linear-gradient(180deg,#050b16,#081120 34%,#050b16) !important;
    color:var(--lif-text) !important;
}
html[data-theme="dark"] .site-header{
    background:rgba(3,10,22,.82) !important;
    box-shadow:0 14px 46px rgba(0,0,0,.32) !important;
    border-bottom:1px solid rgba(117,198,255,.14) !important;
}
html[data-theme="dark"] .topbar{
    background:linear-gradient(90deg,rgba(2,8,23,.98),rgba(6,26,51,.96)) !important;
    color:rgba(237,246,255,.86) !important;
}
html[data-theme="dark"] .brand img,
html[data-theme="dark"] .loader-core img{
    filter:drop-shadow(0 12px 26px rgba(85,221,255,.16));
}
html[data-theme="dark"] .main-nav a{
    color:#eef7ff !important;
}
html[data-theme="dark"] .main-nav a:hover,
html[data-theme="dark"] .main-nav a.active{
    color:#fff7dc !important;
    box-shadow:0 12px 30px rgba(85,221,255,.08) !important;
}
html[data-theme="dark"] .main-nav a::before{
    background:linear-gradient(135deg,rgba(225,181,87,.16),rgba(85,221,255,.12)) !important;
}
html[data-theme="dark"] .dropdown,
html[data-theme="dark"] .main-nav.open{
    background:rgba(7,18,35,.94) !important;
    border-color:rgba(117,198,255,.16) !important;
    box-shadow:0 26px 70px rgba(0,0,0,.34) !important;
}
html[data-theme="dark"] .news-ticker{
    background:linear-gradient(90deg,#071223,#0a1c32,#071223) !important;
    border-color:rgba(117,198,255,.12) !important;
}
html[data-theme="dark"] .ticker-track{
    color:#d6e6f7 !important;
}
html[data-theme="dark"] .ticker-label,
html[data-theme="dark"] .news-ticker .ticker-label{
    background:linear-gradient(135deg,#ffe19a,#d6a540) !important;
    color:#061426 !important;
    border-color:rgba(255,225,154,.38) !important;
}
html[data-theme="dark"] .theme-toggle{
    background:linear-gradient(135deg,rgba(6,26,51,.96),rgba(12,39,67,.88));
    color:#fff7dc;
    border-color:rgba(85,221,255,.24);
    box-shadow:0 14px 36px rgba(0,0,0,.26),0 0 0 4px rgba(85,221,255,.04);
}

html[data-theme="dark"] section,
html[data-theme="dark"] .section,
html[data-theme="dark"] .premium-news,
html[data-theme="dark"] .members-section{
    background:
        radial-gradient(circle at 12% 12%,rgba(85,221,255,.08),transparent 28%),
        radial-gradient(circle at 88% 16%,rgba(225,181,87,.08),transparent 30%),
        linear-gradient(180deg,#081120,#07101e) !important;
    color:var(--lif-text) !important;
}
html[data-theme="dark"] .premium-dark,
html[data-theme="dark"] .section-dark,
html[data-theme="dark"] .page-hero,
html[data-theme="dark"] .cinematic-hero{
    background:
        radial-gradient(circle at 18% 20%,rgba(85,221,255,.16),transparent 30%),
        radial-gradient(circle at 82% 22%,rgba(225,181,87,.14),transparent 28%),
        linear-gradient(135deg,#020817,#061a33 62%,#082b4b) !important;
}
html[data-theme="dark"] .card,
html[data-theme="dark"] .premium-quick-card,
html[data-theme="dark"] .premium-member-card,
html[data-theme="dark"] .member-company-card,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .committee-card,
html[data-theme="dark"] .home-logo-card,
html[data-theme="dark"] .value-card,
html[data-theme="dark"] .premium-news-grid article,
html[data-theme="dark"] .premium-feature-cards article,
html[data-theme="dark"] .premium-values article,
html[data-theme="dark"] .premium-stats div,
html[data-theme="dark"] .members-panel,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .form-card,
html[data-theme="dark"] .quick-card,
html[data-theme="dark"] .portal-card,
html[data-theme="dark"] .timeline-item,
html[data-theme="dark"] .faq-item{
    background:linear-gradient(145deg,rgba(13,30,52,.84),rgba(7,17,32,.72)) !important;
    border-color:rgba(117,198,255,.14) !important;
    color:var(--lif-text) !important;
    box-shadow:0 22px 58px rgba(0,0,0,.25) !important;
}
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] .section-title,
html[data-theme="dark"] .premium-title h2,
html[data-theme="dark"] .member-company-card h3,
html[data-theme="dark"] .premium-feature-cards h3,
html[data-theme="dark"] .premium-news-grid h3,
html[data-theme="dark"] .premium-stats strong{
    color:#f4fbff !important;
}
html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] .section-lead,
html[data-theme="dark"] .premium-title p,
html[data-theme="dark"] .premium-news-grid p,
html[data-theme="dark"] .premium-member-card h3,
html[data-theme="dark"] .member-company-card p,
html[data-theme="dark"] .muted{
    color:#a8bad0 !important;
}
html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] .members-search-box input,
html[data-theme="dark"] .members-filter-buttons button{
    background:rgba(7,18,35,.86) !important;
    color:#eef7ff !important;
    border-color:rgba(117,198,255,.18) !important;
}
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder{
    color:#7f94aa !important;
}
html[data-theme="dark"] .site-footer{
    background:
        radial-gradient(circle at 18% 4%,rgba(85,221,255,.13),transparent 28%),
        radial-gradient(circle at 86% 16%,rgba(225,181,87,.13),transparent 26%),
        linear-gradient(135deg,#020817,#061a33) !important;
}
html[data-theme="dark"] .menu-btn{
    background:linear-gradient(135deg,#e1b557,#55ddff) !important;
}
html[data-theme="dark"] .menu-btn i{
    background:#061426 !important;
}

@media(max-width:1050px){
    .theme-toggle{order:2;margin-inline-start:auto;}
    .menu-btn{order:3;}
    .main-nav{order:4;}
    html[data-theme="dark"] .main-nav{background:rgba(7,18,35,.96)!important;}
}
@media(max-width:620px){
    .theme-toggle{width:42px;height:42px;padding:0;}
    .theme-toggle__text{display:none;}
    .theme-toggle__icon{width:28px;height:28px;}
}


/* =========================================================
   Final requested refinements: icon-only theme button + shorter hero
   ========================================================= */
.theme-toggle{
    width:46px !important;
    height:46px !important;
    min-height:46px !important;
    padding:0 !important;
    gap:0 !important;
}
.theme-toggle__text{display:none !important;}
.theme-toggle__icon{
    width:30px !important;
    height:30px !important;
    font-size:1.05rem !important;
}
.theme-toggle__sun{display:none !important;}
.theme-toggle__moon{display:grid !important;}
html[data-theme="dark"] .theme-toggle__sun{display:grid !important;}
html[data-theme="dark"] .theme-toggle__moon{display:none !important;}

.cinematic-hero,
.cinematic-content{
    min-height:620px !important;
}
.cinematic-box{
    padding:34px 38px !important;
    border-radius:30px !important;
}
.cinematic-box h1{
    font-size:clamp(2.35rem,4.2vw,4.15rem) !important;
    margin-bottom:16px !important;
}
.cinematic-box p{
    font-size:1.02rem !important;
    line-height:1.85 !important;
    margin-bottom:24px !important;
}
.hero-chip{
    min-height:34px !important;
    margin-bottom:14px !important;
}
.hero-btn{
    min-height:48px !important;
}
.cinematic-dots{
    bottom:18px !important;
}

@media(max-width:760px){
    .cinematic-hero,
    .cinematic-content{
        min-height:540px !important;
    }
    .cinematic-box{
        padding:24px !important;
        border-radius:24px !important;
    }
    .cinematic-box h1{
        font-size:2rem !important;
    }
    .cinematic-box p{
        font-size:.96rem !important;
        line-height:1.75 !important;
    }
}

/* =========================================================
   Fold-safe home hero layout
   Keeps: topbar + navbar + ticker + hero + premium quick in one viewport
   and prevents premium quick from covering slider dots.
   ========================================================= */
:root{
    --home-topbar-height:40px;
    --home-navbar-height:82px;
    --home-ticker-height:42px;
    --home-header-height:calc(var(--home-topbar-height) + var(--home-navbar-height) + var(--home-ticker-height));
    --premium-quick-overlap:176px;
    --premium-dots-safe-space:196px;
}

body.home-page .topbar .container{min-height:var(--home-topbar-height) !important;}
body.home-page .navbar{min-height:var(--home-navbar-height) !important;}
body.home-page .news-ticker .container{min-height:var(--home-ticker-height) !important;}

body.home-page .cinematic-hero,
body.home-page .cinematic-content{
    min-height:calc(100svh - var(--home-header-height)) !important;
}

body.home-page .cinematic-content{
    align-items:center !important;
    padding-bottom:calc(var(--premium-quick-overlap) - 34px) !important;
}

body.home-page .cinematic-box{
    width:min(100%, 760px) !important;
    padding:28px 40px !important;
    border-radius:26px !important;
}

body.home-page .cinematic-box h1{
    font-size:clamp(2rem, 3.55vw, 3.45rem) !important;
    line-height:1.18 !important;
    margin-bottom:12px !important;
}

body.home-page .cinematic-box p{
    font-size:.98rem !important;
    line-height:1.75 !important;
    margin-bottom:20px !important;
}

body.home-page .hero-chip{
    min-height:31px !important;
    margin-bottom:12px !important;
    font-size:.82rem !important;
}

body.home-page .hero-btn{
    min-height:44px !important;
    padding-inline:23px !important;
}

body.home-page .cinematic-dots{
    bottom:var(--premium-dots-safe-space) !important;
    z-index:45 !important;
}

body.home-page .cinematic-arrow{
    z-index:44 !important;
}

body.home-page .premium-quick{
    margin-top:calc(var(--premium-quick-overlap) * -1) !important;
    padding-bottom:0 !important;
    position:relative !important;
    z-index:35 !important;
    pointer-events:none;
}

body.home-page .premium-quick-grid{
    gap:16px !important;
}

body.home-page .premium-quick-card{
    min-height:132px !important;
    padding:20px 18px !important;
    border-radius:22px !important;
    pointer-events:auto;
}

body.home-page .premium-quick-card svg{
    width:30px !important;
    height:30px !important;
    margin-bottom:10px !important;
}

body.home-page .premium-quick-card h3{
    font-size:1rem !important;
    margin-bottom:5px !important;
}

body.home-page .premium-quick-card p{
    font-size:.88rem !important;
    line-height:1.55 !important;
}

@media(max-width:1050px){
    :root{
        --premium-quick-overlap:190px;
        --premium-dots-safe-space:214px;
    }
    body.home-page .cinematic-box{
        width:min(100%, 700px) !important;
    }
    body.home-page .premium-quick-card{
        min-height:122px !important;
    }
}

@media(max-width:760px){
    :root{
        --home-topbar-height:0px;
        --home-navbar-height:72px;
        --home-ticker-height:38px;
        --premium-quick-overlap:0px;
        --premium-dots-safe-space:18px;
    }
    body.home-page .topbar{
        display:none !important;
    }
    body.home-page .navbar{
        min-height:var(--home-navbar-height) !important;
    }
    body.home-page .news-ticker .container{
        min-height:var(--home-ticker-height) !important;
    }
    body.home-page .cinematic-hero,
    body.home-page .cinematic-content{
        min-height:calc(100svh - var(--home-header-height)) !important;
    }
    body.home-page .cinematic-content{
        padding-bottom:56px !important;
        align-items:center !important;
    }
    body.home-page .cinematic-box{
        padding:20px !important;
        border-radius:22px !important;
    }
    body.home-page .cinematic-box h1{
        font-size:1.82rem !important;
    }
    body.home-page .cinematic-box p{
        font-size:.92rem !important;
    }
    body.home-page .premium-quick{
        margin-top:0 !important;
        padding:26px 0 0 !important;
        pointer-events:auto;
    }
    body.home-page .premium-quick-grid{
        grid-template-columns:1fr !important;
    }
    body.home-page .premium-quick-card{
        min-height:auto !important;
        padding:20px !important;
    }
}

/* =========================================================
   Global contrast correction layer - 2026-05-08
   Ensures readable text on light/dark surfaces in both themes.
   ========================================================= */
:root{
    --lif-readable-heading:#061426;
    --lif-readable-body:#334155;
    --lif-readable-muted:#526174;
    --lif-readable-inverse:#f7fbff;
    --lif-readable-inverse-muted:rgba(237,246,255,.82);
}

/* Light mode: any glass/card surface must use dark readable text. */
html:not([data-theme="dark"]) .card,
html:not([data-theme="dark"]) .stat-card,
html:not([data-theme="dark"]) .news-card,
html:not([data-theme="dark"]) .member-card,
html:not([data-theme="dark"]) .gallery-card,
html:not([data-theme="dark"]) .faq-item,
html:not([data-theme="dark"]) .committee-card,
html:not([data-theme="dark"]) .list-card,
html:not([data-theme="dark"]) .value-card,
html:not([data-theme="dark"]) .premium-quick-card,
html:not([data-theme="dark"]) .premium-member-card,
html:not([data-theme="dark"]) .premium-news-grid article,
html:not([data-theme="dark"]) .premium-feature-cards article,
html:not([data-theme="dark"]) .premium-values article,
html:not([data-theme="dark"]) .premium-stats div,
html:not([data-theme="dark"]) .members-panel,
html:not([data-theme="dark"]) .member-company-card,
html:not([data-theme="dark"]) .home-logo-card,
html:not([data-theme="dark"]) .contact-line,
html:not([data-theme="dark"]) .contact-card,
html:not([data-theme="dark"]) .form-card,
html:not([data-theme="dark"]) .quick-card,
html:not([data-theme="dark"]) .portal-card,
html:not([data-theme="dark"]) .timeline-item{
    color:var(--lif-readable-heading) !important;
}

html:not([data-theme="dark"]) .card h1,
html:not([data-theme="dark"]) .card h2,
html:not([data-theme="dark"]) .card h3,
html:not([data-theme="dark"]) .card h4,
html:not([data-theme="dark"]) .stat-card h1,
html:not([data-theme="dark"]) .stat-card h2,
html:not([data-theme="dark"]) .stat-card h3,
html:not([data-theme="dark"]) .stat-card h4,
html:not([data-theme="dark"]) .news-card h1,
html:not([data-theme="dark"]) .news-card h2,
html:not([data-theme="dark"]) .news-card h3,
html:not([data-theme="dark"]) .news-card h4,
html:not([data-theme="dark"]) .member-card h1,
html:not([data-theme="dark"]) .member-card h2,
html:not([data-theme="dark"]) .member-card h3,
html:not([data-theme="dark"]) .member-card h4,
html:not([data-theme="dark"]) .committee-card h1,
html:not([data-theme="dark"]) .committee-card h2,
html:not([data-theme="dark"]) .committee-card h3,
html:not([data-theme="dark"]) .committee-card h4,
html:not([data-theme="dark"]) .list-card h1,
html:not([data-theme="dark"]) .list-card h2,
html:not([data-theme="dark"]) .list-card h3,
html:not([data-theme="dark"]) .list-card h4,
html:not([data-theme="dark"]) .value-card h1,
html:not([data-theme="dark"]) .value-card h2,
html:not([data-theme="dark"]) .value-card h3,
html:not([data-theme="dark"]) .value-card h4,
html:not([data-theme="dark"]) .premium-quick-card h1,
html:not([data-theme="dark"]) .premium-quick-card h2,
html:not([data-theme="dark"]) .premium-quick-card h3,
html:not([data-theme="dark"]) .premium-quick-card h4,
html:not([data-theme="dark"]) .premium-member-card h1,
html:not([data-theme="dark"]) .premium-member-card h2,
html:not([data-theme="dark"]) .premium-member-card h3,
html:not([data-theme="dark"]) .premium-member-card h4,
html:not([data-theme="dark"]) .premium-news-grid article h1,
html:not([data-theme="dark"]) .premium-news-grid article h2,
html:not([data-theme="dark"]) .premium-news-grid article h3,
html:not([data-theme="dark"]) .premium-news-grid article h4,
html:not([data-theme="dark"]) .premium-feature-cards article h1,
html:not([data-theme="dark"]) .premium-feature-cards article h2,
html:not([data-theme="dark"]) .premium-feature-cards article h3,
html:not([data-theme="dark"]) .premium-feature-cards article h4,
html:not([data-theme="dark"]) .member-company-card h1,
html:not([data-theme="dark"]) .member-company-card h2,
html:not([data-theme="dark"]) .member-company-card h3,
html:not([data-theme="dark"]) .member-company-card h4,
html:not([data-theme="dark"]) .home-logo-card h1,
html:not([data-theme="dark"]) .home-logo-card h2,
html:not([data-theme="dark"]) .home-logo-card h3,
html:not([data-theme="dark"]) .home-logo-card h4,
html:not([data-theme="dark"]) .faq-item h1,
html:not([data-theme="dark"]) .faq-item h2,
html:not([data-theme="dark"]) .faq-item h3,
html:not([data-theme="dark"]) .faq-item h4,
html:not([data-theme="dark"]) .contact-line h1,
html:not([data-theme="dark"]) .contact-line h2,
html:not([data-theme="dark"]) .contact-line h3,
html:not([data-theme="dark"]) .contact-line h4,
html:not([data-theme="dark"]) .contact-card h1,
html:not([data-theme="dark"]) .contact-card h2,
html:not([data-theme="dark"]) .contact-card h3,
html:not([data-theme="dark"]) .contact-card h4,
html:not([data-theme="dark"]) .form-card h1,
html:not([data-theme="dark"]) .form-card h2,
html:not([data-theme="dark"]) .form-card h3,
html:not([data-theme="dark"]) .form-card h4,
html:not([data-theme="dark"]) .timeline-item h1,
html:not([data-theme="dark"]) .timeline-item h2,
html:not([data-theme="dark"]) .timeline-item h3,
html:not([data-theme="dark"]) .timeline-item h4{
    color:var(--lif-readable-heading) !important;
    text-shadow:none !important;
}

html:not([data-theme="dark"]) .card p,
html:not([data-theme="dark"]) .card li,
html:not([data-theme="dark"]) .news-card p,
html:not([data-theme="dark"]) .news-card li,
html:not([data-theme="dark"]) .member-card p,
html:not([data-theme="dark"]) .member-card li,
html:not([data-theme="dark"]) .committee-card p,
html:not([data-theme="dark"]) .committee-card li,
html:not([data-theme="dark"]) .list-card p,
html:not([data-theme="dark"]) .list-card li,
html:not([data-theme="dark"]) .value-card p,
html:not([data-theme="dark"]) .value-card li,
html:not([data-theme="dark"]) .premium-quick-card p,
html:not([data-theme="dark"]) .premium-quick-card li,
html:not([data-theme="dark"]) .premium-member-card p,
html:not([data-theme="dark"]) .premium-member-card li,
html:not([data-theme="dark"]) .premium-news-grid article p,
html:not([data-theme="dark"]) .premium-news-grid article li,
html:not([data-theme="dark"]) .premium-feature-cards article p,
html:not([data-theme="dark"]) .premium-feature-cards article li,
html:not([data-theme="dark"]) .member-company-card p,
html:not([data-theme="dark"]) .member-company-card li,
html:not([data-theme="dark"]) .home-logo-card p,
html:not([data-theme="dark"]) .home-logo-card li,
html:not([data-theme="dark"]) .faq-item p,
html:not([data-theme="dark"]) .faq-item li,
html:not([data-theme="dark"]) .contact-line p,
html:not([data-theme="dark"]) .contact-line li,
html:not([data-theme="dark"]) .contact-card p,
html:not([data-theme="dark"]) .contact-card li,
html:not([data-theme="dark"]) .form-card p,
html:not([data-theme="dark"]) .form-card li,
html:not([data-theme="dark"]) .timeline-item p,
html:not([data-theme="dark"]) .timeline-item li,
html:not([data-theme="dark"]) .muted{
    color:var(--lif-readable-body) !important;
}

/* Light mode: direct text on dark blocks remains bright. */
html:not([data-theme="dark"]) .section-dark > .container > h1,
html:not([data-theme="dark"]) .section-dark > .container > h2,
html:not([data-theme="dark"]) .section-dark > .container > h3,
html:not([data-theme="dark"]) .section-dark .section-title,
html:not([data-theme="dark"]) .section-dark .section-title h2,
html:not([data-theme="dark"]) .premium-dark .premium-title h2,
html:not([data-theme="dark"]) .premium-dark .section-title h2,
html:not([data-theme="dark"]) .page-hero h1,
html:not([data-theme="dark"]) .cinematic-box h1{
    color:var(--lif-readable-inverse) !important;
}
html:not([data-theme="dark"]) .section-dark .section-desc,
html:not([data-theme="dark"]) .section-dark > .container > p,
html:not([data-theme="dark"]) .premium-dark .premium-title p,
html:not([data-theme="dark"]) .premium-dark > .container > p,
html:not([data-theme="dark"]) .page-hero p,
html:not([data-theme="dark"]) .cinematic-box p{
    color:var(--lif-readable-inverse-muted) !important;
}

/* Dark mode: all surfaces use bright readable text. */
html[data-theme="dark"] .card h1,
html[data-theme="dark"] .card h2,
html[data-theme="dark"] .card h3,
html[data-theme="dark"] .card h4,
html[data-theme="dark"] .stat-card h1,
html[data-theme="dark"] .stat-card h2,
html[data-theme="dark"] .stat-card h3,
html[data-theme="dark"] .stat-card h4,
html[data-theme="dark"] .news-card h1,
html[data-theme="dark"] .news-card h2,
html[data-theme="dark"] .news-card h3,
html[data-theme="dark"] .news-card h4,
html[data-theme="dark"] .member-card h1,
html[data-theme="dark"] .member-card h2,
html[data-theme="dark"] .member-card h3,
html[data-theme="dark"] .member-card h4,
html[data-theme="dark"] .committee-card h1,
html[data-theme="dark"] .committee-card h2,
html[data-theme="dark"] .committee-card h3,
html[data-theme="dark"] .committee-card h4,
html[data-theme="dark"] .list-card h1,
html[data-theme="dark"] .list-card h2,
html[data-theme="dark"] .list-card h3,
html[data-theme="dark"] .list-card h4,
html[data-theme="dark"] .value-card h1,
html[data-theme="dark"] .value-card h2,
html[data-theme="dark"] .value-card h3,
html[data-theme="dark"] .value-card h4,
html[data-theme="dark"] .premium-quick-card h1,
html[data-theme="dark"] .premium-quick-card h2,
html[data-theme="dark"] .premium-quick-card h3,
html[data-theme="dark"] .premium-quick-card h4,
html[data-theme="dark"] .premium-member-card h1,
html[data-theme="dark"] .premium-member-card h2,
html[data-theme="dark"] .premium-member-card h3,
html[data-theme="dark"] .premium-member-card h4,
html[data-theme="dark"] .premium-news-grid article h1,
html[data-theme="dark"] .premium-news-grid article h2,
html[data-theme="dark"] .premium-news-grid article h3,
html[data-theme="dark"] .premium-news-grid article h4,
html[data-theme="dark"] .premium-feature-cards article h1,
html[data-theme="dark"] .premium-feature-cards article h2,
html[data-theme="dark"] .premium-feature-cards article h3,
html[data-theme="dark"] .premium-feature-cards article h4,
html[data-theme="dark"] .member-company-card h1,
html[data-theme="dark"] .member-company-card h2,
html[data-theme="dark"] .member-company-card h3,
html[data-theme="dark"] .member-company-card h4,
html[data-theme="dark"] .home-logo-card h1,
html[data-theme="dark"] .home-logo-card h2,
html[data-theme="dark"] .home-logo-card h3,
html[data-theme="dark"] .home-logo-card h4,
html[data-theme="dark"] .faq-item h1,
html[data-theme="dark"] .faq-item h2,
html[data-theme="dark"] .faq-item h3,
html[data-theme="dark"] .faq-item h4,
html[data-theme="dark"] .contact-line h1,
html[data-theme="dark"] .contact-line h2,
html[data-theme="dark"] .contact-line h3,
html[data-theme="dark"] .contact-line h4,
html[data-theme="dark"] .contact-card h1,
html[data-theme="dark"] .contact-card h2,
html[data-theme="dark"] .contact-card h3,
html[data-theme="dark"] .contact-card h4,
html[data-theme="dark"] .form-card h1,
html[data-theme="dark"] .form-card h2,
html[data-theme="dark"] .form-card h3,
html[data-theme="dark"] .form-card h4,
html[data-theme="dark"] .timeline-item h1,
html[data-theme="dark"] .timeline-item h2,
html[data-theme="dark"] .timeline-item h3,
html[data-theme="dark"] .timeline-item h4,
html[data-theme="dark"] .section-title h2,
html[data-theme="dark"] .premium-copy h2,
html[data-theme="dark"] .premium-title h2,
html[data-theme="dark"] .members-panel h2{
    color:#f7fbff !important;
    text-shadow:none !important;
}

html[data-theme="dark"] .card p,
html[data-theme="dark"] .card li,
html[data-theme="dark"] .news-card p,
html[data-theme="dark"] .news-card li,
html[data-theme="dark"] .member-card p,
html[data-theme="dark"] .member-card li,
html[data-theme="dark"] .committee-card p,
html[data-theme="dark"] .committee-card li,
html[data-theme="dark"] .list-card p,
html[data-theme="dark"] .list-card li,
html[data-theme="dark"] .value-card p,
html[data-theme="dark"] .value-card li,
html[data-theme="dark"] .premium-quick-card p,
html[data-theme="dark"] .premium-quick-card li,
html[data-theme="dark"] .premium-member-card p,
html[data-theme="dark"] .premium-member-card li,
html[data-theme="dark"] .premium-news-grid article p,
html[data-theme="dark"] .premium-news-grid article li,
html[data-theme="dark"] .premium-feature-cards article p,
html[data-theme="dark"] .premium-feature-cards article li,
html[data-theme="dark"] .member-company-card p,
html[data-theme="dark"] .member-company-card li,
html[data-theme="dark"] .home-logo-card p,
html[data-theme="dark"] .home-logo-card li,
html[data-theme="dark"] .faq-item p,
html[data-theme="dark"] .faq-item li,
html[data-theme="dark"] .contact-line p,
html[data-theme="dark"] .contact-line li,
html[data-theme="dark"] .contact-card p,
html[data-theme="dark"] .contact-card li,
html[data-theme="dark"] .form-card p,
html[data-theme="dark"] .form-card li,
html[data-theme="dark"] .timeline-item p,
html[data-theme="dark"] .timeline-item li,
html[data-theme="dark"] .section-desc,
html[data-theme="dark"] .premium-copy p,
html[data-theme="dark"] .premium-title p,
html[data-theme="dark"] .members-panel p,
html[data-theme="dark"] .muted{
    color:#c7d7ea !important;
}

html[data-theme="dark"] .premium-image-badge,
html[data-theme="dark"] .member-badge,
html[data-theme="dark"] .members-kicker,
html[data-theme="dark"] .premium-label,
html[data-theme="dark"] .premium-member-card span,
html[data-theme="dark"] .premium-news-grid span,
html[data-theme="dark"] .member-number{
    color:#061426 !important;
    text-shadow:none !important;
}

/* Navigation/dropdown contrast in both themes. */
html:not([data-theme="dark"]) .dropdown a{color:#061426 !important;}
html[data-theme="dark"] .dropdown a{color:#edf6ff !important;}
html[data-theme="dark"] .dropdown a:hover{background:rgba(85,221,255,.10) !important;color:#ffe6a6 !important;}

/* Form and search text contrast. */
html:not([data-theme="dark"]) input,
html:not([data-theme="dark"]) textarea,
html:not([data-theme="dark"]) select,
html:not([data-theme="dark"]) .members-search-box input{
    color:#061426 !important;
}
html:not([data-theme="dark"]) input::placeholder,
html:not([data-theme="dark"]) textarea::placeholder{
    color:#64748b !important;
}


/* ===== Improved text contrast for dark premium sections ===== */
.premium-dark,
.section-dark{
    background:
        radial-gradient(circle at 18% 22%, rgba(244,206,114,.12), transparent 28%),
        linear-gradient(135deg, #03182d 0%, #0a3f6b 100%) !important;
}

.premium-dark h1,
.premium-dark h2,
.premium-dark h3,
.premium-dark h4,
.premium-dark .section-title h2,
.premium-dark .premium-title h2,
.section-dark h1,
.section-dark h2,
.section-dark h3{
    color:#ffffff !important;
    text-shadow:0 2px 12px rgba(0,0,0,.35);
}

.premium-dark p,
.premium-dark li,
.premium-dark span,
.premium-dark a,
.premium-dark .section-desc,
.premium-dark .premium-title p,
.section-dark p{
    color:rgba(255,255,255,.92) !important;
}

.premium-dark small,
.premium-dark .muted,
.section-dark small{
    color:rgba(255,255,255,.74) !important;
}

/* =========================================================
   Responsive polish + card sizing refinements - ChatGPT edit
   الهدف: تقليل تضخم الخطوط، توسيع بطاقات premium-feature-cards،
   وتحسين التجاوب على شاشات التابلت والهاتف.
========================================================= */
:root{
    --final-container:1200px;
    --final-gap:clamp(16px, 2.2vw, 28px);
    --final-card-radius:24px;
}

*{box-sizing:border-box;}
html,body{max-width:100%;overflow-x:hidden;}
body{font-size:clamp(15px, .92vw, 16px)!important;}
p,li{font-size:clamp(.92rem, .9vw, 1rem)!important;}
.container{width:min(100% - clamp(24px,4vw,44px), var(--final-container))!important;}

/* More balanced global typography */
.section-title h2,
.section-head h2,
.premium-title h2,
.premium-copy h2,
.members-panel h2{
    font-size:clamp(1.65rem, 2.45vw, 2.65rem)!important;
    line-height:1.32!important;
}
.premium-title p,
.premium-copy p,
.section-desc,
.section-lead,
.members-panel p{
    font-size:clamp(.94rem, .95vw, 1.04rem)!important;
    line-height:1.85!important;
}
.premium-label,
.hero-chip,
.members-kicker{
    font-size:.82rem!important;
    letter-spacing:0!important;
}

/* Header should wrap safely instead of forcing horizontal scroll */
.navbar{gap:clamp(10px,1.4vw,22px)!important;}
.brand img{width:clamp(172px, 18vw, 245px)!important;max-width:100%!important;}
.main-nav>ul{gap:2px!important;}
.main-nav a{font-size:clamp(.82rem,.82vw,.93rem)!important;padding-inline:10px!important;}
.theme-toggle{flex:0 0 auto!important;}

/* Hero: keep modern look but reduce oversized text */
.cinematic-box{
    width:min(100%, 760px)!important;
    padding:clamp(22px,3vw,34px)!important;
}
.cinematic-box h1{
    font-size:clamp(1.85rem, 3.15vw, 3.35rem)!important;
    line-height:1.22!important;
}
.cinematic-box p{
    font-size:clamp(.9rem, .95vw, 1rem)!important;
    line-height:1.75!important;
}

/* Split sections: better proportional columns and safer gap */
.premium-split,
.premium-split.reverse{
    grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr)!important;
    gap:var(--final-gap)!important;
}
.premium-copy{min-width:0!important;}

/* Requested section: wider, more readable feature cards */
.premium-feature-cards{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(auto-fit, minmax(min(100%, 230px), 1fr))!important;
    gap:clamp(16px,1.8vw,22px)!important;
    align-items:stretch!important;
}
.premium-feature-cards article{
    min-width:0!important;
    min-height:168px!important;
    padding:clamp(20px,2.1vw,28px)!important;
    border-radius:var(--final-card-radius)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
}
.premium-feature-cards svg{
    width:clamp(30px,2.8vw,38px)!important;
    height:clamp(30px,2.8vw,38px)!important;
    margin-bottom:12px!important;
    flex:0 0 auto!important;
}
.premium-feature-cards h3{
    font-size:clamp(1rem,1.05vw,1.12rem)!important;
    line-height:1.45!important;
    margin-bottom:8px!important;
}
.premium-feature-cards p{
    font-size:clamp(.88rem,.92vw,.96rem)!important;
    line-height:1.7!important;
    margin:0!important;
}

/* Cards/grid sizing polish */
.premium-quick-grid,
.premium-values,
.premium-stats,
.premium-members-row,
.premium-news-grid,
.home-logo-wall,
.members-companies-grid,
.members-grid{
    gap:clamp(14px,1.8vw,22px)!important;
}
.premium-quick-card,
.premium-member-card,
.premium-news-grid article,
.premium-stats div,
.member-company-card,
.home-logo-card,
.card,
.committee-card,
.news-card,
.value-card{
    border-radius:clamp(20px,2vw,28px)!important;
}
.premium-quick-card h3,
.premium-member-card h3,
.premium-news-grid h3,
.member-company-card h3,
.card h3,
.committee-card h3,
.news-card h3{
    font-size:clamp(.98rem,1.03vw,1.13rem)!important;
    line-height:1.55!important;
}
.premium-stats strong{font-size:clamp(2rem,3vw,2.65rem)!important;}
.premium-section,.section,.members-section,.lif-gallery-section{padding-block:clamp(56px,7vw,88px)!important;}

/* Images should not become excessively tall on small screens */
.premium-image-card img,
.gallery-large,
.gallery-large img{
    max-height:min(520px, 62svh)!important;
}

/* Tablet */
@media(max-width:1050px){
    .main-nav a{padding-inline:8px!important;}
    .premium-split,
    .premium-split.reverse{
        grid-template-columns:1fr!important;
    }
    .premium-feature-cards{
        grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    }
    .premium-quick-grid,
    .premium-values,
    .premium-stats,
    .premium-members-row,
    .premium-news-grid{
        grid-template-columns:repeat(2, minmax(0,1fr))!important;
    }
}

/* Mobile navigation and layout */
@media(max-width:940px){
    .site-header{position:sticky!important;top:0!important;}
    .topbar .container{
        display:flex!important;
        flex-direction:column!important;
        gap:8px!important;
        align-items:stretch!important;
        padding-block:8px!important;
    }
    .topbar-group{
        width:100%!important;
        justify-content:center!important;
        flex-wrap:wrap!important;
        gap:8px 12px!important;
    }
    .topbar-item{font-size:.78rem!important;}
    .navbar{
        min-height:70px!important;
        gap:10px!important;
    }
    .menu-btn{display:inline-flex!important;flex:0 0 44px!important;}
    .theme-toggle{width:42px!important;height:42px!important;min-height:42px!important;}
    .main-nav{
        position:fixed!important;
        top:calc(var(--mobile-menu-top, 86px))!important;
        right:12px!important;
        left:12px!important;
        width:auto!important;
        max-height:calc(100dvh - var(--mobile-menu-top, 86px) - 16px)!important;
        overflow:auto!important;
        padding:12px!important;
        border-radius:20px!important;
        z-index:1200!important;
    }
    body.home-page .main-nav{--mobile-menu-top:118px;}
    body:not(.home-page) .main-nav{--mobile-menu-top:136px;}
    .main-nav>ul{align-items:stretch!important;gap:4px!important;}
    .main-nav a{
        width:100%!important;
        justify-content:flex-start!important;
        padding:12px 14px!important;
        font-size:.98rem!important;
        white-space:normal!important;
    }
    .dropdown{margin-top:4px!important;border-radius:14px!important;}
}

/* Phones */
@media(max-width:760px){
    body{line-height:1.8!important;}
    .container{width:min(100% - 22px, var(--final-container))!important;}

    body.home-page .cinematic-hero,
    body.home-page .cinematic-content,
    .cinematic-hero,
    .cinematic-content{
        min-height:auto!important;
    }
    .cinematic-content{
        padding-block:clamp(58px, 10svh, 86px)!important;
        display:flex!important;
        align-items:center!important;
    }
    body.home-page .cinematic-content{padding-bottom:78px!important;}
    .cinematic-box{
        width:100%!important;
        padding:20px!important;
        border-radius:22px!important;
    }
    .cinematic-box h1{font-size:clamp(1.55rem, 7vw, 2rem)!important;line-height:1.28!important;}
    .cinematic-box p{font-size:.9rem!important;line-height:1.75!important;}
    .cinematic-actions{gap:10px!important;}
    .hero-btn{width:100%!important;min-height:44px!important;font-size:.86rem!important;}
    .cinematic-arrow{display:none!important;}
    .cinematic-dots{bottom:14px!important;}

    body.home-page .premium-quick{margin-top:0!important;padding-top:24px!important;}
    .premium-quick-grid,
    .premium-values,
    .premium-stats,
    .premium-members-row,
    .premium-news-grid,
    .premium-feature-cards,
    .premium-mini-grid,
    .home-logo-wall,
    .members-companies-grid,
    .members-grid,
    .footer-grid{
        grid-template-columns:1fr!important;
    }
    .premium-feature-cards article,
    .premium-quick-card{
        min-height:auto!important;
        padding:20px!important;
    }
    .premium-image-card img{height:320px!important;max-height:56svh!important;}
    .premium-image-badge{right:14px!important;bottom:14px!important;padding:14px!important;min-width:120px!important;}
    .premium-image-badge strong{font-size:1.55rem!important;}
    .news-ticker .container{gap:8px!important;}
    .ticker-label{font-size:.78rem!important;padding-inline:9px!important;}
    .ticker-track{font-size:.82rem!important;gap:24px!important;}
}

@media(max-width:520px){
    body.home-page .topbar{display:none!important;}
    body.home-page .main-nav{--mobile-menu-top:112px;}
    body:not(.home-page) .main-nav{--mobile-menu-top:118px;}
    .brand img{width:156px!important;}
    .navbar{min-height:64px!important;}
    .news-ticker .container{min-height:36px!important;}
    .premium-section,.section,.members-section,.lif-gallery-section{padding-block:52px!important;}
    .section-title h2,
    .section-head h2,
    .premium-title h2,
    .premium-copy h2,
    .members-panel h2{font-size:1.55rem!important;}
    .premium-copy h2::after,
    .section-title h2::after,
    .premium-title h2::after{width:64px!important;height:3px!important;margin-top:10px!important;}
    .home-logo-card{min-height:128px!important;}
    .home-logo-card img{width:78px!important;height:60px!important;}
}

/* Small landscape phones */
@media(max-width:760px) and (orientation:landscape){
    .cinematic-content{padding-block:42px 62px!important;}
    .cinematic-box h1{font-size:1.55rem!important;}
    .cinematic-box p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
}


/* Final refinement: compact hero title, sticky navbar, no topbar, footer social */
.topbar{
    display:none !important;
}
.site-header{
    position:sticky !important;
    top:0 !important;
    z-index:2000 !important;
    background:rgba(255,255,255,.92) !important;
    border-bottom:1px solid rgba(8,34,61,.08) !important;
    box-shadow:0 12px 34px rgba(6,20,38,.08) !important;
    backdrop-filter:blur(18px) saturate(145%) !important;
    -webkit-backdrop-filter:blur(18px) saturate(145%) !important;
}
.site-header .navbar,
body.home-page .site-header .navbar,
body.home-page .site-header.is-scrolled .navbar,
body:not(.home-page) .site-header .navbar{
    min-height:76px !important;
    padding-block:8px !important;
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
    overflow:visible !important;
}
.brand img{
    max-height:58px !important;
}
.main-nav>ul{
    gap:6px !important;
}
.main-nav > ul > li > a,
.site-header .main-nav > ul > li > a{
    min-height:42px !important;
    padding:10px 13px !important;
    border-radius:999px !important;
    font-size:.88rem !important;
    font-weight:800 !important;
    line-height:1.25 !important;
    color:#08223d !important;
    background:transparent !important;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a.active,
.site-header .main-nav > ul > li > a:hover,
.site-header .main-nav > ul > li > a.active{
    color:#08223d !important;
    background:linear-gradient(135deg,rgba(214,165,64,.18),rgba(8,93,143,.08)) !important;
    box-shadow:inset 0 0 0 1px rgba(214,165,64,.28),0 10px 24px rgba(8,34,61,.07) !important;
}
.main-nav > ul > li > a::after,
.site-header .main-nav > ul > li > a::after{
    display:none !important;
}
.main-nav > ul > li > a::before,
.site-header .main-nav > ul > li > a::before{
    display:none !important;
}
.dropdown{
    top:calc(100% + 8px) !important;
    border-radius:18px !important;
}
.theme-toggle{
    min-height:40px !important;
    padding:7px 10px !important;
}
.news-ticker{
    border-top:1px solid rgba(8,34,61,.06) !important;
}
.cinematic-box{
    width:min(100%,620px) !important;
    padding:32px 34px !important;
    border-radius:28px !important;
}
.cinematic-box h1{
    font-size:clamp(2rem,3.6vw,3.55rem) !important;
    line-height:1.18 !important;
    letter-spacing:-.35px !important;
    margin-bottom:16px !important;
}
.cinematic-box p{
    font-size:1rem !important;
    line-height:1.85 !important;
    max-width:560px !important;
    margin-bottom:24px !important;
}
.hero-chip{
    min-height:34px !important;
    padding:0 13px !important;
    font-size:.86rem !important;
    margin-bottom:14px !important;
}
.footer-social{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:16px;
}
.footer-social a{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.18);
    transition:transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}
.footer-social a:hover{
    transform:translateY(-3px);
    background:var(--gold,#d6a540);
    color:#08223d;
    border-color:var(--gold,#d6a540);
}
.footer-social svg{
    width:18px;
    height:18px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.8;
}
.footer-social svg path{
    stroke:currentColor;
}

@media (max-width:1100px){
    .site-header .navbar,
    body.home-page .site-header .navbar,
    body.home-page .site-header.is-scrolled .navbar,
    body:not(.home-page) .site-header .navbar{
        min-height:70px !important;
    }
    .brand img{max-height:52px !important;}
    .main-nav{
        top:82px !important;
        right:14px !important;
        left:14px !important;
        max-height:calc(100dvh - 96px) !important;
        padding:12px !important;
        border-radius:22px !important;
    }
    .main-nav>ul{gap:6px !important;}
    .main-nav > ul > li > a,
    .site-header .main-nav > ul > li > a{
        justify-content:flex-start !important;
        width:100% !important;
        padding:13px 14px !important;
        border-radius:14px !important;
        font-size:.96rem !important;
    }
    .dropdown{
        position:static !important;
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        box-shadow:none !important;
        border-radius:14px !important;
        margin:4px 8px 8px !important;
        padding:6px !important;
    }
}
@media (max-width:768px){
    .cinematic-box{
        width:100% !important;
        padding:24px !important;
        border-radius:22px !important;
    }
    .cinematic-box h1{
        font-size:clamp(1.55rem,8vw,2.15rem) !important;
        line-height:1.28 !important;
        margin-bottom:12px !important;
    }
    .cinematic-box p{
        font-size:.94rem !important;
        line-height:1.75 !important;
    }
    .hero-chip{
        font-size:.78rem !important;
        min-height:30px !important;
    }
    .news-ticker .container{
        gap:8px !important;
    }
}
@media (max-width:480px){
    .site-header .navbar,
    body.home-page .site-header .navbar,
    body.home-page .site-header.is-scrolled .navbar,
    body:not(.home-page) .site-header .navbar{
        min-height:64px !important;
        gap:8px !important;
    }
    .brand img{max-height:46px !important;}
    .main-nav{top:74px !important;}
    .cinematic-box{
        padding:20px !important;
    }
    .cinematic-box h1{
        font-size:1.5rem !important;
    }
}
html[data-theme="dark"] .site-header{
    background:rgba(3,10,22,.90) !important;
    border-bottom-color:rgba(117,198,255,.14) !important;
}
html[data-theme="dark"] .main-nav > ul > li > a,
html[data-theme="dark"] .site-header .main-nav > ul > li > a{
    color:#eef7ff !important;
}
html[data-theme="dark"] .main-nav > ul > li > a:hover,
html[data-theme="dark"] .main-nav > ul > li > a.active,
html[data-theme="dark"] .site-header .main-nav > ul > li > a:hover,
html[data-theme="dark"] .site-header .main-nav > ul > li > a.active{
    color:#fff7dc !important;
    background:linear-gradient(135deg,rgba(225,181,87,.18),rgba(85,221,255,.10)) !important;
    box-shadow:inset 0 0 0 1px rgba(225,181,87,.24),0 12px 30px rgba(85,221,255,.08) !important;
}
:root{
    --home-topbar-height:0px !important;
    --home-navbar-height:76px !important;
}
@media (max-width:1100px){:root{--home-navbar-height:70px !important;}}
@media (max-width:480px){:root{--home-navbar-height:64px !important;}}


/* Final override 2: fixed sticky navbar on every page + smaller cinematic titles */
:root{
    --lif-fixed-header-height:118px !important;
    --home-navbar-height:76px !important;
    --home-topbar-height:0px !important;
}
html{
    scroll-padding-top:calc(var(--lif-fixed-header-height) + 18px) !important;
}
body{
    padding-top:var(--lif-fixed-header-height) !important;
}
.site-loader{
    top:0 !important;
}
.site-header,
body.home-page .site-header,
body:not(.home-page) .site-header{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;
    width:100% !important;
    z-index:9999 !important;
    transform:none !important;
    translate:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    background:rgba(255,255,255,.94) !important;
    border-bottom:1px solid rgba(8,34,61,.10) !important;
    box-shadow:0 10px 30px rgba(6,20,38,.10) !important;
    backdrop-filter:blur(18px) saturate(150%) !important;
    -webkit-backdrop-filter:blur(18px) saturate(150%) !important;
}
.site-header .navbar,
body.home-page .site-header .navbar,
body.home-page .site-header.is-scrolled .navbar,
body:not(.home-page) .site-header .navbar{
    min-height:74px !important;
    padding-top:7px !important;
    padding-bottom:7px !important;
    opacity:1 !important;
    transform:none !important;
    visibility:visible !important;
    pointer-events:auto !important;
}
.news-ticker{
    min-height:44px !important;
}
.news-ticker .container{
    min-height:44px !important;
}
.main-nav > ul > li > a,
.site-header .main-nav > ul > li > a{
    font-size:.86rem !important;
    padding:9px 12px !important;
}
.cinematic-box,
.cinematic-box.active,
body.home-page .cinematic-box,
body.home-page .cinematic-box.active{
    width:min(100%,580px) !important;
    padding:28px 30px !important;
}
.cinematic-box h1,
.cinematic-box.active h1,
body.home-page .cinematic-box h1,
body.home-page .cinematic-box.active h1{
    font-size:clamp(1.65rem,2.55vw,2.65rem) !important;
    line-height:1.22 !important;
    letter-spacing:-.2px !important;
    margin-bottom:12px !important;
}
.cinematic-box h1 span,
.cinematic-box.active h1 span,
body.home-page .cinematic-box h1 span,
body.home-page .cinematic-box.active h1 span{
    font-size:inherit !important;
    line-height:inherit !important;
}
.cinematic-box p,
.cinematic-box.active p,
body.home-page .cinematic-box p,
body.home-page .cinematic-box.active p{
    font-size:.95rem !important;
    line-height:1.75 !important;
    margin-bottom:20px !important;
}
.hero-chip{
    font-size:.78rem !important;
    min-height:30px !important;
    margin-bottom:10px !important;
}
.cinematic-hero{
    min-height:calc(100svh - var(--lif-fixed-header-height)) !important;
}
body.home-page .cinematic-hero{
    min-height:calc(100svh - var(--lif-fixed-header-height)) !important;
}
@media (max-width:1100px){
    :root{
        --lif-fixed-header-height:106px !important;
        --home-navbar-height:68px !important;
    }
    .site-header .navbar,
    body.home-page .site-header .navbar,
    body.home-page .site-header.is-scrolled .navbar,
    body:not(.home-page) .site-header .navbar{
        min-height:66px !important;
    }
    .news-ticker,
    .news-ticker .container{
        min-height:40px !important;
    }
    .main-nav{
        position:fixed !important;
        top:calc(var(--lif-fixed-header-height) - 4px) !important;
        right:14px !important;
        left:14px !important;
        max-height:calc(100dvh - var(--lif-fixed-header-height) - 18px) !important;
        overflow:auto !important;
    }
}
@media (max-width:768px){
    :root{
        --lif-fixed-header-height:100px !important;
        --home-navbar-height:62px !important;
    }
    .site-header .navbar,
    body.home-page .site-header .navbar,
    body.home-page .site-header.is-scrolled .navbar,
    body:not(.home-page) .site-header .navbar{
        min-height:62px !important;
        padding-top:5px !important;
        padding-bottom:5px !important;
    }
    .brand img{max-height:42px !important;}
    .news-ticker,
    .news-ticker .container{
        min-height:38px !important;
    }
    .cinematic-box,
    .cinematic-box.active,
    body.home-page .cinematic-box,
    body.home-page .cinematic-box.active{
        padding:20px 18px !important;
        border-radius:20px !important;
    }
    .cinematic-box h1,
    .cinematic-box.active h1,
    body.home-page .cinematic-box h1,
    body.home-page .cinematic-box.active h1{
        font-size:clamp(1.35rem,6vw,1.85rem) !important;
        line-height:1.25 !important;
    }
    .cinematic-box p,
    .cinematic-box.active p,
    body.home-page .cinematic-box p,
    body.home-page .cinematic-box.active p{
        font-size:.88rem !important;
        line-height:1.65 !important;
    }
}
@media (max-width:480px){
    :root{
        --lif-fixed-header-height:94px !important;
        --home-navbar-height:58px !important;
    }
    .site-header .navbar,
    body.home-page .site-header .navbar,
    body.home-page .site-header.is-scrolled .navbar,
    body:not(.home-page) .site-header .navbar{
        min-height:58px !important;
    }
    .news-ticker,
    .news-ticker .container{
        min-height:36px !important;
    }
    .main-nav{
        top:calc(var(--lif-fixed-header-height) - 2px) !important;
    }
    .cinematic-box h1,
    .cinematic-box.active h1,
    body.home-page .cinematic-box h1,
    body.home-page .cinematic-box.active h1{
        font-size:1.32rem !important;
    }
}
html[data-theme="dark"] .site-header,
html[data-theme="dark"] body.home-page .site-header,
html[data-theme="dark"] body:not(.home-page) .site-header{
    background:rgba(3,10,22,.94) !important;
    border-bottom-color:rgba(117,198,255,.14) !important;
    box-shadow:0 12px 34px rgba(0,0,0,.34) !important;
}

/* =========================================================
   Refined theme switch - integrated with navbar
   ========================================================= */
.site-header .theme-toggle,
.navbar .theme-toggle{
    position:relative !important;
    inline-size:64px !important;
    width:64px !important;
    block-size:36px !important;
    height:36px !important;
    min-height:36px !important;
    padding:3px !important;
    margin-inline-start:4px !important;
    display:inline-grid !important;
    grid-template-columns:1fr 1fr !important;
    align-items:center !important;
    justify-items:center !important;
    gap:0 !important;
    border:1px solid rgba(214,165,64,.28) !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,246,223,.58)) !important;
    color:#0b2d4b !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.62), 0 8px 22px rgba(6,31,56,.08) !important;
    overflow:hidden !important;
    cursor:pointer !important;
    transform:none !important;
}
.site-header .theme-toggle::before,
.navbar .theme-toggle::before{
    content:"" !important;
    position:absolute !important;
    top:3px !important;
    right:3px !important;
    width:30px !important;
    height:30px !important;
    border-radius:50% !important;
    background:linear-gradient(135deg,#ffe09a,#d6a540) !important;
    box-shadow:0 6px 14px rgba(150,101,17,.22), inset 0 1px 0 rgba(255,255,255,.55) !important;
    transition:right .26s ease, background .26s ease, box-shadow .26s ease !important;
    z-index:0 !important;
}
.site-header .theme-toggle:hover,
.navbar .theme-toggle:hover{
    transform:translateY(-1px) !important;
    border-color:rgba(214,165,64,.42) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.7), 0 12px 30px rgba(6,31,56,.12) !important;
}
.site-header .theme-toggle__icon,
.navbar .theme-toggle__icon{
    position:relative !important;
    z-index:1 !important;
    display:grid !important;
    width:28px !important;
    height:28px !important;
    place-items:center !important;
    border-radius:50% !important;
    background:transparent !important;
    font-size:1rem !important;
    line-height:1 !important;
    box-shadow:none !important;
    transition:color .22s ease, opacity .22s ease, transform .22s ease !important;
}
.site-header .theme-toggle__sun,
.navbar .theme-toggle__sun{
    grid-column:1 !important;
    color:#122b42 !important;
    opacity:1 !important;
}
.site-header .theme-toggle__moon,
.navbar .theme-toggle__moon{
    grid-column:2 !important;
    color:#6c7b8d !important;
    opacity:.72 !important;
}
html[data-theme="dark"] .site-header .theme-toggle,
html[data-theme="dark"] .navbar .theme-toggle{
    background:linear-gradient(135deg,rgba(7,18,35,.86),rgba(9,35,61,.72)) !important;
    border-color:rgba(85,221,255,.22) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.22) !important;
}
html[data-theme="dark"] .site-header .theme-toggle::before,
html[data-theme="dark"] .navbar .theme-toggle::before{
    right:31px !important;
    background:linear-gradient(135deg,#55ddff,#0b5d8f) !important;
    box-shadow:0 6px 16px rgba(85,221,255,.18), inset 0 1px 0 rgba(255,255,255,.34) !important;
}
html[data-theme="dark"] .site-header .theme-toggle__sun,
html[data-theme="dark"] .navbar .theme-toggle__sun{
    color:#94a3b8 !important;
    opacity:.68 !important;
}
html[data-theme="dark"] .site-header .theme-toggle__moon,
html[data-theme="dark"] .navbar .theme-toggle__moon{
    color:#061426 !important;
    opacity:1 !important;
}
@media(max-width:620px){
    .site-header .theme-toggle,
    .navbar .theme-toggle{
        width:58px !important;
        inline-size:58px !important;
        height:34px !important;
        block-size:34px !important;
        min-height:34px !important;
        padding:3px !important;
    }
    .site-header .theme-toggle::before,
    .navbar .theme-toggle::before{
        width:28px !important;
        height:28px !important;
    }
    html[data-theme="dark"] .site-header .theme-toggle::before,
    html[data-theme="dark"] .navbar .theme-toggle::before{
        right:27px !important;
    }
    .site-header .theme-toggle__icon,
    .navbar .theme-toggle__icon{
        width:26px !important;
        height:26px !important;
        font-size:.92rem !important;
    }
}

/* =========================================================
   Final header color + scroll transparency refinement
   ========================================================= */
.site-header{
    position:sticky !important;
    top:0 !important;
    z-index:1000 !important;
    background:
        linear-gradient(135deg,rgba(5,24,43,.92),rgba(8,48,82,.84) 58%,rgba(8,93,143,.74)) !important;
    border-bottom:1px solid rgba(255,225,154,.22) !important;
    box-shadow:0 16px 42px rgba(6,20,38,.18) !important;
    backdrop-filter:blur(18px) saturate(1.25) !important;
    -webkit-backdrop-filter:blur(18px) saturate(1.25) !important;
    transition:background .28s ease, box-shadow .28s ease, border-color .28s ease, backdrop-filter .28s ease !important;
}
.site-header.is-scrolled{
    background:
        linear-gradient(135deg,rgba(5,24,43,.66),rgba(8,48,82,.54) 58%,rgba(8,93,143,.42)) !important;
    border-bottom-color:rgba(255,225,154,.15) !important;
    box-shadow:0 18px 44px rgba(6,20,38,.12) !important;
    backdrop-filter:blur(22px) saturate(1.35) !important;
    -webkit-backdrop-filter:blur(22px) saturate(1.35) !important;
}
.site-header::after{
    background:linear-gradient(90deg,transparent,rgba(255,225,154,.55),rgba(48,213,255,.32),transparent) !important;
}
.site-header .navbar,
body.home-page .site-header .navbar,
body.home-page .site-header.is-scrolled .navbar,
body:not(.home-page) .site-header .navbar{
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
    max-height:none !important;
    min-height:78px !important;
    overflow:visible !important;
}
.site-header .brand img{
    filter:drop-shadow(0 12px 24px rgba(0,0,0,.22)) brightness(1.04) !important;
}
.site-header .main-nav a,
.site-header .main-nav > ul > li > a,
.main-nav a{
    color:rgba(255,255,255,.92) !important;
    text-shadow:0 1px 12px rgba(0,0,0,.18) !important;
}
.site-header .main-nav a:hover,
.site-header .main-nav a.active,
.site-header .main-nav > ul > li > a:hover,
.site-header .main-nav > ul > li > a.active{
    color:#ffe19a !important;
    background:rgba(255,255,255,.08) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.10), inset 0 0 0 1px rgba(255,225,154,.16) !important;
}
.site-header .main-nav a::before{
    background:linear-gradient(135deg,rgba(255,225,154,.16),rgba(85,221,255,.10)) !important;
}
.site-header .dropdown,
.site-header .main-nav.open{
    background:rgba(5,24,43,.94) !important;
    border:1px solid rgba(255,225,154,.18) !important;
    box-shadow:0 24px 70px rgba(0,0,0,.28) !important;
    backdrop-filter:blur(18px) !important;
    -webkit-backdrop-filter:blur(18px) !important;
}
.site-header .dropdown a{
    color:rgba(255,255,255,.9) !important;
    text-shadow:none !important;
}
.site-header .dropdown a:hover{
    color:#ffe19a !important;
    background:rgba(255,255,255,.08) !important;
}
.news-ticker{
    background:linear-gradient(90deg,rgba(5,24,43,.88),rgba(8,48,82,.78),rgba(5,24,43,.88)) !important;
    border-top:1px solid rgba(255,225,154,.18) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
}
.site-header.is-scrolled .news-ticker{
    background:linear-gradient(90deg,rgba(5,24,43,.58),rgba(8,48,82,.48),rgba(5,24,43,.58)) !important;
    border-top-color:rgba(255,225,154,.12) !important;
}
.news-ticker .ticker-track,
.ticker-track{
    color:rgba(239,247,255,.9) !important;
}
.news-ticker .ticker-track span::before,
.ticker-track span::before{
    background:#d6a540 !important;
    box-shadow:0 0 0 4px rgba(214,165,64,.13) !important;
}
.ticker-label,
.news-ticker .ticker-label{
    background:linear-gradient(135deg,#ffe19a,#d6a540) !important;
    color:#061426 !important;
    border:1px solid rgba(255,255,255,.24) !important;
    box-shadow:0 12px 26px rgba(214,165,64,.18) !important;
}
.site-header .theme-toggle,
.navbar .theme-toggle{
    background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,225,154,.12)) !important;
    border-color:rgba(255,225,154,.28) !important;
    color:#fff !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 24px rgba(0,0,0,.14) !important;
}
.site-header .theme-toggle__moon,
.navbar .theme-toggle__moon{
    color:rgba(255,255,255,.76) !important;
}
.menu-btn{
    background:linear-gradient(135deg,rgba(255,225,154,.94),rgba(214,165,64,.94)) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.16) !important;
}
.menu-btn i{
    background:#061426 !important;
}
html[data-theme="dark"] .site-header{
    background:linear-gradient(135deg,rgba(2,8,23,.88),rgba(6,26,51,.76) 62%,rgba(8,48,82,.58)) !important;
    border-bottom-color:rgba(85,221,255,.14) !important;
}
html[data-theme="dark"] .site-header.is-scrolled{
    background:linear-gradient(135deg,rgba(2,8,23,.62),rgba(6,26,51,.48) 62%,rgba(8,48,82,.36)) !important;
    border-bottom-color:rgba(85,221,255,.10) !important;
}
html[data-theme="dark"] .news-ticker{
    background:linear-gradient(90deg,rgba(2,8,23,.82),rgba(6,26,51,.70),rgba(2,8,23,.82)) !important;
}
html[data-theme="dark"] .site-header.is-scrolled .news-ticker{
    background:linear-gradient(90deg,rgba(2,8,23,.54),rgba(6,26,51,.42),rgba(2,8,23,.54)) !important;
}
@media(max-width:920px){
    .site-header .navbar,
    body.home-page .site-header .navbar,
    body.home-page .site-header.is-scrolled .navbar,
    body:not(.home-page) .site-header .navbar{
        min-height:72px !important;
    }
    .main-nav.open{
        top:calc(100% + 8px) !important;
    }
    .news-ticker .container{
        min-height:38px !important;
    }
}

/* =========================================================
   Final light-mode navbar contrast fix
   Keeps the normal mode navbar dark/glass so white links are readable.
   ========================================================= */
html:not([data-theme="dark"]) .site-header,
html[data-theme="light"] .site-header,
body:not([data-theme="dark"]) .site-header{
    background:linear-gradient(135deg,rgba(4,22,41,.96),rgba(7,45,77,.90) 58%,rgba(9,78,122,.82)) !important;
    border-bottom:1px solid rgba(255,225,154,.24) !important;
    box-shadow:0 16px 42px rgba(6,20,38,.20) !important;
    backdrop-filter:blur(18px) saturate(1.25) !important;
    -webkit-backdrop-filter:blur(18px) saturate(1.25) !important;
}

html:not([data-theme="dark"]) .site-header.is-scrolled,
html[data-theme="light"] .site-header.is-scrolled,
body:not([data-theme="dark"]) .site-header.is-scrolled{
    background:linear-gradient(135deg,rgba(4,22,41,.72),rgba(7,45,77,.62) 58%,rgba(9,78,122,.50)) !important;
    border-bottom-color:rgba(255,225,154,.16) !important;
    box-shadow:0 18px 44px rgba(6,20,38,.14) !important;
}

html:not([data-theme="dark"]) .site-header .navbar,
html[data-theme="light"] .site-header .navbar,
body:not([data-theme="dark"]) .site-header .navbar,
html:not([data-theme="dark"]) body.home-page .site-header .navbar,
html:not([data-theme="dark"]) body:not(.home-page) .site-header .navbar{
    background:transparent !important;
}

html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a,
html:not([data-theme="dark"]) .site-header .main-nav a,
html[data-theme="light"] .site-header .main-nav > ul > li > a,
html[data-theme="light"] .site-header .main-nav a,
body:not([data-theme="dark"]) .site-header .main-nav > ul > li > a,
body:not([data-theme="dark"]) .site-header .main-nav a{
    color:rgba(255,255,255,.94) !important;
    text-shadow:0 1px 10px rgba(0,0,0,.18) !important;
}

html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a:hover,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a.active,
html:not([data-theme="dark"]) .site-header .main-nav a:hover,
html:not([data-theme="dark"]) .site-header .main-nav a.active,
html[data-theme="light"] .site-header .main-nav > ul > li > a:hover,
html[data-theme="light"] .site-header .main-nav > ul > li > a.active,
html[data-theme="light"] .site-header .main-nav a:hover,
html[data-theme="light"] .site-header .main-nav a.active{
    color:#ffe19a !important;
    background:rgba(255,255,255,.10) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.10), inset 0 0 0 1px rgba(255,225,154,.18) !important;
}

html:not([data-theme="dark"]) .site-header .dropdown,
html:not([data-theme="dark"]) .site-header .main-nav.open,
html[data-theme="light"] .site-header .dropdown,
html[data-theme="light"] .site-header .main-nav.open{
    background:rgba(4,22,41,.96) !important;
    border:1px solid rgba(255,225,154,.20) !important;
    box-shadow:0 24px 70px rgba(0,0,0,.26) !important;
    backdrop-filter:blur(18px) !important;
    -webkit-backdrop-filter:blur(18px) !important;
}

html:not([data-theme="dark"]) .site-header .dropdown a,
html[data-theme="light"] .site-header .dropdown a{
    color:rgba(255,255,255,.92) !important;
}

html:not([data-theme="dark"]) .site-header .dropdown a:hover,
html[data-theme="light"] .site-header .dropdown a:hover{
    color:#ffe19a !important;
    background:rgba(255,255,255,.09) !important;
}

html:not([data-theme="dark"]) .news-ticker,
html[data-theme="light"] .news-ticker{
    background:linear-gradient(90deg,rgba(4,22,41,.90),rgba(7,45,77,.82),rgba(4,22,41,.90)) !important;
    border-top:1px solid rgba(255,225,154,.20) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
}

html:not([data-theme="dark"]) .site-header.is-scrolled .news-ticker,
html[data-theme="light"] .site-header.is-scrolled .news-ticker{
    background:linear-gradient(90deg,rgba(4,22,41,.62),rgba(7,45,77,.52),rgba(4,22,41,.62)) !important;
}

html:not([data-theme="dark"]) .news-ticker .ticker-track,
html:not([data-theme="dark"]) .ticker-track,
html[data-theme="light"] .news-ticker .ticker-track,
html[data-theme="light"] .ticker-track{
    color:rgba(239,247,255,.92) !important;
}

/* =========================================================
   Final navbar/news color refinement
   More transparent on scroll + less harsh than white/solid blocks.
   ========================================================= */
html:not([data-theme="dark"]) .site-header{
    background:
        linear-gradient(135deg, rgba(3, 38, 63, .78), rgba(5, 77, 105, .64) 54%, rgba(13, 116, 139, .50)) !important;
    border-bottom:1px solid rgba(255, 214, 128, .18) !important;
    box-shadow:0 14px 34px rgba(3, 22, 38, .14) !important;
    backdrop-filter:blur(18px) saturate(1.25) !important;
    -webkit-backdrop-filter:blur(18px) saturate(1.25) !important;
}
html:not([data-theme="dark"]) .site-header.is-scrolled{
    background:
        linear-gradient(135deg, rgba(3, 38, 63, .42), rgba(5, 77, 105, .34) 54%, rgba(13, 116, 139, .26)) !important;
    border-bottom-color:rgba(255, 214, 128, .10) !important;
    box-shadow:0 12px 30px rgba(3, 22, 38, .08) !important;
    backdrop-filter:blur(24px) saturate(1.35) !important;
    -webkit-backdrop-filter:blur(24px) saturate(1.35) !important;
}
html:not([data-theme="dark"]) .site-header .navbar,
html:not([data-theme="dark"]) body.home-page .site-header .navbar,
html:not([data-theme="dark"]) body:not(.home-page) .site-header .navbar{
    background:transparent !important;
}
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a,
html:not([data-theme="dark"]) .site-header .main-nav a{
    color:rgba(255,255,255,.95) !important;
    text-shadow:0 2px 12px rgba(0, 17, 31, .28) !important;
}
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a:hover,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a.active,
html:not([data-theme="dark"]) .site-header .main-nav a:hover,
html:not([data-theme="dark"]) .site-header .main-nav a.active{
    color:#ffe2a3 !important;
    background:rgba(255,255,255,.075) !important;
    box-shadow:inset 0 0 0 1px rgba(255,226,163,.18), 0 10px 24px rgba(0,0,0,.08) !important;
}
html:not([data-theme="dark"]) .site-header .dropdown,
html:not([data-theme="dark"]) .site-header .main-nav.open{
    background:rgba(3, 38, 63, .86) !important;
    border:1px solid rgba(255, 214, 128, .16) !important;
    box-shadow:0 24px 70px rgba(0, 20, 34, .20) !important;
    backdrop-filter:blur(22px) saturate(1.25) !important;
    -webkit-backdrop-filter:blur(22px) saturate(1.25) !important;
}
html:not([data-theme="dark"]) .site-header.is-scrolled .dropdown,
html:not([data-theme="dark"]) .site-header.is-scrolled .main-nav.open{
    background:rgba(3, 38, 63, .74) !important;
}
html:not([data-theme="dark"]) .news-ticker{
    background:
        linear-gradient(90deg, rgba(9, 70, 87, .72), rgba(19, 104, 117, .58), rgba(9, 70, 87, .72)) !important;
    border-top:1px solid rgba(255, 226, 163, .14) !important;
    border-bottom:1px solid rgba(255,255,255,.06) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05) !important;
    backdrop-filter:blur(18px) saturate(1.20) !important;
    -webkit-backdrop-filter:blur(18px) saturate(1.20) !important;
}
html:not([data-theme="dark"]) .site-header.is-scrolled .news-ticker{
    background:
        linear-gradient(90deg, rgba(9, 70, 87, .40), rgba(19, 104, 117, .32), rgba(9, 70, 87, .40)) !important;
    border-top-color:rgba(255, 226, 163, .08) !important;
}
html:not([data-theme="dark"]) .news-ticker .ticker-track,
html:not([data-theme="dark"]) .ticker-track{
    color:rgba(246, 252, 255, .94) !important;
    text-shadow:0 1px 10px rgba(0, 17, 31, .22) !important;
}
html:not([data-theme="dark"]) .ticker-label,
html:not([data-theme="dark"]) .news-ticker .ticker-label{
    background:linear-gradient(135deg, rgba(255,226,163,.92), rgba(213,169,82,.86)) !important;
    color:#062133 !important;
    border-color:rgba(255,255,255,.22) !important;
}

html[data-theme="dark"] .site-header{
    background:linear-gradient(135deg,rgba(2,8,23,.78),rgba(6,26,51,.62) 62%,rgba(8,48,82,.42)) !important;
    border-bottom-color:rgba(85,221,255,.12) !important;
    box-shadow:0 14px 34px rgba(0,0,0,.20) !important;
}
html[data-theme="dark"] .site-header.is-scrolled{
    background:linear-gradient(135deg,rgba(2,8,23,.44),rgba(6,26,51,.34) 62%,rgba(8,48,82,.22)) !important;
    border-bottom-color:rgba(85,221,255,.08) !important;
    box-shadow:0 12px 30px rgba(0,0,0,.12) !important;
}
html[data-theme="dark"] .news-ticker{
    background:linear-gradient(90deg,rgba(2,8,23,.70),rgba(6,35,58,.54),rgba(2,8,23,.70)) !important;
}
html[data-theme="dark"] .site-header.is-scrolled .news-ticker{
    background:linear-gradient(90deg,rgba(2,8,23,.36),rgba(6,35,58,.28),rgba(2,8,23,.36)) !important;
}

/* =========================================================
   Light mode navbar refinement: warm gray-gold palette
   Applied after previous blue/turquoise navbar overrides
   ========================================================= */
html:not([data-theme="dark"]) .site-header{
    background:linear-gradient(135deg,rgba(77,72,63,.76),rgba(122,107,75,.58),rgba(57,56,52,.70)) !important;
    border-bottom:1px solid rgba(218,181,92,.32) !important;
    box-shadow:0 16px 44px rgba(35,31,25,.16), inset 0 1px 0 rgba(255,255,255,.16) !important;
    backdrop-filter:blur(24px) saturate(1.18) !important;
    -webkit-backdrop-filter:blur(24px) saturate(1.18) !important;
}

html:not([data-theme="dark"]) .site-header.is-scrolled{
    background:linear-gradient(135deg,rgba(69,65,57,.54),rgba(127,111,75,.42),rgba(48,48,45,.50)) !important;
    box-shadow:0 18px 48px rgba(31,28,23,.14), inset 0 1px 0 rgba(255,255,255,.14) !important;
    border-bottom-color:rgba(218,181,92,.26) !important;
}

html:not([data-theme="dark"]) .site-header::after{
    background:linear-gradient(90deg,transparent,rgba(218,181,92,.55),rgba(255,238,194,.28),transparent) !important;
}

html:not([data-theme="dark"]) .main-nav a,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a{
    color:#fff8e8 !important;
    text-shadow:0 1px 2px rgba(0,0,0,.22) !important;
}

html:not([data-theme="dark"]) .main-nav a::before,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a::before{
    background:linear-gradient(135deg,rgba(255,238,194,.18),rgba(218,181,92,.16)) !important;
}

html:not([data-theme="dark"]) .main-nav a:hover,
html:not([data-theme="dark"]) .main-nav a.active,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a:hover,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a.active{
    color:#fffdf5 !important;
    background:rgba(255,248,232,.10) !important;
    box-shadow:0 12px 30px rgba(45,39,28,.16), inset 0 0 0 1px rgba(255,238,194,.18) !important;
}

html:not([data-theme="dark"]) .dropdown,
html:not([data-theme="dark"]) .main-nav.open{
    background:linear-gradient(135deg,rgba(75,70,62,.94),rgba(113,99,71,.90)) !important;
    border:1px solid rgba(218,181,92,.30) !important;
    box-shadow:0 24px 64px rgba(34,30,23,.22) !important;
}

html:not([data-theme="dark"]) .dropdown a,
html:not([data-theme="dark"]) .main-nav.open a{
    color:#fff8e8 !important;
}

html:not([data-theme="dark"]) .news-ticker{
    background:linear-gradient(90deg,rgba(53,51,47,.94),rgba(104,91,64,.90),rgba(53,51,47,.94)) !important;
    border-top:1px solid rgba(218,181,92,.28) !important;
    border-bottom:1px solid rgba(255,238,194,.12) !important;
    box-shadow:0 10px 28px rgba(39,35,28,.12) !important;
}

html:not([data-theme="dark"]) .ticker-track,
html:not([data-theme="dark"]) .news-ticker a{
    color:#fff8e8 !important;
}

html:not([data-theme="dark"]) .ticker-label,
html:not([data-theme="dark"]) .news-ticker .ticker-label{
    background:linear-gradient(135deg,#d9b45f,#f0d58f) !important;
    color:#29261f !important;
    border:1px solid rgba(255,248,232,.34) !important;
    box-shadow:0 12px 28px rgba(218,181,92,.20) !important;
}

html:not([data-theme="dark"]) .theme-toggle{
    background:linear-gradient(135deg,rgba(255,248,232,.92),rgba(222,190,111,.72)) !important;
    color:#302b20 !important;
    border-color:rgba(255,238,194,.48) !important;
    box-shadow:0 12px 30px rgba(45,39,28,.16), inset 0 1px 0 rgba(255,255,255,.52) !important;
}

html:not([data-theme="dark"]) .menu-btn,
html:not([data-theme="dark"]) .menu-btn i{
    color:#fff8e8 !important;
}


/* =========================================================
   Brand-aligned navbar refinement
   Uses the site's core navy + gold identity instead of detached gray/teal tones.
   ========================================================= */
html:not([data-theme="dark"]) .site-header,
html[data-theme="light"] .site-header{
    background:
        linear-gradient(135deg,
            rgba(6,31,56,.88) 0%,
            rgba(9,48,82,.78) 48%,
            rgba(23,57,72,.64) 100%) !important;
    border-bottom:1px solid rgba(214,165,64,.34) !important;
    box-shadow:
        0 18px 48px rgba(6,31,56,.18),
        inset 0 1px 0 rgba(255,255,255,.10) !important;
    backdrop-filter:blur(22px) saturate(1.22) !important;
    -webkit-backdrop-filter:blur(22px) saturate(1.22) !important;
}

html:not([data-theme="dark"]) .site-header.is-scrolled,
html[data-theme="light"] .site-header.is-scrolled{
    background:
        linear-gradient(135deg,
            rgba(6,31,56,.58) 0%,
            rgba(9,48,82,.46) 52%,
            rgba(23,57,72,.36) 100%) !important;
    border-bottom-color:rgba(214,165,64,.22) !important;
    box-shadow:
        0 16px 42px rgba(6,31,56,.12),
        inset 0 1px 0 rgba(255,255,255,.08) !important;
    backdrop-filter:blur(26px) saturate(1.28) !important;
    -webkit-backdrop-filter:blur(26px) saturate(1.28) !important;
}

html:not([data-theme="dark"]) .site-header::after,
html[data-theme="light"] .site-header::after{
    background:linear-gradient(90deg,
        transparent,
        rgba(214,165,64,.72),
        rgba(255,226,163,.34),
        transparent) !important;
}

html:not([data-theme="dark"]) .site-header .navbar,
html[data-theme="light"] .site-header .navbar{
    background:transparent !important;
}

html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a,
html:not([data-theme="dark"]) .site-header .main-nav a,
html[data-theme="light"] .site-header .main-nav > ul > li > a,
html[data-theme="light"] .site-header .main-nav a{
    color:#f8fbff !important;
    text-shadow:0 2px 12px rgba(0,0,0,.24) !important;
}

html:not([data-theme="dark"]) .site-header .main-nav a::before,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a::before,
html[data-theme="light"] .site-header .main-nav a::before,
html[data-theme="light"] .site-header .main-nav > ul > li > a::before{
    background:linear-gradient(135deg,
        rgba(214,165,64,.22),
        rgba(255,226,163,.12)) !important;
}

html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a:hover,
html:not([data-theme="dark"]) .site-header .main-nav > ul > li > a.active,
html:not([data-theme="dark"]) .site-header .main-nav a:hover,
html:not([data-theme="dark"]) .site-header .main-nav a.active,
html[data-theme="light"] .site-header .main-nav > ul > li > a:hover,
html[data-theme="light"] .site-header .main-nav > ul > li > a.active,
html[data-theme="light"] .site-header .main-nav a:hover,
html[data-theme="light"] .site-header .main-nav a.active{
    color:#ffe2a3 !important;
    background:rgba(255,255,255,.08) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,226,163,.20),
        0 12px 28px rgba(0,0,0,.10) !important;
}

html:not([data-theme="dark"]) .site-header .dropdown,
html:not([data-theme="dark"]) .site-header .main-nav.open,
html[data-theme="light"] .site-header .dropdown,
html[data-theme="light"] .site-header .main-nav.open{
    background:linear-gradient(135deg,
        rgba(6,31,56,.96),
        rgba(9,48,82,.92)) !important;
    border:1px solid rgba(214,165,64,.28) !important;
    box-shadow:0 28px 76px rgba(6,31,56,.28) !important;
    backdrop-filter:blur(22px) saturate(1.22) !important;
    -webkit-backdrop-filter:blur(22px) saturate(1.22) !important;
}

html:not([data-theme="dark"]) .site-header .dropdown a,
html:not([data-theme="dark"]) .site-header .main-nav.open a,
html[data-theme="light"] .site-header .dropdown a,
html[data-theme="light"] .site-header .main-nav.open a{
    color:#f8fbff !important;
}

html:not([data-theme="dark"]) .site-header .dropdown a:hover,
html:not([data-theme="dark"]) .site-header .main-nav.open a:hover,
html[data-theme="light"] .site-header .dropdown a:hover,
html[data-theme="light"] .site-header .main-nav.open a:hover{
    color:#ffe2a3 !important;
    background:rgba(214,165,64,.12) !important;
}

html:not([data-theme="dark"]) .news-ticker,
html[data-theme="light"] .news-ticker{
    background:linear-gradient(90deg,
        rgba(4,26,48,.92),
        rgba(10,58,96,.84),
        rgba(4,26,48,.92)) !important;
    border-top:1px solid rgba(214,165,64,.30) !important;
    border-bottom:1px solid rgba(255,226,163,.12) !important;
    box-shadow:0 12px 30px rgba(6,31,56,.12) !important;
    backdrop-filter:blur(18px) saturate(1.18) !important;
    -webkit-backdrop-filter:blur(18px) saturate(1.18) !important;
}

html:not([data-theme="dark"]) .site-header.is-scrolled .news-ticker,
html[data-theme="light"] .site-header.is-scrolled .news-ticker{
    background:linear-gradient(90deg,
        rgba(4,26,48,.62),
        rgba(10,58,96,.50),
        rgba(4,26,48,.62)) !important;
    border-top-color:rgba(214,165,64,.20) !important;
}

html:not([data-theme="dark"]) .news-ticker .ticker-track,
html:not([data-theme="dark"]) .ticker-track,
html:not([data-theme="dark"]) .news-ticker a,
html[data-theme="light"] .news-ticker .ticker-track,
html[data-theme="light"] .ticker-track,
html[data-theme="light"] .news-ticker a{
    color:#edf6ff !important;
    text-shadow:0 1px 10px rgba(0,0,0,.24) !important;
}

html:not([data-theme="dark"]) .ticker-label,
html:not([data-theme="dark"]) .news-ticker .ticker-label,
html[data-theme="light"] .ticker-label,
html[data-theme="light"] .news-ticker .ticker-label{
    background:linear-gradient(135deg,#d6a540,#ffe19a) !important;
    color:#061f38 !important;
    border:1px solid rgba(255,241,205,.34) !important;
    box-shadow:0 12px 28px rgba(214,165,64,.22) !important;
}

html:not([data-theme="dark"]) .theme-toggle,
html[data-theme="light"] .theme-toggle{
    background:linear-gradient(135deg,
        rgba(255,255,255,.94),
        rgba(255,241,205,.76)) !important;
    color:#061f38 !important;
    border-color:rgba(214,165,64,.42) !important;
    box-shadow:
        0 12px 30px rgba(6,31,56,.14),
        inset 0 1px 0 rgba(255,255,255,.62) !important;
}

html:not([data-theme="dark"]) .menu-btn,
html:not([data-theme="dark"]) .menu-btn i,
html[data-theme="light"] .menu-btn,
html[data-theme="light"] .menu-btn i{
    color:#f8fbff !important;
}


/* =========================================================
   Logo as image + written brand text
   Header/footer brand refinement
========================================================= */
.site-header .brand,
.site-footer .footer-brand{
    display:inline-flex !important;
    align-items:center !important;
    gap:12px !important;
    flex-shrink:0 !important;
    line-height:1.15 !important;
    text-decoration:none !important;
    max-width:100% !important;
}

.site-header .brand .brand-emblem,
.site-footer .footer-brand .brand-emblem{
    width:auto !important;
    object-fit:contain !important;
    flex:0 0 auto !important;
    margin:0 !important;
}

.site-header .brand .brand-emblem{
    height:62px !important;
    max-height:62px !important;
    padding:8px !important;
    border-radius:16px !important;
    background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08)) !important;
    border:1px solid rgba(214,166,64,.48) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.16) !important;
    backdrop-filter:blur(8px) !important;
    -webkit-backdrop-filter:blur(8px) !important;
    filter:drop-shadow(0 10px 20px rgba(0,0,0,.20)) !important;
}

.site-footer .footer-brand .brand-emblem{
    height:58px !important;
    max-height:58px !important;
    filter:brightness(0) invert(1) drop-shadow(0 10px 22px rgba(0,0,0,.22)) !important;
}

.site-header .brand .brand-text,
.site-footer .footer-brand .brand-text{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:stretch !important;
    gap:2px !important;
    color:#ffffff !important;
    text-shadow:0 2px 14px rgba(0,0,0,.28) !important;
}

.site-header .brand .brand-text{
    min-width:230px !important;
}

.site-footer .footer-brand .brand-text{
    min-width:245px !important;
}

.site-header .brand .brand-text strong,
.site-footer .footer-brand .brand-text strong,
.site-header .brand .brand-text small,
.site-footer .footer-brand .brand-text small{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    white-space:nowrap !important;
    font-family:'Cairo', Arial, sans-serif !important;
    font-style:normal !important;
}

.site-header .brand .brand-text strong,
.site-footer .footer-brand .brand-text strong{
    color:#ffffff !important;
    font-weight:800 !important;
    letter-spacing:.01em !important;
    word-spacing:.20rem !important;
}

.site-header .brand .brand-text small,
.site-footer .footer-brand .brand-text small{
    color:rgba(255,255,255,.92) !important;
    font-weight:700 !important;
    letter-spacing:.12em !important;
}

.site-header .brand .brand-text strong{font-size:1.02rem !important;}
.site-header .brand .brand-text small{font-size:.76rem !important;}
.site-footer .footer-brand .brand-text strong{font-size:1.10rem !important;}
.site-footer .footer-brand .brand-text small{font-size:.84rem !important;}

.site-footer .footer-brand{
    margin-bottom:18px !important;
}

html[data-theme="dark"] .site-header .brand .brand-emblem{
    background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05)) !important;
    border-color:rgba(214,166,64,.55) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12) !important;
    filter:drop-shadow(0 10px 24px rgba(85,221,255,.16)) drop-shadow(0 5px 12px rgba(0,0,0,.28)) !important;
}

html[data-theme="dark"] .site-footer .footer-brand .brand-emblem{
    filter:brightness(0) invert(1) drop-shadow(0 10px 24px rgba(85,221,255,.12)) drop-shadow(0 5px 12px rgba(0,0,0,.28)) !important;
}

@media(max-width:1180px){
    .site-header .brand{gap:11px !important;}
    .site-header .brand .brand-emblem{height:54px !important;max-height:54px !important;padding:7px !important;border-radius:14px !important;}
    .site-header .brand .brand-text{min-width:208px !important;}
    .site-footer .footer-brand .brand-text{min-width:225px !important;}
    .site-header .brand .brand-text strong{font-size:.94rem !important;}
    .site-header .brand .brand-text small{font-size:.70rem !important;}
}

@media(max-width:760px){
    .site-header .brand{gap:9px !important;min-width:0 !important;}
    .site-header .brand .brand-emblem{height:47px !important;max-height:47px !important;padding:6px !important;border-radius:13px !important;}
    .site-header .brand .brand-text{min-width:175px !important;}
    .site-footer .footer-brand{gap:10px !important;}
    .site-footer .footer-brand .brand-emblem{height:50px !important;max-height:50px !important;}
    .site-footer .footer-brand .brand-text{min-width:195px !important;}
    .site-header .brand .brand-text strong{font-size:.82rem !important;}
    .site-header .brand .brand-text small{font-size:.62rem !important;letter-spacing:.08em !important;}
    .site-footer .footer-brand .brand-text strong{font-size:.96rem !important;}
    .site-footer .footer-brand .brand-text small{font-size:.72rem !important;letter-spacing:.08em !important;}
}

@media(max-width:420px){
    .site-header .brand .brand-text{min-width:152px !important;}
    .site-footer .footer-brand .brand-text{min-width:178px !important;}
    .site-header .brand .brand-text strong{font-size:.76rem !important;}
    .site-header .brand .brand-text small{font-size:.57rem !important;}
    .site-header .brand .brand-emblem{height:40px !important;max-height:40px !important;padding:5px !important;border-radius:12px !important;}
}


/* =========================================================
   Final loader redesign
   Premium animated loading screen
========================================================= */
.site-loader{
    position:fixed !important;
    inset:0 !important;
    z-index:999999 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:18px !important;
    padding:28px !important;
    overflow:hidden !important;
    background:
        radial-gradient(circle at 50% 34%, rgba(214,166,64,.20), transparent 24%),
        radial-gradient(circle at 18% 18%, rgba(255,255,255,.08), transparent 24%),
        radial-gradient(circle at 82% 82%, rgba(214,166,64,.10), transparent 26%),
        linear-gradient(135deg,#031424 0%,#061f38 46%,#092b4d 100%) !important;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    transition:opacity .65s ease, visibility .65s ease, transform .65s ease !important;
}
.site-loader::before{
    content:"";
    position:absolute;
    width:min(560px,76vw);
    aspect-ratio:1;
    border-radius:50%;
    background:conic-gradient(from 90deg, transparent, rgba(214,166,64,.18), transparent 38%, rgba(255,255,255,.08), transparent 72%);
    filter:blur(.2px);
    animation:loaderOrbSpin 6.5s linear infinite;
    opacity:.92;
}
.site-loader::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, transparent 0 12%, rgba(255,255,255,.035) 12% 12.4%, transparent 12.4% 100%),
        linear-gradient(180deg, transparent 0 18%, rgba(214,166,64,.035) 18% 18.35%, transparent 18.35% 100%);
    background-size:86px 86px;
    mask-image:radial-gradient(circle at center, black, transparent 72%);
    opacity:.65;
}
.site-loader.hide{
    opacity:0 !important;
    visibility:hidden !important;
    transform:scale(1.015) !important;
}
.loader-mark{
    position:relative !important;
    z-index:2 !important;
    width:142px !important;
    height:142px !important;
    display:grid !important;
    place-items:center !important;
    margin:0 !important;
    filter:drop-shadow(0 22px 38px rgba(0,0,0,.28)) !important;
}
.loader-mark::before,
.loader-mark::after{
    content:"";
    position:absolute;
    inset:10px;
    border-radius:32px;
    background:linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06)) !important;
    border:1px solid rgba(214,166,64,.26);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}
.loader-mark::after{
    inset:22px;
    border-radius:24px;
    background:linear-gradient(145deg, rgba(214,166,64,.16), rgba(255,255,255,.06)) !important;
    border-color:rgba(255,255,255,.14);
}
.loader-ring{
    position:absolute !important;
    inset:0 !important;
    border-radius:50% !important;
    border:2px solid rgba(255,255,255,.10) !important;
    border-top-color:#f1c45f !important;
    border-left-color:rgba(241,196,95,.58) !important;
    animation:loaderSpin 1.05s linear infinite !important;
    box-shadow:0 0 0 7px rgba(214,166,64,.035), inset 0 0 24px rgba(255,255,255,.04) !important;
}
.loader-core{
    position:relative !important;
    z-index:3 !important;
    width:88px !important;
    height:88px !important;
    border-radius:24px !important;
    display:grid !important;
    place-items:center !important;
    background:rgba(255,255,255,.96) !important;
    border:1px solid rgba(214,166,64,.55) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.80), 0 16px 34px rgba(0,0,0,.18) !important;
    overflow:hidden !important;
}
.loader-core img{
    width:64px !important;
    height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
    object-fit:contain !important;
    filter:drop-shadow(0 6px 12px rgba(6,31,56,.18)) !important;
    animation:loaderLogoPulse 1.85s ease-in-out infinite !important;
}
.loader-text{
    position:relative !important;
    z-index:2 !important;
    margin:2px 0 0 !important;
    text-align:center !important;
    color:#ffffff !important;
    font-family:'Cairo',Arial,sans-serif !important;
    font-size:1.18rem !important;
    font-weight:900 !important;
    letter-spacing:.01em !important;
    text-shadow:0 8px 28px rgba(0,0,0,.35) !important;
    animation:loaderTextFade 1.55s ease-in-out infinite !important;
}
.loader-text::after{
    content:"Libyan Insurance Federation";
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.76);
    font-size:.76rem;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
}
@keyframes loaderOrbSpin{to{transform:rotate(360deg)}}
@keyframes loaderLogoPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.055)}}
@keyframes loaderTextFade{0%,100%{opacity:.78;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}
@media(max-width:640px){
    .loader-mark{width:124px !important;height:124px !important;}
    .loader-core{width:78px !important;height:78px !important;border-radius:22px !important;}
    .loader-core img{width:56px !important;height:56px !important;max-width:56px !important;max-height:56px !important;}
    .loader-text{font-size:1rem !important;}
    .loader-text::after{font-size:.66rem;letter-spacing:.11em;}
}
@media (prefers-reduced-motion: reduce){
    .loader-ring,.loader-mark::before,.loader-mark::after,.site-loader::before,.loader-core img,.loader-text{animation:none !important;}
}
