/* ================================================================
   WWHO 2026 visual refresh
   Shared visual language for the homepage, internal content, cart,
   checkout and thank-you flows. Loaded after all legacy page CSS.
   ================================================================ */
:root {
    --wwho-blue: #0b56b8;
    --wwho-blue-2: #1a6ed0;
    --wwho-blue-dark: #113f8b;
    --wwho-ink: #10213d;
    --wwho-copy: #334155;
    --wwho-muted: #64748b;
    --wwho-line: #dce7f5;
    --wwho-soft: #f5f9ff;
    --wwho-soft-2: #edf5ff;
    --wwho-white: #ffffff;
    --wwho-shadow: 0 18px 48px rgba(17, 63, 139, .09);
    --wwho-shadow-sm: 0 10px 28px rgba(17, 63, 139, .07);
    --wwho-radius: 18px;
    --wwho-radius-lg: 24px;
}

html { scroll-behavior: smooth; }
body {
    color: var(--wwho-copy);
    background: #fff;
}
body.site-inner { background: #f8fbff; }
body.site-home { background: #fff; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: var(--wwho-ink);
    letter-spacing: -.015em;
}

body .btn-primary,
body .btn-brand,
body .main-btn,
body .ap-btn-primary,
body .program-btn.primary {
    background: var(--wwho-blue) !important;
    border-color: var(--wwho-blue) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(11, 86, 184, .18) !important;
}
body .btn-primary:hover,
body .btn-brand:hover,
body .main-btn:hover,
body .ap-btn-primary:hover,
body .program-btn.primary:hover {
    background: var(--wwho-blue-dark) !important;
    border-color: var(--wwho-blue-dark) !important;
    color: #fff !important;
}
body .text-muted { color: var(--wwho-muted) !important; }

/* ---------------- Header ---------------- */
.top-strip { display: none !important; }
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1050 !important;
    background: rgba(255,255,255,.97) !important;
    border-bottom: 1px solid #e9eff8 !important;
    box-shadow: 0 6px 22px rgba(17,63,139,.055) !important;
    backdrop-filter: blur(14px);
}
.main-nav {
    height: 88px !important;
    max-width: 1500px;
    margin: 0 auto;
    gap: 22px;
}
.brand { flex: 0 0 auto; }
.brand img {
    height: 56px !important;
    max-width: 210px;
    object-fit: contain;
}
.nav-menu {
    gap: clamp(14px, 1.6vw, 30px) !important;
    padding: 0 !important;
}
.nav-menu > li > a {
    height: 88px !important;
    color: #172238 !important;
    font-size: .91rem;
    font-weight: 800 !important;
    position: relative;
}
.nav-menu > li > a::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 19px;
    height: 2px;
    border-radius: 2px;
    background: var(--wwho-blue);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}
.nav-menu > li:hover > a::after,
.nav-menu > li > a:hover::after { transform: scaleX(1); }
.nav-menu > li > a i { color: var(--wwho-blue) !important; }

.header-actions { gap: 9px !important; }
.header-tool-btn {
    height: 42px;
    min-width: 54px;
    padding: 0 10px !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 9px;
    background: #fff !important;
    color: var(--wwho-blue-dark) !important;
    font-size: .82rem;
}
.header-tool-btn i { color: var(--wwho-blue) !important; }
.header-dd-menu {
    top: 50px !important;
    border: 1px solid #e3ecf8 !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.header-dd-menu a.active { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; }
.icon-square {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid var(--wwho-blue) !important;
    border-radius: 9px !important;
    color: var(--wwho-blue) !important;
    font-size: 1.08rem !important;
    box-shadow: none !important;
}
.icon-square:hover { background: var(--wwho-soft-2) !important; }
.header-contact-btn {
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 22px !important;
    background: var(--wwho-blue) !important;
    color: #fff !important;
    border-radius: 9px !important;
    box-shadow: 0 8px 20px rgba(11,86,184,.16);
}
.header-contact-btn:hover { background: var(--wwho-blue-dark) !important; }
.cart-badge {
    background: #e64f56 !important;
    top: -5px !important;
    right: -5px !important;
}
.mega-menu {
    top: 88px !important;
    border: 1px solid #e6edf8;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 22px 55px rgba(13,42,88,.13) !important;
}
.mega-card {
    border-radius: 14px !important;
    background: #f8fbff !important;
    border-color: #e5edf8 !important;
}
.mega-card a:hover { color: var(--wwho-blue) !important; }

/* ---------------- Homepage framework ---------------- */
.wwho-section { padding: 62px 0; }
.wwho-kicker {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--wwho-blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.wwho-section-heading { margin-bottom: 28px; }
.wwho-section-heading h2,
.wwho-about h2 {
    margin: 0;
    color: var(--wwho-blue-dark);
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    line-height: 1.13;
    font-weight: 900;
}
.wwho-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
}
.wwho-btn {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: .83rem;
    font-weight: 850;
    transition: .2s ease;
}
.wwho-btn:hover { transform: translateY(-1px); }
.wwho-btn-primary { color: #fff; background: var(--wwho-blue); }
.wwho-btn-primary:hover { color: #fff; background: var(--wwho-blue-dark); }
.wwho-btn-outline { color: var(--wwho-blue); border: 1px solid var(--wwho-blue); background: #fff; }
.wwho-btn-outline:hover { color: #fff; background: var(--wwho-blue); }
.wwho-btn-sm { min-height: 38px; padding-inline: 15px; }
.wwho-card-link {
    color: var(--wwho-blue) !important;
    font-size: .78rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Hero */
.wwho-home-hero { padding: 10px 20px 0; }
.wwho-home-hero .carousel {
    max-width: 1480px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: #0a1d34;
}
.wwho-home-hero .carousel-item { min-height: 500px; position: relative; }
.wwho-hero-media,
.wwho-hero-media img,
.wwho-hero-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.wwho-hero-media img,
.wwho-hero-media video { object-fit: cover; }
.wwho-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6,22,38,.9) 0%, rgba(7,28,48,.62) 42%, rgba(7,28,48,.13) 74%, rgba(7,28,48,.04) 100%);
}
html[dir="rtl"] .wwho-hero-shade {
    background: linear-gradient(270deg, rgba(6,22,38,.9) 0%, rgba(7,28,48,.62) 42%, rgba(7,28,48,.13) 74%, rgba(7,28,48,.04) 100%);
}
.wwho-hero-content-wrap {
    position: relative;
    z-index: 3;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.wwho-hero-copy { max-width: 610px; padding-inline: 34px; }
.wwho-hero-copy h1 {
    color: #fff !important;
    font-size: clamp(2.2rem, 4.3vw, 4.2rem);
    line-height: 1.08;
    margin: 0 0 16px;
    font-weight: 900;
}
.wwho-hero-copy p {
    max-width: 530px;
    color: rgba(255,255,255,.9);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 24px;
}
.wwho-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wwho-btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.65); background: rgba(6,22,38,.26); backdrop-filter: blur(8px); }
.wwho-btn-glass:hover { color: #fff; background: rgba(255,255,255,.13); }
.wwho-hero-arrow {
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    margin: 0 20px;
    border: 1px solid rgba(255,255,255,.75);
    background: rgba(5,23,40,.2) !important;
    opacity: 1 !important;
    color: #fff;
}
.wwho-hero-dots { margin-bottom: 18px !important; }
.wwho-hero-dots button {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    opacity: .72 !important;
}
.wwho-hero-dots button.active { background: #fff !important; opacity: 1 !important; }

/* About */
.wwho-about { background: #fff; }
.wwho-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
}
.wwho-about-copy p { max-width: 650px; color: var(--wwho-copy); line-height: 1.78; font-size: .95rem; }
.wwho-about-copy .wwho-lead { margin-top: 14px; font-size: 1rem; font-weight: 600; }
.wwho-about-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: var(--wwho-shadow);
}
.wwho-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}
.wwho-metric { min-width: 0; }
.wwho-metric i { display: block; min-height: 28px; color: var(--wwho-blue); font-size: 1.6rem; margin-bottom: 9px; }
.wwho-metric strong { display: block; color: var(--wwho-blue-dark); font-size: 1.35rem; line-height: 1.05; }
.wwho-metric span { display: block; margin-top: 5px; color: #344054; font-size: .68rem; font-weight: 700; line-height: 1.35; }

/* Programs */
.wwho-programs { padding-top: 24px; background: #fff; }
.wwho-program-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}
.wwho-program-card {
    min-height: 220px;
    padding: 22px 16px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--wwho-line);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(17,63,139,.025);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .2s ease;
}
.wwho-program-card:hover {
    transform: translateY(-4px);
    border-color: #b9d1ef;
    box-shadow: var(--wwho-shadow-sm);
}
.wwho-program-icon { color: var(--wwho-blue); font-size: 2rem; margin-bottom: 13px; }
.wwho-program-card h3 { color: var(--wwho-blue-dark); font-size: .95rem; margin-bottom: 9px; font-weight: 850; }
.wwho-program-card p { color: var(--wwho-copy); font-size: .76rem; line-height: 1.55; margin-bottom: 13px; }
.wwho-program-card .wwho-card-link { margin-top: auto; }

/* Stories */
.wwho-stories { margin-top: 18px; background: linear-gradient(90deg, #f5f9ff 0%, #fff 50%, #f7fbff 100%); border-top: 1px solid #eef3fa; border-bottom: 1px solid #eef3fa; }
.wwho-story-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.wwho-story-tabs button {
    min-width: 72px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #e4ebf5;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    font-size: .73rem;
    font-weight: 850;
}
.wwho-story-tabs button.active { background: var(--wwho-blue); border-color: var(--wwho-blue); color: #fff; }
.wwho-stories-layout {
    display: grid;
    grid-template-columns: 1.18fr .92fr;
    gap: 22px;
}
.wwho-story-featured {
    min-height: 360px;
    display: grid;
    grid-template-columns: 1.05fr .78fr;
    overflow: hidden;
    border: 1px solid var(--wwho-line);
    border-radius: 12px;
    background: #fff;
}
.wwho-story-featured-image { position: relative; overflow: hidden; background: #eef4fb; }
.wwho-story-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}
.wwho-story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wwho-story-featured-body { padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.wwho-story-badge {
    display: inline-flex;
    padding: 4px 7px;
    border-radius: 5px;
    background: var(--wwho-soft-2);
    color: var(--wwho-blue);
    font-size: .62rem;
    font-weight: 900;
    text-transform: uppercase;
}
.wwho-story-featured h3,
.wwho-story-row h3 { margin: 10px 0 6px; font-weight: 900; line-height: 1.25; }
.wwho-story-featured h3 { font-size: 1.28rem; }
.wwho-story-featured h3 a,
.wwho-story-row h3 a,
.wwho-event-body h3 a { color: var(--wwho-ink); }
.wwho-story-featured h3 a:hover,
.wwho-story-row h3 a:hover,
.wwho-event-body h3 a:hover { color: var(--wwho-blue); }
.wwho-story-featured time,
.wwho-story-row time { color: var(--wwho-muted); font-size: .7rem; }
.wwho-story-featured p { margin: 16px 0; color: var(--wwho-copy); font-size: .81rem; line-height: 1.68; }
.wwho-story-featured .wwho-card-link { margin-top: auto; }
.wwho-story-list { display: grid; gap: 12px; }
.wwho-story-row {
    min-height: 112px;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    border: 1px solid var(--wwho-line);
    border-radius: 12px;
    background: #fff;
}
.wwho-story-row-body { padding: 11px 14px; }
.wwho-story-row h3 { font-size: .92rem; margin-top: 6px; }
.wwho-story-row .wwho-card-link { margin-top: 5px; font-size: .67rem; }
.wwho-section-cta { margin-top: 24px; text-align: center; }

/* Albums */
.wwho-albums { padding-bottom: 36px; background: #fff; }
.wwho-album-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.wwho-album-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--wwho-line);
    border-radius: 11px;
    transition: .2s ease;
}
.wwho-album-card:hover { transform: translateY(-3px); box-shadow: var(--wwho-shadow-sm); }
.wwho-album-image { position: relative; aspect-ratio: 1.65 / 1; overflow: hidden; background: #e8eef6; }
.wwho-album-image img { width: 100%; height: 100%; object-fit: cover; transition: .3s ease; }
.wwho-album-card:hover img { transform: scale(1.035); }
.wwho-album-count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 6px;
    color: #fff;
    background: rgba(10,25,48,.75);
    font-size: .7rem;
    font-weight: 800;
}
html[dir="rtl"] .wwho-album-count { right: auto; left: 10px; }
.wwho-album-body { padding: 13px 14px; }
.wwho-album-body h3 { margin: 0 0 4px; color: var(--wwho-blue-dark); font-size: .88rem; font-weight: 900; }
.wwho-album-body span { color: var(--wwho-muted); font-size: .69rem; }

/* Webinars */
.wwho-webinars { padding-top: 30px; padding-bottom: 52px; background: #fff; }
.wwho-webinar-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.wwho-webinar-card {
    min-height: 145px;
    display: grid;
    grid-template-columns: 78px 1fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--wwho-line);
    border-radius: 11px;
}
.wwho-event-date { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f7faff; border-inline-end: 1px solid var(--wwho-line); }
.wwho-event-date span { color: var(--wwho-blue); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.wwho-event-date strong { color: var(--wwho-blue-dark); font-size: 2rem; line-height: 1; margin: 5px 0; }
.wwho-event-date small { color: var(--wwho-muted); font-size: .66rem; }
.wwho-event-body { padding: 17px 16px; }
.wwho-event-body h3 { margin: 7px 0 8px; font-size: .91rem; line-height: 1.3; }
.wwho-event-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--wwho-muted); font-size: .65rem; margin-bottom: 8px; }

/* ---------------- Footer ---------------- */
.wwho-footer {
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(115deg, #0a55b8 0%, #07489e 55%, #0a58bd 100%) !important;
    color: #fff;
    border: 0 !important;
}
.wwho-footer .container { max-width: 1240px; }
.wwho-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .75fr 1fr;
    gap: 70px;
    padding: 38px 0 28px;
}
.wwho-footer-logo img { height: 64px; max-width: 220px; object-fit: contain; filter: brightness(0) invert(1); }
.wwho-footer-brand p { max-width: 340px; margin: 15px 0 0; color: rgba(255,255,255,.8); font-size: .78rem; line-height: 1.65; }
.wwho-footer h6 { color: #fff !important; margin-bottom: 13px; font-size: .83rem; font-weight: 900; }
.wwho-footer-links,
.wwho-footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.wwho-footer-links a,
.wwho-footer-contact > a { color: rgba(255,255,255,.88) !important; font-size: .73rem; margin: 4px 0; }
.wwho-footer-links a:hover,
.wwho-footer-contact > a:hover { color: #fff !important; text-decoration: underline; text-underline-offset: 3px; }
.wwho-footer-contact > a { display: flex; align-items: center; gap: 8px; }
.wwho-footer-social { display: flex; gap: 8px; margin-top: 14px; }
.wwho-footer-social a {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    background: rgba(255,255,255,.11) !important;
    color: #fff !important;
}
.wwho-footer-bottom {
    padding: 13px 0 17px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.74);
    font-size: .67rem;
}

/* ---------------- Internal-page visual system ---------------- */
.site-inner .campaign-page-header { display: none !important; height: 0 !important; padding: 0 !important; margin: 0 !important; }
.site-inner .main-container,
.site-inner .program-container,
.site-inner .sp-container { max-width: 1240px !important; margin-inline: auto !important; }
.site-inner section:not(.general-donation-drawer):not(.search-panel) { scroll-margin-top: 100px; }
.site-inner .breadcrumb { margin-bottom: 10px !important; }
.site-inner .breadcrumb a { color: var(--wwho-blue) !important; }
.site-inner .breadcrumb-item.active { color: var(--wwho-muted) !important; }

/* Consistent content heroes without forcing page-specific content out */
.site-inner .gallery-hero-box,
.site-inner .blogs-hero-box,
.site-inner .events-hero,
.site-inner .campaigns-hero,
.site-inner .contact-hero,
.site-inner .search-hero,
.site-inner .faq-hero,
.site-inner .ways-hero {
    border-radius: 18px !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .gallery-index-page,
.site-inner .blogs-index-page,
.site-inner .events-page,
.site-inner .campaign-list-page,
.site-inner .contact-page { background: #f8fbff !important; }

.site-inner .ap-hero,
.site-inner .program-hero-new,
.site-inner .sp-hero {
    width: min(1460px, calc(100% - 32px)) !important;
    margin: 16px auto 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    min-height: clamp(390px, 48vw, 560px) !important;
    box-shadow: var(--wwho-shadow) !important;
}
.site-inner .ap-hero-overlay { background: linear-gradient(100deg, rgba(8,38,82,.9), rgba(8,55,118,.58), rgba(8,55,118,.12)) !important; }
html[dir="rtl"] .site-inner .ap-hero-overlay { background: linear-gradient(260deg, rgba(8,38,82,.9), rgba(8,55,118,.58), rgba(8,55,118,.12)) !important; }
.site-inner .program-hero-new {
    background-position: center !important;
}
.site-inner .program-hero-title,
.site-inner .ap-hero h1,
.site-inner .sp-hero h1 { font-size: clamp(2.1rem, 4vw, 3.8rem) !important; }

/* Common cards and grids */
.site-inner .campaign-card,
.site-inner .poster-event-card,
.site-inner .gallery-album-card,
.site-inner .blog-card,
.site-inner .sp-card,
.site-inner .method-card,
.site-inner .faq-item,
.site-inner .static-page-card {
    border-color: var(--wwho-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .campaign-card:hover,
.site-inner .poster-event-card:hover,
.site-inner .gallery-album-card:hover,
.site-inner .blog-card:hover { transform: translateY(-3px) !important; }
.site-inner .campaign-card-title,
.site-inner .poster-event-content h3,
.site-inner .gallery-album-overlay h3 { color: var(--wwho-blue-dark) !important; }

/* Forms */
.site-inner .form-control,
.site-inner .form-select,
.site-inner textarea,
.site-inner input[type="text"],
.site-inner input[type="email"],
.site-inner input[type="tel"],
.site-inner input[type="number"] {
    border-color: #ceddf0 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}
.site-inner .form-control:focus,
.site-inner .form-select:focus,
.site-inner textarea:focus,
.site-inner input:focus {
    border-color: #7fb0e8 !important;
    box-shadow: 0 0 0 3px rgba(11,86,184,.09) !important;
}

/* Donation box alignment with new visual system */
.site-inner .donation-box,
.site-inner .donation-card,
.site-inner [class*="donation-box"] {
    --donation-primary: var(--wwho-blue);
}

/* ---------------- Cart / checkout / thank-you ---------------- */
.site-inner .cart-hero,
.site-inner .checkout-hero,
.site-inner .thanks-hero {
    padding: 54px 0 72px !important;
    background:
        radial-gradient(900px 420px at 10% -20%, rgba(11,86,184,.12), transparent 60%),
        linear-gradient(180deg, #f9fbff 0%, #f1f6fd 100%) !important;
}
.site-inner .cart-hero > .container,
.site-inner .checkout-hero > .container,
.site-inner .thanks-hero > .container { max-width: 1180px; }
.site-inner .cart-hero h1,
.site-inner .checkout-hero h1,
.site-inner .thanks-hero h1 { color: var(--wwho-blue-dark) !important; font-size: clamp(2rem, 3vw, 3rem) !important; }

.site-inner .cart-shell,
.site-inner .glass,
.site-inner .payment-shell {
    background: #f7faff !important;
    border: 1px solid #dce8f6 !important;
    border-radius: 14px !important;
    backdrop-filter: none !important;
}
.site-inner .cart-card,
.site-inner .soft-card,
.site-inner .empty-hero-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 38px rgba(17,63,139,.075) !important;
    overflow: hidden;
}
.site-inner .cart-card .card-header,
.site-inner .soft-card .card-header {
    background: #fbfdff !important;
    border-bottom: 1px solid #e8eff8 !important;
}
.site-inner .cart-table thead th,
.site-inner .thanks-hero table thead th {
    color: #506176 !important;
    background: #f6f9fd !important;
    border-bottom-color: #e1eaf5 !important;
}
.site-inner .cart-table tbody tr:hover { background: #f8fbff !important; }
.site-inner .donation-pill,
.site-inner .pill {
    color: var(--wwho-blue-dark) !important;
    background: #eef5ff !important;
    border-color: #cfe0f5 !important;
}
.site-inner .summary-sticky { top: 112px !important; }
.site-inner .gateway-grid { gap: 12px !important; }
.site-inner .gateway-card {
    border: 1px solid #d5e2f2 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
}
.site-inner .gateway-card.active,
.site-inner .gateway-card:has(input:checked) {
    border-color: var(--wwho-blue) !important;
    box-shadow: 0 0 0 3px rgba(11,86,184,.08) !important;
    background: #f7fbff !important;
}
.site-inner .icon-badge {
    background: #e9f3ff !important;
    color: var(--wwho-blue) !important;
    border: 1px solid #cfe0f5 !important;
}
.site-inner .thanks-hero .soft-card:first-of-type { position: relative; }
.site-inner .thanks-hero .soft-card:first-of-type::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, var(--wwho-blue), #53a6ee);
}

/* Profile/auth */
.site-inner .sp-profile { background: #f8fbff !important; padding-top: 54px !important; }
.site-inner .sp-profile-card,
.site-inner .sp-profile-content {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .sp-profile-content h1 { color: var(--wwho-blue-dark) !important; }
.site-inner .sp-submit { background: var(--wwho-blue) !important; }

/* Search panel */
.search-panel { background: rgba(255,255,255,.98) !important; }
.search-box {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 14px !important;
    box-shadow: var(--wwho-shadow) !important;
}
.search-box .search-btn { border-radius: 9px !important; }

/* Mobile */
@media (max-width: 1199.98px) {
    .nav-menu { gap: 14px !important; }
    .nav-menu > li > a { font-size: .82rem; }
    .wwho-program-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
    .main-nav { height: 72px !important; }
    .brand img { height: 46px !important; max-width: 170px; }
    .mobile-toggle { display: inline-flex !important; }
    .nav-menu { display: none !important; }
    .mobile-drawer {
        top: 72px !important;
        background: #fff !important;
        border-inline-start: 1px solid #e2eaf5;
    }
    .drawer-link { color: var(--wwho-ink) !important; }
    .drawer-ctas .btn-primary { background: var(--wwho-blue) !important; }
    .wwho-home-hero { padding: 8px 12px 0; }
    .wwho-home-hero .carousel-item,
    .wwho-hero-content-wrap { min-height: 455px; }
    .wwho-hero-copy { padding-inline: 46px; }
    .wwho-about-grid { grid-template-columns: 1fr; gap: 32px; }
    .wwho-about-image { order: -1; }
    .wwho-stories-layout { grid-template-columns: 1fr; }
    .wwho-story-featured { min-height: 330px; }
    .wwho-album-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .wwho-webinar-grid { grid-template-columns: 1fr; }
    .wwho-footer-grid { grid-template-columns: 1.2fr .8fr; gap: 40px; }
    .wwho-footer-contact { grid-column: 1 / -1; }
    .site-inner .ap-hero,
    .site-inner .program-hero-new,
    .site-inner .sp-hero { width: calc(100% - 24px) !important; margin-top: 12px !important; }
}

@media (max-width: 767.98px) {
    body.donation_enabled { padding-bottom: 70px; }
    .wwho-section { padding: 44px 0; }
    .wwho-heading-row { align-items: flex-start; flex-direction: column; gap: 15px; }
    .wwho-home-hero .carousel { border-radius: 14px; }
    .wwho-home-hero .carousel-item,
    .wwho-hero-content-wrap { min-height: 420px; }
    .wwho-hero-shade { background: linear-gradient(0deg, rgba(6,22,38,.86), rgba(6,22,38,.27)) !important; }
    .wwho-hero-copy { max-width: none; padding: 145px 24px 30px; text-align: center; }
    .wwho-hero-copy h1 { font-size: clamp(2rem, 9vw, 3rem); }
    .wwho-hero-copy p { margin-inline: auto; font-size: .9rem; }
    .wwho-hero-actions { justify-content: center; }
    .wwho-hero-arrow { display: none !important; }
    .wwho-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
    .wwho-program-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .wwho-program-card { min-height: 205px; }
    .wwho-story-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
    .wwho-story-tabs button { flex: 0 0 auto; }
    .wwho-story-featured { grid-template-columns: 1fr; }
    .wwho-story-featured-image { min-height: 230px; }
    .wwho-story-featured-body { padding: 20px; }
    .wwho-story-row { grid-template-columns: 38% 62%; }
    .wwho-album-grid { grid-template-columns: 1fr; }
    .wwho-footer-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 32px; }
    .wwho-footer-contact { grid-column: auto; }
    .wwho-footer-bottom { flex-direction: column; gap: 4px; }
    .site-inner .cart-hero,
    .site-inner .checkout-hero,
    .site-inner .thanks-hero { padding: 34px 0 50px !important; }
    .site-inner .summary-sticky { position: static !important; }
}

@media (max-width: 479.98px) {
    .wwho-home-hero { padding-inline: 8px; }
    .wwho-program-grid { grid-template-columns: 1fr; }
    .wwho-metric strong { font-size: 1.2rem; }
    .wwho-story-row { grid-template-columns: 1fr; }
    .wwho-story-thumb { min-height: 180px; }
    .wwho-webinar-card { grid-template-columns: 66px 1fr; }
}

/* Donation journey shared by cart, checkout and confirmation */
.wwho-journey {
    display: grid;
    grid-template-columns: auto minmax(40px,1fr) auto minmax(40px,1fr) auto;
    align-items: center;
    gap: 14px;
    max-width: 720px;
    margin: 0 0 30px;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid var(--wwho-line);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17,63,139,.055);
}
.wwho-journey-step { display: flex; align-items: center; gap: 9px; opacity: .5; }
.wwho-journey-step.is-active,
.wwho-journey-step.is-done { opacity: 1; }
.wwho-journey-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #eef3f9;
    color: #64748b;
}
.wwho-journey-step.is-active .wwho-journey-icon,
.wwho-journey-step.is-done .wwho-journey-icon { background: var(--wwho-blue); color: #fff; }
.wwho-journey-copy { display: flex; flex-direction: column; line-height: 1.15; }
.wwho-journey-copy small { color: var(--wwho-muted); font-size: .59rem; text-transform: uppercase; font-weight: 800; }
.wwho-journey-copy strong { color: var(--wwho-ink); margin-top: 3px; font-size: .78rem; }
.wwho-journey-line { height: 2px; border-radius: 2px; background: #e4ebf4; }
.wwho-journey-line.is-done { background: var(--wwho-blue); }
@media (max-width: 575.98px) {
    .wwho-journey { grid-template-columns: repeat(3,1fr); gap: 8px; padding: 12px; }
    .wwho-journey-line { display: none; }
    .wwho-journey-step { justify-content: center; text-align: center; flex-direction: column; }
    .wwho-journey-copy small { display: none; }
}

/* Keep header language/currency menus inside the viewport in both directions. */
.header-actions .top-dd-menu { left: auto !important; right: 0 !important; }
html[dir="rtl"] .header-actions .top-dd-menu { right: auto !important; left: 0 !important; }

/* ==================================================================
   Internal pages — same visual language as the 2026 homepage refresh
   ================================================================== */
.site-inner main,
.site-inner > .page-content { min-height: 52vh; }
.site-inner .main-container,
.site-inner .program-container,
.site-inner .sp-container { width: min(1180px, calc(100% - 32px)) !important; margin-inline: auto !important; }
.site-inner .section-padding { padding-top: 48px !important; padding-bottom: 72px !important; }
.site-inner .campaign-page-header { display: none !important; height: 0 !important; padding: 0 !important; margin: 0 !important; }
.site-inner .main-title-big { color: var(--wwho-blue-dark) !important; font-size: clamp(1.7rem,3vw,2.5rem) !important; font-weight: 900 !important; }
.site-inner .content-styled { color: var(--wwho-copy); line-height: 1.9; }
.site-inner .content-styled h2,
.site-inner .content-styled h3 { color: var(--wwho-blue-dark); margin-top: 1.7em; }
.site-inner .content-styled a { color: var(--wwho-blue); text-decoration-thickness: 1px; }
.site-inner .pagination { gap: 5px; }
.site-inner .page-link { border: 1px solid var(--wwho-line) !important; color: var(--wwho-blue-dark) !important; border-radius: 8px !important; margin: 0 !important; }
.site-inner .page-item.active .page-link { background: var(--wwho-blue) !important; border-color: var(--wwho-blue) !important; color: #fff !important; }
.site-inner .breadcrumb a { color: var(--wwho-blue); }

/* Blog / news hub */
.site-inner .ym-blog-listing-section,
.site-inner .blog-show-page {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 46%) !important;
    color: var(--wwho-copy) !important;
}
.site-inner .ym-blog-listing-section { padding: 46px 0 78px !important; }
.site-inner .ym-blog-head {
    padding: 27px 30px !important;
    margin-bottom: 28px !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: var(--wwho-radius-lg) !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .ym-blog-eyebrow,
.site-inner .ym-blog-badge,
.site-inner .blog-category-badge { color: var(--wwho-blue) !important; }
.site-inner .ym-blog-title { color: var(--wwho-blue-dark) !important; font-size: clamp(2rem,4vw,3.35rem) !important; font-weight: 900 !important; }
.site-inner .ym-blog-subtitle { color: var(--wwho-muted) !important; }
.site-inner .hub-tab {
    border: 1px solid var(--wwho-line) !important;
    background: #fff !important;
    color: var(--wwho-copy) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
}
.site-inner .hub-tab.active,
.site-inner .hub-tab:hover { background: var(--wwho-blue) !important; border-color: var(--wwho-blue) !important; color: #fff !important; }
.site-inner .hub-featured-card,
.site-inner .ym-blog-card,
.site-inner .related-blog-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
    background: #fff !important;
    overflow: hidden;
}
.site-inner .hub-featured-card:hover,
.site-inner .ym-blog-card:hover,
.site-inner .related-blog-card:hover { transform: translateY(-3px); box-shadow: var(--wwho-shadow) !important; }
.site-inner .hub-featured-image img,
.site-inner .ym-blog-card img,
.site-inner .related-blog-img img { object-fit: cover; }
.site-inner .blog-cover-hero {
    width: min(1460px, calc(100% - 32px)) !important;
    min-height: min(610px, 68vh) !important;
    margin: 22px auto 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: var(--wwho-shadow) !important;
}
.site-inner .blog-cover-overlay { background: linear-gradient(90deg, rgba(5,22,39,.88), rgba(5,22,39,.30)) !important; }
html[dir="rtl"] .site-inner .blog-cover-overlay { background: linear-gradient(270deg, rgba(5,22,39,.88), rgba(5,22,39,.30)) !important; }
.site-inner .blog-cover-content { width: min(1120px, calc(100% - 48px)) !important; }
.site-inner .blog-cover-content h1 { color: #fff !important; font-size: clamp(2.1rem,5vw,4.25rem) !important; max-width: 850px; }
.site-inner .blog-date { color: rgba(255,255,255,.84) !important; }
.site-inner .blog-article-shell,
.site-inner .event-content {
    width: min(980px, calc(100% - 32px)) !important;
    margin: 34px auto 0 !important;
    padding: clamp(24px,4vw,48px) !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .blog-lead { color: var(--wwho-blue-dark) !important; border-inline-start: 4px solid var(--wwho-blue); padding-inline-start: 16px; }
.site-inner .blog-gallery-item,
.site-inner .event-gallery-item { border-radius: 14px !important; overflow: hidden; box-shadow: var(--wwho-shadow-sm); }
.site-inner .related-blog-section,
.site-inner .related-events-section { margin-top: 46px !important; }

/* Events / webinars */
.site-inner .events-index-page,
.site-inner .event-show-page { background: linear-gradient(180deg,#f7fbff 0%,#fff 60%) !important; padding: 46px 0 80px !important; }
.site-inner .events-index-hero {
    max-width: none !important;
    padding: 28px 30px !important;
    margin-bottom: 28px !important;
    border: 1px solid var(--wwho-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--wwho-shadow-sm);
}
.site-inner .events-kicker { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; border-radius: 8px !important; }
.site-inner .events-index-hero h1 { color: var(--wwho-blue-dark) !important; font-size: clamp(2rem,4vw,3.4rem) !important; }
.site-inner .event-featured-cover,
.site-inner .event-cover-hero {
    border-radius: 22px !important;
    overflow: hidden;
    box-shadow: var(--wwho-shadow) !important;
}
.site-inner .event-featured-cover { height: clamp(360px,58vh,620px) !important; }
.site-inner .event-featured-overlay,
.site-inner .event-cover-overlay { background: linear-gradient(0deg, rgba(5,22,39,.88), rgba(5,22,39,.12) 70%) !important; }
.site-inner .event-cover-hero { width: min(1460px, calc(100% - 32px)) !important; margin: -24px auto 0 !important; height: clamp(400px,62vh,650px) !important; }
.site-inner .event-cover-content h1 { color: #fff !important; }
.site-inner .poster-event-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .poster-event-content h3 { color: var(--wwho-blue-dark) !important; }
.site-inner .poster-meta { color: var(--wwho-muted) !important; }
.site-inner .poster-status.upcoming,
.site-inner .poster-status.featured-badge { background: var(--wwho-blue) !important; }
.site-inner .view-all-events-btn { background: var(--wwho-blue) !important; border-radius: 9px !important; }

/* Photo albums */
.site-inner .gallery-index-page,
.site-inner .album-show-section { background: linear-gradient(180deg,#f7fbff,#fff) !important; padding: 46px 0 80px !important; }
.site-inner .gallery-hero-box,
.site-inner .album-show-header {
    padding: 28px 30px !important;
    margin-bottom: 30px !important;
    background: #fff !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 20px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .gallery-kicker { color: var(--wwho-blue) !important; background: var(--wwho-soft-2) !important; border-radius: 8px !important; }
.site-inner .gallery-hero-box h1,
.site-inner .album-show-header h1 { color: var(--wwho-blue-dark) !important; }
.site-inner .gallery-albums-grid { gap: 18px !important; }
.site-inner .gallery-album-card,
.site-inner .album-card,
.site-inner .album-show-image {
    border-radius: 15px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
    border: 1px solid var(--wwho-line);
}
.site-inner .gallery-album-overlay,
.site-inner .album-card-overlay { background: linear-gradient(0deg,rgba(4,21,38,.86),rgba(4,21,38,.04) 70%) !important; }
.site-inner .gallery-open-btn { background: var(--wwho-blue) !important; }
.site-inner .album-page-layout { gap: 26px !important; }
.site-inner .album-main-content,
.site-inner .more-albums-sidebar {
    background: #fff !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .album-main-content { padding: clamp(20px,3vw,34px) !important; }
.site-inner .more-albums-sidebar { padding: 22px !important; height: fit-content; }

/* Campaign / appeal listing */
.site-inner .campaign-hero,
.site-inner .campaigns-header {
    padding: 25px 28px !important;
    margin: 40px 0 26px !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .campaign-hero h1,
.site-inner .campaigns-header h1 { color: var(--wwho-blue-dark) !important; font-weight: 900 !important; }
.site-inner .sidebar-card,
.site-inner .campaigns-sidebar,
.site-inner .filter-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .campaigns-sidebar { padding: 20px !important; position: sticky; top: 112px; }
.site-inner .sidebar-title { color: var(--wwho-blue-dark) !important; font-weight: 900 !important; }
.site-inner .category-link,
.site-inner .sidebar-category-list a { border-radius: 9px !important; color: var(--wwho-copy) !important; }
.site-inner .category-link:hover,
.site-inner .category-link.active,
.site-inner .sidebar-category-list a:hover,
.site-inner .sidebar-category-list a.active { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; }
.site-inner .campaign-card,
.site-inner .campaign-card-link .campaign-card {
    overflow: hidden !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}
.site-inner .campaign-card:hover { transform: translateY(-4px); box-shadow: var(--wwho-shadow) !important; }
.site-inner .campaign-card-title { color: var(--wwho-blue-dark) !important; }
.site-inner .campaign-card-desc { color: var(--wwho-muted) !important; }
.site-inner .campaign-card-country-badge,
.site-inner .badge-category { background: rgba(255,255,255,.94) !important; color: var(--wwho-blue-dark) !important; border: 1px solid rgba(255,255,255,.65); }
.site-inner .progress,
.site-inner .progress-wrap,
.site-inner .campaign-progress-bar .bar,
.site-inner .mini-progress { background: #e8eff8 !important; }
.site-inner .progress-bar,
.site-inner .progress-bar-inner,
.site-inner .campaign-progress-bar .bar-inner { background: var(--wwho-blue) !important; }
.site-inner .btn-primary-soft { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; border: 1px solid #cfe1f6 !important; border-radius: 9px !important; }

/* Campaign / appeal detail + donation box */
.site-inner .campaign-show-page { background: linear-gradient(180deg,#f7fbff 0%,#fff 54%) !important; padding: 40px 0 80px !important; }
.site-inner .campaign-details-layout { margin-top: 0 !important; }
.site-inner .campaignGalleryMain,
.site-inner .campaign-gallery-main,
.site-inner .project-details-main-info,
.site-inner .campaign-description-card,
.site-inner .sidebar-box,
.site-inner .campaign-price-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .campaignGalleryMain,
.site-inner .campaign-gallery-main { overflow: hidden !important; }
.site-inner .campaign-gallery-main img { object-fit: cover; }
.site-inner .campaign-gallery-thumbs .swiper-slide { border-radius: 10px !important; overflow: hidden; border: 2px solid transparent; }
.site-inner .campaign-gallery-thumbs .swiper-slide-thumb-active { border-color: var(--wwho-blue) !important; }
.site-inner .project-desktop-title,
.site-inner .project-mobile-title,
.site-inner .project-standalone-title { color: var(--wwho-blue-dark) !important; }
.site-inner .share-btn { border: 1px solid var(--wwho-line) !important; color: var(--wwho-blue) !important; background: #fff !important; }
.site-inner .campaign-donation-card {
    border: 1px solid #cfe1f6 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(11,86,184,.12) !important;
}
.site-inner .donation-box,
.site-inner .donation-card,
.site-inner [class*="donation-box__"] { --ym-blue: var(--wwho-blue); --ym-navy: var(--wwho-blue-dark); }
.site-inner .campaign-price-card__head { color: var(--wwho-blue-dark) !important; }
.site-inner .related-campaign-card { border: 1px solid var(--wwho-line) !important; border-radius: 13px !important; overflow: hidden; box-shadow: none !important; }
.site-inner .related-donate-btn { background: var(--wwho-blue) !important; color: #fff !important; }

/* Islamic giving */
.site-inner .ig-page { background: linear-gradient(180deg,#f7fbff,#fff) !important; color: var(--wwho-copy) !important; }
.site-inner .ig-hero { padding: 46px 0 26px !important; background: transparent !important; }
.site-inner .ig-hero .ig-wrap,
.site-inner .ig-hero-inner {
    padding: 28px 30px !important;
    border-radius: 20px !important;
    border: 1px solid var(--wwho-line) !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .ig-hero h1 { color: var(--wwho-blue-dark) !important; }
.site-inner .ig-kind-pill { border: 1px solid var(--wwho-line) !important; background: #fff !important; color: var(--wwho-copy) !important; border-radius: 8px !important; }
.site-inner .ig-kind-pill.active,
.site-inner .ig-kind-pill:hover { background: var(--wwho-blue) !important; border-color: var(--wwho-blue) !important; color: #fff !important; }
.site-inner .ig-card,
.site-inner .ig-content-card,
.site-inner .ig-donate-frame,
.site-inner .ig-related-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .ig-card .name,
.site-inner .ig-related-card .name { color: var(--wwho-blue-dark) !important; }
.site-inner .ig-card .kind-tag,
.site-inner .ig-kind-badge { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; }
.site-inner .ig-progress-fill { background: var(--wwho-blue) !important; }
.site-inner .ig-icon-circle { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; }
.site-inner .ig-donate-frame-sticky { top: 110px !important; }

/* Programs */
.site-inner .program-human-page { --primary: var(--wwho-blue); --dark: var(--wwho-ink); --soft: var(--wwho-soft); background: #fff !important; }
.site-inner .program-hero-new { width: min(1460px,calc(100% - 32px)); margin: 22px auto 0; border-radius: 22px; overflow: hidden; }
.site-inner .program-hero-new::after { height: 65px !important; }
.site-inner .program-hero-title { color: #fff !important; }
.site-inner .floating-impact-strip { margin-top: -40px !important; position: relative; z-index: 4; }
.site-inner .impact-strip-card,
.site-inner .goal-story-card,
.site-inner .gallery-stack-card,
.site-inner .impact-human-box,
.site-inner .program-campaign-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
    background: #fff !important;
}
.site-inner .section-kicker,
.site-inner .section-mini-title { color: var(--wwho-blue) !important; }
.site-inner .human-title,
.site-inner .section-heading-center h2,
.site-inner .impact-human-heading h2 { color: var(--wwho-blue-dark) !important; }
.site-inner .program-campaign-btn { color: var(--wwho-blue) !important; }

/* Sponsorship listing + profile */
.site-inner .sp-page { background: linear-gradient(180deg,#f7fbff,#fff) !important; }
.site-inner .sp-hero { padding: 42px 0 26px !important; background: transparent !important; }
.site-inner .sp-hero-bg { display: none !important; }
.site-inner .sp-hero-inner {
    padding: 30px !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .sp-kicker { color: var(--wwho-blue) !important; }
.site-inner .sp-hero h1,
.site-inner .sp-heading h2 { color: var(--wwho-blue-dark) !important; }
.site-inner .sp-quick,
.site-inner .sp-filter,
.site-inner .sp-control,
.site-inner .sp-person-card {
    border-color: var(--wwho-line) !important;
    border-radius: 14px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .sp-profile { background: linear-gradient(180deg,#f7fbff,#fff) !important; padding: 44px 0 78px !important; }
.site-inner .sp-profile-card,
.site-inner .sp-donate-panel,
.site-inner .sp-profile-content {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .sp-profile-summary h1 { color: var(--wwho-blue-dark) !important; }
.site-inner .sp-profile-tags span { background: var(--wwho-soft-2) !important; color: var(--wwho-blue-dark) !important; border-color: #d3e4f8 !important; }

/* Contact, FAQ, ways to donate */
.site-inner .contact-page,
.site-inner .faq-center,
.site-inner .ways-page { padding-top: 44px !important; padding-bottom: 80px !important; }
.site-inner .contact-hero,
.site-inner .faq-hero,
.site-inner .ways-hero {
    padding: clamp(28px,4vw,48px) !important;
    margin-bottom: 30px !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg,#fff 0%,var(--wwho-soft) 100%) !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .contact-hero h1,
.site-inner .faq-hero h1,
.site-inner .ways-hero h1 { color: var(--wwho-blue-dark) !important; font-size: clamp(2rem,4vw,3.3rem) !important; }
.site-inner .contact-layout { gap: 24px !important; }
.site-inner .contact-info,
.site-inner .contact-form-card,
.site-inner .contact-map,
.site-inner .way-card,
.site-inner .faq-category {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .contact-item i,
.site-inner .way-icon { color: var(--wwho-blue) !important; background: var(--wwho-soft-2) !important; }
.site-inner .contact-form-card { padding: clamp(22px,3vw,34px) !important; }
.site-inner .faq-search { max-width: 760px !important; }
.site-inner .faq-category { padding: 20px !important; margin-bottom: 18px !important; }
.site-inner .faq-category-title { color: var(--wwho-blue-dark) !important; }
.site-inner .accordion-item { border: 1px solid var(--wwho-line) !important; border-radius: 11px !important; overflow: hidden; margin-bottom: 9px; }
.site-inner .accordion-button { color: var(--wwho-ink) !important; font-weight: 800; box-shadow: none !important; }
.site-inner .accordion-button:not(.collapsed) { color: var(--wwho-blue-dark) !important; background: var(--wwho-soft) !important; }
.site-inner .way-card { overflow: hidden; }
.site-inner .way-action { color: var(--wwho-blue) !important; font-weight: 850 !important; }
.site-inner .ways-notice { border-color: #cfe1f6 !important; background: var(--wwho-soft) !important; }

/* Search */
.site-inner form[action*="search"] .form-control { min-height: 48px; }
.site-inner .card { border-color: var(--wwho-line); }
.site-inner .card.h-100 { border-radius: 14px; overflow: hidden; box-shadow: var(--wwho-shadow-sm); }

/* Authentication */
.site-inner .user-area { padding: 58px 16px 84px !important; background: linear-gradient(180deg,#f7fbff,#fff) !important; }
.site-inner .user-form-content {
    width: min(560px,100%) !important;
    margin-inline: auto !important;
    padding: clamp(26px,4vw,42px) !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow) !important;
}
.site-inner .user-form-content h2,
.site-inner .user-form-content h3 { color: var(--wwho-blue-dark) !important; }
.site-inner .user-form .form-group { margin-bottom: 16px !important; }
.site-inner .user-form .form-control { min-height: 50px !important; border-radius: 10px !important; }
.site-inner .default-btn { width: 100%; min-height: 50px; border: 0; border-radius: 9px !important; background: var(--wwho-blue) !important; color: #fff !important; font-weight: 850; }
.site-inner .forgot-login,
.site-inner .create a { color: var(--wwho-blue) !important; }

/* Donor dashboard/profile */
.site-inner .donor-profile { background: linear-gradient(180deg,#f7fbff,#fff) !important; padding-top: 44px !important; padding-bottom: 80px !important; }
.site-inner .dp-shell { max-width: 1180px !important; }
.site-inner .dp-hero,
.site-inner .dp-stat,
.site-inner .dp-panel,
.site-inner .dp-record {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .dp-avatar,
.site-inner .dp-stat__icon { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; }
.site-inner .dp-eyebrow,
.site-inner .dp-stat__value { color: var(--wwho-blue-dark) !important; }
.site-inner .dp-tabs { gap: 7px; border: 0 !important; }
.site-inner .dp-tabs .nav-link { border: 1px solid var(--wwho-line) !important; border-radius: 9px !important; color: var(--wwho-copy) !important; background: #fff; }
.site-inner .dp-tabs .nav-link.active { background: var(--wwho-blue) !important; border-color: var(--wwho-blue) !important; color: #fff !important; }
.site-inner .dp-btn-brand { background: var(--wwho-blue) !important; color: #fff !important; border-color: var(--wwho-blue) !important; }
.site-inner .dp-btn-outline { color: var(--wwho-blue) !important; border-color: #b9d1ef !important; }

/* Cart, checkout and confirmations — intentionally visually different */
.site-inner .cart-hero,
.site-inner .checkout-hero,
.site-inner .thanks-hero { background: linear-gradient(180deg,#f5f9ff 0%,#fff 100%) !important; padding-top: 46px !important; padding-bottom: 82px !important; }
.site-inner .cart-hero h1,
.site-inner .checkout-hero h1,
.site-inner .thanks-hero h1 { color: var(--wwho-blue-dark) !important; font-size: clamp(2rem,4vw,3.15rem); }
.site-inner .cart-shell,
.site-inner .cart-card,
.site-inner .soft-card,
.site-inner .glass,
.site-inner .empty-hero-card {
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--wwho-shadow-sm) !important;
    backdrop-filter: none !important;
}
.site-inner .soft-card .card-header { padding: 20px 22px 8px !important; }
.site-inner .soft-card .card-body { padding: 16px 22px 22px !important; }
.site-inner .summary-sticky { top: 110px !important; }
.site-inner .donation-pill,
.site-inner .pill { background: var(--wwho-soft-2) !important; color: var(--wwho-blue-dark) !important; border-color: #c9ddf5 !important; }
.site-inner .gateway-card { border: 1px solid var(--wwho-line) !important; border-radius: 12px !important; box-shadow: none !important; }
.site-inner .gateway-card:hover { border-color: #a9c9ef !important; box-shadow: 0 8px 22px rgba(11,86,184,.08) !important; }
.site-inner .gateway-card.active { border: 2px solid var(--wwho-blue) !important; box-shadow: 0 0 0 4px rgba(11,86,184,.075) !important; }
.site-inner .gateway-logo,
.site-inner .icon-badge,
.site-inner .empty-illus { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; border-color: #d2e3f7 !important; }
.site-inner .payment-shell { border-color: var(--wwho-line) !important; background: #fbfdff !important; border-radius: 12px !important; }
.site-inner .cart-table thead th,
.site-inner .table thead th { background: #f8fbff !important; color: var(--wwho-blue-dark) !important; border-color: var(--wwho-line) !important; }
.site-inner .cart-table tbody tr:hover,
.site-inner .table tbody tr:hover { background: #f7fbff !important; }
.site-inner .thanks-hero .soft-card:first-child { border-top: 4px solid var(--wwho-blue) !important; }

/* Forms across refreshed frontend */
.site-inner .form-control,
.site-inner .form-select {
    border: 1px solid #d5e1ef !important;
    border-radius: 10px !important;
    min-height: 46px;
    background-color: #fff;
    box-shadow: none !important;
}
.site-inner .form-control:focus,
.site-inner .form-select:focus { border-color: #8db7e7 !important; box-shadow: 0 0 0 4px rgba(11,86,184,.08) !important; }
.site-inner .form-label { color: var(--wwho-ink); font-weight: 750; }

@media (max-width: 991.98px) {
    .site-inner .campaigns-sidebar { position: static; }
    .site-inner .blog-cover-hero,
    .site-inner .event-cover-hero,
    .site-inner .program-hero-new { width: calc(100% - 20px) !important; margin-top: 10px !important; border-radius: 16px !important; }
    .site-inner .blog-cover-hero { min-height: 480px !important; }
    .site-inner .event-cover-hero { height: 470px !important; }
    .site-inner .floating-impact-strip { margin-top: 20px !important; }
    .site-inner .summary-sticky,
    .site-inner .ig-donate-frame-sticky { position: static !important; }
}

@media (max-width: 575.98px) {
    .site-inner .ym-blog-head,
    .site-inner .events-index-hero,
    .site-inner .gallery-hero-box,
    .site-inner .album-show-header,
    .site-inner .contact-hero,
    .site-inner .faq-hero,
    .site-inner .ways-hero,
    .site-inner .sp-hero-inner { padding: 21px 18px !important; border-radius: 15px !important; }
    .site-inner .blog-cover-hero { min-height: 420px !important; }
    .site-inner .blog-cover-content { width: calc(100% - 32px) !important; }
    .site-inner .event-cover-hero { height: 420px !important; }
    .site-inner .blog-article-shell,
    .site-inner .event-content { padding: 22px 18px !important; border-radius: 15px !important; }
    .site-inner .wwho-journey { margin-bottom: 24px; }
}

/* About page */
.site-inner .ap { --ym-blue: var(--wwho-blue); --ym-blue-dark: var(--wwho-blue-dark); background: #fff !important; }
.site-inner .ap-hero {
    width: min(1460px, calc(100% - 32px)) !important;
    min-height: clamp(420px,58vw,620px) !important;
    margin: 22px auto 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: var(--wwho-shadow) !important;
}
.site-inner .ap-hero-overlay { background: linear-gradient(90deg,rgba(5,22,39,.90) 0%,rgba(8,45,86,.55) 48%,rgba(5,22,39,.10) 78%) !important; }
html[dir="rtl"] .site-inner .ap-hero-overlay { background: linear-gradient(270deg,rgba(5,22,39,.90) 0%,rgba(8,45,86,.55) 48%,rgba(5,22,39,.10) 78%) !important; }
.site-inner .ap-hero-content .container { max-width: 1180px !important; }
.site-inner .ap-hero h1 { font-family: inherit !important; font-size: clamp(2.2rem,5vw,4.2rem) !important; }
.site-inner .ap-btn-primary { background: var(--wwho-blue) !important; border-radius: 9px !important; box-shadow: 0 10px 24px rgba(11,86,184,.18) !important; }
.site-inner .ap-btn-ghost { border-radius: 9px !important; }
.site-inner .ap-section { padding: 64px 0 !important; }
.site-inner .ap-section.soft { background: #f7fbff !important; }
.site-inner .ap-kicker { color: var(--wwho-blue) !important; letter-spacing: .06em !important; }
.site-inner .ap-heading { color: var(--wwho-blue-dark) !important; font-family: inherit !important; }
.site-inner .ap-subheading { color: var(--wwho-muted) !important; }
.site-inner .ap-image-main { border-radius: 16px !important; box-shadow: var(--wwho-shadow) !important; }
.site-inner .ap-image-badge { background: #fff !important; color: var(--wwho-blue-dark) !important; border: 1px solid var(--wwho-line) !important; box-shadow: var(--wwho-shadow-sm) !important; }
.site-inner .ap-vmv-card,
.site-inner .ap-focus-card,
.site-inner .ap-approach-card,
.site-inner .ap-principle-pill,
.site-inner .ap-partner-card {
    background: #fff !important;
    border: 1px solid var(--wwho-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--wwho-shadow-sm) !important;
}
.site-inner .ap-vmv-icon,
.site-inner .ap-focus-icon { background: var(--wwho-soft-2) !important; color: var(--wwho-blue) !important; }
.site-inner .ap-vmv-card h3,
.site-inner .ap-focus-card h3,
.site-inner .ap-approach-card h3 { color: var(--wwho-blue-dark) !important; }
.site-inner .ap-slider-arrow { background: #fff !important; border-color: var(--wwho-line) !important; color: var(--wwho-blue) !important; box-shadow: var(--wwho-shadow-sm) !important; }
.site-inner .ap-goals-section { background: var(--wwho-blue-dark) !important; }
.site-inner .ap-goals-section .ap-heading,
.site-inner .ap-goals-section .ap-kicker,
.site-inner .ap-goals-section .ap-subheading { color: #fff !important; }
@media (max-width: 991.98px) {
    .site-inner .ap-hero { width: calc(100% - 20px) !important; margin-top: 10px !important; border-radius: 16px !important; }
}
.site-inner .ap-section.navy { background: var(--wwho-blue-dark) !important; }
.site-inner .ap-section.navy .ap-heading,
.site-inner .ap-section.navy .ap-kicker,
.site-inner .ap-section.navy .ap-subheading { color: #fff !important; }
.site-inner .ap-goal-card { border: 1px solid rgba(255,255,255,.18) !important; border-radius: 15px !important; background: rgba(255,255,255,.08) !important; }
.site-inner .ap-goal-card h3,
.site-inner .ap-goal-card p,
.site-inner .ap-goal-card i { color: #fff !important; }

/* Generic CMS/static pages */
.site-inner .static-page-shell { padding: 44px 0 82px !important; background: linear-gradient(180deg,#f7fbff,#fff) !important; }
.site-inner .static-page-card { overflow: hidden; border: 1px solid var(--wwho-line) !important; border-radius: 20px !important; background: #fff !important; box-shadow: var(--wwho-shadow-sm) !important; }
.site-inner .static-page-hero { min-height: 280px !important; padding: 40px !important; display: flex; align-items: flex-end; background-size: cover; background-position: center; position: relative; }
.site-inner .static-page-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,22,39,.84),rgba(5,22,39,.18)); }
html[dir="rtl"] .site-inner .static-page-hero::before { background:linear-gradient(270deg,rgba(5,22,39,.84),rgba(5,22,39,.18)); }
.site-inner .static-page-heading { position: relative; z-index: 1; max-width: 820px; }
.site-inner .static-page-heading h1 { color: #fff !important; font-size: clamp(2rem,4vw,3.4rem) !important; }
.site-inner .static-page-heading p { color: rgba(255,255,255,.86) !important; }
.site-inner .static-page-content { padding: clamp(24px,4vw,48px) !important; color: var(--wwho-copy) !important; line-height: 1.9 !important; }
.site-inner .static-page-content h2,
.site-inner .static-page-content h3 { color: var(--wwho-blue-dark) !important; }
.site-inner .static-page-content a { color: var(--wwho-blue) !important; }

/* Zakat calculator */
.site-inner .zc-page { background: linear-gradient(180deg,#f7fbff,#fff) !important; padding-bottom: 82px !important; }
.site-inner .zc-hero { padding-top: 46px !important; }
.site-inner .zc-wrap { width: min(1180px,calc(100% - 32px)) !important; margin-inline:auto !important; }
.site-inner .zc-card,
.site-inner .zc-summary,
.site-inner .zc-below { border: 1px solid var(--wwho-line) !important; border-radius: 18px !important; background:#fff !important; box-shadow: var(--wwho-shadow-sm) !important; }
.site-inner .zc-card,
.site-inner .zc-summary { padding: clamp(22px,3vw,32px) !important; }
.site-inner .zc-hero h1,
.site-inner .zc-card h2,
.site-inner .zc-summary h2 { color: var(--wwho-blue-dark) !important; }
.site-inner .zc-nisab-toggle.active,
.site-inner .zc-donate-btn { background: var(--wwho-blue) !important; color:#fff !important; border-color:var(--wwho-blue) !important; }
.site-inner .zc-result .amount { color: var(--wwho-blue-dark) !important; }

/* Email verification */
.site-inner .email-verification-page { padding: 58px 16px 84px !important; background: linear-gradient(180deg,#f7fbff,#fff) !important; }
.site-inner .email-verification-card { width:min(900px,100%); margin-inline:auto; overflow:hidden; border:1px solid var(--wwho-line) !important; border-radius:20px !important; background:#fff !important; box-shadow:var(--wwho-shadow) !important; }
.site-inner .email-verification-visual { background:linear-gradient(145deg,var(--wwho-blue-dark),var(--wwho-blue)) !important; }
.site-inner .email-verification-icon,
.site-inner .email-verification-step-number { background:rgba(255,255,255,.14) !important; color:#fff !important; }
.site-inner .email-verification-kicker { color:var(--wwho-blue) !important; }
.site-inner .email-verification-primary { background:var(--wwho-blue) !important; color:#fff !important; border-radius:9px !important; }
.site-inner .email-verification-secondary { color:var(--wwho-blue-dark) !important; border-color:var(--wwho-line) !important; border-radius:9px !important; }

/* Profile edit / manual sponsorship payment pages */
.site-inner .py-12 .bg-white,
.site-inner .min-vh-100 .card { border:1px solid var(--wwho-line) !important; border-radius:18px !important; box-shadow:var(--wwho-shadow-sm) !important; }
.site-inner .min-vh-100.bg-light { background:linear-gradient(180deg,#f7fbff,#fff) !important; }

/* 2026-08-15 V4: full-width hero, but only 70% of the VISIBLE viewport height.
   dvh follows the browser's currently visible viewport on mobile; vh is fallback. */
.site-home .wwho-home-hero {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.site-home .wwho-home-hero .carousel,
.site-home .wwho-home-hero .carousel-inner,
.site-home .wwho-home-hero .carousel-item,
.site-home .wwho-hero-content-wrap {
    width: 100%;
    max-width: none !important;
    height: 70vh !important;
    height: 70dvh !important;
    min-height: 0 !important;
    max-height: 70vh !important;
    max-height: 70dvh !important;
}
.site-home .wwho-home-hero .carousel {
    margin: 0 !important;
    border-radius: 0 !important;
}
.site-home .wwho-home-hero .carousel-inner,
.site-home .wwho-home-hero .carousel-item {
    overflow: hidden;
}
.site-home .wwho-hero-media,
.site-home .wwho-hero-media img,
.site-home .wwho-hero-media video {
    height: 100% !important;
}
.site-home .wwho-hero-copy {
    max-height: calc(70dvh - 40px);
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .site-home .wwho-hero-copy {
        padding: 14dvh 22px 22px !important;
        max-height: 70dvh;
    }
    .site-home .wwho-hero-copy h1 {
        font-size: clamp(1.85rem, 8vw, 2.75rem) !important;
        line-height: 1.04;
        margin-bottom: 10px;
    }
    .site-home .wwho-hero-copy p {
        font-size: .88rem;
        line-height: 1.55;
        margin-bottom: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .site-home .wwho-hero-actions { gap: 8px; }
    .site-home .wwho-hero-actions .wwho-btn {
        min-height: 40px;
        padding: 9px 14px;
        font-size: .78rem;
    }
}

/* 2026-08-15 V6: keep hero navigation arrows outside the text safe-area. */
.site-home .wwho-hero-content-wrap {
    padding-inline-start: 96px !important;
    padding-inline-end: 72px !important;
}
.site-home .wwho-hero-copy {
    padding-inline: 0 !important;
}
.site-home .wwho-hero-arrow.carousel-control-prev {
    left: 0 !important;
    right: auto !important;
    margin-left: 18px !important;
    margin-right: 0 !important;
}
.site-home .wwho-hero-arrow.carousel-control-next {
    right: 0 !important;
    left: auto !important;
    margin-right: 18px !important;
    margin-left: 0 !important;
}
html[dir="rtl"] .site-home .wwho-hero-content-wrap {
    padding-inline-start: 96px !important;
    padding-inline-end: 72px !important;
}

@media (max-width: 991.98px) {
    .site-home .wwho-hero-content-wrap {
        padding-inline: 78px !important;
    }
}

@media (max-width: 767.98px) {
    .site-home .wwho-hero-content-wrap {
        padding-inline: 22px !important;
    }
    .site-home .wwho-hero-copy {
        padding: 14dvh 0 22px !important;
    }
    .site-home .wwho-hero-arrow {
        display: none !important;
    }
}

/* ==================================================================
   2026-08-15 V7 — homepage mobile-only usability pass
   Desktop/tablet >= 768px intentionally untouched.
   ================================================================== */
@media (max-width: 767.98px) {
    /* 1) Hero: exactly ~70% of the visible mobile viewport, never full-screen. */
    .site-home .wwho-home-hero,
    .site-home .wwho-home-hero .carousel,
    .site-home .wwho-home-hero .carousel-inner,
    .site-home .wwho-home-hero .carousel-item,
    .site-home .wwho-hero-content-wrap {
        height: 70vh !important;
        height: 70svh !important;
        min-height: 0 !important;
        max-height: 70vh !important;
        max-height: 70svh !important;
    }
    .site-home .wwho-home-hero {
        padding: 0 !important;
    }
    .site-home .wwho-home-hero .carousel {
        border-radius: 0 !important;
    }
    .site-home .wwho-hero-copy {
        max-height: calc(70svh - 24px) !important;
        padding: clamp(54px, 10svh, 90px) 0 22px !important;
        overflow: hidden;
    }
    .site-home .wwho-hero-copy h1 {
        font-size: clamp(1.75rem, 8vw, 2.6rem) !important;
        line-height: 1.06 !important;
    }
    .site-home .wwho-hero-copy p {
        -webkit-line-clamp: 2 !important;
    }

    /* 2) Header/drawer: remove legacy nav margins that were covering the first menu row. */
    .site-header {
        height: 72px !important;
        min-height: 72px !important;
    }
    .site-header .main-nav {
        width: 100% !important;
        height: 72px !important;
        min-height: 72px !important;
        margin: 0 !important;
        padding-inline: 14px !important;
        border-radius: 0 !important;
    }
    .site-header .brand img {
        height: 42px !important;
        max-width: 158px !important;
    }
    .site-header .header-actions {
        gap: 7px !important;
    }
    .site-header .icon-square {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px;
    }
    #mobileDrawer {
        top: 72px !important;
        bottom: 0 !important;
        height: calc(100dvh - 72px) !important;
        max-height: calc(100dvh - 72px) !important;
        padding-top: 6px !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        z-index: 2000 !important;
    }
    #mobileDrawer > .drawer-item:first-child .drawer-link {
        border-top: 0 !important;
    }

    /* Shared horizontal-mobile-slider behavior. A piece of the next card stays visible. */
    .wwho-program-grid,
    .wwho-stories-layout,
    .wwho-album-grid,
    .wwho-webinar-grid {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 2px 13vw 14px 0 !important;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--wwho-blue) #e7eff9;
    }
    html[dir="rtl"] .wwho-program-grid,
    html[dir="rtl"] .wwho-stories-layout,
    html[dir="rtl"] .wwho-album-grid,
    html[dir="rtl"] .wwho-webinar-grid {
        padding: 2px 0 14px 13vw !important;
    }
    .wwho-program-grid::-webkit-scrollbar,
    .wwho-stories-layout::-webkit-scrollbar,
    .wwho-album-grid::-webkit-scrollbar,
    .wwho-webinar-grid::-webkit-scrollbar {
        height: 4px;
    }
    .wwho-program-grid::-webkit-scrollbar-track,
    .wwho-stories-layout::-webkit-scrollbar-track,
    .wwho-album-grid::-webkit-scrollbar-track,
    .wwho-webinar-grid::-webkit-scrollbar-track {
        background: #e7eff9;
        border-radius: 999px;
    }
    .wwho-program-grid::-webkit-scrollbar-thumb,
    .wwho-stories-layout::-webkit-scrollbar-thumb,
    .wwho-album-grid::-webkit-scrollbar-thumb,
    .wwho-webinar-grid::-webkit-scrollbar-thumb {
        background: var(--wwho-blue);
        border-radius: 999px;
    }

    /* 3) About metrics: all four stay in one horizontal row. */
    .wwho-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100%;
        margin-top: 24px;
    }
    .wwho-metric {
        text-align: center;
        min-width: 0;
    }
    .wwho-metric i {
        min-height: 24px;
        margin-bottom: 6px;
        font-size: 1.45rem;
    }
    .wwho-metric strong {
        font-size: 1rem !important;
        white-space: nowrap;
    }
    .wwho-metric span {
        margin-top: 4px;
        font-size: .56rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    /* 4) Programs: one large card + a visible slice of the next card. */
    .wwho-program-grid .wwho-program-card {
        flex: 0 0 78vw !important;
        width: 78vw !important;
        min-width: 78vw !important;
        max-width: 330px;
        min-height: 220px !important;
        scroll-snap-align: start;
    }

    /* 5) News / blog / success stories: every story becomes a swipe card. */
    .wwho-stories-layout {
        align-items: stretch;
    }
    .wwho-story-list {
        display: contents !important;
    }
    .wwho-story-featured,
    .wwho-story-row {
        flex: 0 0 84vw !important;
        width: 84vw !important;
        min-width: 84vw !important;
        max-width: 360px;
        min-height: 0 !important;
        display: block !important;
        scroll-snap-align: start;
    }
    .wwho-story-featured-image,
    .wwho-story-thumb {
        display: block !important;
        width: 100% !important;
        height: 210px !important;
        min-height: 210px !important;
        overflow: hidden;
    }
    .wwho-story-featured-image img,
    .wwho-story-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .wwho-story-featured-body,
    .wwho-story-row-body {
        padding: 18px !important;
    }
    .wwho-story-row h3 {
        font-size: 1rem !important;
    }
    .wwho-story-tabs {
        scrollbar-width: none;
    }
    .wwho-story-tabs::-webkit-scrollbar {
        display: none;
    }

    /* 6) Moments of Impact + Events are swipe tracks too. */
    .wwho-album-grid .wwho-album-card,
    .wwho-webinar-grid .wwho-webinar-card {
        flex: 0 0 82vw !important;
        width: 82vw !important;
        min-width: 82vw !important;
        max-width: 350px;
        scroll-snap-align: start;
    }
    .wwho-webinar-grid .wwho-webinar-card {
        min-height: 150px !important;
        grid-template-columns: 70px minmax(0, 1fr) !important;
    }

    /* Keep mobile section heading CTAs tidy above their sliders. */
    .wwho-albums .wwho-heading-row,
    .wwho-webinars .wwho-heading-row {
        width: 100%;
    }
    .wwho-albums .wwho-heading-row > .wwho-btn,
    .wwho-webinars .wwho-heading-row > .wwho-btn {
        align-self: flex-start;
    }

    /* 7) Footer: centered as one calm mobile column. */
    .wwho-footer,
    .wwho-footer-grid,
    .wwho-footer-brand,
    .wwho-footer-links,
    .wwho-footer-contact,
    .wwho-footer-bottom {
        text-align: center !important;
    }
    .wwho-footer-grid {
        justify-items: center !important;
        gap: 30px !important;
    }
    .wwho-footer-brand,
    .wwho-footer-links,
    .wwho-footer-contact {
        width: 100%;
        align-items: center !important;
    }
    .wwho-footer-logo {
        display: inline-flex;
        justify-content: center;
    }
    .wwho-footer-brand p {
        margin: 15px auto 0 !important;
    }
    .wwho-footer-contact > a {
        justify-content: center !important;
    }
    .wwho-footer-social {
        justify-content: center !important;
        margin-inline: auto !important;
    }
    .wwho-footer-bottom {
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 420px) {
    /* Keep the header controls from squeezing the logo on very narrow phones. */
    .site-header .brand img {
        height: 38px !important;
        max-width: 142px !important;
    }
    .site-header .header-actions {
        gap: 5px !important;
    }
    .site-header .icon-square {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px;
    }
    .wwho-program-grid .wwho-program-card {
        flex-basis: 80vw !important;
        width: 80vw !important;
        min-width: 80vw !important;
    }
}

@media (max-width: 767.98px) {
    /* Story category filtering must still win over the mobile card display rules. */
    .wwho-stories-layout [data-story-card].d-none {
        display: none !important;
    }
}

/* ==================================================================
   2026-08-15 V8 — hard mobile fix for hero height + visible header/menu
   Keeps every V7 mobile slider/footer change untouched.
   ================================================================== */
@media (max-width: 767.98px) {
    /* The value is set from visualViewport/innerHeight in main.js.
       Fallback stays at 70dvh when JS has not run yet. */
    .site-home .wwho-home-hero,
    .site-home .wwho-home-hero .carousel,
    .site-home .wwho-home-hero .carousel-inner,
    .site-home .wwho-home-hero .carousel-item,
    .site-home .wwho-hero-content-wrap {
        height: var(--wwho-mobile-hero-height, 70dvh) !important;
        min-height: var(--wwho-mobile-hero-height, 70dvh) !important;
        max-height: var(--wwho-mobile-hero-height, 70dvh) !important;
    }

    .site-home .wwho-hero-copy {
        max-height: calc(var(--wwho-mobile-hero-height, 70dvh) - 18px) !important;
        padding-top: clamp(42px, 8vh, 68px) !important;
        padding-bottom: 20px !important;
    }

    /* Keep the real header completely visible while the drawer is open.
       Legacy backdrop used to sit above it and made the top menu look hidden. */
    .site-header {
        position: sticky !important;
        top: 0 !important;
    }
    body.mobile-menu-open .site-header {
        z-index: 2205 !important;
        isolation: isolate;
    }

    .page-backdrop {
        top: var(--wwho-mobile-header-height, 72px) !important;
        bottom: 0 !important;
        height: auto !important;
        z-index: 2190 !important;
    }

    #mobileDrawer {
        top: var(--wwho-mobile-header-height, 72px) !important;
        bottom: 0 !important;
        height: calc(100dvh - var(--wwho-mobile-header-height, 72px)) !important;
        max-height: calc(100dvh - var(--wwho-mobile-header-height, 72px)) !important;
        padding-top: 0 !important;
        z-index: 2200 !important;
    }

    #mobileDrawer > .drawer-item:first-child > .drawer-link {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body.mobile-menu-open {
        overflow: hidden !important;
    }

    /* Make the menu trigger remain obvious/clickable while the drawer is open. */
    .mobile-toggle {
        position: relative;
        z-index: 1;
    }
}

/* ==================================================================
   2026-08-15 V9 — mobile navigation redesign
   Inspired by a compact NGO side menu, rebuilt in the site's blue/navy
   visual language. Mobile only; desktop navigation is unchanged.
   ================================================================== */
@media (max-width: 991.98px) {
    body.mobile-menu-open .site-header {
        z-index: 1050 !important;
    }

    .page-backdrop,
    body.mobile-menu-open .page-backdrop {
        inset: 0 !important;
        top: 0 !important;
        height: 100dvh !important;
        background: rgba(5, 18, 39, .66) !important;
        backdrop-filter: blur(2px);
        z-index: 2290 !important;
    }

    #mobileDrawer {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: min(88vw, 390px) !important;
        max-width: 390px !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        padding: 0 0 calc(22px + env(safe-area-inset-bottom)) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        background:
            radial-gradient(circle at 94% 2%, rgba(26,110,208,.22), transparent 28%),
            linear-gradient(180deg, #10213d 0%, #0d1c35 100%) !important;
        border: 0 !important;
        box-shadow: -28px 0 70px rgba(3, 13, 31, .36) !important;
        transform: translateX(105%) !important;
        transition: transform .28s cubic-bezier(.2,.7,.2,1) !important;
        z-index: 2305 !important;
        color: #fff;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    #mobileDrawer.show {
        transform: translateX(0) !important;
    }

    #mobileDrawer .drawer-modern-head {
        position: sticky;
        top: 0;
        z-index: 6;
        min-height: 92px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: calc(15px + env(safe-area-inset-top)) 18px 14px;
        background: rgba(16,33,61,.96);
        border-bottom: 1px solid rgba(255,255,255,.08);
        backdrop-filter: blur(12px);
    }

    #mobileDrawer .drawer-modern-brand {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        max-width: 190px;
        min-height: 52px;
        padding: 7px 10px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(3,13,31,.16);
    }

    #mobileDrawer .drawer-modern-brand img {
        display: block;
        width: auto;
        max-width: 165px;
        height: 40px;
        object-fit: contain;
    }

    #mobileDrawer .drawer-modern-close {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 11px;
        background: rgba(255,255,255,.06);
        color: #fff;
        font-size: 1.1rem;
        transition: .2s ease;
    }

    #mobileDrawer .drawer-modern-close:hover,
    #mobileDrawer .drawer-modern-close:focus-visible {
        background: var(--wwho-blue);
        border-color: var(--wwho-blue);
    }

    #mobileDrawer .drawer-modern-search {
        display: flex;
        align-items: stretch;
        margin: 18px 18px 14px;
        min-height: 50px;
        overflow: hidden;
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(3,13,31,.15);
    }

    #mobileDrawer .drawer-modern-search input {
        min-width: 0;
        flex: 1 1 auto;
        border: 0;
        outline: 0;
        padding: 0 15px;
        background: transparent;
        color: #16233b;
        font-size: .95rem;
    }

    #mobileDrawer .drawer-modern-search input::placeholder {
        color: #8b97aa;
    }

    #mobileDrawer .drawer-modern-search button {
        width: 54px;
        flex: 0 0 54px;
        border: 0;
        background: var(--wwho-blue);
        color: #fff;
        font-size: 1.05rem;
    }

    #mobileDrawer .drawer-modern-language {
        margin: 0 18px 16px;
        padding: 13px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 15px;
        background: rgba(255,255,255,.045);
    }

    #mobileDrawer .drawer-modern-section-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 11px;
        color: rgba(255,255,255,.94);
        font-size: .82rem;
        font-weight: 800;
    }

    #mobileDrawer .drawer-modern-section-title i {
        color: #69b7f1;
        font-size: 1rem;
    }

    #mobileDrawer .drawer-modern-language-options {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 1px;
        scrollbar-width: none;
    }

    #mobileDrawer .drawer-modern-language-options::-webkit-scrollbar {
        display: none;
    }

    #mobileDrawer .drawer-modern-lang {
        position: relative;
        min-width: max-content;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 8px 11px;
        border: 1px solid rgba(255,255,255,.17);
        border-radius: 11px;
        color: rgba(255,255,255,.9) !important;
        background: rgba(255,255,255,.055);
        font-size: .78rem;
        font-weight: 800;
        text-decoration: none;
    }

    #mobileDrawer .drawer-modern-lang small {
        color: rgba(255,255,255,.58);
        font-size: .63rem;
        letter-spacing: .05em;
    }

    #mobileDrawer .drawer-modern-lang.active {
        color: #fff !important;
        border-color: var(--wwho-blue-2);
        background: linear-gradient(135deg, var(--wwho-blue) 0%, var(--wwho-blue-2) 100%);
        box-shadow: 0 8px 22px rgba(11,86,184,.26);
    }

    #mobileDrawer .drawer-modern-lang.active small {
        color: rgba(255,255,255,.78);
    }

    #mobileDrawer .drawer-modern-lang i {
        font-size: .8rem;
    }

    #mobileDrawer .drawer-modern-menu {
        padding: 4px 0 2px;
    }

    #mobileDrawer .drawer-item {
        border: 0 !important;
    }

    #mobileDrawer .drawer-link,
    #mobileDrawer .drawer-item--has-children > .drawer-link {
        width: calc(100% - 24px) !important;
        min-height: 58px !important;
        height: auto !important;
        margin: 0 12px !important;
        padding: 12px 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.07) !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: rgba(255,255,255,.94) !important;
        font-size: .98rem !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
        text-decoration: none !important;
    }

    #mobileDrawer .drawer-link:hover,
    #mobileDrawer .drawer-link:focus-visible,
    #mobileDrawer .drawer-link.active,
    #mobileDrawer .drawer-item.is-open > .drawer-link {
        color: #fff !important;
        background: rgba(26,110,208,.13) !important;
        border-bottom-color: rgba(105,183,241,.22) !important;
    }

    #mobileDrawer .drawer-modern-label {
        min-width: 0;
        display: inline-flex;
        align-items: center;
        gap: 11px;
    }

    #mobileDrawer .drawer-modern-item-icon {
        width: 26px;
        flex: 0 0 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #65b5ef !important;
        font-size: 1rem;
    }

    #mobileDrawer .drawer-modern-chevron {
        flex: 0 0 auto;
        color: rgba(255,255,255,.66) !important;
        font-size: .78rem;
        transition: transform .22s ease;
    }

    #mobileDrawer .drawer-item.is-open > .drawer-sub-toggle .drawer-modern-chevron {
        transform: rotate(180deg);
    }

    html[dir="rtl"] #mobileDrawer .drawer-link:not(.drawer-sub-toggle) .drawer-modern-chevron {
        transform: rotate(180deg);
    }

    #mobileDrawer .drawer-sub {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        margin: 3px 18px 11px !important;
        padding: 10px !important;
        border: 1px solid rgba(255,255,255,.08) !important;
        border-radius: 14px !important;
        background: rgba(255,255,255,.045) !important;
        box-shadow: none !important;
    }

    #mobileDrawer .drawer-sub[hidden] {
        display: none !important;
    }

    #mobileDrawer .drawer-sub a,
    #mobileDrawer .drawer-sub a.drawer-mobile-link,
    #mobileDrawer .drawer-sub a.drawer-mobile-direct,
    #mobileDrawer .drawer-sub a.drawer-sub-all {
        min-height: 42px !important;
        padding: 9px 10px !important;
        border: 0 !important;
        border-radius: 10px !important;
        background: rgba(255,255,255,.055) !important;
        color: rgba(255,255,255,.86) !important;
        box-shadow: none !important;
        font-size: .86rem !important;
        font-weight: 700 !important;
    }

    #mobileDrawer .drawer-sub a:hover,
    #mobileDrawer .drawer-sub a.active,
    #mobileDrawer .drawer-sub a.drawer-mobile-link:hover,
    #mobileDrawer .drawer-sub a.drawer-mobile-link.active {
        color: #fff !important;
        background: rgba(26,110,208,.22) !important;
    }

    #mobileDrawer .drawer-mobile-group {
        padding: 10px !important;
        border: 1px solid rgba(255,255,255,.08) !important;
        border-radius: 12px !important;
        background: rgba(255,255,255,.035) !important;
        box-shadow: none !important;
    }

    #mobileDrawer .drawer-mobile-group-title,
    #mobileDrawer .drawer-mobile-subheading,
    #mobileDrawer .drawer-mobile-subheading.mega-subheading-education,
    #mobileDrawer .drawer-mobile-subheading.mega-subheading-hunger,
    #mobileDrawer .drawer-mobile-subheading.mega-subheading-health {
        color: #69b7f1 !important;
        border-color: rgba(255,255,255,.08) !important;
    }

    #mobileDrawer .drawer-mobile-promo {
        background: linear-gradient(135deg, var(--wwho-blue-dark) 0%, var(--wwho-blue) 100%) !important;
        border: 1px solid rgba(105,183,241,.25) !important;
        box-shadow: 0 12px 28px rgba(3,13,31,.16) !important;
    }

    #mobileDrawer .drawer-sub a.drawer-mobile-promo-button {
        color: var(--wwho-blue-dark) !important;
        background: #fff !important;
    }

    #mobileDrawer .drawer-ctas {
        display: grid;
        gap: 10px;
        padding: 16px 18px 8px !important;
    }

    #mobileDrawer .drawer-ctas .btn {
        min-height: 48px;
        margin: 0 !important;
        border-radius: 12px !important;
        font-weight: 800 !important;
    }

    #mobileDrawer .drawer-ctas .btn-primary {
        background: linear-gradient(135deg, var(--wwho-blue) 0%, var(--wwho-blue-2) 100%) !important;
        border-color: var(--wwho-blue) !important;
    }

    #mobileDrawer .drawer-ctas .btn-outline-navy {
        color: #fff !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        background: rgba(255,255,255,.04) !important;
    }

    #mobileDrawer .drawer-ctas .btn-outline-navy:hover {
        background: rgba(255,255,255,.1) !important;
    }
}

@media (max-width: 420px) {
    #mobileDrawer {
        width: min(90vw, 360px) !important;
    }
    #mobileDrawer .drawer-modern-head {
        padding-inline: 14px;
    }
    #mobileDrawer .drawer-modern-brand {
        max-width: 172px;
    }
    #mobileDrawer .drawer-modern-brand img {
        max-width: 148px;
        height: 36px;
    }
    #mobileDrawer .drawer-modern-search,
    #mobileDrawer .drawer-modern-language {
        margin-inline: 14px;
    }
}
