/* MMC Pillar / LP — premium template stylesheet (v2.0)
 * Loaded for pages assigned to page-mmc-pillar.php (Track D + E rewrite, 2026-04-30)
 *
 * Targets the EXACT post_content markup generated by Phase 7:
 *   <section class="mmc-pillar-section mmc-{variant}" id="...">
 *     <h2>...</h2>
 *     <p>...</p>
 *     <div class="mmc-pillars"|".mmc-cards"|".mmc-two-col"|...> cards </div>
 *   </section>
 *
 * Variants seen on /money-therapy/:
 *   mmc-hero, mmc-differentiator, mmc-comparison-table, mmc-method,
 *   mmc-who-its-for, mmc-session-info, mmc-author-block
 */

/* ─── Page chrome ───────────────────────────────────────────────────── */
.mmc-pillar-page {
    background: #fdfaf2;
    color: #2a2a2a;
    --mmc-green: #0a3a2c;
    --mmc-green-2: #0f4a3a;
    --mmc-gold: #c9a84c;
    --mmc-gold-2: #b89238;
    --mmc-cream: #fdfaf2;
    --mmc-cream-2: #f8f4ec;
    --mmc-line: rgba(10,58,44,0.08);
    --mmc-shadow: 0 10px 32px rgba(10,58,44,0.08);
    --mmc-shadow-lg: 0 20px 48px rgba(10,58,44,0.12);
}

/* ─── Hero (page template top block) ───────────────────────────────── */
.mmc-pillar-hero {
    position: relative;
    min-height: clamp(420px, 65vh, 680px);
    display: flex; align-items: center; justify-content: center;
    padding: 5rem 1.5rem 6rem;
    color: #fff;
    overflow: hidden;
}
.mmc-pillar-hero__bg { position: absolute; inset: 0; z-index: 0; }
.mmc-pillar-hero__bg img {
    width: 100%; height: 100%; object-fit: cover; object-position: center;
    display: block;
}
.mmc-pillar-hero__overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,58,44,0.55) 0%, rgba(10,58,44,0.78) 65%, rgba(10,58,44,0.88) 100%);
    z-index: 1;
}
.mmc-pillar-hero__inner {
    position: relative; z-index: 2;
    max-width: 880px; text-align: center; margin: 0 auto;
}
.mmc-pillar-hero__eyebrow {
    font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--mmc-gold); font-weight: 700; margin: 0 0 1.25rem;
}
.mmc-pillar-hero__h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.1;
    margin: 0 0 1.5rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.mmc-pillar-hero__lede {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.6;
    color: rgba(255,255,255,0.94);
    margin: 0 auto 2.25rem;
    max-width: 720px;
}
.mmc-pillar-hero__ctas {
    display: flex; gap: 0.85rem; justify-content: center;
    flex-wrap: wrap; margin-bottom: 1.75rem;
}
.mmc-pillar-hero__trust {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.06em;
    margin: 0;
}

/* Buttons */
.mmc-pillar-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0.95rem 1.75rem;
    font-size: 0.96rem; font-weight: 600;
    border-radius: 12px;
    text-decoration: none !important;
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
    line-height: 1;
    border: 0;
    cursor: pointer;
}
.mmc-pillar-btn:hover { filter: brightness(1.08); transform: translateY(-2px); }
.mmc-pillar-btn--primary {
    background: var(--mmc-gold); color: #fff !important;
    box-shadow: 0 8px 24px rgba(201,168,76,0.32);
}
.mmc-pillar-btn--primary:hover { box-shadow: 0 14px 32px rgba(201,168,76,0.45); }
.mmc-pillar-btn--secondary {
    background: var(--mmc-green); color: #fff !important;
    box-shadow: 0 8px 24px rgba(10,58,44,0.32);
}
.mmc-pillar-btn--ghost {
    background: transparent; color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.55);
}
.mmc-pillar-btn--ghost:hover { background: rgba(255,255,255,0.1); }

/* ─── Body container ────────────────────────────────────────────────── */
.mmc-pillar-body { background: var(--mmc-cream); padding: 0; }
.mmc-pillar-body__inner {
    /* No max-width — sections handle their own width so we can have
     * full-bleed dark sections */
    max-width: none; margin: 0; padding: 0;
}

/* ─── SECTION SHELL (every <section class="mmc-pillar-section ...">) ── */
.mmc-pillar-body section.mmc-pillar-section {
    padding: 5rem 1.5rem;
    position: relative;
}
/* Inner wrapper inside each section to constrain text width */
.mmc-pillar-body section.mmc-pillar-section > * {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
/* Section eyebrow label rendered via .mmc-section-label or pseudo */
.mmc-pillar-body .mmc-section-label {
    display: block;
    font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--mmc-gold); font-weight: 700; margin: 0 0 0.85rem;
    max-width: 920px; margin-left: auto; margin-right: auto;
}

/* ─── Headings ──────────────────────────────────────────────────────── */
.mmc-pillar-body h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    color: var(--mmc-green); margin: 0 0 1.5rem; line-height: 1.2;
    letter-spacing: -0.005em;
    font-weight: 700;
}
.mmc-pillar-body h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    color: var(--mmc-green); margin: 0 0 0.85rem; line-height: 1.3;
    font-weight: 700;
}
.mmc-pillar-body p {
    margin: 0 0 1.25rem;
    font-size: 1.04rem;
    line-height: 1.75;
    color: #3a3a3a;
}
.mmc-pillar-body p:last-child { margin-bottom: 0; }
.mmc-pillar-body strong { color: var(--mmc-green); font-weight: 700; }
.mmc-pillar-body a {
    color: var(--mmc-green); text-decoration: underline;
    text-decoration-color: rgba(201,168,76,0.6);
    text-underline-offset: 3px;
}
.mmc-pillar-body a:hover { color: var(--mmc-gold); text-decoration-color: var(--mmc-gold); }

/* Contrast-aware link colors inside dark-background sections.
 * Default green-on-cream link is invisible on dark green backgrounds, so
 * inside any section we paint dark green, switch links to gold. */
.mmc-pillar-body .mmc-method a,
.mmc-pillar-body .mmc-method-overview a,
.mmc-pillar-body .mmc-author-block a,
.mmc-pillar-body .mmc-final-cta a,
.mmc-pillar-body .lp-author a,
.mmc-pillar-body .lp-cta-final a {
    color: var(--mmc-gold) !important;
    text-decoration: underline;
    text-decoration-color: rgba(201,168,76,0.7);
    text-underline-offset: 3px;
}
.mmc-pillar-body .mmc-method a:hover,
.mmc-pillar-body .mmc-method-overview a:hover,
.mmc-pillar-body .mmc-author-block a:hover,
.mmc-pillar-body .mmc-final-cta a:hover,
.mmc-pillar-body .lp-author a:hover,
.mmc-pillar-body .lp-cta-final a:hover {
    color: #fff !important;
    text-decoration-color: #fff;
}

/* Strip empty <p> elements that wpautop sometimes inserts (e.g. </p></div> noise) */
.mmc-pillar-body p:empty { display: none; }

/* ─── Section variants — alternating treatments ───────────────────── */

/* mmc-hero (in-content; rare since template provides the top hero) */
.mmc-pillar-body .mmc-hero {
    background: #fff;
    border-bottom: 1px solid var(--mmc-line);
}
.mmc-pillar-body .mmc-hero h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
}
.mmc-pillar-body .mmc-hero-lead {
    font-size: 1.15rem; color: #4a4a4a; line-height: 1.65;
    max-width: 760px;
}
.mmc-pillar-body .mmc-hero-ctas {
    display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem;
    max-width: 920px; margin-left: auto; margin-right: auto;
}
.mmc-pillar-body .mmc-btn {
    display: inline-flex; padding: 0.9rem 1.6rem;
    border-radius: 12px; text-decoration: none !important;
    font-weight: 600; font-size: 0.95rem;
    transition: filter .2s, transform .2s, box-shadow .2s;
}
.mmc-pillar-body .mmc-btn--primary {
    background: var(--mmc-gold); color: #fff !important;
    box-shadow: 0 8px 24px rgba(201,168,76,0.3);
}
.mmc-pillar-body .mmc-btn--secondary {
    background: var(--mmc-green); color: #fff !important;
    box-shadow: 0 8px 24px rgba(10,58,44,0.3);
}
.mmc-pillar-body .mmc-btn:hover { filter: brightness(1.08); transform: translateY(-2px); }

/* mmc-differentiator — Money Therapy vs Money Coaching 2-col */
.mmc-pillar-body .mmc-differentiator {
    background: #fff;
}
.mmc-pillar-body .mmc-section-intro {
    font-size: 1.15rem; color: #4a4a4a; max-width: 760px;
    margin-bottom: 2.5rem;
    line-height: 1.65;
}
.mmc-pillar-body .mmc-two-col {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem;
    margin: 2rem 0 0;
    max-width: 1080px;
}
@media (max-width: 820px) { .mmc-pillar-body .mmc-two-col { grid-template-columns: 1fr; gap: 1.25rem; } }
.mmc-pillar-body .mmc-two-col__item {
    background: #fff;
    border: 1px solid var(--mmc-line);
    border-radius: 16px;
    padding: 2rem 1.85rem;
    box-shadow: var(--mmc-shadow);
    position: relative;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
}
.mmc-pillar-body .mmc-two-col__item:hover { box-shadow: var(--mmc-shadow-lg); transform: translateY(-2px); }
.mmc-pillar-body .mmc-two-col__item::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--mmc-green);
}
.mmc-pillar-body .mmc-two-col__item--therapy::before { background: var(--mmc-gold); }
.mmc-pillar-body .mmc-two-col__item--therapy {
    background: linear-gradient(165deg, #fbf6e8 0%, #fdfaf2 70%);
}
.mmc-pillar-body .mmc-two-col__tag {
    font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--mmc-gold); font-weight: 700; margin: 0 0 1rem;
}
.mmc-pillar-body .mmc-two-col__item h3 { margin-top: 0; font-size: 1.4rem; }
.mmc-pillar-body .mmc-two-col__item ul { padding-left: 1.25rem; margin: 0 0 1.25rem; color: #3a3a3a; }
.mmc-pillar-body .mmc-two-col__item li { margin-bottom: 0.55rem; line-height: 1.6; }

/* PREMIUM TILES for "Money Therapy vs Money Coaching" — uses .mmc-col markup */
.mmc-pillar-body .mmc-differentiator .mmc-two-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.75rem !important;
    margin: 2.75rem auto 1.5rem !important;
    max-width: 1100px;
}
@media (max-width: 820px) {
    .mmc-pillar-body .mmc-differentiator .mmc-two-col {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }
}
.mmc-pillar-body .mmc-differentiator .mmc-col {
    background: #fff;
    border: 1px solid var(--mmc-line);
    border-radius: 16px;
    padding: 2.5rem 2.1rem 2.1rem;
    box-shadow: var(--mmc-shadow);
    position: relative;
    transition: box-shadow .3s, transform .3s;
    overflow: hidden;
}
.mmc-pillar-body .mmc-differentiator .mmc-col:hover {
    box-shadow: var(--mmc-shadow-lg); transform: translateY(-3px);
}
/* Therapy card (1st) — gold cream gradient + gold top stripe */
.mmc-pillar-body .mmc-differentiator .mmc-col:nth-child(1) {
    background: linear-gradient(165deg, #fbf6e8 0%, #fdfaf2 80%);
    border-color: rgba(201,168,76,0.35);
}
.mmc-pillar-body .mmc-differentiator .mmc-col:nth-child(1)::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 5px;
    background: linear-gradient(90deg, var(--mmc-gold) 0%, var(--mmc-gold-2) 100%);
}
/* Coaching card (2nd) — clean white + green top stripe */
.mmc-pillar-body .mmc-differentiator .mmc-col:nth-child(2) {
    background: #fff;
}
.mmc-pillar-body .mmc-differentiator .mmc-col:nth-child(2)::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 5px;
    background: linear-gradient(90deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
}
/* Eyebrow tag added via ::after on h3 (positioned ABOVE h3) */
.mmc-pillar-body .mmc-differentiator .mmc-col h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
    margin: 0 0 1.25rem;
    color: var(--mmc-green);
    line-height: 1.25;
    font-weight: 700;
    position: relative;
    padding-top: 1.5rem;
}
.mmc-pillar-body .mmc-differentiator .mmc-col h3::before {
    display: block;
    position: absolute; top: 0; left: 0;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--mmc-gold);
}
.mmc-pillar-body .mmc-differentiator .mmc-col:nth-child(1) h3::before {
    content: 'The Deeper Work';
}
.mmc-pillar-body .mmc-differentiator .mmc-col:nth-child(2) h3::before {
    content: 'Forward Action';
    color: var(--mmc-green);
}
.mmc-pillar-body .mmc-differentiator .mmc-col h3 a {
    color: var(--mmc-green) !important;
    text-decoration: none !important;
    border-bottom: 0;
    background: none;
}
.mmc-pillar-body .mmc-differentiator .mmc-col h3 a:hover {
    color: var(--mmc-gold) !important;
}
.mmc-pillar-body .mmc-differentiator .mmc-col p {
    font-size: 0.97rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0;
}
/* Trailing paragraph after the two cards — gold-accent callout box */
.mmc-pillar-body .mmc-differentiator > p:last-child {
    margin: 2rem auto 0;
    max-width: 800px;
    text-align: center;
    padding: 1.4rem 1.75rem;
    background: rgba(201,168,76,0.08);
    border-left: 4px solid var(--mmc-gold);
    border-radius: 8px;
    color: #3a3a3a;
    font-size: 1rem;
}

/* mmc-comparison-table — 3-col table */
.mmc-pillar-body .mmc-comparison-table {
    background: var(--mmc-cream);
}
.mmc-pillar-body .mmc-comparison-table table,
.mmc-pillar-body table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    margin: 1.5rem auto 0;
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: var(--mmc-shadow);
    font-size: 0.95rem;
    max-width: 1040px;
}
.mmc-pillar-body th {
    background: var(--mmc-green); color: #fff;
    padding: 1.05rem 1.1rem; text-align: left;
    font-weight: 600; font-size: 0.9rem;
    letter-spacing: 0.04em;
}
.mmc-pillar-body td {
    padding: 1rem 1.1rem;
    border-top: 1px solid #f0ede5;
    vertical-align: top;
    line-height: 1.6;
}
.mmc-pillar-body tr:nth-child(even) td { background: #fdfaf2; }

/* mmc-method — Inside-Out Method with 5 pillar cards */
.mmc-pillar-body .mmc-method {
    background: linear-gradient(180deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: rgba(255,255,255,0.92);
}
.mmc-pillar-body .mmc-method h2,
.mmc-pillar-body .mmc-method h3 { color: #fff; }
.mmc-pillar-body .mmc-method p { color: rgba(255,255,255,0.9); }
.mmc-pillar-body .mmc-method strong { color: var(--mmc-gold); }
.mmc-pillar-body .mmc-method .mmc-section-label { color: var(--mmc-gold); }

.mmc-pillar-body .mmc-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 2.5rem auto 0;
    max-width: 1180px;
    counter-reset: pillar-num;
}
.mmc-pillar-body .mmc-pillar {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 1.85rem 1.6rem 1.6rem;
    backdrop-filter: blur(4px);
    position: relative;
    transition: background .25s, transform .25s, border-color .25s;
    counter-increment: pillar-num;
}
.mmc-pillar-body .mmc-pillar::before {
    content: counter(pillar-num, decimal-leading-zero);
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem; font-weight: 700;
    color: var(--mmc-gold);
    margin-bottom: 0.5rem;
    letter-spacing: 0.04em;
}
.mmc-pillar-body .mmc-pillar:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
    border-color: rgba(201,168,76,0.4);
}
.mmc-pillar-body .mmc-pillar h3 {
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
    color: var(--mmc-gold);
}
.mmc-pillar-body .mmc-pillar p {
    font-size: 0.95rem; line-height: 1.65; margin: 0;
    color: rgba(255,255,255,0.88);
}

/* mmc-who-its-for — 3 persona cards */
.mmc-pillar-body .mmc-who-its-for {
    background: var(--mmc-cream);
}
.mmc-pillar-body .mmc-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem auto 0;
    max-width: 1180px;
}
.mmc-pillar-body .mmc-card {
    background: #fff;
    border: 1px solid var(--mmc-line);
    border-radius: 16px;
    padding: 2rem 1.85rem;
    box-shadow: var(--mmc-shadow);
    transition: box-shadow .25s, transform .25s;
    position: relative;
    overflow: hidden;
}
.mmc-pillar-body .mmc-card::before {
    content: '';
    position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
    background: var(--mmc-gold);
}
.mmc-pillar-body .mmc-card:hover { box-shadow: var(--mmc-shadow-lg); transform: translateY(-3px); }
.mmc-pillar-body .mmc-card h3 {
    font-size: 1.2rem;
    margin: 0 0 1rem;
}
.mmc-pillar-body .mmc-card p {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4a4a4a;
}

/* mmc-session-info */
.mmc-pillar-body .mmc-session-info {
    background: #fff;
    border-top: 1px solid var(--mmc-line);
    border-bottom: 1px solid var(--mmc-line);
}

/* mmc-author-block */
.mmc-pillar-body .mmc-author-block {
    background: linear-gradient(135deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: rgba(255,255,255,0.94);
    padding: 5rem 1.5rem;
}
.mmc-pillar-body .mmc-author-block > * { max-width: 920px; margin-left: auto; margin-right: auto; }
.mmc-pillar-body .mmc-author-block h2,
.mmc-pillar-body .mmc-author-block h3 { color: #fff; }
.mmc-pillar-body .mmc-author-block p { color: rgba(255,255,255,0.92); }
.mmc-pillar-body .mmc-author-block strong { color: var(--mmc-gold); }
.mmc-pillar-body .mmc-author-block .mmc-section-label { color: var(--mmc-gold); }
.mmc-pillar-body .mmc-author-inner {
    display: grid; grid-template-columns: 240px 1fr; gap: 2.5rem;
    align-items: center;
    max-width: 920px;
}
@media (max-width: 700px) {
    .mmc-pillar-body .mmc-author-inner {
        grid-template-columns: 1fr; text-align: center; gap: 1.5rem;
    }
}
.mmc-pillar-body .mmc-author-photo img {
    width: 100%; max-width: 240px;
    height: auto; border-radius: 50%;
    box-shadow: 0 14px 40px rgba(201,168,76,0.32);
    border: 4px solid var(--mmc-gold);
    object-fit: cover; aspect-ratio: 1/1;
    display: block; margin: 0 auto;
}
.mmc-pillar-body .mmc-author-text a { color: var(--mmc-gold); }
.mmc-pillar-body .mmc-author-text a:hover { color: #fff; }

/* mmc-cta-button — used inline within sections (Phase 7 markup); render as
 * a centered premium button. */
.mmc-pillar-body .mmc-cta-button {
    display: inline-block;
    margin: 2rem auto 0;
    padding: 0.95rem 1.85rem;
    background: var(--mmc-gold); color: #fff !important;
    border-radius: 12px; font-weight: 600; font-size: 1rem;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(201,168,76,0.32);
    transition: filter .2s, transform .2s;
}
.mmc-pillar-body .mmc-cta-button:hover { filter: brightness(1.08); transform: translateY(-2px); }
/* Center the button when it's a top-level child of a section */
.mmc-pillar-body section.mmc-pillar-section > .mmc-cta-button {
    display: block; width: fit-content; margin-left: auto; margin-right: auto;
    text-align: center;
}

/* Lists inside body */
.mmc-pillar-body ul, .mmc-pillar-body ol {
    padding-left: 1.4rem;
    margin: 1rem 0 1.5rem;
    max-width: 880px;
    color: #3a3a3a;
}
.mmc-pillar-body li { margin-bottom: 0.6rem; line-height: 1.7; font-size: 1rem; }

/* Generic helper: container width */
.mmc-pillar-body .mmc-container { max-width: 920px; margin: 0 auto; }

/* Images inside body */
.mmc-pillar-body img { max-width: 100%; height: auto; border-radius: 12px; }

/* ─── /money-therapist-zurich/ Zurich-specific classes ───────────── */
.mmc-pillar-body .mmc-cta-group {
    display: flex; gap: 0.85rem; flex-wrap: wrap;
    margin: 2rem auto 0;
    max-width: 920px;
}
.mmc-pillar-body .mmc-btn-primary,
.mmc-pillar-body .mmc-btn-secondary {
    display: inline-flex; padding: 0.95rem 1.75rem;
    border-radius: 12px; font-weight: 600; font-size: 0.96rem;
    text-decoration: none !important;
    transition: filter .2s, transform .2s, box-shadow .2s;
    line-height: 1;
}
.mmc-pillar-body .mmc-btn-primary {
    background: var(--mmc-gold); color: #fff !important;
    box-shadow: 0 8px 24px rgba(201,168,76,0.3);
}
.mmc-pillar-body .mmc-btn-secondary {
    background: var(--mmc-green); color: #fff !important;
    box-shadow: 0 8px 24px rgba(10,58,44,0.3);
}
.mmc-pillar-body .mmc-btn-primary:hover,
.mmc-pillar-body .mmc-btn-secondary:hover { filter: brightness(1.08); transform: translateY(-2px); }

.mmc-pillar-body .mmc-local-context { background: #fff; }
.mmc-pillar-body .mmc-credentials { background: var(--mmc-cream); }
/* (Old single-list credentials rules removed — replaced by the premium card
 * grid further down. Keeping only fallback for legacy `.mmc-credentials > ul`
 * markup if any.) */
.mmc-pillar-body .mmc-credentials > ul {
    list-style: none; padding: 0;
}

.mmc-pillar-body .mmc-info-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem; margin: 2rem auto 0; max-width: 1180px;
}
.mmc-pillar-body .mmc-info-card {
    background: #fff; border: 1px solid var(--mmc-line); border-radius: 14px;
    padding: 1.65rem 1.5rem; box-shadow: var(--mmc-shadow);
    transition: box-shadow .25s, transform .25s;
    border-left: 4px solid var(--mmc-gold);
}
.mmc-pillar-body .mmc-info-card:hover { box-shadow: var(--mmc-shadow-lg); transform: translateY(-3px); }
.mmc-pillar-body .mmc-info-card h3 { margin: 0 0 0.75rem; font-size: 1.15rem; }

.mmc-pillar-body .mmc-pillars-list {
    margin: 1.5rem auto 0; padding: 0;
    list-style: none;
    counter-reset: pillar-list-num;
    max-width: 920px;
}
.mmc-pillar-body .mmc-pillars-list li {
    background: #fff;
    padding: 1.25rem 1.5rem 1.25rem 4rem;
    margin-bottom: 0.85rem; border-radius: 12px;
    box-shadow: var(--mmc-shadow);
    counter-increment: pillar-list-num;
    position: relative;
    line-height: 1.65;
}
.mmc-pillar-body .mmc-pillars-list li::before {
    content: counter(pillar-list-num, decimal-leading-zero);
    position: absolute; left: 1.5rem; top: 1.25rem;
    color: var(--mmc-gold); font-weight: 700;
    font-family: 'Playfair Display', serif; font-size: 1.4rem;
}

.mmc-pillar-body .mmc-faq { background: var(--mmc-cream); }
.mmc-pillar-body .mmc-faq-item {
    background: #fff; border: 1px solid var(--mmc-line); border-radius: 12px;
    padding: 1.5rem 1.65rem; margin: 0 auto 1rem;
    box-shadow: var(--mmc-shadow);
    max-width: 920px;
}
.mmc-pillar-body .mmc-faq-item h3 { margin: 0 0 0.75rem; font-size: 1.1rem; color: var(--mmc-green); }
.mmc-pillar-body .mmc-faq-item p:last-child { margin-bottom: 0; }

.mmc-pillar-body .mmc-final-cta {
    background:
        radial-gradient(ellipse at top, rgba(201,168,76,0.15) 0%, rgba(201,168,76,0) 60%),
        linear-gradient(135deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: #fff; text-align: center;
}
.mmc-pillar-body .mmc-final-cta > * { max-width: 760px; }
.mmc-pillar-body .mmc-final-cta h2,
.mmc-pillar-body .mmc-final-cta h3 { color: #fff; }
.mmc-pillar-body .mmc-final-cta p { color: rgba(255,255,255,0.92); }

/* /money-therapist-zurich/ section sequence — alternating premium treatment */
.mmc-pillar-body .mmc-local-context { background: #fff; }
.mmc-pillar-body .mmc-credentials { background: var(--mmc-cream); }
.mmc-pillar-body .mmc-languages { background: #fff; }
.mmc-pillar-body .mmc-practical-info { background: var(--mmc-cream); }
.mmc-pillar-body .mmc-method-overview {
    background: linear-gradient(180deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: rgba(255,255,255,0.92);
}
.mmc-pillar-body .mmc-method-overview h2,
.mmc-pillar-body .mmc-method-overview h3 { color: #fff; }
.mmc-pillar-body .mmc-method-overview p { color: rgba(255,255,255,0.92); }
.mmc-pillar-body .mmc-method-overview strong { color: var(--mmc-gold); }
.mmc-pillar-body .mmc-method-overview .mmc-section-label { color: var(--mmc-gold); }
.mmc-pillar-body .mmc-method-overview .mmc-pillars-list li {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.92);
}
.mmc-pillar-body .mmc-who-this-is-for { background: #fff; }
.mmc-pillar-body .mmc-faq { background: var(--mmc-cream); }

/* mmc-local-context lists — bullets with gold accent */
.mmc-pillar-body .mmc-local-context ul {
    list-style: none; padding: 0; margin: 1.5rem auto 0; max-width: 880px;
}
.mmc-pillar-body .mmc-local-context ul > li {
    background: #fff;
    border: 1px solid var(--mmc-line);
    border-left: 4px solid var(--mmc-gold);
    border-radius: 10px;
    padding: 1.1rem 1.4rem;
    margin-bottom: 0.85rem;
    box-shadow: var(--mmc-shadow);
}
.mmc-pillar-body .mmc-local-context ul > li > strong:first-child {
    color: var(--mmc-green); font-weight: 700;
}

/* mmc-info-grid (Practical Info table) — premium grid card */
.mmc-pillar-body .mmc-practical-info .mmc-info-card {
    max-width: 880px; margin: 2rem auto 0;
    background: #fff; border: 1px solid var(--mmc-line);
    border-radius: 16px; padding: 2.5rem 2.5rem;
    box-shadow: var(--mmc-shadow-lg);
    border-top: 4px solid var(--mmc-gold);
}
.mmc-pillar-body .mmc-practical-info dl.mmc-info-grid,
.mmc-pillar-body dl.mmc-info-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.1rem 2rem;
    margin: 0;
}
@media (max-width: 640px) {
    .mmc-pillar-body dl.mmc-info-grid { grid-template-columns: 1fr; gap: 0.4rem 0; }
    .mmc-pillar-body dl.mmc-info-grid dt { margin-top: 1rem; }
}
.mmc-pillar-body dl.mmc-info-grid dt {
    font-weight: 700;
    color: var(--mmc-gold);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding-top: 0.2rem;
}
.mmc-pillar-body dl.mmc-info-grid dd {
    margin: 0;
    color: #2a2a2a;
    font-size: 1rem;
    line-height: 1.65;
}
.mmc-pillar-body .mmc-booking-anchor {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--mmc-line);
    text-align: center;
}
.mmc-pillar-body .mmc-booking-anchor a {
    background: var(--mmc-gold);
    color: #fff !important;
    padding: 0.95rem 1.85rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 8px 24px rgba(201,168,76,0.32);
    transition: filter .2s, transform .2s;
}
.mmc-pillar-body .mmc-booking-anchor a:hover {
    filter: brightness(1.08); transform: translateY(-2px);
}

/* mmc-credentials-list — PREMIUM card grid with gold seal badges */
.mmc-pillar-body .mmc-credentials .mmc-credentials-list {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 3.5rem auto 0 !important;
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 1.75rem;
    list-style: none !important;
    counter-reset: cred;
}
.mmc-pillar-body .mmc-credentials-list li {
    position: relative;
    background: #fff;
    border: 1px solid var(--mmc-line) !important;
    border-radius: 16px !important;
    padding: 5.5rem 1.85rem 2rem !important;  /* reserve top space for floating badge */
    box-shadow: var(--mmc-shadow);
    display: flex; flex-direction: column; gap: 0.85rem;
    transition: box-shadow .3s, transform .3s;
    overflow: visible;
    counter-increment: cred;
    margin-top: 2rem;  /* extra space above each card so badge floats clean */
    border-top: 0 !important;  /* override any earlier border-top rule */
    font-size: 1rem;
}
.mmc-pillar-body .mmc-credentials-list li:hover {
    box-shadow: var(--mmc-shadow-lg); transform: translateY(-4px);
}
/* Gold seal badge — perfectly clears the heading */
.mmc-pillar-body .mmc-credentials-list li::before {
    content: '✦';
    position: absolute;
    top: -1.85rem;
    left: 1.85rem;
    width: 3.7rem; height: 3.7rem;
    background: linear-gradient(135deg, var(--mmc-gold) 0%, var(--mmc-gold-2) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 10px 28px rgba(201,168,76,0.45);
    border: 4px solid var(--mmc-cream);
    z-index: 2;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    line-height: 1;
}
.mmc-pillar-body .mmc-credentials-list li > strong {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    color: var(--mmc-green);
    border-bottom: 0;
    line-height: 1.35;
    margin-top: 0;
    font-weight: 700;
}
.mmc-pillar-body .mmc-credentials-list li > span {
    color: #4a4a4a;
    font-size: 0.97rem;
    line-height: 1.7;
}

/* mmc-who-this-is-for — PREMIUM checklist styling */
.mmc-pillar-body .mmc-who-this-is-for ul,
.mmc-pillar-body .mmc-who-its-for ul:not(.mmc-cards) {
    list-style: none !important;
    padding: 0 !important;
    margin: 2.25rem auto 1.5rem !important;
    max-width: 920px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}
.mmc-pillar-body .mmc-who-this-is-for ul > li,
.mmc-pillar-body .mmc-who-its-for ul:not(.mmc-cards) > li {
    background: #fff;
    border: 1px solid var(--mmc-line);
    border-radius: 12px;
    padding: 1.15rem 1.4rem 1.15rem 4.25rem;
    line-height: 1.65;
    color: #2a2a2a;
    position: relative;
    box-shadow: var(--mmc-shadow);
    transition: box-shadow .25s, transform .2s;
    list-style: none !important;
}
.mmc-pillar-body .mmc-who-this-is-for ul > li:hover,
.mmc-pillar-body .mmc-who-its-for ul:not(.mmc-cards) > li:hover {
    box-shadow: var(--mmc-shadow-lg);
    transform: translateX(3px);
}
.mmc-pillar-body .mmc-who-this-is-for ul > li::before,
.mmc-pillar-body .mmc-who-its-for ul:not(.mmc-cards) > li::before {
    content: '✓';
    position: absolute;
    left: 1.15rem; top: 1.05rem;
    width: 2.05rem; height: 2.05rem;
    background: linear-gradient(135deg, var(--mmc-gold) 0%, var(--mmc-gold-2) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(201,168,76,0.35);
    line-height: 1;
}

/* mmc-faq — premium accordion-look (no JS needed; visual only) */
.mmc-pillar-body .mmc-faq .mmc-faq-item {
    border: 1px solid var(--mmc-line);
    border-left: 4px solid var(--mmc-gold);
    border-radius: 12px;
    padding: 1.5rem 1.85rem;
    transition: box-shadow .25s;
}
.mmc-pillar-body .mmc-faq .mmc-faq-item:hover { box-shadow: var(--mmc-shadow-lg); }
.mmc-pillar-body .mmc-faq .mmc-faq-item h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.18rem;
    color: var(--mmc-green);
    margin: 0 0 0.85rem;
    padding-right: 2rem;
    position: relative;
}
.mmc-pillar-body .mmc-faq .mmc-faq-item h3::after {
    content: '+';
    position: absolute; right: 0; top: -2px;
    color: var(--mmc-gold);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

/* Section dividers — very subtle gold rule between sections */
.mmc-pillar-body section.mmc-pillar-section + section.mmc-pillar-section {
    border-top: 1px solid var(--mmc-line);
}

/* lp-internal-link — premium link bar (when wrapped properly) */
.mmc-pillar-body section.lp-internal-link,
.mmc-pillar-body .lp-internal-link-wrap {
    background: var(--mmc-cream);
    text-align: center;
    padding: 4rem 1.5rem;
    border-top: 1px solid var(--mmc-line);
}
.mmc-pillar-body section.lp-internal-link p,
.mmc-pillar-body .lp-internal-link-wrap p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin: 0;
    max-width: 720px;
    margin-left: auto; margin-right: auto;
}
.mmc-pillar-body section.lp-internal-link a,
.mmc-pillar-body .lp-internal-link-wrap a {
    color: var(--mmc-gold);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(201,168,76,0.4);
    padding-bottom: 2px;
    transition: border-color .2s, color .2s;
}
.mmc-pillar-body section.lp-internal-link a:hover,
.mmc-pillar-body .lp-internal-link-wrap a:hover {
    color: var(--mmc-green); border-bottom-color: var(--mmc-green);
}

/* ─── /lp/* family — premium LP styling ─────────────────────────── */
/* Outer article wrapper from Phase 7 markup */
.mmc-pillar-body article[class^="lp-"] {
    display: contents;
}

/* Override default section padding inside LP markup so our custom sections control it */
.mmc-pillar-body section.lp-hero,
.mmc-pillar-body section.lp-pain,
.mmc-pillar-body section.lp-differentiators,
.mmc-pillar-body section.lp-author,
.mmc-pillar-body section.lp-testimonials,
.mmc-pillar-body section.lp-cta-final,
.mmc-pillar-body section.lp-internal-link,
.mmc-pillar-body section.lp-section {
    padding: 5rem 1.5rem;
    margin: 0;
}
.mmc-pillar-body section.lp-hero > *,
.mmc-pillar-body section.lp-pain > *,
.mmc-pillar-body section.lp-differentiators > *,
.mmc-pillar-body section.lp-author > *,
.mmc-pillar-body section.lp-testimonials > *,
.mmc-pillar-body section.lp-cta-final > *,
.mmc-pillar-body section.lp-internal-link > *,
.mmc-pillar-body section.lp-section > * {
    max-width: 760px; margin-left: auto; margin-right: auto;
}
.mmc-pillar-body .lp-section__inner,
.mmc-pillar-body .lp-hero__inner,
.mmc-pillar-body .lp-author__inner {
    max-width: 760px; margin: 0 auto;
}

/* lp-hero (in-content) */
.mmc-pillar-body .lp-hero {
    background: #fff;
    border-bottom: 1px solid var(--mmc-line);
    text-align: center;
}
.mmc-pillar-body .lp-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    line-height: 1.15; color: var(--mmc-green);
    margin: 0 0 1rem;
}
.mmc-pillar-body .lp-hero h2,
.mmc-pillar-body .lp-hero__subheading {
    font-size: 1.25rem; color: var(--mmc-gold); font-weight: 500;
    margin: 0 0 1.5rem; font-family: 'Playfair Display', serif; font-style: italic;
}
.mmc-pillar-body .lp-hero p,
.mmc-pillar-body .lp-hero__promise {
    font-size: 1.1rem; color: #4a4a4a; line-height: 1.65;
    margin: 0 auto 2rem; max-width: 680px;
}
.mmc-pillar-body .lp-btn,
.mmc-pillar-body .lp-btn--primary {
    display: inline-flex; padding: 0.95rem 1.85rem; border-radius: 12px;
    background: var(--mmc-gold); color: #fff !important; font-weight: 600;
    text-decoration: none !important; font-size: 1rem;
    box-shadow: 0 8px 24px rgba(201,168,76,0.32);
    transition: filter .2s, transform .2s;
}
.mmc-pillar-body .lp-btn:hover,
.mmc-pillar-body .lp-btn--primary:hover { filter: brightness(1.08); transform: translateY(-2px); }

.mmc-pillar-body .lp-pain { background: var(--mmc-cream); }
.mmc-pillar-body .lp-differentiators { background: #fff; }
.mmc-pillar-body .lp-differentiators__intro { font-size: 1.1rem; color: #4a4a4a; max-width: 720px; }
.mmc-pillar-body .lp-diff-list {
    list-style: none; padding: 0; margin: 2rem auto 0;
    max-width: 800px;
}
.mmc-pillar-body .lp-diff-list__item {
    background: #fff; border: 1px solid var(--mmc-line); border-radius: 14px;
    padding: 1.5rem 1.65rem; margin-bottom: 1rem; box-shadow: var(--mmc-shadow);
    border-left: 4px solid var(--mmc-gold); line-height: 1.7;
    list-style: none;
}
.mmc-pillar-body .lp-diff-list__item strong:first-child {
    display: block; color: var(--mmc-green); font-size: 1.05rem; margin-bottom: 0.4rem;
}

.mmc-pillar-body .lp-author {
    background: linear-gradient(135deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: rgba(255,255,255,0.94);
}
.mmc-pillar-body .lp-author h2,
.mmc-pillar-body .lp-author h3 { color: #fff; }
.mmc-pillar-body .lp-author p { color: rgba(255,255,255,0.92); }
.mmc-pillar-body .lp-author strong { color: var(--mmc-gold); }

.mmc-pillar-body .lp-testimonials { background: #fff; }
.mmc-pillar-body .lp-testimonials__list,
.mmc-pillar-body .lp-testimonials > ul {
    list-style: none; padding: 0; margin: 1.5rem auto 0; max-width: 800px;
}
.mmc-pillar-body .lp-testimonial,
.mmc-pillar-body .lp-testimonials li {
    background: linear-gradient(165deg, #fbf6e8 0%, #fdfaf2 100%);
    border-left: 4px solid var(--mmc-gold); padding: 1.5rem 1.75rem;
    border-radius: 12px; margin-bottom: 1rem;
    font-style: italic; line-height: 1.65;
    list-style: none;
}

.mmc-pillar-body .lp-cta-final {
    background:
        radial-gradient(ellipse at top, rgba(201,168,76,0.15) 0%, rgba(201,168,76,0) 60%),
        linear-gradient(135deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: #fff; text-align: center;
}
.mmc-pillar-body .lp-cta-final h2,
.mmc-pillar-body .lp-cta-final h3 { color: #fff; }
.mmc-pillar-body .lp-cta-final p { color: rgba(255,255,255,0.92); }

.mmc-pillar-body .lp-internal-link {
    background: var(--mmc-cream); text-align: center;
}
.mmc-pillar-body .lp-internal-link__list,
.mmc-pillar-body .lp-internal-link > ul {
    list-style: none; padding: 0; max-width: 920px; margin: 1rem auto 0;
}
.mmc-pillar-body .lp-internal-link__item,
.mmc-pillar-body .lp-internal-link li {
    display: inline-block; margin: 0.5rem;
    background: #fff; border: 1px solid var(--mmc-line);
    padding: 0.85rem 1.35rem; border-radius: 10px;
    list-style: none;
}
.mmc-pillar-body .lp-internal-link__item a,
.mmc-pillar-body .lp-internal-link li a { color: var(--mmc-green); font-weight: 600; }

/* Generic .lp-section catch-all (used when sanitiser can't determine semantic tag) */
.mmc-pillar-body section.lp-section { background: #fff; }
.mmc-pillar-body section.lp-section + section.lp-section { background: var(--mmc-cream); }

/* ─── Testimonials section (Phase 10) ─────────────────────────────── *
 * Premium 3-card grid with star rating, blockquote, attribution + verified
 * Google review badge. Injected into post_content by phase10-testimonials-
 * match-inject.py — uses class `mmc-pillar-section mmc-testimonials`. */
.mmc-pillar-body .mmc-testimonials {
    background: var(--mmc-cream);
    border-top: 1px solid var(--mmc-line);
    border-bottom: 1px solid var(--mmc-line);
}
.mmc-pillar-body .mmc-testimonials .mmc-section-label {
    color: var(--mmc-gold);
}
.mmc-pillar-body .mmc-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2.75rem auto 0;
    max-width: 1200px;
}
@media (max-width: 768px) {
    .mmc-pillar-body .mmc-testimonials__grid { grid-template-columns: 1fr; gap: 1.25rem; }
}
.mmc-pillar-body .mmc-testimonial-card {
    background: #fff;
    border: 1px solid var(--mmc-line);
    border-radius: 16px;
    padding: 2rem 1.85rem 1.65rem;
    box-shadow: var(--mmc-shadow);
    margin: 0;
    position: relative;
    transition: box-shadow .25s, transform .25s;
    display: flex;
    flex-direction: column;
}
.mmc-pillar-body .mmc-testimonial-card:hover {
    box-shadow: var(--mmc-shadow-lg);
    transform: translateY(-3px);
}
/* Decorative quote mark in upper-right of each card */
.mmc-pillar-body .mmc-testimonial-card::before {
    content: '\201C';  /* opening curly quote */
    position: absolute;
    top: -0.85rem;
    right: 1.5rem;
    width: 3rem; height: 3rem;
    background: linear-gradient(135deg, var(--mmc-gold) 0%, var(--mmc-gold-2) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 0.5rem;
    box-shadow: 0 8px 24px rgba(201,168,76,0.4);
    border: 4px solid var(--mmc-cream);
}
.mmc-pillar-body .mmc-testimonial-card__stars {
    color: var(--mmc-gold);
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.mmc-pillar-body .mmc-testimonial-card__quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.65;
    color: #2a2a2a;
    margin: 0 0 1.5rem;
    quotes: none;  /* don't add browser quotes — we have the decorative quote mark */
    flex-grow: 1;
}
.mmc-pillar-body .mmc-testimonial-card__quote::before,
.mmc-pillar-body .mmc-testimonial-card__quote::after { content: none; }
.mmc-pillar-body .mmc-testimonial-card__attribution {
    border-top: 1px solid var(--mmc-line);
    padding-top: 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #4a4a4a;
}
.mmc-pillar-body .mmc-testimonial-card__attribution strong {
    color: var(--mmc-green);
    font-family: 'Inter', system-ui, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.mmc-pillar-body .mmc-testimonial-card__date {
    color: #888;
    font-size: 0.85rem;
}
.mmc-pillar-body .mmc-testimonial-card__source {
    font-size: 0.78rem;
    color: var(--mmc-gold);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ─── Author block (template-owned, single source for all 9 pages) ── */
.mmc-pillar-author {
    background: linear-gradient(135deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: rgba(255,255,255,0.94);
    padding: 5rem 1.5rem;
}
.mmc-pillar-author__inner {
    max-width: 920px; margin: 0 auto;
    display: grid; grid-template-columns: 240px 1fr; gap: 3rem;
    align-items: center;
}
.mmc-pillar-author__photo img {
    width: 240px; height: 240px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--mmc-gold);
    box-shadow: 0 14px 40px rgba(201,168,76,0.32);
    display: block;
}
.mmc-pillar-author__eyebrow {
    color: var(--mmc-gold); font-size: 0.78rem; letter-spacing: 0.22em;
    text-transform: uppercase; font-weight: 700; margin: 0 0 0.85rem;
}
.mmc-pillar-author h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    color: #fff; margin: 0 0 0.75rem; line-height: 1.2;
    font-weight: 700;
}
.mmc-pillar-author__credentials {
    color: var(--mmc-gold); font-style: italic; font-size: 0.95rem;
    margin: 0 0 1.25rem;
}
.mmc-pillar-author p { color: rgba(255,255,255,0.92); line-height: 1.7; margin: 0 0 1rem; }
.mmc-pillar-author__link {
    color: var(--mmc-gold) !important;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(201,168,76,0.4);
    transition: border-color .2s, color .2s;
}
.mmc-pillar-author__link:hover { color: #fff !important; border-bottom-color: #fff; }
@media (max-width: 700px) {
    .mmc-pillar-author__inner { grid-template-columns: 1fr; gap: 1.75rem; text-align: center; }
    .mmc-pillar-author__photo img { margin: 0 auto; width: 200px; height: 200px; }
}

/* ─── PREMIUM ICON BADGES — for "What Money Therapy actually does" ─── *
 * Targets ANY <ul> inside .lp-differentiators OR explicit .lp-diff-list.
 * Applies the same numbered gold circle treatment. Hides any leading
 * emoji <span> (Phase 7 generated 🔍 / 🌿 / ✦ as inline emoji bullets). */
.mmc-pillar-body .lp-differentiators ul,
.mmc-pillar-body .lp-diff-list {
    list-style: none !important; padding: 0 !important;
    margin: 2rem auto 0 !important; max-width: 800px !important;
    counter-reset: lp-diff;
}
.mmc-pillar-body .lp-differentiators ul > li,
.mmc-pillar-body .lp-diff-list__item,
.mmc-pillar-body .lp-diff-list > li {
    background: #fff !important;
    border: 1px solid var(--mmc-line) !important;
    border-radius: 14px !important;
    padding: 1.65rem 1.85rem 1.65rem 5.5rem !important;
    margin-bottom: 1rem !important;
    box-shadow: var(--mmc-shadow);
    line-height: 1.7;
    list-style: none !important;
    position: relative;
    counter-increment: lp-diff;
    transition: box-shadow .25s, transform .25s;
}
.mmc-pillar-body .lp-differentiators ul > li:hover,
.mmc-pillar-body .lp-diff-list > li:hover { box-shadow: var(--mmc-shadow-lg); transform: translateY(-2px); }
.mmc-pillar-body .lp-differentiators ul > li::before,
.mmc-pillar-body .lp-diff-list__item::before,
.mmc-pillar-body .lp-diff-list > li::before {
    content: counter(lp-diff, decimal-leading-zero);
    position: absolute; left: 1.4rem; top: 1.55rem;
    width: 2.8rem; height: 2.8rem;
    background: linear-gradient(135deg, var(--mmc-gold) 0%, var(--mmc-gold-2) 100%);
    border-radius: 50%;
    color: #fff; font-weight: 700; font-size: 0.95rem;
    font-family: 'Playfair Display', Georgia, serif;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(201,168,76,0.4);
    letter-spacing: 0;
}
.mmc-pillar-body .lp-differentiators ul > li > strong:first-of-type,
.mmc-pillar-body .lp-diff-list__item > strong:first-of-type,
.mmc-pillar-body .lp-diff-list > li > strong:first-of-type {
    display: block; color: var(--mmc-green); font-size: 1.05rem;
    margin-bottom: 0.45rem; font-weight: 700;
}
/* Hide emoji-as-icon spans that Phase 7 left at the start of each <li> */
.mmc-pillar-body .lp-differentiators ul > li > span:first-child,
.mmc-pillar-body .lp-diff-list > li > span[aria-hidden="true"]:first-child {
    display: none !important;
}
/* If <li> has nested <div> wrapping content (Phase 7 entrepreneur LP), unwrap visually */
.mmc-pillar-body .lp-differentiators ul > li > div { display: contents; }

/* Same premium-icon treatment for "What Money Coaching does" LP styles when
 * markup is the simpler list inside an .lp-section after sanitisation. */
.mmc-pillar-body section.lp-pain ul,
.mmc-pillar-body section.lp-section ul {
    /* Less aggressive — just clean numbered list with subtle styling */
    padding-left: 1.5rem;
}

/* ─── Bottom CTA strip ──────────────────────────────────────────────── */
.mmc-pillar-bottom-cta {
    background:
        radial-gradient(ellipse at top, rgba(201,168,76,0.12) 0%, rgba(201,168,76,0) 60%),
        linear-gradient(135deg, var(--mmc-green) 0%, var(--mmc-green-2) 100%);
    color: #fff;
    padding: 5rem 1.5rem;
    text-align: center;
}
.mmc-pillar-bottom-cta__inner {
    max-width: 760px; margin: 0 auto;
}
.mmc-pillar-bottom-cta h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    color: #fff; margin: 0 0 1.25rem; line-height: 1.25;
    font-weight: 700;
}
.mmc-pillar-bottom-cta p {
    color: rgba(255,255,255,0.9);
    margin: 0 0 2rem;
    font-size: 1.08rem;
    line-height: 1.65;
}
.mmc-pillar-bottom-cta__buttons {
    display: flex; gap: 0.85rem; justify-content: center; flex-wrap: wrap;
}

/* ─── Mobile tweaks ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .mmc-pillar-hero { padding: 4rem 1rem 4.5rem; min-height: 380px; }
    .mmc-pillar-body section.mmc-pillar-section { padding: 3.5rem 1rem; }
    .mmc-pillar-body .mmc-author-block { padding: 3.5rem 1rem; }
    .mmc-pillar-bottom-cta { padding: 3.5rem 1rem; }
    .mmc-pillar-hero__h1 { font-size: 2rem; }
    .mmc-pillar-hero__lede { font-size: 1.02rem; }
    .mmc-pillar-body h2 { font-size: 1.6rem; }
}
@media (max-width: 480px) {
    .mmc-pillar-body .mmc-pillars,
    .mmc-pillar-body .mmc-cards { grid-template-columns: 1fr; gap: 1rem; }
}
