/* ============================================================
   RJMC — Women Harassment Cell Page Styles  v1.0
   Matches: style.css  · Red · Teal · Deep palette
   Fonts: Playfair Display (display) · DM Sans (body)
   ============================================================ */

/* ── Variables (local fallbacks mirror style.css) ──────── */
:root {
    --whc-navy:        #163745;
    --whc-navy-deep:   #0e2530;
    --whc-navy-mid:    #1a3a4a;
    --whc-navy-soft:   #2c5a6e;
    --whc-white:       #ffffff;
    --whc-cream:       #FFF6F6;
    --whc-gray-200:    #dde4e7;
    --whc-text-body:   #3d4a52;
    --whc-text-muted:  #7a8c94;
    --whc-radius-md:   14px;
    --whc-radius-lg:   22px;
    --whc-shadow-xs:   0 1px 4px rgba(44,104,123,.07);
    --whc-shadow-sm:   0 4px 16px rgba(44,104,123,.10);
    --whc-shadow-md:   0 12px 40px rgba(44,104,123,.15);
    --whc-shadow-lg:   0 24px 72px rgba(44,104,123,.20);
    --whc-ease:        cubic-bezier(.4,0,.2,1);
    --whc-ease-spring: cubic-bezier(.34,1.56,.64,1);
}

/* ── UTILITY ────────────────────────────────────────────── */
.sec-pad { padding: 96px 0; }

/* ══════════════════════════════════════════════════════════
   § 1 — MINI HERO
══════════════════════════════════════════════════════════ */
.whc-mini-hero {
    position: relative;
    background-image:
        linear-gradient(145deg,
            rgba(22,55,69,.95) 0%,
            rgba(44,104,123,.88) 55%,
            rgba(140,199,196,.30) 100%),
        url('../images/rjmc-mini-banner.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 310px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Geometry */
.whc-hero-geo {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.whc-hero-geo--1 {
    top: -70px;
    right: -70px;
    width: 340px;
    height: 340px;
    border: 1.5px solid rgba(140,199,196,.12);
    animation: whcGeoSpin 24s linear infinite;
}

.whc-hero-geo--2 {
    bottom: -90px;
    left: 8%;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(219,26,26,.08);
    animation: whcGeoSpin 36s linear infinite reverse;
}

.whc-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(140,199,196,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140,199,196,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

@keyframes whcGeoSpin {
    to { transform: rotate(360deg); }
}

.whc-hero-inner {
    position: relative;
    z-index: 2;
    padding: 68px 0 60px;
}

/* Breadcrumb */
.whc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.whc-breadcrumb a {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(140,199,196,.65) !important;
    transition: color .25s;
}

.whc-breadcrumb a:hover {
    color: #8CC7C4 !important;
}

.whc-breadcrumb .bc-sep {
    font-size: 11px;
    color: rgba(255,255,255,.22);
}

.whc-breadcrumb .bc-current {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.40);
}

/* Title row */
.whc-hero-title-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}

.whc-hero-accent {
    display: inline-block;
    width: 5px;
    height: 56px;
    background: linear-gradient(180deg, #DB1A1A 0%, #b31212 100%);
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(219,26,26,.35);
}

.whc-hero-h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.3px;
    margin: 0 0 6px;
}

.whc-hero-h1 em {
    font-style: italic;
    color: #8CC7C4;
}

.whc-hero-tagline {
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: .5px;
    color: rgba(255,255,255,.50);
    margin: 0;
}

/* Pill tags */
.whc-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.whc-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .5px;
    color: rgba(255,255,255,.70);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    padding: 6px 14px;
    border-radius: 50px;
    backdrop-filter: blur(6px);
    transition: all .25s var(--whc-ease);
}

.whc-pill i {
    color: #8CC7C4;
    font-size: 12px;
}

.whc-pill:hover {
    background: rgba(140,199,196,.15);
    border-color: rgba(140,199,196,.30);
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   § 2 — CHIP / HEADING / DIVIDER
══════════════════════════════════════════════════════════ */
.whc-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #2C687B;
    background: #dbedf2;
    border: 1px solid rgba(44,104,123,.20);
    padding: 6px 16px 6px 12px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.whc-chip--light {
    color: #DB1A1A;
    background: #fde8e8;
    border-color: rgba(219,26,26,.20);
}

.whc-chip-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2C687B;
    flex-shrink: 0;
}

.whc-chip--light .whc-chip-dot {
    background: #DB1A1A;
}

.whc-sec-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.22;
    margin-bottom: 12px;
}

.whc-sec-heading em {
    font-style: italic;
    color: #DB1A1A;
}

.whc-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #2C687B, #8CC7C4);
    border-radius: 3px;
    margin-bottom: 30px;
}

/* ══════════════════════════════════════════════════════════
   § 3 — ABOUT SECTION
══════════════════════════════════════════════════════════ */
.whc-about-section {
    background: #FFF6F6;
}

.whc-statement-card {
    background: #fff;
    border: 1px solid var(--whc-gray-200);
    border-left: 5px solid #2C687B;
    border-radius: var(--whc-radius-md);
    padding: 36px 36px 36px 32px;
    box-shadow: var(--whc-shadow-sm);
    position: relative;
    margin-bottom: 32px;
    transition: box-shadow .35s var(--whc-ease), transform .35s var(--whc-ease);
}

.whc-statement-card:hover {
    box-shadow: var(--whc-shadow-md);
    transform: translateY(-3px);
}

.whc-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 7rem;
    line-height: 1;
    color: rgba(44,104,123,.10);
    position: absolute;
    top: 8px;
    left: 14px;
    pointer-events: none;
}

.whc-statement-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: var(--whc-text-body);
    text-align: justify;
    position: relative;
    z-index: 1;
}

/* Highlights row */
.whc-highlight-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.whc-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    flex: 1 1 200px;
    background: #fff;
    border: 1px solid var(--whc-gray-200);
    border-radius: var(--whc-radius-md);
    padding: 18px;
    box-shadow: var(--whc-shadow-xs);
    transition: all .3s var(--whc-ease);
}

.whc-highlight-item:hover {
    box-shadow: var(--whc-shadow-sm);
    transform: translateY(-3px);
}

.whc-highlight-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #2C687B, #3d849a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #8CC7C4;
    box-shadow: var(--whc-shadow-sm);
    transition: transform .35s var(--whc-ease-spring);
}

.whc-highlight-item:hover .whc-highlight-icon {
    transform: scale(1.12) rotate(-5deg);
}

.whc-highlight-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 3px;
}

.whc-highlight-desc {
    font-size: 12.5px;
    color: var(--whc-text-muted);
    line-height: 1.5;
}

/* ── Image Collage ─────────────────────────────────────── */
.whc-collage {
    display: grid;
    grid-template-rows: auto auto;
    gap: 12px;
}

.whc-collage-main {
    position: relative;
    border-radius: var(--whc-radius-lg);
    overflow: hidden;
    height: 280px;
    box-shadow: var(--whc-shadow-md);
}

.whc-collage-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--whc-ease);
}

.whc-collage-main:hover img {
    transform: scale(1.04);
}

.whc-collage-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(219,26,26,.90);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(219,26,26,.35);
}

.whc-collage-badge i   { font-size: 18px; }
.whc-collage-badge small {
    font-size: 11px;
    font-weight: 400;
    opacity: .80;
    display: block;
}

.whc-collage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.whc-collage-cell {
    position: relative;
    border-radius: var(--whc-radius-md);
    overflow: hidden;
    height: 120px;
    box-shadow: var(--whc-shadow-xs);
    cursor: pointer;
}

.whc-collage-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--whc-ease);
}

.whc-collage-cell:hover img {
    transform: scale(1.08);
}

.whc-collage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(22,55,69,.80) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 10px;
    opacity: 0;
    transition: opacity .3s var(--whc-ease);
}

.whc-collage-cell:hover .whc-collage-overlay {
    opacity: 1;
}

.whc-collage-overlay span {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    letter-spacing: .3px;
}

.whc-collage-cell--accent {
    background: linear-gradient(135deg, #163745 0%, #1f4e5f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.whc-collage-stat-block { text-align: center; }

.whc-cstat-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.whc-cstat-lbl {
    font-size: 11px;
    font-weight: 500;
    color: rgba(140,199,196,.75);
    line-height: 1.4;
    margin-top: 4px;
}

/* ══════════════════════════════════════════════════════════
   § 4 — PILLARS / MANDATE SECTION
══════════════════════════════════════════════════════════ */
.whc-pillars-section {
    background: #f9fafa;
    padding: 96px 0;
}

.whc-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
}

.whc-pillar-card {
    background: #fff;
    border: 1px solid var(--whc-gray-200);
    border-radius: var(--whc-radius-lg);
    overflow: hidden;
    box-shadow: var(--whc-shadow-xs);
    transition: all .4s var(--whc-ease);
    position: relative;
}

.whc-pillar-card:hover {
    box-shadow: var(--whc-shadow-md);
    transform: translateY(-8px);
}

.whc-pillar-img-wrap {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.whc-pillar-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--whc-ease);
}

.whc-pillar-card:hover .whc-pillar-img-wrap img {
    transform: scale(1.08);
}

.whc-pillar-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(22,55,69,.55) 100%);
    transition: opacity .4s;
}

.whc-pillar-body {
    padding: 24px 24px 20px;
}

.whc-pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2C687B, #8CC7C4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(44,104,123,.30);
    transition: transform .35s var(--whc-ease-spring);
}

.whc-pillar-card:hover .whc-pillar-icon {
    transform: scale(1.12) rotate(-6deg);
}

.whc-pillar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.whc-pillar-desc {
    font-size: 13px;
    color: var(--whc-text-muted);
    line-height: 1.65;
    margin-bottom: 14px;
}

.whc-pillar-bar {
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #DB1A1A, #8CC7C4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--whc-ease);
}

.whc-pillar-card:hover .whc-pillar-bar {
    transform: scaleX(1);
}

/* ══════════════════════════════════════════════════════════
   § 5 — KEY FUNCTIONS SECTION
══════════════════════════════════════════════════════════ */
.whc-functions-section {
    background: #FFF6F6;
}

/* Strip collage */
.whc-strip-collage {
    display: grid;
    grid-template-rows: 260px 130px;
    gap: 12px;
}

.whc-strip-main {
    position: relative;
    border-radius: var(--whc-radius-lg);
    overflow: hidden;
    box-shadow: var(--whc-shadow-md);
}

.whc-strip-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--whc-ease);
}

.whc-strip-main:hover img {
    transform: scale(1.04);
}

.whc-strip-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(22,55,69,.90) 0%, transparent 100%);
    padding: 32px 20px 16px;
    font-size: 12.5px;
    font-weight: 700;
    color: #8CC7C4;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.whc-strip-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.whc-strip-thumb {
    border-radius: var(--whc-radius-md);
    overflow: hidden;
    box-shadow: var(--whc-shadow-xs);
}

.whc-strip-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--whc-ease);
}

.whc-strip-thumb:hover img {
    transform: scale(1.08);
}

.whc-strip-thumb--accent {
    background: linear-gradient(135deg, #DB1A1A, #b31212);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.whc-strip-quote {
    text-align: center;
    color: rgba(255,255,255,.90);
}

.whc-strip-quote i {
    font-size: 28px;
    opacity: .50;
    display: block;
    margin-bottom: 8px;
}

.whc-strip-quote p {
    font-family: 'Playfair Display', serif;
    font-size: 12.5px;
    font-style: italic;
    line-height: 1.5;
}

/* Commit list */
.whc-commit-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 36px;
}

.whc-commit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--whc-gray-200);
    transition: all .3s var(--whc-ease);
}

.whc-commit-item:first-child { padding-top: 0; }
.whc-commit-item:last-child  { border-bottom: none; }

.whc-commit-item:hover {
    padding-left: 6px;
}

.whc-commit-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: rgba(44,104,123,.14);
    line-height: 1;
    flex-shrink: 0;
    width: 42px;
    transition: color .3s var(--whc-ease);
}

.whc-commit-item:hover .whc-commit-num {
    color: #DB1A1A;
}

.whc-commit-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.whc-commit-content p {
    font-size: 13.5px;
    color: var(--whc-text-muted);
    line-height: 1.6;
}

/* Buttons */
.whc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #2C687B 0%, #1f4e5f 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 50px;
    box-shadow: var(--whc-shadow-md);
    transition: all .3s var(--whc-ease);
    overflow: hidden;
}

.whc-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(44,104,123,.35);
}

.whc-btn-arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform .3s var(--whc-ease-spring);
}

.whc-btn-primary:hover .whc-btn-arrow {
    transform: translateX(4px);
}

/* ══════════════════════════════════════════════════════════
   § 6 — COMPLAINT PROCESS STEPS
══════════════════════════════════════════════════════════ */
.whc-process-section {
    background: #fff;
}

.whc-process-sub {
    font-size: 14.5px;
    color: var(--whc-text-muted);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.75;
}

.whc-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    margin-top: 48px;
}

/* Horizontal connector line */
.whc-process-steps::before {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(12.5% + 26px);
    right: calc(12.5% + 26px);
    height: 2px;
    background: linear-gradient(90deg, #2C687B, #8CC7C4, #DB1A1A, #8CC7C4);
    z-index: 0;
}

.whc-step-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 18px 0;
    z-index: 1;
}

.whc-step-num {
    font-family: 'Playfair Display', serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--whc-text-muted);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.whc-step-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2C687B, #3d849a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #8CC7C4;
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px rgba(44,104,123,.15), var(--whc-shadow-sm);
    margin-bottom: 22px;
    transition: transform .35s var(--whc-ease-spring), background .3s;
    position: relative;
    z-index: 2;
}

.whc-step-card:hover .whc-step-icon {
    transform: scale(1.14);
    background: linear-gradient(135deg, #DB1A1A, #b31212);
    color: #fff;
}

.whc-step-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.whc-step-desc {
    font-size: 13px;
    color: var(--whc-text-muted);
    line-height: 1.65;
    margin: 0;
}

.whc-step-connector { display: none; } /* decorative in mobile fallback */

/* ══════════════════════════════════════════════════════════
   § 7 — COMMITTEE MEMBERS
══════════════════════════════════════════════════════════ */
.whc-members-section {
    background: #f4f8fa;
}

.whc-members-sub {
    font-size: 14.5px;
    color: var(--whc-text-muted);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.whc-member-card {
    background: #fff;
    border: 1px solid var(--whc-gray-200);
    border-radius: var(--whc-radius-lg);
    overflow: hidden;
    box-shadow: var(--whc-shadow-sm);
    transition: transform .35s var(--whc-ease), box-shadow .35s var(--whc-ease);
}

.whc-member-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--whc-shadow-md);
}

.whc-member-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.whc-member-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .5s var(--whc-ease);
}

.whc-member-card:hover .whc-member-img-wrap img {
    transform: scale(1.06);
}

.whc-member-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(22,55,69,.60) 100%);
}

.whc-member-body {
    padding: 18px 20px 22px;
    text-align: center;
}

.whc-member-role {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DB1A1A;
    background: #fde8e8;
    border-radius: 50px;
    padding: 4px 12px;
    margin-bottom: 10px;
}

.whc-member-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.whc-member-dept {
    font-size: 12.5px;
    color: var(--whc-text-muted);
    margin: 0;
}

/* ══════════════════════════════════════════════════════════
   § 8 — FULL-WIDTH CTA BANNER
══════════════════════════════════════════════════════════ */
.whc-gov-banner {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.whc-gov-img-layer {
    position: absolute;
    inset: 0;
}

.whc-gov-img-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.whc-gov-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg,
        rgba(22,55,69,.96) 0%,
        rgba(219,26,26,.65) 60%,
        rgba(44,104,123,.75) 100%);
}

.whc-gov-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 72px 0;
    flex-wrap: wrap;
}

.whc-gov-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid rgba(140,199,196,.30);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #8CC7C4;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
}

.whc-gov-text {
    flex: 1;
    min-width: 260px;
}

.whc-gov-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.whc-gov-text h2 em {
    font-style: italic;
    color: #8CC7C4;
}

.whc-gov-text p {
    font-size: 14.5px;
    color: rgba(255,255,255,.62);
    line-height: 1.75;
    max-width: 560px;
}

.whc-gov-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.whc-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.10);
    border: 1.5px solid rgba(255,255,255,.25);
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 11px 24px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    transition: all .3s var(--whc-ease);
}

.whc-btn-white:hover {
    background: rgba(255,255,255,.18);
    border-color: rgba(140,199,196,.50);
    transform: translateY(-2px);
}

.whc-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #DB1A1A, #b31212);
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 11px 24px;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(219,26,26,.35);
    transition: all .3s var(--whc-ease);
}

.whc-btn-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(219,26,26,.50);
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .whc-collage-grid {
        grid-template-columns: 1fr 1fr;
    }

    .whc-collage-cell {
        height: 100px;
    }

    .whc-process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 40px 24px;
    }

    .whc-process-steps::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .whc-mini-hero {
        background-attachment: scroll;
        min-height: 260px;
    }

    .whc-hero-h1 {
        font-size: 2.2rem;
    }

    .whc-pillars-grid {
        grid-template-columns: 1fr 1fr;
    }

    .whc-strip-collage {
        grid-template-rows: 200px 110px;
    }

    .whc-gov-inner {
        flex-direction: column;
        text-align: center;
    }

    .whc-gov-text p {
        margin: 0 auto;
    }

    .whc-gov-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .sec-pad {
        padding: 68px 0;
    }

    .whc-pillars-section {
        padding: 68px 0;
    }

    .whc-hero-inner {
        padding: 54px 0 46px;
    }

    .whc-sec-heading {
        font-size: 1.9rem;
    }

    .whc-statement-card {
        padding: 26px 22px 26px 20px;
    }

    .whc-collage-grid {
        grid-template-columns: 1fr 1fr;
    }

    .whc-strip-collage {
        grid-template-rows: 180px 100px;
    }

    .whc-pillars-grid {
        grid-template-columns: 1fr;
    }

    .whc-highlight-row {
        flex-direction: column;
    }

    .whc-process-steps {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 575px) {
    .whc-hero-h1 {
        font-size: 1.85rem;
    }

    .whc-hero-accent {
        height: 42px;
    }

    .whc-collage-main {
        height: 220px;
    }

    .whc-collage-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .whc-collage-cell {
        height: 90px;
    }

    .whc-commit-num {
        font-size: 1.5rem;
        width: 32px;
    }

    .whc-gov-text h2 {
        font-size: 1.6rem;
    }

    .whc-hero-pills {
        gap: 6px;
    }

    .whc-pill {
        font-size: 10.5px;
        padding: 5px 11px;
    }

    .whc-step-icon {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }
}
