:root {
    --dark:      #2c2c25;
    --muted:     #6a6a6a;
    --gold:      #d4af37;
    --gold-dark: #b8942d;
    --soft:      #f6f6f6;
    --white:     #ffffff;
}

section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 16px;
}

section.video-hero {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* ============================================================
   SECTION DIVIDERS
   ============================================================ */
.section-divider {
    position: relative; z-index: 2;
    display: flex; align-items: center;
    max-width: 1400px; width: 100%;
    margin: -40px auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.section-divider__line {
    flex: 1; height: 2px;
    background: linear-gradient(to right, transparent, #d4af37 40%, #d4af37 60%, transparent);
}

.section-divider--line-only { max-width: none; padding: 0; margin: 24px 0; height: 2px; }

.section-divider__icon {
    width: 80px; height: 80px; flex-shrink: 0;
    padding: 16px; background: #fff;
    border-radius: 50%; border: 2px solid #d4af37;
    box-shadow: 0 4px 20px rgba(212,175,55,0.3);
    margin: 0 1.5rem;
}

/* ============================================================
   SHARED CTA
   ============================================================ */
.impact-cta {
    display: inline-block;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 700;
    background: var(--gold);
    color: var(--white);
    border-radius: 10px;
    text-decoration: none;
    transition: 0.25s ease;
    margin-top: 10px;
}

.impact-cta:hover       { background: var(--gold-dark); }
.impact-cta--light      { background: var(--gold); color: var(--dark); }
.impact-cta--light:hover { background: #e0b82a; }

.impact-cta-center {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* ============================================================
   SECTION 2 — ALTERNATING OFFERING ROWS
   Mobile: stacked → md: side by side
   ============================================================ */
.wwo-section {
    max-width: none !important;
    padding: 40px 0 0 !important;
    margin: 0 !important;
}

.wwo-offerings {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wwo-offering {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.wwo-offering--reverse { flex-direction: column; }

.wwo-offering__image {
    overflow: hidden;
    display: flex;
    align-self: stretch;
}

.wwo-offering__image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
    flex: 1;
}

.wwo-offering:hover .wwo-offering__image img { transform: scale(1.04); }

.wwo-offering__text {
    flex: 1;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wwo-offering__text h2 {
    font-size: clamp(1.3rem, 3.5vw, 1.75rem);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 1.1rem;
    position: relative;
    padding-bottom: 0.8rem;
    line-height: 1.3;
}

.wwo-offering__text h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 44px; height: 3px;
    background: var(--gold);
    border-radius: 2px;
}

.wwo-offering__text p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 0.75rem;
}

.wwo-offering__text .impact-cta { margin-top: 1rem; }

.wwo-offerings .wwo-offering:not(:last-child) {
    border-bottom: 1px solid rgba(212,175,55,0.22);
}

/* ============================================================
   SECTION 3 — NEURO PAGE (dark)
   ============================================================ */
.wwo-neuro-page-section {
    max-width: none !important;
    padding: 0 !important;
    margin: 3rem 0 0 !important;
}

.wwo-neuro-page-section .wwo-offering {
    max-width: none;
    margin: 0;
}

.wwo-offering--dark {
    background: var(--dark);
    margin: 0;
}

.wwo-offering--dark .wwo-offering__text h2 { color: #ffffff; }
.wwo-offering--dark .wwo-offering__text p  { color: rgba(255,255,255,0.7); }

.wwo-offering__image--full { align-self: stretch; }
.wwo-offering__image--full img { height: 280px; }

/* ============================================================
   SECTION 4 — CLOSING
   ============================================================ */
.impact-section { text-align: center; margin-bottom: 0; }

.impact-section h2 {
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 1rem;
    display: inline-block;
}

.impact-section h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 48px; height: 3px;
    background: var(--gold);
    border-radius: 2px;
}

.impact-section > p {
    max-width: 600px;
    margin: 1.25rem auto 0;
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.75;
}

/* ============================================================
   SECTION 5 — OUTRO QUOTE
   ============================================================ */
.wwo-outro-section {
    background: #faf8f2;
    max-width: none !important;
    margin: 0 !important;
    padding: 40px 16px !important;
    text-align: center;
}

.impact-outro {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
    padding: 24px 20px 24px 52px;
    font-style: italic;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.65;
    color: var(--dark);
    text-align: left;
    background: #faf8f2;
    border-radius: 14px;
    border: 1px solid rgba(212,175,55,0.28);
    box-shadow: 0 8px 32px rgba(212,175,55,0.13), 0 2px 8px rgba(0,0,0,0.07);
}

.impact-outro::before {
    content: '\201C';
    position: absolute;
    left: 10px; top: -10px;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--gold);
    font-style: normal;
    font-weight: 900;
    opacity: 0.9;
}

/* ============================================================
   BREAKPOINTS
   ============================================================ */

@media (min-width: 768px) {
    section                        { padding: 56px 24px; }
    .wwo-section                   { padding: 56px 0 0 !important; }
    .wwo-outro-section             { padding: 56px 24px !important; }

    .wwo-offering                  { flex-direction: row; align-items: stretch; }
    .wwo-offering--reverse         { flex-direction: row-reverse; }
    .wwo-offering__image           { flex: 0 0 48%; }
    .wwo-offering__image img       { height: 100%; min-height: 380px; }
    .wwo-offering__image--full img { height: 100%; min-height: 400px; }
    .wwo-offering__text            { padding: 48px 40px; }

    .impact-outro {
        padding: 28px 32px 28px 68px;
        font-size: 1.25rem;
    }

    .impact-outro::before { font-size: 5rem; left: 14px; }
}

@media (min-width: 1024px) {
    section                  { padding: 80px 32px; }
    .wwo-section             { padding: 60px 0 0 !important; }
    .wwo-outro-section       { padding: 60px 32px !important; }
    .wwo-offering__image img { height: 100%; min-height: 420px; }
    .wwo-offering__text      { padding: 72px 64px; }

    .impact-outro {
        padding: 36px 40px 36px 80px;
        font-size: 1.45rem;
    }

    .impact-outro::before { font-size: 6rem; left: 18px; }
}
