/* =========================================================
   MY MIRROR CHALLENGE™
   HOMEPAGE STYLES
   File: home.css
========================================================= */


/* =========================================================
   1. HOME PAGE BASE
========================================================= */

.mmc-home-page {
    background: var(--mmc-cream);
    overflow-x: hidden;
}

.mmc-home-page section {
    position: relative;
}


/* =========================================================
   2. HEADER / NAVBAR
========================================================= */

.mmc-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(246, 243, 238, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(10, 52, 52, 0.08);
}

.mmc-header.is-scrolled {
    background: rgba(246, 243, 238, 0.96);
    box-shadow: 0 12px 30px rgba(10, 52, 52, 0.08);
}

.mmc-navbar {
    width: 100%;
    max-width: var(--mmc-container-wide);
    margin: 0 auto;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.mmc-logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    color: var(--mmc-deep-teal);
    font-family: var(--mmc-font-heading);
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.mmc-logo span {
    display: block;
}

.mmc-logo small {
    margin-top: 3px;
    font-family: var(--mmc-font-body);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--mmc-green);
}

.mmc-nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmc-nav-menu a {
    position: relative;
    color: var(--mmc-text-secondary);
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.2;
}

.mmc-nav-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    border-radius: var(--mmc-radius-pill);
    background: var(--mmc-green);
    transition: var(--mmc-transition);
}

.mmc-nav-menu a:hover,
.mmc-nav-menu a.active {
    color: var(--mmc-deep-teal);
}

.mmc-nav-menu a:hover::after,
.mmc-nav-menu a.active::after {
    width: 100%;
}

.mmc-header-cta {
    min-height: 44px;
    padding: 13px 22px;
    font-size: 13px;
}

.mmc-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(10, 52, 52, 0.12);
    background: var(--mmc-white);
    color: var(--mmc-deep-teal);
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.mmc-mobile-toggle.is-active {
    background: var(--mmc-deep-teal);
    color: var(--mmc-white);
}

.mmc-mobile-menu {
    display: none;
}


/* =========================================================
   3. HERO SECTION
========================================================= */

.mmc-hero {
    position: relative;
    padding: 34px 24px 40px;
    background:
        radial-gradient(circle at top right, rgba(114, 174, 68, 0.12), transparent 34%),
        linear-gradient(180deg, var(--mmc-cream) 0%, var(--mmc-off-white) 100%);
    overflow: hidden;
}

.mmc-hero-shell {
    position: relative;
    max-width: var(--mmc-container-wide);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 36px;
    align-items: stretch;
    min-height: 690px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(10, 52, 52, 0.07);
    border-radius: 42px;
    box-shadow: 0 32px 90px rgba(10, 52, 52, 0.08);
    overflow: hidden;
}

.mmc-hero-content {
    position: relative;
    z-index: 2;
    padding: 76px 0 76px 70px;
    display: flex;
    align-items: center;
}

.mmc-hero-inner {
    max-width: 590px;
}

.mmc-hero-kicker-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.mmc-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border-radius: var(--mmc-radius-pill);
    background: var(--mmc-deep-teal);
    color: var(--mmc-white);
    font-size: 11.5px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmc-hero-kicker-soft {
    color: var(--mmc-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.mmc-hero-title {
    margin-bottom: 24px;
    color: var(--mmc-text-primary);
    font-size: clamp(38px, 3vw, 68px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.055em !important;
}

.mmc-hero-title span {
    color: var(--mmc-deep-teal);
    position: relative;
    display: inline-block;
}

.mmc-hero-title span::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 7px;
    height: 14px;
    background: rgba(114, 174, 68, 0.25);
    border-radius: var(--mmc-radius-pill);
    z-index: -1;
}

.mmc-hero-text {
    max-width: 520px;
    margin-bottom: 20px;
    color: var(--mmc-text-secondary);
    font-size: 18px;
    line-height: 1.78;
    font-weight: 500;
}

.mmc-hero-text strong {
    display: block;
    margin-top: 10px;
    color: var(--mmc-deep-teal);
    font-weight: 900;
}

.mmc-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin: 34px 0 16px;
}

.mmc-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mmc-text-muted);
    font-size: 13.5px;
    font-weight: 700;
}

.mmc-hero-mini-trust {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 14px;
    color: var(--mmc-text-muted);
    font-size: 12.8px;
    font-weight: 700;
}

.mmc-hero-mini-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mmc-hero-mini-trust i {
    color: var(--mmc-deep-teal);
}

.mmc-hero-proof-card {
    max-width: 370px;
    margin-top: 28px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(10, 52, 52, 0.08);
    box-shadow: var(--mmc-shadow-soft);
}

.mmc-hero-proof-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mmc-hero-proof-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(114, 174, 68, 0.13);
    color: var(--mmc-green);
    font-size: 18px;
}

.mmc-hero-proof-text p {
    margin: 0;
    color: var(--mmc-text-secondary);
    font-size: 13.5px;
    line-height: 1.55;
}

.mmc-hero-proof-text strong {
    display: block;
    color: var(--mmc-deep-teal);
    font-size: 14px;
    margin-bottom: 2px;
}

.mmc-hero-media {
    position: relative;
    min-height: 690px;
    padding: 38px 38px 38px 0;
    display: flex;
    align-items: stretch;
}

.mmc-hero-image-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    border-radius: 38px;
    overflow: hidden;
    background: var(--mmc-deep-teal);
    box-shadow: 0 30px 80px rgba(10, 52, 52, 0.18);
}

.mmc-hero-image-card img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
}

.mmc-hero-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 52, 52, 0.02) 45%, rgba(10, 52, 52, 0.48) 100%);
    pointer-events: none;
}

.mmc-hero-quote-card {
    position: absolute;
    right: 54px;
    bottom: 82px;
    z-index: 3;
    width: 255px;
    padding: 24px 24px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: var(--mmc-shadow-dark);
}

.mmc-hero-quote-mark {
    display: block;
    color: var(--mmc-green);
    font-family: var(--mmc-font-heading);
    font-size: 42px;
    line-height: 0.75;
    margin-bottom: 8px;
}

.mmc-hero-quote-card p {
    margin: 0;
    color: var(--mmc-text-primary);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}

.mmc-hero-floating-heart {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: var(--mmc-muted-gold);
    font-size: 25px;
}


/* =========================================================
   4. TRUST STRIP
========================================================= */

.mmc-trust-strip-section {
    position: relative;
    background: var(--mmc-cream);
    padding: 0 24px 36px;
}

.mmc-trust-strip {
    max-width: var(--mmc-container-wide);
    margin: 0 auto;
    padding: 18px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #F5FEF5 0%, #EEF9EF 100%);
    border: 1px solid rgba(114, 174, 68, 0.18);
    box-shadow: var(--mmc-shadow-soft);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

.mmc-trust-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 14px;
    color: var(--mmc-deep-teal);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    border-right: 1px solid rgba(10, 52, 52, 0.10);
}

.mmc-trust-strip-item:last-child {
    border-right: 0;
}

.mmc-trust-strip-item i {
    color: var(--mmc-green);
    font-size: 17px;
}


/* =========================================================
   5. MIRROR MOMENTS MARQUEE
========================================================= */

.mmc-mirror-moments {
    background: var(--mmc-deep-teal);
    color: var(--mmc-white);
    overflow: hidden;
    padding: 14px 0;
}

.mmc-mirror-moments-track {
    display: flex;
    width: max-content;
    animation: mmcMarquee 32s linear infinite;
}

.mmc-mirror-moments-group {
    display: flex;
    align-items: center;
    gap: 34px;
    padding-right: 34px;
    white-space: nowrap;
}

.mmc-mirror-moments-group span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.mmc-mirror-moments-group span::before {
    content: "✦";
    color: var(--mmc-green);
    font-size: 13px;
}


/* =========================================================
   6. STRUGGLES SECTION
========================================================= */

.mmc-struggles {
    background: var(--mmc-cream);
    padding: 86px 0 96px;
}

.mmc-struggle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.mmc-struggle-card {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    background: var(--mmc-white);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-card);
    transition: var(--mmc-transition);
    color: inherit;
}

.mmc-struggle-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--mmc-shadow-hover);
    border-color: var(--mmc-border-green);
}

.mmc-struggle-img {
    position: relative;
    height: 190px;
    overflow: hidden;
    background: var(--mmc-soft-green-bg);
}

.mmc-struggle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.mmc-struggle-card:hover .mmc-struggle-img img {
    transform: scale(1.055);
}

.mmc-struggle-icon {
    position: absolute;
    left: 18px;
    bottom: -25px;
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--mmc-white);
    border: 1px solid rgba(114, 174, 68, 0.24);
    box-shadow: var(--mmc-shadow-soft);
    color: var(--mmc-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.mmc-struggle-body {
    padding: 38px 20px 22px;
}

.mmc-struggle-body h3 {
    margin-bottom: 9px;
    color: var(--mmc-text-primary);
    font-family: var(--mmc-font-body);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.mmc-struggle-body p {
    margin-bottom: 18px;
    color: var(--mmc-text-muted);
    font-size: 13.8px;
    line-height: 1.6;
}

.mmc-struggle-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--mmc-green);
    color: var(--mmc-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: var(--mmc-transition);
}

.mmc-struggle-card:hover .mmc-struggle-arrow {
    background: var(--mmc-deep-teal);
    transform: translateX(4px);
}


/* =========================================================
   7. HOW IT WORKS SECTION
========================================================= */

.mmc-how {
    padding: 92px 0;
    background: linear-gradient(180deg, var(--mmc-pale-green) 0%, var(--mmc-soft-green-bg) 100%);
}

.mmc-how-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.mmc-how-steps::before {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    top: 58px;
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        rgba(10, 52, 52, 0.18) 0,
        rgba(10, 52, 52, 0.18) 8px,
        transparent 8px,
        transparent 16px
    );
    z-index: 0;
}

.mmc-how-card {
    position: relative;
    z-index: 2;
    padding: 34px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-card);
    transition: var(--mmc-transition);
}

.mmc-how-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--mmc-shadow-hover);
}

.mmc-step-number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--mmc-green);
    color: var(--mmc-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 22px;
}

.mmc-how-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: var(--mmc-cream);
    color: var(--mmc-deep-teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 20px;
}

.mmc-how-card h3 {
    margin-bottom: 12px;
    font-family: var(--mmc-font-body);
    font-size: 18px;
    font-weight: 900;
    color: var(--mmc-text-primary);
}

.mmc-how-card p {
    margin: 0;
    color: var(--mmc-text-muted);
    font-size: 14.5px;
    line-height: 1.7;
}


/* =========================================================
   8. PHILOSOPHY SECTION
========================================================= */

.mmc-philosophy {
    padding: 92px 0 96px;
    background: var(--mmc-off-white);
}

.mmc-philosophy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.mmc-philosophy-card {
    padding: 34px 24px 30px;
    border-radius: 24px;
    background: var(--mmc-white);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-soft);
    text-align: center;
    transition: var(--mmc-transition);
}

.mmc-philosophy-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--mmc-shadow-hover);
}

.mmc-philosophy-card .mmc-icon-box {
    margin-bottom: 22px;
}

.mmc-philosophy-card h3 {
    margin-bottom: 10px;
    font-family: var(--mmc-font-body);
    font-size: 16px;
    font-weight: 900;
    color: var(--mmc-deep-teal);
}

.mmc-philosophy-card p {
    margin: 0;
    font-size: 13.8px;
    line-height: 1.65;
    color: var(--mmc-text-muted);
}


/* =========================================================
   9. PRODUCT INTRO SECTION
========================================================= */

.mmc-product {
    padding: 98px 0;
    background: linear-gradient(180deg, var(--mmc-cream) 0%, var(--mmc-off-white) 100%);
}

.mmc-product-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
}

.mmc-product-visual {
    position: relative;
}

.mmc-product-image-card {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    background: var(--mmc-white);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-card);
    padding: 16px;
}

.mmc-product-image-card img {
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.mmc-product-floating-note {
    position: absolute;
    left: 28px;
    bottom: 28px;
    max-width: 250px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--mmc-shadow-card);
}

.mmc-product-floating-note p {
    margin: 0;
    color: var(--mmc-deep-teal);
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 800;
}

.mmc-product-content {
    position: relative;
    padding: 44px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-soft);
}

.mmc-product-kicker {
    margin-bottom: 14px;
    color: var(--mmc-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mmc-product-title {
    margin-bottom: 18px;
}

.mmc-product-title span {
    color: var(--mmc-green);
}

.mmc-product-text {
    margin-bottom: 24px;
    color: var(--mmc-text-secondary);
    font-size: 17px;
    line-height: 1.75;
}

.mmc-product-list {
    margin-bottom: 32px;
}

.mmc-product-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.mmc-product-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    background: var(--mmc-pale-green);
    border: 1px solid rgba(114, 174, 68, 0.16);
    color: var(--mmc-deep-teal);
    font-size: 13px;
    font-weight: 800;
}

.mmc-product-badge i {
    color: var(--mmc-green);
}


/* =========================================================
   10. FOUNDER SECTION
========================================================= */

.mmc-founder {
    padding: 96px 0;
    background: var(--mmc-off-white);
}

.mmc-founder-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: center;
}

.mmc-founder-image {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--mmc-shadow-card);
}

.mmc-founder-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}

.mmc-founder-content {
    position: relative;
    padding: 44px;
    border-radius: 34px;
    background: var(--mmc-white);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-soft);
}

.mmc-founder-kicker {
    margin-bottom: 14px;
    color: var(--mmc-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mmc-founder-title {
    margin-bottom: 18px;
}

.mmc-founder-content p {
    color: var(--mmc-text-secondary);
    font-size: 16px;
    line-height: 1.78;
}

.mmc-founder-sign {
    margin: 24px 0;
    color: var(--mmc-deep-teal);
    font-family: var(--mmc-font-heading);
    font-size: 23px;
    font-weight: 700;
}

.mmc-founder-note-card {
    margin-top: 24px;
    padding: 20px 22px;
    border-radius: 20px;
    background: var(--mmc-pale-green);
    border: 1px solid rgba(114, 174, 68, 0.16);
}

.mmc-founder-note-card p {
    margin: 0;
    color: var(--mmc-deep-teal);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
}


/* =========================================================
   11. STORIES / TESTIMONIALS SECTION
========================================================= */

.mmc-stories {
    padding: 96px 0;
    background: var(--mmc-cream);
}

.mmc-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mmc-story-card {
    padding: 30px 28px;
    border-radius: 26px;
    background: var(--mmc-white);
    border: 1px solid var(--mmc-border-light);
    box-shadow: var(--mmc-shadow-card);
    transition: var(--mmc-transition);
}

.mmc-story-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--mmc-shadow-hover);
}

.mmc-story-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.mmc-story-avatar {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--mmc-pale-green);
}

.mmc-story-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mmc-story-name h4 {
    margin-bottom: 3px;
    font-family: var(--mmc-font-body);
    font-size: 16px;
    font-weight: 900;
    color: var(--mmc-deep-teal);
}

.mmc-story-name p {
    margin: 0;
    color: var(--mmc-text-muted);
    font-size: 12.8px;
}

.mmc-story-quote-mark {
    color: var(--mmc-green);
    font-family: var(--mmc-font-heading);
    font-size: 42px;
    line-height: 0.8;
    margin-bottom: 8px;
}

.mmc-story-card blockquote {
    margin: 0;
}

.mmc-story-card blockquote p {
    margin: 0 0 18px;
    color: var(--mmc-text-secondary);
    font-size: 15.2px;
    line-height: 1.75;
}

.mmc-story-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: var(--mmc-radius-pill);
    background: rgba(114, 174, 68, 0.13);
    color: var(--mmc-deep-teal);
    font-size: 11.5px;
    font-weight: 900;
}


/* =========================================================
   12. CIRCLE / COMMUNITY SECTION
========================================================= */

.mmc-circle {
    padding: 92px 0;
    background: linear-gradient(180deg, var(--mmc-pale-green) 0%, var(--mmc-soft-green-bg) 100%);
}

.mmc-circle-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: center;
}

.mmc-circle-image {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--mmc-shadow-card);
}

.mmc-circle-image img {
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    object-position: center;
}

.mmc-circle-content {
    padding: 42px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--mmc-border-light);
}

.mmc-circle-title {
    margin-bottom: 15px;
}

.mmc-circle-text {
    margin-bottom: 28px;
    color: var(--mmc-text-secondary);
    font-size: 16.5px;
    line-height: 1.75;
}

.mmc-circle-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}

.mmc-circle-benefit {
    padding: 16px 12px;
    border-radius: 16px;
    background: var(--mmc-white);
    border: 1px solid rgba(10, 52, 52, 0.07);
    text-align: center;
}

.mmc-circle-benefit i {
    color: var(--mmc-green);
    font-size: 20px;
    margin-bottom: 9px;
}

.mmc-circle-benefit span {
    display: block;
    color: var(--mmc-deep-teal);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 900;
}


/* =========================================================
   13. FINAL CTA SECTION
========================================================= */

.mmc-final-cta {
    padding: 86px 24px;
    background: var(--mmc-cream);
}

.mmc-final-cta-shell {
    position: relative;
    max-width: var(--mmc-container-wide);
    margin: 0 auto;
    padding: 56px 58px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(114, 174, 68, 0.22), transparent 34%),
        linear-gradient(135deg, var(--mmc-deep-teal) 0%, #062929 100%);
    color: var(--mmc-white);
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(10, 52, 52, 0.2);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 38px;
    align-items: center;
}

.mmc-final-cta-heart {
    position: absolute;
    left: 32px;
    top: 30px;
    color: var(--mmc-muted-gold);
    font-size: 40px;
    opacity: 0.72;
}

.mmc-final-cta-title {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin-bottom: 14px;
    color: var(--mmc-white);
    font-size: clamp(32px, 3vw, 48px);
}

.mmc-final-cta-title span {
    color: var(--mmc-green);
}

.mmc-final-cta-text {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16.5px;
    line-height: 1.75;
}

.mmc-final-cta-actions {
    position: relative;
    z-index: 2;
    text-align: right;
}

.mmc-final-cta .mmc-trust-row {
    margin-top: 16px;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.72);
}

.mmc-final-cta .mmc-trust-row i {
    color: var(--mmc-white);
}


/* =========================================================
   14. FOOTER
========================================================= */

.mmc-footer {
    background: var(--mmc-off-white);
    border-top: 1px solid rgba(10, 52, 52, 0.08);
    padding: 70px 0 28px;
}

.mmc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr) 1.25fr;
    gap: 34px;
}

.mmc-footer-brand p {
    max-width: 260px;
    margin-top: 16px;
    color: var(--mmc-text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.mmc-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.mmc-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--mmc-white);
    border: 1px solid var(--mmc-border-light);
    color: var(--mmc-deep-teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mmc-footer-social a:hover {
    background: var(--mmc-deep-teal);
    color: var(--mmc-white);
}

.mmc-footer-col h4 {
    margin-bottom: 16px;
    font-family: var(--mmc-font-body);
    color: var(--mmc-deep-teal);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mmc-footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.mmc-footer-links a {
    color: var(--mmc-text-muted);
    font-size: 13.5px;
    font-weight: 600;
}

.mmc-footer-links a:hover {
    color: var(--mmc-deep-teal);
}

.mmc-newsletter-text {
    margin-bottom: 14px;
    color: var(--mmc-text-muted);
    font-size: 14px;
    line-height: 1.65;
}

.mmc-newsletter-form {
    position: relative;
}

.mmc-newsletter-form input {
    padding-right: 58px;
    border-radius: var(--mmc-radius-pill);
}

.mmc-newsletter-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--mmc-green);
    color: var(--mmc-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mmc-footer-bottom {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(10, 52, 52, 0.08);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--mmc-text-muted);
    font-size: 12.5px;
}


/* =========================================================
   15. MOBILE STICKY CTA
========================================================= */

.mmc-mobile-sticky-cta {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(10, 52, 52, 0.10);
    box-shadow: 0 18px 45px rgba(10, 52, 52, 0.16);
}

.mmc-mobile-sticky-cta .theme-btn,
.mmc-mobile-sticky-cta .mmc-action-btn {
    width: 100%;
    max-width: 100%;
}


/* =========================================================
   16. RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1199px) {
    .mmc-navbar {
        padding-left: 22px;
        padding-right: 22px;
    }

    .mmc-nav-menu {
        gap: 20px;
    }

    .mmc-hero-content {
        padding-left: 46px;
    }

    .mmc-struggle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmc-philosophy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmc-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* =========================================================
   17. RESPONSIVE — MOBILE HEADER + MENU
========================================================= */

@media (max-width: 991px) {

    .mmc-header {
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
        background: rgba(246, 243, 238, 0.96) !important;
    }

    .mmc-navbar {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
/*        grid-template-columns: auto 1fr auto !important;*/
        align-items: center !important;
        gap: 12px !important;
        padding: 14px 16px !important;
        box-sizing: border-box !important;
        
        grid-template-columns: auto auto !important;
        justify-content: space-between !important;
    }

    .mmc-nav-menu {
        display: none !important;
    }

    .mmc-logo {
        width: auto !important;
        min-width: 82px !important;
        max-width: 96px !important;
        flex: none !important;
        font-size: 24px !important;
        line-height: 0.9 !important;
    }

    .mmc-logo small {
        font-size: 10px !important;
        letter-spacing: 0.18em !important;
    }

    .mmc-header-cta {
        display: inline-flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 48px !important;
        height: 48px !important;
        padding: 12px 18px !important;
        border-radius: 999px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
        
        display: none !important;
    }

    .mmc-header-cta span,
    .mmc-header-cta i {
        color: #ffffff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mmc-header-cta span {
        font-size: 14px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .mmc-mobile-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(10, 52, 52, 0.12) !important;
        background: #ffffff !important;
        color: #0A3434 !important;
        font-size: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        cursor: pointer !important;
    }

    .mmc-mobile-toggle.is-active {
        background: #0A3434 !important;
        color: #ffffff !important;
    }

    .mmc-mobile-menu {
        position: absolute !important;
        top: 100% !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        z-index: 999999 !important;
        display: none !important;
        padding: 18px !important;
        border-radius: 0 0 24px 24px !important;
        background: rgba(246, 243, 238, 0.98) !important;
        backdrop-filter: blur(18px) !important;
        border: 1px solid rgba(10, 52, 52, 0.10) !important;
        border-top: 0 !important;
        box-shadow: 0 22px 55px rgba(10, 52, 52, 0.16) !important;
        box-sizing: border-box !important;
    }

    .mmc-mobile-menu.is-open {
        display: block !important;
    }

    .mmc-mobile-menu ul {
        list-style: none !important;
        margin: 0 0 16px !important;
        padding: 0 !important;
        display: grid !important;
        gap: 8px !important;
    }

    .mmc-mobile-menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .mmc-mobile-menu a:not(.mmc-action-btn):not(.theme-btn) {
        display: block !important;
        width: 100% !important;
        padding: 14px 16px !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        border: 1px solid rgba(10, 52, 52, 0.08) !important;
        color: #0A3434 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        box-sizing: border-box !important;
    }

    .mmc-mobile-menu a:not(.mmc-action-btn):not(.theme-btn):hover {
        color: #72AE44 !important;
    }

    .mmc-mobile-menu .mmc-action-btn,
    .mmc-mobile-menu .theme-btn {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 992px) {
    .mmc-mobile-menu {
        display: none !important;
    }
}


/* =========================================================
   18. RESPONSIVE — HERO MOBILE FINAL
========================================================= */

@media (max-width: 767px) {

    .mmc-hero {
        width: 100% !important;
        padding: 28px 12px 30px !important;
        overflow: hidden !important;
    }

    .mmc-hero-shell {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        border-radius: 30px !important;
        overflow: hidden !important;
    }

    .mmc-hero-content {
        width: 100% !important;
        padding: 48px 22px 36px !important;
        text-align: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .mmc-hero-inner {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mmc-hero-kicker-row {
        justify-content: center !important;
        margin-bottom: 24px !important;
    }

    
/*    .mmc-hero-kicker {
        padding: 9px 17px !important;
        font-size: 10.8px !important;
        letter-spacing: 0.08em !important;
        background: rgba(10, 52, 52, 0.92) !important;
        box-shadow: none !important;
    }*/
    
    
    
    
    .mmc-hero-kicker {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 9px 16px !important;
        font-size: 10.8px !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;

        background: #EAF3E3 !important;
        color: #0A3434 !important;
        border: 1px solid rgba(10, 52, 52, 0.10) !important;
        border-radius: 999px !important;
        box-shadow: none !important;
    }

    .mmc-hero-kicker i,
    .mmc-hero-kicker .mmc-hero-kicker-icon,
    .mmc-hero-kicker .wg-star-icon {
        color: #72AE44 !important;
    }
    
    
    
    


    
    .mmc-hero-kicker-soft {
        font-size: 11px !important;
        letter-spacing: 0.11em !important;
        line-height: 1.65 !important;
        color: rgba(114, 174, 68, 0.88) !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    
    .mmc-hero-title {
        font-size: 38px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.045em !important;
        margin-bottom: 24px !important;
    }

    .mmc-hero-title span::after {
        display: none !important;
    }

    .mmc-hero-title::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(10, 52, 52, 0.15);
        margin-top: 24px;
    }

    .mmc-hero-text {
        font-size: 16.5px !important;
        line-height: 1.75 !important;
        margin: 0 auto !important;
    }

    .mmc-hero-text strong {
        font-size: 17px !important;
        line-height: 1.75 !important;
    }

    .mmc-hero-actions {
        width: 100% !important;
        margin-top: 32px !important;
        margin-bottom: 18px !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 14px !important;
    }

    .mmc-hero-actions .mmc-action-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 68px !important;
        padding: 18px 26px !important;
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 14px !important;
        box-sizing: border-box !important;
    }

    .mmc-hero-actions .mmc-action-btn span {
        display: block !important;
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .mmc-hero-actions .mmc-action-btn i {
        font-size: 18px !important;
    }

    .mmc-hero-note {
        justify-content: center !important;
        font-size: 15px !important;
        margin-top: 4px !important;
    }

    .mmc-hero-mini-trust {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 24px !important;
        gap: 14px 18px !important;
    }

    .mmc-hero-mini-trust span {
        font-size: 14px !important;
    }

    .mmc-hero-proof-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 34px !important;
        padding: 22px 20px !important;
        border-radius: 22px !important;
        box-sizing: border-box !important;
        margin-bottom: 18px !important;
    }

    .mmc-hero-proof-top {
        gap: 16px !important;
        align-items: flex-start !important;
    }

    .mmc-hero-proof-icon {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        border-radius: 18px !important;
    }

    .mmc-hero-proof-text strong {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .mmc-hero-proof-text p {
        font-size: 14.5px !important;
        line-height: 1.65 !important;
    }

    .mmc-hero-media {
        display: block !important;
        width: 100% !important;
        min-height: auto !important;
        padding: 10px 22px 28px !important;
        box-sizing: border-box !important;
        padding-top: 0 !important;
    }

    .mmc-hero-image-card {
        display: block !important;
        width: 100% !important;
        min-height: auto !important;
        border-radius: 28px !important;
        overflow: hidden !important;
    }

    .mmc-hero-image-card img {
        display: block !important;
        width: 100% !important;
        height: 560px !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
        object-position: center top !important;
        transform: none !important;
    }

    .mmc-hero-quote-card {
        position: relative !important;
        display: block !important;
        width: calc(100% - 34px) !important;
        max-width: 100% !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        top: auto !important;
        margin: -58px auto 0 !important;
        padding: 26px !important;
        border-radius: 24px !important;
        z-index: 5 !important;
        box-sizing: border-box !important;
    }

    .mmc-hero-quote-card p {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .mmc-trust-strip-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .mmc-trust-strip {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 20px;
    }

    .mmc-trust-strip-item {
        justify-content: flex-start;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid rgba(10, 52, 52, 0.08);
    }

    .mmc-trust-strip-item:last-child {
        border-bottom: 0;
    }

    .mmc-struggles,
    .mmc-how,
    .mmc-philosophy,
    .mmc-product,
    .mmc-founder,
    .mmc-stories,
    .mmc-circle {
        padding: 72px 0;
    }

    .mmc-struggle-grid,
    .mmc-philosophy-grid,
    .mmc-product-shell,
    .mmc-founder-shell,
    .mmc-circle-shell,
    .mmc-stories-grid,
    .mmc-how-steps {
        grid-template-columns: 1fr;
    }

    .mmc-how-steps::before {
        display: none;
    }

    .mmc-product-content,
    .mmc-founder-content,
    .mmc-circle-content {
        padding: 34px 28px;
    }

    .mmc-product-image-card img,
    .mmc-founder-image img,
    .mmc-circle-image img {
        min-height: 330px;
    }

    .mmc-product-floating-note {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        margin-top: 14px;
    }

    .mmc-product-badges,
    .mmc-circle-benefits {
        grid-template-columns: 1fr;
    }

    .mmc-final-cta {
        padding: 66px 14px;
    }

    .mmc-final-cta-shell {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 44px 24px;
        border-radius: 26px;
    }

    .mmc-final-cta-text {
        margin-left: auto;
        margin-right: auto;
    }

    .mmc-final-cta-actions {
        text-align: center;
    }

    .mmc-final-cta .mmc-trust-row {
        justify-content: center;
    }

    .mmc-footer {
        padding-bottom: 90px;
    }

    .mmc-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mmc-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .mmc-mobile-sticky-cta {
        display: block;
    }
}


/* =========================================================
   19. RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mmc-navbar {
        padding: 13px 12px !important;
        gap: 9px !important;
    }

    .mmc-logo {
        min-width: 76px !important;
        max-width: 86px !important;
        font-size: 21px !important;
    }

    .mmc-header-cta {
        height: 46px !important;
        min-height: 46px !important;
        padding: 11px 14px !important;
        font-size: 13px !important;
    }

    .mmc-header-cta span {
        font-size: 13px !important;
    }

    .mmc-mobile-toggle {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
    }

    .mmc-hero-title {
        font-size: 36px !important;
    }

    .mmc-hero-content {
        padding: 38px 18px 32px !important;
    }

    .mmc-hero-media {
        padding: 8px 16px 24px !important;
    }

    .mmc-hero-image-card img {
        height: 520px !important;
    }

    .mmc-how-card,
    .mmc-story-card {
        padding: 28px 22px;
    }

    .mmc-product-content,
    .mmc-founder-content,
    .mmc-circle-content {
        padding: 30px 22px;
        border-radius: 26px;
    }

    .mmc-final-cta-shell {
        padding: 40px 20px;
    }
}









/* =========================================================
   FINAL MOBILE MENU DISPLAY FIX
========================================================= */

@media (max-width: 991px) {

    #mmcMenuToggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        z-index: 9999999 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
    }

    #mmcMenuToggle i {
        pointer-events: none !important;
    }

    #mmcMobileMenu {
        position: fixed !important;
        top: 78px !important;
        left: 12px !important;
        right: 12px !important;
        z-index: 9999998 !important;

        display: none !important;
        padding: 18px !important;
        border-radius: 0 0 24px 24px !important;

        background: rgba(246, 243, 238, 0.98) !important;
        border: 1px solid rgba(10, 52, 52, 0.10) !important;
        box-shadow: 0 22px 55px rgba(10, 52, 52, 0.16) !important;
    }

    #mmcMobileMenu.is-open {
        display: block !important;
    }

    #mmcMobileMenu ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 16px !important;
        display: grid !important;
        gap: 8px !important;
    }

    #mmcMobileMenu a:not(.mmc-action-btn):not(.theme-btn) {
        display: block !important;
        width: 100% !important;
        padding: 14px 16px !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        color: #0A3434 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
    }

    #mmcMobileMenu .mmc-action-btn,
    #mmcMobileMenu .theme-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}







/* =========================================================
   STRUGGLES SECTION EXTRA
========================================================= */

.mmc-struggles-bottom {
    max-width: 720px;
    margin: 44px auto 0;
}

.mmc-struggles-bottom p {
    margin-bottom: 24px;
    color: var(--mmc-text-secondary);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}

@media (max-width: 767px) {
    .mmc-struggles-bottom {
        margin-top: 36px;
        padding: 0 10px;
    }

    .mmc-struggles-bottom p {
        font-size: 15.5px;
        line-height: 1.75;
    }

    .mmc-struggles-bottom .mmc-action-btn {
        width: 100%;
        max-width: 100%;
        min-height: 62px;
        white-space: normal !important;
    }

    .mmc-struggles-bottom .mmc-action-btn span {
        white-space: normal !important;
        line-height: 1.35;
    }
}



/* =========================================================
   STRUGGLE CARD ICON + ARROW ALIGNMENT — FINAL
========================================================= */

.mmc-struggle-card {
    position: relative !important;
    overflow: hidden !important;
}

.mmc-struggle-img {
    position: relative !important;
    height: 190px !important;
    overflow: hidden !important;
}

.mmc-struggle-icon {
    position: absolute !important;

    /* Image height is 190px.
       This places the icon inside the image, bottom-left. */
    top: 118px !important;
    left: 22px !important;
    bottom: auto !important;

    z-index: 6 !important;

    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;

    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(114, 174, 68, 0.22) !important;
    box-shadow: 0 12px 28px rgba(10, 52, 52, 0.16) !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: var(--mmc-green) !important;
    font-size: 21px !important;
}

.mmc-struggle-body {
    padding: 28px 28px 30px !important;
}

.mmc-struggle-arrow {
    margin-top: 14px !important;
    margin-left: 0 !important;

    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}






/* =========================================================
   HOW IT WORKS — CLEAN REFERENCE STYLE
========================================================= */

.mmc-how-clean {
    padding: 74px 0 82px !important;
    background: linear-gradient(180deg, #F8FFF5 0%, #EEF9EF 100%) !important;
}

.mmc-how-clean .mmc-section-heading {
    margin-bottom: 44px !important;
}

.mmc-how-clean .mmc-section-title {
    font-size: clamp(34px, 3vw, 46px) !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
}

.mmc-how-clean .mmc-section-title span {
    color: var(--mmc-deep-teal) !important;
    position: relative;
}

.mmc-how-clean .mmc-section-title span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background: var(--mmc-green);
    transform: translateX(-50%);
}

.mmc-how-clean-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    align-items: stretch;
}

.mmc-how-clean-steps::before {
    content: "";
    position: absolute;
    left: 23%;
    right: 23%;
    top: 50%;
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        rgba(114, 174, 68, 0.42) 0,
        rgba(114, 174, 68, 0.42) 7px,
        transparent 7px,
        transparent 15px
    );
    transform: translateY(-50%);
    z-index: 0;
}

.mmc-how-clean-card {
    position: relative;
    z-index: 2;
    min-height: 132px;
    padding: 30px 30px 28px 34px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(10, 52, 52, 0.07);
    box-shadow: 0 20px 48px rgba(10, 52, 52, 0.08);
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    transition: all 0.3s ease;
}

.mmc-how-clean-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(10, 52, 52, 0.12);
}

.mmc-how-clean-number {
    position: absolute;
    left: 24px;
    top: 22px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--mmc-green);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(114, 174, 68, 0.28);
}

.mmc-how-clean-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mmc-deep-teal);
    font-size: 30px;
}

.mmc-how-clean-content h3 {
    margin: 0 0 8px;
    font-family: var(--mmc-font-body);
    color: var(--mmc-deep-teal);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.mmc-how-clean-content p {
    margin: 0;
    color: var(--mmc-text-muted);
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 991px) {
    .mmc-how-clean-steps {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 620px;
        margin: 0 auto;
    }

    .mmc-how-clean-steps::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .mmc-how-clean {
        padding: 68px 0 72px !important;
    }

    .mmc-how-clean .mmc-section-heading {
        margin-bottom: 34px !important;
        padding: 0 14px;
    }

    .mmc-how-clean .mmc-section-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .mmc-how-clean-card {
        min-height: auto;
        padding: 28px 24px 26px;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 18px;
        border-radius: 20px;
    }

    .mmc-how-clean-number {
        left: 20px;
        top: 18px;
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .mmc-how-clean-icon {
        width: 52px;
        height: 52px;
        font-size: 27px;
    }

    .mmc-how-clean-content h3 {
        font-size: 15.5px;
    }

    .mmc-how-clean-content p {
        font-size: 13.5px;
        line-height: 1.6;
    }
}







/* =========================================================
   PHILOSOPHY — CLEAN REFERENCE STYLE
========================================================= */

.mmc-philosophy-clean {
    padding: 76px 0 86px !important;
    background: var(--mmc-off-white) !important;
}

.mmc-philosophy-clean .mmc-section-heading {
    margin-bottom: 44px !important;
}

.mmc-philosophy-clean .mmc-section-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(34px, 3vw, 46px) !important;
    line-height: 1.18 !important;
}

.mmc-philosophy-clean .mmc-section-title span {
    color: var(--mmc-deep-teal) !important;
}

.mmc-philosophy-clean .mmc-section-text {
    max-width: 760px;
    margin-top: 18px;
}

.mmc-philosophy-clean .mmc-philosophy-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.mmc-philosophy-clean .mmc-philosophy-card {
    min-height: 230px;
    padding: 34px 26px 30px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    box-shadow: 0 18px 45px rgba(10, 52, 52, 0.07) !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.mmc-philosophy-clean .mmc-philosophy-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 26px 60px rgba(10, 52, 52, 0.11) !important;
}

.mmc-philosophy-clean .mmc-icon-box {
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 22px !important;
    border-radius: 50% !important;
    background: rgba(114, 174, 68, 0.10) !important;
    color: var(--mmc-green) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
}

.mmc-philosophy-clean .mmc-philosophy-card h3 {
    margin-bottom: 12px !important;
    font-family: var(--mmc-font-body) !important;
    color: var(--mmc-deep-teal) !important;
    font-size: 15.5px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

.mmc-philosophy-clean .mmc-philosophy-card p {
    margin: 0 !important;
    color: var(--mmc-text-muted) !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    font-weight: 600 !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mmc-philosophy-clean .mmc-philosophy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mmc-philosophy-clean {
        padding: 68px 0 72px !important;
    }

    .mmc-philosophy-clean .mmc-section-heading {
        margin-bottom: 34px !important;
        padding: 0 14px;
    }

    .mmc-philosophy-clean .mmc-section-title {
        font-size: 31px !important;
        line-height: 1.22 !important;
    }

    .mmc-philosophy-clean .mmc-section-text {
        font-size: 15.5px !important;
        line-height: 1.75 !important;
    }

    .mmc-philosophy-clean .mmc-philosophy-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .mmc-philosophy-clean .mmc-philosophy-card {
        min-height: auto !important;
        padding: 30px 24px 28px !important;
        border-radius: 22px !important;
    }

    .mmc-philosophy-clean .mmc-icon-box {
        width: 58px !important;
        height: 58px !important;
        font-size: 25px !important;
        margin-bottom: 18px !important;
    }

    .mmc-philosophy-clean .mmc-philosophy-card h3 {
        font-size: 16px !important;
    }

    .mmc-philosophy-clean .mmc-philosophy-card p {
        font-size: 14px !important;
    }
}






/* =========================================================
   PRODUCT SECTION — WEIGHT GOALS CLEAN STYLE
========================================================= */

.mmc-product-clean {
    padding: 92px 0 !important;
    background: linear-gradient(180deg, #F8FFF5 0%, #EEF9EF 100%) !important;
}

.mmc-product-clean .mmc-product-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: 52px !important;
    align-items: center !important;
}

.mmc-product-clean .mmc-product-visual {
    position: relative !important;
}

.mmc-product-clean .mmc-product-image-card {
    position: relative !important;
    padding: 18px !important;
    border-radius: 34px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    box-shadow: 0 24px 65px rgba(10, 52, 52, 0.10) !important;
    overflow: hidden !important;
}

.mmc-product-clean .mmc-product-image-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(114, 174, 68, 0.20), transparent 38%),
        linear-gradient(180deg, #F5FEF5 0%, #EEF9EF 100%);
    z-index: 0;
}

.mmc-product-clean .mmc-product-image-card img {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    min-height: 480px !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 24px !important;
}

.mmc-product-clean .mmc-product-floating-note {
    position: absolute !important;
    left: 28px !important;
    bottom: 28px !important;
    z-index: 4 !important;
    max-width: 270px !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    box-shadow: 0 18px 45px rgba(10, 52, 52, 0.12) !important;
}

.mmc-product-clean .mmc-product-floating-note p {
    margin: 0 !important;
    color: var(--mmc-deep-teal) !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    font-weight: 800 !important;
}

.mmc-product-clean .mmc-product-content {
    padding: 46px 46px 42px !important;
    border-radius: 34px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    box-shadow: 0 20px 55px rgba(10, 52, 52, 0.07) !important;
}

.mmc-product-clean .mmc-product-kicker {
    margin-bottom: 14px !important;
    color: var(--mmc-green) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
}

.mmc-product-clean .mmc-product-title {
    margin-bottom: 18px !important;
    color: var(--mmc-deep-teal) !important;
    font-size: clamp(34px, 3vw, 48px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.035em !important;
}

.mmc-product-clean .mmc-product-title span {
    color: var(--mmc-green) !important;
}

.mmc-product-clean .mmc-product-text {
    margin-bottom: 24px !important;
    color: var(--mmc-text-secondary) !important;
    font-size: 16.5px !important;
    line-height: 1.78 !important;
    font-weight: 500 !important;
}

.mmc-product-clean .mmc-product-list {
    margin-bottom: 30px !important;
}

.mmc-product-clean .mmc-product-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 30px !important;
}

.mmc-product-clean .mmc-product-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    background: #F5FEF5 !important;
    border: 1px solid rgba(114, 174, 68, 0.16) !important;
    color: var(--mmc-deep-teal) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.mmc-product-clean .mmc-product-badge i {
    color: var(--mmc-green) !important;
    font-size: 15px !important;
}

.mmc-product-disclaimer {
    margin: 22px 0 0 !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(10, 52, 52, 0.08) !important;
    color: var(--mmc-text-muted) !important;
    font-size: 12.5px !important;
    line-height: 1.65 !important;
    font-weight: 600 !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mmc-product-clean .mmc-product-shell {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mmc-product-clean {
        padding: 72px 0 !important;
    }

    .mmc-product-clean .mmc-product-image-card {
        padding: 14px !important;
        border-radius: 28px !important;
    }

    .mmc-product-clean .mmc-product-image-card::before {
        inset: 14px !important;
        border-radius: 22px !important;
    }

    .mmc-product-clean .mmc-product-image-card img {
        min-height: 360px !important;
        max-height: 430px !important;
        object-fit: contain !important;
    }

    .mmc-product-clean .mmc-product-floating-note {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        max-width: 100% !important;
        margin-top: 14px !important;
        border-radius: 18px !important;
    }

    .mmc-product-clean .mmc-product-content {
        padding: 34px 24px 30px !important;
        border-radius: 28px !important;
    }

    .mmc-product-clean .mmc-product-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .mmc-product-clean .mmc-product-text {
        font-size: 15.5px !important;
        line-height: 1.75 !important;
    }

    .mmc-product-clean .mmc-action-btn {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
    }

    .mmc-product-clean .mmc-action-btn span {
        white-space: normal !important;
        line-height: 1.35 !important;
    }

    .mmc-product-clean .mmc-product-badges {
        grid-template-columns: 1fr !important;
    }

    .mmc-product-disclaimer {
        font-size: 12px !important;
    }
}



/* =========================================================

========================================================= */


.mmc-product-floating-note span {
    color: var(--mmc-green);
    font-weight: 900;
}





/* =========================================================
   FOUNDER STORY — FINAL SAFE OVERRIDE
========================================================= */

.mmc-founder-story {
    padding: 72px 0 !important;
    background: linear-gradient(180deg, #FFFDF8 0%, #F8FFF5 100%) !important;
    
/*    padding: 86px 0 96px !important;
    background: var(--mmc-cream) !important;*/
}

.mmc-founder-story .mmc-founder-shell {
    display: grid !important;
    grid-template-columns: 0.95fr 1.1fr 0.75fr !important;
    gap: 44px !important;
    align-items: center !important;
}

.mmc-founder-story .mmc-founder-image-wrap {
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #000000 !important;
    box-shadow: 0 22px 55px rgba(10, 52, 52, 0.10) !important;
}

.mmc-founder-story .mmc-founder-image-wrap img {
    display: block !important;
    width: 100% !important;
    height: 430px !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000000 !important;
}

.mmc-founder-story .mmc-founder-content {
    padding: 10px 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/*.mmc-founder-story .mmc-founder-note-card {
    position: relative !important;
    min-height: auto !important;
    padding: 36px 34px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    box-shadow: 0 22px 55px rgba(10, 52, 52, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}*/

.mmc-founder-story .mmc-founder-note-card {
    min-height: 210px !important;
    padding: 34px 34px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/*.mmc-founder-story .mmc-founder-note-icon {
    margin-bottom: 18px !important;
}*/

.mmc-founder-story .mmc-founder-note-icon {
    margin-bottom: 18px !important;
}

/*.mmc-founder-story .mmc-founder-note-card p {
    margin-bottom: 12px !important;
}*/

.mmc-founder-story .mmc-founder-note-card p {
    margin: 0 0 14px !important;
}

/*.mmc-founder-story .mmc-founder-heart {
    position: static !important;
    margin-top: 6px !important;
    font-size: 28px !important;
}*/

.mmc-founder-story .mmc-founder-heart {
    position: static !important;
    margin-top: 4px !important;
    font-size: 28px !important;
}


@media (max-width: 991px) {
    .mmc-founder-story .mmc-founder-shell {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
    }

    .mmc-founder-story .mmc-founder-note-card {
        grid-column: 1 / -1 !important;
        min-height: auto !important;
    }
}

@media (max-width: 767px) {
    .mmc-founder-story {
        padding: 66px 0 !important;
    }

    .mmc-founder-story .mmc-founder-shell {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .mmc-founder-story .mmc-founder-image-wrap img {
        height: 360px !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .mmc-founder-story .mmc-founder-content {
        padding: 6px 4px 0 !important;
    }

    .mmc-founder-story .mmc-founder-note-card {
        padding: 34px 26px 32px !important;
        border-radius: 22px !important;
    }
}



.mmc-founder-signature-name {
    display: inline-block !important;
    margin-top: 8px !important;
    color: var(--mmc-deep-teal) !important;
    font-family: "Pacifico", cursive !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    transform: rotate(-2deg) !important;
}






/* Founder story button fix */
.mmc-founder-story .mmc-founder-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;

    min-height: 48px !important;
    padding: 13px 24px !important;
    margin-top: 18px !important;

    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(10, 52, 52, 0.12) !important;

    color: var(--mmc-deep-teal) !important;
    font-family: var(--mmc-font-body) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;

    box-shadow: 0 14px 35px rgba(10, 52, 52, 0.08) !important;
    transition: all 0.3s ease !important;
}

.mmc-founder-story .mmc-founder-btn span,
.mmc-founder-story .mmc-founder-btn i {
    color: var(--mmc-deep-teal) !important;
    line-height: 1 !important;
}

.mmc-founder-story .mmc-founder-btn:hover {
    background: var(--mmc-deep-teal) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 42px rgba(10, 52, 52, 0.14) !important;
}

.mmc-founder-story .mmc-founder-btn:hover span,
.mmc-founder-story .mmc-founder-btn:hover i {
    color: #ffffff !important;
}










/* =========================================================
   TESTIMONIALS — REFERENCE IMAGE STYLE
========================================================= */

.mmc-stories-ref {
    padding: 72px 0 76px !important;
/*    background: #FFFDF8 !important;*/
background: linear-gradient(180deg, #F8FFF5 0%, #EEF9EF 100%) !important;
}

.mmc-stories-ref-heading {
    margin-bottom: 38px !important;
}

.mmc-stories-ref-heading h2 {
    margin: 0 !important;
    color: var(--mmc-deep-teal) !important;
    font-family: var(--mmc-font-heading) !important;
    font-size: clamp(34px, 3vw, 46px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.035em !important;
}

.mmc-stories-ref-heading h2 span {
    color: var(--mmc-deep-teal) !important;
    position: relative !important;
}

.mmc-stories-ref-heading h2 span::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -12px !important;
    width: 54px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--mmc-green) !important;
    transform: translateX(-50%) !important;
}

.mmc-stories-ref-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.mmc-stories-ref-card {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;

    min-height: 220px !important;
    padding: 28px 26px !important;
    border-radius: 20px !important;

    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    box-shadow: 0 18px 45px rgba(10, 52, 52, 0.07) !important;

    transition: all 0.3s ease !important;
}

.mmc-stories-ref-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 26px 60px rgba(10, 52, 52, 0.11) !important;
}

.mmc-stories-ref-avatar {
    width: 92px !important;
    height: 92px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 4px solid #F5FEF5 !important;
    box-shadow: 0 12px 28px rgba(10, 52, 52, 0.10) !important;
}

.mmc-stories-ref-avatar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.mmc-stories-ref-content {
    position: relative !important;
    padding-top: 2px !important;
}

.mmc-stories-ref-quote {
    color: var(--mmc-green) !important;
    font-family: var(--mmc-font-heading) !important;
    font-size: 42px !important;
    line-height: 0.7 !important;
    margin-bottom: 6px !important;
}

.mmc-stories-ref-content p {
    margin: 0 0 14px !important;
    color: var(--mmc-text-secondary) !important;
    font-size: 14.5px !important;
    line-height: 1.62 !important;
    font-weight: 700 !important;
}

.mmc-stories-ref-content h4 {
    margin: 0 0 2px !important;
    color: var(--mmc-deep-teal) !important;
    font-family: var(--mmc-font-body) !important;
    font-size: 13.5px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
}

.mmc-stories-ref-content span {
    display: block !important;
    margin-bottom: 12px !important;
    color: var(--mmc-text-muted) !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.mmc-stories-ref-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 6px 12px !important;
    border-radius: 999px !important;

    background: var(--mmc-green) !important;
    color: #ffffff !important;

    font-size: 11.5px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.mmc-stories-ref-bottom {
    margin-top: 30px !important;
}

.mmc-stories-ref-bottom a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;

    color: var(--mmc-deep-teal) !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.mmc-stories-ref-bottom a:hover {
    color: var(--mmc-green) !important;
}

.mmc-stories-ref-bottom a i {
    font-size: 13px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mmc-stories-ref-grid {
        grid-template-columns: 1fr !important;
        max-width: 680px !important;
        margin: 0 auto !important;
    }

    .mmc-stories-ref-card {
        min-height: auto !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mmc-stories-ref {
        padding: 66px 0 70px !important;
    }

    .mmc-stories-ref-heading {
        margin-bottom: 32px !important;
        padding: 0 14px !important;
    }

    .mmc-stories-ref-heading h2 {
        font-size: 31px !important;
        line-height: 1.22 !important;
    }

    .mmc-stories-ref-card {
        grid-template-columns: 78px minmax(0, 1fr) !important;
        gap: 16px !important;
        padding: 24px 22px !important;
        border-radius: 20px !important;
    }

    .mmc-stories-ref-avatar {
        width: 76px !important;
        height: 76px !important;
    }

    .mmc-stories-ref-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}






/* =========================================================
   COMMUNITY / THE CIRCLE — REFERENCE IMAGE STYLE
========================================================= */

.mmc-circle-ref {
    position: relative !important;
    padding: 84px 0 86px !important;
    background: var(--mmc-cream) !important;
    overflow: hidden !important;
}

.mmc-circle-ref::after {
    content: "" !important;
    position: absolute !important;
    right: -70px !important;
    bottom: -80px !important;
    width: 260px !important;
    height: 260px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(114, 174, 68, 0.13), transparent 68%) !important;
    pointer-events: none !important;
}

.mmc-circle-ref-shell {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: 54px !important;
    align-items: center !important;
}

.mmc-circle-ref-image {
    position: relative !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 24px 60px rgba(10, 52, 52, 0.10) !important;
}

.mmc-circle-ref-image img {
    display: block !important;
    width: 100% !important;
    height: 430px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.mmc-circle-ref-content {
    position: relative !important;
    padding: 10px 0 !important;
}

.mmc-circle-ref-title {
    margin: 10px 0 12px !important;
    color: var(--mmc-deep-teal) !important;
    font-family: var(--mmc-font-heading) !important;
    font-size: clamp(38px, 3.2vw, 54px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
}

.mmc-circle-ref-text {
    max-width: 610px !important;
    margin: 0 0 34px !important;
    color: var(--mmc-text-secondary) !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    font-weight: 600 !important;
}

.mmc-circle-ref-benefits {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-bottom: 34px !important;
}

.mmc-circle-ref-benefit {
    text-align: center !important;
}

.mmc-circle-ref-icon {
    width: 46px !important;
    height: 46px !important;
    margin: 0 auto 12px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    color: var(--mmc-deep-teal) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    box-shadow: 0 12px 30px rgba(10, 52, 52, 0.06) !important;
}

.mmc-circle-ref-benefit span {
    display: block !important;
    color: var(--mmc-deep-teal) !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
}

.mmc-circle-ref-action-row {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
}

.mmc-circle-ref-doodle {
    width: 150px !important;
    height: 34px !important;
    position: relative !important;
}

.mmc-circle-ref-doodle::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 16px !important;
    width: 120px !important;
    height: 2px !important;
    background: rgba(10, 52, 52, 0.30) !important;
    border-radius: 999px !important;
}

.mmc-circle-ref-doodle::after {
    content: "➜" !important;
    position: absolute !important;
    right: 8px !important;
    top: 2px !important;
    color: var(--mmc-deep-teal) !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.mmc-circle-ref-action-row .mmc-action-btn {
    min-height: 52px !important;
    padding: 15px 28px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mmc-circle-ref-shell {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        max-width: 760px !important;
        margin: 0 auto !important;
    }

    .mmc-circle-ref-content {
        text-align: center !important;
    }

    .mmc-circle-ref-text {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mmc-circle-ref-action-row {
        justify-content: center !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mmc-circle-ref {
        padding: 68px 0 74px !important;
    }

    .mmc-circle-ref-image {
        border-radius: 24px !important;
    }

    .mmc-circle-ref-image img {
        height: 340px !important;
    }

    .mmc-circle-ref-title {
        font-size: 34px !important;
        line-height: 1.16 !important;
    }

    .mmc-circle-ref-text {
        font-size: 15.5px !important;
        line-height: 1.75 !important;
        margin-bottom: 28px !important;
    }

    .mmc-circle-ref-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 14px !important;
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 30px !important;
    }

    .mmc-circle-ref-benefit:last-child {
        grid-column: 1 / -1 !important;
    }

    .mmc-circle-ref-action-row {
        flex-direction: column !important;
        gap: 18px !important;
    }

    .mmc-circle-ref-doodle {
        display: none !important;
    }

    .mmc-circle-ref-action-row .mmc-action-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}




/* =========================================================
   FINAL CTA — REFERENCE IMAGE STYLE
========================================================= */

.mmc-final-cta-ref {
    padding: 0 0 76px !important;
    background: var(--mmc-cream) !important;
}

.mmc-final-cta-ref-shell {
    position: relative !important;
    overflow: hidden !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 42px !important;
    align-items: center !important;

    padding: 48px 58px 46px 170px !important;
    border-radius: 30px !important;

    background:
        radial-gradient(circle at top right, rgba(114, 174, 68, 0.22), transparent 34%),
        linear-gradient(135deg, #073737 0%, #042828 100%) !important;

    box-shadow: 0 30px 80px rgba(10, 52, 52, 0.22) !important;
}

.mmc-final-cta-ref-heart {
    position: absolute !important;
    left: 58px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 72px !important;
    height: 72px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: var(--mmc-muted-gold) !important;
    font-size: 58px !important;
    line-height: 1 !important;
    opacity: 0.95 !important;
}

.mmc-final-cta-ref-content {
    position: relative !important;
    z-index: 2 !important;
}

.mmc-final-cta-ref-content h2 {
    margin: 0 0 14px !important;
    color: #ffffff !important;
    font-family: var(--mmc-font-heading) !important;
    font-size: clamp(32px, 3vw, 48px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.035em !important;
}

.mmc-final-cta-ref-content h2 span {
    color: var(--mmc-green) !important;
    position: relative !important;
}

.mmc-final-cta-ref-content h2 span::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 4px !important;
    height: 10px !important;
    border-radius: 999px !important;
    background: rgba(114, 174, 68, 0.26) !important;
    z-index: -1 !important;
}

.mmc-final-cta-ref-content p {
    max-width: 660px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
}

.mmc-final-cta-ref-action {
    position: relative !important;
    z-index: 2 !important;
    min-width: 300px !important;
    text-align: center !important;
}

.mmc-final-cta-btn {
    background: var(--mmc-green) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(114, 174, 68, 0.24) !important;
}

.mmc-final-cta-btn:hover {
    background: #ffffff !important;
    color: var(--mmc-deep-teal) !important;
}

.mmc-final-cta-btn:hover span,
.mmc-final-cta-btn:hover i {
    color: var(--mmc-deep-teal) !important;
}

.mmc-final-cta-ref-note {
    margin-top: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.mmc-final-cta-ref-note i {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mmc-final-cta-ref-shell {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 48px 38px 44px !important;
        text-align: center !important;
    }

    .mmc-final-cta-ref-heart {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 auto -8px !important;
    }

    .mmc-final-cta-ref-content p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mmc-final-cta-ref-action {
        min-width: 0 !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mmc-final-cta-ref {
        padding: 0 0 66px !important;
    }

    .mmc-final-cta-ref-shell {
        padding: 42px 24px 38px !important;
        border-radius: 26px !important;
    }

    .mmc-final-cta-ref-heart {
        width: 62px !important;
        height: 62px !important;
        font-size: 48px !important;
    }

    .mmc-final-cta-ref-content h2 {
        font-size: 31px !important;
        line-height: 1.22 !important;
    }

    .mmc-final-cta-ref-content p {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    .mmc-final-cta-ref-action {
        width: 100% !important;
    }

    .mmc-final-cta-ref-action .mmc-action-btn {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
    }

    .mmc-final-cta-ref-action .mmc-action-btn span {
        white-space: normal !important;
        line-height: 1.35 !important;
    }

    .mmc-final-cta-ref-note {
        font-size: 12.8px !important;
        flex-wrap: wrap !important;
    }
}





/* =========================================================
   FOOTER — REFERENCE IMAGE STYLE
========================================================= */

.mmc-footer-ref {
    padding: 70px 0 30px !important;
    background: #0A3434 !important;
    border-top: 0 !important;
}



.mmc-footer-ref-grid {
    display: grid !important;
    grid-template-columns: 1.45fr 0.9fr 0.9fr 0.9fr 1fr 1.25fr !important;
    gap: 34px !important;
    align-items: start !important;
}

.mmc-footer-ref-brand {
    max-width: 280px !important;
}

.mmc-footer-ref-logo {
    display: inline-flex !important;
    flex-direction: column !important;
    color: var(--mmc-deep-teal) !important;
    font-family: var(--mmc-font-heading) !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.04em !important;
    text-decoration: none !important;
}

.mmc-footer-ref-logo span {
    display: block !important;
}

.mmc-footer-ref-brand p {
    margin: 18px 0 0 !important;
    color: var(--mmc-text-muted) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
}

.mmc-footer-ref-social {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

.mmc-footer-ref-social a {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(10, 52, 52, 0.08) !important;
    color: var(--mmc-deep-teal) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.mmc-footer-ref-social a:hover {
    background: var(--mmc-deep-teal) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
}

.mmc-footer-ref-col h4,
.mmc-footer-ref-newsletter h4 {
    margin: 0 0 16px !important;
    color: var(--mmc-deep-teal) !important;
    font-family: var(--mmc-font-body) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.mmc-footer-ref-col ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 9px !important;
}

.mmc-footer-ref-col ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.mmc-footer-ref-col a {
    color: var(--mmc-text-muted) !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.mmc-footer-ref-col a:hover {
    color: var(--mmc-green) !important;
    padding-left: 3px !important;
}

.mmc-footer-ref-newsletter p {
    margin: 0 0 14px !important;
    color: var(--mmc-text-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    font-weight: 600 !important;
}

.mmc-footer-ref-form {
    position: relative !important;
    max-width: 260px !important;
}

.mmc-footer-ref-form input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 54px 0 18px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(10, 52, 52, 0.10) !important;
    color: var(--mmc-deep-teal) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    outline: none !important;
    box-shadow: 0 12px 30px rgba(10, 52, 52, 0.05) !important;
}

.mmc-footer-ref-form input::placeholder {
    color: rgba(10, 52, 52, 0.46) !important;
}

.mmc-footer-ref-form button {
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: none !important;
    background: var(--mmc-green) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.mmc-footer-ref-form button:hover {
    background: var(--mmc-deep-teal) !important;
}

.mmc-footer-ref-bottom {
    margin-top: 52px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(10, 52, 52, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.mmc-footer-ref-bottom p {
    margin: 0 !important;
    color: var(--mmc-text-muted) !important;
    font-size: 12.8px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

.mmc-footer-ref-bottom i {
    color: var(--mmc-muted-gold) !important;
}

/* Tablet */
@media (max-width: 1199px) {
    .mmc-footer-ref-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 34px 28px !important;
    }

    .mmc-footer-ref-brand {
        max-width: 100% !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mmc-footer-ref {
        padding: 58px 0 96px !important;
    }

    .mmc-footer-ref-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }

    .mmc-footer-ref-brand {
        margin: 0 auto !important;
    }

    .mmc-footer-ref-social {
        justify-content: center !important;
    }

    .mmc-footer-ref-col ul {
        gap: 10px !important;
    }

    .mmc-footer-ref-form {
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .mmc-footer-ref-bottom {
        flex-direction: column !important;
        text-align: center !important;
        margin-top: 38px !important;
    }
}

.mmc-footer-ref-logo,
.mmc-footer-ref-col h4,
.mmc-footer-ref-newsletter h4 {
    color: #ffffff !important;
}

.mmc-footer-ref-brand p,
.mmc-footer-ref-newsletter p,
.mmc-footer-ref-col a,
.mmc-footer-ref-bottom p {
    color: rgba(255, 255, 255, 0.68) !important;
}

.mmc-footer-ref-col a:hover {
    color: var(--mmc-green) !important;
}

.mmc-footer-ref-social a {
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

.mmc-footer-ref-social a:hover {
    background: var(--mmc-green) !important;
    color: #ffffff !important;
}

.mmc-footer-ref-form input {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
}

.mmc-footer-ref-form input::placeholder {
    color: rgba(255, 255, 255, 0.58) !important;
}

.mmc-footer-ref-form button {
    background: var(--mmc-green) !important;
    color: #ffffff !important;
}

.mmc-footer-ref-form button:hover {
    background: #ffffff !important;
    color: var(--mmc-deep-teal) !important;
}

.mmc-footer-ref-bottom {
    border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.mmc-footer-ref-bottom i {
    color: var(--mmc-muted-gold) !important;
}



.mmc-logo {
                display: inline-flex;
                align-items: center;
                text-decoration: none;
                flex-shrink: 0;
            }

            .mmc-logo-img {
                display: block;
                width: auto;
                height: 58px;
                max-width: 240px;
                object-fit: contain;
            }

            @media (max-width: 767px) {
                .mmc-logo-img {
                    height: 46px;
                    max-width: 190px;
                }
            }
            
            
            
@media (max-width: 420px) {
    .mmc-hero-title {
        font-size: 36px !important;
    }
}            