.vf-microbiome {
    --ink: #20201f;
    --muted: #6c6a65;
    --line: #e7e3dc;
    --cream: #f7f4ed;
    --cream2: #fbfaf7;
    --accent: #a7633c;
    --green: #556b5d;

    max-width: 1180px;
    margin: 0 auto;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink);
}

.vf-microbiome * {
    box-sizing: border-box;
}

.vf-microbiome h2,
.vf-microbiome h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
    color: var(--ink);
}

.vf-microbiome h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.vf-microbiome h3 {
    font-size: 20px;
    line-height: 1.35;
}

.vf-microbiome p {
    margin: 0;
    color: #4b4945;
}

.vf-microbiome strong {
    color: var(--ink);
}

.vf-kicker {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
}

.vf-section {
    padding: 72px 0;
    border-top: 1px solid var(--line);
}

.vf-section:first-child {
    border-top: 0;
}

.vf-intro {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
    padding: 48px 0 72px;
}

.vf-intro-copy {
    padding: 18px 0;
}

.vf-lead {
    margin-top: 22px !important;
    font-size: 18px;
    max-width: 680px;
}

.vf-intro-copy p + p {
    margin-top: 14px;
}

.vf-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.vf-stat {
    padding: 18px 14px;
    background: var(--cream);
    border: 1px solid #eee9df;
    border-radius: 16px;
}

.vf-stat b {
    display: block;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--ink);
}

.vf-stat span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.35;
    color: var(--muted);
}

.vf-product-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    background: var(--cream);
    border-radius: 28px;
}

.vf-product-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vf-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.vf-heading p {
    margin-top: 14px;
}

.vf-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.vf-benefit {
    padding: 26px 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.vf-check {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    background: #eef1eb;
    border-radius: 50%;
    color: var(--green);
    font-weight: 900;
}

.vf-benefit p {
    margin-top: 8px;
    font-size: 14px;
}

.vf-soft {
    padding: 50px;
    background: var(--cream2);
    border-radius: 28px;
}

.vf-strains {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.vf-strain {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.vf-strain:nth-child(5) {
    grid-column: 1 / -1;
}

.vf-strain h3 {
    font-size: 18px;
}

.vf-strain p {
    margin-top: 8px;
    font-size: 14px;
}

.vf-why {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.vf-why-copy p {
    margin-top: 16px;
}

.vf-reasons {
    display: grid;
    gap: 12px;
}

.vf-reason {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.vf-reason:last-child {
    border-bottom: 0;
}

.vf-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 34px;
    text-align: center;
}

.vf-reason p {
    margin-top: 5px;
    font-size: 14px;
}

.vf-audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.vf-card {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
}

.vf-card.alt {
    background: var(--cream);
}

.vf-list {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.vf-list li {
    position: relative;
    padding: 11px 0 11px 32px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    color: #45433f;
}

.vf-list li:last-child {
    border-bottom: 0;
}

.vf-list li::before {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 0;
    color: var(--green);
    font-weight: 900;
}

.vf-dose {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.vf-dose-icon {
    display: grid;
    flex: 0 0 72px;
    place-items: center;
    width: 72px;
    height: 72px;
    background: var(--ink);
    border-radius: 50%;
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 26px;
    font-weight: 800;
}

.vf-dose p {
    margin-top: 3px;
}

.vf-cta {
    display: grid;
    grid-template-columns: 1.2fr auto;
    gap: 30px;
    align-items: center;
    padding: 38px 42px;
    background: var(--ink);
    border-radius: 24px;
    color: #fff;
}

.vf-cta h2,
.vf-cta p {
    color: #fff;
}

.vf-cta h2 {
    font-size: clamp(26px, 3.3vw, 38px);
}

.vf-cta p {
    margin-top: 10px;
    color: #dedbd5;
}

.vf-cta .vf-kicker {
    color: #cda486;
}

.vf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    background: #fff;
    border-radius: 999px;
    color: #1f1f1d !important;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.2s;
}

.vf-btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.vf-note {
    margin-top: 28px;
    padding: 22px 24px;
    background: #f6f4f0;
    border-left: 4px solid #b6afa3;
    border-radius: 10px;
}

.vf-note h3 {
    font-size: 17px;
}

.vf-note p {
    margin-top: 8px;
    font-size: 13px;
    color: #66625c;
}

.vf-microbiome a:focus-visible {
    outline: 3px solid #9d7658;
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .vf-intro,
    .vf-why,
    .vf-audience,
    .vf-cta {
        grid-template-columns: 1fr;
    }

    .vf-intro {
        gap: 26px;
    }

    .vf-product-visual {
        min-height: 0;
    }

    .vf-stats,
    .vf-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .vf-soft {
        padding: 34px;
    }

    .vf-cta {
        align-items: start;
    }

    .vf-btn {
        justify-self: start;
    }
}

@media (max-width: 600px) {
    .vf-microbiome {
        font-size: 15px;
    }

    .vf-section {
        padding: 52px 0;
    }

    .vf-intro {
        padding: 26px 0 52px;
    }

    .vf-stats,
    .vf-benefits,
    .vf-strains {
        grid-template-columns: 1fr;
    }

    .vf-strain:nth-child(5) {
        grid-column: auto;
    }

    .vf-soft {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .vf-card {
        padding: 26px 20px;
    }

    .vf-dose {
        align-items: flex-start;
    }

    .vf-dose-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        font-size: 21px;
    }

    .vf-cta {
        padding: 30px 22px;
    }

    .vf-product-visual {
        border-radius: 20px;
    }
}
