:root{--blue:#1E7BC4;--blue-dark:#0d4f8a;--blue-light:#eef5fc;--green:#4CAF82;--green-dark:#3a9469;--ink:#333;--muted:#5a7490;--border:#dce8f5;--bg:#f4f8fd;--white:#fff}
*{box-sizing:border-box;margin:0;padding:0}
html,body{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#333;background:#fff;overflow-x:hidden;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
a{text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:'Plus Jakarta Sans',sans-serif;letter-spacing:-.02em;color:var(--ink);font-weight:700}

/* OFFICE ANNOUNCEMENT POPUP */
.office-popup-overlay{position:fixed;inset:0;background:rgba(6,20,36,.65);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;visibility:hidden;transition:opacity .3s ease}
.office-popup-overlay.show{opacity:1;visibility:visible}
.office-popup-box{position:relative;max-width:920px;width:100%;transform:scale(.92);transition:transform .3s ease;display:flex;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35)}
.office-popup-overlay.show .office-popup-box{transform:scale(1)}
.office-popup-img{flex:1 1 62%;min-width:0}
.office-popup-img img{width:100%;height:100%;display:block;object-fit:cover}
.office-popup-form-wrap{flex:1 1 38%;padding:1.5rem 1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center}
.op-eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--green);text-transform:uppercase;margin-bottom:8px;display:flex;align-items:center;gap:6px;width:100%;max-width:270px}
.op-eyebrow::before{content:'';width:16px;height:2px;background:var(--green);border-radius:2px;flex-shrink:0}
.op-form-title{font-size:22px;margin-bottom:.4rem;color:#0d1f35;font-weight:800;width:100%;max-width:270px}
.op-form-sub{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:8px;width:100%;max-width:270px}
.op-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:270px}
.op-field{position:relative}
.op-field i{position:absolute;left:13px;top:12px;font-size:12px;color:var(--blue);opacity:.5;transition:opacity .2s;pointer-events:none}
.op-field-textarea i{top:14px}
.op-field:focus-within i{opacity:1}
.op-form-input{width:100%;padding:10px 12px 10px 34px;border:1.5px solid var(--border);border-radius:10px;font-size:13px;color:var(--ink);font-family:inherit;outline:none;transition:.2s;background:var(--bg)}
.op-form-input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(30,123,196,.1)}
.op-form-input::placeholder{color:#9fb0c2}
.op-form-textarea{resize:none;padding-top:10px}
.op-form-submit{width:100%;justify-content:center;font-size:13.5px;font-weight:700;padding:11px 18px;margin-top:.35rem;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;border:0;border-radius:10px;display:flex;align-items:center;gap:8px;letter-spacing:.02em;box-shadow:0 6px 16px rgba(76,175,130,.35);transition:.2s;cursor:pointer}
.op-form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(76,175,130,.45)}
.op-form-success{display:none;text-align:center;padding:1rem 0;width:100%;max-width:270px}
.op-form-success.show{display:block}
.op-form-success i{font-size:38px;color:var(--green);margin-bottom:.75rem}
.op-form-success p{font-size:13.5px;color:var(--muted);line-height:1.6}
.office-popup-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);border:none;color:var(--ink);font-size:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.2);transition:.2s;z-index:2}
.office-popup-close:hover{background:var(--blue);color:#fff;transform:rotate(90deg)}
@media(max-width:767px){.office-popup-box{flex-direction:column;max-height:88vh;overflow-y:auto}.office-popup-img{flex:0 0 auto;width:100%;height:auto}.office-popup-img img{width:100%;height:auto;object-fit:cover}}
@media(max-width:575px){.office-popup-form-wrap{padding:1.75rem}}

/* SCROLL JOIN TOAST */
.scroll-toast{position:fixed;left:20px;bottom:-320px;width:320px;max-width:calc(100vw - 40px);background:#fff;border-radius:18px;box-shadow:0 20px 50px rgba(13,79,138,.25);border:1px solid var(--border);padding:1.35rem 1.35rem 1.5rem;z-index:1500;transition:bottom .5s cubic-bezier(.34,1.56,.64,1);overflow:hidden}
.scroll-toast.show{bottom:20px}
.scroll-toast::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff7a30,#ffb347,#ff7a30);background-size:200% 100%;animation:stStripe 3s linear infinite}
@keyframes stStripe{0%{background-position:0% 0}100%{background-position:200% 0}}
.scroll-toast-close{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background:var(--bg);border:none;color:var(--muted);font-size:11px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:2}
.scroll-toast-close:hover{background:var(--blue);color:#fff}
.scroll-toast-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff7a30,#ff4d4d);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;margin-bottom:.8rem;box-shadow:0 4px 12px rgba(255,90,30,.35)}
.scroll-toast-main{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1rem}
.scroll-toast-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(270deg,#0d4f8a,#1E7BC4,#4CAF82,#0d4f8a);background-size:300% 300%;animation:aiGradient 6s ease infinite;color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}
.scroll-toast-title{font-size:14.5px;font-weight:800;color:#0d1f35;line-height:1.3;margin-bottom:3px}
.scroll-toast-text{font-size:12px;color:var(--muted);line-height:1.5}
.scroll-toast-timer{display:flex;align-items:center;justify-content:center;gap:6px;background:#0d1f35;border-radius:12px;padding:.65rem .5rem;margin-bottom:1rem}
.st-timer-unit{display:flex;flex-direction:column;align-items:center;min-width:34px}
.st-timer-n{font-family:'Playfair Display',serif;font-size:19px;font-weight:700;color:#fff;line-height:1}
.st-timer-l{font-size:8px;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}
.st-timer-sep{color:rgba(255,255,255,.35);font-weight:700;font-size:16px;transform:translateY(-4px)}
.scroll-toast-btn{display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;font-weight:700;font-size:13.5px;padding:10px 16px;border-radius:10px;transition:.2s;box-shadow:0 6px 16px rgba(76,175,130,.35)}
.scroll-toast-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(76,175,130,.45);color:#fff}
@media(max-width:575px){.scroll-toast{left:12px;width:calc(100vw - 24px);padding:1.2rem 1.2rem 1.35rem}}

/* AI MODE VERIFY MODAL */
.ai-modal-content{border:none;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35)}
.ai-modal-content .modal-body{padding:2.25rem 2rem;text-align:center}
.ai-modal-icon{width:60px;height:60px;border-radius:16px;margin:0 auto 1.1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(270deg,#0d4f8a,#1E7BC4,#4CAF82,#0d4f8a);background-size:300% 300%;color:#fff;font-size:24px;animation:aiGradient 6s ease infinite}
.ai-modal-title{font-size:20px;margin-bottom:.5rem}
.ai-modal-sub{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:1.5rem}
.ai-modal-input{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:10px;font-size:14.5px;color:var(--ink);font-family:inherit;outline:none;transition:border .2s;margin-bottom:1rem;text-align:center}
.ai-modal-input:focus{border-color:var(--blue)}
.ai-modal-submit{width:100%;justify-content:center;font-size:15px;padding:12px 20px}

/* AI MODE IFRAME OVERLAY */
.ai-frame-overlay{position:fixed;inset:0;background:#fff;z-index:2100;display:none}
.ai-frame-overlay.show{display:block}
.ai-frame-overlay iframe{display:block;width:100%;height:100%;border:none;margin:0;padding:0}
.ai-frame-close{position:fixed;top:16px;right:16px;width:42px;height:42px;border-radius:50%;background:rgba(6,20,36,.75);border:none;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2101;transition:.2s;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.ai-frame-close:hover{background:var(--blue);transform:rotate(90deg)}

/* TOPBAR */
.topbar{background:linear-gradient(90deg,#06243a 0%,#0b3b62 55%,#0077bd 100%);color:#cfe3f2;font-size:13px}
.topbar a{color:#cfe3f2;transition:.2s}.topbar a:hover{color:#fff}
.topbar-inner{display:flex;align-items:center;gap:18px;padding:8px 0;flex-wrap:wrap}
.topbar-contact{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar-contact span i{color:#4CAF82;margin-right:6px}
.topbar-pills{display:flex;align-items:center;gap:6px;margin-left:auto;flex-wrap:wrap}
.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#e6f1fa !important;font-size:12px;font-weight:500}
.pill:hover{background:rgba(255,255,255,.16);color:#fff !important}
.pill i{font-size:11px;color:#4CAF82}
.topbar-socials{display:flex;gap:6px;margin-left:6px}
.topbar-socials a{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:12px}
.topbar-socials a:hover{background:#4CAF82;border-color:#4CAF82;color:#fff}

/* HEADER */
.site-header-sticky{position:sticky;top:0;z-index:1030;background:#fff;box-shadow:0 2px 16px rgba(30,123,196,.08)}
.header-wrap{background:#fff;border-bottom:1px solid var(--border)}
#mainNavBar{background:#fff;border-bottom:1px solid var(--border)}
.navbar-ishrae{padding:8px 0}
.brand-logo{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand-logo img{height:52px;width:auto;display:block}
.brand-divider{width:1px;height:36px;background:var(--border)}
.brand-tag{line-height:1.2}
.brand-tag .t1{font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;color:var(--ink);font-size:14px}
.brand-tag .t2{font-size:11px;color:var(--muted);letter-spacing:.04em}
.header-cta{display:flex;align-items:center;gap:8px}
.btn-search{width:40px;height:40px;border-radius:50%;background:var(--bg);border:1px solid var(--border);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;transition:.2s}
.btn-search:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.btn-brand{background:var(--blue);color:#fff;font-weight:700;font-size:14px;padding:10px 20px;border-radius:8px;border:0;box-shadow:0 4px 14px rgba(30,123,196,.28);transition:.2s;display:inline-flex;align-items:center;gap:7px}
.btn-brand:hover{background:var(--blue-dark);color:#fff;transform:translateY(-1px)}
.btn-green{background:var(--green);color:#fff;font-weight:700;font-size:14px;padding:10px 20px;border-radius:8px;border:0;transition:.2s;display:inline-flex;align-items:center;gap:7px}
.btn-green:hover{background:var(--green-dark);color:#fff;transform:translateY(-1px)}
.btn-outline-ink{background:#fff;color:var(--ink);font-weight:600;font-size:14px;padding:9px 18px;border-radius:8px;border:1.5px solid var(--border)}
.btn-ai{position:relative;overflow:hidden;background:linear-gradient(270deg,#0d4f8a,#1E7BC4,#4CAF82,#0d4f8a);background-size:300% 300%;color:#fff !important;font-weight:700;font-size:14px;padding:10px 20px;border-radius:8px;border:0;display:inline-flex;align-items:center;gap:7px;box-shadow:0 4px 18px rgba(30,123,196,.4);animation:aiGradient 6s ease infinite;transition:transform .2s,box-shadow .2s}
.btn-ai:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 24px rgba(30,123,196,.55)}
.btn-ai i{animation:aiSparkle 1.6s ease-in-out infinite}
.btn-ai::after{content:'';position:absolute;top:0;left:-60%;width:35%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);animation:aiShimmer 2.6s ease-in-out infinite}
@keyframes aiGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes aiSparkle{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.18) rotate(10deg)}}
@keyframes aiShimmer{0%{left:-60%}100%{left:130%}}

/* NAV */
.nav-ishrae{display:flex;align-items:center;gap:2px}
.nav-ishrae .nav-link{color:var(--ink) !important;font-weight:600;font-size:14.5px;padding:9px 13px !important;border-radius:8px;display:inline-flex;align-items:center;gap:5px;transition:all .18s}
.nav-ishrae .nav-link i.fa-chevron-down{font-size:10px;opacity:.5;transition:transform .2s}
.nav-ishrae .nav-item.dropdown:hover>.nav-link i.fa-chevron-down{transform:rotate(180deg)}
.nav-ishrae .nav-link:hover,.nav-ishrae .nav-link.active{color:var(--blue) !important;background:var(--blue-light)}
.nav-ishrae .nav-link::after{display:none}

/* DROPDOWN */
.dropdown-menu{border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 30px rgba(30,123,196,.13);padding:6px 0;min-width:220px;animation:dropFade .15s ease}
@keyframes dropFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.dropdown-item{font-size:14px;color:var(--ink);padding:9px 18px;font-weight:500;display:flex;align-items:center;gap:6px;transition:background .15s,color .15s}
.dropdown-item:hover,.dropdown-item:focus{background:var(--blue-light);color:var(--blue)}
.dropdown-item i.fa-chevron-right{font-size:10px;margin-left:auto;opacity:.5}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;display:none;margin:0 0 0 2px}
.dropdown-submenu:hover>.dropdown-menu{display:block}

/* ANNOUNCEMENT */
.ann{background:var(--blue);padding:.6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.ann-tag{background:rgba(255,255,255,.18);color:#fff;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:3px 9px;border-radius:4px;flex-shrink:0;border:1px solid rgba(255,255,255,.25)}
.ann-text{font-size:14px;color:rgba(255,255,255,.9);font-style:italic}
.ann-link{color:rgba(255,255,255,.8);font-size:13px;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:4px;white-space:nowrap}
.ann-link:hover{color:#fff}

/* BUTTONS */
.btn{font-family:'Inter',sans-serif;font-size:14px;font-weight:600;padding:8px 18px;border-radius:7px;cursor:pointer;border:none;text-decoration:none;transition:all .18s;display:inline-flex;align-items:center;gap:6px}
.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}
.btn-outline:hover{background:var(--blue-light)}
.btn-fill{background:var(--blue);color:#fff}
.btn-fill:hover{background:var(--blue-dark)}
.hbtn-prim{background:var(--blue);color:#fff;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;padding:13px 28px;border-radius:8px;text-decoration:none;transition:all .18s;display:inline-flex;align-items:center;gap:7px;box-shadow:0 4px 14px rgba(30,123,196,.3)}
.hbtn-prim:hover{background:var(--blue-dark);transform:translateY(-1px)}
.hbtn-sec{background:#fff;color:var(--blue);font-family:'Inter',sans-serif;font-size:15px;font-weight:600;padding:13px 28px;border-radius:8px;border:1.5px solid #c5ddf4;text-decoration:none;transition:all .18s;display:inline-flex;align-items:center;gap:7px}
.hbtn-sec:hover{border-color:var(--blue);background:var(--blue-light)}
.btn-lnk{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:14px;font-weight:600;border:1.5px solid rgba(0,119,189,.25);padding:9px 18px;border-radius:7px;transition:all .2s;margin-top:28px}
a.btn-ghost{background:var(--blue);color:#fff;font-weight:700;font-size:14px;padding:10px 20px;border-radius:8px;transition:.25s;display:inline-flex;align-items:center;gap:8px}

/* HERO */
.hero{background:linear-gradient(160deg,#f0f7ff 0%,#e8f3fc 40%,#eef8f2 100%);position:relative;overflow:hidden;padding:10px 0;display:flex;flex-direction:column;justify-content:center}
.hero-arc-bg{position:absolute;top:-120px;right:-120px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(30,123,196,.08) 0%,transparent 70%);pointer-events:none}
.hero-arc-bg2{position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(76,175,130,.08) 0%,transparent 70%);pointer-events:none}
.hero-dots{position:absolute;top:0;right:0;width:52%;height:100%;opacity:.04;pointer-events:none;background-image:radial-gradient(circle,#1E7BC4 1px,transparent 1px);background-size:26px 26px}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:3.5rem;padding:1.5rem 2rem 2rem 2.5rem;max-width:1260px;margin:0 auto;width:100%}
.hero-pill{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--blue);font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:1.4rem;border:1px solid #c5ddf4;box-shadow:0 2px 8px rgba(30,123,196,.1)}
.hero-pill-dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}
.hero-h1{font-family:'Playfair Display',serif;font-size:56px;line-height:1.07;color:#000 !important;margin-bottom:1.2rem;letter-spacing:-.015em}
.hero-h1 .accent{color:#000 !important;font-style:italic}
.hero-tagline{font-size:16px;color:#000 !important;line-height:1.75;max-width:460px;margin-bottom:.6rem;font-weight:300}
.hero-tagline-bold{font-size:14px;color:#000 !important;font-weight:600;margin-bottom:1.75rem;letter-spacing:.02em}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:.5rem}
.hero-right{display:flex;flex-direction:column;gap:.85rem}
.hero-card-main{background:#fff;border:1px solid #d0e5f7;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(30,123,196,.1)}
.hero-card-img{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#0d4f8a 0%,#1E7BC4 55%,#4CAF82 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.play-btn{width:66px;height:66px;border-radius:50%;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;margin:0 auto 10px}
.play-btn:hover{background:rgba(255,255,255,.35);transform:scale(1.06)}
.play-btn i{font-size:26px;color:#fff}
.play-label{font-size:11px;color:rgba(255,255,255,.8);letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:0 1rem}
.hero-card-footer{padding:.9rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border)}
.hero-card-footer-t{font-size:14px;color:var(--ink);font-weight:500}
.badge-green{background:#e8f7f0;color:var(--green-dark);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 9px;border-radius:4px;border:1px solid #b8e8d0}
/* HERO EVENTS STRIP */
.hero-events-strip{position:relative;z-index:2;width:100%;border-top:1px solid rgba(30,123,196,.14);background:rgba(255,255,255,.55);backdrop-filter:blur(8px)}
.hero-events-inner{max-width:1260px;margin:0 auto;padding:1.5rem 2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.hev-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.25rem;transition:.2s;cursor:pointer}
.hev-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(30,123,196,.14);border-color:var(--blue)}
.hev-date{text-align:center;flex-shrink:0;background:var(--blue-light);border-radius:10px;padding:.5rem .7rem;min-width:52px}
.hev-dn{display:block;font-family:'Playfair Display',serif;font-size:22px;color:var(--blue);line-height:1;font-weight:700}
.hev-dm{display:block;font-size:9.5px;color:var(--blue-dark);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}
.hev-title{font-size:13.5px;font-weight:700;color:var(--ink);line-height:1.35}
.hev-loc{font-size:11.5px;color:var(--muted);margin-top:3px;display:flex;align-items:center;gap:4px}
.hev-loc i{font-size:11px;color:var(--blue)}
.hev-card-flagship{background:linear-gradient(135deg,#0d3a6e,#1E7BC4);border-color:transparent}
.hev-card-flagship .hev-date{background:rgba(255,255,255,.15)}
.hev-card-flagship .hev-dn{color:#fff}
.hev-card-flagship .hev-dm{color:rgba(255,255,255,.7)}
.hev-card-flagship .hev-title{color:#fff}
.hev-flagship-tag{color:#8ce0b0 !important;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:10.5px}
.hev-flagship-tag i{color:#8ce0b0}
@media(max-width:991px){.hero-events-inner{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:575px){.hero-events-inner{grid-template-columns:1fr;padding:1.25rem}}

/* PROMO BANNERS */
.promo-section{background:var(--blue);padding:1.5rem 2.5rem}
.promo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1200px;margin:0 auto}
.promo-card{display:flex;align-items:center;gap:1rem;border-radius:16px;padding:1.5rem;transition:.25s;text-decoration:none}
.promo-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(13,79,138,.14)}
.promo-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;flex-shrink:0}
.promo-body h4{font-size:15.5px;margin-bottom:.3rem;color:#0d1f35;line-height:1.3}
.promo-body p{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:.7rem}
.promo-btn{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:700;font-size:12.5px;padding:8px 14px;border-radius:8px;width:fit-content;transition:.2s}
.promo-btn i{font-size:12px}

.promo-card-blue{background:#eef5fc}
.promo-card-blue .promo-icon,.promo-card-blue .promo-btn{background:var(--blue)}
.promo-card-blue:hover .promo-btn{background:var(--blue-dark)}

.promo-card-indigo{background:#f0eeff}
.promo-card-indigo .promo-icon,.promo-card-indigo .promo-btn{background:#5b3fc8}
.promo-card-indigo:hover .promo-btn{background:#472fa8}

.promo-card-green{background:#e8f5ee}
.promo-card-green .promo-icon,.promo-card-green .promo-btn{background:var(--green)}
.promo-card-green:hover .promo-btn{background:var(--green-dark)}

.promo-card-amber{background:#fff8e6}
.promo-card-amber .promo-icon,.promo-card-amber .promo-btn{background:#c68a00}
.promo-card-amber:hover .promo-btn{background:#8a6000}

@media(max-width:575px){.promo-card{flex-direction:column;align-items:flex-start;text-align:left}}

/* SECTIONS */
.sec{padding:2.5rem 2.5rem}.sec-alt{background:var(--bg)}.sec-white{background:#fff}
.sec-max{max-width:1200px;margin:0 auto}
.eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.18em;color:var(--green);text-transform:uppercase;margin-bottom:6px;display:flex;align-items:center;gap:8px}
.eyebrow::before{content:'';width:22px;height:2px;background:var(--green);border-radius:2px}
.sec-h{font-family:'Playfair Display',serif;font-size:36px;color:#0d1f35;margin-bottom:.4rem;line-height:1.18}
.sec-sub{font-size:16px;color:var(--muted);max-width:540px;margin-bottom:2.2rem;font-weight:300;line-height:1.75}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}
.see-all{font-size:14px;font-weight:600;color:var(--blue);text-decoration:none;display:flex;align-items:center;gap:5px;white-space:nowrap;transition:gap .15s}
.see-all:hover{gap:8px}

/* PURPOSE / VISION / MISSION */
.pvm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.pvm-card{position:relative;border-radius:18px;overflow:hidden;min-height:290px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;padding:1.75rem;transition:.25s}
.pvm-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,20,36,.35) 0%,rgba(6,20,36,.85) 100%);z-index:1}
.pvm-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(13,79,138,.25)}
.pvm-num{position:absolute;top:1.25rem;right:1.5rem;font-family:'Playfair Display',serif;font-size:32px;font-weight:700;color:rgba(255,255,255,.45);line-height:1;z-index:2}
.pvm-card-inner{position:relative;z-index:2}
.pvm-title{font-size:19px;margin-bottom:.5rem;color:#fff}
.pvm-text{font-size:14.5px;color:rgba(255,255,255,.85);line-height:1.7}
@media(max-width:991px){.pvm-grid{grid-template-columns:1fr}}

/* TABS */
.tab-bar{display:flex;border-bottom:1.5px solid var(--border);margin-bottom:2rem;gap:0;overflow-x:auto}
.tb{font-family:'Inter',sans-serif;font-size:14px;font-weight:500;color:#7a96b0;background:transparent;border:none;border-bottom:2.5px solid transparent;padding:10px 18px;cursor:pointer;margin-bottom:-1.5px;transition:all .18s;white-space:nowrap}
.tb:hover{color:var(--blue)}.tb.on{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}
.tc{display:none;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.tc.on{display:grid}
.pc{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .22s;cursor:pointer;position:relative;overflow:hidden}
.pc::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--green));opacity:0;transition:opacity .22s;border-radius:12px 12px 0 0}
.pc:hover{border-color:#a8cce8;transform:translateY(-3px);box-shadow:0 8px 24px rgba(30,123,196,.11)}.pc:hover::before{opacity:1}
.pc-ico{width:44px;height:44px;background:var(--blue-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.pc-ico i{font-size:21px;color:var(--blue)}
.pc-t{font-size:15px;font-weight:700;color:#0d1f35;margin-bottom:5px}
.pc-d{font-size:13px;color:var(--muted);line-height:1.55}
.pc-lnk{margin-top:1rem;font-size:13px;color:var(--blue);font-weight:600;display:inline-flex;align-items:center;gap:4px;text-decoration:none;transition:gap .15s}
.pc-lnk:hover{gap:7px}

/* EVENTS */
.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.ev-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:all .22s;cursor:pointer}
.ev-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(30,123,196,.12);border-color:#a8cce8}
.ev-img{height:140px;position:relative;overflow:hidden}
.ev-img-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.ev-img-photo{width:100%;height:100%;display:block;object-fit:cover}
.ev-date-badge{position:absolute;top:12px;left:12px;background:#fff;border-radius:8px;padding:6px 10px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.ev-date-badge-n{font-family:'Playfair Display',serif;font-size:22px;color:var(--blue);line-height:1}
.ev-date-badge-m{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}
.ev-city{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.45);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:5px}
.ev-body{padding:1.1rem 1.25rem}
.ev-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:3px 8px;border-radius:4px;margin-bottom:.6rem;background:var(--blue-light);color:var(--blue)}
.ev-body h4{font-size:15px;font-weight:600;color:#0d1f35;line-height:1.4;margin-bottom:.35rem}
.ev-body p{font-size:13px;color:var(--muted);line-height:1.55}
.ev-body .reg{display:inline-flex;align-items:center;gap:4px;margin-top:.7rem;font-size:13px;font-weight:700;color:var(--blue);text-decoration:none;transition:gap .15s}
.ev-body .reg:hover{gap:7px}

/* NATIONAL EVENTS / COUNTDOWN CARDS */
.nev-card{--accent1:var(--blue);--accent2:var(--blue-dark);--accent-shadow:rgba(30,123,196,.18);background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 14px rgba(13,31,53,.05)}
.nev-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent1),var(--accent2))}
.nev-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px var(--accent-shadow);border-color:transparent}
.nev-card.t-green{--accent1:#3ab375;--accent2:#2e7a4f;--accent-shadow:rgba(58,179,117,.2)}
.nev-card.t-purple{--accent1:#8266e6;--accent2:#5b3fc8;--accent-shadow:rgba(91,63,200,.2)}
.nev-logo-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:.5rem}
.nev-logo-row .ev-tag{margin-bottom:0}
.nev-logo{height:52px;max-width:160px;object-fit:contain;flex-shrink:0}
.nev-head h4{font-size:16px;font-weight:700;color:#0d1f35;line-height:1.4;margin:.6rem 0 .35rem;letter-spacing:-.01em}
.ev-loc{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);line-height:1.5}
.nev-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:1.15rem 0}
.nev-cd-u{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:9px 4px;text-align:center;transition:.2s}
.nev-card:hover .nev-cd-u{border-color:color-mix(in srgb,var(--accent1) 35%,var(--border))}
.nev-cd-n{display:block;font-family:'Playfair Display',serif;font-size:20px;color:var(--accent1);line-height:1}
.nev-cd-l{display:block;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-top:3px}
.nev-stats{display:flex;justify-content:space-between;gap:6px;margin-bottom:1rem;padding-top:.9rem;border-top:1px dashed var(--border)}
.nev-stat{text-align:center}
.nev-stat-v{font-family:'Playfair Display',serif;font-size:17px;color:#0d1f35;line-height:1}
.nev-stat-l{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}
.nev-note{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:1.1rem;flex:1}
.nev-card .reg,.nev-card .nev-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:12px 18px;border-radius:11px;background:linear-gradient(135deg,var(--accent1),var(--accent2));color:#fff;font-size:13.5px;font-weight:700;letter-spacing:.02em;text-decoration:none;box-shadow:0 8px 18px var(--accent-shadow);transition:transform .2s ease,box-shadow .2s ease}
.nev-card .reg i,.nev-card .nev-btn i{transition:transform .2s ease}
.nev-card .reg:hover,.nev-card .nev-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px var(--accent-shadow)}
.nev-card .reg:hover i,.nev-card .nev-btn:hover i{transform:translateX(3px)}

/* CONFERENCE */
.conf-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;display:grid;grid-template-columns:1fr 1.5fr;box-shadow:0 4px 20px rgba(30,123,196,.08)}
.conf-left{background:linear-gradient(135deg,#0d4f8a 0%,#1E7BC4 100%);padding:2.5rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.conf-badge{text-align:center;border:1.5px solid rgba(255,255,255,.25);border-radius:14px;padding:2rem 2.5rem;background:rgba(255,255,255,.1);position:relative;z-index:1}
.cb-y{font-family:'Playfair Display',serif;font-size:56px;color:#fff;line-height:1}
.cb-l{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:4px}
.cb-div{width:36px;height:2px;background:var(--green);margin:1rem auto}
.cb-c{font-size:22px;font-weight:700;color:#fff}
.cb-d{font-size:13px;color:rgba(255,255,255,.65);margin-top:4px}
.conf-right{padding:2.5rem}
.conf-right h2{font-family:'Playfair Display',serif;font-size:26px;color:#0d1f35;margin-bottom:.75rem;line-height:1.35}
.conf-right p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:1.5rem}
.conf-meta{display:flex;gap:2rem;margin-bottom:1.75rem;flex-wrap:wrap}
.cm .cm-v{font-family:'Playfair Display',serif;font-size:26px;color:var(--blue)}
.cm .cm-l{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}

/* DIGITAL */
.dg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.dg-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.75rem;cursor:pointer;transition:all .22s;position:relative;overflow:hidden}
.dg-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--green));opacity:0;transition:opacity .22s}
.dg-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.dg-card:hover::after{opacity:1}
.dg-icon{width:52px;height:52px;background:var(--blue-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.dg-icon i{font-size:24px;color:var(--blue)}
.dg-card h3{font-size:16px;font-weight:700;color:#0d1f35;margin-bottom:.35rem}
.dg-card p{font-size:14px;color:var(--muted);line-height:1.6}
.dg-card a{display:inline-flex;align-items:center;gap:4px;margin-top:.9rem;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;transition:gap .15s}
.dg-card a:hover{gap:7px}

/* NEWS */
.ne-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem}
.news-list{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}
.ni{padding:1rem 1.25rem;display:flex;gap:1rem;align-items:flex-start;border-bottom:1px solid var(--border);transition:background .15s;cursor:pointer;text-decoration:none}
.ni:last-child{border-bottom:none}.ni:hover{background:var(--blue-light)}
.ni-tag{font-size:9.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:3px 8px;border-radius:4px;white-space:nowrap;margin-top:2px;flex-shrink:0}
.ni-tag.s{background:#eef5fc;color:var(--blue)}.ni-tag.p{background:#e8f5ee;color:#2e7a4f}
.ni-tag.d{background:#f0eeff;color:#5b3fc8}.ni-tag.a{background:#fff8e6;color:#7a5400}
.ni h4{font-size:14px;font-weight:500;color:#0d1f35;line-height:1.45;margin-bottom:2px}
.ni p{font-size:11px;color:#9ab0c5}
.evlist{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}
.ev-row{padding:13.2px 10px;display:flex;gap:1rem;align-items:center;border-bottom:1px solid var(--border);transition:background .15s;cursor:pointer}
.ev-row:last-child{border-bottom:none}.ev-row:hover{background:var(--blue-light)}
.evd{background:var(--blue-light);border-radius:8px;padding:7px 10px;text-align:center;min-width:46px;flex-shrink:0;border:1px solid #c5ddf4}
.evd-n{font-family:'Playfair Display',serif;font-size:20px;color:var(--blue);line-height:1}
.evd-m{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}
.ev-row h4{font-size:14px;font-weight:500;color:#0d1f35;line-height:1.35}
.ev-row p{font-size:11px;color:#9ab0c5;margin-top:1px}

/* PRESENCE */
.presence-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.map-box{background:linear-gradient(135deg,#eef5fc,#e0f0e8);border-radius:16px;height:320px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);overflow:hidden}
.chapters-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}
.ch-item{display:flex;align-items:center;gap:7px;font-size:14px;color:var(--muted)}
.ch-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0}

/* TESTIMONIALS */
.tes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.tes-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.75rem}
.tes-q{font-size:42px;line-height:.7;font-family:'Playfair Display',serif;margin-bottom:.4rem;font-weight:700;color:#c5ddf4}
.tes-stars{color:#f6c21c;font-size:14px;margin-bottom:.35rem}
.tes-text{font-size:15px;color:#0d1f35;line-height:1.72;font-style:italic;margin-bottom:1.2rem}
.tes-author{display:flex;align-items:center;gap:.75rem}
.tes-av{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--green));display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;flex-shrink:0}
.tes-name{font-size:14px;font-weight:700;color:#0d1f35;line-height:1.2}
.tes-role{font-size:11px;color:var(--muted)}

/* JOIN */
.jb{background:var(--blue);padding:4rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;overflow:hidden}
.jb>*{position:relative;z-index:1}
.jb h2{font-family:'Playfair Display',serif;font-size:36px;color:#fff;margin-bottom:.75rem;line-height:1.2}
.jb p{color:rgba(255,255,255,.72);font-size:16px;font-weight:300;line-height:1.75;margin-bottom:1.75rem}
.jb-btns{display:flex;gap:10px;flex-wrap:wrap}
.jbb-w{background:#fff;color:var(--blue);font-family:'Inter',sans-serif;font-size:15px;font-weight:700;padding:13px 28px;border-radius:8px;text-decoration:none;transition:all .18s}
.jbb-w:hover{background:#eef5fc}
.jbb-o{background:transparent;color:#fff;font-family:'Inter',sans-serif;font-size:15px;font-weight:500;padding:13px 28px;border-radius:8px;border:1.5px solid rgba(255,255,255,.35);text-decoration:none;transition:all .18s}
.jbb-o:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.jb-bens{display:flex;flex-direction:column;gap:11px}
.jb-ben{display:flex;align-items:center;gap:10px;font-size:15px;color:rgba(255,255,255,.8)}
.jb-ben-ic{width:24px;height:24px;border-radius:6px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.jb-ben-ic i{font-size:13px;color:#fff}

/* LEGAL / POLICY PAGES */
.legal-content{padding:60px 0 70px}
.legal-box{border:1px solid var(--border);border-radius:16px;padding:40px;background:#fff}
@media (max-width:576px){.legal-box{padding:24px}}
.legal-content h2{font-size:21px;font-weight:700;margin:32px 0 12px;color:var(--blue-dark)}
.legal-content h2:first-child{margin-top:0}
.legal-content h3{font-size:16px;font-weight:700;margin:18px 0 8px;color:var(--ink)}
.legal-content p{font-size:15px;line-height:1.75;color:var(--muted);margin-bottom:14px}
.legal-content ul,.legal-content ol{padding-left:20px;margin-bottom:14px}
.legal-content li{font-size:15px;line-height:1.75;color:var(--muted);margin-bottom:8px}
.legal-content strong{color:var(--ink)}

/* FOOTER */
footer{background:#fff;color:#4a5b6e;padding:26px 0 0;border-top:1px solid var(--border)}
footer h6{color:#0d2137;font-size:14px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}
footer a{color:#4a5b6e;font-size:13.5px;line-height:1.2;display:inline-block;padding:1px 0;transition:.2s}
footer a:hover{color:var(--green)}
.foot-social a{width:30px;height:30px;border-radius:50%;background:rgba(13,33,55,.06);display:inline-flex;align-items:center;justify-content:center;margin-right:6px;color:#0d2137}
.foot-social a:hover{background:var(--green);color:#fff}
.foot-bottom{border-top:1px solid var(--border);margin-top:14px;padding:8px 0;font-size:13px;color:#5a7490}

/* REVEAL */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.reveal.visible{opacity:1;transform:none}

/* ══ ABOUT PAGE ══ */
.page-hero{background:linear-gradient(135deg,#06243a 0%,#0b3b62 55%,#1E7BC4 100%);padding:28px 0 26px;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;right:-80px;top:-80px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(76,175,130,.2) 0%,transparent 70%)}
.page-hero-inner{position:relative;z-index:2}
.page-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.5);margin-bottom:18px}
.page-breadcrumb a{color:rgba(255,255,255,.5)}.page-breadcrumb a:hover{color:#fff}
.page-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(76,175,130,.18);border:1px solid rgba(76,175,130,.4);color:#7de0a8;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}
.page-hero-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(36px,5vw,56px);font-weight:800;color:#fff;line-height:1.08;margin-bottom:18px;letter-spacing:-.025em}
.page-hero-title em{font-style:normal;color:#4CAF82}
.page-hero-sub{font-size:17px;color:rgba(255,255,255,.65);max-width:520px;line-height:1.72;font-weight:300}
.page-hero-stats{display:flex;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}
.ph-stat-n{font-family:'Plus Jakarta Sans',sans-serif;font-size:32px;font-weight:800;color:#fff;line-height:1}
.ph-stat-n span{color:#4CAF82}
.ph-stat-l{font-size:12px;color:rgba(255,255,255,.5);margin-top:4px;letter-spacing:.06em;text-transform:uppercase}

/* MY ISHRAE — LIVE STATISTICS */
.myi-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.myi-stat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:2.25rem 1.75rem;text-align:center;transition:.25s}
.myi-stat-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(30,123,196,.12);border-color:transparent}
.myi-stat-icon{width:56px;height:56px;border-radius:14px;margin:0 auto 1.1rem;display:flex;align-items:center;justify-content:center;background:var(--blue-light);color:var(--blue);font-size:22px}
.myi-stat-val{font-family:'Playfair Display',serif;font-size:38px;font-weight:700;color:#0d1f35;line-height:1;margin-bottom:.5rem}
.myi-stat-lbl{font-size:13.5px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:767px){.myi-stats-grid{grid-template-columns:1fr}}

.about-intro-section{padding:64px 0}
.about-intro-card{border:2px solid var(--border);border-radius:18px;padding:2.5rem 3rem;background:#fff;position:relative;overflow:hidden}
.about-intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:18px 18px 0 0}
.about-intro-card h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:18px;font-weight:800;letter-spacing:.1em;color:var(--blue);text-transform:uppercase;margin-bottom:1.25rem}
.about-intro-card p{font-size:16px;color:#444;line-height:1.9;margin-bottom:1rem}
.about-intro-card p:last-child{margin-bottom:0}
.about-intro-card strong{color:#0d1f35;font-weight:700}

/* COMING SOON PAGE */
.cs-section{background:var(--bg);min-height:70vh;display:flex;align-items:center;position:relative;padding:70px 1.25rem}
.cs-content{max-width:600px;width:100%;margin:0 auto;text-align:center;position:relative;background:#fff;border-radius:22px;padding:3.5rem 3rem;box-shadow:0 20px 50px rgba(13,79,138,.1);border:1px solid var(--border);overflow:hidden}
.cs-content::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--blue),var(--green))}
.cs-icon{width:88px;height:88px;border-radius:50%;margin:0 auto 1.75rem;display:flex;align-items:center;justify-content:center;background:var(--blue-light);border:1px solid var(--border);color:var(--blue);font-size:34px;position:relative}
.cs-icon::after{content:'';position:absolute;inset:-9px;border-radius:50%;border:2px solid var(--blue);opacity:.3;animation:csPulse 2.4s ease-out infinite}
@keyframes csPulse{0%{transform:scale(.9);opacity:.5}100%{transform:scale(1.35);opacity:0}}
.cs-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(24px,4vw,32px);font-weight:800;color:#0d1f35;margin-bottom:1rem;letter-spacing:-.02em}
.cs-text{font-size:15.5px;color:var(--muted);line-height:1.8;margin-bottom:2rem}
.cs-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cs-btn-prim{background:var(--green);color:#fff;font-weight:700;font-size:15px;padding:13px 28px;border-radius:8px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.cs-btn-prim:hover{background:var(--green-dark);color:#fff;transform:translateY(-1px)}
.cs-btn-sec{background:#fff;color:var(--blue);font-weight:600;font-size:15px;padding:13px 28px;border-radius:8px;border:1.5px solid var(--border);display:inline-flex;align-items:center;gap:7px;transition:.2s}
.cs-btn-sec:hover{border-color:var(--blue);background:var(--blue-light)}
@media(max-width:575px){.cs-section{padding:40px 1rem;min-height:60vh}.cs-content{padding:2.5rem 1.75rem}}

.objectives-section{padding:72px 0;background:var(--bg)}
.obj-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}
.obj-head .eyebrow{justify-content:center}
.obj-grid{display:grid;align-items:start}
.obj-left-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:32px;font-weight:800;color:#0d1f35;margin-bottom:1rem;line-height:1.2}
.obj-left-sub{font-size:16px;color:var(--muted);line-height:1.75;font-style:italic}
.obj-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0 2.5rem;margin-top:0}
.obj-list li{display:flex;gap:1.1rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}
.obj-list li:nth-child(-n+2){padding-top:0}
.obj-list li:nth-last-child(-n+2){border-bottom:none}
.obj-num{width:36px;height:36px;border-radius:10px;background:var(--blue);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.obj-list li p{font-size:15px;color:#333;line-height:1.7;font-weight:500;padding-top:4px}

.about-tabs-section{background:#fff;padding:72px 0}
.about-tab-bar{display:flex;border-bottom:2px solid var(--border);margin-bottom:2.5rem;overflow-x:auto}
.about-tb{font-family:'Inter',sans-serif;font-size:13px;font-weight:600;color:#8a9bb0;background:transparent;border:none;border-bottom:3px solid transparent;padding:12px 22px;cursor:pointer;margin-bottom:-2px;transition:all .18s;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase}
.about-tb:hover{color:var(--blue)}.about-tb.on{color:var(--blue);border-bottom-color:var(--blue)}
.about-tc{display:none}
.about-tc.on{display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:center}
.about-tab-img{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.14)}
.about-tab-img img{width:100%;height:240px;object-fit:cover;display:block}
.about-tab-body h3{font-size:20px;color:#0d1f35;margin-bottom:.85rem;font-weight:700}
.about-tab-body p{font-size:15px;color:#555;line-height:1.85;margin-bottom:1.5rem}
.btn-join-ishrae{background:var(--blue);color:#fff;font-size:15px;font-weight:600;padding:12px 28px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .18s;box-shadow:0 4px 14px rgba(30,123,196,.3)}
.btn-join-ishrae:hover{background:var(--blue-dark);transform:translateY(-1px)}

.govt-section{padding:72px 0;background:var(--bg)}
.govt-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.govt-img{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.16)}
.govt-img img{width:100%;height:420px;object-fit:cover;display:block}
.govt-text h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:28px;font-weight:800;color:#0d1f35;margin-bottom:1.25rem;line-height:1.3}
.govt-text p{font-size:15px;color:#555;line-height:1.85;margin-bottom:1.25rem}

/* RESPONSIVE */
@media(max-width:991px){
  .nav-ishrae{flex-direction:column;align-items:flex-start;padding:14px 0;gap:0}
  .nav-ishrae .nav-link{width:100%}
  .header-cta{width:100%;flex-direction:column;align-items:stretch;gap:10px;padding-top:10px;border-top:1px solid var(--border);margin-top:10px}
  .header-cta>a{width:100%;justify-content:center}
  .hero-inner{grid-template-columns:1fr;padding:3rem 1.5rem}
  .hero-right{display:none}
  .promo-strip{grid-template-columns:1fr 1fr}
  .events-grid,.conf-card,.ne-grid,.tes-grid,.presence-grid,.jb{grid-template-columns:1fr}
  .dg-grid{grid-template-columns:1fr 1fr}
  .obj-grid,.govt-grid{grid-template-columns:1fr;gap:2rem}
  .obj-list{grid-template-columns:1fr}
  .obj-list li:nth-child(-n+2){padding-top:1.25rem}
  .obj-list li:first-child{padding-top:0}
  .obj-list li:nth-last-child(-n+2){border-bottom:1px solid var(--border)}
  .obj-list li:last-child{border-bottom:none}
  .about-tc.on{grid-template-columns:1fr}
}
@media(max-width:575px){
  .topbar-pills{margin-left:0;width:100%}
  .brand-logo img{height:42px}
  .brand-divider,.brand-tag{display:none}
  .sec{padding:3rem 1.25rem}
  .promo-strip{grid-template-columns:1fr}
  .promo-section{padding:1.25rem}
  .about-intro-card{padding:1.75rem}
  .page-hero-stats{flex-wrap:wrap;gap:1.5rem}
}

/* ════════════════════════════════════════
   AIMS PAGE
════════════════════════════════════════ */
.aims-section{padding:72px 0;background:#fff}
.aims-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.aims-left h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:34px;font-weight:800;color:#0d1f35;line-height:1.2;margin-bottom:1rem}
.aims-left p{font-size:16px;color:#555;line-height:1.8}
.aims-list{list-style:none;padding:0;margin:0}
.aims-list li{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}
.aims-list li:last-child{border-bottom:none}
.aim-num{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--blue),#0d4f8a);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;box-shadow:0 4px 12px rgba(30,123,196,.3)}
.aims-list li p{font-size:15px;color:#333;line-height:1.75;margin:0;padding-top:6px}

/* Mission */
.mission-section{padding:72px 0;background:linear-gradient(135deg,#06243a 0%,#0b3b62 60%,#1E7BC4 100%);position:relative;overflow:hidden}
.mission-section::before{content:'';position:absolute;right:-100px;top:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(76,175,130,.15) 0%,transparent 70%);pointer-events:none}
.mission-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}
.mission-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(76,175,130,.18);border:1px solid rgba(76,175,130,.4);color:#7de0a8;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 14px;border-radius:999px;margin-bottom:14px}
.mission-badge span{width:6px;height:6px;border-radius:50%;background:#4CAF82;display:inline-block}
.mission-section h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(26px,4vw,42px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.25rem}
.mission-section p{font-size:16px;color:rgba(255,255,255,.72);line-height:1.8;max-width:620px;margin-bottom:2rem}
.btn-video{display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.25);color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:10px;text-decoration:none;transition:all .2s;backdrop-filter:blur(6px)}
.btn-video:hover{background:rgba(255,255,255,.2);color:#fff;transform:translateY(-2px)}
.btn-video-icon{width:42px;height:42px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mission-img-side{width:340px;flex-shrink:0}
.mission-img-side img{width:100%;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3)}

/* Quick Links */
.quicklinks-section{padding:72px 0;background:var(--bg)}
.quicklinks-section h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:32px;font-weight:800;color:#0d1f35;margin-bottom:.5rem}
.quicklinks-section .sub{font-size:16px;color:var(--muted);margin-bottom:2.5rem}
.ql-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.ql-card{background:#fff;border-radius:18px;padding:2rem 1.75rem;border:1px solid var(--border);transition:all .25s;text-decoration:none;display:block;position:relative;overflow:hidden}
.ql-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--green));transform:scaleX(0);transform-origin:left;transition:transform .3s}
.ql-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(30,123,196,.12);border-color:#a8cce8}
.ql-card:hover::after{transform:scaleX(1)}
.ql-icon{width:56px;height:56px;border-radius:16px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.ql-card h3{font-size:17px;font-weight:700;color:#0d1f35;margin-bottom:.6rem;line-height:1.3}
.ql-card p{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:1.25rem}
.ql-arrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--blue)}

/* Member Stories Slider */
.stories-section{padding:80px 0;background:#fff}
.stories-section .sec-heading{font-family:'Plus Jakarta Sans',sans-serif;font-size:32px;font-weight:800;color:#0d1f35;margin-bottom:.5rem}
.stories-section .sec-sub{font-size:16px;color:var(--muted);margin-bottom:3rem}
.story-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;margin:8px 12px;transition:all .25s;position:relative;overflow:hidden}
.story-card:hover{box-shadow:0 16px 40px rgba(30,123,196,.12);transform:translateY(-4px);border-color:#a8cce8}
.story-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}
.story-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid var(--blue-light);flex-shrink:0}
.story-name{font-size:16px;font-weight:700;color:#0d1f35;margin-bottom:4px}
.story-tag{display:inline-block;background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;letter-spacing:.04em}
.story-text{font-size:14px;color:#555;line-height:1.75;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.story-read{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--blue);text-decoration:none;transition:gap .15s}
.story-read:hover{gap:10px}
.slider-nav{display:flex;align-items:center;gap:10px;margin-top:2rem;justify-content:center}
.slick-arrow-btn{width:48px;height:48px;border-radius:12px;border:1.5px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--ink)}
.slick-arrow-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.slick-arrow-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.slider-dots-count{font-size:14px;font-weight:600;color:var(--muted);padding:0 6px}
.stories-slider .slick-dots{bottom:-32px}
.stories-slider .slick-dots li button:before{color:var(--border);font-size:8px}
.stories-slider .slick-dots li.slick-active button:before{color:var(--blue)}

/* Aims responsive */
@media(max-width:991px){
  .aims-grid{grid-template-columns:1fr;gap:2.5rem}
  .mission-inner{grid-template-columns:1fr}
  .mission-img-side{display:none}
  .ql-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:575px){
  .ql-grid{grid-template-columns:1fr}
  .aims-section,.mission-section,.quicklinks-section,.stories-section{padding:48px 0}
}

/* ════════════════════════════════════════
   OFFICE BEARERS / CHAPTERS PAGE
════════════════════════════════════════ */
.ob-page{background:var(--bg);padding:2rem 0 4rem}
.ob-wrap{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;align-items:start}

/* ── Sidebar ── */
.ob-sidebar{position:sticky;top:20px;max-height:calc(100vh - 100px);overflow-y:auto;background:#0d1f35;border-radius:16px;display:flex;flex-direction:column;scrollbar-color:var(--green) rgba(255,255,255,.08);scrollbar-width:thin}
.ob-sidebar::-webkit-scrollbar{width:7px}
.ob-sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.08)}
.ob-sidebar::-webkit-scrollbar-thumb{background:var(--green);border-radius:4px}
.ob-sidebar::-webkit-scrollbar-thumb:hover{background:var(--green-dark)}

.ob-sid-head{padding:1.5rem 1.25rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.07)}
.ob-sid-logo{font-size:10px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.3);text-transform:uppercase;margin-bottom:.85rem}
.ob-search-wrap{position:relative}
.ob-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:rgba(255,255,255,.3);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.ob-search{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 10px 8px 32px;color:#fff;font-size:13px;outline:none;transition:border .2s}
.ob-search:focus{border-color:rgba(76,175,130,.5);background:rgba(255,255,255,.1)}
.ob-search::placeholder{color:rgba(255,255,255,.25)}

.ob-sid-section{padding:.85rem 0}
.ob-sid-label{font-size:9.5px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.22);text-transform:uppercase;padding:0 1.25rem .6rem;display:block}
.region-btn{display:flex;align-items:center;gap:9px;width:100%;padding:.55rem 1.25rem;border:none;background:transparent;color:rgba(255,255,255,.5);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;text-align:left;position:relative}
.region-btn::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:0 3px 3px 0;background:transparent;transition:background .15s}
.region-btn:hover{background:rgba(255,255,255,.04);color:rgba(255,255,255,.85)}
.region-btn.active{background:rgba(255,255,255,.07);color:#fff}
.region-btn.active::before{background:var(--green)}
.region-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;opacity:.7}
.region-btn.active .region-dot{opacity:1}
.region-count{margin-left:auto;font-size:10.5px;font-weight:700;background:rgba(255,255,255,.08);padding:2px 7px;border-radius:20px;color:rgba(255,255,255,.4)}
.region-btn.active .region-count{background:rgba(76,175,130,.18);color:#7de0a8}

.ob-divider{height:1px;background:rgba(255,255,255,.07);margin:.25rem 0}

.sid-chapter-list{padding:.25rem 0 1.5rem}
.sid-chap-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;cursor:pointer;transition:background .15s;text-decoration:none}
.sid-chap-item:hover{background:rgba(255,255,255,.04)}
.sid-chap-init{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;flex-shrink:0;letter-spacing:-.5px}
.sid-chap-name{font-size:12px;color:rgba(255,255,255,.5);line-height:1.35;font-weight:500;transition:color .15s}
.sid-chap-item:hover .sid-chap-name{color:rgba(255,255,255,.85)}

/* ── Main content ── */
.ob-main{padding:1.5rem 1.25rem 1.5rem 1.5rem}
.ob-main-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;gap:1rem}
.ob-main-top h1{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(20px,2.5vw,28px);font-weight:800;color:#0d1f35;line-height:1.2;margin:0}
.ob-main-top p{font-size:13.5px;color:var(--muted);margin:.3rem 0 0}
.ob-kpi-strip{display:flex;gap:1.25rem;flex-shrink:0}
.ob-kpi{background:#fff;border:1px solid var(--border);border-radius:12px;padding:.6rem 1.1rem;text-align:center;min-width:70px}
.ob-kpi-val{font-size:20px;font-weight:800;color:var(--blue);line-height:1}
.ob-kpi-lbl{font-size:10px;font-weight:600;color:var(--muted);margin-top:2px;text-transform:uppercase;letter-spacing:.06em}

.ob-filter-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
.ob-active-region{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700}
.ob-result-count{font-size:13px;color:var(--muted)}

/* ── Chapter Cards Grid ── */
.chapters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.1rem}
.chap-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e2ecf5;transition:all .22s;display:flex;flex-direction:column;position:relative}
.chap-card:hover{box-shadow:0 14px 40px rgba(13,31,53,.1);transform:translateY(-4px);border-color:#bcd4ea}
.chap-card[style*="display:none"]{display:none!important}

.chap-card-stripe{height:5px;width:100%}
.chap-card-body{padding:1.35rem 1.35rem .75rem}
.chap-head{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.1rem}
.chap-avatar{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#fff;flex-shrink:0;letter-spacing:-.5px;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.chap-meta{flex:1;min-width:0}
.chap-name{font-size:15px;font-weight:700;color:#0d1f35;line-height:1.3;margin-bottom:4px}
.chap-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;letter-spacing:.05em}
.chap-badge .region-dot{width:6px;height:6px;opacity:1}

.chap-info-list{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.5rem}
.chap-info-row{display:flex;gap:.65rem;align-items:flex-start;font-size:12.5px;color:#4a5568;line-height:1.5}
.chap-info-row svg{width:13px;height:13px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.chap-info-row a{color:var(--blue);text-decoration:none;word-break:break-all}
.chap-info-row a:hover{text-decoration:underline}

.chap-card-foot{padding:.85rem 1.35rem;border-top:1px solid #eef3f8;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.chap-pres-info{min-width:0}
.chap-pres-tag{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);display:block;margin-bottom:1px}
.chap-pres-name{font-size:12.5px;font-weight:600;color:#0d1f35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chap-wall-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--blue);background:var(--blue-light);padding:6px 12px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:all .2s;flex-shrink:0}
.chap-wall-link:hover{background:var(--blue);color:#fff}
.chap-wall-link svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

.ob-empty{grid-column:1/-1;text-align:center;padding:5rem 1rem}
.ob-empty-icon{width:56px;height:56px;stroke:#cbd5e1;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 1rem;display:block}
.ob-empty h3{font-size:16px;font-weight:600;color:#94a3b8;margin-bottom:.4rem}
.ob-empty p{font-size:13px;color:#b0bec5}

/* ── Mobile sidebar toggle ── */
.ob-mobile-bar{display:none;background:#0d1f35;padding:.75rem 1rem;align-items:center;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}
.ob-mobile-bar::-webkit-scrollbar{height:0}
.ob-mobile-btn{border:1px solid rgba(255,255,255,.15)!important;border-radius:20px!important;border-left:1px solid rgba(255,255,255,.15)!important;padding:.4rem .9rem!important;font-size:12px!important;white-space:nowrap}
.ob-mobile-btn.active{border-color:var(--green)!important;background:rgba(76,175,130,.15)!important;color:#7de0a8!important}

@media(max-width:1024px){.ob-wrap{grid-template-columns:220px 1fr}.ob-main{padding:1.25rem}}
@media(max-width:768px){
  .ob-wrap{grid-template-columns:1fr}
  .ob-sidebar{display:none}
  .ob-mobile-bar{display:flex}
  .ob-main{padding:1rem}
  .ob-main-top{flex-direction:column;align-items:flex-start}
  .ob-kpi-strip{width:100%}
  .ob-kpi{flex:1}
  .ob-filter-bar{flex-direction:column;align-items:flex-start;gap:.5rem}
}
@media(max-width:480px){.chapters-grid{grid-template-columns:1fr}}

/* ════════════════════════════════════════
   COMMITTEE PAGE
════════════════════════════════════════ */
.comm-section{padding:2.5rem 0 4rem;background:var(--bg)}

/* Filter bar */
.comm-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.1rem 1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(30,123,196,.05)}
.comm-filter-left{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}
.comm-year-tag{display:inline-flex;align-items:center;gap:7px;background:var(--blue-light);color:var(--blue);font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;white-space:nowrap}
.comm-year-tag svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.comm-total{font-size:13px;color:var(--muted);font-weight:500}
.comm-total strong{color:var(--ink);font-weight:700}
.comm-filter-right{display:flex;align-items:center;gap:.6rem}
.comm-filter-right label{font-size:12.5px;font-weight:600;color:var(--muted);white-space:nowrap}
.comm-select-wrap{position:relative}
.comm-select-wrap svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.comm-select{appearance:none;-webkit-appearance:none;background:#fff;border:1.5px solid var(--border);border-radius:10px;padding:8px 34px 8px 12px;font-size:13px;font-weight:500;color:var(--ink);cursor:pointer;outline:none;transition:border .2s;min-width:220px}
.comm-select:focus{border-color:var(--blue)}

/* Section subheading */
.comm-sub-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
.comm-sub-head h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:20px;font-weight:700;color:#0d1f35;margin:0}
.comm-count-badge{font-size:12px;font-weight:700;background:var(--blue-light);color:var(--blue);padding:4px 12px;border-radius:20px}

/* Cards grid */
.comm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem}

/* Member card */
.cmem-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--border);transition:all .22s;text-align:center;position:relative}
.cmem-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(13,31,53,.1);border-color:#c5ddf4}

.cmem-hdr{height:88px;position:relative;flex-shrink:0}
.cmem-avatar{width:72px;height:72px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;position:absolute;left:50%;bottom:-28px;transform:translateX(-50%);border:4px solid #fff;box-shadow:0 4px 18px rgba(0,0,0,.14);letter-spacing:-.5px}

.cmem-body{padding:36px 1.25rem 1.5rem}
.cmem-name{font-size:15px;font-weight:700;color:#0d1f35;line-height:1.35;margin-bottom:.65rem}
.cmem-role{display:inline-block;font-size:11px;font-weight:700;padding:4px 13px;border-radius:20px;letter-spacing:.05em;text-transform:uppercase}

/* Empty state */
.comm-empty{grid-column:1/-1;text-align:center;padding:4.5rem 1rem}
.comm-empty svg{width:52px;height:52px;stroke:#cbd5e1;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 1rem;display:block}
.comm-empty p{font-size:14px;color:#94a3b8}

@media(max-width:768px){
  .comm-filter-bar{flex-direction:column;align-items:flex-start}
  .comm-select{min-width:100%;width:100%}
  .comm-filter-right{width:100%}
}
@media(max-width:576px){
  .comm-grid{grid-template-columns:repeat(2,1fr)}
  .cmem-name{font-size:13.5px}
}
@media(max-width:380px){
  .comm-grid{grid-template-columns:1fr}
}

/* ════════════════════════════════════════
   AFFILIATES PAGE
════════════════════════════════════════ */
.aff-page{padding:0 0 4rem;background:var(--bg)}

/* Intro */
.aff-intro{padding:2.5rem 0;background:#fff;border-bottom:1px solid var(--border)}
.aff-intro-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start}
.aff-intro-text{font-size:16px;color:#333;line-height:1.85;margin-bottom:1.25rem}
.aff-callout{display:flex;gap:.85rem;align-items:flex-start;background:var(--blue-light);border-left:4px solid var(--blue);border-radius:0 12px 12px 0;padding:1rem 1.25rem}
.aff-callout svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.aff-callout p{font-size:13.5px;color:#2a4e72;margin:0;line-height:1.65}
.aff-kpis{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}
.aff-kpi{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1rem 1.5rem;text-align:center;min-width:130px}
.aff-kpi-val{font-size:26px;font-weight:800;color:var(--blue);line-height:1;font-family:'Plus Jakarta Sans',sans-serif}
.aff-kpi-lbl{font-size:11px;color:var(--muted);font-weight:600;margin-top:3px;text-transform:uppercase;letter-spacing:.06em}

/* Tab switcher */
.aff-tabs-wrap{padding:2rem 0 0;background:var(--bg)}
.aff-tab-bar{display:flex;gap:.5rem;border-bottom:2px solid var(--border);margin-bottom:2rem}
.aff-tab-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.4rem;border:none;background:transparent;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:all .18s;border-radius:0;white-space:nowrap}
.aff-tab-btn:hover{color:var(--ink)}
.aff-tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}
.aff-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:20px;font-size:11px;font-weight:700;background:var(--border);color:var(--muted);padding:0 6px}
.aff-tab-btn.active .aff-tab-count{background:var(--blue-light);color:var(--blue)}
.aff-tab-panel{display:none}
.aff-tab-panel.on{display:block}

/* Logo cards grid */
.aff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.1rem}
.aff-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .22s;display:flex;flex-direction:column;cursor:default}
.aff-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(30,123,196,.1);border-color:#a8cce8}
.aff-logo-box{padding:1.5rem 1.25rem 1.25rem;display:flex;align-items:center;justify-content:center;min-height:105px;background:#fff}
.aff-logo-box img{max-width:120px;max-height:68px;width:auto;height:auto;object-fit:contain;filter:grayscale(10%);transition:filter .2s}
.aff-card:hover .aff-logo-box img{filter:grayscale(0%)}
.aff-logo-placeholder{width:64px;height:64px;border-radius:14px;background:linear-gradient(135deg,var(--blue),#0d4f8a);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;letter-spacing:-.3px;text-align:center;line-height:1.2;padding:6px}
.aff-card-body{padding:.8rem 1.1rem 1.2rem;border-top:1px solid var(--border);flex:1;display:flex;flex-direction:column;gap:.45rem}
.aff-card-name{font-size:12.5px;font-weight:600;color:#0d1f35;line-height:1.45}
.aff-acronym{display:inline-block;font-size:10px;font-weight:700;padding:3px 9px;border-radius:6px;letter-spacing:.05em;align-self:flex-start}

/* Responsive */
@media(max-width:768px){
  .aff-intro-grid{grid-template-columns:1fr;gap:1.5rem}
  .aff-kpis{flex-direction:row;justify-content:flex-start}
  .aff-kpi{min-width:auto;flex:1}
}
@media(max-width:480px){
  .aff-grid{grid-template-columns:repeat(2,1fr)}
  .aff-tab-btn{padding:.6rem .9rem;font-size:13px}
}
@media(max-width:360px){
  .aff-grid{grid-template-columns:1fr}
}

/* ════════════════════════════════════════
   HONORS & AWARDS PAGE
════════════════════════════════════════ */
.honors-intro{padding:2rem 0 2.5rem;background:#fff;border-bottom:1px solid var(--border)}
.honors-intro-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}
.honors-intro-text{font-size:16px;color:#333;line-height:1.85}
.honors-stats{display:flex;gap:2.5rem;flex-shrink:0}
.h-stat{text-align:center}
.h-stat-val{font-size:30px;font-weight:800;color:var(--blue);font-family:'Plus Jakarta Sans',sans-serif;line-height:1}
.h-stat-lbl{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}

.honors-section{padding:2.5rem 0 4rem;background:var(--bg)}
.honors-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}

/* Award card */
.aw-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--border);transition:all .22s;display:flex;flex-direction:column;position:relative}
.aw-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(13,31,53,.09);border-color:#c5ddf4}
.aw-stripe{height:5px;width:100%;flex-shrink:0}
.aw-body{padding:1.5rem 1.75rem 1rem;flex:1;position:relative;overflow:hidden}
.aw-num{position:absolute;right:1rem;top:.5rem;font-size:64px;font-weight:900;font-family:'Plus Jakarta Sans',sans-serif;line-height:1;pointer-events:none;user-select:none;opacity:.06;color:#0d1f35}
.aw-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}
.aw-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.aw-title{font-size:17px;font-weight:700;color:#0d1f35;line-height:1.3;margin-bottom:.75rem;padding-right:3rem}
.aw-desc{font-size:13.5px;color:#4a5568;line-height:1.78}
.aw-foot{padding:.9rem 1.75rem;border-top:1px solid #f0f4f8;margin-top:auto}
.aw-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--blue);background:none;border:none;cursor:pointer;padding:0;transition:gap .15s}
.aw-btn:hover{gap:10px}
.aw-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:768px){
  .honors-intro-grid{grid-template-columns:1fr;gap:1.5rem}
  .honors-stats{justify-content:flex-start}
}
@media(max-width:640px){.honors-grid{grid-template-columns:1fr}}

/* ════════════════════════════════════════
   PRESIDENT WALL PAGE
════════════════════════════════════════ */
.pw-page{padding:2.5rem 0 4rem;background:var(--bg)}
.pw-desc-strip{background:#fff;border-bottom:1px solid var(--border);padding:2.25rem 2rem;display:flex;align-items:flex-start;gap:2.5rem;flex-wrap:wrap}
.pw-desc-text{flex:1;min-width:260px}
.pw-desc-text h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#0d1f35;line-height:1.3;margin-bottom:.75rem}
.pw-desc-text h2 span{color:var(--blue)}
.pw-desc-text p{font-size:15px;color:#444;line-height:1.85;margin:0}
.pw-desc-stats{display:flex;gap:1.5rem;flex-shrink:0;flex-wrap:wrap;align-items:center}
.pw-stat{text-align:center;padding:.75rem 1.25rem;background:var(--blue-light);border-radius:14px;min-width:90px}
.pw-stat-num{display:block;font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:var(--blue);line-height:1}
.pw-stat-lbl{display:block;font-size:10.5px;font-weight:600;color:var(--muted);margin-top:4px;text-transform:uppercase;letter-spacing:.06em}

/* Photo placeholder for presidents without images */
.pw-photo-placeholder{background:linear-gradient(135deg,#0d1f35 60%,#1E7BC4);display:flex;align-items:center;justify-content:center}
.pw-photo-placeholder .pw-initials{font-family:'Plus Jakarta Sans',sans-serif;font-size:38px;font-weight:800;color:rgba(255,255,255,.35);letter-spacing:.02em;user-select:none}

/* Modal ph rows with FA icons */
.pres-modal-ph{display:flex;align-items:center;gap:.85rem;background:var(--bg);border-radius:12px;padding:1.1rem 1.25rem;margin-bottom:.75rem;color:var(--muted);font-size:13.5px}
.pres-modal-ph i{width:18px;text-align:center;color:var(--blue);font-size:14px;flex-shrink:0}
.pres-modal-ph em{color:#aab}
.pres-modal-row i{width:16px;text-align:center;color:var(--muted);font-size:13px;flex-shrink:0;margin-top:1px}

.pw-grid-wrap{padding-top:2rem}
.pw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem;margin-bottom:1.75rem}

/* Card */
.pw-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--border);transition:all .22s;display:flex;flex-direction:column}
.pw-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(13,31,53,.1);border-color:#bcd4ea}

.pw-photo{position:relative;height:230px;overflow:hidden;background:#e8eef5}
.pw-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .35s}
.pw-card:hover .pw-photo img{transform:scale(1.06)}
.pw-year-pill{position:absolute;top:10px;left:10px;background:rgba(10,25,47,.72);backdrop-filter:blur(8px);color:#fff;font-size:10.5px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.04em}
.pw-latest-dot{position:absolute;top:10px;right:10px;width:9px;height:9px;border-radius:50%;background:#4CAF82;box-shadow:0 0 0 3px rgba(76,175,130,.3)}

.pw-card-body{padding:.95rem 1.1rem 1.05rem;flex:1;display:flex;flex-direction:column;gap:.3rem}
.pw-name{font-size:14.5px;font-weight:700;color:#0d1f35;line-height:1.35}
.pw-year-txt{font-size:12px;color:var(--muted);font-weight:500;margin-bottom:.5rem}
.pw-view-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:7px 10px;border:1.5px solid var(--border);border-radius:9px;background:#fff;font-size:12.5px;font-weight:700;color:var(--blue);cursor:pointer;transition:all .2s;margin-top:auto}
.pw-view-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.pw-view-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* Load More */
.pw-extra{display:none}
.pw-more-wrap{text-align:center;padding:1rem 0 .5rem}
.pw-load-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 30px;background:#fff;border:1.5px solid var(--border);border-radius:10px;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;transition:all .2s}
.pw-load-btn:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}
.pw-load-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Modal */
#presModal .modal-dialog{max-width:480px}
#presModal .modal-content{border:none;border-radius:22px;overflow:hidden;position:relative}
#presModal .modal-body{padding:0}
.pres-modal-inner{display:flex;flex-direction:column;align-items:center;padding-top:2.5rem}
.pres-modal-photo{width:110px;height:110px;border-radius:50%;overflow:hidden;border:4px solid var(--blue-light);box-shadow:0 8px 24px rgba(30,123,196,.22);flex-shrink:0}
.pres-modal-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.pres-modal-detail{width:100%;padding:1.5rem 2rem 2.25rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;max-height:60vh}
.pres-modal-year-tag{display:inline-flex;align-items:center;gap:7px;background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:700;padding:5px 13px;border-radius:20px;margin-bottom:.85rem;align-self:center}
.pres-modal-name{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#0d1f35;line-height:1.2;margin-bottom:1.5rem;text-align:center;align-self:center}
.pres-modal-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.9rem}
.pres-modal-row svg{width:15px;height:15px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.pres-modal-row span,.pres-modal-row a{font-size:14px;color:#333;line-height:1.55;word-break:break-all}
.pres-modal-row a{color:var(--blue);text-decoration:none}
.pres-modal-row a:hover{text-decoration:underline}
.pres-modal-hr{height:1px;background:var(--border);margin:1.25rem 0}
.pres-modal-ph{background:var(--bg);border-radius:12px;padding:1.1rem 1.25rem}
.pres-modal-ph-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:.4rem}
.pres-modal-ph-text{font-size:13px;color:#aab;font-style:italic}
.pres-modal-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.45);backdrop-filter:blur(6px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s}
.pres-modal-close:hover{background:rgba(0,0,0,.65)}
.pres-modal-close i{color:#fff;font-size:14px}

@media(max-width:640px){
  .pres-modal-detail{max-height:55vh}
  #presModal .modal-dialog{margin:.75rem}
}

/* Student Zone — Gallery Popup */
#szGalleryPopup .modal-dialog{max-width:520px}
.sz-popup-content{border-radius:18px;padding:0}
.sz-popup-content .carousel-item img{width:100%;height:auto;display:block;margin:0}
.sz-popup-close{position:absolute;top:14px;right:14px;z-index:5;background:#fff;border:none;border-radius:50%;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.25);transition:background .2s}
.sz-popup-close i{color:#000;font-size:15px}
.sz-popup-close:hover{background:#f0f0f0}
.sz-popup-content .carousel-control-prev,.sz-popup-content .carousel-control-next{width:44px;height:44px;top:50%;bottom:auto;transform:translateY(-50%);background:rgba(0,0,0,.45);border-radius:50%;opacity:1;transition:background .2s}
.sz-popup-content .carousel-control-prev{left:14px}
.sz-popup-content .carousel-control-next{right:14px}
.sz-popup-content .carousel-control-prev:hover,.sz-popup-content .carousel-control-next:hover{background:rgba(0,0,0,.65)}
.sz-popup-content .carousel-control-prev-icon,.sz-popup-content .carousel-control-next-icon{width:18px;height:18px}

/* ════════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════════ */
.contact-page{padding:3rem 0 0;background:var(--bg)}

/* Top split layout */
.contact-wrap{display:grid;grid-template-columns:1fr 1.35fr;gap:2rem;align-items:start;padding-bottom:3.5rem}

/* Left: info panel */
.contact-info-panel{display:flex;flex-direction:column;gap:1.25rem}
.contact-info-head{margin-bottom:.5rem}
.contact-info-head h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:26px;font-weight:800;color:#0d1f35;line-height:1.25;margin-bottom:.6rem}
.contact-info-head p{font-size:15px;color:var(--muted);line-height:1.75;margin:0}

.cinfo-card{background:#fff;border-radius:16px;border:1px solid var(--border);padding:1.35rem 1.4rem;display:flex;align-items:flex-start;gap:1rem;transition:box-shadow .2s,transform .2s}
.cinfo-card:hover{box-shadow:0 8px 28px rgba(13,31,53,.09);transform:translateY(-3px)}
.cinfo-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,var(--blue) 0%,#1565a8 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cinfo-icon i{color:#fff;font-size:18px}
.cinfo-body{flex:1;min-width:0}
.cinfo-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.4rem}
.cinfo-title{font-size:15px;font-weight:700;color:#0d1f35;margin-bottom:.35rem}
.cinfo-val{font-size:14px;color:#444;line-height:1.65}
.cinfo-val a{color:var(--blue);text-decoration:none;word-break:break-all}
.cinfo-val a:hover{text-decoration:underline}
.cinfo-val span{display:block}

/* Right: form card */
.contact-form-card{background:#fff;border-radius:20px;border:1px solid var(--border);padding:2.25rem 2rem;box-shadow:0 4px 24px rgba(13,31,53,.06)}
.contact-form-card h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:20px;font-weight:800;color:#0d1f35;margin-bottom:1.5rem}
.cf-group{margin-bottom:1.15rem}
.cf-group label{display:block;font-size:12.5px;font-weight:700;color:var(--ink);margin-bottom:.45rem;letter-spacing:.02em}
.cf-group input,
.cf-group textarea{width:100%;padding:11px 15px;border:1.5px solid var(--border);border-radius:11px;font-size:14.5px;color:var(--ink);background:#fafcff;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;resize:none}
.cf-group input::placeholder,
.cf-group textarea::placeholder{color:#b0bcc8}
.cf-group input:focus,
.cf-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,123,196,.1);background:#fff}
.cf-group textarea{height:120px}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.cf-submit{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:13px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--blue) 0%,#1565a8 100%);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .2s;margin-top:.25rem}
.cf-submit:hover{opacity:.9;transform:translateY(-1px)}
.cf-submit i{font-size:14px}

/* Map section */
.contact-map-section{background:#0d1f35;padding:0}
.contact-map-section iframe{width:100%;height:420px;display:block;border:none;filter:grayscale(15%)}

@media(max-width:991px){
  .contact-wrap{grid-template-columns:1fr;gap:1.75rem}
  .cf-row{grid-template-columns:1fr}
}
@media(max-width:576px){
  .contact-form-card{padding:1.5rem 1.25rem}
  .contact-map-section iframe{height:300px}
}

/* ════════════════════════════════════════
   ABBREVIATIONS PAGE
════════════════════════════════════════ */
.abbr-page{padding:0 0 4rem;background:var(--bg)}

/* Search bar */
.abbr-search-section{padding:1.75rem 0 1.5rem;background:#fff;border-bottom:1px solid var(--border)}
.abbr-search-box{position:relative;max-width:600px}
.abbr-search-box i{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:16px;pointer-events:none;z-index:1}
.abbr-search-box input{width:100%;padding:14px 52px 14px 50px;border:1.5px solid var(--border);border-radius:50px;font-size:15px;color:var(--ink);background:#f8fafd;outline:none;transition:all .22s;font-family:inherit;box-shadow:0 2px 10px rgba(13,31,53,.04)}
.abbr-search-box input::placeholder{color:#b8c5d1}
.abbr-search-box input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(30,123,196,.12),0 4px 18px rgba(13,31,53,.07);background:#fff}
.abbr-search-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.65rem;flex-wrap:wrap;gap:.5rem}
.abbr-total-count{font-size:12.5px;color:var(--muted)}
.abbr-result-count{font-size:12.5px;color:var(--blue);font-weight:700;min-height:18px}

/* Alphabet nav — dark gradient with horizontal scroll */
.abbr-alpha-wrap{background:linear-gradient(135deg,#0b1e35 0%,#1a4e7a 50%,#1E7BC4 100%);position:sticky;top:0;z-index:200;box-shadow:0 4px 24px rgba(8,20,40,.4)}
.abbr-alpha-nav{display:flex;gap:5px;padding:.7rem 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.abbr-alpha-nav::-webkit-scrollbar{display:none}
.alpha-btn{flex-shrink:0;min-width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13.5px;font-weight:700;color:rgba(255,255,255,.5);text-decoration:none;transition:all .18s;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.1)}
.alpha-btn:hover{background:rgba(255,255,255,.2);color:#fff;border-color:rgba(255,255,255,.3);transform:translateY(-1px)}
.alpha-btn.active{background:#fff;color:var(--blue);border-color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.3);transform:translateY(-1px)}

/* Sections */
.abbr-sections{padding-top:2.25rem}
.abbr-section{display:none;margin-bottom:2.5rem}
.abbr-section.active{display:block}
.abbr-section--empty{margin-bottom:1.25rem}
.abbr-sec-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.4rem 1.75rem;background:linear-gradient(120deg,#edf5ff 0%,#f3f8ff 100%);border-radius:18px;border:1px solid var(--border);position:relative;overflow:hidden}
.abbr-sec-head::after{content:attr(data-letter);position:absolute;right:-6px;top:50%;transform:translateY(-50%);font-size:96px;font-weight:900;color:rgba(30,123,196,.07);font-family:'Plus Jakarta Sans',sans-serif;line-height:1;pointer-events:none;user-select:none}
.abbr-section--empty .abbr-sec-head{padding:1rem 1.5rem;background:linear-gradient(120deg,#f8fafc 0%,#f2f5f9 100%)}
.abbr-section--empty .abbr-sec-head::after{color:rgba(30,123,196,.04)}
.abbr-sec-letter{font-family:'Plus Jakarta Sans',sans-serif;font-size:34px;font-weight:800;color:#fff;width:58px;height:58px;background:linear-gradient(135deg,var(--blue) 0%,#1565a8 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 5px 16px rgba(30,123,196,.3)}
.abbr-section--empty .abbr-sec-letter{background:linear-gradient(135deg,#8aa8c5 0%,#6b8ba4 100%);box-shadow:none;font-size:28px;width:48px;height:48px;border-radius:12px}
.abbr-sec-info h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:19px;font-weight:800;color:#0d1f35;margin:0 0 4px}
.abbr-section--empty .abbr-sec-info h3{font-size:16px;color:#5a7490}
.abbr-sec-info span{font-size:12.5px;color:var(--muted);font-weight:500}
.abbr-soon-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#8aa8c5;font-style:italic}

/* Entry grid — modern cards */
.abbr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.95rem}
.abbr-entry{background:#fff;border-radius:16px;border:1px solid var(--border);padding:1.2rem 1.4rem;transition:all .2s;position:relative;overflow:hidden}
.abbr-entry::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue) 0%,#4CAF82 100%);opacity:0;transition:opacity .2s}
.abbr-entry:hover{box-shadow:0 8px 30px rgba(13,31,53,.1);transform:translateY(-3px);border-color:#c5daf5}
.abbr-entry:hover::before{opacity:1}
.abbr-entry.hidden{display:none}
.abbr-entry-title{font-size:14.5px;font-weight:700;color:#0d1f35;margin-bottom:.45rem;line-height:1.3}
.abbr-entry-def{font-size:13.5px;color:#556;line-height:1.74}

/* No results */
.abbr-no-results{display:none;text-align:center;padding:3rem 1rem;color:var(--muted)}
.abbr-no-results i{font-size:38px;display:block;margin-bottom:.9rem;color:#cdd8e3}
.abbr-no-results p{font-size:15px;margin:0}
.abbr-no-results strong{color:var(--ink)}

@media(max-width:768px){
  .abbr-grid{grid-template-columns:1fr}
  .abbr-sec-head{padding:1rem 1.25rem}
  .abbr-sec-head::after{font-size:68px}
  .abbr-sec-letter{width:46px;height:46px;font-size:28px;border-radius:12px}
  .alpha-btn{min-width:34px;height:34px;font-size:12.5px}
}

/* ════════════════════════════════════════
   TECHNICAL ARTICLES PAGE
════════════════════════════════════════ */
.tech-page{padding:0 0 4rem;background:var(--bg)}
.tech-sections{padding-top:2.25rem}

/* Article card grid */
.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}
.tech-card{background:#fff;border-radius:18px;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:all .22s}
.tech-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(13,31,53,.1);border-color:#c0d9f0}
.tech-card.hidden{display:none}
.tech-card-stripe{height:4px;background:linear-gradient(90deg,var(--blue) 0%,#4CAF82 100%);flex-shrink:0}
.tech-card-body{padding:1.4rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.65rem}
.tech-card-cat{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);background:var(--blue-light);padding:4px 11px;border-radius:20px;align-self:flex-start}
.tech-card-cat i{font-size:9px}
.tech-card-title{font-size:15.5px;font-weight:700;color:#0d1f35;line-height:1.42}
.tech-card-desc{font-size:13.5px;color:#556;line-height:1.72;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.tech-card-foot{padding:.85rem 1.5rem;border-top:1px solid #f0f4f8;display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.tech-card-meta{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tech-read-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--blue);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:gap .15s;flex-shrink:0}
.tech-read-btn:hover{gap:10px}

/* Loading / error states */
.tech-loading{text-align:center;padding:3.5rem 1rem;color:var(--muted)}
.tech-loading i{font-size:30px;display:block;margin-bottom:.9rem;color:var(--blue)}
.tech-error{display:none;text-align:center;padding:3rem 1rem;color:var(--muted)}
.tech-error i{font-size:38px;display:block;margin-bottom:.9rem;color:#e0a458}
.tech-error p{font-size:15px;margin:0}

/* No results */
.tech-no-results{display:none;text-align:center;padding:3rem 1rem;color:var(--muted)}
.tech-no-results i{font-size:38px;display:block;margin-bottom:.9rem;color:#cdd8e3}
.tech-no-results p{font-size:15px;margin:0}
.tech-no-results strong{color:var(--ink)}

@media(max-width:768px){.tech-grid{grid-template-columns:1fr}}

/* Article detail modal */
.tech-modal-content{border:none;border-radius:20px;overflow:hidden}
.tech-modal-header{background:linear-gradient(120deg,#0b1e35 0%,#1a4e7a 50%,#1E7BC4 100%);border:none;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.tech-modal-header .btn-close{filter:invert(1) grayscale(1) brightness(2);opacity:.85}
.tech-modal-cat{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:#fff;background:rgba(255,255,255,.14);padding:6px 14px;border-radius:20px}
.tech-modal-body{padding:1.75rem}
.tech-modal-title{font-size:21px;font-weight:800;color:#0d1f35;line-height:1.35;margin-bottom:1rem}
.tech-modal-meta{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:1.1rem;border-bottom:1px solid var(--border)}
.tech-modal-meta-item{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;color:#556;font-weight:600}
.tech-modal-meta-item i{color:var(--blue)}
.tech-modal-desc{font-size:14.5px;color:#445;line-height:1.85;white-space:pre-line;margin:0}
.tech-modal-footer{border:none;padding:1.1rem 1.75rem 1.6rem;justify-content:flex-start}
.tech-modal-download{display:inline-flex;align-items:center;gap:9px;font-size:14.5px;font-weight:700;color:#fff;background:linear-gradient(90deg,var(--blue) 0%,#4CAF82 100%);padding:12px 26px;border-radius:12px;text-decoration:none;transition:all .2s;box-shadow:0 6px 18px rgba(30,123,196,.25)}
.tech-modal-download:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(30,123,196,.32);color:#fff}
@media(max-width:576px){.tech-modal-meta{gap:.75rem}}

/* ════════════════════════════════════════
   VIDEOS PAGE
════════════════════════════════════════ */
.vid-page{background:#fff;padding:2.5rem 0 4rem}

/* Two-column layout */
.vid-layout{display:grid;grid-template-columns:1fr 360px;gap:1.75rem;align-items:start}

/* ── Main player (left) ── */
.vid-main-col{min-width:0}
.vid-player-card{border-radius:18px;overflow:hidden;background:#000;box-shadow:0 8px 32px rgba(0,0,0,.18)}
.vid-embed-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.vid-embed-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}

/* Placeholder when no vimeo id */
.vid-placeholder{position:relative;padding-bottom:56.25%;overflow:hidden;background:#0b1a2c}
.vid-placeholder img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;display:block}
.vid-placeholder-over{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}
.vid-placeholder-over i{font-size:52px;color:rgba(255,255,255,.3)}
.vid-placeholder-over span{color:rgba(255,255,255,.4);font-size:13.5px;font-weight:500}

/* Info card below player */
.vid-info-card{background:#fff;border-radius:16px;padding:1.5rem 1.75rem;margin-top:1.1rem;border:1px solid var(--border);box-shadow:0 2px 10px rgba(30,123,196,.06)}
.vid-info-cat{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--blue);background:var(--blue-light);padding:4px 13px;border-radius:999px;display:inline-block;margin-bottom:.75rem}
.vid-info-title{font-size:20px;font-weight:800;color:#0d1f35;line-height:1.3;margin-bottom:1rem}
.vid-info-divider{height:1px;background:var(--border);margin-bottom:1rem}
.vid-info-author{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}
.vid-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#1565a8);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;flex-shrink:0;font-family:'Plus Jakarta Sans',sans-serif}
.vid-info-author-name{font-size:14.5px;font-weight:700;color:#0d1f35;line-height:1.2}
.vid-info-author-date{font-size:12px;color:var(--muted);margin-top:2px}
.vid-info-desc{font-size:14.5px;color:#4a5a6b;line-height:1.78;margin:0}

/* ── Sidebar (right) ── */
.vid-sidebar{background:#fff;border-radius:18px;overflow:hidden;position:sticky;top:80px;max-height:calc(100vh - 100px);display:flex;flex-direction:column;border:1px solid var(--border);box-shadow:0 2px 14px rgba(30,123,196,.07)}
.vid-sidebar-hd{padding:1rem 1.25rem;background:linear-gradient(135deg,#0d2137,#1E7BC4);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.vid-sidebar-hd-title{font-size:14px;font-weight:800;color:#fff;display:flex;align-items:center;gap:.5rem}
.vid-sidebar-hd-title i{font-size:13px;opacity:.8}
.vid-sidebar-count{font-size:11px;font-weight:700;color:rgba(255,255,255,.7);background:rgba(255,255,255,.12);padding:3px 10px;border-radius:20px}
.vid-sidebar-scroll{overflow-y:auto;flex:1;scrollbar-width:thin}
.vid-sidebar-scroll::-webkit-scrollbar{width:3px}
.vid-sidebar-scroll::-webkit-scrollbar-thumb{background:#c8dff5;border-radius:4px}

/* Sidebar video card */
.vid-scard{display:flex;gap:.75rem;padding:.9rem 1rem;cursor:pointer;transition:background .15s;border-bottom:1px solid #f0f4f9;position:relative}
.vid-scard:last-child{border-bottom:none}
.vid-scard:hover{background:var(--bg)}
.vid-scard.active{background:var(--blue-light)}
.vid-scard.active::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--blue);border-radius:0 2px 2px 0}
.vid-scard-thumb{position:relative;flex-shrink:0;width:110px;height:62px;border-radius:9px;overflow:hidden;background:#dce8f5}
.vid-scard-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}
.vid-scard:hover .vid-scard-thumb img{transform:scale(1.06)}
.vid-scard-play{position:absolute;inset:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:.15s}
.vid-scard:hover .vid-scard-play,.vid-scard.active .vid-scard-play{opacity:1}
.vid-scard.active .vid-scard-play{background:rgba(30,123,196,.28)}
.vid-scard-play i{color:#fff;font-size:14px;filter:drop-shadow(0 0 4px rgba(0,0,0,.4))}
.vid-scard-info{flex:1;min-width:0}
.vid-scard-title{font-size:12.5px;font-weight:700;color:#0d1f35;line-height:1.42;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vid-scard.active .vid-scard-title{color:var(--blue)}
.vid-scard-author{font-size:11.5px;color:var(--muted);font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vid-scard-date{font-size:11px;color:#b0bcc8}
.vid-now-tag{font-size:10px;font-weight:700;color:var(--blue);background:#fff;padding:2px 8px;border-radius:6px;display:inline-block;margin-top:3px;border:1px solid var(--blue)}

@media(max-width:1199px){.vid-layout{grid-template-columns:1fr 310px}}
@media(max-width:991px){
  .vid-layout{grid-template-columns:1fr}
  .vid-sidebar{position:static;max-height:420px}
}
@media(max-width:576px){
  .vid-info-title{font-size:17px}
  .vid-info-card{padding:1.1rem 1.25rem}
}


/* ════════════════════════════════════════
   ITC PAGE
════════════════════════════════════════ */
.itc-page{background:var(--bg);padding:0 0 5rem}
.itc-intro{padding:3rem 0;background:#fff;border-bottom:1px solid var(--border)}
.itc-intro-card{border:2px solid var(--border);border-radius:18px;padding:2.5rem 3rem;background:#fff;position:relative;overflow:hidden}
.itc-intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:18px 18px 0 0}
.itc-intro-card p{font-size:16px;color:#444;line-height:1.9;margin:0}
.itc-intro-card strong{color:#0d1f35;font-weight:700}
.itc-leadership{padding:3rem 0;background:var(--bg)}
.itc-leadership-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#0d1f35;margin-bottom:2rem}
.itc-leaders-row{display:flex;gap:2rem;flex-wrap:wrap}
.itc-leader-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;width:240px;transition:all .22s;flex-shrink:0;text-align:center}
.itc-leader-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(13,31,53,.1);border-color:#c5ddf4}
.itc-leader-card-stripe{height:5px;background:linear-gradient(90deg,var(--blue),var(--green))}
.itc-leader-img-wrap{position:relative;background:var(--blue-light);min-height:220px;display:flex;align-items:flex-end;justify-content:center}
.itc-leader-img-wrap img{width:100%;min-height:220px;max-height:280px;object-fit:cover;object-position:top center;display:block}
.itc-leader-body{padding:1.1rem 1.25rem 1.5rem}
.itc-leader-name{font-size:15px;font-weight:700;color:#0d1f35;margin-bottom:.4rem;line-height:1.35}
.itc-leader-role{display:inline-block;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.06em;background:var(--blue-light);color:var(--blue)}
.itc-publications{padding:3rem 0 0}
.itc-pub-heading{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}
.itc-pub-heading h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:26px;font-weight:800;color:#0d1f35;margin:0}
.itc-pub-list{display:flex;flex-direction:column;gap:2.5rem}
.itc-pub-item{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:all .22s}
.itc-pub-item:hover{box-shadow:0 12px 36px rgba(30,123,196,.1);border-color:#a8cce8}
.itc-pub-item-inner{display:grid;grid-template-columns:320px 1fr}
.itc-pub-img{position:relative;overflow:hidden;min-height:240px}
.itc-pub-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.itc-pub-item:hover .itc-pub-img img{transform:scale(1.04)}
.itc-pub-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,79,138,.55),rgba(30,123,196,.2))}
.itc-pub-content{padding:2rem 2.5rem}
.itc-pub-label{display:inline-flex;align-items:center;gap:7px;background:var(--blue-light);color:var(--blue);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 13px;border-radius:999px;margin-bottom:1rem;border:1px solid #c5ddf4}
.itc-pub-content h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:18px;font-weight:800;color:#0d1f35;margin-bottom:1.25rem;line-height:1.35}
.itc-pub-entries{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}
.itc-pub-entries li{display:flex;align-items:flex-start;gap:.85rem;font-size:14.5px;color:#333;line-height:1.65}
.itc-pub-entries li .num{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:var(--blue);color:#fff;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}
.itc-pub-item.highlight{border-color:#fdd835}
.itc-pub-item.highlight .itc-pub-label{background:#fff8e1;color:#7a5400;border-color:#ffe082}
.itc-pub-item.highlight .itc-pub-entries li .num{background:#f9a825}
.itc-pub-item.highlight:hover{border-color:#fdd835;box-shadow:0 12px 36px rgba(249,168,37,.15)}
@media(max-width:991px){.itc-pub-item-inner{grid-template-columns:1fr}.itc-pub-img{min-height:220px;max-height:260px}.itc-intro-card{padding:1.75rem}}
@media(max-width:768px){.itc-leaders-row{gap:1.25rem}.itc-leader-card{width:calc(50% - .625rem)}}
@media(max-width:480px){.itc-leader-card{width:100%}.itc-pub-content{padding:1.5rem}}

/* ════════════════════════════════════════
   E-JOURNAL PAGE
════════════════════════════════════════ */
.ej-page{background:var(--bg);padding:0 0 5rem}
.ej-intro{padding:3rem 0;background:#fff;border-bottom:1px solid var(--border)}
.ej-intro-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start}
.ej-intro-text{font-size:16px;color:#444;line-height:1.9}
.ej-intro-text p{margin-bottom:1rem}
.ej-intro-text p:last-child{margin-bottom:0}
.ej-intro-text strong{color:#0d1f35;font-weight:700}
.ej-affil{display:inline-flex;align-items:center;gap:.75rem;background:var(--blue-light);border:1px solid #c5ddf4;border-radius:12px;padding:.85rem 1.25rem;margin-top:1rem;font-size:13.5px;color:#2a4e72;font-weight:500;line-height:1.5}
.ej-affil i{font-size:20px;color:var(--blue);flex-shrink:0}
.ej-kpis{display:flex;flex-direction:column;gap:.85rem;flex-shrink:0}
.ej-kpi{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1rem 1.75rem;text-align:center;min-width:145px}
.ej-kpi-val{font-family:'Plus Jakarta Sans',sans-serif;font-size:28px;font-weight:800;color:var(--blue);line-height:1}
.ej-kpi-lbl{font-size:11px;font-weight:600;color:var(--muted);margin-top:4px;text-transform:uppercase;letter-spacing:.07em}
.ej-tabs-section{padding:2.5rem 0 0}
.ej-tab-bar{display:flex;gap:4px;overflow-x:auto;flex-wrap:wrap;border-bottom:2px solid var(--border);margin-bottom:2.5rem;-webkit-overflow-scrolling:touch}
.ej-tab-bar::-webkit-scrollbar{height:4px}
.ej-tab-bar::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
.ej-tab-btn{display:inline-flex;align-items:center;gap:6px;padding:.7rem 1.2rem;border:none;background:transparent;font-family:'Inter',sans-serif;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:all .18s;white-space:nowrap;border-radius:0}
.ej-tab-btn:hover{color:var(--ink)}
.ej-tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}
.ej-tab-count{min-width:20px;height:20px;border-radius:20px;font-size:10.5px;font-weight:700;padding:0 6px;background:var(--border);color:var(--muted);display:inline-flex;align-items:center;justify-content:center}
.ej-tab-btn.active .ej-tab-count{background:var(--blue-light);color:var(--blue)}
.ej-panel{display:none}
.ej-panel.active{display:block}
.ej-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(195px,1fr));gap:1.5rem}
.ej-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .22s;display:flex;flex-direction:column;cursor:pointer}
.ej-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(13,31,53,.12);border-color:#a8cce8}
.ej-thumb{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d4f8a,#1E7BC4);aspect-ratio:3/4}
.ej-thumb img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .35s}
.ej-card:hover .ej-thumb img{transform:scale(1.05)}
.ej-series-badge{position:absolute;top:10px;left:10px;font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:6px;backdrop-filter:blur(4px)}
.ej-series-badge.journal{background:rgba(30,123,196,.88);color:#fff;border:1px solid rgba(255,255,255,.2)}
.ej-series-badge.coldchain{background:rgba(13,79,138,.88);color:#b3d9f7;border:1px solid rgba(255,255,255,.15)}
.ej-card-body{padding:1rem 1.1rem .5rem;flex:1}
.ej-card-title{font-size:13.5px;font-weight:700;color:#0d1f35;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ej-card-foot{padding:.75rem 1.1rem 1rem}
.ej-view-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;background:var(--blue-light);border:1.5px solid #c5ddf4;color:var(--blue);font-size:12.5px;font-weight:700;border-radius:9px;cursor:pointer;transition:all .2s;text-decoration:none}
.ej-view-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.ej-view-btn i{font-size:13px}
.ej-empty{text-align:center;padding:5rem 1.5rem;background:#fff;border:1px solid var(--border);border-radius:20px}
.ej-empty-icon{width:60px;height:60px;border-radius:16px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
.ej-empty-icon i{font-size:28px;color:var(--blue)}
.ej-empty h3{font-size:17px;font-weight:700;color:#0d1f35;margin-bottom:.45rem}
.ej-empty p{font-size:14px;color:var(--muted);max-width:320px;margin:0 auto}
@media(max-width:991px){.ej-intro-grid{grid-template-columns:1fr;gap:1.5rem}.ej-kpis{flex-direction:row;flex-wrap:wrap}.ej-kpi{min-width:auto;flex:1;min-width:120px}}
@media(max-width:575px){.ej-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
@media(max-width:360px){.ej-grid{grid-template-columns:1fr}}

/* ════════════════════════════════════════
   JOURNAL (ADVERTISING) PAGE
════════════════════════════════════════ */
.jn-page{background:var(--bg);padding:0 0 5rem}

/* Ad specs section */
.jn-specs-section{padding:2.5rem 0 0;background:var(--bg)}
.jn-tab-bar{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:2.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.jn-tab-bar::-webkit-scrollbar{display:none}
.jn-tab-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;padding:.75rem 1.35rem;border:none;background:transparent;font-family:'Inter',sans-serif;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:all .18s;white-space:nowrap;border-radius:0}
.jn-tab-btn i{font-size:14px;opacity:.6}
.jn-tab-btn:hover{color:var(--ink);background:rgba(30,123,196,.03)}
.jn-tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}
.jn-tab-btn.active i{opacity:1;color:var(--blue)}

/* Panel */
.jn-panel{display:none}
.jn-panel.active{display:block}

/* Spec card */
.jn-spec-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:280px 1fr}
.jn-spec-visual{background:linear-gradient(135deg,#06243a 0%,#0b3b62 55%,#1E7BC4 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;gap:1.25rem;position:relative;overflow:hidden}
.jn-spec-visual::before{content:'';position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(76,175,130,.18) 0%,transparent 70%)}
.jn-ad-box{border:2px dashed rgba(255,255,255,.35);border-radius:8px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;position:relative}
.jn-ad-box-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}
.jn-ad-box-label span{display:block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.jn-ad-box-label strong{display:block;font-family:'Plus Jakarta Sans',sans-serif;font-size:15px;font-weight:800;color:#fff;margin-top:3px;line-height:1.2}
.jn-bleed-note{font-size:10.5px;color:rgba(255,255,255,.5);letter-spacing:.06em;text-align:center;position:relative;z-index:1}
.jn-format-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;position:relative;z-index:1}
.jn-format-badge i{font-size:13px;opacity:.8}

/* Spec content */
.jn-spec-content{padding:2.25rem 2.5rem}
.jn-spec-eyebrow{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;letter-spacing:.15em;color:var(--green);text-transform:uppercase;margin-bottom:.65rem}
.jn-spec-eyebrow::before{content:'';width:20px;height:2px;background:var(--green);border-radius:2px}
.jn-spec-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#0d1f35;margin-bottom:1.75rem;line-height:1.3}
.jn-spec-rows{display:flex;flex-direction:column;gap:1rem}
.jn-spec-row{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:14px;background:var(--bg);border:1px solid var(--border);transition:border-color .18s}
.jn-spec-row:hover{border-color:#c5ddf4}
.jn-spec-row-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.jn-spec-row-icon i{font-size:18px}
.jn-spec-row-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.3rem}
.jn-spec-row-val{font-size:14.5px;color:#333;line-height:1.65;font-weight:500}
.jn-spec-row-val strong{color:#0d1f35;font-weight:700}
.jn-spec-row.note{background:#fffde7;border-color:#ffe082}
.jn-spec-row.note .jn-spec-row-icon{background:#fff8c5}
.jn-spec-row.note .jn-spec-row-icon i{color:#c67c00}
.jn-spec-row.bleed .jn-spec-row-icon{background:var(--blue-light)}
.jn-spec-row.bleed .jn-spec-row-icon i{color:var(--blue)}
.jn-spec-row.trim .jn-spec-row-icon{background:#eefaf3}
.jn-spec-row.trim .jn-spec-row-icon i{color:#2e7a4f}
.jn-spec-row.nonbleed .jn-spec-row-icon{background:#f3f0ff}
.jn-spec-row.nonbleed .jn-spec-row-icon i{color:#673ab7}
.jn-spec-row.filetype .jn-spec-row-icon{background:#fce4ec}
.jn-spec-row.filetype .jn-spec-row-icon i{color:#c62828}
.jn-spec-row.resolution .jn-spec-row-icon{background:#e8f5e9}
.jn-spec-row.resolution .jn-spec-row-icon i{color:#2e7d32}
.jn-spec-row.color .jn-spec-row-icon{background:#e8eaf6}
.jn-spec-row.color .jn-spec-row-icon i{color:#3949ab}
.jn-spec-row.font .jn-spec-row-icon{background:#fbe9e7}
.jn-spec-row.font .jn-spec-row-icon i{color:#bf360c}

/* Govt interaction section */
.jn-govt-section{padding:3.5rem 0;background:#fff;border-top:1px solid var(--border);margin-top:3rem}
.jn-govt-inner{display:grid;grid-template-columns:1fr 420px;gap:3.5rem;align-items:center}
.jn-govt-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.18em;color:var(--green);text-transform:uppercase;margin-bottom:.6rem;display:flex;align-items:center;gap:8px}
.jn-govt-eyebrow::before{content:'';width:22px;height:2px;background:var(--green);border-radius:2px}
.jn-govt-heading{font-family:'Plus Jakarta Sans',sans-serif;font-size:26px;font-weight:800;color:#0d1f35;margin-bottom:1.25rem;line-height:1.3}
.jn-govt-heading span{color:var(--blue)}
.jn-govt-text p{font-size:15px;color:#444;line-height:1.88;margin-bottom:1.1rem}
.jn-govt-text p:last-child{margin-bottom:0}
.jn-govt-img{border-radius:20px;overflow:hidden;box-shadow:0 16px 50px rgba(13,31,53,.14);background:linear-gradient(135deg,#0d4f8a 0%,#1E7BC4 60%,#4CAF82 100%);min-height:340px;display:flex;align-items:center;justify-content:center;position:relative}
.jn-govt-img img{width:100%;height:100%;object-fit:cover;display:block}
.jn-govt-img-placeholder{text-align:center;padding:3rem}
.jn-govt-img-placeholder i{font-size:56px;color:rgba(255,255,255,.25);display:block;margin-bottom:1rem}
.jn-govt-img-placeholder span{font-size:13px;color:rgba(255,255,255,.4);font-weight:500;letter-spacing:.04em}

@media(max-width:991px){.jn-spec-card{grid-template-columns:1fr}.jn-spec-visual{min-height:220px;padding:2rem}.jn-govt-inner{grid-template-columns:1fr;gap:2rem}.jn-govt-img{min-height:240px}}
@media(max-width:576px){.jn-spec-content{padding:1.5rem}.jn-spec-row{padding:.85rem 1rem}}

/* ═══════════════════════════════════════════
   PAGE-SPECIFIC STYLES (auto-migrated)
═══════════════════════════════════════════ */

/* --- technical-group.html --- */
/* ═══════════════════════════════════════
   TECHNICAL GROUP PAGE
═══════════════════════════════════════ */
.tg-page { background: var(--bg); padding: 0 0 4rem; }

/* Intro strip */
.tg-intro { background: #fff; border-bottom: 1px solid var(--border); padding: 2.25rem 0; }
.tg-intro-grid { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: start; }
.tg-intro-text { font-size: 15.5px; color: #444; line-height: 1.88; }
.tg-intro-text p { margin-bottom: .85rem; }
.tg-intro-text p:last-child { margin: 0; }
.tg-callout { display: flex; gap: .85rem; align-items: flex-start; background: var(--blue-light); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; padding: 1rem 1.25rem; margin-top: 1.25rem; }
.tg-callout i { color: var(--blue); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.tg-callout p { font-size: 13.5px; color: #2a4e72; margin: 0; line-height: 1.65; }
.tg-callout a { color: var(--blue); font-weight: 600; text-decoration: none; }
.tg-callout a:hover { text-decoration: underline; }
.tg-kpis { display: flex; flex-direction: column; gap: .75rem; flex-shrink: 0; }
.tg-kpi { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 1rem 1.5rem; text-align: center; min-width: 130px; }
.tg-kpi-val { font-size: 26px; font-weight: 800; color: var(--blue); line-height: 1; font-family: 'Plus Jakarta Sans', sans-serif; }
.tg-kpi-lbl { font-size: 11px; color: var(--muted); font-weight: 600; margin-top: 3px; text-transform: uppercase; letter-spacing: .06em; }

/* Category filter bar */
.tg-filter-wrap { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 300; box-shadow: 0 3px 14px rgba(13,31,53,.06); }
.tg-filter-inner { display: flex; align-items: center; gap: .4rem; padding: .75rem 0; overflow-x: auto; scrollbar-width: none; }
.tg-filter-inner::-webkit-scrollbar { display: none; }
.tg-cat-btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: .45rem; padding: .48rem 1rem; border-radius: 999px; border: 1.5px solid var(--border); background: #fff; font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; transition: all .18s; white-space: nowrap; }
.tg-cat-btn:hover { border-color: #a8cce8; color: var(--ink); background: var(--bg); }
.tg-cat-btn.active { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 4px 12px rgba(30,123,196,.25); }
.tg-cat-btn .tg-cat-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: .7; }
.tg-cat-btn.active .tg-cat-dot { background: rgba(255,255,255,.7); opacity: 1; }
.tg-cat-count { display: inline-flex; align-items: center; justify-content: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 20px; font-size: 10.5px; font-weight: 700; background: rgba(30,123,196,.1); color: var(--blue); }
.tg-cat-btn.active .tg-cat-count { background: rgba(255,255,255,.2); color: #fff; }

/* Category sections */
.tg-sections { padding-top: 2rem; }
.tg-category { margin-bottom: 2.25rem; display: none; }
.tg-category.visible { display: block; }

/* Category heading */
.tg-cat-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; padding: 1.25rem 1.75rem; border-radius: 16px; border: 1px solid var(--border); position: relative; overflow: hidden; }
.tg-cat-head::after { content: attr(data-letter); position: absolute; right: -4px; top: 50%; transform: translateY(-50%); font-size: 88px; font-weight: 900; color: rgba(13,31,53,.05); font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1; pointer-events: none; user-select: none; }
.tg-cat-badge { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 14px; font-size: 18px; font-weight: 800; color: #fff; flex-shrink: 0; font-family: 'Plus Jakarta Sans', sans-serif; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.tg-cat-info h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 800; color: #0d1f35; margin: 0 0 3px; }
.tg-cat-info span { font-size: 12.5px; color: var(--muted); font-weight: 500; }
.tg-cat-grp-count { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; padding: 5px 13px; border-radius: 20px; background: rgba(255,255,255,.9); border: 1px solid var(--border); color: var(--muted); flex-shrink: 0; position: relative; z-index: 1; }

/* Group rows */
.tg-table-wrap { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.tg-table-header { display: grid; grid-template-columns: 110px 1fr 220px 178px; gap: 0; padding: .65rem 1.5rem; background: linear-gradient(120deg, #f0f6ff, #f5f9ff); border-bottom: 1px solid var(--border); }
.tg-th { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.tg-row { display: grid; grid-template-columns: 110px 1fr 220px 178px; gap: 0; padding: 1.1rem 1.5rem; border-bottom: 1px solid #f0f5fa; align-items: center; transition: background .15s; }
.tg-row:last-child { border-bottom: none; }
.tg-row:hover { background: #fafcff; }

/* Group code badge */
.tg-code { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: .04em; font-family: 'Plus Jakarta Sans', sans-serif; border: 1.5px solid transparent; }

/* Group name */
.tg-name { font-size: 14.5px; font-weight: 600; color: #0d1f35; line-height: 1.35; padding-right: 1rem; }

/* Chair info */
.tg-chair { display: flex; align-items: center; gap: 10px; }
.tg-chair-avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 1.5px solid var(--border); background: #f0f4f8; }
.tg-chair-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.tg-chair-name { font-size: 13.5px; font-weight: 600; color: #0d1f35; line-height: 1.3; }
.tg-chair-mem { font-size: 11px; color: var(--muted); font-weight: 500; }

/* Action buttons */
.tg-action-cell { display: flex; align-items: center; gap: 8px; }
.tg-join-btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 9px; font-size: 13px; font-weight: 700; cursor: pointer; border: 1.5px solid transparent; transition: all .18s; white-space: nowrap; }
.tg-join-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.tg-guide-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px; border: 1.5px solid var(--border); background: #fff; color: var(--muted); cursor: pointer; transition: all .18s; }
.tg-guide-btn:hover { background: var(--blue-light); color: var(--blue); border-color: #bdd8f4; transform: translateY(-1px); }

/* Guideline modal content */
.tgg-modal-body { max-height: 70vh; overflow-y: auto; }
.tgg-intro { font-size: 14px; color: #445; line-height: 1.8; margin: 0 0 1.1rem; }
.tgg-example { background: var(--blue-light); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; padding: 1rem 1.25rem; margin-bottom: 1.4rem; }
.tgg-example-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); margin-bottom: .6rem; }
.tgg-example-row { display: flex; flex-wrap: wrap; gap: 4px 8px; font-size: 13px; color: #2a4e72; line-height: 1.6; }
.tgg-example-row strong { color: #0d1f35; }
.tgg-section { margin-bottom: 1.4rem; }
.tgg-section:last-child { margin-bottom: 0; }
.tgg-section h5 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: #0d1f35; margin: 0 0 .65rem; display: flex; align-items: center; gap: 8px; }
.tgg-section h5 i { color: var(--blue); font-size: 14px; }
.tgg-section ul { margin: 0; padding-left: 1.25rem; }
.tgg-section li { font-size: 13.5px; color: #445; line-height: 1.75; margin-bottom: .5rem; }
.tgg-section li:last-child { margin-bottom: 0; }

/* Fallback theme for any category not covered by the named colour schemes below */
.tg-cat-head { background: linear-gradient(120deg, #f4f7fb, #f8fafd); }
.tg-cat-badge { background: linear-gradient(135deg, var(--blue), #0d4f8a); }
.tg-code { background: var(--blue-light); color: var(--blue); border-color: #bdd8f4; }
.tg-join-btn { background: var(--blue-light); color: var(--blue); border-color: #bdd8f4; }
.tg-join-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Category colour schemes */
/* A - FUNDAMENTALS */
.cat-a .tg-cat-head { background: linear-gradient(120deg, #eef5ff, #f5f9ff); }
.cat-a .tg-cat-badge { background: linear-gradient(135deg, #1E7BC4, #0d4f8a); }
.cat-a .tg-code { background: #eef5ff; color: #1E7BC4; border-color: #bdd8f4; }
.cat-a .tg-join-btn { background: #eef5ff; color: #1E7BC4; border-color: #bdd8f4; }
.cat-a .tg-join-btn:hover { background: #1E7BC4; color: #fff; border-color: #1E7BC4; }

/* B - ENVIRONMENTAL QUALITY */
.cat-b .tg-cat-head { background: linear-gradient(120deg, #eefaf3, #f5fdf7); }
.cat-b .tg-cat-badge { background: linear-gradient(135deg, #4CAF82, #2e7a4f); }
.cat-b .tg-code { background: #eefaf3; color: #2e7a4f; border-color: #b2dfcc; }
.cat-b .tg-join-btn { background: #eefaf3; color: #2e7a4f; border-color: #b2dfcc; }
.cat-b .tg-join-btn:hover { background: #4CAF82; color: #fff; border-color: #4CAF82; }

/* C - BUILDING PERFORMANCE */
.cat-c .tg-cat-head { background: linear-gradient(120deg, #edfafa, #f2fdfd); }
.cat-c .tg-cat-badge { background: linear-gradient(135deg, #0097a7, #006977); }
.cat-c .tg-code { background: #edfafa; color: #006977; border-color: #9cd8dd; }
.cat-c .tg-join-btn { background: #edfafa; color: #006977; border-color: #9cd8dd; }
.cat-c .tg-join-btn:hover { background: #0097a7; color: #fff; border-color: #0097a7; }

/* D - REFRIGERANTS & WATER */
.cat-d .tg-cat-head { background: linear-gradient(120deg, #f0f9ff, #e8f5ff); }
.cat-d .tg-cat-badge { background: linear-gradient(135deg, #0277bd, #01519e); }
.cat-d .tg-code { background: #e8f5ff; color: #01519e; border-color: #90caf5; }
.cat-d .tg-join-btn { background: #e8f5ff; color: #01519e; border-color: #90caf5; }
.cat-d .tg-join-btn:hover { background: #0277bd; color: #fff; border-color: #0277bd; }

/* E - VENTILATION */
.cat-e .tg-cat-head { background: linear-gradient(120deg, #f3f0ff, #f8f5ff); }
.cat-e .tg-cat-badge { background: linear-gradient(135deg, #673ab7, #4a148c); }
.cat-e .tg-code { background: #f3f0ff; color: #512da8; border-color: #c5b3e9; }
.cat-e .tg-join-btn { background: #f3f0ff; color: #512da8; border-color: #c5b3e9; }
.cat-e .tg-join-btn:hover { background: #673ab7; color: #fff; border-color: #673ab7; }

/* F - PASSIVE SYSTEMS */
.cat-f .tg-cat-head { background: linear-gradient(120deg, #fff8e6, #fffdf0); }
.cat-f .tg-cat-badge { background: linear-gradient(135deg, #f9a825, #e65100); }
.cat-f .tg-code { background: #fff8e6; color: #c67c00; border-color: #ffe082; }
.cat-f .tg-join-btn { background: #fff8e6; color: #c67c00; border-color: #ffe082; }
.cat-f .tg-join-btn:hover { background: #f9a825; color: #fff; border-color: #f9a825; }

/* G - A/C COMPONENTS */
.cat-g .tg-cat-head { background: linear-gradient(120deg, #eaecff, #f0f2ff); }
.cat-g .tg-cat-badge { background: linear-gradient(135deg, #3949ab, #1a237e); }
.cat-g .tg-code { background: #eaecff; color: #283593; border-color: #b3bce8; }
.cat-g .tg-join-btn { background: #eaecff; color: #283593; border-color: #b3bce8; }
.cat-g .tg-join-btn:hover { background: #3949ab; color: #fff; border-color: #3949ab; }

/* H - HVAC APPLICATIONS */
.cat-h .tg-cat-head { background: linear-gradient(120deg, #ffeef0, #fff5f6); }
.cat-h .tg-cat-badge { background: linear-gradient(135deg, #e53935, #b71c1c); }
.cat-h .tg-code { background: #ffeef0; color: #c62828; border-color: #f5b0b2; }
.cat-h .tg-join-btn { background: #ffeef0; color: #c62828; border-color: #f5b0b2; }
.cat-h .tg-join-btn:hover { background: #e53935; color: #fff; border-color: #e53935; }

/* I - INSTALLATION */
.cat-i .tg-cat-head { background: linear-gradient(120deg, #fff3e0, #fffaf0); }
.cat-i .tg-cat-badge { background: linear-gradient(135deg, #ff6f00, #e65100); }
.cat-i .tg-code { background: #fff3e0; color: #bf360c; border-color: #ffcc80; }
.cat-i .tg-join-btn { background: #fff3e0; color: #bf360c; border-color: #ffcc80; }
.cat-i .tg-join-btn:hover { background: #ff6f00; color: #fff; border-color: #ff6f00; }

/* J - BUILDING AUTOMATION */
.cat-j .tg-cat-head { background: linear-gradient(120deg, #e8fbe8, #f2fdf2); }
.cat-j .tg-cat-badge { background: linear-gradient(135deg, #388e3c, #1b5e20); }
.cat-j .tg-code { background: #e8fbe8; color: #2e7d32; border-color: #a5d6a7; }
.cat-j .tg-join-btn { background: #e8fbe8; color: #2e7d32; border-color: #a5d6a7; }
.cat-j .tg-join-btn:hover { background: #388e3c; color: #fff; border-color: #388e3c; }

/* K - REFRIGERATION */
.cat-k .tg-cat-head { background: linear-gradient(120deg, #e0f7fa, #edfcfd); }
.cat-k .tg-cat-badge { background: linear-gradient(135deg, #00838f, #005662); }
.cat-k .tg-code { background: #e0f7fa; color: #00697a; border-color: #80deea; }
.cat-k .tg-join-btn { background: #e0f7fa; color: #00697a; border-color: #80deea; }
.cat-k .tg-join-btn:hover { background: #00838f; color: #fff; border-color: #00838f; }

/* GH - HYDRONIC SYSTEMS */
.cat-gh .tg-cat-head { background: linear-gradient(120deg, #e4f5fb, #edfafe); }
.cat-gh .tg-cat-badge { background: linear-gradient(135deg, #0288d1, #01579b); }
.cat-gh .tg-code { background: #e4f5fb; color: #01579b; border-color: #81c9e8; }
.cat-gh .tg-join-btn { background: #e4f5fb; color: #01579b; border-color: #81c9e8; }
.cat-gh .tg-join-btn:hover { background: #0288d1; color: #fff; border-color: #0288d1; }

/* GP - PUMPS */
.cat-gp .tg-cat-head { background: linear-gradient(120deg, #e8f4ff, #f0f8ff); }
.cat-gp .tg-cat-badge { background: linear-gradient(135deg, #1565c0, #0d3c80); }
.cat-gp .tg-code { background: #e8f4ff; color: #1565c0; border-color: #9ec8f7; }
.cat-gp .tg-join-btn { background: #e8f4ff; color: #1565c0; border-color: #9ec8f7; }
.cat-gp .tg-join-btn:hover { background: #1565c0; color: #fff; border-color: #1565c0; }

/* ── JOIN MODAL ── */
#tgJoinModal .modal-dialog { max-width: 480px; }
#tgJoinModal .modal-content { border: none; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 80px rgba(13,31,53,.22); }
.tgm-header { padding: 1.75rem 1.75rem 1.25rem; border-bottom: 1px solid var(--border); position: relative; }
.tgm-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; font-weight: 800; color: #0d1f35; margin-bottom: .3rem; }
.tgm-sub { font-size: 13.5px; color: var(--muted); }
.tgm-body { padding: 1.5rem 1.75rem; }
.tgm-group-info { display: flex; align-items: center; gap: .85rem; background: var(--bg); border-radius: 12px; padding: 1rem 1.25rem; margin-bottom: 1.5rem; border: 1px solid var(--border); }
.tgm-group-code { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 11px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; flex-shrink: 0; }
.tgm-group-name { font-size: 14.5px; font-weight: 700; color: #0d1f35; line-height: 1.3; margin-bottom: 3px; }
.tgm-group-chair { font-size: 12px; color: var(--muted); }
.tgm-field-label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink); margin-bottom: .5rem; letter-spacing: .02em; }
.tgm-input { width: 100%; padding: 11px 15px; border: 1.5px solid var(--border); border-radius: 11px; font-size: 15px; color: var(--ink); background: #fafcff; outline: none; transition: border .2s, box-shadow .2s; font-family: inherit; }
.tgm-input::placeholder { color: #b0bcc8; }
.tgm-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,123,196,.1); background: #fff; }
.tgm-hint { font-size: 12px; color: var(--muted); margin-top: .4rem; display: flex; align-items: center; gap: 4px; }
.tgm-footer { padding: 1rem 1.75rem 1.5rem; display: flex; gap: .75rem; }
.tgm-submit { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border: none; border-radius: 11px; background: linear-gradient(135deg, var(--blue) 0%, #1565a8 100%); color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; transition: opacity .2s, transform .2s; font-family: inherit; }
.tgm-submit:hover { opacity: .9; transform: translateY(-1px); }
.tgm-cancel { padding: 12px 20px; border: 1.5px solid var(--border); border-radius: 11px; background: #fff; color: var(--muted); font-size: 14px; font-weight: 600; cursor: pointer; transition: all .18s; font-family: inherit; }
.tgm-cancel:hover { border-color: #a8cce8; color: var(--ink); }
.tgm-success { display: none; text-align: center; padding: 2rem 1.75rem; }
.tgm-success-icon { width: 64px; height: 64px; border-radius: 50%; background: #eefaf3; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; border: 2px solid #b2dfcc; }
.tgm-success-icon i { font-size: 26px; color: #4CAF82; }
.tgm-success h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800; color: #0d1f35; margin-bottom: .5rem; }
.tgm-success p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Responsive */
@media (max-width: 991px) {
  .tg-intro-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .tg-kpis { flex-direction: row; justify-content: flex-start; }
  .tg-kpi { min-width: auto; flex: 1; }
  .tg-table-header, .tg-row { grid-template-columns: 90px 1fr 170px 150px; }
}
@media (max-width: 768px) {
  .tg-table-header { display: none; }
  .tg-row { grid-template-columns: 1fr; gap: .5rem; padding: 1rem 1.25rem; }
  .tg-row:nth-child(odd) { background: #fafcff; }
  .tg-join-btn { width: fit-content; }
  .tg-action-cell { width: 100%; }
  .tgm-footer { flex-direction: column-reverse; }
}
@media (max-width: 480px) {
  .tg-cat-head { padding: 1rem 1.25rem; }
  .tg-cat-badge { width: 44px; height: 44px; font-size: 15px; border-radius: 11px; }
  .tg-kpis { flex-wrap: wrap; }
}

/* --- blog.html --- */
/* ═══════════════════════════════════════
   BLOG PAGE
═══════════════════════════════════════ */
.blog-page { background: var(--bg); padding: 2.5rem 0 4rem; }
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; align-items: start; }

/* Filter bar */
.blog-filter-bar { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.blog-filter-btn { display: inline-flex; align-items: center; gap: .4rem; padding: .42rem .95rem; border-radius: 999px; border: 1.5px solid var(--border); background: #fff; font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; transition: all .18s; white-space: nowrap; }
.blog-filter-btn:hover { border-color: #a8cce8; color: var(--ink); }
.blog-filter-btn.active { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 4px 12px rgba(30,123,196,.22); }

/* Section header */
.blog-sec-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; padding-bottom: .75rem; border-bottom: 2px solid var(--border); }
.blog-sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #0d1f35; margin: 0; display: flex; align-items: center; gap: .6rem; }
.blog-sec-title::before { content: ''; width: 4px; height: 18px; border-radius: 2px; background: var(--blue); display: inline-block; flex-shrink: 0; }
.blog-sec-link { font-size: 13px; font-weight: 600; color: var(--blue); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: gap .15s; }
.blog-sec-link:hover { gap: 7px; }

/* Blog card */
.blog-card { display: flex; gap: 1.1rem; background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; padding: 1rem; margin-bottom: 1rem; transition: all .22s; text-decoration: none; }
.blog-card:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(13,31,53,.09); border-color: #a8cce8; }
.blog-card-img { width: 175px; height: 128px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #0d4f8a 0%, #1E7BC4 55%, #4CAF82 100%); position: relative; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .32s; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.blog-card-img-placeholder i { font-size: 34px; color: rgba(255,255,255,.3); }
.blog-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .35rem; }
.blog-card-tag { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; padding: 3px 10px; border-radius: 20px; background: var(--blue-light); color: var(--blue); align-self: flex-start; }
.blog-card-title { font-size: 14.5px; font-weight: 700; color: #0d1f35; line-height: 1.42; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-decoration: none; }
.blog-card:hover .blog-card-title { color: var(--blue); }
.blog-card-excerpt { font-size: 13px; color: var(--muted); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.blog-card-meta { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin-top: auto; padding-top: .45rem; border-top: 1px solid #f0f5fa; }
.blog-meta-item { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; color: var(--muted); }
.blog-meta-item i { font-size: 10px; color: var(--blue); }

/* Popular blog cards */
.pop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.pop-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: all .2s; text-decoration: none; }
.pop-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(13,31,53,.09); border-color: #a8cce8; }
.pop-card-img { width: 100%; height: 110px; overflow: hidden; background: linear-gradient(135deg, #0d4f8a 0%, #1E7BC4 100%); position: relative; }
.pop-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.pop-card:hover .pop-card-img img { transform: scale(1.06); }
.pop-card-body { padding: .85rem; flex: 1; display: flex; flex-direction: column; gap: .3rem; }
.pop-card-title { font-size: 13px; font-weight: 700; color: #0d1f35; line-height: 1.42; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pop-card:hover .pop-card-title { color: var(--blue); }
.pop-card-date { font-size: 11px; color: var(--muted); margin-top: auto; display: flex; align-items: center; gap: 4px; }

/* ── Sidebar ── */
.blog-sidebar { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 1.1rem; }
.sb-widget { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.sb-widget-head { padding: .8rem 1.2rem; background: linear-gradient(130deg, #0d2137 0%, #1E7BC4 100%); }
.sb-widget-head h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800; color: #fff; margin: 0; text-transform: uppercase; letter-spacing: .12em; display: flex; align-items: center; gap: .5rem; }
.sb-widget-head h4 i { font-size: 13px; opacity: .8; }
.sb-widget-body { padding: .85rem 1.1rem; }
.sb-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .2rem; }
.sb-list li a { display: flex; align-items: center; justify-content: space-between; padding: .5rem .55rem; border-radius: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink); text-decoration: none; transition: background .15s, color .15s; }
.sb-list li a:hover { background: var(--blue-light); color: var(--blue); }
.sb-list li a:hover .sb-count { background: var(--blue-light); color: var(--blue); border-color: #bdd8f4; }
.sb-count { font-size: 11px; font-weight: 700; background: var(--bg); color: var(--muted); padding: 2px 8px; border-radius: 20px; border: 1px solid var(--border); }
.sb-mv-item { display: flex; gap: .75rem; padding: .6rem 0; border-bottom: 1px solid var(--border); }
.sb-mv-item:last-child { border-bottom: none; padding-bottom: 0; }
.sb-mv-img { width: 70px; height: 52px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #0d4f8a, #1E7BC4); }
.sb-mv-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sb-mv-info a { font-size: 12.5px; font-weight: 600; color: #0d1f35; line-height: 1.4; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sb-mv-info a:hover { color: var(--blue); }
.sb-mv-date { font-size: 11px; color: var(--muted); margin-top: 3px; display: flex; align-items: center; gap: 3px; }
.sb-nl-text { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: .75rem; }
.sb-nl-input { width: 100%; padding: 9px 13px; border: 1.5px solid var(--border); border-radius: 9px; font-size: 13.5px; color: var(--ink); background: var(--bg); outline: none; transition: border .2s; margin-bottom: .55rem; font-family: inherit; }
.sb-nl-input::placeholder { color: #b0bcc8; }
.sb-nl-input:focus { border-color: var(--blue); background: #fff; }
.sb-nl-btn { width: 100%; padding: 10px; border: none; border-radius: 9px; background: linear-gradient(135deg, var(--blue) 0%, #0d4f8a 100%); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity .2s, transform .2s; font-family: inherit; display: flex; align-items: center; justify-content: center; gap: 7px; }
.sb-nl-btn:hover { opacity: .9; transform: translateY(-1px); }

/* Divider between sections */
.blog-section-divider { height: 1px; background: var(--border); margin: 2rem 0 1.75rem; }

/* Responsive */
@media (max-width: 991px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .pop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .blog-card { flex-direction: column; }
  .blog-card-img { width: 100%; height: 185px; border-radius: 10px; }
  .pop-grid { grid-template-columns: 1fr; }
}

/* --- blog-details.html --- */
/* ═══════════════════════════════════════
   BLOG DETAIL PAGE
═══════════════════════════════════════ */
.blog-detail-page { background: var(--bg); padding: 2.5rem 0 4rem; }
.blog-detail-layout { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; align-items: start; }

/* ── Article ── */
.article-wrap { background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }

/* Featured banner */
.article-banner { height: 340px; background: linear-gradient(135deg, #06243a 0%, #0b3b62 45%, #1E7BC4 75%, #4CAF82 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.article-banner::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 28px 28px; }
.article-banner-content { position: relative; z-index: 1; text-align: center; padding: 2rem; }
.article-banner-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.article-banner-icon i { font-size: 36px; color: rgba(255,255,255,.85); }
.article-banner-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: .5rem; }

/* Article header */
.article-header { padding: 2rem 2.5rem 1.5rem; border-bottom: 1px solid var(--border); }
.article-category { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px; border-radius: 999px; background: var(--blue-light); color: var(--blue); margin-bottom: 1rem; border: 1px solid #bdd8f4; }
.article-title { font-family: 'Playfair Display', serif; font-size: 32px; color: #0d1f35; line-height: 1.25; margin-bottom: 1.25rem; }
.article-meta { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.article-meta-item { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); }
.article-meta-item i { font-size: 12px; color: var(--blue); }
.article-share { margin-left: auto; display: flex; align-items: center; gap: .5rem; }
.share-label { font-size: 12px; font-weight: 600; color: var(--muted); }
.share-btn { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--border); background: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: var(--muted); text-decoration: none; transition: all .18s; }
.share-btn:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: translateY(-2px); }

/* Article body */
.article-body { padding: 2rem 2.5rem; }
.article-body p { font-size: 16px; color: #3a4a5b; line-height: 1.88; margin-bottom: 1.25rem; }
.article-body h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 800; color: #0d1f35; margin: 2rem 0 .85rem; padding-bottom: .6rem; border-bottom: 2px solid var(--border); }
.article-body h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 700; color: #0d1f35; margin: 1.5rem 0 .6rem; }
.article-body ul, .article-body ol { padding-left: 1.4rem; margin-bottom: 1.25rem; }
.article-body li { font-size: 15.5px; color: #3a4a5b; line-height: 1.8; margin-bottom: .4rem; }
.article-body strong { color: #0d1f35; font-weight: 700; }

/* Callout / info box */
.article-callout { background: var(--blue-light); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; padding: 1.1rem 1.4rem; margin: 1.5rem 0; }
.article-callout p { margin: 0; font-size: 15px; color: #1a3d5e; }
.article-callout-green { background: #eefaf3; border-left-color: var(--green); }
.article-callout-green p { color: #1a4a2e; }

/* Key metrics cards */
.article-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.5rem 0; }
.article-metric { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 1.1rem 1.25rem; text-align: center; }
.article-metric-val { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--blue); font-weight: 700; line-height: 1; }
.article-metric-label { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 4px; text-transform: uppercase; letter-spacing: .06em; }

/* Data table */
.article-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 12px; border: 1px solid var(--border); }
.article-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-table thead { background: linear-gradient(120deg, #0d2137, #1E7BC4); }
.article-table thead th { padding: .85rem 1.25rem; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.article-table tbody tr { border-bottom: 1px solid var(--border); transition: background .15s; }
.article-table tbody tr:last-child { border-bottom: none; }
.article-table tbody tr:hover { background: var(--blue-light); }
.article-table tbody td { padding: .85rem 1.25rem; color: #3a4a5b; }
.article-table tbody td:first-child { font-weight: 600; color: #0d1f35; }

/* Classification cards */
.classif-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.25rem 0; }
.classif-card { border: 1px solid var(--border); border-radius: 14px; padding: 1.25rem; background: #fff; position: relative; overflow: hidden; }
.classif-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.classif-card h4 { font-size: 14px; font-weight: 800; color: #0d1f35; margin-bottom: .5rem; display: flex; align-items: center; gap: .5rem; }
.classif-card h4 i { font-size: 15px; color: var(--blue); }
.classif-card p { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0; }

/* Tags */
.article-tags { padding: 1.25rem 2.5rem; border-top: 1px solid var(--border); display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.tags-label { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.article-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 12px; border-radius: 999px; background: var(--bg); border: 1.5px solid var(--border); font-size: 12.5px; font-weight: 500; color: var(--ink); text-decoration: none; transition: all .18s; }
.article-tag:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

/* Author bio */
.author-bio { margin: 0 2.5rem 2rem; background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 1.4rem; display: flex; gap: 1.1rem; align-items: flex-start; }
.author-avatar { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), #0d4f8a); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; color: #fff; flex-shrink: 0; font-family: 'Plus Jakarta Sans', sans-serif; }
.author-bio-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 3px; }
.author-bio-name { font-size: 16px; font-weight: 700; color: #0d1f35; margin-bottom: .4rem; }
.author-bio-desc { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* Related articles */
.related-section { margin: 0 0 0; padding: 2rem 2.5rem; border-top: 1px solid var(--border); }
.related-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #0d1f35; margin-bottom: 1.25rem; display: flex; align-items: center; gap: .6rem; }
.related-title::before { content: ''; width: 4px; height: 18px; border-radius: 2px; background: var(--blue); display: inline-block; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.related-card { display: flex; gap: .75rem; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; padding: .75rem; background: var(--bg); transition: all .2s; text-decoration: none; }
.related-card:hover { background: #fff; border-color: #a8cce8; box-shadow: 0 4px 16px rgba(13,31,53,.08); transform: translateY(-2px); }
.related-card-img { width: 72px; height: 56px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #0d4f8a, #1E7BC4); }
.related-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.related-card-title { font-size: 12.5px; font-weight: 600; color: #0d1f35; line-height: 1.42; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.related-card:hover .related-card-title { color: var(--blue); }
.related-card-date { font-size: 11px; color: var(--muted); }

/* Comments section */
.comments-section { background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; margin-top: 1.5rem; }
.comments-head { padding: 1.25rem 1.75rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.comments-head h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #0d1f35; margin: 0; display: flex; align-items: center; gap: .6rem; }
.comments-head h3 i { font-size: 16px; color: var(--blue); }
.comments-badge { font-size: 12px; font-weight: 700; background: var(--blue-light); color: var(--blue); padding: 3px 11px; border-radius: 20px; }
.comments-empty { text-align: center; padding: 2.5rem 1rem; }
.comments-empty i { font-size: 38px; color: #d0dce8; display: block; margin-bottom: .85rem; }
.comments-empty p { font-size: 14.5px; color: var(--muted); }
.comment-form { padding: 1.5rem 1.75rem; border-top: 1px solid var(--border); }
.comment-form h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: #0d1f35; margin-bottom: 1.1rem; }
.cf-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin-bottom: .85rem; }
.cf-inp { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; color: var(--ink); background: var(--bg); outline: none; transition: border .2s; font-family: inherit; }
.cf-inp::placeholder { color: #b0bcc8; }
.cf-inp:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(30,123,196,.08); }
.cf-textarea { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; color: var(--ink); background: var(--bg); outline: none; transition: border .2s; font-family: inherit; height: 110px; resize: none; margin-bottom: .85rem; }
.cf-textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(30,123,196,.08); }
.cf-submit-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 28px; border: none; border-radius: 10px; background: linear-gradient(135deg, var(--blue) 0%, #0d4f8a 100%); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity .2s, transform .2s; font-family: inherit; }
.cf-submit-btn:hover { opacity: .9; transform: translateY(-1px); }

/* ── Sidebar (reused from blog.html) ── */
.blog-sidebar { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 1.1rem; }
.sb-widget { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.sb-widget-head { padding: .8rem 1.2rem; background: linear-gradient(130deg, #0d2137 0%, #1E7BC4 100%); }
.sb-widget-head h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800; color: #fff; margin: 0; text-transform: uppercase; letter-spacing: .12em; display: flex; align-items: center; gap: .5rem; }
.sb-widget-head h4 i { font-size: 13px; opacity: .8; }
.sb-widget-body { padding: .85rem 1.1rem; }
.sb-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .2rem; }
.sb-list li a { display: flex; align-items: center; justify-content: space-between; padding: .5rem .55rem; border-radius: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink); text-decoration: none; transition: background .15s, color .15s; }
.sb-list li a:hover { background: var(--blue-light); color: var(--blue); }
.sb-count { font-size: 11px; font-weight: 700; background: var(--bg); color: var(--muted); padding: 2px 8px; border-radius: 20px; border: 1px solid var(--border); }
.sb-mv-item { display: flex; gap: .75rem; padding: .6rem 0; border-bottom: 1px solid var(--border); }
.sb-mv-item:last-child { border-bottom: none; padding-bottom: 0; }
.sb-mv-img { width: 70px; height: 52px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #0d4f8a, #1E7BC4); }
.sb-mv-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sb-mv-info a { font-size: 12.5px; font-weight: 600; color: #0d1f35; line-height: 1.4; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sb-mv-info a:hover { color: var(--blue); }
.sb-mv-date { font-size: 11px; color: var(--muted); margin-top: 3px; }
.sb-nl-text { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: .75rem; }
.sb-nl-input { width: 100%; padding: 9px 13px; border: 1.5px solid var(--border); border-radius: 9px; font-size: 13.5px; color: var(--ink); background: var(--bg); outline: none; transition: border .2s; margin-bottom: .55rem; font-family: inherit; }
.sb-nl-input::placeholder { color: #b0bcc8; }
.sb-nl-input:focus { border-color: var(--blue); background: #fff; }
.sb-nl-btn { width: 100%; padding: 10px; border: none; border-radius: 9px; background: linear-gradient(135deg, var(--blue) 0%, #0d4f8a 100%); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity .2s; font-family: inherit; display: flex; align-items: center; justify-content: center; gap: 7px; }
.sb-nl-btn:hover { opacity: .9; }

/* Responsive */
@media (max-width: 991px) {
  .blog-detail-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .article-metrics { grid-template-columns: 1fr 1fr; }
  .classif-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .article-header { padding: 1.5rem 1.25rem 1.1rem; }
  .article-body { padding: 1.5rem 1.25rem; }
  .article-title { font-size: 24px; }
  .article-tags { padding: 1rem 1.25rem; }
  .author-bio { margin: 0 1.25rem 1.5rem; }
  .related-section { padding: 1.5rem 1.25rem; }
  .article-metrics { grid-template-columns: 1fr; }
  .cf-row2 { grid-template-columns: 1fr; }
  .comment-form { padding: 1.25rem; }
  .comments-head { padding: 1rem 1.25rem; }
  .article-banner { height: 220px; }
}

/* --- dl-list.html --- */
/* ═══════════════════════════════════════
   DL LIST PAGE
═══════════════════════════════════════ */
.dl-page { background: var(--bg); padding: 0 0 4rem; }

/* Filter Card */
.dl-filter-section { background: #fff; border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.dl-filter-card { display: flex; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
.dl-filter-group { display: flex; flex-direction: column; gap: .4rem; flex: 1; min-width: 190px; }
.dl-filter-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.dl-select-wrap { position: relative; }
.dl-select-wrap i { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 12px; color: var(--muted); pointer-events: none; }
.dl-select {
  width: 100%; padding: 10px 36px 10px 14px;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-size: 13.5px; font-weight: 500; color: var(--ink);
  background: #fafcff; outline: none; cursor: pointer;
  transition: border .2s, box-shadow .2s;
  appearance: none; -webkit-appearance: none;
  font-family: inherit;
}
.dl-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,123,196,.1); background: #fff; }
.dl-reset-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 20px; border-radius: 10px;
  border: 1.5px solid var(--border); background: #fff;
  font-size: 13.5px; font-weight: 700; color: var(--muted);
  cursor: pointer; transition: all .18s; white-space: nowrap;
  font-family: inherit;
}
.dl-reset-btn:hover { border-color: #e53935; color: #e53935; background: #fff5f5; }
.dl-reset-btn i { font-size: 14px; }

/* Result bar */
.dl-result-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.75rem 0 1.1rem; }
.dl-result-info { display: flex; align-items: center; gap: .75rem; }
.dl-result-count { font-size: 14px; color: var(--muted); font-weight: 500; }
.dl-result-count strong { color: #0d1f35; font-weight: 700; }

/* Speaker grid */
.dl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }

/* Speaker card */
.dl-card { background: #fff; border-radius: 20px; border: 1px solid var(--border); overflow: hidden; transition: all .22s; display: flex; flex-direction: column; }
.dl-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(13,31,53,.1); border-color: #c5ddf4; }
.dl-card.hidden { display: none; }

.dl-card-stripe { height: 4px; width: 100%; flex-shrink: 0; }

.dl-card-body { padding: 1.5rem 1.4rem 1.1rem; flex: 1; display: flex; flex-direction: column; gap: .5rem; }

/* Avatar */
.dl-avatar { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800; color: #fff; margin-bottom: .65rem; box-shadow: 0 4px 14px rgba(0,0,0,.18); flex-shrink: 0; }

.dl-speaker-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15.5px; font-weight: 800; color: #0d1f35; line-height: 1.3; margin-bottom: .15rem; }

.dl-topic-tag { display: inline-flex; align-items: flex-start; gap: 5px; font-size: 12.5px; font-weight: 500; color: var(--muted); line-height: 1.5; }
.dl-topic-tag i { font-size: 13px; color: var(--blue); margin-top: 1px; flex-shrink: 0; }

.dl-card-foot { padding: .85rem 1.4rem; border-top: 1px solid #f0f5fa; margin-top: auto; }
.dl-email-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--blue); text-decoration: none; transition: gap .15s; word-break: break-all; }
.dl-email-link i { font-size: 13px; flex-shrink: 0; }
.dl-email-link:hover { gap: 9px; text-decoration: underline; }

/* No results */
.dl-no-results { display: none; grid-column: 1/-1; text-align: center; padding: 4rem 1rem; }
.dl-no-results i { font-size: 42px; color: #d0dce8; display: block; margin-bottom: 1rem; }
.dl-no-results h4 { font-size: 17px; font-weight: 700; color: #94a3b8; margin-bottom: .4rem; }
.dl-no-results p { font-size: 14px; color: #b0bec5; }

/* Avatar color palette */
.av-blue  { background: linear-gradient(135deg, #1E7BC4, #0d4f8a); }
.av-green { background: linear-gradient(135deg, #4CAF82, #2e7a4f); }
.av-indigo{ background: linear-gradient(135deg, #3949ab, #1a237e); }
.av-teal  { background: linear-gradient(135deg, #0097a7, #005662); }

/* Stripe colours */
.stripe-blue   { background: linear-gradient(90deg, #1E7BC4, #4CAF82); }
.stripe-green  { background: linear-gradient(90deg, #4CAF82, #0097a7); }
.stripe-indigo { background: linear-gradient(90deg, #3949ab, #1E7BC4); }
.stripe-teal   { background: linear-gradient(90deg, #0097a7, #1E7BC4); }

.dl-avatar-photo { object-fit: cover; }

/* Responsive */
@media (max-width: 768px) {
  .dl-filter-card { flex-direction: column; }
  .dl-filter-group { min-width: 100%; }
  .dl-reset-btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .dl-grid { grid-template-columns: 1fr; }
}

/* --- standards-position-published.html --- */
/* ═══════════════════════════════════════
   STANDARDS PAGE
═══════════════════════════════════════ */
.std-page { background: var(--bg); padding-bottom: 5rem; }

/* ── Intro block ── */
.std-intro { background: #fff; border-bottom: 1px solid var(--border); }
.std-intro-inner { padding: 3rem 0 2.75rem; }
.std-intro-badge { display: inline-flex; align-items: center; gap: 7px; background: #eef5ff; color: var(--blue); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px; border-radius: 20px; border: 1px solid #bdd8f4; margin-bottom: 1.1rem; }
.std-intro-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 800; color: #0d1f35; margin-bottom: 1rem; }
.std-intro-text { font-size: 15px; line-height: 1.85; color: #4a5f72; }
.std-intro-text + .std-intro-text { margin-top: .7rem; }

/* ── Stat pills ── */
.std-stat-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.std-stat-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background: #f4f8fd; border: 1px solid var(--border); border-radius: 50px; font-size: 13.5px; font-weight: 600; color: #0d1f35; }
.std-stat-pill i { font-size: 16px; color: var(--blue); }

/* ── Tab Bar ── */
.std-tab-section { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 80; }
.std-tabs { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.std-tabs::-webkit-scrollbar { display: none; }
.std-tab-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 22px; font-size: 13.5px; font-weight: 700;
  color: var(--muted); border: none; background: transparent;
  cursor: pointer; white-space: nowrap; border-bottom: 3px solid transparent;
  transition: all .18s; font-family: inherit; letter-spacing: .02em;
}
.std-tab-btn:hover { color: var(--blue); }
.std-tab-btn.active { color: var(--blue); border-bottom-color: var(--blue); }
.std-tab-btn i { font-size: 16px; }
.std-tab-btn .tab-count { font-size: 11px; font-weight: 700; background: #eef5ff; color: var(--blue); border: 1px solid #bdd8f4; padding: 2px 8px; border-radius: 20px; }
.std-tab-btn.active .tab-count { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ── Tab panels ── */
.std-panel { display: none; padding-top: 2.5rem; }
.std-panel.active { display: block; }

/* ── Section heading ── */
.std-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 1.75rem; }
.std-section-head-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.icon-blue  { background: #eef5ff; color: var(--blue); }
.icon-green { background: #eefaf3; color: #2e7a4f; }
.icon-gold  { background: #fffbea; color: #b45309; }
.icon-purple{ background: #f3f0ff; color: #5b21b6; }
.std-section-head-text h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800; color: #0d1f35; margin: 0; }
.std-section-head-text p  { font-size: 13px; color: var(--muted); margin: 2px 0 0; }

/* ── Publication cards ── */
.pub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.25rem; }

.pub-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 20px; overflow: hidden;
  transition: all .22s; display: flex; flex-direction: column;
}
.pub-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(13,31,53,.1); border-color: #c5ddf4; }

.pub-card-top { padding: 1.5rem 1.5rem 1rem; flex: 1; display: flex; gap: 1rem; }
.pub-card-icon-wrap { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.pub-card-content { flex: 1; min-width: 0; }
.pub-type-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; padding: 3px 10px; border-radius: 20px; margin-bottom: .5rem; }
.tag-standard  { background: #eef5ff; color: var(--blue); border: 1px solid #bdd8f4; }
.tag-research  { background: #eefaf3; color: #2e7a4f; border: 1px solid #b2dfcc; }
.tag-guideline { background: #fffbea; color: #b45309; border: 1px solid #fde68a; }
.tag-position  { background: #f3f0ff; color: #5b21b6; border: 1px solid #c4b5fd; }
.tag-book      { background: #fff1f2; color: #b91c1c; border: 1px solid #fecaca; }

.pub-card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: #0d1f35; line-height: 1.4; margin: 0; }

.pub-card-foot { padding: .9rem 1.5rem; border-top: 1px solid #f0f5fa; display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.pub-price-tag { font-size: 13px; font-weight: 600; color: var(--muted); }
.pub-price-tag.free { color: #2e7a4f; font-weight: 700; }

.pub-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; border-radius: 10px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: all .18s; white-space: nowrap; font-family: inherit; border: none; cursor: pointer;
}
.pub-btn-buy { background: var(--blue); color: #fff; }
.pub-btn-buy:hover { background: var(--blue-dark); color: #fff; }
.pub-btn-dl  { background: #eefaf3; color: #2e7a4f; border: 1px solid #b2dfcc; }
.pub-btn-dl:hover { background: #4CAF82; color: #fff; }

/* Empty state */
.std-empty { text-align: center; padding: 4.5rem 1rem; }
.std-empty i { font-size: 48px; color: #d0dce8; display: block; margin-bottom: 1.25rem; }
.std-empty h4 { font-size: 18px; font-weight: 700; color: #94a3b8; margin-bottom: .5rem; }
.std-empty p { font-size: 14px; color: #b0bec5; max-width: 360px; margin: 0 auto; }

/* ── Highlighted note box ── */
.std-note { background: linear-gradient(135deg, #eef5ff, #f4f8fd); border: 1px solid #bdd8f4; border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 2rem; }
.std-note i { font-size: 18px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.std-note p { font-size: 13.5px; color: #2d4a64; line-height: 1.7; margin: 0; }
.std-note strong { color: var(--blue-dark); }

/* Responsive */
@media (max-width: 576px) {
  .pub-grid { grid-template-columns: 1fr; }
  .std-tab-btn { padding: 13px 15px; font-size: 12.5px; }
  .pub-card-top { flex-direction: column; gap: .75rem; }
}

/* --- standard-work-program.html --- */
/* ═══════════════════════════════════════
   STANDARD WORK PROGRAM PAGE
═══════════════════════════════════════ */
.swp-page { background: var(--bg); padding-bottom: 5rem; }

/* ── NEW! Alert box ── */
.swp-alert {
  display: flex; align-items: flex-start; gap: 1rem;
  background: linear-gradient(135deg, #fffbea, #fef9ec);
  border: 1.5px solid #fbbf24; border-radius: 18px;
  padding: 1.4rem 1.6rem; margin-bottom: 2rem;
}
.swp-alert-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: #f59e0b; color: #fff;
  font-size: 10.5px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .1em; padding: 4px 10px; border-radius: 20px;
  flex-shrink: 0; margin-top: 2px;
}
.swp-alert-body p { font-size: 15px; color: #78350f; line-height: 1.75; margin: 0; }
.swp-alert-body a { color: #b45309; font-weight: 700; text-decoration: underline; }
.swp-alert-body a:hover { color: #92400e; }

/* ── Section wrapper ── */
.swp-sec { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 2.25rem 2rem; margin-bottom: 1.75rem; }
.swp-sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; font-weight: 800; color: #0d1f35; display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }
.swp-sec-title i { font-size: 20px; color: var(--blue); }
.swp-sec-text { font-size: 15px; line-height: 1.85; color: #4a5f72; margin: 0; }

/* ── Process flow ── */
.swp-flow { display: flex; align-items: center; gap: 0; flex-wrap: wrap; margin: 1.75rem 0 .5rem; }
.swp-flow-step { display: flex; flex-direction: column; align-items: center; gap: .5rem; flex: 1; min-width: 100px; text-align: center; }
.swp-flow-icon { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.swp-flow-label { font-size: 12px; font-weight: 700; color: #0d1f35; }
.swp-flow-sub { font-size: 11px; color: var(--muted); }
.swp-flow-arrow { font-size: 20px; color: #c5ddf4; margin: 0 4px; flex-shrink: 0; padding-bottom: 22px; }

/* ── Committee structure ── */
.swp-org { display: flex; flex-direction: column; align-items: center; gap: 0; margin-top: 1.5rem; }

.org-level { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; width: 100%; }

.org-card {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 24px; border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 700;
}
.org-card.chair  { background: linear-gradient(135deg, #1E7BC4, #0d4f8a); color: #fff; font-size: 15px; padding: 14px 36px; min-width: 180px; justify-content: center; }
.org-card.vchair { background: linear-gradient(135deg, #4CAF82, #2e7a4f); color: #fff; padding: 12px 28px; min-width: 180px; justify-content: center; }
.org-card.member { background: #f4f8fd; border: 1.5px solid var(--border); color: #0d1f35; font-size: 12.5px; padding: 9px 16px; }
.org-card i { font-size: 16px; }

.org-connector { width: 2px; height: 22px; background: linear-gradient(180deg, #bdd8f4, #d0e8f5); margin: 0 auto; }
.org-connector-h { display: flex; align-items: flex-start; justify-content: center; margin-bottom: 0; }
.org-connector-h::before { content: ''; width: 2px; height: 22px; background: linear-gradient(180deg, #bdd8f4, #d0e8f5); }

.org-members-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 6px 0 10px; text-align: center; }

.org-members-wrap {
  border: 1.5px dashed #bdd8f4; border-radius: 20px;
  padding: 1.25rem 1.25rem .75rem; width: 100%;
  background: #fafcff;
}
.org-members-grid { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }

/* ── Member type tag colors ── */
.mt-manufacturer  { border-color: #1E7BC4; color: #1E7BC4; background: #eef5ff; }
.mt-user          { border-color: #4CAF82; color: #2e7a4f; background: #eefaf3; }
.mt-academia      { border-color: #7c3aed; color: #5b21b6; background: #f3f0ff; }
.mt-testing       { border-color: #d97706; color: #b45309; background: #fffbea; }
.mt-consumer      { border-color: #0891b2; color: #0e7490; background: #ecfeff; }
.mt-regulator     { border-color: #dc2626; color: #b91c1c; background: #fff1f2; }
.mt-international { border-color: #0d9488; color: #0f766e; background: #f0fdfa; }

/* ── Definitions grid ── */
.def-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.25rem; margin-top: .5rem; }

.def-card { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; overflow: hidden; transition: all .2s; }
.def-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(13,31,53,.09); }

.def-card-head { padding: 1.1rem 1.25rem .9rem; display: flex; align-items: center; gap: .85rem; }
.def-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.def-card-label { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14.5px; font-weight: 800; color: #0d1f35; }
.def-card-label small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); margin-top: 1px; }

.def-card-body { padding: 0 1.25rem 1.25rem; font-size: 13.5px; line-height: 1.75; color: #4a5f72; }
.def-card-body ul { padding-left: 1.1rem; margin: .5rem 0 0; }
.def-card-body ul li { margin-bottom: .3rem; }
.def-card-body .def-note { font-size: 12.5px; font-style: italic; color: var(--muted); margin-top: .5rem; padding-top: .5rem; border-top: 1px solid #f0f5fa; }

/* Per-card accent top border */
.def-card.c-manuf  { border-top: 4px solid #1E7BC4; }
.def-card.c-user   { border-top: 4px solid #4CAF82; }
.def-card.c-acad   { border-top: 4px solid #7c3aed; }
.def-card.c-test   { border-top: 4px solid #d97706; }
.def-card.c-cons   { border-top: 4px solid #0891b2; }
.def-card.c-reg    { border-top: 4px solid #dc2626; }
.def-card.c-intl   { border-top: 4px solid #0d9488; }

/* ── Icon backgrounds ── */
.ic-manuf  { background: #eef5ff; color: #1E7BC4; }
.ic-user   { background: #eefaf3; color: #2e7a4f; }
.ic-acad   { background: #f3f0ff; color: #5b21b6; }
.ic-test   { background: #fffbea; color: #b45309; }
.ic-cons   { background: #ecfeff; color: #0e7490; }
.ic-reg    { background: #fff1f2; color: #b91c1c; }
.ic-intl   { background: #f0fdfa; color: #0f766e; }

/* ── Highlight box ── */
.swp-highlight { background: linear-gradient(135deg, #eef5ff, #f4f8fd); border: 1px solid #bdd8f4; border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; margin: 1.5rem 0 0; }
.swp-highlight i { font-size: 18px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.swp-highlight p { font-size: 14px; color: #2d4a64; line-height: 1.75; margin: 0; }

/* Responsive */
@media (max-width: 768px) {
  .swp-sec { padding: 1.5rem 1.25rem; }
  .def-grid { grid-template-columns: 1fr; }
  .swp-flow-arrow { display: none; }
  .swp-flow { gap: .75rem; }
  .swp-flow-step { min-width: 80px; }
}
@media (max-width: 576px) {
  .org-card.chair, .org-card.vchair { min-width: auto; padding: 12px 20px; }
}

/* --- women.html --- */
/* ═══════════════════════════════════════
   WOMEN PAGE — ISHRAE
═══════════════════════════════════════ */
:root {
  --women: #9c27b0;
  --women-dark: #6a1b9a;
  --women-light: #f3e5f5;
  --women-pink: #e91e8c;
  --women-mid: #ce93d8;
}

/* ── Page hero override ── */
.page-hero.women-hero {
  background: linear-gradient(135deg, #1a0a2e 0%, #3b0a6e 40%, #6a1b9a 75%, #9c27b0 100%);
}
.page-hero.women-hero .page-hero-badge { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); }

/* ── Objective strip ── */
.women-intro { background: #fff; border-bottom: 1px solid #e8d5f5; padding: 3rem 0; }
.women-intro-text { font-size: 15.5px; line-height: 1.9; color: #4a3a5f; }
.women-intro-stat { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.w-stat-pill { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 50px; font-size: 14px; font-weight: 700; }
.w-stat-pill.a { background: var(--women-light); color: var(--women-dark); border: 1.5px solid #ce93d8; }
.w-stat-pill.b { background: #eef5ff; color: var(--blue-dark); border: 1.5px solid #bdd8f4; }
.w-stat-pill.c { background: #eefaf3; color: #2e7a4f; border: 1.5px solid #b2dfcc; }
.w-stat-pill i { font-size: 16px; }

/* ── Section block ── */
.women-sec { padding: 5rem 0; }
.women-sec.alt { background: #f7f0fb; }
.women-sec.gray { background: #f4f8fd; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.w-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; padding: 5px 14px; border-radius: 20px; margin-bottom: 1rem; }
.w-eyebrow.purple { background: var(--women-light); color: var(--women); border: 1px solid #ce93d8; }
.w-eyebrow.blue   { background: #eef5ff; color: var(--blue); border: 1px solid #bdd8f4; }
.w-eyebrow.pink   { background: #fde7f3; color: #c2185b; border: 1px solid #f48fb1; }

.w-sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: #1a0a2e; line-height: 1.35; margin-bottom: 1.1rem; }
.w-sec-title em { font-style: italic; color: var(--women); font-family: 'Playfair Display', serif; }
.w-sec-text { font-size: 15px; line-height: 1.85; color: #4a3a5f; margin-bottom: .9rem; }
.w-sec-text:last-of-type { margin-bottom: 0; }

/* ── Mission image block ── */
.w-img-wrap { position: relative; border-radius: 24px; overflow: hidden; }
.w-img-wrap img { width: 100%; height: 320px; object-fit: cover; display: block; }
.w-img-fallback { width: 100%; height: 320px; border-radius: 24px; background: linear-gradient(135deg, #9c27b0, #e91e8c); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: #fff; }
.w-img-fallback i { font-size: 64px; opacity: .8; }
.w-img-fallback span { font-size: 18px; font-weight: 700; opacity: .9; }

/* ── Download list ── */
.w-dl-list { list-style: none; padding: 0; margin: 1.25rem 0 0; display: flex; flex-direction: column; gap: .65rem; }
.w-dl-list li a {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 12px;
  background: #fff; border: 1.5px solid #e8d5f5;
  font-size: 13.5px; font-weight: 600; color: var(--women);
  text-decoration: none; transition: all .18s;
}
.w-dl-list li a:hover { background: var(--women-light); border-color: var(--women); gap: 13px; }
.w-dl-list li a i { width: 32px; height: 32px; border-radius: 8px; background: var(--women-light); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.w-dl-list.pink li a { border-color: #f9c0dc; color: #c2185b; }
.w-dl-list.pink li a:hover { background: #fde7f3; border-color: #e91e8c; }
.w-dl-list.pink li a i { background: #fde7f3; color: #c2185b; }

/* ── Focus areas ── */
.focus-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; margin-top: 1.75rem; }
.focus-card { background: #fff; border-radius: 18px; border: 1.5px solid #e8d5f5; padding: 1.25rem 1rem; text-align: center; transition: all .2s; }
.focus-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(156,39,176,.12); border-color: var(--women-mid); }
.focus-card-icon { width: 48px; height: 48px; border-radius: 14px; margin: 0 auto .75rem; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.focus-card-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 800; color: #1a0a2e; line-height: 1.35; }

/* ── SHAKTI badge ── */
.shakti-badge { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #e91e8c, #9c27b0); color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; letter-spacing: .08em; padding: 10px 24px; border-radius: 14px; margin-bottom: 1.25rem; }
.shakti-badge small { font-size: 12px; font-weight: 500; letter-spacing: .05em; opacity: .85; }

/* ── Team section ── */
.women-team { padding: 5rem 0; background: var(--bg); }
.w-team-label { text-align: center; margin-bottom: .5rem; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--women); }
.w-team-title { text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; color: #1a0a2e; margin-bottom: 2.75rem; }
.w-team-title em { color: var(--women); font-style: normal; }

.w-member-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; }

/* Featured first two (Chair + Vice Chair) span 2 each */
.w-member-grid .featured { grid-column: span 1; }

.w-card { background: #fff; border-radius: 22px; border: 1px solid #e8d5f5; overflow: hidden; transition: all .22s; text-align: center; }
.w-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(156,39,176,.14); border-color: #ce93d8; }
.w-card.primary { border-color: var(--women); border-width: 2px; }
.w-card.secondary { border-color: var(--women-pink); border-width: 2px; }

.w-card-img { width: 100%; height: 240px; object-fit: cover; object-position: top; display: block; }
.w-card-avatar { width: 100%; height: 240px; background: linear-gradient(135deg, #9c27b0, #e91e8c); display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 52px; font-weight: 800; color: rgba(255,255,255,.9); }

.w-card-body { padding: 1.1rem 1rem; }
.w-card-role-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 4px 12px; border-radius: 20px; margin-bottom: .55rem; }
.rb-chair    { background: linear-gradient(135deg, #9c27b0, #e91e8c); color: #fff; }
.rb-vchair   { background: linear-gradient(135deg, #c2185b, #e91e8c); color: #fff; }
.rb-region   { background: var(--women-light); color: var(--women-dark); border: 1px solid #ce93d8; }
.w-card-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; color: #1a0a2e; margin: 0 0 .15rem; line-height: 1.3; }
.w-card-sub  { font-size: 12.5px; color: var(--muted); font-weight: 500; }

/* ── Divider ── */
.w-divider { display: flex; align-items: center; gap: 1rem; margin: 2rem 0; }
.w-divider::before, .w-divider::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #e8d5f5, transparent); }
.w-divider span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--women-mid); white-space: nowrap; }

/* Responsive */
@media (max-width: 991px) { .women-sec { padding: 3.5rem 0; } }
@media (max-width: 767px) {
  .w-sec-title { font-size: 21px; }
  .focus-grid  { grid-template-columns: repeat(3, 1fr); }
  .w-member-grid { grid-template-columns: repeat(2, 1fr); }
  .w-card-img, .w-card-avatar { height: 200px; }
}
@media (max-width: 480px) {
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .w-member-grid { grid-template-columns: 1fr 1fr; }
}

/* --- youth.html --- */
/* ═══════════════════════════════════════
   YOUTH @ ISHRAE PAGE
═══════════════════════════════════════ */

/* Hero */
.page-hero.youth-hero {
  background: linear-gradient(135deg, #0d1f35 0%, #1a3a5c 35%, #0d4f8a 70%, #1E7BC4 100%);
  position: relative; overflow: hidden;
}
.page-hero.youth-hero::before {
  content: 'Y@I';
  position: absolute; right: -20px; top: 50%; transform: translateY(-50%);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 200px; font-weight: 900;
  color: rgba(255,255,255,.04); line-height: 1;
  pointer-events: none; user-select: none;
}

/* ── Y@I badge ── */
.yai-logo-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px; font-weight: 900; letter-spacing: .06em;
  padding: 10px 22px; border-radius: 14px; margin-bottom: 1.25rem;
}
.yai-logo-badge small { font-size: 11px; font-weight: 500; letter-spacing: .04em; opacity: .85; }

/* ── Eyebrow ── */
.y-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; padding: 5px 14px; border-radius: 20px; margin-bottom: 1rem; }
.y-eyebrow.blue  { background: #eef5ff; color: var(--blue); border: 1px solid #bdd8f4; }
.y-eyebrow.green { background: #eefaf3; color: #2e7a4f; border: 1px solid #b2dfcc; }

/* ── Section title / text ── */
.y-sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: #0d1f35; line-height: 1.35; margin-bottom: 1rem; }
.y-sec-title em { font-style: italic; color: var(--blue); font-family: 'Playfair Display', serif; }
.y-sec-text { font-size: 15px; line-height: 1.85; color: #4a5f72; margin-bottom: .85rem; }
.y-sec-text:last-of-type { margin-bottom: 0; }

/* ── Sections ── */
.youth-sec { padding: 5rem 0; }
.youth-sec.gray { background: #f4f8fd; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ── Responsibilities list ── */
.resp-list { list-style: none; padding: 0; margin: 1.25rem 0 0; display: flex; flex-direction: column; gap: .65rem; }
.resp-list li {
  display: flex; align-items: center; gap: .85rem;
  padding: 12px 16px; background: #fff;
  border: 1.5px solid var(--border); border-radius: 14px;
  font-size: 14.5px; font-weight: 600; color: #0d1f35;
  transition: all .18s;
}
.resp-list li:hover { border-color: #bdd8f4; background: #eef5ff; transform: translateX(5px); }
.resp-list li .ri { width: 30px; height: 30px; border-radius: 8px; background: #eef5ff; color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: all .18s; }
.resp-list li:hover .ri { background: var(--blue); color: #fff; }

/* ── GIF / image block ── */
.y-gif-wrap img { width: 100%; display: block; border-radius: 24px; }
.y-img-fallback { width: 100%; height: 340px; border-radius: 24px; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: #fff; }
.y-img-fallback i { font-size: 64px; opacity: .8; }
.y-img-fallback span { font-size: 22px; font-weight: 800; opacity: .9; }

/* ── Download link ── */
.y-dl-item a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 12px;
  background: #eef5ff; border: 1.5px solid #bdd8f4;
  font-size: 13.5px; font-weight: 700; color: var(--blue);
  text-decoration: none; transition: all .18s; margin-top: 1.5rem;
}
.y-dl-item a:hover { background: var(--blue); color: #fff; border-color: var(--blue); gap: 14px; }
.y-dl-item a i { font-size: 15px; }

/* ── Pillar pills ── */
.y-pill { background: #eef5ff; color: var(--blue-dark); border: 1px solid #bdd8f4; border-radius: 20px; padding: 6px 15px; font-size: 12.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }

/* ══════════════════════════════
   GALLERY — redesigned
══════════════════════════════ */
.youth-gallery-sec { padding: 5rem 0; background: var(--bg); }

.y-gal-header { margin-bottom: 2.25rem; }
.y-gal-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: #0d1f35; margin: .3rem 0 .4rem; }
.y-gal-sub { font-size: 14px; color: var(--muted); margin: 0; }

/* Grid layout */
.y-gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 230px 180px;
  gap: 12px;
}

/* Item 1 — featured big */
.y-gal-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }

/* Items 2–4 — top row right */
/* Items 5–7 — bottom row right (3 across last 2 cols) */
.y-gal-item:nth-child(5),
.y-gal-item:nth-child(6),
.y-gal-item:nth-child(7) { grid-column: span 1; }

.y-gal-item {
  position: relative; border-radius: 16px; overflow: hidden;
  cursor: pointer; display: block; text-decoration: none;
  background: linear-gradient(135deg, #1a3a5c, #1E7BC4);
}
.y-gal-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.y-gal-item:hover img { transform: scale(1.07); }

/* Overlay */
.y-gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,31,53,.85) 0%, rgba(13,31,53,.15) 55%, transparent 100%);
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 14px 16px;
  opacity: 0; transition: opacity .28s;
}
.y-gal-item:hover .y-gal-overlay { opacity: 1; }
.y-gal-view-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(6px); color: #fff;
  font-size: 12px; font-weight: 700; padding: 6px 14px;
  border-radius: 20px; width: fit-content;
}

/* Placeholder when image fails */
.y-gal-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .5rem; color: rgba(255,255,255,.4);
}
.y-gal-ph i { font-size: 32px; }
.y-gal-ph span { font-size: 11px; font-weight: 600; }

/* Featured overlay always-on bottom strip */
.y-gal-item:nth-child(1) .y-gal-overlay { opacity: 1; background: linear-gradient(to top, rgba(13,31,53,.7) 0%, transparent 50%); }
.y-gal-item:nth-child(1) .y-gal-view-btn { display: none; }
.y-gal-item:nth-child(1):hover .y-gal-view-btn { display: inline-flex; }
.y-gal-item:nth-child(1) .y-gal-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 800; color: #fff;
  display: block; margin-bottom: 6px;
}
.y-gal-item:nth-child(n+2) .y-gal-label { display: none; }

/* Number badge on each item */
.y-gal-num {
  position: absolute; top: 10px; left: 10px;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
}

/* ── Team section ── */
.youth-team { padding: 5rem 0; background: #fff; }
.y-team-label { text-align: center; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--blue); margin-bottom: .4rem; }
.y-team-title { text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; color: #0d1f35; margin-bottom: 2.75rem; }
.y-team-title em { color: var(--blue); font-style: normal; }

.y-member-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; }

.y-card { background: #fff; border-radius: 22px; border: 1px solid var(--border); overflow: hidden; transition: all .22s; text-align: center; }
.y-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(30,123,196,.13); border-color: #bdd8f4; }
.y-card.primary   { border: 2px solid var(--blue); }
.y-card.secondary { border: 2px solid var(--green); }

.y-card-img { width: 100%; height: 240px; object-fit: cover; object-position: top; display: block; }
.y-card-avatar { width: 100%; height: 240px; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 52px; font-weight: 900; color: rgba(255,255,255,.9); }
.av-blue  { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.av-green { background: linear-gradient(135deg, #4CAF82, #2e7a4f); }
.av-teal  { background: linear-gradient(135deg, #0097a7, #005662); }

.y-card-body { padding: 1.1rem 1rem; }
.y-role-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 4px 12px; border-radius: 20px; margin-bottom: .55rem; }
.rb-chair  { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; }
.rb-vchair { background: linear-gradient(135deg, #4CAF82, #2e7a4f); color: #fff; }
.rb-region { background: #eef5ff; color: var(--blue-dark); border: 1px solid #bdd8f4; }
.y-card-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14.5px; font-weight: 800; color: #0d1f35; margin: 0; line-height: 1.3; }

/* Responsive */
@media (max-width: 991px) {
  .youth-sec { padding: 3.5rem 0; }
  .y-gal-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: 180px 160px; }
  .y-gal-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 767px) {
  .y-sec-title { font-size: 21px; }
  .y-member-grid { grid-template-columns: repeat(2, 1fr); }
  .y-card-img, .y-card-avatar { height: 200px; }
  .y-gal-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .y-gal-item:nth-child(1) { grid-column: span 2; grid-row: span 1; height: 200px; }
  .y-gal-item { height: 150px; }
}

/* --- student-zone.html --- */
/* ═══════════════════════════════════════
   STUDENT ZONE PAGE
═══════════════════════════════════════ */

/* Hero */
.page-hero.student-hero {
  background: linear-gradient(135deg, #0d1f35 0%, #0d4f8a 50%, #1E7BC4 80%, #4CAF82 100%);
  position: relative; overflow: hidden;
}
.page-hero.student-hero::before {
  content: 'S Z';
  position: absolute; right: -30px; top: 50%; transform: translateY(-50%);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 180px; font-weight: 900;
  color: rgba(255,255,255,.04); line-height: 1;
  pointer-events: none; user-select: none; letter-spacing: -10px;
}

/* ── Stats strip ── */
.sz-stats { background: #fff; border-bottom: 1px solid var(--border); padding: 0; }
.sz-stat-row { display: flex; flex-wrap: wrap; }
.sz-stat-item { flex: 1; min-width: 160px; padding: 1.6rem 1.5rem; border-right: 1px solid var(--border); display: flex; align-items: center; gap: .9rem; }
.sz-stat-item:last-child { border-right: none; }
.sz-stat-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.sz-stat-icon.blue  { background: #eef5ff; color: var(--blue); }
.sz-stat-icon.green { background: #eefaf3; color: #2e7a4f; }
.sz-stat-icon.teal  { background: #e0f7fa; color: #00838f; }
.sz-stat-icon.indig { background: #f3f0ff; color: #5b21b6; }
.sz-stat-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 900; color: #0d1f35; line-height: 1; }
.sz-stat-lbl { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 2px; }

/* ── Eyebrow ── */
.sz-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; padding: 5px 14px; border-radius: 20px; margin-bottom: 1rem; }
.sz-eyebrow.blue  { background: #eef5ff; color: var(--blue); border: 1px solid #bdd8f4; }
.sz-eyebrow.green { background: #eefaf3; color: #2e7a4f; border: 1px solid #b2dfcc; }
.sz-eyebrow.teal  { background: #e0f7fa; color: #00838f; border: 1px solid #b2ebf2; }

/* ── Section wrapper ── */
.sz-sec { padding: 5rem 0; }
.sz-sec.gray { background: #f4f8fd; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sz-sec.white { background: #fff; }

.sz-sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: #0d1f35; line-height: 1.35; margin-bottom: 1rem; }
.sz-sec-title em { font-style: italic; color: var(--blue); font-family: 'Playfair Display', serif; }
.sz-sec-text { font-size: 15px; line-height: 1.85; color: #4a5f72; margin-bottom: .85rem; }
.sz-sec-text:last-of-type { margin-bottom: 0; }

/* ── Section image ── */
.sz-img { width: 100%; border-radius: 24px; display: block; object-fit: cover; }
.sz-img-wrap { position: relative; border-radius: 24px; overflow: hidden; }
.sz-img-fallback { width: 100%; height: 320px; border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: rgba(255,255,255,.85); }
.sz-img-fallback i { font-size: 56px; opacity: .8; }
.sz-img-fallback span { font-size: 16px; font-weight: 700; opacity: .9; }

/* ── Benefits list ── */
.ben-list { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; display: flex; flex-direction: column; gap: .65rem; }
.ben-list li {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: 12px 16px; background: #fff;
  border: 1.5px solid var(--border); border-radius: 14px;
  font-size: 14.5px; font-weight: 600; color: #0d1f35;
  transition: all .18s;
}
.ben-list li:hover { border-color: #bdd8f4; background: #eef5ff; transform: translateX(5px); }
.ben-list.green li:hover { border-color: #b2dfcc; background: #eefaf3; }
.ben-list li .bi { width: 28px; height: 28px; border-radius: 8px; background: #eef5ff; color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; margin-top: 1px; transition: all .18s; }
.ben-list.green li .bi { background: #eefaf3; color: #2e7a4f; }
.ben-list li:hover .bi { background: var(--blue); color: #fff; }
.ben-list.green li:hover .bi { background: #4CAF82; color: #fff; }

/* Join button */
.sz-join-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; font-size: 14px; font-weight: 800;
  text-decoration: none; transition: all .2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.sz-join-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,123,196,.35); color: #fff; }
.sz-join-btn.green { background: linear-gradient(135deg, #4CAF82, #2e7a4f); }
.sz-join-btn.green:hover { box-shadow: 0 8px 24px rgba(76,175,130,.35); }

/* ── Industry highlight box ── */
.sz-highlight { background: linear-gradient(135deg, #eef5ff, #f4f8fd); border: 1px solid #bdd8f4; border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; gap: .9rem; align-items: flex-start; margin: 1.25rem 0; }
.sz-highlight i { font-size: 18px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.sz-highlight p { font-size: 14px; color: #2d4a64; line-height: 1.75; margin: 0; font-weight: 500; }

/* ── Industry role tags ── */
.ind-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.25rem; }
.ind-tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 20px; font-size: 12.5px; font-weight: 700; }
.ind-tag.a { background: #eef5ff; color: var(--blue); border: 1px solid #bdd8f4; }
.ind-tag.b { background: #eefaf3; color: #2e7a4f; border: 1px solid #b2dfcc; }
.ind-tag.c { background: #e0f7fa; color: #00838f; border: 1px solid #b2ebf2; }
.ind-tag.d { background: #fffbea; color: #b45309; border: 1px solid #fde68a; }

/* ══════════════════════════════
   SKILLS / ACTIVITIES SECTION
══════════════════════════════ */
.sz-skills-sec { padding: 5rem 0; background: var(--bg); }
.sz-skills-intro { max-width: 820px; margin: 0 auto 3rem; text-align: center; }
.sz-skills-intro h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: #0d1f35; margin-bottom: .9rem; }
.sz-skills-intro h2 em { font-style: italic; color: var(--blue); font-family: 'Playfair Display', serif; }
.sz-skills-intro p { font-size: 15px; line-height: 1.85; color: #4a5f72; }

/* Activity/Logo grid */
.sz-act-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.sz-act-item {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 18px; overflow: hidden;
  aspect-ratio: 4/3; position: relative;
  transition: all .22s; display: block; text-decoration: none;
}
.sz-act-item:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(13,31,53,.1); border-color: #bdd8f4; }
.sz-act-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.sz-act-item:hover img { transform: scale(1.05); }
.sz-act-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,31,53,.7) 0%, transparent 55%);
  opacity: 0; transition: opacity .25s;
  display: flex; align-items: flex-end; padding: 12px;
}
.sz-act-item:hover .sz-act-overlay { opacity: 1; }
.sz-act-overlay span {
  font-size: 11.5px; font-weight: 700; color: #fff;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(4px); padding: 4px 12px; border-radius: 20px;
  display: flex; align-items: center; gap: 5px;
}
.sz-act-ph {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #f4f8fd, #e8f0fa);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .5rem;
}
.sz-act-ph i { font-size: 36px; color: #c5ddf4; }
.sz-act-ph small { font-size: 11px; color: #94a3b8; font-weight: 600; }

/* Student Gallery grid */
.sz-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.sz-gallery-grid .sz-act-item { aspect-ratio: unset; background: #f4f8fd; }
.sz-gallery-grid .sz-act-item img { object-fit: contain; height: auto; max-height: 340px; }
@media (max-width: 767px) {
  .sz-gallery-grid { grid-template-columns: 1fr; }
}

/* ── CTA strip ── */
.sz-cta { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); padding: 3.5rem 0; text-align: center; }
.sz-cta h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: #fff; margin-bottom: .6rem; }
.sz-cta p { font-size: 15px; color: rgba(255,255,255,.75); margin-bottom: 1.75rem; }
.sz-cta-btns { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.sz-cta-btn-white { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 12px; background: #fff; color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; transition: all .2s; font-family: 'Plus Jakarta Sans', sans-serif; }
.sz-cta-btn-white:hover { background: #eef5ff; color: var(--blue-dark); transform: translateY(-2px); }
.sz-cta-btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 12px; border: 2px solid rgba(255,255,255,.4); color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; transition: all .2s; font-family: 'Plus Jakarta Sans', sans-serif; }
.sz-cta-btn-outline:hover { background: rgba(255,255,255,.1); color: #fff; transform: translateY(-2px); }

/* Responsive */
@media (max-width: 991px) {
  .sz-sec { padding: 3.5rem 0; }
  .sz-stat-item { min-width: 140px; padding: 1.25rem 1rem; }
}
@media (max-width: 767px) {
  .sz-sec-title { font-size: 20px; }
  .sz-stat-item { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--border); }
  .sz-act-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sz-act-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Mobile nav fix ── */
@media (min-width:992px){
  #mainNav2{display:flex!important;}
}

/* ── Announcement stripe: hide on mobile ── */
@media (max-width:991px){
  .ann{display:none!important;}
}

/* ════════════════════════════════════════
   ENERGY SIMULATION MODEL PAGE
════════════════════════════════════════ */
.esm-page{background:var(--bg);padding:0 0 5rem}

/* ESM intro */
.esm-intro{padding:3rem 0;background:#fff;border-bottom:1px solid var(--border)}
.esm-intro-card{border:2px solid var(--border);border-radius:18px;padding:2.5rem 3rem;background:#fff;position:relative;overflow:hidden}
.esm-intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:18px 18px 0 0}
.esm-intro-card p{font-size:16px;color:#444;line-height:1.9;margin-bottom:1.75rem}
.esm-dl-btn{display:inline-flex;align-items:center;gap:.65rem;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;font-size:14px;font-weight:700;padding:.75rem 1.6rem;border-radius:12px;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.esm-dl-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(30,123,196,.35);color:#fff}
.esm-dl-btn i{font-size:16px}

/* Mission section */
.esm-mission{padding:0 0 3rem;background:var(--bg)}
.esm-mission-grid{display:grid;grid-template-columns:1fr 1fr;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(13,31,53,.1);border:1px solid var(--border)}
.esm-mission-left{background:linear-gradient(145deg,#061b30 0%,#0d4f8a 55%,#1E7BC4 100%);padding:3rem 3rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.esm-mission-left::before{content:'';position:absolute;bottom:-60px;right:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(76,175,130,.2) 0%,transparent 70%)}
.esm-mission-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.6rem;position:relative;z-index:1}
.esm-mission-heading{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#fff;line-height:1.4;margin-bottom:1.75rem;position:relative;z-index:1}
.esm-video-btn{display:inline-flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.25);color:#fff;font-size:13.5px;font-weight:700;padding:.7rem 1.4rem;border-radius:12px;text-decoration:none;transition:all .2s;width:fit-content;position:relative;z-index:1;cursor:pointer}
.esm-video-btn:hover{background:rgba(255,255,255,.22);color:#fff}
.esm-video-btn i{font-size:17px}
.esm-mission-right{background:#fff;padding:2.5rem 2.75rem;display:flex;align-items:center}
.esm-mission-items{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}
.esm-mission-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1.5rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:16px;transition:all .22s}
.esm-mission-item:hover{border-color:#c5ddf4;box-shadow:0 6px 20px rgba(30,123,196,.08);transform:translateY(-3px)}
.esm-mission-icon{width:58px;height:58px;border-radius:15px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;overflow:hidden}
.esm-mission-icon img{width:36px;height:36px;object-fit:contain}
.esm-mission-icon i{font-size:26px;color:var(--blue);display:none}
.esm-mission-label{font-size:13px;font-weight:700;color:#0d1f35;line-height:1.4}

/* Success Stories carousel */
.esm-stories{padding:3rem 0 0}
.esm-stories-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}
.esm-stories-nav{display:flex;align-items:center;gap:.65rem}
.esm-nav-btn{width:38px;height:38px;border-radius:10px;border:1.5px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s;flex-shrink:0}
.esm-nav-btn i{font-size:18px;color:var(--muted)}
.esm-nav-btn:hover{border-color:var(--blue);background:var(--blue-light)}
.esm-nav-btn:hover i{color:var(--blue)}
.esm-nav-counter{font-size:12.5px;font-weight:600;color:var(--muted);white-space:nowrap}

/* Carousel viewport */
.esm-carousel-wrap{overflow:hidden;position:relative}
.esm-stories-track{display:flex;gap:1.25rem;transition:transform .45s cubic-bezier(.4,0,.2,1)}

/* Story card */
.esm-story-card{flex:0 0 calc((100% - 2.5rem) / 3);background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .22s,transform .22s}
.esm-story-card:hover{transform:translateY(-4px);box-shadow:0 12px 34px rgba(13,31,53,.1);border-color:#c5ddf4}
.esm-story-top{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.4rem;border-bottom:1px solid var(--border)}
.esm-story-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:top center;flex-shrink:0;border:2px solid var(--border);background:var(--blue-light)}
.esm-story-info{flex:1;min-width:0}
.esm-story-name{font-size:14px;font-weight:700;color:#0d1f35;margin-bottom:.45rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.esm-read-btn{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:var(--blue);background:var(--blue-light);border:1px solid #c5ddf4;padding:4px 11px;border-radius:20px;text-decoration:none;transition:all .18s}
.esm-read-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.esm-read-btn i{font-size:12px}
.esm-story-excerpt{padding:1.1rem 1.4rem 1.25rem;font-size:13.5px;color:#555;line-height:1.75;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;flex:1}

@media(max-width:991px){.esm-story-card{flex:0 0 calc((100% - 1.25rem) / 2)}.esm-mission-grid{grid-template-columns:1fr}.esm-mission-left{padding:2rem 2rem}.esm-mission-right{padding:2rem}.esm-intro-card{padding:1.75rem 2rem}}
@media(max-width:576px){.esm-story-card{flex:0 0 100%}.esm-mission-items{grid-template-columns:1fr 1fr;gap:1rem}}
@media(max-width:380px){.esm-mission-items{grid-template-columns:1fr}}

/* ════════════════════════════════════════
   PROGRAMS & CONFERENCES PAGE
════════════════════════════════════════ */
.pac-page{background:var(--bg);padding:0 0 5rem}

/* Intro */
.pac-intro{padding:3rem 0;background:#fff;border-bottom:1px solid var(--border)}
.pac-intro-card{border:2px solid var(--border);border-radius:18px;padding:2.25rem 3rem;background:#fff;position:relative;overflow:hidden}
.pac-intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:18px 18px 0 0}
.pac-intro-card p{font-size:15.5px;color:#444;line-height:1.9;margin:0}

/* Stats row */
.pac-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}
.pac-stat-pill{display:inline-flex;align-items:center;gap:.55rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.5rem 1.1rem;font-size:13px;color:#2a4e72;font-weight:600}
.pac-stat-pill i{font-size:15px;color:var(--blue)}

/* Programs grid */
.pac-grid-section{padding:2.5rem 0 0}
.pac-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}

/* Program card */
.pac-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .22s}
.pac-card:hover{transform:translateY(-6px);box-shadow:0 16px 44px rgba(13,31,53,.11)}
.pac-card.conf:hover{border-color:#c5ddf4}
.pac-card.semi:hover{border-color:#b2dfcc}

/* Logo area */
.pac-logo-wrap{background:linear-gradient(135deg,#f4f8fd,#eef5fc);border-bottom:1px solid var(--border);padding:1.75rem 2rem;display:flex;align-items:center;justify-content:center;min-height:120px;position:relative}
.pac-logo-wrap img{max-width:150px;max-height:80px;object-fit:contain;display:block}
.pac-logo-fallback{font-family:'Plus Jakarta Sans',sans-serif;font-size:18px;font-weight:800;color:var(--blue);letter-spacing:.04em;display:none}
.pac-type-flag{position:absolute;top:10px;right:10px;font-size:10px;font-weight:700;padding:4px 10px;border-radius:6px;letter-spacing:.08em;text-transform:uppercase}
.pac-card.conf .pac-type-flag{background:rgba(30,123,196,.12);color:var(--blue)}
.pac-card.semi .pac-type-flag{background:rgba(76,175,130,.12);color:var(--green-dark)}
.pac-card.intl .pac-type-flag{background:rgba(13,79,138,.15);color:#0d4f8a}

/* Card body */
.pac-card-body{padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.pac-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
.pac-badge{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.pac-badge.annual{background:#fff8e1;color:#7a5400;border:1px solid #ffe082}
.pac-badge.annual i{font-size:11px}
.pac-location{display:flex;align-items:flex-start;gap:.45rem;font-size:13px;color:var(--muted);font-weight:500;line-height:1.45}
.pac-location i{font-size:14px;color:var(--blue);flex-shrink:0;margin-top:1px}
.pac-desc{font-size:13.5px;color:#444;line-height:1.75;flex:1}

/* Delegate stat */
.pac-card-foot{padding:.9rem 1.5rem 1.25rem;border-top:1px solid var(--border);margin-top:auto}
.pac-delegates{display:flex;align-items:center;gap:.5rem;font-size:12.5px;color:var(--muted);font-weight:600}
.pac-delegates i{font-size:14px;color:var(--blue)}
.pac-delegates strong{color:#0d1f35;font-size:13.5px}

@media(max-width:1100px){.pac-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:991px){.pac-intro-card{padding:1.75rem}}
@media(max-width:600px){.pac-grid{grid-template-columns:1fr}.pac-stats{gap:.6rem}}

/* ════════════════════════════════════════
   BENEFIT OF JOINING ISHRAE PAGE
════════════════════════════════════════ */
.boj-page{background:var(--bg);padding:0 0 5rem}
.boj-panel-wrap{padding:2.5rem 0}

/* Benefit cards grid */
.boj-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}
.boj-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.85rem;position:relative;overflow:hidden;transition:all .22s}
.boj-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;border-radius:18px 18px 0 0;transition:opacity .22s}
.boj-card.blue::before{background:linear-gradient(90deg,var(--blue),#63b3f0)}
.boj-card.green::before{background:linear-gradient(90deg,var(--green),#82d9b0)}
.boj-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(13,31,53,.1)}
.boj-card.blue:hover{border-color:#c5ddf4}
.boj-card.green:hover{border-color:#b2dfcc}
.boj-card-top{display:flex;align-items:flex-start;justify-content:space-between}
.boj-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.boj-card.blue .boj-icon{background:var(--blue-light)}
.boj-card.blue .boj-icon i{font-size:22px;color:var(--blue)}
.boj-card.green .boj-icon{background:#eefaf3}
.boj-card.green .boj-icon i{font-size:22px;color:var(--green)}
.boj-num{font-family:'Plus Jakarta Sans',sans-serif;font-size:28px;font-weight:800;line-height:1;opacity:.08;color:#0d1f35}
.boj-card-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:14px;font-weight:800;color:#0d1f35;line-height:1.35}
.boj-card-text{font-size:13.5px;color:#555;line-height:1.72;flex:1}

/* Tangible benefits (tab 2) */
.boj-tbn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}
.boj-tbn-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.25rem;transition:border-color .18s}
.boj-tbn-item:hover{border-color:#c5ddf4}
.boj-tbn-icon{width:38px;height:38px;border-radius:10px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.boj-tbn-icon i{font-size:18px;color:var(--blue)}
.boj-tbn-icon.green{background:#eefaf3}
.boj-tbn-icon.green i{color:var(--green)}
.boj-tbn-text{font-size:14.5px;color:#333;line-height:1.65;padding-top:1px}
.boj-tbn-text strong{display:block;font-size:13px;font-weight:700;color:#0d1f35;margin-bottom:.2rem}

@media(max-width:1199px){.boj-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:991px){.boj-tbn-grid{grid-template-columns:1fr}}
@media(max-width:575px){.boj-grid{grid-template-columns:1fr}}

/* ════════════════════════════════════════
   TYPE OF MEMBERSHIP PAGE
════════════════════════════════════════ */
.tom-page{background:var(--bg);padding:0 0 5rem}

/* Tab bar */
.tom-tab-wrap{background:#fff;border-bottom:2px solid var(--border);position:sticky;top:0;z-index:300;box-shadow:0 4px 16px rgba(13,31,53,.06)}
.tom-tab-bar{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;padding:0}
.tom-tab-bar::-webkit-scrollbar{display:none}
.tom-tab-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 1.35rem;border:none;background:transparent;font-family:'Inter',sans-serif;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:all .18s;white-space:nowrap}
.tom-tab-btn i{font-size:15px;opacity:.65;transition:opacity .18s}
.tom-tab-btn:hover{color:var(--ink);background:rgba(30,123,196,.03)}
.tom-tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}
.tom-tab-btn.active i{opacity:1;color:var(--blue)}

/* Panels */
.tom-panel{display:none;padding:2.5rem 0}
.tom-panel.active{display:block}

/* Panel header card */
.tom-panel-header{display:flex;align-items:center;gap:1.5rem;background:linear-gradient(120deg,#0b3d6e 0%,#1E7BC4 55%,#2a9e76 100%);border-radius:20px;padding:2rem 2.5rem;margin-bottom:2rem;position:relative;overflow:hidden}
.tom-panel-header::before{content:'';position:absolute;right:-40px;top:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%)}
.tom-ph-icon{width:56px;height:56px;border-radius:15px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}
.tom-ph-icon i{font-size:26px;color:#fff}
.tom-ph-text{position:relative;z-index:1}
.tom-ph-label{font-size:10.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.3rem}
.tom-ph-name{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#fff;line-height:1.2}

/* Criteria card */
.tom-criteria-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:2rem 2.5rem;margin-bottom:1.5rem}
.tom-criteria-card p{font-size:15.5px;color:#444;line-height:1.9;margin-bottom:.85rem}
.tom-criteria-card p:last-child{margin-bottom:0}

/* Upgrade / bullet list */
.tom-upgrade-head{font-size:13px;font-weight:700;color:#0d1f35;text-transform:uppercase;letter-spacing:.08em;margin:1.25rem 0 .75rem;display:flex;align-items:center;gap:.5rem}
.tom-upgrade-head::before{content:'';width:16px;height:2px;background:var(--green);border-radius:2px}
.tom-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
.tom-list li{display:flex;align-items:flex-start;gap:.85rem;font-size:14.5px;color:#333;line-height:1.65;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:11px}
.tom-list li i{font-size:14px;color:var(--green);flex-shrink:0;margin-top:3px}

/* CTA strip */
.tom-cta-strip{background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-top:.5rem}
.tom-cta-text{font-size:14.5px;color:#444;line-height:1.6}
.tom-cta-text strong{color:#0d1f35;display:block;font-size:15.5px;margin-bottom:.2rem}
.tom-cta-btns{display:flex;gap:.85rem;flex-wrap:wrap;flex-shrink:0}
.tom-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;border-radius:11px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .2s;white-space:nowrap}
.tom-btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}
.tom-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(30,123,196,.35);color:#fff}
.tom-btn.outline{background:#fff;border:1.5px solid var(--border);color:var(--ink)}
.tom-btn.outline:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}
.tom-btn i{font-size:15px}

/* Coming soon state */
.tom-soon{text-align:center;padding:4rem 1.5rem;background:#fff;border:1px solid var(--border);border-radius:18px}
.tom-soon-icon{width:56px;height:56px;border-radius:14px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.tom-soon-icon i{font-size:26px;color:var(--blue)}
.tom-soon h3{font-size:16px;font-weight:700;color:#0d1f35;margin-bottom:.4rem}
.tom-soon p{font-size:13.5px;color:var(--muted);max-width:300px;margin:0 auto}

@media(max-width:991px){.tom-panel-header{padding:1.5rem 1.75rem}.tom-panel-header .tom-ph-name{font-size:19px}.tom-criteria-card{padding:1.5rem}.tom-cta-strip{flex-direction:column;align-items:flex-start}}
@media(max-width:576px){.tom-cta-btns{flex-direction:column;width:100%}.tom-btn{justify-content:center}}

/* ════════════════════════════════════════
   SMART ENERGY SOFTWARE PAGE
════════════════════════════════════════ */
.se-page{background:var(--bg);padding:0 0 5rem}

/* Intro */
.se-intro{padding:3rem 0;background:#fff;border-bottom:1px solid var(--border)}
.se-intro-card{border:2px solid var(--border);border-radius:18px;padding:2.5rem 3rem;background:#fff;position:relative;overflow:hidden}
.se-intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:18px 18px 0 0}
.se-intro-card p{font-size:16px;color:#444;line-height:1.9;margin-bottom:1rem}
.se-intro-card p:last-of-type{margin-bottom:1.5rem}
.se-partners{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}
.se-partner-badge{display:inline-flex;align-items:center;gap:.6rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.55rem 1rem;font-size:13px;color:#2a4e72;font-weight:600}
.se-partner-badge i{font-size:16px;color:var(--blue)}
.se-partner-sep{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.08em;padding:0 .25rem}

/* Objectives */
.se-obj-section{padding:3rem 0;background:var(--bg);border-bottom:1px solid var(--border)}
.se-obj-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:start}
.se-obj-heading{font-family:'Plus Jakarta Sans',sans-serif;font-size:24px;font-weight:800;color:#0d1f35;margin-bottom:1rem;line-height:1.3}
.se-obj-lead{font-size:15px;color:#444;line-height:1.85}
.se-obj-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}
.se-obj-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1rem 1.25rem;transition:border-color .18s}
.se-obj-item:hover{border-color:#c5ddf4}
.se-obj-num{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:var(--blue);color:#fff;font-size:12px;font-weight:800;flex-shrink:0;margin-top:1px}
.se-obj-text{font-size:14.5px;color:#333;line-height:1.65}

/* Feature rows */
.se-features{padding:3rem 0 0}
.se-feat-rows{display:flex;flex-direction:column;gap:1.5rem}
.se-feat-row{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:280px 1fr;transition:box-shadow .22s}
.se-feat-row:hover{box-shadow:0 10px 32px rgba(13,31,53,.09)}
.se-feat-label{padding:2.25rem 2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;position:relative;overflow:hidden}
.se-feat-label::after{content:'';position:absolute;bottom:-40px;right:-40px;width:130px;height:130px;border-radius:50%;opacity:.12}
.se-feat-label.blue{background:linear-gradient(145deg,#0d4f8a,#1E7BC4)}
.se-feat-label.blue::after{background:#fff}
.se-feat-label.green{background:linear-gradient(145deg,#2d7a54,#4CAF82)}
.se-feat-label.green::after{background:#fff}
.se-feat-icon{width:46px;height:46px;border-radius:13px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}
.se-feat-icon i{font-size:22px;color:#fff}
.se-feat-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:14px;font-weight:800;color:#fff;line-height:1.4;letter-spacing:.01em;text-transform:uppercase;position:relative;z-index:1}
.se-feat-content{padding:2rem 2.5rem;border-left:1px solid var(--border)}
.se-feat-desc{font-size:15px;color:#444;line-height:1.85;margin-bottom:1.25rem}
.se-feat-desc:last-child{margin-bottom:0}
.se-feat-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}
.se-feat-item{display:flex;align-items:flex-start;gap:.85rem;font-size:14.5px;color:#333;line-height:1.65}
.se-feat-item .num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;font-size:11px;font-weight:800;flex-shrink:0;margin-top:2px}
.se-feat-label.blue ~ .se-feat-content .se-feat-item .num{background:var(--blue-light);color:var(--blue)}
.se-feat-label.green ~ .se-feat-content .se-feat-item .num{background:#eefaf3;color:#2e7a4f}

@media(max-width:991px){.se-obj-grid{grid-template-columns:1fr;gap:2rem}.se-feat-row{grid-template-columns:1fr}.se-feat-label{flex-direction:row;padding:1.5rem 1.75rem;border-radius:0}.se-feat-content{border-left:none;border-top:1px solid var(--border)}.se-intro-card{padding:1.75rem}}
@media(max-width:576px){.se-feat-content{padding:1.5rem}}

/* ════════════════════════════════════════
   NEWSLETTER PAGE
════════════════════════════════════════ */
.nl-page{background:var(--bg);padding:0 0 5rem}
.nl-layout{display:grid;grid-template-columns:230px 1fr;gap:2.5rem;align-items:start;padding-top:2.5rem}

/* Sidebar */
.nl-sidebar{background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.5rem;position:sticky;top:90px}
.nl-sidebar-head{display:flex;align-items:center;gap:.65rem;font-family:'Plus Jakarta Sans',sans-serif;font-size:14px;font-weight:800;color:#0d1f35;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}
.nl-sidebar-head i{font-size:17px;color:var(--blue)}
.nl-year-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px}
.nl-year-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;border-radius:10px;cursor:pointer;font-size:13.5px;font-weight:600;color:var(--muted);transition:all .18s;user-select:none}
.nl-year-item:hover{background:var(--bg);color:var(--ink)}
.nl-year-item.active{background:var(--blue-light);color:var(--blue)}
.nl-year-item .nl-yr-dot{width:7px;height:7px;border-radius:50%;background:var(--border);flex-shrink:0;transition:background .18s}
.nl-year-item.active .nl-yr-dot{background:var(--blue)}
.nl-year-count{font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;background:var(--border);color:var(--muted);transition:all .18s;min-width:22px;text-align:center}
.nl-year-item.active .nl-year-count{background:rgba(30,123,196,.15);color:var(--blue)}

/* Result bar */
.nl-result-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}
.nl-result-count{font-size:13px;color:var(--muted);font-weight:500}
.nl-result-count strong{color:#0d1f35;font-weight:700}

/* Newsletter grid */
.nl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:1.25rem}

/* Newsletter card */
.nl-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--border);text-decoration:none;transition:all .22s}
.nl-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(13,31,53,.12);border-color:#a8cce8}
.nl-card.no-pdf{cursor:default;opacity:.65}
.nl-card.no-pdf:hover{transform:none;box-shadow:none;border-color:var(--border)}
.nl-thumb{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d4f8a,#1E7BC4);aspect-ratio:3/4}
.nl-thumb img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .35s}
.nl-card:not(.no-pdf):hover .nl-thumb img{transform:scale(1.06)}
.nl-overlay{position:absolute;inset:0;background:rgba(6,20,40,.55);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .22s;backdrop-filter:blur(2px)}
.nl-card:not(.no-pdf):hover .nl-overlay{opacity:1}
.nl-pdf-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--blue);font-size:12px;font-weight:800;padding:9px 18px;border-radius:30px;letter-spacing:.04em;white-space:nowrap}
.nl-pdf-btn i{font-size:15px}
.nl-card-info{padding:.85rem 1rem .95rem;border-top:1px solid var(--border)}
.nl-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}
.nl-card-date{font-size:13px;font-weight:700;color:#0d1f35;line-height:1.3}

/* Empty state */
.nl-empty{text-align:center;padding:4rem 1.5rem;background:#fff;border:1px solid var(--border);border-radius:18px;grid-column:1/-1}
.nl-empty-icon{width:56px;height:56px;border-radius:14px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.nl-empty-icon i{font-size:26px;color:var(--blue)}
.nl-empty h3{font-size:16px;font-weight:700;color:#0d1f35;margin-bottom:.4rem}
.nl-empty p{font-size:13.5px;color:var(--muted);max-width:280px;margin:0 auto}

@media(max-width:991px){.nl-layout{grid-template-columns:1fr}.nl-sidebar{position:static}.nl-year-list{flex-direction:row;flex-wrap:wrap;gap:.5rem}.nl-year-item{border:1px solid var(--border);border-radius:20px;padding:.45rem .9rem}.nl-year-item.active{border-color:var(--blue)}.nl-yr-dot{display:none}}
@media(max-width:575px){.nl-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}

/* --- chapter-details.html --- */
/* ═══════════════════════════════════════
   CHAPTER DETAILS PAGE
   ═══════════════════════════════════════ */
.cd-page{background:var(--bg);padding:2.5rem 0 4rem}

.cd-info-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:1.75rem;display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2.5rem;box-shadow:0 4px 18px rgba(13,31,53,.05)}
.cd-info-avatar{width:84px;height:84px;border-radius:16px;overflow:hidden;flex-shrink:0;background:var(--blue-light);border:1px solid var(--border)}
.cd-info-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.cd-info-body{flex:1;min-width:0}
.cd-info-pres{margin-bottom:.9rem}
.cd-info-pres-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);display:block;margin-bottom:2px}
.cd-info-pres-name{font-size:19px;font-weight:800;color:#0d1f35;font-family:'Plus Jakarta Sans',sans-serif}
.cd-info-row{display:flex;gap:.7rem;align-items:flex-start;font-size:13.5px;color:#4a5568;line-height:1.6;margin-bottom:.55rem}
.cd-info-row:last-child{margin-bottom:0}
.cd-info-row svg{width:15px;height:15px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.cd-info-row a{color:var(--blue);text-decoration:none}
.cd-info-row a:hover{text-decoration:underline}

.cd-ob-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}
.cd-ob-head h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:20px;font-weight:800;color:#0d1f35;margin:0}
.cd-ob-head .dl-select-wrap{min-width:180px}

.cd-ob-soon{background:#fff;border:1.5px dashed var(--border);border-radius:18px;text-align:center;padding:3.5rem 1.5rem}
.cd-ob-soon i{font-size:34px;color:#cdd8e3;display:block;margin-bottom:1rem}
.cd-ob-soon h4{font-size:16px;font-weight:700;color:#0d1f35;margin-bottom:.4rem}
.cd-ob-soon p{font-size:13.5px;color:var(--muted);max-width:420px;margin:0 auto}

@media(max-width:575px){.cd-info-card{flex-direction:column;align-items:flex-start}}

/* ════════════════════════════════════════════════════════
   YOUTH PAGE REDESIGN (yp-*)
   ════════════════════════════════════════════════════════ */
:root{--yp-navy:#132a52;--yp-navy2:#0d1e3d;--yp-navy-light:#e8eef7}
.yp-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:9px;font-size:14.5px;font-weight:700;text-decoration:none;transition:all .2s;letter-spacing:.01em;border:2px solid transparent;cursor:pointer}
.yp-btn-navy{background:var(--yp-navy);color:#fff;box-shadow:0 10px 24px rgba(19,42,82,.25)}
.yp-btn-navy:hover{background:#0d1e3d;transform:translateY(-2px);box-shadow:0 14px 30px rgba(19,42,82,.32);color:#fff}
.yp-btn-outline{background:transparent;color:var(--yp-navy);border-color:var(--yp-navy)}
.yp-btn-outline:hover{background:var(--yp-navy);color:#fff;transform:translateY(-2px)}
.yp-btn-white{background:#fff;color:var(--yp-navy);box-shadow:0 10px 24px rgba(0,0,0,.15)}
.yp-btn-white:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.2);color:var(--yp-navy)}
.yp-btn-outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.yp-btn-outline-white:hover{background:#fff;color:var(--yp-navy);border-color:#fff;transform:translateY(-2px)}
.yp-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.9rem;display:flex;align-items:center;gap:6px}
.yp-eyebrow.green{color:var(--green-dark)}
.yp-h2{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;color:var(--yp-navy);font-size:34px;line-height:1.18;letter-spacing:-.01em;margin-bottom:1.1rem}
.yp-h2.center{text-align:center;margin-bottom:.7rem}
.yp-h2.light{color:#fff}
.yp-h2 .navy{color:var(--yp-navy)}
.yp-h2 .green{color:var(--green)}
.yp-sec-head{text-align:center;margin-bottom:2.75rem}
.yp-underline{width:64px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--yp-navy),var(--green));margin:0 auto}
.yp-underline.light{background:linear-gradient(90deg,#4d7bc9,var(--green))}

/* HERO */
.yp-hero{padding:49px 0 63px;background:linear-gradient(160deg,#eef4fb 0%,#f7fafd 55%,#ffffff 100%);position:relative;overflow:hidden}
.yp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center}
.yp-hero-kicker{font-size:15px;font-weight:800;letter-spacing:.18em;color:var(--yp-navy);text-transform:uppercase;margin-bottom:.3rem}
.yp-hero-title{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:76px;line-height:.95;color:var(--yp-navy);letter-spacing:-.02em;margin-bottom:.6rem}
.yp-hero-tag{font-size:19px;font-weight:800;letter-spacing:.03em;color:var(--green-dark);text-transform:uppercase;margin-bottom:1.15rem}
.yp-hero-text{font-size:15.5px;color:var(--muted);line-height:1.75;max-width:480px;margin-bottom:1.75rem}
.yp-hero-btns{display:flex;flex-wrap:wrap;gap:14px}
.yp-hero-media{position:relative;padding:14px 34px 46px 14px}
.yp-hero-glow{position:absolute;border-radius:50%;filter:blur(38px);z-index:0;pointer-events:none}
.yp-hero-glow.a{width:220px;height:220px;top:-40px;left:-40px;background:radial-gradient(circle,rgba(30,123,196,.35),transparent 72%)}
.yp-hero-glow.b{width:240px;height:240px;bottom:-30px;right:-30px;background:radial-gradient(circle,rgba(76,175,130,.32),transparent 72%)}
.yp-hero-dots{position:absolute;top:-14px;right:36px;width:96px;height:96px;background-image:radial-gradient(var(--blue) 1.6px,transparent 1.6px);background-size:14px 14px;opacity:.35;z-index:0}
.yp-hero-ring{position:absolute;top:34px;left:34px;right:0;bottom:0;border-radius:30px;background:linear-gradient(135deg,var(--blue) 0%,var(--green) 100%);z-index:1;box-shadow:0 25px 55px rgba(19,42,82,.28)}
.yp-hero-img{position:relative;z-index:2;width:calc(100% - 20px);display:block;border-radius:26px;box-shadow:0 24px 55px rgba(19,42,82,.22);aspect-ratio:4/2.2;object-fit:cover;border:7px solid #fff;transition:transform .35s ease}
.yp-hero-media:hover .yp-hero-img{transform:translate(-4px,-4px)}
.yp-hero-badge{position:absolute;left:14px;bottom:0;z-index:3;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:11px 18px 11px 12px;box-shadow:0 16px 34px rgba(19,42,82,.2)}
.yp-hero-badge-ico{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--yp-navy),var(--blue));color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.yp-hero-badge strong{display:block;font-family:'Playfair Display',serif;font-size:17px;color:var(--yp-navy);line-height:1.1}
.yp-hero-badge span{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}
.yp-hero-chip{position:absolute;top:2px;right:12px;z-index:3;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 12px 26px rgba(76,175,130,.4);border:3px solid #fff}

/* STATS */
.yp-stats{background:var(--yp-navy);padding:2.1rem 0;position:relative;z-index:2;margin-top:-40px;border-radius:22px;max-width:1200px;margin-left:auto;margin-right:auto}
.yp-stats-row{display:grid;grid-template-columns:repeat(4,1fr)}
.yp-stat{display:flex;align-items:center;gap:14px;padding:0 1.5rem;border-right:1px solid rgba(255,255,255,.16)}
.yp-stat:last-child{border-right:none}
.yp-stat-ico{width:46px;height:46px;flex-shrink:0;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}
.yp-stat-v{font-family:'Playfair Display',serif;font-size:26px;color:#fff;line-height:1.1}
.yp-stat-l{font-size:11.5px;color:rgba(255,255,255,.75);line-height:1.3;margin-top:2px}

/* ABOUT */
.yp-about{padding:100px 0 90px}
.yp-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.yp-about-text{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:1.3rem}
.yp-checklist{list-style:none;padding:0;margin:0 0 1.7rem}
.yp-checklist li{display:flex;align-items:center;gap:10px;font-size:14.5px;color:#233047;font-weight:500;padding:7px 0}
.yp-checklist i{color:var(--green-dark);font-size:19px;flex-shrink:0}
.yp-about-media{position:relative}
.yp-about-media img{width:100%;aspect-ratio:5/4.3;object-fit:cover;border-radius:22px;display:block;box-shadow:0 20px 45px rgba(19,42,82,.18)}
.yp-mission-card{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(13,24,48,.88);backdrop-filter:blur(6px);border-radius:16px;padding:1.4rem 1.5rem}
.yp-mission-card p{font-size:13.5px;color:rgba(255,255,255,.88);line-height:1.6;margin:0}
.yp-mission-badge{position:absolute;bottom:-18px;right:2px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-dark));display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 10px 24px rgba(76,175,130,.4)}

/* WHY JOIN */
.yp-why{padding:90px 0;background:var(--bg)}
.yp-why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.1rem}
.yp-why-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.75rem 1.1rem;text-align:center;transition:all .22s}
.yp-why-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(19,42,82,.1);border-color:transparent}
.yp-why-ico{width:56px;height:56px;border-radius:50%;background:var(--blue-light);color:var(--yp-navy);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 1rem}
.yp-why-card h4{font-size:15px;font-weight:800;color:var(--yp-navy);margin-bottom:.4rem}
.yp-why-card p{font-size:12.5px;color:var(--muted);line-height:1.55;margin:0}

/* KEY INITIATIVES */
.yp-init{padding:90px 0}
.yp-init-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.yp-init-item{text-align:center;padding:0 1.4rem;position:relative}
.yp-init-item::before{content:'';position:absolute;top:6px;left:0;bottom:6px;width:1px;background:var(--border)}
.yp-init-item:first-child::before{display:none}
.yp-init-ico{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:23px;margin:0 auto 1.1rem}
.yp-init-ico.navy{background:var(--yp-navy);color:#fff}
.yp-init-ico.green{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff}
.yp-init-item h5{font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--yp-navy);margin-bottom:.5rem;line-height:1.4}
.yp-init-item p{font-size:12.5px;color:var(--muted);line-height:1.55;margin:0}

/* ACTIVITIES */
.yp-activities{padding:90px 0;background:var(--bg)}
.yp-act-wrap{position:relative;display:flex;align-items:center;gap:10px}
.yp-act-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:6px 2px 10px;scrollbar-width:none}
.yp-act-track::-webkit-scrollbar{display:none}
.yp-act-card{flex:0 0 240px;text-align:center}
.yp-act-card img{width:100%;height:170px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 8px 22px rgba(19,42,82,.12);margin-bottom:.8rem;transition:transform .25s}
.yp-act-card:hover img{transform:translateY(-4px)}
.yp-act-card span{font-size:13.5px;font-weight:700;color:var(--yp-navy)}
.yp-act-arrow{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--yp-navy);color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:.2s}
.yp-act-arrow:hover{background:var(--blue);transform:scale(1.08)}

/* VOICES */
.yp-voices{padding:90px 0;background:linear-gradient(160deg,var(--yp-navy2),var(--yp-navy))}
.yp-voices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.yp-voice-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1.9rem}
.yp-voice-card>i{font-size:26px;color:var(--green);opacity:.85}
.yp-voice-card p{font-size:14px;color:rgba(255,255,255,.88);line-height:1.7;margin:.9rem 0 1.4rem;min-height:100px}
.yp-voice-person{display:flex;align-items:center;gap:12px}
.yp-voice-person img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.3)}
.yp-voice-person strong{display:block;color:#fff;font-size:14px}
.yp-voice-person span{font-size:12px;color:rgba(255,255,255,.55)}
.yp-dots{display:flex;justify-content:center;gap:8px;margin-top:2.5rem}
.yp-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);cursor:pointer;transition:.2s}
.yp-dots span.on{background:var(--green);width:22px;border-radius:5px}

/* CTA */
.yp-cta{background:linear-gradient(115deg,var(--yp-navy) 0%,#1a5c8f 55%,var(--green-dark) 100%);padding:60px 0}
.yp-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.yp-cta-copy h2{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:28px;line-height:1.3;color:#fff;margin-bottom:.5rem}
.yp-cta-copy h2 span{color:#b6ffcf}
.yp-cta-copy p{font-size:14.5px;color:rgba(255,255,255,.8);margin:0}
.yp-cta-btns{display:flex;gap:14px;flex-wrap:wrap}

@media(max-width:991px){
  .yp-hero-grid,.yp-about-grid{grid-template-columns:1fr}
  .yp-hero-media{order:-1;max-width:420px;margin:0 auto}
  .yp-stats-row{grid-template-columns:repeat(2,1fr);row-gap:1.5rem}
  .yp-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:1rem}
  .yp-why-grid{grid-template-columns:repeat(3,1fr)}
  .yp-init-grid{grid-template-columns:repeat(2,1fr);row-gap:2rem}
  .yp-init-item::before{display:none}
  .yp-voices-grid{grid-template-columns:1fr}
  .yp-hero-title{font-size:58px}
}
@media(max-width:575px){
  .yp-why-grid{grid-template-columns:repeat(2,1fr)}
  .yp-stats-row{grid-template-columns:1fr}
  .yp-stat{border-bottom:1px solid rgba(255,255,255,.16)}
  .yp-cta-inner{flex-direction:column;text-align:center}
  .yp-cta-btns{justify-content:center}
}
@media(max-width:340px){.nl-grid{grid-template-columns:1fr}}