/*
Theme Name: WOW4GOOD
Author: WOW4GOOD
Description: Unified WOW4GOOD front-end application shell.
Version: 0.1.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: wow4good
*/
:root{--bg:#090a0d;--surface:#111318;--border:rgba(255,255,255,.09);--text:#f5f5f3;--muted:#9b9ea6;--orange:#ff7a00;--content:1440px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
.wow-global-header{position:sticky;top:0;z-index:1000;background:rgba(9,10,13,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.wow-global-header__inner{height:72px;max-width:var(--content);margin:auto;padding:0 28px;display:flex;align-items:center;gap:24px}.wow-brand{font-weight:900;font-size:22px;white-space:nowrap}.wow-brand span{color:var(--orange)}.wow-global-nav{display:flex;gap:3px;flex:1}.wow-global-nav a{padding:10px 13px;border-radius:10px;color:#c7c9cf;font-size:14px;font-weight:700}.wow-global-nav a:hover{background:#ffffff0d;color:#fff}.wow-header-actions{display:flex;gap:8px;align-items:center}.wow-pill,.wow-btn{border:1px solid var(--border);border-radius:12px;padding:10px 14px;font-weight:800;background:#ffffff08;color:#fff}.wow-pill{border-radius:999px;font-size:13px}.wow-pill--primary,.wow-btn--primary{background:var(--orange);border-color:var(--orange);color:#111}.wow-menu-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}
.wow-main{max-width:var(--content);margin:auto;padding:32px 28px 80px}.wow-page{min-height:60vh}.wow-content-wrap{max-width:960px;margin:auto}.wow-page-title{font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-2px}.wow-hero{position:relative;overflow:hidden;border-radius:24px;min-height:520px;background:#121318}.wow-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.68}.wow-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000e 0%,#000a 48%,#0002 100%)}.wow-hero__content{position:relative;z-index:1;min-height:520px;max-width:760px;padding:70px;display:flex;flex-direction:column;justify-content:end}.wow-hero__eyebrow,.wow-card__eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:1.8px;font-size:11px}.wow-hero h1{font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-3px;margin:10px 0 18px}.wow-hero p{font-size:18px;color:#d1d2d5}.wow-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.wow-section{margin:52px 0}.wow-section__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.wow-section__head h2{margin:0;font-size:26px}.wow-section__head a{color:var(--orange);font-weight:800}.wow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wow-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden}.wow-card__media{aspect-ratio:16/9;background:#17191e}.wow-card__media img{width:100%;height:100%;object-fit:cover}.wow-card__body{padding:16px}.wow-card__title{margin:6px 0;font-size:18px}.wow-card__meta{color:var(--muted);font-size:13px}.wow-notice{padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:14px;color:var(--muted)}.wow-footer{border-top:1px solid var(--border);background:#08090b}.wow-footer__inner{max-width:var(--content);margin:auto;padding:42px 28px;color:var(--muted);display:flex;justify-content:space-between;gap:24px}
@media(max-width:900px){.wow-global-nav{display:none}.wow-menu-toggle{display:block}.wow-header-actions .wow-pill:not(.wow-pill--primary){display:none}.wow-grid{grid-template-columns:repeat(2,1fr)}.wow-main{padding:20px 18px 60px}.wow-hero__content{padding:40px 28px}}
@media(max-width:540px){.wow-grid{grid-template-columns:1fr}.wow-hero{min-height:460px}.wow-hero__content{min-height:460px;padding:28px 22px}.wow-footer__inner{flex-direction:column}}

.wow-brand img{display:block;max-height:40px;width:auto;object-fit:contain}.wow-global-nav.is-open{display:flex!important;position:absolute;top:72px;left:0;right:0;background:#0b0c0f;border-bottom:1px solid var(--border);padding:12px 18px;flex-direction:column;align-items:stretch}.wow-global-nav.is-open a{padding:13px 12px}
