/* =============================================================
   FEC §6 WHY FEC — "Membership Ledger" on dark ink-Navy 2026-05-04
   David spec: same Ledger structure, dark bg matching §4 atmosphere.
   Differentiation from §3 / §5 (light grids) and §4 (horizontal
   timeline): hard-fact stats banner + asymmetric featured pair.
   Bg: ink-Navy #13182e + brand-Navy bloom + Cyan-light glow
   (matches §4 stack so the two dark sections read as a paired family).
   Palette: #283582 Navy · #3ca3dd Cyan · #5fb8e8 Cyan-light · ink-Navy bg
   Fonts: Rubik (eyebrow, titles) · Avenir (body, deck) · Fraunces (display + italic numerals + stats)
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..700&display=swap');

body.page-id-333930 {
    --fec-why-ink-navy: #13182e;
    --fec-why-navy: #283582;
    --fec-why-cyan: #3ca3dd;
    --fec-why-cyan-light: #5fb8e8;
    --fec-why-rule: rgba(95, 184, 232, 0.20);
    --fec-why-rule-soft: rgba(255, 255, 255, 0.10);
    --fec-why-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* -------------------------------------------------------------
   Section root — drenched ink-Navy with atmospheric depth
   matching §4. Slots under §5's curved bottom (margin-top: -60px).
   ------------------------------------------------------------- */
body.page-id-333930 .fec-why-section.et_pb_section {
    position: relative;
    overflow: hidden;
    background-color: var(--fec-why-ink-navy) !important;
    background-image:
        radial-gradient(
            ellipse 65% 55% at 90% 8%,
            rgba(95, 184, 232, 0.20) 0%,
            rgba(95, 184, 232, 0.05) 40%,
            transparent 70%
        ),
        radial-gradient(
            ellipse 70% 65% at 50% 30%,
            rgba(40, 53, 130, 0.65) 0%,
            rgba(40, 53, 130, 0.35) 30%,
            rgba(40, 53, 130, 0.12) 55%,
            transparent 80%
        ),
        radial-gradient(
            ellipse 60% 50% at 8% 95%,
            rgba(60, 163, 221, 0.16) 0%,
            rgba(60, 163, 221, 0.04) 45%,
            transparent 75%
        ),
        linear-gradient(
            115deg,
            transparent 0%,
            transparent 35%,
            rgba(95, 184, 232, 0.05) 50%,
            transparent 65%,
            transparent 100%
        ) !important;
    border-radius: 0 0 80px 80px !important;
    margin-top: -60px !important;
    z-index: 2;  /* above §7 (1) but below §5 (3) */
    padding-top: 140px !important;
}

/* Eyebrow — Cyan-light Rubik 600 13px tracked */
body.page-id-333930 .fec-why-section .fec-why-eyebrow p {
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 24px;
    line-height: 1.2;
    color: var(--fec-why-cyan-light);
}
body.page-id-333930 .fec-why-section .fec-why-eyebrow.et_pb_module {
    margin-bottom: 24px !important;
}

/* H2 + deck — 2-col masthead, H2 left, pull-quote right */
body.page-id-333930 .fec-why-section .fec-why-head.et_pb_row {
    display: grid !important;
    grid-template-columns: 7fr 5fr;
    gap: 64px;
    align-items: end;
}
body.page-id-333930 .fec-why-section .fec-why-head.et_pb_row > .et_pb_column {
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
}
body.page-id-333930 .fec-why-section .fec-why-h2 h2 {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "opsz" 144, "SOFT" 30;
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.018em;
    margin: 0;
    color: #ffffff;
    text-wrap: balance;
}
body.page-id-333930 .fec-why-section .fec-why-h2 h2 em {
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
    font-size: 1.04em;
    letter-spacing: -0.012em;
    color: var(--fec-why-cyan-light);
}
body.page-id-333930 .fec-why-section .fec-why-h2.et_pb_module {
    margin: 0 !important;
}
body.page-id-333930 .fec-why-section .fec-why-deck p {
    font-family: 'Avenir', 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid var(--fec-why-cyan-light);
}
body.page-id-333930 .fec-why-section .fec-why-deck.et_pb_module {
    margin: 0 0 8px !important;
}

/* -------------------------------------------------------------
   Stats banner — 4 hard facts, hairline-bracketed
   ------------------------------------------------------------- */
body.page-id-333930 .fec-why-section .fec-why-stats-mod.et_pb_module {
    margin: 64px 0 56px !important;
    padding: 32px 0 !important;
    border-top: 1px solid var(--fec-why-rule-soft);
    border-bottom: 1px solid var(--fec-why-rule-soft);
}
body.page-id-333930 .fec-why-section .fec-why-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
}
body.page-id-333930 .fec-why-section .fec-why-stat {
    text-align: center;
}
body.page-id-333930 .fec-why-section .fec-why-stat-num {
    display: block;
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
    font-feature-settings: "tnum" 1;
    font-size: clamp(36px, 3.6vw, 56px);
    line-height: 1;
    letter-spacing: -0.012em;
    color: var(--fec-why-cyan-light);
    margin-bottom: 10px;
}
body.page-id-333930 .fec-why-section .fec-why-stat-label {
    display: block;
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.3;
}

/* -------------------------------------------------------------
   Featured pair — top 2 benefits, transparent cards w/ Cyan-light
   hairline borders. Reads as glass plates floating on the navy.
   ------------------------------------------------------------- */
body.page-id-333930 .fec-why-section .fec-why-featured-mod.et_pb_module {
    margin: 0 0 8px !important;
    padding: 0 !important;
}
body.page-id-333930 .fec-why-section .fec-why-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
body.page-id-333930 .fec-why-section .fec-why-card-large {
    background: rgba(255, 255, 255, 0.025);
    padding: 36px 36px 32px;
    border: 1px solid var(--fec-why-rule);
    transition: background 0.4s var(--fec-why-ease),
                border-color 0.4s var(--fec-why-ease);
    display: flex;
    flex-direction: column;
}
body.page-id-333930 .fec-why-section .fec-why-card-large:hover {
    background: rgba(95, 184, 232, 0.06);
    border-color: var(--fec-why-cyan-light);
}
body.page-id-333930 .fec-why-section .fec-why-card-large .fec-why-num {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
    font-feature-settings: "tnum" 1;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--fec-why-cyan-light);
    margin-bottom: 24px;
}
body.page-id-333930 .fec-why-section .fec-why-card-large .fec-why-title {
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: clamp(22px, 1.7vw, 26px);
    line-height: 1.22;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0 0 16px;
    transition: color 0.4s var(--fec-why-ease);
}
body.page-id-333930 .fec-why-section .fec-why-card-large .fec-why-text {
    font-family: 'Avenir', 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}
body.page-id-333930 .fec-why-section .fec-why-card-large:hover .fec-why-title {
    color: var(--fec-why-cyan-light);
}

/* -------------------------------------------------------------
   Supporting grid — 6 compact cards in 3-col × 2-row layout
   ------------------------------------------------------------- */
body.page-id-333930 .fec-why-section .fec-why-grid-mod.et_pb_module {
    margin: 0 !important;
    padding: 0 !important;
}
body.page-id-333930 .fec-why-section .fec-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
body.page-id-333930 .fec-why-section .fec-why-card {
    background: rgba(255, 255, 255, 0.025);
    padding: 28px 28px 26px;
    border: 1px solid var(--fec-why-rule);
    transition: background 0.4s var(--fec-why-ease),
                border-color 0.4s var(--fec-why-ease);
    display: flex;
    flex-direction: column;
}
body.page-id-333930 .fec-why-section .fec-why-card:hover {
    background: rgba(95, 184, 232, 0.06);
    border-color: var(--fec-why-cyan-light);
}
body.page-id-333930 .fec-why-section .fec-why-card .fec-why-num {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
    font-feature-settings: "tnum" 1;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--fec-why-cyan-light);
    margin-bottom: 18px;
}
body.page-id-333930 .fec-why-section .fec-why-card .fec-why-title {
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: #ffffff;
    margin: 0 0 10px;
    transition: color 0.4s var(--fec-why-ease);
}
body.page-id-333930 .fec-why-section .fec-why-card .fec-why-text {
    font-family: 'Avenir', 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}
body.page-id-333930 .fec-why-section .fec-why-card:hover .fec-why-title {
    color: var(--fec-why-cyan-light);
}

/* -------------------------------------------------------------
   Responsive
   ------------------------------------------------------------- */
@media (max-width: 980px) {
    body.page-id-333930 .fec-why-section .fec-why-head.et_pb_row {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    body.page-id-333930 .fec-why-section .fec-why-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
    body.page-id-333930 .fec-why-section .fec-why-featured,
    body.page-id-333930 .fec-why-section .fec-why-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    body.page-id-333930 .fec-why-section.et_pb_section {
        border-radius: 0 0 48px 48px !important;
    }
    body.page-id-333930 .fec-why-section .fec-why-stats {
        grid-template-columns: 1fr;
    }
    body.page-id-333930 .fec-why-section .fec-why-card-large,
    body.page-id-333930 .fec-why-section .fec-why-card {
        padding: 24px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-333930 .fec-why-section * {
        transition: none !important;
    }
}
