/**
 * Public story pages: About Us, Why Save My DSE — shared layout & typography
 * Loaded by about.html and why-savemydse.html (after mockup.css)
 */
.mp-story-page {
    padding-bottom: 48px;
}

.mp-story-page--cms-full {
    padding-top: 8px;
    /* Match .container / .mp-nav-inner column: full width of parent, no inner narrow column */
    max-width: 100%;
}

/* About page exact-style block (from tutoring/assets/AboutUs.txt) */
.mp-about-raw .page-hero {
    background: linear-gradient(135deg, #E8F0E5 0%, #D4E2D0 100%);
    padding: 3rem 1.5rem 2rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 1rem 0 1.2rem;
}

.mp-about-raw .page-hero::before {
    content: "🍃";
    font-size: 12rem;
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    opacity: 0.1;
    pointer-events: none;
}

.mp-about-raw .page-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1F4A1F;
    margin-bottom: 0.5rem;
}

.mp-about-raw .page-hero .lead {
    font-size: 1.2rem;
    color: #3A6B3A;
    max-width: 800px;
}

.mp-about-raw .story-card {
    background: #F9FFF9;
    border-radius: 28px;
    padding: 1.8rem;
    margin: 2rem 0;
    border: 1px solid #C8E0C8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: transform 0.2s;
}

.mp-about-raw .story-card:hover {
    transform: translateY(-4px);
}

.mp-about-raw .section-icon {
    margin-right: 0.5rem;
    color: #5A9E5A;
}

.mp-about-raw .mp-story-h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: #1F4A1F;
    border-left: 5px solid #5A9E5A;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-about-raw .mp-story-pullquote {
    font-size: 1.2rem;
    font-weight: 500;
    background: #FEF7E8;
    padding: 1rem 1.5rem;
    border-radius: 28px;
    margin: 1.5rem 0;
    color: #9B4B2E;
    border-left: 4px solid #5A9E5A;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.mp-about-raw .mp-story-ul {
    margin: 1rem 0 1rem 1.5rem;
}

.mp-about-raw .mp-story-ul li {
    margin: 0.5rem 0;
}

.mp-about-raw .promise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.mp-about-raw .promise-card {
    flex: 1;
    min-width: 220px;
    background: #FFFFFF;
    border-left: 4px solid #5A9E5A;
    padding: 1.2rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    transition: all 0.2s;
}

.mp-about-raw .promise-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.05);
}

.mp-about-raw .promise-card h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #1F4A1F;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-about-raw .closing-quote {
    background: #FEF7E8;
    padding: 1.5rem 2rem;
    border-radius: 32px;
    margin: 2rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    border-left: 6px solid #5A9E5A;
    color: #3A2C1F;
    text-align: center;
}

.mp-about-raw .wave-divider {
    margin: 1.5rem 0;
    text-align: center;
    color: #5A9E5A;
    font-size: 1.5rem;
    opacity: 0.6;
}

.mp-story-page--cms-full .mp-site-html-body {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: var(--text);
    font-family: var(--font-sans);
}

/* Keep About/Why body aligned to homepage column width and avoid narrow prose blocks. */
.mp-story-page--cms-full .mp-story-article {
    max-width: 100%;
}

.mp-story-hero {
    margin-bottom: 28px;
    padding: 28px 24px 32px;
    border-radius: 16px;
    background: linear-gradient(145deg, #e8f5e9 0%, #f0f7f4 42%, #ffffff 100%);
    border: 1px solid rgba(76, 175, 79, 0.18);
    box-shadow: 0 12px 40px rgba(15, 60, 35, 0.06);
}

.mp-story-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-dark);
    margin: 0 0 10px 0;
}

.mp-story-hero h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 14px 0;
}

.mp-story-lead {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--muted);
    margin: 0;
    max-width: 42em;
}

.mp-story-article {
    max-width: 42em;
    margin: 0 auto;
}

.mp-story-article > *:first-child {
    margin-top: 0;
}

.mp-story-article > .mp-story-h2:first-child {
    margin-top: 0;
}

.mp-story-h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    color: #1f4a1f;
    margin: 28px 0 12px;
    border-left: 5px solid #5a9e5a;
    padding: 2px 0 2px 12px;
    border-bottom: none;
    letter-spacing: -0.01em;
}

.mp-story-article p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text);
    margin: 0 0 14px 0;
}

.mp-story-pullquote {
    margin: 20px 0;
    padding: 16px 18px;
    border-left: 4px solid var(--primary);
    background: rgba(232, 245, 233, 0.65);
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
}

.mp-story-list-title {
    font-weight: 600;
    margin: 18px 0 8px 0;
    font-size: 15px;
}

.mp-story-ul {
    margin: 0 0 18px 0;
    padding-left: 1.25em;
}

.mp-story-ul li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
}

.mp-story-ul li strong {
    color: var(--primary-dark);
    font-weight: 600;
}

.mp-story-note {
    font-size: 13px;
    color: var(--muted);
    margin-top: 8px;
}

.mp-story-faq {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.mp-story-faq h2 {
    font-size: 1.15rem;
    margin: 0 0 18px 0;
}

.mp-story-faq-item {
    margin-bottom: 18px;
    padding: 16px 18px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.mp-story-faq-q {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-dark);
    margin: 0 0 8px 0;
}

.mp-story-faq-a {
    font-size: 14px;
    line-height: 1.65;
    color: var(--text);
    margin: 0;
}

.mp-story-cta {
    margin-top: 36px;
    padding: 24px 22px;
    text-align: center;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--primary-soft) 0%, #fff 100%);
    border: 1px solid rgba(76, 175, 79, 0.25);
}

.mp-story-cta p {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
}

.mp-story-cta .btn-row {
    justify-content: center;
}

.mp-story-cta .mp-story-note {
    margin-top: 14px;
    margin-bottom: 0;
}

/* CMS-injected HTML (admin) — prose defaults; full-page variant uses full nav width below */
.mp-site-html-body > *:first-child {
    margin-top: 0;
}

.mp-site-html-body p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text);
    margin: 0 0 14px 0;
}

.mp-site-html-body h2,
.mp-site-html-body h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text);
    margin: 28px 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-soft);
    letter-spacing: -0.01em;
}

.mp-site-html-body h3 {
    font-size: 1.05rem;
    border-bottom: 1px solid var(--border);
}

.mp-site-html-body ul,
.mp-site-html-body ol {
    margin: 0 0 18px 0;
    padding-left: 1.25em;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
}

.mp-site-html-body li {
    margin-bottom: 8px;
}

.mp-site-html-body a {
    color: var(--primary-dark);
    font-weight: 600;
}

.mp-site-html-body .mp-story-pullquote,
.mp-site-html-body blockquote {
    margin: 20px 0;
    padding: 16px 18px;
    border-left: 4px solid var(--primary);
    background: rgba(232, 245, 233, 0.65);
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
}

.mp-site-html-body .mp-story-faq-item,
.mp-site-html-body .card {
    margin-bottom: 16px;
}

/* About / Why full CMS pages: marketplace greens (override Word inline styles) */
.mp-story-page--cms-full .mp-site-html-body h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text) !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 18px 0;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--primary-soft);
}

.mp-story-page--cms-full .mp-site-html-body h2 {
    color: var(--text) !important;
    border-bottom-color: var(--primary-soft);
}

.mp-story-page--cms-full .mp-site-html-body h3,
.mp-story-page--cms-full .mp-site-html-body h4 {
    color: var(--text) !important;
}

.mp-story-page--cms-full .mp-site-html-body p,
.mp-story-page--cms-full .mp-site-html-body li,
.mp-story-page--cms-full .mp-site-html-body td,
.mp-story-page--cms-full .mp-site-html-body th {
    color: var(--text) !important;
}

.mp-story-page--cms-full .mp-site-html-body strong,
.mp-story-page--cms-full .mp-site-html-body b {
    color: var(--primary-dark) !important;
    font-weight: 700;
}

/* Word / rich paste often wraps lines in colored spans — inherit body text color */
.mp-story-page--cms-full .mp-site-html-body p span,
.mp-story-page--cms-full .mp-site-html-body li span {
    color: inherit !important;
    font-family: inherit !important;
}

.mp-story-page--cms-full .mp-site-html-body a {
    color: var(--primary-dark) !important;
}

.mp-story-page--cms-full .mp-site-html-body .mp-story-hero {
    background: linear-gradient(145deg, #e8f5e9 0%, #f0f7f4 42%, #ffffff 100%);
    border: 1px solid rgba(76, 175, 79, 0.18);
    box-shadow: 0 12px 40px rgba(15, 60, 35, 0.06);
}

.mp-story-page--cms-full .mp-site-html-body .mp-story-eyebrow {
    color: var(--primary-dark) !important;
}

.mp-story-page--cms-full .mp-site-html-body table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.mp-story-page--cms-full .mp-site-html-body table td,
.mp-story-page--cms-full .mp-site-html-body table th {
    padding: 8px 10px;
    border: 1px solid var(--border);
    vertical-align: top;
}

/* Why TutorMyDSE page (from tutoring/assets/why-savemydse.html.txt) */
.mp-why-raw .page-hero {
    background: linear-gradient(135deg, #E8F0E5 0%, #D4E2D0 100%);
    padding: 3rem 1.5rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 1rem 0 1.25rem;
}

.mp-why-raw .page-hero::before {
    content: "✨";
    font-size: 12rem;
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    opacity: 0.1;
    pointer-events: none;
}

.mp-why-raw .page-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1F4A1F;
    margin-bottom: 0.5rem;
}

.mp-why-raw .badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1rem 0 1.5rem;
}

.mp-why-raw .badge {
    background: #1F4A1F;
    color: #E8F0E5;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 500;
}

.mp-why-raw .lead {
    font-size: 1.2rem;
    color: #3A6B3A;
    max-width: 800px;
}

.mp-why-raw .section-icon {
    margin-right: 0.5rem;
    color: #5A9E5A;
}

.mp-why-raw .mp-story-h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: #1F4A1F;
    border-left: 5px solid #5A9E5A;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-why-raw .mp-story-pullquote {
    font-size: 1.2rem;
    font-weight: 500;
    background: #FEF7E8;
    padding: 1rem 1.5rem;
    border-radius: 28px;
    margin: 1.5rem 0;
    color: #9B4B2E;
    border-left: 4px solid #5A9E5A;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.mp-why-raw .mp-story-ul {
    margin: 1rem 0 1rem 1.5rem;
}

.mp-why-raw .mp-story-ul li {
    margin: 0.5rem 0;
}

.mp-why-raw .training-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.mp-why-raw .training-item {
    background: #FEFAF2;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid #FADDC6;
}

.mp-why-raw .training-item i {
    color: #5A9E5A;
    font-size: 1.2rem;
    width: 1.5rem;
}

.mp-why-raw .fee-card {
    background: #FEFAF2;
    border-radius: 28px;
    padding: 1.5rem;
    text-align: center;
    margin: 1.5rem 0;
    border: 1px solid #FADDC6;
}

.mp-why-raw .fee-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1F4A1F;
    margin: 0.5rem 0;
}

.mp-why-raw .process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
}

.mp-why-raw .step-item {
    flex: 1;
    background: #FEFAF2;
    border-radius: 24px;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    border: 1px solid #FADDC6;
}

.mp-why-raw .closing-quote {
    background: #FEF7E8;
    padding: 1.5rem 2rem;
    border-radius: 32px;
    margin: 2rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    border-left: 6px solid #5A9E5A;
    color: #3A2C1F;
    text-align: center;
}

.mp-why-raw .wave-divider {
    margin: 1.5rem 0;
    text-align: center;
    color: #5A9E5A;
    font-size: 1.5rem;
    opacity: 0.6;
}

/* Fees page (from tutoring/assets/fee.txt) */
.mp-fee-raw .page-hero {
    background: linear-gradient(135deg, #E8F0E5 0%, #D4E2D0 100%);
    padding: 3rem 1.5rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 1rem 0 1.25rem;
}

.mp-fee-raw .page-hero::before {
    content: "💰";
    font-size: 12rem;
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    opacity: 0.1;
    pointer-events: none;
}

.mp-fee-raw .page-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1F4A1F;
    margin-bottom: 0.5rem;
}

.mp-fee-raw .page-hero .lead {
    font-size: 1.2rem;
    color: #3A6B3A;
    max-width: 800px;
}

.mp-fee-raw .story-card {
    background: #F9FFF9;
    border-radius: 28px;
    padding: 1.8rem;
    margin: 2rem 0;
    border: 1px solid #C8E0C8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: transform 0.2s;
}

.mp-fee-raw .story-card:hover {
    transform: translateY(-4px);
}

.mp-fee-raw .zero-commission {
    background: #FEFAF2;
    border-radius: 80px;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    border: 2px dashed #5A9E5A;
}

.mp-fee-raw .section-icon {
    margin-right: 0.5rem;
    color: #5A9E5A;
}

.mp-fee-raw .mp-story-h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: #1F4A1F;
    border-left: 5px solid #5A9E5A;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-fee-raw .fee-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.mp-fee-raw .fee-item {
    flex: 1;
    background: #FEFAF2;
    border-radius: 28px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #FADDC6;
}

.mp-fee-raw .fee-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1F4A1F;
    margin: 0.5rem 0;
}

.mp-fee-raw .fee-note {
    background: #FEFAF2;
    border-radius: 28px;
    padding: 0.8rem 1.5rem;
    display: inline-block;
    margin-top: 1rem;
}

.mp-fee-raw .training-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.mp-fee-raw .training-item {
    background: #FEFAF2;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid #FADDC6;
}

.mp-fee-raw .training-item i {
    color: #5A9E5A;
    font-size: 1.2rem;
    width: 1.5rem;
}

.mp-fee-raw .info-box {
    background: #FEFAF2;
    border-radius: 28px;
    padding: 1.3rem 1.8rem;
    margin-top: 1rem;
    border-left: 8px solid #5A9E5A;
}

.mp-fee-raw .summary-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.mp-fee-raw .summary-card {
    flex: 1;
    background: #FEFAF2;
    border-radius: 28px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #FADDC6;
}

.mp-fee-raw .summary-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-fee-raw .faq-item {
    background: #F9FFF9;
    border-radius: 20px;
    padding: 1rem 1.2rem;
    margin-bottom: 1rem;
    border: 1px solid #C8E0C8;
}

.mp-fee-raw .faq-question {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-fee-raw .faq-answer {
    color: #3A6B3A;
    padding-left: 1.8rem;
}

.mp-fee-raw .closing-quote {
    background: #FEF7E8;
    padding: 1.5rem 2rem;
    border-radius: 32px;
    margin: 2rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    border-left: 6px solid #5A9E5A;
    text-align: center;
}

.mp-fee-raw .wave-divider {
    margin: 1.5rem 0;
    text-align: center;
    color: #5A9E5A;
    font-size: 1.5rem;
    opacity: 0.6;
}

/* Training activities page — same visual language */
.mp-activities-raw .page-hero {
    background: linear-gradient(135deg, #E8F0E5 0%, #D4E2D0 100%);
    padding: 3rem 1.5rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 1rem 0 1.25rem;
}

.mp-activities-raw .page-hero::before {
    content: "🎓";
    font-size: 12rem;
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    opacity: 0.1;
    pointer-events: none;
}

.mp-activities-raw .page-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1F4A1F;
    margin-bottom: 0.5rem;
}

.mp-activities-raw .page-hero .lead {
    font-size: 1.1rem;
    color: #3A6B3A;
    max-width: 800px;
}

.mp-activities-raw .story-card {
    background: #F9FFF9;
    border-radius: 28px;
    padding: 1.4rem 1.4rem 1.1rem;
    margin: 1.4rem 0 2rem;
    border: 1px solid #C8E0C8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.mp-activities-raw .section-icon {
    margin-right: 0.5rem;
    color: #5A9E5A;
}

.mp-activities-raw .mp-section-icon-svg {
    flex-shrink: 0;
    display: block;
}

.mp-activities-raw .mp-story-h2 {
    font-size: 1.55rem;
    font-weight: 700;
    margin: 0 0 0.7rem;
    color: #1F4A1F;
    border-left: 5px solid #5A9E5A;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mp-activities-raw .subtitle {
    margin: 0 0 1rem;
}

.mp-activities-raw .mp-activity-grid--styled .event-card {
    background: #FEFAF2;
    border: 1px solid #FADDC6;
    border-radius: 20px;
    padding: 18px 18px 16px;
    box-shadow: none;
}

.mp-activities-raw .mp-activity-grid--styled .event-card__title {
    color: #1F4A1F;
    font-weight: 700;
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    line-height: 1.35;
    margin-bottom: 10px;
}

.mp-activities-raw .mp-activity-grid--styled .event-meta {
    color: #5b6d60;
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.mp-activities-raw .mp-activity-grid--styled .event-card__desc {
    color: #355639;
    font-size: 1.08rem;
    line-height: 1.65;
    margin-top: 12px;
}

.mp-activities-raw .mp-activity-grid--styled .mp-activity-enroll-row {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.mp-activities-raw .mp-activity-grid--styled .btn-activity-enroll {
    font-size: 1.05rem;
    padding: 10px 18px;
    border-radius: 10px;
}

.mp-activities-raw .mp-activity-grid--styled .mp-activity-enroll-hint {
    font-size: 0.98rem;
    color: #5b6d60;
}

/* Learn Forward & Pay Forward programme page */
.mp-lf-raw .mp-lf-hero {
    background: linear-gradient(135deg, #e8f0e5 0%, #eef6ea 45%, #f8faf6 100%);
}

.mp-lf-raw .mp-lf-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3a6b3a;
    margin: 0 0 0.5rem;
}

.mp-lf-raw .mp-lf-intro-card {
    background: linear-gradient(180deg, #f9fff9 0%, #ffffff 100%);
}

.mp-lf-raw .info-box {
    background: #fefaf2;
    border-radius: 28px;
    padding: 1.3rem 1.8rem;
    margin-top: 1rem;
    border-left: 8px solid #5a9e5a;
    font-size: 0.95rem;
    line-height: 1.65;
}

.mp-lf-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0 2rem;
}

.mp-lf-role-card {
    background: #fff;
    border: 1px solid #c8e0c8;
    border-radius: 20px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 2px 10px rgba(31, 74, 31, 0.04);
    height: 100%;
}

.mp-lf-role-card--pay {
    border-color: #ffe0a3;
    background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
}

.mp-lf-role-card--support {
    border-color: #b8d4f0;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.mp-lf-role-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: #e8f5e9;
    color: #1f4a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}

.mp-lf-role-card--pay .mp-lf-role-icon {
    background: #fff3e0;
    color: #9b4b2e;
}

.mp-lf-role-card--support .mp-lf-role-icon {
    background: #e8f2fb;
    color: #1a4a7a;
}

.mp-lf-role-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f4a1f;
    margin: 0 0 0.65rem;
}

.mp-lf-role-card p,
.mp-lf-role-card .mp-story-ul {
    font-size: 0.95rem;
}

.mp-lf-role-card .mp-story-ul {
    margin-bottom: 0.75rem;
}

.mp-lf-role-note {
    font-size: 0.88rem;
    color: var(--muted);
    margin: 0.5rem 0 0;
    line-height: 1.55;
}

.mp-lf-download-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0 1.25rem;
}

.mp-lf-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.mp-lf-letter-sample {
    background: #f5f7fa;
    border: 1px dashed #c5d0d6;
    border-radius: 16px;
    padding: 1.25rem 1.35rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 0.75rem;
}

.mp-lf-letter-title {
    font-weight: 700;
    color: #1f4a1f;
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.mp-lf-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.25rem 0 2rem;
}

.mp-lf-cta-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.35rem 1.25rem 1.5rem;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

.mp-lf-cta-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f4a1f;
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.mp-lf-cta-card .mp-story-ul {
    flex: 1 1 auto;
    font-size: 0.92rem;
    margin-bottom: 1rem;
}

.mp-lf-faq {
    margin-top: 2rem;
}

.mp-lf-faq-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
}

.mp-lf-faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    line-height: 1.6;
}

.mp-lf-faq-table th,
.mp-lf-faq-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--border);
}

.mp-lf-faq-table th {
    background: #e8f5e9;
    color: #1f4a1f;
    font-weight: 700;
    width: 28%;
}

.mp-lf-faq-table tr:last-child td,
.mp-lf-faq-table tr:last-child th {
    border-bottom: none;
}

.mp-lf-contact {
    text-align: left;
    margin-top: 2rem;
}

.mp-lf-contact-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.8;
}

.mp-lf-contact-list li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.mp-lf-contact-list a {
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.mp-lf-contact-list a:hover {
    text-decoration: underline;
}

.mp-lf-tagline-en {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    font-style: italic;
    color: var(--muted);
    line-height: 1.55;
}

@media (max-width: 900px) {
    .mp-lf-role-grid,
    .mp-lf-cta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .mp-story-page {
        padding-bottom: 28px;
    }

    .mp-about-raw .page-hero {
        padding: 2rem 1rem 1.5rem;
        margin: 0.5rem 0 0.85rem;
    }
    .mp-about-raw .page-hero h1 {
        font-size: 2rem;
    }
    .mp-about-raw .mp-story-h2 {
        font-size: 1.5rem;
        margin: 1.25rem 0 0.65rem;
    }
    .mp-about-raw .story-card {
        margin: 1.2rem 0;
        padding: 1.35rem;
    }
    .mp-about-raw .promise-grid {
        margin: 1.1rem 0;
        gap: 1.1rem;
    }
    .mp-about-raw .closing-quote {
        margin: 1.25rem 0;
        padding: 1.25rem 1.35rem;
    }
    .mp-why-raw .page-hero {
        padding: 2rem 1rem 1.5rem;
        margin: 0.5rem 0 0.85rem;
    }
    .mp-why-raw .page-hero h1 {
        font-size: 2rem;
    }
    .mp-why-raw .mp-story-h2 {
        font-size: 1.5rem;
        margin: 1.25rem 0 0.65rem;
    }
    .mp-why-raw .badge-group {
        margin: 0.65rem 0 1rem;
    }
    .mp-why-raw .mp-story-pullquote {
        margin: 1rem 0;
    }
    .mp-why-raw .training-list {
        grid-template-columns: 1fr;
        margin: 1rem 0;
    }
    .mp-why-raw .fee-card,
    .mp-why-raw .process-steps {
        margin: 1rem 0;
    }
    .mp-why-raw .closing-quote {
        margin: 1.25rem 0;
        padding: 1.25rem 1.35rem;
    }
    .mp-why-raw .wave-divider {
        margin: 1rem 0;
    }
    .mp-fee-raw .page-hero {
        padding: 2rem 1rem 1.5rem;
        margin: 0.5rem 0 0.85rem;
    }
    .mp-fee-raw .page-hero h1 {
        font-size: 2rem;
    }
    .mp-fee-raw .mp-story-h2 {
        font-size: 1.5rem;
        margin: 1.25rem 0 0.65rem;
    }
    .mp-fee-raw .story-card {
        margin: 1.2rem 0;
        padding: 1.35rem;
    }
    .mp-fee-raw .training-list {
        grid-template-columns: 1fr;
    }
    .mp-activities-raw .page-hero {
        padding: 2rem 1rem 1.5rem;
    }
    .mp-activities-raw .page-hero h1 {
        font-size: 2rem;
    }
    .mp-activities-raw .mp-story-h2 {
        font-size: 1.35rem;
    }

    .mp-lf-role-grid,
    .mp-lf-cta-grid {
        grid-template-columns: 1fr;
    }
    .mp-lf-faq-table th,
    .mp-lf-faq-table td {
        display: block;
        width: 100%;
    }
    .mp-lf-faq-table thead {
        display: none;
    }
    .mp-lf-faq-table td:first-child {
        font-weight: 700;
        color: #1f4a1f;
        padding-bottom: 0.35rem;
        border-bottom: none;
    }
    .mp-lf-faq-table td:last-child {
        padding-top: 0;
        padding-bottom: 1rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid var(--border);
    }
    .mp-lf-download-row {
        flex-direction: column;
        align-items: stretch;
    }
    .mp-lf-dl-btn {
        width: 100%;
        justify-content: center;
    }

    .mp-story-hero {
        padding: 20px 16px 24px;
    }
}
