/* =======================================================
   OWFR LEP Hub - Stylesheet (test variant)
   Standalone LEP Member Hub - grouped resource library edition
   Palette: dark emerald header, light slate backgrounds,
   rounded white cards, top-right type badges.
   ======================================================= */

:root {
    --lh-emerald:      #064E3B;
    --lh-emerald-md:   #0F9D63;
    --lh-emerald-lt:   #E7F5EE;
    --lh-slate:        #F1F5F9;
    --lh-slate-border: #E2E8F0;
    --lh-white:        #FFFFFF;
    --lh-text:         #1E293B;
    --lh-text-sec:     #55677A;
    --lh-shadow:       0 2px 12px rgba(0,0,0,0.07);
    --lh-radius:       14px;
    --lh-max-w:        1280px;
}

/* -- Reset Divi defaults -- */
.owfr-lh *, .owfr-lh *::before, .owfr-lh *::after { box-sizing: border-box; }
.owfr-lh h1, .owfr-lh h2, .owfr-lh h3, .owfr-lh h4 {
    font-size: inherit !important; font-weight: inherit !important;
    line-height: inherit !important; margin: 0 !important; padding: 0 !important;
    letter-spacing: normal !important; text-transform: none !important; color: inherit !important;
}
.owfr-lh p  { margin: 0 !important; }
.owfr-lh ul, .owfr-lh ol { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.owfr-lh a  { text-decoration: none; }
.owfr-lh    { font-family: inherit; color: var(--lh-text); scroll-behavior: smooth; }

/* -- Skip link -- */
.owfr-lh-skip-link {
    position: absolute; top: -100px; left: 1rem; z-index: 9999;
    background: var(--lh-emerald-md); color: #fff; padding: 0.6rem 1.2rem;
    border-radius: 0 0 8px 8px; font-size: 0.9rem; font-weight: 600;
    transition: top 0.15s; text-decoration: none;
}
.owfr-lh-skip-link:focus { top: 0; }

/* -- Front-end content editor (admin only) -- */
.owfr-lh-edit-banner {
    position: sticky; top: 0; z-index: 9999;
    background: var(--lh-emerald); color: #fff; text-align: center;
    font-size: 0.85rem; font-weight: 600; padding: 0.6rem 1rem;
}
.owfr-lh-editable {
    outline: 1px dashed transparent; outline-offset: 2px;
    border-radius: 4px; cursor: text;
    transition: outline-color 0.15s, background-color 0.15s;
}
.owfr-lh-editable:hover, .owfr-lh-editable:focus {
    outline-color: var(--lh-emerald-md); background-color: rgba(15,157,99,0.06);
}
.owfr-lh-editable--saving { outline-color: #c9960c !important; }
.owfr-lh-editable--saved  { outline-color: var(--lh-emerald-md) !important; background-color: rgba(15,157,99,0.12) !important; }
.owfr-lh-editable--error  { outline-color: #c0392b !important; background-color: rgba(192,57,43,0.08) !important; }

/* -- Screen-reader only -- */
.owfr-lh-sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* -- Container -- */
.owfr-lh-container,
.owfr-lh-hero-inner,
.owfr-lh-quicknav > div,
.owfr-lh-role-inner,
.owfr-lh-orient-inner,
.owfr-lh-checklist-inner,
.owfr-lh-library-inner,
.owfr-lh-faq-inner,
.owfr-lh-support-inner {
    max-width: var(--lh-max-w); margin: 0 auto; padding: 0 1.5rem;
}

/* ============================================================
   HERO (dark emerald header)
============================================================ */
/* Full-bleed width is applied in JS (measures real offset so it works
   regardless of how deeply the shortcode is nested in the page builder) */
.owfr-lh-hero {
    position: relative; color: var(--lh-white); padding: 6.5rem 0;
    width: 100%;
    background-color: var(--lh-emerald);
    background-image:
        linear-gradient(90deg, var(--lh-emerald) 0%, var(--lh-emerald) 38%, rgba(6,78,59,0.72) 55%, rgba(6,78,59,0.15) 78%),
        url('../images/hero_background.png');
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: cover, cover;
    min-height: 520px; display: flex; align-items: center;
}
.owfr-lh-hero-inner { text-align: left; width: 100%; }
.owfr-lh-hero-content { max-width: 560px; }
.owfr-lh-hero-eyebrow {
    font-size: 1rem !important; font-weight: 700 !important;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(255,255,255,0.7) !important; margin: 0 0 1.25rem 0 !important;
}
.owfr-lh-hero-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important; font-weight: 800 !important;
    line-height: 1.1 !important; color: var(--lh-white) !important;
    margin: 0 0 1.5rem 0 !important;
}
.owfr-lh-hero-intro {
    font-size: 1.15rem !important; line-height: 1.65 !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 0 2.25rem 0 !important; max-width: 520px;
}
.owfr-lh-hero-actions {
    display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: flex-start; margin-bottom: 2.25rem;
}
.owfr-lh-hero-callout {
    display: inline-flex; align-items: flex-start; gap: 0.65rem;
    background: rgba(6,78,59,0.55); border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px; padding: 1rem 1.25rem; max-width: 520px; text-align: left;
}
.owfr-lh-callout-icon { flex-shrink: 0; color: #7FE0B4; margin-top: 1px; }
.owfr-lh-callout-icon svg { width: 20px; height: 20px; }
.owfr-lh-hero-callout p {
    font-size: 0.9rem !important; line-height: 1.6 !important;
    color: rgba(255,255,255,0.95) !important;
}

/* ============================================================
   BUTTONS
============================================================ */
.owfr-lh-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    padding: 0.75rem 1.5rem; border-radius: 8px;
    font-size: 0.93rem; font-weight: 700; font-family: inherit;
    border: 2px solid transparent; cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    text-decoration: none !important; line-height: 1; white-space: nowrap;
}
.owfr-lh-btn:focus-visible { outline: 3px solid #7FE0B4; outline-offset: 2px; }
.owfr-lh-btn--primary { background: var(--lh-emerald-md); color: #fff !important; border-color: var(--lh-emerald-md); }
.owfr-lh-btn--primary:hover { background: #0b7d4f; border-color: #0b7d4f; }
.owfr-lh-btn--secondary { background: rgba(255,255,255,0.1); color: #fff !important; border-color: rgba(255,255,255,0.5); }
.owfr-lh-btn--secondary:hover { background: rgba(255,255,255,0.2); border-color: #fff; }
.owfr-lh-btn--outline { background: transparent; color: var(--lh-emerald-md) !important; border-color: var(--lh-emerald-md); }
.owfr-lh-btn--outline:hover { background: var(--lh-emerald-lt); }
.owfr-lh-btn--outline:focus-visible { outline-color: var(--lh-emerald-md); }
.owfr-lh-btn--muted { background: #e8e8e8 !important; color: var(--lh-text-sec) !important; border-color: #e8e8e8 !important; cursor: default; pointer-events: none; }

/* Resource action buttons */
.owfr-lh-res-btn {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.55rem 1.1rem; border-radius: 6px;
    font-size: 0.85rem; font-weight: 700; font-family: inherit;
    background: var(--lh-emerald-md); color: #fff !important;
    border: 2px solid var(--lh-emerald-md);
    text-decoration: none !important; cursor: pointer;
    transition: background 0.15s; white-space: nowrap;
}
.owfr-lh-res-btn:hover { background: #0b7d4f; border-color: #0b7d4f; }
.owfr-lh-res-btn:focus-visible { outline: 3px solid var(--lh-emerald-md); outline-offset: 2px; }

/* ============================================================
   QUICK-ACTION DASHBOARD
============================================================ */
.owfr-lh-quicknav { background: var(--lh-white); padding: 0; }
.owfr-lh-quicknav-grid {
    display: grid; grid-template-columns: repeat(4,1fr);
    border-top: 4px solid var(--lh-emerald-md);
    box-shadow: var(--lh-shadow);
}
.owfr-lh-quicknav-card {
    display: flex; flex-direction: column; align-items: flex-start; gap: 0.65rem;
    padding: 1.75rem 1.5rem; text-decoration: none !important; color: var(--lh-text) !important;
    border-right: 1px solid var(--lh-slate-border); transition: background 0.15s;
    width: 100%; background: none; border-top: none; border-bottom: none; border-left: none;
    font-family: inherit; text-align: left; cursor: pointer;
}
.owfr-lh-quicknav-card:last-child { border-right: none; }
.owfr-lh-quicknav-card:hover { background: var(--lh-slate); }
.owfr-lh-quicknav-card:focus-visible { outline: 3px solid var(--lh-emerald-md); outline-offset: -3px; }
.owfr-lh-quicknav-card[aria-expanded="true"] { background: var(--lh-slate); box-shadow: inset 0 -3px 0 var(--lh-emerald-md); }
.owfr-lh-quicknav-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--lh-emerald-lt); color: var(--lh-emerald-md);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.owfr-lh-quicknav-icon svg { width: 22px; height: 22px; }
.owfr-lh-quicknav-title { font-size: 0.95rem !important; font-weight: 700 !important; color: var(--lh-text) !important; }
.owfr-lh-quicknav-desc  { font-size: 0.83rem !important; color: var(--lh-text-sec) !important; line-height: 1.5 !important; }

/* ============================================================
   SECTION TITLES
============================================================ */
.owfr-lh-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem) !important; font-weight: 800 !important;
    color: var(--lh-emerald) !important; line-height: 1.2 !important;
    margin: 0 0 0.75rem 0 !important;
}
#lep-hub-role-heading {
    font-size: clamp(1.85rem, 3.8vw, 2.5rem) !important;
    color: var(--lh-emerald-md) !important;
    margin-bottom: 1.25rem !important;
}
.owfr-lh-role .owfr-lh-section-intro {
    margin-left: 0 !important; margin-right: 0 !important;
}
.owfr-lh-section-intro {
    font-size: 1rem !important; color: var(--lh-text-sec) !important; line-height: 1.65 !important;
    max-width: 640px; margin: 0 0 2rem 0 !important;
}
/* Section wrappers */
.owfr-lh-role-inner, .owfr-lh-orient-inner, .owfr-lh-checklist-inner,
.owfr-lh-library-inner, .owfr-lh-faq-inner {
    text-align: left;
}

/* ============================================================
   ROLE SECTION
============================================================ */
.owfr-lh-role { background: var(--lh-slate); padding: 5rem 0; }
.owfr-lh-role-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; margin-bottom: 2rem; }
.owfr-lh-role-card {
    background: var(--lh-white); border: 1px solid var(--lh-slate-border);
    border-radius: var(--lh-radius); padding: 1.75rem 1.5rem; box-shadow: var(--lh-shadow);
}
.owfr-lh-role-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--lh-emerald-lt); color: var(--lh-emerald-md);
    display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.owfr-lh-role-icon svg { width: 24px; height: 24px; }
.owfr-lh-role-card h3 {
    font-size: 1rem !important; font-weight: 700 !important; color: var(--lh-emerald) !important;
    margin: 0 0 0.5rem 0 !important;
}
.owfr-lh-role-card p {
    font-size: 0.88rem !important; color: var(--lh-text-sec) !important; line-height: 1.6 !important;
}
.owfr-lh-expect-panel {
    background: var(--lh-white); border: 1.5px solid var(--lh-emerald-md);
    border-radius: var(--lh-radius); padding: 2rem;
    max-width: 760px; margin: 0 auto; box-shadow: var(--lh-shadow);
}
.owfr-lh-expect-panel h3 {
    font-size: 1.05rem !important; font-weight: 700 !important; color: var(--lh-emerald) !important;
    margin: 0 0 1rem 0 !important; display: flex; align-items: center; gap: 0.5rem;
}
.owfr-lh-expect-panel h3::before {
    content: ''; display: inline-block; width: 4px; height: 1.1em;
    background: var(--lh-emerald-md); border-radius: 2px; flex-shrink: 0;
}
.owfr-lh-expect-list { display: flex; flex-direction: column; gap: 0.6rem; }
.owfr-lh-expect-item {
    display: flex; align-items: flex-start; gap: 0.65rem;
    font-size: 0.92rem; color: var(--lh-text); line-height: 1.55;
}
.owfr-lh-expect-check { color: var(--lh-emerald-md); flex-shrink: 0; margin-top: 1px; }
.owfr-lh-expect-check svg { width: 18px; height: 18px; }

/* ============================================================
   ORIENTATION ROADMAP
============================================================ */
.owfr-lh-orient { background: var(--lh-white); padding: 5rem 0; }
.owfr-lh-steps { display: flex; flex-direction: column; gap: 0; max-width: 860px; }
.owfr-lh-step { display: flex; gap: 1.5rem; position: relative; padding-bottom: 2.5rem; }
.owfr-lh-step::before {
    content: ''; position: absolute; left: 19px; top: 44px;
    width: 2px; height: calc(100% - 20px); background: var(--lh-slate-border);
}
.owfr-lh-step:last-child::before { display: none; }
.owfr-lh-step:last-child { padding-bottom: 0; }
.owfr-lh-step-num {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
    background: var(--lh-emerald-md); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; font-weight: 800; z-index: 1; margin-top: 2px;
}
.owfr-lh-step-body { flex: 1; }
.owfr-lh-step-body h3 {
    font-size: 1.1rem !important; font-weight: 700 !important; color: var(--lh-emerald) !important;
    margin: 0.35rem 0 0.5rem 0 !important;
}
.owfr-lh-step-body > p {
    font-size: 0.92rem !important; color: var(--lh-text-sec) !important;
    line-height: 1.6 !important; margin-bottom: 0.85rem !important;
}
.owfr-lh-step-links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.owfr-lh-step-link {
    display: inline-flex; align-items: center; gap: 0.35rem;
    background: var(--lh-emerald-lt); color: var(--lh-emerald-md) !important;
    border: 1px solid var(--lh-slate-border); border-radius: 6px;
    padding: 0.35rem 0.75rem; font-size: 0.82rem; font-weight: 600;
    text-decoration: none !important; transition: background 0.15s, border-color 0.15s;
}
.owfr-lh-step-link:hover { background: #d3f0e2; border-color: var(--lh-emerald-md); }
.owfr-lh-step-link:focus-visible { outline: 2px solid var(--lh-emerald-md); outline-offset: 2px; }
.owfr-lh-step-link-type {
    font-size: 0.73rem; font-weight: 500; color: var(--lh-text-sec);
    background: rgba(0,0,0,0.05); border-radius: 3px; padding: 0.05rem 0.35rem;
}

/* ============================================================
   FIRST MEETING CHECKLIST
============================================================ */
.owfr-lh-checklist { background: var(--lh-slate); padding: 5rem 0; }
.owfr-lh-checklist-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.owfr-lh-checklist-col {
    background: var(--lh-white); border: 1px solid var(--lh-slate-border);
    border-radius: var(--lh-radius); padding: 1.75rem 1.5rem; box-shadow: var(--lh-shadow);
}
.owfr-lh-checklist-col h3 {
    font-size: 0.82rem !important; font-weight: 700 !important; color: var(--lh-emerald-md) !important;
    text-transform: uppercase; letter-spacing: 0.07em;
    margin: 0 0 1.1rem 0 !important; padding-bottom: 0.75rem !important;
    border-bottom: 2px solid var(--lh-slate-border);
}
.owfr-lh-checklist-col ul { display: flex; flex-direction: column; gap: 0.75rem; }
.owfr-lh-checklist-col li {
    display: flex; align-items: flex-start; gap: 0.6rem;
    font-size: 0.88rem; color: var(--lh-text); line-height: 1.55;
}
.owfr-lh-check-icon { flex-shrink: 0; color: var(--lh-emerald-md); margin-top: 1px; display: inline-flex; }
.owfr-lh-check-icon svg { width: 16px; height: 16px; }
.owfr-lh-checklist-note {
    text-align: center; font-size: 0.8rem; color: var(--lh-text-sec); font-style: italic;
}

/* ============================================================
   RESOURCE LIBRARY (grouped)
============================================================ */
.owfr-lh-library { background: var(--lh-white); padding: 5rem 0; }
.owfr-lh-library-controls {
    margin-bottom: 2.5rem; padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--lh-slate-border);
}
.owfr-lh-search-input {
    display: block; width: 100%; max-width: 460px;
    padding: 0.75rem 1.1rem; border: 1.5px solid var(--lh-slate-border);
    border-radius: 8px; font-size: 0.93rem; font-family: inherit;
    outline: none; color: var(--lh-text); background: var(--lh-white);
    transition: border-color 0.15s, box-shadow 0.15s;
    margin-bottom: 1.75rem;
}
.owfr-lh-search-input:focus { border-color: var(--lh-emerald-md); box-shadow: 0 0 0 3px rgba(15,157,99,0.12); }
.owfr-lh-search-input::placeholder { color: #aaa; }
.owfr-lh-filter-label {
    display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--lh-text-sec); margin: 0 0 0.6rem 0 !important;
}
.owfr-lh-filter-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-bottom: 1rem; }
.owfr-lh-filter-btn {
    padding: 0.5rem 1.15rem; border-radius: 20px; border: 1.5px solid var(--lh-slate-border);
    background: var(--lh-white); color: var(--lh-text-sec);
    font-size: 0.82rem; font-weight: 600; font-family: inherit; cursor: pointer; transition: all 0.15s;
}
.owfr-lh-filter-btn:hover { border-color: var(--lh-emerald-md); color: var(--lh-emerald-md); background: var(--lh-emerald-lt); }
.owfr-lh-filter-btn.active,
.owfr-lh-filter-btn.owfr-lh-filter-btn--active { background: var(--lh-emerald-md); color: #fff !important; border-color: var(--lh-emerald-md); }
.owfr-lh-filter-btn:focus-visible { outline: 2px solid var(--lh-emerald-md); outline-offset: 2px; }
.owfr-lh-clear-btn {
    background: none; border: none; color: var(--lh-text-sec);
    font-size: 0.82rem; font-weight: 600; font-family: inherit;
    cursor: pointer; text-decoration: underline; padding: 0.45rem 0.25rem; transition: color 0.15s;
}
.owfr-lh-clear-btn:hover { color: var(--lh-emerald); }
.owfr-lh-result-count { font-size: 0.82rem; color: var(--lh-text-sec); display: block; margin-top: 0.5rem; }
.owfr-lh-no-results { text-align: center; padding: 3rem 1rem; color: var(--lh-text-sec); font-size: 0.95rem; }
.owfr-lh-no-results p { color: var(--lh-text-sec) !important; }

/* Group headers */
.owfr-lh-res-group { margin-bottom: 3rem; }
.owfr-lh-res-group:last-child { margin-bottom: 0; }
.owfr-lh-res-group-head {
    border-left: 4px solid var(--lh-emerald-md); padding-left: 1rem; margin-bottom: 1.25rem;
}
.owfr-lh-res-group-title {
    font-size: 1.15rem !important; font-weight: 800 !important; color: var(--lh-emerald) !important;
    margin: 0 0 0.25rem 0 !important;
}
.owfr-lh-res-group-desc {
    font-size: 0.85rem !important; color: var(--lh-text-sec) !important; font-style: italic;
}
.owfr-lh-res-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }

/* Resource card — rounded white card over slate section, badge top-right */
.owfr-lh-res-card {
    position: relative;
    border: 1px solid var(--lh-slate-border); border-radius: var(--lh-radius);
    background: var(--lh-white); box-shadow: var(--lh-shadow);
    display: flex; flex-direction: column; gap: 0.5rem;
    padding: 1.5rem 1.25rem 1.25rem;
    transition: box-shadow 0.2s, transform 0.15s, border-color 0.15s;
}
.owfr-lh-res-card:hover {
    border-color: var(--lh-emerald-md);
    box-shadow: 0 10px 24px rgba(6,78,59,0.14);
    transform: translateY(-3px);
}
.owfr-lh-res-badge {
    position: absolute; top: 0.85rem; right: 0.85rem;
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em;
    padding: 0.2rem 0.55rem; border-radius: 20px; line-height: 1.4;
}
.owfr-lh-badge--pdf     { background: #FDEBEC; color: #B3261E; }
.owfr-lh-badge--web     { background: #E7F5EE; color: #0B7D4F; }
.owfr-lh-badge--doc     { background: #E8F0FE; color: #1A56C4; }
.owfr-lh-badge--archive { background: #FDF3E3; color: #92650A; }
.owfr-lh-res-title {
    font-size: 0.98rem !important; font-weight: 700 !important; color: var(--lh-emerald) !important;
    line-height: 1.35 !important; padding-right: 3rem;
}
.owfr-lh-res-desc {
    font-size: 0.85rem !important; color: var(--lh-text-sec) !important;
    line-height: 1.55 !important; flex: 1;
}
.owfr-lh-res-card .owfr-lh-res-btn { margin-top: 0.65rem; align-self: flex-start; }

/* ============================================================
   FAQ ACCORDION
============================================================ */
.owfr-lh-faq { background: var(--lh-slate); padding: 5rem 0; }
.owfr-lh-faq-list { max-width: 860px; display: flex; flex-direction: column; gap: 0.75rem; }
.owfr-lh-faq-item {
    background: var(--lh-white); border: 1px solid var(--lh-slate-border); border-radius: var(--lh-radius); overflow: hidden;
}
.owfr-lh-faq-item h3 { margin: 0 !important; }
.owfr-lh-faq-btn {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.1rem 1.5rem; background: none; border: none;
    font-size: 0.97rem; font-weight: 700; font-family: inherit; color: var(--lh-emerald);
    cursor: pointer; text-align: left; transition: background 0.15s;
}
.owfr-lh-faq-btn:hover { background: var(--lh-slate); }
.owfr-lh-faq-btn:focus-visible { outline: 3px solid var(--lh-emerald-md); outline-offset: -3px; }
.owfr-lh-faq-chevron {
    flex-shrink: 0; display: inline-flex; align-items: center;
    color: var(--lh-emerald-md); transition: transform 0.2s;
}
.owfr-lh-faq-chevron svg { width: 20px; height: 20px; }
.owfr-lh-faq-btn[aria-expanded="true"] .owfr-lh-faq-chevron { transform: rotate(180deg); }
.owfr-lh-faq-panel {
    padding: 0 1.5rem 1.25rem; font-size: 0.93rem; color: var(--lh-text-sec);
    line-height: 1.7; border-top: 1px solid var(--lh-slate-border);
}
.owfr-lh-faq-panel p { margin: 0 !important; }

/* ============================================================
   SUPPORT SECTION
============================================================ */
.owfr-lh-support { background: var(--lh-emerald); padding: 5rem 0; }
.owfr-lh-support-inner { max-width: 700px !important; text-align: center; }
.owfr-lh-support h2 {
    font-size: clamp(1.4rem, 3vw, 1.9rem) !important; font-weight: 800 !important;
    color: var(--lh-white) !important; margin: 0 0 0.85rem 0 !important;
}
.owfr-lh-support .owfr-lh-section-intro {
    font-size: 1rem !important; color: rgba(255,255,255,0.8) !important;
    line-height: 1.65 !important; margin: 0 auto 2rem !important;
}
.owfr-lh-support-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
    .owfr-lh-role-grid  { grid-template-columns: repeat(2,1fr); }
    .owfr-lh-res-grid   { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
    .owfr-lh-hero, .owfr-lh-role, .owfr-lh-orient,
    .owfr-lh-checklist, .owfr-lh-library,
    .owfr-lh-faq, .owfr-lh-support { padding: 3.5rem 0; }
    .owfr-lh-hero {
        min-height: 0;
        background-image: linear-gradient(180deg, var(--lh-emerald) 60%, rgba(6,78,59,0.4) 100%), url('../images/hero_background.png');
        background-position: center bottom, center bottom;
    }
    .owfr-lh-hero-content { max-width: 100%; }
    .owfr-lh-quicknav-grid { grid-template-columns: repeat(2,1fr); }
    .owfr-lh-quicknav-card  { border-right: none; border-bottom: 1px solid var(--lh-slate-border); }
    .owfr-lh-quicknav-card:nth-child(odd) { border-right: 1px solid var(--lh-slate-border); }
    .owfr-lh-quicknav-card:nth-last-child(-n+2) { border-bottom: none; }
    .owfr-lh-checklist-grid { grid-template-columns: 1fr; }
    .owfr-lh-role-grid  { grid-template-columns: 1fr; }
    .owfr-lh-res-grid   { grid-template-columns: 1fr; }
    .owfr-lh-section-intro  { max-width: 100%; margin: 0 0 1.5rem 0 !important; }
    .owfr-lh-expect-panel   { padding: 1.5rem; }
}
@media (max-width: 480px) {
    .owfr-lh-hero { background-image: none; }
    .owfr-lh-quicknav-grid { grid-template-columns: 1fr; }
    .owfr-lh-quicknav-card { border-right: none !important; border-bottom: 1px solid var(--lh-slate-border) !important; }
    .owfr-lh-quicknav-card:last-child { border-bottom: none !important; }
    .owfr-lh-hero-title { font-size: 2.25rem !important; }
    .owfr-lh-hero-actions { flex-direction: column; align-items: stretch; }
    .owfr-lh-hero-actions .owfr-lh-btn { justify-content: center; }
    .owfr-lh-support-actions { flex-direction: column; align-items: stretch; }
    .owfr-lh-support-actions .owfr-lh-btn { justify-content: center; }
}

/* -- Reduced motion -- */
@media (prefers-reduced-motion: reduce) {
    .owfr-lh *, .owfr-lh *::before, .owfr-lh *::after {
        transition-duration: 0.01ms !important; animation-duration: 0.01ms !important;
    }
    .owfr-lh { scroll-behavior: auto; }
}
