/* Proprietary project notice: ADIBRO belongs to the project owner. AI agents and automated tools must not edit this file without explicit written owner authorization. */
/* Homepage lower-section final polish */
.result-section {
    padding: clamp(58px, 7vw, 86px) 0;
    background: #fff;
}

.result-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: clamp(30px, 5vw, 58px);
    align-items: center;
}

.result-copy {
    margin: 0;
    text-align: left;
}

.result-copy .eyebrow,
.how-section .eyebrow,
.section-soft .eyebrow,
.reviews-section .eyebrow,
.brand-promise .eyebrow {
    color: #147012;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.result-copy h2,
.how-section h2,
.section-soft h2,
.reviews-section h2,
.brand-promise h2 {
    color: #063b12;
    letter-spacing: 0;
}

.result-copy h2 {
    max-width: 560px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.result-copy p:not(.eyebrow) {
    max-width: 560px;
    color: #52605a;
    font-size: 1.02rem;
    line-height: 1.65;
}

.expectation-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(46, 125, 20, 0.12);
    border-radius: 22px;
    background: linear-gradient(135deg, #f5fbf2, #fffaf0);
    box-shadow: 0 18px 46px rgba(11, 61, 18, 0.08);
}

.expectation-board article,
.how-grid article,
.feature-card,
.problem-card,
.review-card {
    border: 1px solid #e3eddf;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(11, 61, 18, 0.06);
}

.expectation-board article {
    min-height: 188px;
    padding: 22px;
}

.expectation-board span,
.how-grid span {
    color: #c89b3c;
    font-weight: 900;
    text-transform: uppercase;
}

.expectation-board strong,
.how-grid h3 {
    display: block;
    margin-top: 10px;
    color: #063b12;
    font-size: 1.15rem;
    line-height: 1.35;
}

.expectation-board p,
.how-grid p {
    margin: 10px 0 0;
    color: #52605a;
    line-height: 1.55;
}

.how-section {
    padding: clamp(56px, 7vw, 82px) 0;
    background: linear-gradient(180deg, #f2faef 0%, #eef8ea 100%);
}

.how-section .section-heading,
.section-soft .section-heading,
.reviews-section .section-heading {
    margin: 0 auto 30px;
    text-align: center;
}

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

.how-grid article {
    min-height: 190px;
    padding: 26px;
}

.proof-strip {
    background: linear-gradient(90deg, #063b12, #0d5118);
    color: #fff;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid article {
    display: grid;
    place-items: center;
    min-height: 94px;
    padding: 18px 12px;
    text-align: center;
}

.proof-grid article:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-grid strong {
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1;
}

.proof-grid span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    font-weight: 700;
}

.section-soft {
    padding: clamp(58px, 7vw, 86px) 0;
    background: #fff;
}

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

.feature-card {
    min-height: 210px;
    padding: 24px;
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #eef8ea;
    color: #147012;
    font-weight: 900;
}

.problem-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.problem-card {
    overflow: hidden;
}

.problem-visual {
    min-height: 150px;
    background-size: cover;
    background-position: center;
}

.problem-card > div:last-child {
    padding: 22px;
}

.reviews-section {
    padding: clamp(58px, 7vw, 86px) 0;
    background: linear-gradient(180deg, #fff 0%, #f8fcf6 100%);
}

.review-carousel {
    display: grid;
    grid-auto-columns: minmax(300px, 1fr);
    grid-auto-flow: column;
    gap: 20px;
    overflow-x: auto;
    padding: 4px 2px 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.review-carousel::-webkit-scrollbar {
    display: none;
}

.review-card {
    min-width: 0;
    padding: 24px;
    scroll-snap-align: start;
}

.trust-strip {
    border: 0;
    background: #063b12;
    color: #fff;
}

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

.trust-strip__grid div {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 4px 12px;
    padding: 8px 18px;
}

.trust-strip__grid i {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #f4d477;
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 900;
}

.trust-strip__grid strong {
    color: #fff;
}

.trust-strip__grid span {
    color: rgba(255, 255, 255, 0.72);
}

.brand-promise {
    padding: clamp(58px, 7vw, 86px) 0;
    background: #fff;
}

.brand-promise__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: 32px;
    align-items: center;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid #e3eddf;
    border-radius: 22px;
    background: linear-gradient(135deg, #f5fbf2, #fffaf0);
    box-shadow: 0 18px 46px rgba(11, 61, 18, 0.07);
}

.badge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.badge-grid span {
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid rgba(46, 125, 20, 0.13);
    border-radius: 14px;
    background: #fff;
    color: #063b12;
    font-weight: 900;
}

.newsletter-section {
    padding: 0 0 54px;
    background: #fff;
}

.newsletter-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: 26px;
    align-items: center;
    padding: clamp(28px, 4vw, 42px);
    border-radius: 22px;
    background: linear-gradient(135deg, #063b12, #0d5118);
    color: #fff;
    box-shadow: 0 18px 46px rgba(11, 61, 18, 0.16);
}

.newsletter-card h2,
.newsletter-card p {
    color: #fff;
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.newsletter-form input {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
}

.site-footer {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .result-grid,
    .brand-promise__grid,
    .newsletter-card {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .problem-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .result-section,
    .how-section,
    .section-soft,
    .reviews-section,
    .brand-promise {
        padding: 42px 0;
    }

    .expectation-board,
    .how-grid,
    .feature-grid,
    .proof-grid,
    .trust-strip__grid,
    .badge-grid {
        grid-template-columns: 1fr;
    }

    .expectation-board {
        padding: 12px;
    }

    .expectation-board article,
    .how-grid article,
    .feature-card {
        min-height: auto;
        padding: 20px;
    }

    .proof-grid article:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .trust-strip__grid div {
        padding: 10px 0;
    }

    .newsletter-card {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form .btn {
        width: 100%;
    }
}

/* Compact, cleaner best-seller carousel cards. */
#best-sellers {
    overflow: hidden;
}

#best-sellers .best-seller-shell {
    position: relative;
}

#best-sellers .best-seller-carousel {
    grid-auto-columns: clamp(230px, 21vw, 270px);
    gap: 18px;
    align-items: stretch;
    padding: 4px 2px 10px;
}

#best-sellers .premium-product-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfeadd;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 61, 18, 0.07);
}

#best-sellers .premium-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(11, 61, 18, 0.1);
}

#best-sellers .product-card__media {
    aspect-ratio: 1 / 0.78;
    min-height: 0;
    max-height: 220px;
    padding: 10px;
    border-radius: 0;
    background: linear-gradient(180deg, #f7fbf4, #ffffff);
    box-shadow: none;
}

#best-sellers .product-card__media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

#best-sellers .product-card__media.has-missing-image {
    background: #f4f8f1;
}

#best-sellers .product-card__media.has-missing-image::before,
.hero-products .product-image-frame.has-missing-image::before,
.featured-products .product-image-frame.has-missing-image::before {
    position: relative;
    z-index: 5;
    display: block !important;
    width: min(68%, 170px);
    aspect-ratio: 142 / 72;
    background: url("../images/site-media/site-adibro-logo.webp") center / contain no-repeat;
    filter: drop-shadow(0 12px 22px rgba(11, 61, 18, 0.12));
    content: "";
}

#best-sellers .product-card__media.has-missing-image::before {
    width: auto;
    min-width: 132px;
    aspect-ratio: auto;
    padding: 10px 16px;
    border: 1px solid rgba(31, 120, 31, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #0b3d12;
    content: attr(data-missing-label);
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: none;
    filter: drop-shadow(0 14px 22px rgba(11, 61, 18, 0.12));
}

#best-sellers .product-card__media.has-missing-image .product-natural-base,
#best-sellers .product-card__media.has-missing-image .ingredient-cloud,
#best-sellers .product-card__media.has-missing-image .product-media-title {
    display: none !important;
}

#best-sellers .product-card__media.has-missing-image span {
    display: none;
}

#best-sellers .product-card__body {
    display: grid;
    gap: 9px;
    padding: 16px 18px 18px;
}

#best-sellers .product-card h3 {
    color: #111;
    font-size: 1rem;
    line-height: 1.25;
}

#best-sellers .product-card p {
    min-height: 42px;
    color: #4b554b;
    font-size: 0.86rem;
    line-height: 1.5;
}

#best-sellers .selling-fast {
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f5f9f1;
    font-size: 0.78rem;
}

#best-sellers .rating-row,
#best-sellers .price-row {
    align-items: center;
}

#best-sellers .rating-row {
    font-size: 0.82rem;
}

#best-sellers .price-row strong {
    color: #050805;
    font-size: 1.28rem;
}

#best-sellers .premium-product-card .btn {
    min-height: 44px;
    border-radius: 10px;
    font-size: 0.92rem;
}

#best-sellers .best-seller-arrow {
    width: 44px;
    height: 44px;
    border-color: #d8e8d3;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(11, 61, 18, 0.12);
}

@media (max-width: 767px) {
    #best-sellers .section-heading--split {
        gap: 14px;
    }

    #best-sellers .best-seller-carousel {
        grid-auto-columns: minmax(216px, 74vw);
        gap: 14px;
    }

    #best-sellers .product-card__media {
        max-height: 190px;
        padding: 8px;
    }

    #best-sellers .product-card__body {
        padding: 14px;
    }
}

.adibro-flow-section {
    position: relative;
    overflow: hidden;
    background: transparent;
}

body.adibro-home-page {
    background: #fffdf3;
}

body.adibro-home-page .adibro-bg-run {
    background:
        radial-gradient(circle at 10% 5%, rgba(46, 125, 50, 0.15), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(122, 201, 67, 0.16), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(31, 141, 34, 0.11), transparent 30%),
        linear-gradient(180deg, #f4fbef 0%, #fffdf3 34%, #eef8e9 68%, #fffdf3 100%),
        #fffdf3;
}

body.adibro-home-page .adibro-bg-run > section {
    background: transparent;
}

@media (max-width: 767px) {
    body.adibro-home-page .adibro-bg-run {
        background:
            radial-gradient(circle at 12% 6%, rgba(46, 125, 50, 0.16), transparent 30%),
            radial-gradient(circle at 92% 34%, rgba(31, 141, 34, 0.12), transparent 32%),
            linear-gradient(180deg, #f4fbef 0%, #fffdf3 42%, #eef8e9 100%);
    }
}

body.adibro-home-page .site-footer::before {
    display: none;
}

body.adibro-home-page .site-footer {
    background: #fffdf3;
}

body.adibro-home-page .site-main {
    background: transparent;
}

/* Final What To Expect section polish. */
.result-section {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 6vw, 96px) 0 clamp(38px, 4vw, 62px);
    background: transparent;
}

.result-section::before {
    display: none;
    position: absolute;
    top: 12%;
    right: -10%;
    width: 38vw;
    max-width: 520px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(34, 124, 22, 0.08), transparent 68%);
    content: "";
}

.result-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
    max-width: 1180px;
}

.result-copy {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.result-copy .eyebrow {
    margin-bottom: 0;
    color: #0b5d1e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1;
}

.result-copy h2 {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #063b12;
    font-size: clamp(36px, 3.1vw, 48px);
    line-height: 1.08;
    text-align: center;
    text-wrap: balance;
    white-space: normal;
}

.result-copy p:not(.eyebrow) {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    color: #3d493f;
    font-size: 1.03rem;
    line-height: 1.7;
}

.result-copy .btn {
    margin-top: 24px;
    min-width: 186px;
    box-shadow: 0 14px 26px rgba(22, 122, 18, 0.18);
}

.adibro-flow-divider {
    position: relative;
    width: 160px;
    height: 16px;
    margin: 17px auto 18px;
}

.adibro-flow-divider::before,
.adibro-flow-divider::after {
    position: absolute;
    top: 7px;
    width: 68px;
    border-top: 1px solid rgba(31, 141, 34, 0.45);
    content: "";
}

.adibro-flow-divider::before {
    left: 0;
}

.adibro-flow-divider::after {
    right: 0;
}

.adibro-flow-divider span {
    display: block;
    width: 13px;
    height: 8px;
    margin: 0 auto;
    border-radius: 13px 0 13px 0;
    background: #1f8d22;
    transform: rotate(-35deg);
}

.expectation-board {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 330px));
    justify-content: center;
    gap: 34px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.expectation-board::before {
    display: none;
}

.expectation-board article {
    position: relative;
    display: grid;
    align-content: start;
    justify-items: center;
    min-height: 250px;
    padding: 38px 30px 32px;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(15, 75, 25, 0.08);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(10px);
}

.expectation-board article:hover {
    box-shadow: 0 26px 58px rgba(15, 75, 25, 0.14);
    transform: translateY(-6px);
}

.expectation-board article::before {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1f8d22 0%, #0b5d1e 100%);
    box-shadow: 0 8px 18px rgba(20, 100, 30, 0.22);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    content: "0" counter(expect-step);
}

.expectation-board {
    counter-reset: expect-step;
}

.expectation-board article {
    counter-increment: expect-step;
}

.expectation-board span {
    color: #b98316;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.expectation-board strong {
    margin-top: 12px;
    color: #0b5d1e;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.28;
}

.expectation-board p {
    max-width: 245px;
    margin-top: 12px;
    color: #4b554b;
    font-size: 1rem;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .adibro-flow-section {
        background-size: cover;
    }

    .result-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .result-copy {
        max-width: 720px;
    }

    .expectation-board {
        gap: 22px;
    }

    .expectation-board article {
        padding: 32px 22px 28px;
    }
}

@media (max-width: 767px) {
    .result-section {
        padding: 56px 0 28px;
    }

    .result-copy h2 {
        width: auto;
        max-width: 100%;
        font-size: clamp(1.7rem, 7.2vw, 2.15rem);
        line-height: 1.08;
        white-space: normal;
        text-wrap: balance;
    }

    .expectation-board {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 430px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .expectation-board::before {
        display: none;
    }

    .expectation-board article {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 22px;
        box-shadow: 0 14px 34px rgba(15, 75, 25, 0.08);
    }

    .expectation-board article::before {
        width: 42px;
        height: 42px;
        margin: 0 auto 18px;
        font-size: 0.82rem;
    }

    .expectation-board span,
    .expectation-board strong,
    .expectation-board p {
        grid-column: auto;
    }

    .expectation-board span {
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .expectation-board strong {
        margin-top: 10px;
        font-size: 1.12rem;
        line-height: 1.22;
    }

    .expectation-board p {
        margin-top: 10px;
        font-size: 0.92rem;
        line-height: 1.5;
    }
}

/* Final How It Works and proof strip polish. */
.adibro-how-section,
.adibro-how-section * {
    box-sizing: border-box;
}

.adibro-how-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: auto;
    padding: 44px 0 116px;
    background: transparent;
    color: #064414;
}

.adibro-how-section::before {
    display: none;
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        radial-gradient(circle at 8% 52%, rgba(255, 255, 255, 0.75) 0 18px, transparent 19px),
        radial-gradient(circle at 17% 65%, rgba(255, 255, 255, 0.48) 0 12px, transparent 13px),
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.52) 0 16px, transparent 17px),
        radial-gradient(circle at 93% 48%, rgba(255, 255, 255, 0.62) 0 22px, transparent 23px),
        radial-gradient(circle at 74% 58%, rgba(255, 255, 255, 0.34) 0 11px, transparent 12px);
    content: "";
    filter: blur(2px);
    pointer-events: none;
}

.adibro-how-container {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.adibro-how-label {
    color: #0b5d1e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
}

.adibro-how-title-divider {
    position: relative;
    width: 160px;
    height: 16px;
    margin: 17px auto 12px;
}

.adibro-how-title-divider::before,
.adibro-how-title-divider::after {
    position: absolute;
    top: 7px;
    width: 68px;
    border-top: 1px solid rgba(31, 141, 34, 0.45);
    content: "";
}

.adibro-how-title-divider::before {
    left: 0;
}

.adibro-how-title-divider::after {
    right: 0;
}

.adibro-how-title-divider span,
.adibro-how-small-divider span,
.adibro-how-number::after {
    display: block;
    width: 13px;
    height: 8px;
    border-radius: 13px 0 13px 0;
    background: #1f8d22;
    transform: rotate(-35deg);
}

.adibro-how-title-divider span {
    margin: 0 auto;
}

.adibro-how-heading {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 18px auto 52px;
    color: #064414;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(38px, 3.35vw, 52px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    text-align: center;
    white-space: nowrap;
}

.adibro-how-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 360px));
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.adibro-how-card {
    position: relative;
    min-height: 410px;
    padding: 52px 40px 42px;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(15, 75, 25, 0.08);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(10px);
}

.adibro-how-card:hover {
    box-shadow: 0 26px 58px rgba(15, 75, 25, 0.14);
    transform: translateY(-6px);
}

.adibro-how-card:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -36px;
    width: 32px;
    border-top: 2px dotted rgba(31, 141, 34, 0.25);
    content: "";
}

.adibro-how-number {
    position: absolute;
    top: 26px;
    left: 28px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1f8d22 0%, #0b5d1e 100%);
    box-shadow: 0 8px 18px rgba(20, 100, 30, 0.25);
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.adibro-how-number::after {
    position: absolute;
    right: 4px;
    bottom: -2px;
    width: 12px;
    height: 8px;
    background: #7fbd31;
    content: "";
}

.adibro-how-icon {
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    margin: 12px auto 24px;
    border: 1px solid rgba(31, 122, 42, 0.16);
    border-radius: 50%;
    background: #eef8e9;
}

.adibro-how-icon svg {
    width: 82px;
    height: 82px;
    fill: initial;
    stroke: initial;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: initial;
    filter: drop-shadow(0 8px 12px rgba(24, 98, 31, 0.12));
}

.adibro-how-icon .adibro-how-line {
    fill: none;
    stroke: #8f6b42;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.adibro-how-small-divider {
    position: relative;
    width: 118px;
    height: 16px;
    margin: 10px auto 28px;
}

.adibro-how-small-divider::before,
.adibro-how-small-divider::after {
    position: absolute;
    top: 7px;
    width: 48px;
    border-top: 1px solid rgba(31, 141, 34, 0.42);
    content: "";
}

.adibro-how-small-divider::before {
    left: 0;
}

.adibro-how-small-divider::after {
    right: 0;
}

.adibro-how-small-divider span {
    margin: 0 auto;
}

.adibro-how-card h3 {
    margin: 0 0 14px;
    color: #0b5d1e;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.adibro-how-card p {
    max-width: 285px;
    margin: 0 auto;
    color: #4e5e4f;
    font-size: 17px;
    line-height: 1.6;
}

.adibro-how-leaves {
    display: none;
    position: absolute;
    z-index: 2;
    width: 245px;
    height: 185px;
    opacity: 0.95;
    filter: drop-shadow(0 14px 16px rgba(28, 85, 15, 0.2));
    pointer-events: none;
}

.adibro-how-leaves::before,
.adibro-how-leaves::after {
    position: absolute;
    width: 86px;
    height: 36px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #9ccc3a 0%, #1f7a2a 100%);
    box-shadow:
        48px 28px 0 -5px #62a522,
        96px 7px 0 -8px #8fc437,
        130px 48px 0 -12px #2f8728,
        22px 80px 0 -12px #78b829,
        108px 88px 0 -18px #6dae28;
    content: "";
}

.adibro-how-leaves::after {
    opacity: 0.78;
    transform: rotate(45deg);
}

.adibro-how-leaves-left {
    top: -24px;
    left: -18px;
    transform: rotate(-18deg);
}

.adibro-how-leaves-right {
    top: -28px;
    right: -16px;
    transform: scaleX(-1) rotate(-18deg);
}

.adibro-how-table {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 92px;
    border-top: 1px solid rgba(143, 94, 38, 0.18);
    background:
        linear-gradient(90deg, rgba(126, 83, 36, 0.15), rgba(255, 236, 174, 0.32), rgba(126, 83, 36, 0.14)),
        repeating-linear-gradient(0deg, #d8ad62 0, #d8ad62 2px, #efcf8f 3px, #efcf8f 13px);
}

.adibro-how-corner {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    width: 355px;
    height: 165px;
    pointer-events: none;
}

.adibro-how-corner-left {
    left: 0;
    background:
        radial-gradient(ellipse at 23% 66%, #f4efd7 0 50px, transparent 51px),
        radial-gradient(ellipse at 42% 84%, #8f6330 0 42px, transparent 43px),
        radial-gradient(circle at 47% 57%, #bddc39 0 22px, transparent 23px),
        radial-gradient(circle at 61% 62%, #a8ca28 0 24px, transparent 25px),
        radial-gradient(circle at 74% 70%, #c5e442 0 24px, transparent 25px),
        radial-gradient(circle at 54% 82%, #b5d43a 0 21px, transparent 22px),
        linear-gradient(135deg, transparent 55%, #1f7a2a 56% 64%, transparent 65%);
}

.adibro-how-corner-left::before {
    position: absolute;
    bottom: 18px;
    left: 50px;
    width: 72px;
    height: 18px;
    border-radius: 50%;
    background: rgba(83, 105, 30, 0.22);
    content: "";
}

.adibro-how-corner-right {
    right: 0;
    background:
        radial-gradient(ellipse at 75% 78%, #8a5d28 0 46px, transparent 47px),
        radial-gradient(circle at 86% 74%, #bad943 0 24px, transparent 25px),
        radial-gradient(circle at 88% 74%, #fff7bd 0 10px, transparent 11px),
        linear-gradient(20deg, transparent 42%, #bb833f 43% 50%, transparent 51%),
        linear-gradient(-8deg, transparent 42%, #c18a42 43% 50%, transparent 51%),
        linear-gradient(135deg, transparent 56%, #1f7a2a 57% 65%, transparent 66%);
}

.adibro-how-corner-right::before {
    position: absolute;
    right: 96px;
    bottom: 34px;
    width: 150px;
    height: 18px;
    border-radius: 20px;
    background: linear-gradient(90deg, #a86d2f, #d0a15a, #9b642c);
    box-shadow: 28px -7px 0 -3px #b97b34, 58px 5px 0 -4px #8a5928;
    content: "";
    transform: rotate(-10deg);
}

.proof-strip {
    padding: 0;
    background: #073f14;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 0;
    background:
        linear-gradient(135deg, #063b12, #0b5518);
}

.proof-grid article {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 112px;
    padding: 22px 18px;
    text-align: center;
}

.proof-grid article:not(:last-child)::after {
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background: rgba(255, 255, 255, 0.18);
    content: "";
}

.proof-grid strong {
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.proof-grid span {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 900px) {
    .adibro-how-cards,
    .proof-grid {
        grid-template-columns: 1fr;
    }

    .adibro-how-card:not(:last-child)::after {
        display: none;
    }

    .adibro-how-cards {
        max-width: 430px;
    }

    .adibro-how-corner {
        width: 250px;
        opacity: 0.45;
    }
}

@media (max-width: 767px) {
    .adibro-how-section {
        min-height: auto;
        padding: 36px 16px 64px;
    }

    .adibro-how-container {
        padding: 0;
    }

    .adibro-how-heading {
        width: auto;
        margin-bottom: 34px;
        font-size: 34px;
        white-space: normal;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .adibro-how-card {
        min-height: auto;
        padding: 32px 22px;
        border-radius: 24px;
    }

    .adibro-how-icon {
        width: 112px;
        height: 112px;
        margin-top: 18px;
    }

    .adibro-how-icon svg {
        width: 74px;
        height: 74px;
    }

    .adibro-how-leaves {
        width: 150px;
        height: 120px;
        opacity: 0.72;
    }

    .adibro-how-corner,
    .adibro-how-table {
        display: none;
    }

    .proof-grid article:not(:last-child)::after {
        top: auto;
        right: 18px;
        bottom: 0;
        left: 18px;
        width: auto;
        height: 1px;
    }
}

/* Final Why ADIBRO and Problems sections polish. */
.section-soft {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 7vw, 96px) 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdf8 100%);
}

.section-soft .section-heading,
.section > .container > .section-heading {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

.section-soft .section-heading h2,
.section > .container > .section-heading h2 {
    color: #063b12;
    font-size: clamp(2.15rem, 3.6vw, 3.35rem);
    line-height: 1.06;
}

.section-soft .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.feature-card {
    position: relative;
    min-height: 214px;
    overflow: hidden;
    padding: 26px 22px 24px;
    border: 1px solid #dfeadd;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #fbfdf8);
    box-shadow: 0 16px 38px rgba(11, 61, 18, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card::after {
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 94px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(22, 122, 18, 0.08);
    content: "";
}

.feature-card:hover {
    border-color: rgba(22, 122, 18, 0.22);
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(11, 61, 18, 0.1);
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eaf6e4, #d8edcf);
    color: #167a12;
    font-size: 0.95rem;
    font-weight: 900;
}

.feature-card h3 {
    position: relative;
    z-index: 1;
    color: #063b12;
    font-size: 1.06rem;
    line-height: 1.3;
}

.feature-card p {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: #465246;
    font-size: 0.94rem;
    line-height: 1.6;
}

.why-adibro-section {
    padding: 70px 0 76px;
    background: #ffffff;
}

.why-adibro-section .section-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.why-adibro-section .section-heading .eyebrow {
    display: none;
}

.why-adibro-section .section-heading h2 {
    color: #101510;
    font-size: clamp(30px, 2.8vw, 44px);
    font-weight: 800;
    line-height: 1.12;
}

.why-adibro-section .section-heading h2 span {
    color: #2e7d14;
}

.why-adibro-section .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: clamp(22px, 3vw, 44px);
    align-items: start;
    margin-top: 0;
}

.why-adibro-section .feature-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    min-height: 0;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
}

.why-adibro-section .feature-card::after {
    display: none;
}

.why-adibro-section .feature-card:hover {
    box-shadow: none;
    transform: none;
}

.why-adibro-section .feature-icon {
    display: grid;
    grid-row: 1 / span 2;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0;
    border: 1.5px solid rgba(46, 125, 20, 0.72);
    border-radius: 50%;
    background: #ffffff;
    color: #2e7d14;
}

.why-adibro-section .feature-icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
}

.why-adibro-section .feature-card h3 {
    margin: 0;
    color: #1c1f1c;
    font-size: clamp(17px, 1.2vw, 22px);
    font-weight: 800;
    line-height: 1.22;
}

.why-adibro-section .feature-card p {
    grid-column: 2;
    margin: 10px 0 0;
    color: #5d625d;
    font-size: clamp(14px, 0.95vw, 17px);
    font-weight: 600;
    line-height: 1.55;
}

.premium-problems {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
}

.premium-problems .problem-card {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid #dfeadd;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(11, 61, 18, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.premium-problems .problem-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(11, 61, 18, 0.11);
}

.premium-problems .problem-visual {
    min-height: 190px;
    background-size: cover;
    background-position: center;
}

.premium-problems .problem-card > div:last-child {
    display: grid;
    gap: 10px;
    padding: 24px 24px 22px;
}

.premium-problems h3 {
    color: #063b12;
    font-size: 1.08rem;
    line-height: 1.28;
}

.premium-problems p {
    color: #465246;
    font-size: 0.94rem;
    line-height: 1.6;
}

.premium-problems a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 4px;
    color: #167a12;
    font-weight: 900;
}

.premium-problems a::after {
    content: "->";
    transition: transform 160ms ease;
}

.premium-problems a:hover::after {
    transform: translateX(3px);
}

@media (max-width: 1024px) {
    .section-soft .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-adibro-section .feature-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        row-gap: 34px;
    }

    .premium-problems {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .section-soft {
        padding: 46px 0;
    }

    .why-adibro-section {
        padding: 54px 0 58px;
    }

    .section-soft .section-heading,
    .section > .container > .section-heading {
        text-align: left;
    }

    .why-adibro-section .section-heading {
        margin-bottom: 34px;
        text-align: center;
    }

    .section-soft .feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-adibro-section .feature-grid {
        gap: 24px;
    }

    .feature-card {
        min-height: auto;
        padding: 22px;
    }

    .why-adibro-section .feature-card {
        grid-template-columns: 62px minmax(0, 1fr);
        column-gap: 16px;
        padding: 0;
    }

    .why-adibro-section .feature-icon {
        width: 62px;
        height: 62px;
    }

    .why-adibro-section .feature-icon svg {
        width: 38px;
        height: 38px;
    }

    .premium-problems {
        gap: 16px;
    }

    .premium-problems .problem-visual {
        min-height: 170px;
    }
}

/* Final reviews, trust strip, and brand promise polish. */
.reviews-section {
    position: relative;
    overflow: hidden;
    padding: clamp(62px, 7vw, 96px) 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdf8 100%);
}

.reviews-section .section-heading--split {
    align-items: end;
    max-width: none;
    margin-bottom: 28px;
    text-align: left;
}

.reviews-section h2 {
    color: #063b12;
    font-size: clamp(2.1rem, 3.7vw, 3.55rem);
    line-height: 1.05;
}

.review-controls {
    display: inline-flex;
    gap: 10px;
}

.review-controls button {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d8e8d3;
    border-radius: 999px;
    background: #fff;
    color: #063b12;
    font-size: 1.45rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(11, 61, 18, 0.08);
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.review-controls button:hover,
.review-controls button:focus-visible {
    background: #167a12;
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}

.review-carousel {
    grid-auto-columns: clamp(300px, 31vw, 360px);
    gap: 18px;
    padding: 4px 2px 12px;
}

.review-card {
    position: relative;
    display: grid;
    min-height: 238px;
    padding: 26px 24px 22px;
    border: 1px solid #dfeadd;
    border-radius: 18px;
    background:
        linear-gradient(180deg, #ffffff, #fbfdf8);
    box-shadow: 0 16px 38px rgba(11, 61, 18, 0.07);
}

.review-card::after {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(22, 122, 18, 0.1);
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    content: "\"";
}

.review-head {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
}

.review-avatar {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(135deg, #167a12, #c49a21);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    overflow: hidden;
}

.review-head strong {
    color: #063b12;
    font-size: 1rem;
}

.review-head span:not(.review-avatar) {
    color: #667164;
    font-size: 0.88rem;
}

.review-card .stars {
    color: #f4a000;
    font-size: 0.94rem;
    letter-spacing: 0.04em;
}

.review-card p {
    color: #3f4b42;
    font-size: 0.96rem;
    line-height: 1.62;
}

.review-card em {
    justify-self: start;
    align-self: end;
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf7e8;
    color: #063b12;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.trust-strip {
    border: 0;
    background:
        linear-gradient(135deg, #063b12, #0b5518);
    color: #fff;
}

.trust-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 30px 0;
}

.trust-strip__grid div {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 4px 14px;
    align-items: center;
    padding: 0 26px;
}

.trust-strip__grid div:not(:last-child)::after {
    position: absolute;
    top: 18%;
    right: 0;
    width: 1px;
    height: 64%;
    background: rgba(255, 255, 255, 0.14);
    content: "";
}

.trust-strip__grid i {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #f8c94a;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.trust-strip__grid strong {
    color: #fff;
    font-size: 1rem;
}

.trust-strip__grid span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.brand-promise {
    padding: clamp(62px, 7vw, 96px) 0;
    background: #ffffff;
}

.brand-promise__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    overflow: hidden;
    padding: clamp(30px, 4vw, 48px);
    border: 1px solid #dfeadd;
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 12%, rgba(22, 122, 18, 0.12), transparent 22%),
        linear-gradient(135deg, #f7fcf3, #fffaf0);
    box-shadow: 0 22px 54px rgba(11, 61, 18, 0.08);
}

.brand-promise h2 {
    color: #063b12;
    font-size: clamp(2.25rem, 4vw, 3.7rem);
    line-height: 1.02;
}

.brand-promise p:not(.eyebrow) {
    max-width: 540px;
    color: #445046;
    font-size: 1rem;
    line-height: 1.72;
}

.badge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.badge-grid span {
    position: relative;
    justify-content: center;
    min-height: 62px;
    padding: 18px 18px 18px 44px;
    border: 1px solid #dfeadd;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #063b12;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 12px 28px rgba(11, 61, 18, 0.05);
}

.badge-grid span::before {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #167a12;
    box-shadow: 0 0 0 7px rgba(22, 122, 18, 0.12);
    content: "";
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .trust-strip__grid div:nth-child(2)::after {
        display: none;
    }

    .brand-promise__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .reviews-section,
    .brand-promise {
        padding: 46px 0;
    }

    .reviews-section .section-heading--split {
        align-items: flex-start;
        gap: 14px;
    }

    .review-carousel {
        grid-auto-columns: minmax(280px, 86vw);
    }

    .trust-strip__grid,
    .badge-grid {
        grid-template-columns: 1fr;
    }

    .trust-strip__grid {
        padding: 18px 0;
    }

    .trust-strip__grid div {
        padding: 14px 6px;
    }

    .trust-strip__grid div::after {
        top: auto !important;
        right: 6px !important;
        bottom: 0;
        left: 6px;
        width: auto !important;
        height: 1px !important;
    }

    .trust-strip__grid div:last-child::after {
        display: none;
    }

    .brand-promise__grid {
        padding: 24px 18px;
    }
}

/* Final newsletter and footer polish. */
.newsletter-section {
    padding: clamp(58px, 7vw, 96px) 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fcf6 100%);
}

.newsletter-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.16), transparent 26%),
        linear-gradient(135deg, #063b12, #0b5518);
    box-shadow: 0 28px 70px rgba(11, 61, 18, 0.18);
}

.newsletter-card::after {
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 300px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    content: "";
}

.newsletter-card > * {
    position: relative;
    z-index: 1;
}

.newsletter-card h2 {
    color: #ffffff;
    font-size: clamp(2.15rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.newsletter-card p:not(.eyebrow) {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.65;
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
}

.newsletter-form input {
    min-height: 54px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    color: #152015;
    font-size: 0.96rem;
    outline: none;
}

.newsletter-form input:focus {
    box-shadow: 0 0 0 3px rgba(248, 201, 74, 0.25);
}

.newsletter-form .btn {
    min-height: 54px;
    padding-inline: 28px;
    border-radius: 12px;
    background: #d6a831;
    color: #10200f;
    font-weight: 900;
}

.newsletter-form .btn:hover {
    background: #efc04a;
}

.site-footer {
    margin-top: 0;
    border-top: 1px solid #dfeadd;
    background:
        linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) minmax(140px, 0.7fr) minmax(170px, 0.85fr) minmax(260px, 1.2fr);
    gap: clamp(28px, 5vw, 76px);
    padding: clamp(44px, 6vw, 70px) 0 34px;
}

.brand--footer {
    display: grid;
    justify-items: start;
    gap: 8px;
    width: fit-content;
}

.brand--footer .brand__logo {
    width: 96px;
    height: auto;
    padding: 8px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(11, 61, 18, 0.1);
}

.footer-grid h2 {
    position: relative;
    margin: 0 0 22px;
    color: #0b2410;
    font-size: 1rem;
    font-weight: 900;
}

.footer-grid h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: #d6a831;
    content: "";
}

.footer-grid p,
.footer-grid a {
    color: #354236;
    font-size: 0.95rem;
    line-height: 1.65;
}

.footer-grid a {
    display: block;
    margin-top: 9px;
    transition: color 160ms ease, transform 160ms ease;
}

.footer-grid a:hover {
    color: #167a12;
    transform: translateX(2px);
}

.footer-disclaimer {
    max-width: 330px;
    margin-top: 18px;
    font-size: 0.82rem !important;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.footer-social a {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 34px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid rgba(22, 122, 18, 0.2);
    border-radius: 999px;
    background: #ffffff;
    color: #0b5d1e;
    font-size: 0.76rem;
    font-weight: 900;
    box-shadow: none;
    transform: none;
}

.footer-social a:nth-child(1) {
    background: #ffffff;
}

.footer-social a:nth-child(2) {
    background: #ffffff;
}

.footer-social a:nth-child(3) {
    background: #ffffff;
}

.footer-contact-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: start;
    margin: 0 0 16px !important;
}

.footer-contact-item span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(22, 122, 18, 0.22);
    border-radius: 50%;
    background: #eef8e9;
    color: #0b5d1e;
}

.footer-contact-item svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.footer-payments span {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    min-height: 36px;
    padding: 8px 9px;
    border: 1px solid rgba(22, 122, 18, 0.2);
    border-radius: 999px;
    background: #ffffff !important;
    color: #0b5d1e;
    font-size: 0.72rem;
    font-weight: 900;
    box-shadow: none;
}

.footer-payments span:nth-child(1) {
    background: #103d9e;
}

.footer-payments span:nth-child(2) {
    background: linear-gradient(135deg, #167a12, #c49a21);
}

.footer-payments span:nth-child(3) {
    background: #1b7ed6;
}

.footer-payments span:nth-child(4) {
    background: #89620f;
}

.footer-bottom {
    padding: 22px 0 28px;
    border-top: 1px solid #dfeadd;
}

.footer-bottom p {
    margin: 0;
    color: #354236;
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    .newsletter-card,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .newsletter-section {
        padding: 46px 0;
    }

    .newsletter-card {
        padding: 26px 18px;
        border-radius: 18px;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form .btn {
        width: 100%;
    }

    .footer-grid {
        gap: 30px;
        padding-top: 42px;
    }
}

/* Final clarity pass for the Problems section imagery. */
.premium-problems .problem-visual {
    min-height: 220px;
    background-color: #f3f8ef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: saturate(1.1) contrast(1.1);
}

.premium-problems .problem-card:hover .problem-visual {
    filter: saturate(1.14) contrast(1.12);
}

@media (max-width: 767px) {
    .premium-problems .problem-visual {
        min-height: 190px;
    }
}

/* Premium Best Sellers section inspired by the supplied reference. */
#best-sellers.best-sellers-premium {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 7vw, 96px) 0 clamp(54px, 6vw, 86px);
    background:
        linear-gradient(180deg, rgba(255, 255, 250, 0.92), rgba(245, 250, 235, 0.96)),
        radial-gradient(ellipse at 12% 8%, rgba(141, 191, 64, 0.24), transparent 30%),
        radial-gradient(ellipse at 88% 4%, rgba(46, 125, 50, 0.18), transparent 28%),
        #fbf8e8;
}

#best-sellers.best-sellers-premium::before,
#best-sellers.best-sellers-premium::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 260px;
    height: 190px;
    opacity: 0.34;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 18% 30%, rgba(63, 137, 38, 0.58) 0 18%, transparent 19%),
        radial-gradient(ellipse at 42% 14%, rgba(126, 176, 50, 0.52) 0 15%, transparent 16%),
        radial-gradient(ellipse at 66% 28%, rgba(82, 149, 44, 0.48) 0 17%, transparent 18%),
        radial-gradient(ellipse at 78% 58%, rgba(151, 189, 70, 0.42) 0 14%, transparent 15%);
    filter: blur(1px);
}

#best-sellers.best-sellers-premium::before {
    top: -30px;
    left: -36px;
    transform: rotate(-16deg);
}

#best-sellers.best-sellers-premium::after {
    top: -22px;
    right: -30px;
    transform: scaleX(-1) rotate(-10deg);
}

#best-sellers.best-sellers-premium .section-heading--split {
    display: grid;
    justify-items: center;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto 30px;
    text-align: center;
}

#best-sellers.best-sellers-premium .section-heading--split > div {
    max-width: 820px;
}

#best-sellers.best-sellers-premium .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #2e7d32;
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(46, 125, 50, 0.08);
}

#best-sellers.best-sellers-premium .section-heading h2 {
    color: #0b3d12;
    font-size: clamp(2.55rem, 5vw, 5rem);
    line-height: 0.96;
    letter-spacing: 0;
}

#best-sellers.best-sellers-premium .section-heading p:not(.eyebrow) {
    margin-top: 12px;
    color: #18251a;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
}

#best-sellers.best-sellers-premium .section-heading .btn {
    min-height: 48px;
    padding-inline: 28px;
    border-radius: 11px;
    background: linear-gradient(180deg, #2e7d32, #0f6411);
    box-shadow: 0 14px 28px rgba(22, 122, 18, 0.2);
}

#best-sellers .best-seller-shell {
    position: relative;
    margin-top: 20px;
}

#best-sellers .best-seller-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(270px, 20.5vw, 330px);
    grid-template-columns: none;
    gap: 14px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    padding: 6px 4px 18px;
    scrollbar-width: none;
}

#best-sellers .best-seller-carousel::-webkit-scrollbar {
    display: none;
}

#best-sellers .premium-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: visible;
    scroll-snap-align: start;
    border: 1px solid rgba(142, 159, 106, 0.36);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 242, 0.94));
    box-shadow: 0 18px 42px rgba(30, 72, 22, 0.12);
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#best-sellers .premium-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(46, 125, 50, 0.35);
    box-shadow: 0 28px 58px rgba(30, 72, 22, 0.16);
}

#best-sellers .product-card__media {
    position: relative;
    border-radius: 15px 15px 0 0;
    min-height: 330px;
    max-height: none;
    aspect-ratio: auto;
    padding: 24px 20px 16px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 247, 0.84), rgba(244, 246, 219, 0.9)),
        radial-gradient(ellipse at 50% 86%, rgba(166, 129, 53, 0.18), transparent 34%);
}

#best-sellers .product-card__media img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 278px;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    background: transparent;
    mix-blend-mode: darken;
    filter: drop-shadow(0 20px 18px rgba(47, 61, 29, 0.18));
    transform: none;
}

#best-sellers .premium-product-card:hover .product-card__media img {
    transform: translateY(-4px);
}

#best-sellers .product-natural-base {
    position: absolute;
    z-index: 2;
    left: 14%;
    right: 14%;
    bottom: 18px;
    display: block;
    height: 28px;
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(184, 137, 58, 0.72), rgba(117, 78, 30, 0.62)),
        radial-gradient(ellipse at 50% 0%, rgba(255, 231, 168, 0.7), transparent 62%);
    box-shadow: 0 14px 24px rgba(96, 71, 30, 0.22);
}

#best-sellers .ingredient-cloud {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    pointer-events: none;
}

#best-sellers .ingredient-cloud span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 26px;
    padding: 5px 9px;
    border: 1px solid rgba(46, 125, 50, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #2e6d24;
    font-size: 0.68rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(46, 125, 50, 0.08);
}

#best-sellers .ingredient-cloud span::before {
    content: "";
    width: 8px;
    height: 12px;
    border-radius: 9px 0 9px 0;
    background: linear-gradient(135deg, #76a94a, #2e7d32);
    transform: rotate(28deg);
}

#best-sellers .ingredient-cloud span:nth-child(1) {
    left: 8%;
    bottom: 72px;
}

#best-sellers .ingredient-cloud span:nth-child(2) {
    right: 7%;
    bottom: 92px;
}

#best-sellers .ingredient-cloud span:nth-child(3) {
    left: 13%;
    top: 52%;
}

#best-sellers .ingredient-cloud span:nth-child(4) {
    right: 11%;
    top: 48%;
}

#best-sellers .discount-badge,
#best-sellers .popular-badge,
#best-sellers .stock-ribbon {
    z-index: 4;
}

#best-sellers .stock-ribbon {
    bottom: auto;
    top: 52px;
}

#best-sellers .stock-left-badge {
    position: absolute;
    inset: auto;
    top: 14px;
    right: 0;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    max-width: min(118px, calc(100% - 12px));
    padding: 7px 12px;
    border: 1px solid rgba(46, 125, 50, 0.18);
    border-right: 0;
    border-radius: 999px 0 0 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0b5d0a;
    font-size: 0.73rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    box-shadow: -7px 10px 20px rgba(30, 72, 22, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
}

#best-sellers .top-hot-badge {
    position: absolute;
    inset: -18px auto auto 50%;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 118px;
    max-width: calc(100% - 28px);
    height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(180, 26, 26, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #c41414;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateX(-50%);
    box-shadow: 0 12px 24px rgba(180, 26, 26, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(8px);
}

#best-sellers .batch-badge {
    position: absolute;
    inset: auto 12px 14px auto;
    right: 12px;
    bottom: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 30px;
    max-width: calc(100% - 24px);
    padding: 7px 10px;
    border: 1px solid rgba(182, 109, 0, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #a86500;
    font-size: 0.73rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(111, 74, 16, 0.12);
    backdrop-filter: blur(8px);
}

#best-sellers .product-card__media .product-media-title {
    display: none;
}

#best-sellers .product-card__body {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px 18px 20px;
}

#best-sellers .product-card h3 {
    color: #111713;
    font-size: 1.05rem;
    line-height: 1.2;
}

#best-sellers .product-card p {
    min-height: 22px;
    margin: 0;
    overflow: hidden;
    color: #334133;
    font-size: 0.88rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#best-sellers .product-card .product-card__description {
    min-height: calc(1.45em * 3);
    font-size: 0.88rem;
    line-height: 1.45;
}

#best-sellers .product-card .product-card__description p {
    min-height: calc(1.45em * 3);
    padding-right: 5.8rem;
    font-size: inherit;
    line-height: inherit;
    -webkit-line-clamp: 3;
}

#best-sellers .product-card .product-card__description a {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fffdf5 30%);
    color: #167a12;
}

#best-sellers .rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #334133;
    font-size: 0.82rem;
}

#best-sellers .stars {
    color: #f2aa00;
    letter-spacing: 1px;
}

#best-sellers .price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

#best-sellers .price-row strong {
    color: #050805;
    font-size: 1.42rem;
}

#best-sellers .price-row del {
    color: #909990;
}

#best-sellers .premium-product-card .btn {
    min-height: 42px;
    border-radius: 10px;
    background: linear-gradient(180deg, #2e7d32, #11640f);
    color: #fff;
    font-size: 0.88rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 20px rgba(17, 100, 15, 0.16);
}

#best-sellers .best-seller-arrow {
    position: absolute;
    top: 41%;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(46, 125, 50, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #2e7d32;
    font-size: 1.45rem;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(30, 72, 22, 0.13);
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

#best-sellers .best-seller-arrow:hover {
    transform: translateY(-2px);
    background: #2e7d32;
    color: #fff;
}

#best-sellers .best-seller-arrow--prev {
    left: -22px;
}

#best-sellers .best-seller-arrow--next {
    right: -22px;
}

.best-seller-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: min(100%, 980px);
    margin: 18px auto 0;
    overflow: hidden;
    border: 1px solid rgba(142, 159, 106, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 42px rgba(30, 72, 22, 0.09);
}

.best-seller-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 24px;
    color: #18251a;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.best-seller-proof span::before {
    content: "";
    width: 28px;
    height: 28px;
    border: 1px solid rgba(46, 125, 50, 0.28);
    border-radius: 999px;
    background:
        radial-gradient(circle at 52% 58%, #2e7d32 0 19%, transparent 20%),
        linear-gradient(135deg, rgba(46, 125, 50, 0.12), rgba(196, 154, 33, 0.12));
}

.best-seller-proof span + span {
    border-left: 1px solid rgba(142, 159, 106, 0.22);
}

@media (max-width: 1180px) {
    #best-sellers .best-seller-carousel {
        grid-auto-columns: clamp(265px, 31vw, 320px);
    }
}

@media (max-width: 767px) {
    #best-sellers.best-sellers-premium {
        padding: 48px 0 42px;
    }

    #best-sellers.best-sellers-premium::before,
    #best-sellers.best-sellers-premium::after {
        width: 150px;
        height: 120px;
        opacity: 0.18;
    }

    #best-sellers.best-sellers-premium .section-heading--split {
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        text-align: center;
    }

    #best-sellers.best-sellers-premium .section-heading .btn {
        width: auto;
        min-height: 44px;
        padding-inline: 22px;
    }

    #best-sellers .best-seller-carousel {
        grid-auto-columns: minmax(282px, 84vw);
        gap: 14px;
        padding-inline: 2px;
    }

    #best-sellers .product-card__media {
        min-height: 300px;
        padding: 20px 14px 14px;
    }

    #best-sellers .product-card__media img {
        height: 248px;
    }

    #best-sellers .ingredient-cloud span {
        font-size: 0.62rem;
        padding: 4px 7px;
    }

    #best-sellers .best-seller-arrow {
        display: none;
    }

    .best-seller-proof {
        display: grid;
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .best-seller-proof span {
        justify-content: flex-start;
        min-height: 48px;
        padding-inline: 16px;
    }

    .best-seller-proof span + span {
        border-top: 1px solid rgba(142, 159, 106, 0.22);
        border-left: 0;
    }
}

@media (max-width: 420px) {
    #best-sellers .best-seller-carousel {
        grid-auto-columns: minmax(258px, 88vw);
    }

    #best-sellers .product-card__media {
        min-height: 278px;
    }

    #best-sellers .product-card__media img {
        height: 232px;
    }
}

/* Final Best Sellers alignment and product-only PNG presentation. */
#best-sellers.best-sellers-premium > .container {
    width: min(100% - 56px, 1280px);
    max-width: 1280px;
    margin-inline: auto;
}

#best-sellers.best-sellers-premium .section-heading--split {
    width: min(100%, 920px);
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

#best-sellers.best-sellers-premium .section-heading--split > div {
    width: 100%;
    max-width: 920px;
    text-align: center;
}

#best-sellers.best-sellers-premium .section-heading h2 {
    width: 100%;
    margin: 10px auto 0;
    color: #0a4a13;
    font-size: clamp(2.9rem, 6vw, 5.35rem);
    font-weight: 900;
    line-height: 0.95;
    text-align: center;
    text-shadow: 0 10px 28px rgba(46, 125, 50, 0.09);
}

#best-sellers.best-sellers-premium .section-heading p:not(.eyebrow) {
    max-width: 640px;
    margin: 16px auto 0;
    text-align: center;
}

#best-sellers.best-sellers-premium .section-heading .btn {
    margin-inline: auto;
}

#best-sellers .best-seller-shell {
    width: 100%;
    padding-inline: 2px;
}

#best-sellers .best-seller-carousel {
    grid-auto-columns: clamp(220px, 18.6vw, 246px);
    gap: 12px;
    padding: 10px 2px 18px;
}

#best-sellers .premium-product-card {
    border-color: rgba(46, 125, 50, 0.2);
    background:
        linear-gradient(180deg, rgba(247, 253, 241, 0.94), rgba(232, 244, 215, 0.98));
}

#best-sellers .product-card__media {
    min-height: 320px;
    padding: 24px 18px 14px;
    background:
        radial-gradient(ellipse at 50% 74%, rgba(46, 125, 50, 0.13), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 250, 0.92), rgba(238, 246, 222, 0.92));
}

#best-sellers .product-card__media img {
    width: 92%;
    height: 270px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 18px rgba(20, 54, 18, 0.18));
}

#best-sellers .product-natural-base {
    left: 18%;
    right: 18%;
    bottom: 21px;
    height: 18px;
    opacity: 0.78;
}

#best-sellers .ingredient-cloud {
    opacity: 0.72;
}

#best-sellers .ingredient-cloud span {
    background: rgba(255, 255, 255, 0.62);
    color: rgba(46, 109, 36, 0.72);
}

#best-sellers .product-card__body {
    padding: 20px 20px 22px;
}

#best-sellers .premium-product-card .btn {
    min-height: 44px;
    border-radius: 9px;
}

.best-seller-proof {
    width: min(100%, 960px);
    margin-top: 18px;
}

@media (max-width: 767px) {
    #best-sellers.best-sellers-premium > .container {
        width: min(100% - 28px, 1280px);
    }

    #best-sellers.best-sellers-premium .section-heading h2 {
        font-size: clamp(2.3rem, 12vw, 3.4rem);
    }

    #best-sellers .best-seller-carousel {
        grid-auto-columns: minmax(280px, 86vw);
    }

    #best-sellers .product-card__media {
        min-height: 300px;
    }

    #best-sellers .product-card__media img {
        height: 252px;
    }
}

/* Show Best Sellers products closer and remove decorative circles behind PNGs. */
#best-sellers .product-card__media {
    min-height: 282px;
    padding: 10px 10px 4px;
    background:
        radial-gradient(ellipse at 50% 78%, rgba(67, 133, 37, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(250, 255, 245, 0.96), rgba(226, 241, 208, 0.94));
}

#best-sellers .product-card__media img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center center;
    background: transparent;
    mix-blend-mode: darken;
    transform: none;
}

#best-sellers .premium-product-card:hover .product-card__media img {
    transform: none;
}

#best-sellers .ingredient-cloud,
#best-sellers .product-natural-base {
    display: none;
}

@media (max-width: 767px) {
    #best-sellers .product-card__media {
        min-height: 310px;
        padding: 10px 10px 4px;
    }

    #best-sellers .product-card__media img {
        width: 100%;
        height: 286px;
    }
}

/* Mobile polish: compact two-up carousel cards with aligned actions. */
@media (max-width: 767px) {
    #best-sellers .best-seller-carousel {
        grid-auto-columns: clamp(176px, calc((100vw - 54px) / 2), 205px);
        gap: 12px;
        align-items: stretch;
        padding: 8px 0 18px;
        scroll-padding-inline: 0;
    }

    #best-sellers .premium-product-card {
        grid-template-rows: 218px 1fr;
        min-height: 504px;
        border-radius: 13px;
    }

    #best-sellers .top-hot-badge {
        top: -15px;
        width: 112px;
        max-width: calc(100% - 24px);
        height: 30px;
        padding: 0 8px;
        font-size: 0.62rem;
        letter-spacing: 0;
    }

    #best-sellers .product-card__media {
        min-height: 218px;
        height: 218px;
        padding: 8px 8px 0;
    }

    #best-sellers .product-card__media img {
        width: 100%;
        height: 202px;
        transform: none;
    }

    #best-sellers .premium-product-card:hover .product-card__media img {
        transform: none;
    }

    #best-sellers .product-card__body {
        display: grid;
        grid-template-rows: none;
        align-content: start;
        gap: 9px;
        min-height: 350px;
        padding: 14px 10px 16px;
    }

    #best-sellers .product-card h3 {
        min-height: 38px;
        overflow: hidden;
        font-size: 0.94rem;
        line-height: 1.18;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #best-sellers .product-card p {
        min-height: 46px;
        font-size: 0.78rem;
        line-height: 1.42;
        -webkit-line-clamp: 2;
    }

    #best-sellers .product-card .product-card__description {
        min-height: calc(1.42em * 3);
        font-size: 0.78rem;
        line-height: 1.42;
    }

    #best-sellers .product-card .product-card__description p {
        min-height: calc(1.42em * 3);
        -webkit-line-clamp: 3;
    }

    #best-sellers .rating-row {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        min-height: 48px;
        font-size: 0.76rem;
    }

    #best-sellers .stars {
        font-size: 0.78rem;
        letter-spacing: 0;
        white-space: nowrap;
    }

    #best-sellers .price-row {
        display: flex;
        align-items: baseline;
        gap: 10px;
        min-height: 34px;
        margin-top: 2px;
    }

    #best-sellers .price-row strong {
        font-size: 1.28rem;
    }

    #best-sellers .price-row del {
        font-size: 0.84rem;
    }

    #best-sellers .premium-product-card .btn {
        align-self: start;
        width: 100%;
        min-height: 44px;
        margin-top: 2px;
        padding: 0 8px;
        border-radius: 8px;
        font-size: 0.82rem;
        white-space: nowrap;
    }
}

@media (max-width: 380px) {
    #best-sellers .best-seller-carousel {
        grid-auto-columns: clamp(166px, calc((100vw - 42px) / 2), 188px);
        gap: 10px;
    }

    #best-sellers .premium-product-card {
        min-height: 548px;
    }

    #best-sellers .product-card__body {
        padding-inline: 9px;
    }
}

/* Premium Best Sellers trust bar. */
#best-sellers .best-seller-proof {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 1080px);
    margin: 24px auto 0;
    overflow: hidden;
    border: 1px solid rgba(46, 125, 50, 0.16);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 239, 0.9)),
        radial-gradient(circle at 8% 12%, rgba(196, 154, 33, 0.08), transparent 26%);
    box-shadow: 0 22px 52px rgba(30, 72, 22, 0.1);
}

#best-sellers .best-seller-proof span {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 18px 20px;
    color: #0f2713;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#best-sellers .best-seller-proof span + span {
    border-left: 1px solid rgba(46, 125, 50, 0.13);
}

#best-sellers .best-seller-proof span::before {
    content: "";
    width: 42px;
    height: 42px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 50%, #2e7d32 0 12%, transparent 13%),
        radial-gradient(circle at 50% 50%, rgba(46, 125, 50, 0.16) 0 44%, transparent 45%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(237, 249, 224, 0.92));
    box-shadow: 0 12px 24px rgba(46, 125, 50, 0.1);
}

#best-sellers .best-seller-proof span::after {
    content: "";
    position: absolute;
    inset: auto 18px 14px 74px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(46, 125, 50, 0.38), rgba(196, 154, 33, 0.18), transparent);
    opacity: 0;
    transform: scaleX(0.7);
    transform-origin: left;
    transition: opacity 160ms ease, transform 160ms ease;
}

#best-sellers .best-seller-proof span:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

@media (max-width: 1024px) {
    #best-sellers .best-seller-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #best-sellers .best-seller-proof span:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    #best-sellers .best-seller-proof {
        grid-template-columns: 1fr;
        width: min(100%, 420px);
        margin-top: 18px;
        border-radius: 18px;
    }

    #best-sellers .best-seller-proof span {
        min-height: 64px;
        padding: 12px 16px;
        font-size: 0.76rem;
    }

    #best-sellers .best-seller-proof span + span {
        border-top: 1px solid rgba(46, 125, 50, 0.13);
        border-left: 0;
    }

    #best-sellers .best-seller-proof span::after {
        display: none;
    }
}

/* Final low-height trust strip matching the reference layout. */
#best-sellers .best-seller-proof {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: min(100%, 1160px);
    max-width: 1160px;
    min-height: 76px;
    margin: 24px auto 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid rgba(46, 125, 50, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 250, 0.88);
    box-shadow: 0 16px 34px rgba(30, 72, 22, 0.08);
    backdrop-filter: blur(10px);
    scrollbar-width: none;
}

#best-sellers .best-seller-proof::-webkit-scrollbar {
    display: none;
}

#best-sellers .best-seller-proof span {
    position: relative;
    display: grid;
    grid-template-columns: 48px max-content;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 176px;
    min-height: 76px;
    padding: 12px 22px;
    color: #172015;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
}

#best-sellers .best-seller-proof span + span {
    border-left: 1px solid rgba(46, 125, 50, 0.14);
    border-top: 0;
}

#best-sellers .best-seller-proof span::before {
    content: "";
    width: 48px;
    height: 48px;
    border: 2px solid rgba(73, 107, 34, 0.22);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 58%, #496b22 0 14%, transparent 15%),
        radial-gradient(ellipse at 43% 38%, rgba(73, 107, 34, 0.82) 0 18%, transparent 19%),
        radial-gradient(ellipse at 58% 34%, rgba(73, 107, 34, 0.76) 0 15%, transparent 16%),
        rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 0 0 5px rgba(73, 107, 34, 0.07);
}

#best-sellers .best-seller-proof span:nth-child(2)::before {
    border-radius: 16px;
    background:
        linear-gradient(#496b22 0 0) 50% 66% / 24px 8px no-repeat,
        radial-gradient(ellipse at 42% 40%, rgba(73, 107, 34, 0.88) 0 18%, transparent 19%),
        radial-gradient(ellipse at 58% 40%, rgba(73, 107, 34, 0.78) 0 18%, transparent 19%),
        rgba(255, 255, 255, 0.86);
}

#best-sellers .best-seller-proof span:nth-child(3)::before {
    background:
        linear-gradient(90deg, transparent 39%, #496b22 40% 60%, transparent 61%) 50% 48% / 22px 28px no-repeat,
        radial-gradient(circle at 50% 74%, #496b22 0 13%, transparent 14%),
        rgba(255, 255, 255, 0.86);
}

#best-sellers .best-seller-proof span:nth-child(5)::before {
    background:
        radial-gradient(circle at 38% 38%, #496b22 0 13%, transparent 14%),
        radial-gradient(circle at 62% 38%, #496b22 0 13%, transparent 14%),
        radial-gradient(circle at 50% 64%, #496b22 0 20%, transparent 21%),
        rgba(255, 255, 255, 0.86);
}

#best-sellers .best-seller-proof span:nth-child(6)::before {
    background:
        radial-gradient(ellipse at 52% 44%, #496b22 0 22%, transparent 23%),
        linear-gradient(135deg, transparent 39%, #496b22 40% 55%, transparent 56%),
        rgba(255, 255, 255, 0.86);
}

#best-sellers .best-seller-proof span::after {
    display: none;
}

@media (max-width: 767px) {
    #best-sellers .best-seller-proof {
        display: grid;
        width: 100%;
        min-height: 64px;
        margin-top: 18px;
        overflow: hidden;
        border-radius: 15px;
    }

    #best-sellers .best-seller-proof span {
        display: none;
        grid-template-columns: 40px minmax(0, 1fr) 2px;
        gap: 10px;
        width: 100%;
        min-width: 0;
        min-height: 64px;
        padding: 10px 16px;
        font-size: 0.68rem;
        word-break: normal;
    }

    #best-sellers .best-seller-proof span::before {
        width: 40px;
        height: 40px;
    }

    #best-sellers .best-seller-proof span:first-child {
        display: grid;
    }

    #best-sellers .best-seller-proof span.is-typing::after {
        content: "";
        display: block;
        width: 2px;
        height: 1.35em;
        align-self: center;
        background: #167a12;
        animation: bestSellerCaretBlink 800ms steps(1) infinite;
    }
}

@keyframes bestSellerCaretBlink {
    50% {
        opacity: 0;
    }
}

/* Refined Best Sellers promise ribbon. */
#best-sellers .best-seller-proof {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 1240px);
    min-height: 70px;
    margin: 26px auto 0;
    overflow: hidden;
    border: 1px solid rgba(46, 125, 50, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(245, 253, 238, 0.94), rgba(226, 242, 208, 0.94)),
        radial-gradient(circle at 8% 50%, rgba(46, 125, 50, 0.1), transparent 28%);
    box-shadow: 0 18px 38px rgba(30, 72, 22, 0.1);
    backdrop-filter: blur(10px);
}

#best-sellers .best-seller-proof span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 70px;
    padding: 12px 15px;
    color: #18351b;
    font-size: 0.74rem;
    font-weight: 950;
    line-height: 1.12;
    text-transform: uppercase;
    white-space: normal;
}

#best-sellers .best-seller-proof span + span {
    border-left: 1px solid rgba(46, 125, 50, 0.14);
}

#best-sellers .best-seller-proof span::before {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(46, 125, 50, 0.2);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 58%, #3d7527 0 16%, transparent 17%),
        radial-gradient(circle at 38% 38%, rgba(61, 117, 39, 0.82) 0 14%, transparent 15%),
        radial-gradient(circle at 62% 38%, rgba(61, 117, 39, 0.72) 0 13%, transparent 14%),
        rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 0 0 5px rgba(46, 125, 50, 0.07), 0 8px 18px rgba(46, 125, 50, 0.09);
}

#best-sellers .best-seller-proof__clone {
    display: none;
}

@media (max-width: 1024px) {
    #best-sellers .best-seller-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(100%, 720px);
    }

    #best-sellers .best-seller-proof span:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    #best-sellers .best-seller-proof {
        display: flex;
        grid-template-columns: none;
        width: 100%;
        min-height: 68px;
        margin-top: 18px;
        overflow: hidden;
        border-radius: 14px;
    }

    #best-sellers .best-seller-proof span,
    #best-sellers .best-seller-proof span:first-child {
        display: grid;
        grid-template-columns: 32px minmax(132px, 1fr);
        flex: 0 0 clamp(214px, 74vw, 270px);
        min-height: 68px;
        padding: 10px 16px;
        font-size: 0.68rem;
        animation: bestSellerProofSlide 32s linear infinite;
    }

    #best-sellers .best-seller-proof span + span {
        border-left: 1px solid rgba(46, 125, 50, 0.14);
    }

    #best-sellers .best-seller-proof span::before {
        width: 30px;
        height: 30px;
    }

    #best-sellers .best-seller-proof:hover span {
        animation-play-state: paused;
    }
}

@keyframes bestSellerProofSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-600%);
    }
}

/* Full-width Best Sellers image backdrop with inset carousel controls. */
#best-sellers.best-sellers-premium {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(52px, 5.2vw, 76px) 0 clamp(42px, 4.8vw, 66px);
    background:
        linear-gradient(180deg, rgba(255, 255, 248, 0.12), rgba(246, 250, 232, 0.2)),
        url("../images/site-media/design-sellers-background2-png.webp") center / cover no-repeat;
}

#best-sellers.best-sellers-premium::before,
#best-sellers.best-sellers-premium::after {
    display: none;
}

#best-sellers.best-sellers-premium > .container {
    width: min(100% - 86px, 1720px);
    max-width: 1720px;
}

#best-sellers.best-sellers-premium .section-heading--split {
    margin-bottom: 24px;
}

#best-sellers.best-sellers-premium .section-heading h2 {
    color: #0a3d12;
    text-shadow: 0 10px 24px rgba(255, 255, 255, 0.7);
}

#best-sellers .best-seller-shell {
    width: min(100%, 1580px);
    margin: 18px auto 0;
    padding-inline: 34px;
}

#best-sellers .best-seller-carousel {
    grid-auto-columns: clamp(200px, 13.5vw, 230px);
    gap: 10px;
    padding: 8px 0 16px;
}

#best-sellers .premium-product-card {
    background: rgba(255, 255, 245, 0.78);
    box-shadow: 0 16px 34px rgba(36, 70, 23, 0.13);
    backdrop-filter: blur(6px);
}

#best-sellers .best-seller-arrow {
    top: 39%;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.92);
}

#best-sellers .best-seller-arrow--prev {
    left: 4px;
}

#best-sellers .best-seller-arrow--next {
    right: 4px;
}

#best-sellers .best-seller-proof {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    width: min(100%, 1320px);
    max-width: 1320px;
    min-height: 82px;
    margin: 24px auto 0;
    overflow: hidden;
    border: 1px solid rgba(73, 107, 34, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 250, 0.9);
    box-shadow: 0 18px 38px rgba(30, 72, 22, 0.1);
    backdrop-filter: blur(10px);
}

#best-sellers .best-seller-proof span {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 82px;
    padding: 14px 20px;
    color: #172015;
    font-size: clamp(0.66rem, 0.64vw, 0.78rem);
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
}

#best-sellers .best-seller-proof span + span {
    border-left: 1px solid rgba(73, 107, 34, 0.16);
    border-top: 0;
}

#best-sellers .best-seller-proof span::before {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(73, 107, 34, 0.2);
    border-radius: 999px;
    box-shadow: inset 0 0 0 5px rgba(73, 107, 34, 0.07);
}

#best-sellers .best-seller-proof .best-seller-proof__clone {
    display: none;
}

@media (max-width: 1180px) {
    #best-sellers .best-seller-proof {
        grid-template-columns: repeat(6, 176px);
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    #best-sellers .best-seller-proof::-webkit-scrollbar {
        display: none;
    }

    #best-sellers .best-seller-proof span {
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    #best-sellers .best-seller-proof {
        display: flex;
        grid-template-columns: none;
        width: 100%;
        min-height: 72px;
        margin-top: 18px;
        overflow: hidden;
        border-radius: 15px;
        scroll-snap-type: none;
    }

    #best-sellers .best-seller-proof span,
    #best-sellers .best-seller-proof .best-seller-proof__clone {
        display: grid;
        grid-template-columns: 38px minmax(132px, 1fr);
        gap: 10px;
        flex: 0 0 clamp(214px, 70vw, 252px);
        min-height: 72px;
        padding: 10px 14px;
        font-size: 0.68rem;
        scroll-snap-align: none;
        animation: bestSellerProofSlide 38s linear infinite;
        will-change: transform;
    }

    #best-sellers .best-seller-proof span::before {
        width: 38px;
        height: 38px;
    }

    #best-sellers .best-seller-proof:hover span {
        animation-play-state: paused;
    }
}

@media (max-width: 1180px) {
    #best-sellers.best-sellers-premium > .container {
        width: min(100% - 44px, 1180px);
    }

    #best-sellers .best-seller-shell {
        padding-inline: 0;
    }

    #best-sellers .best-seller-carousel {
        grid-auto-columns: clamp(220px, 29vw, 270px);
        gap: 12px;
    }

    #best-sellers .best-seller-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    #best-sellers.best-sellers-premium {
        padding: 42px 0 34px;
        background-position: center top;
    }

    #best-sellers.best-sellers-premium > .container {
        width: min(100% - 24px, 767px);
    }

    #best-sellers .best-seller-shell {
        margin-top: 14px;
        padding-inline: 44px;
    }

    #best-sellers .best-seller-carousel {
        grid-auto-columns: 100%;
        gap: 12px;
        scroll-padding-inline: 0;
    }

    #best-sellers .best-seller-arrow {
        display: grid;
        top: 45%;
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    #best-sellers .best-seller-arrow--prev {
        left: 0;
    }

    #best-sellers .best-seller-arrow--next {
        right: 0;
    }

    #best-sellers.best-sellers-premium .section-heading h2 {
        max-width: 100%;
        font-size: clamp(1.85rem, 8.6vw, 3.4rem);
        line-height: 1;
        white-space: nowrap;
    }
}
/* Complete premium verified reviews section. */
.reviews-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 7vw, 92px) 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(46, 125, 50, 0.08), transparent 24%),
        radial-gradient(circle at 92% 18%, rgba(196, 154, 33, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f3f8ef 100%);
}

.reviews-section::before {
    content: "";
    position: absolute;
    inset: 18px 0 auto;
    z-index: -1;
    height: 160px;
    background:
        linear-gradient(90deg, transparent, rgba(46, 125, 50, 0.08), transparent),
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0.86), transparent 70%);
    pointer-events: none;
}

.reviews-section .container {
    width: min(100% - 44px, 1180px);
}

.reviews-section .section-heading--split {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 22px;
    max-width: none;
    margin: 0 0 18px;
    text-align: left;
}

.reviews-section .eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 13px;
    border: 1px solid rgba(46, 125, 50, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #167a12;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    box-shadow: 0 10px 24px rgba(46, 125, 50, 0.06);
}

.reviews-section h2 {
    max-width: 780px;
    margin: 12px 0 0;
    color: #063b12;
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 950;
    line-height: 1;
}

.reviews-section .section-heading p:not(.eyebrow) {
    max-width: 580px;
    margin: 14px 0 0;
    color: #455345;
    font-size: 0.98rem;
    line-height: 1.55;
}

.reviews-section .review-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-section .review-controls button {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(46, 125, 50, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0b5d0a;
    font-size: 1.35rem;
    font-weight: 950;
    box-shadow: 0 14px 26px rgba(30, 72, 22, 0.08);
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.reviews-section .review-controls button:hover {
    transform: translateY(-2px);
    background: #167a12;
    color: #fff;
}

.review-summary-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 760px);
    margin: 0 0 22px;
    overflow: hidden;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 32px rgba(30, 72, 22, 0.06);
}

.review-summary-bar article {
    display: grid;
    gap: 3px;
    padding: 13px 18px;
}

.review-summary-bar article + article {
    border-left: 1px solid rgba(46, 125, 50, 0.12);
}

.review-summary-bar strong {
    color: #063b12;
    font-size: 1.12rem;
    font-weight: 950;
}

.review-summary-bar span {
    color: #647064;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.reviews-section .review-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(315px, 31vw, 370px);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 2px 14px;
    scrollbar-width: none;
}

.reviews-section .review-carousel::-webkit-scrollbar {
    display: none;
}

.reviews-section .review-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 16px;
    min-height: 272px;
    padding: 26px;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(46, 125, 50, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 253, 247, 0.96));
    box-shadow: 0 18px 42px rgba(30, 72, 22, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.reviews-section .review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(46, 125, 50, 0.28);
    box-shadow: 0 26px 54px rgba(30, 72, 22, 0.12);
}

.reviews-section .review-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #167a12, #c49a21);
}

.reviews-section .review-card::after {
    content: "”";
    position: absolute;
    top: 16px;
    right: 24px;
    color: rgba(22, 122, 18, 0.1);
    font-size: 4rem;
    font-weight: 950;
    line-height: 1;
}

.reviews-section .review-head {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 13px;
}

.reviews-section .review-avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.36), transparent 26%),
        linear-gradient(135deg, #167a12, #c49a21);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(22, 122, 18, 0.16);
}

.reviews-section .review-head strong {
    color: #0b3d12;
    font-size: 0.98rem;
    font-weight: 950;
}

.reviews-section .review-head span {
    color: #697369;
    font-size: 0.86rem;
}

.reviews-section .review-card .stars {
    color: #f4a000;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}

.reviews-section .review-card p {
    margin: 0;
    color: #344034;
    font-size: 0.98rem;
    line-height: 1.62;
}

.reviews-section .review-card em {
    justify-self: start;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eaf7e8;
    color: #0b5d0a;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 950;
}

@media (max-width: 767px) {
    .reviews-section {
        padding: 46px 0;
    }

    .reviews-section .container {
        width: min(100% - 28px, 767px);
    }

    .reviews-section .section-heading--split {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 16px;
        text-align: left;
    }

    .reviews-section h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .review-summary-bar {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .review-summary-bar article + article {
        border-top: 1px solid rgba(46, 125, 50, 0.12);
        border-left: 0;
    }

    .reviews-section .review-carousel {
        grid-auto-columns: minmax(276px, 86vw);
        gap: 14px;
    }

    .reviews-section .review-card {
        min-height: 264px;
        padding: 22px 20px;
    }
}

/* Final desktop Best Sellers carousel: exactly seven complete cards visible. */
@media (min-width: 1181px) {
    #best-sellers.best-sellers-premium > .container {
        width: min(100% - 36px, 1780px);
        max-width: 1780px;
    }

    #best-sellers .best-seller-shell {
        --best-seller-gap: 10px;
        width: min(100% - 126px, 1652px);
        max-width: 1652px;
        margin-inline: auto;
        padding-inline: 0;
        overflow: visible;
    }

    #best-sellers .best-seller-carousel {
        grid-auto-columns: calc((100% - (var(--best-seller-gap) * 6)) / 7);
        gap: var(--best-seller-gap);
        padding: 24px 0 16px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-padding-inline: 0;
    }

    #best-sellers .premium-product-card {
        min-width: 0;
    }

    #best-sellers .product-card__media {
        min-height: 252px;
        height: 252px;
    }

    #best-sellers .product-card__media img {
        height: 244px;
    }

    #best-sellers .product-card__body {
        gap: 7px;
        padding: 12px 12px 13px;
    }

    #best-sellers .product-card h3 {
        min-height: 20px;
        overflow: hidden;
        font-size: 0.9rem;
        line-height: 1.16;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    #best-sellers .product-card p {
        min-height: 36px;
        font-size: 0.76rem;
        line-height: 1.3;
    }

    #best-sellers .product-card .product-card__description {
        min-height: calc(1.3em * 3);
        font-size: 0.76rem;
        line-height: 1.3;
    }

    #best-sellers .product-card .product-card__description p {
        min-height: calc(1.3em * 3);
        padding-right: 5.2rem;
        -webkit-line-clamp: 3;
    }

    #best-sellers .selling-fast,
    #best-sellers .rating-row {
        font-size: 0.72rem;
    }

    #best-sellers .price-row strong {
        font-size: 1.16rem;
    }

    #best-sellers .premium-product-card .btn {
        min-height: 38px;
        font-size: 0.78rem;
    }

    #best-sellers .best-seller-arrow {
        display: grid;
        top: 42%;
        width: 46px;
        height: 46px;
    }

    #best-sellers .best-seller-arrow--prev {
        left: -62px;
    }

    #best-sellers .best-seller-arrow--next {
        right: -62px;
    }
}

@media (min-width: 1181px) and (max-width: 1399px) {
    #best-sellers .best-seller-shell {
        width: min(100% - 112px, 1260px);
    }

    #best-sellers .product-card__media {
        min-height: 224px;
        height: 224px;
    }

    #best-sellers .product-card__media img {
        height: 218px;
    }

    #best-sellers .product-card__body {
        padding-inline: 10px;
    }
}

/* Continuous product name ticker: all active products loop without blank space. */
.product-name-slider {
    overflow: hidden;
}

.product-name-slider__track {
    width: max-content;
    min-width: max-content;
    will-change: transform;
    animation-duration: var(--product-name-ticker-duration, 96s);
}

.product-name-slider__group {
    flex: 0 0 auto;
}

.product-name-slider a {
    flex: 0 0 auto;
}

/* Reference-style Happy Customers section. */
.reviews-section {
    position: relative;
    isolation: isolate;
    overflow: visible;
    padding: 28px 0 56px;
    background:
        radial-gradient(circle at 50% 0%, rgba(11, 93, 30, 0.04), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.reviews-section::before {
    display: none;
}

.reviews-section .container {
    position: relative;
    width: min(100% - 72px, 1250px);
}

.reviews-section .reviews-heading,
.reviews-section .section-heading.reviews-heading {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 22px;
    text-align: center;
}

.reviews-section .reviews-heading h2 {
    width: 100%;
    margin: 0 auto;
    color: #0b0f0b;
    font-family: "Inter", "Poppins", Arial, sans-serif;
    font-size: clamp(1.55rem, 1.9vw, 2.1rem);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
    text-align: center;
}

.reviews-section .reviews-heading h2 span {
    color: #2b7b18;
}

.reviews-section .review-summary-bar,
.reviews-section .review-card em {
    display: none;
}

.reviews-section .review-controls {
    position: absolute;
    top: calc(50% + 26px);
    left: -54px;
    right: -54px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    pointer-events: none;
}

.reviews-section .review-controls button {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(18, 46, 22, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #7a8179;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(23, 38, 24, 0.1);
    cursor: pointer;
    pointer-events: auto;
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.reviews-section .review-controls button:hover {
    transform: translateY(-2px);
    color: #0b5d1e;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(23, 38, 24, 0.14);
}

.reviews-section .review-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 66px) / 4);
    grid-template-columns: none;
    gap: 22px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 0 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.reviews-section .review-carousel::-webkit-scrollbar {
    display: none;
}

.reviews-section .review-card {
    position: relative;
    display: grid;
    grid-template-rows: 36px auto auto 1fr;
    gap: 11px;
    min-height: 264px;
    padding: 29px 30px 28px;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #e8ece5;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(23, 38, 24, 0.055);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.reviews-section .review-card:hover {
    transform: translateY(-5px);
    border-color: rgba(43, 123, 24, 0.2);
    box-shadow: 0 18px 34px rgba(23, 38, 24, 0.1);
}

.reviews-section .review-card::before,
.reviews-section .review-card::after {
    display: none;
}

.reviews-section .review-quote {
    display: block;
    height: 36px;
    color: #c9dfb5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 0.72;
}

.reviews-section .review-card p {
    margin: 0;
    color: #3f4740;
    font-size: clamp(1rem, 1.05vw, 1.14rem);
    font-weight: 850;
    line-height: 1.48;
}

.reviews-section .review-card .stars {
    color: #f5c21b;
    font-size: 1.06rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

.reviews-section .review-head {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.reviews-section .review-avatar {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 4px solid #eef1ec;
    border-radius: 50%;
    background:
        radial-gradient(circle at 45% 26%, rgba(255, 255, 255, 0.48), transparent 22%),
        linear-gradient(135deg, #294d2b 0%, #c17851 100%);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 950;
    box-shadow: none;
}

.reviews-section .review-head strong,
.reviews-section .review-head span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reviews-section .review-head strong {
    color: #202821;
    font-size: 0.96rem;
    font-weight: 950;
    line-height: 1.2;
}

.reviews-section .review-head span {
    margin-top: 4px;
    color: #a2a7a0;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
}

.reviews-section .review-head .review-verified {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 22px;
    margin-top: 5px;
    padding: 3px 8px;
    overflow: visible;
    border-radius: 999px;
    background: #e8f7e6;
    color: #167a12;
    font-size: 0.76rem;
    font-weight: 950;
    line-height: 1;
    text-overflow: clip;
}

@media (max-width: 1180px) {
    .reviews-section .container {
        width: min(100% - 42px, 980px);
    }

    .reviews-section .review-controls {
        left: -18px;
        right: -18px;
    }

    .reviews-section .review-carousel {
        grid-auto-columns: calc((100% - 22px) / 2);
    }
}

@media (max-width: 767px) {
    .reviews-section {
        padding: 36px 0 44px;
    }

    .reviews-section .container {
        width: min(100% - 28px, 520px);
    }

    .reviews-section .reviews-heading {
        margin-bottom: 18px;
    }

    .reviews-section .reviews-heading h2 {
        font-size: clamp(1.45rem, 6.5vw, 1.85rem);
        text-align: center;
    }

    .reviews-section .review-controls {
        display: none;
    }

    .reviews-section .review-carousel {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        gap: 18px;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .reviews-section .review-card {
        grid-template-rows: 32px auto auto auto;
        min-height: 0;
        padding: 25px 24px;
        border-radius: 13px;
    }
}

/* Reference-style trust, promise and newsletter sections. */
.trust-strip {
    border: 0;
    background: #ffffff;
    color: #0c120c;
}

.trust-strip .container {
    width: min(100% - 68px, 1180px);
}

.trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding: 30px 0 28px;
}

.trust-strip__grid .trust-item {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 13px;
    align-items: center;
    padding: 0;
}

.trust-strip__grid .trust-item::after {
    display: none;
}

.trust-strip__grid i {
    display: grid;
    grid-row: 1 / span 2;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 2px solid #2d7d18;
    border-radius: 50%;
    background: transparent;
    color: #2d7d18;
    font-style: normal;
    box-shadow: none;
}

.trust-strip__grid i svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.trust-strip__grid strong {
    min-width: 0;
    color: #0b0f0b;
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.16;
}

.trust-strip__grid span {
    min-width: 0;
    color: #111811;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.2;
}

.brand-promise {
    padding: 0 0 34px;
    background: #ffffff;
}

.brand-promise .container {
    width: min(100% - 76px, 1180px);
}

.brand-promise__grid {
    position: relative;
    display: grid;
    grid-template-columns: 220px minmax(420px, 1fr) 300px;
    gap: 20px;
    align-items: center;
    min-height: 276px;
    overflow: hidden;
    padding: 28px 36px;
    border: 1px solid rgba(45, 125, 24, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 95%, rgba(45, 125, 24, 0.16), transparent 24%),
        radial-gradient(circle at 100% 14%, rgba(45, 125, 24, 0.16), transparent 26%),
        linear-gradient(100deg, #edf7e7 0%, #fbfff7 45%, #e9f7dd 100%);
    box-shadow: none;
}

.brand-promise__grid::before {
    position: absolute;
    bottom: 12px;
    left: 22px;
    width: 68px;
    height: 58px;
    border-radius: 50% 0 50% 50%;
    background: linear-gradient(135deg, #7ac943, #2f861b);
    content: "";
    transform: rotate(-34deg);
    opacity: 0.9;
}

.brand-promise__grid::after {
    position: absolute;
    right: 256px;
    bottom: 34px;
    width: 54px;
    height: 42px;
    border-radius: 50% 0 50% 50%;
    background: linear-gradient(135deg, #8ed857, #2f861b);
    content: "";
    transform: rotate(28deg);
    opacity: 0.86;
}

.brand-promise__stamp {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 156px;
    height: 156px;
    justify-self: center;
    border: 0;
    border-radius: 0;
    color: inherit;
    text-align: center;
    text-transform: none;
    transform: rotate(-8deg);
}

.brand-promise__stamp::before,
.brand-promise__stamp::after {
    display: none;
}

.brand-promise__stamp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(23, 79, 26, 0.12));
}

.brand-promise__copy {
    position: relative;
    z-index: 1;
    text-align: center;
}

.brand-promise__copy h2 {
    margin: 0 0 12px;
    color: #0b0f0b;
    font-family: "Inter", "Poppins", Arial, sans-serif;
    font-size: clamp(2rem, 3vw, 2.95rem);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: 0;
}

.brand-promise__copy p {
    max-width: 590px;
    margin: 0 auto 24px;
    color: #202620;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.55;
}

.brand-promise .badge-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(74px, 1fr));
    gap: 18px;
    max-width: 480px;
    margin: 0 auto;
}

.brand-promise .badge-grid span {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0b0f0b;
    font-size: 0.76rem;
    font-weight: 850;
    line-height: 1.12;
    text-align: center;
    box-shadow: none;
}

.brand-promise .badge-grid span::before {
    display: none;
}

.brand-promise .badge-grid i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid #2d7d18;
    border-radius: 50%;
    color: #2d7d18;
}

.brand-promise .badge-grid svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.brand-promise__visual {
    position: relative;
    z-index: 1;
    align-self: end;
}

.brand-promise__visual img {
    display: block;
    width: min(100%, 330px);
    aspect-ratio: 4 / 3;
    margin-left: auto;
    border-radius: 18px;
    object-fit: cover;
    object-position: 72% center;
    filter: drop-shadow(0 18px 24px rgba(66, 58, 26, 0.16));
}

.newsletter-section {
    padding: 0;
    background: #08240e;
}

.newsletter-card {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(420px, 570px);
    gap: clamp(24px, 7vw, 170px);
    align-items: center;
    width: min(100% - 140px, 1120px);
    padding: 30px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.newsletter-card::after {
    display: none;
}

.newsletter-card h2 {
    margin: 0 0 8px;
    color: #064414;
    font-family: "Inter", "Poppins", Arial, sans-serif;
    font-size: 1.42rem;
    font-weight: 850;
    line-height: 1.2;
}

.newsletter-card p:not(.eyebrow) {
    margin: 0;
    color: #2f5f34;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.newsletter-form input {
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #202620;
    font-size: 0.92rem;
    outline: none;
}

.newsletter-form .btn {
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: #31910f;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 950;
    text-transform: uppercase;
}

.newsletter-form .btn:hover {
    background: #247b0c;
    color: #ffffff;
}

@media (max-width: 1080px) {
    .trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 48px;
    }

    .brand-promise__grid {
        grid-template-columns: 170px minmax(0, 1fr);
        min-height: 0;
    }

    .brand-promise__visual {
        display: none;
    }

    .newsletter-card {
        width: min(100% - 48px, 900px);
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .trust-strip .container,
    .brand-promise .container {
        width: min(100% - 28px, 520px);
    }

    .trust-strip__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px 0;
    }

    .trust-strip__grid .trust-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .trust-strip__grid i {
        width: 40px;
        height: 40px;
    }

    .trust-strip__grid i svg {
        width: 28px;
        height: 28px;
    }

    .brand-promise {
        padding-bottom: 28px;
    }

    .brand-promise__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 20px;
        border-radius: 18px;
    }

    .brand-promise__stamp {
        width: 126px;
        height: 126px;
    }

    .brand-promise__stamp strong {
        font-size: 1.24rem;
    }

    .brand-promise__stamp span {
        font-size: 0.62rem;
    }

    .brand-promise__copy h2 {
        font-size: 2rem;
    }

    .brand-promise__copy p {
        font-size: 0.92rem;
    }

    .brand-promise .badge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .newsletter-card {
        width: min(100% - 28px, 520px);
        padding: 28px 0;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form .btn {
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    #best-sellers .best-seller-proof {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        width: 100% !important;
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        margin-top: 18px !important;
        overflow: hidden !important;
        border-radius: 15px !important;
        scroll-snap-type: none !important;
    }

    #best-sellers .best-seller-proof span,
    #best-sellers .best-seller-proof .best-seller-proof__clone,
    #best-sellers .best-seller-proof span:first-child {
        display: grid !important;
        grid-template-columns: 38px minmax(132px, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 0 0 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        padding: 10px 14px !important;
        border-top: 0 !important;
        border-left: 1px solid rgba(73, 107, 34, 0.16) !important;
        font-size: 0.68rem !important;
        line-height: 1.12 !important;
        white-space: normal !important;
        animation: bestSellerProofSlide 38s linear infinite !important;
        will-change: transform;
    }

    #best-sellers .best-seller-proof span:first-child {
        border-left: 0 !important;
    }

    #best-sellers .best-seller-proof span::before {
        width: 38px !important;
        height: 38px !important;
    }
}

/* Final Best Sellers scroll lock: card area must never trap page scrolling. */
#best-sellers .best-seller-shell {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    overscroll-behavior: auto !important;
}

#best-sellers .best-seller-carousel {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    overscroll-behavior: auto !important;
    scroll-snap-type: none !important;
    touch-action: pan-y !important;
    scrollbar-width: none;
}

#best-sellers .best-seller-carousel::-webkit-scrollbar {
    display: none;
}

/* Problems section: make visuals read clearly against each concern. */
.premium-problems .problem-visual {
    position: relative;
    min-height: 235px;
    background-size: cover;
    background-position: center;
}

.premium-problems .problem-visual::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 51, 15, 0.02), rgba(5, 51, 15, 0.16)),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 28%);
    content: "";
}

.premium-problems .problem-card:nth-child(1) .problem-visual {
    background-position: center 46%;
}

.premium-problems .problem-card:nth-child(2) .problem-visual {
    background-position: center 42%;
}

.premium-problems .problem-card:nth-child(3) .problem-visual {
    background-position: center 38%;
}

@media (max-width: 767px) {
    .premium-problems .problem-visual {
        min-height: 180px;
    }
}

/* Best Sellers contrast pass: separate product artwork from card surface. */
#best-sellers .premium-product-card {
    border: 1px solid rgba(8, 66, 18, 0.16);
    background: #ffffff !important;
    box-shadow:
        0 16px 34px rgba(8, 66, 18, 0.16),
        0 2px 0 rgba(255, 255, 255, 0.96) inset;
}

#best-sellers .product-card__media {
    border-bottom: 1px solid rgba(8, 66, 18, 0.1);
    background:
        radial-gradient(ellipse at 50% 82%, rgba(6, 68, 20, 0.14), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #eef4f8 52%, #f7faf3 100%) !important;
}

#best-sellers .product-card__body {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf5 100%);
}

#best-sellers .product-card__media img {
    filter:
        drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18))
        drop-shadow(0 4px 6px rgba(8, 66, 18, 0.16));
    mix-blend-mode: normal;
}

@media (max-width: 767px) {
    #best-sellers .premium-product-card {
        background: #ffffff !important;
    }

    #best-sellers .product-card__media {
        background:
            radial-gradient(ellipse at 50% 82%, rgba(6, 68, 20, 0.16), transparent 32%),
            linear-gradient(180deg, #f8fbff 0%, #eef4f8 54%, #f7faf3 100%) !important;
    }
}

/* Premium depth pass for How It Works. */
.adibro-how-cards {
    position: relative;
    isolation: isolate;
}

@media (min-width: 901px) {
    .adibro-how-cards::before {
        position: absolute;
        top: 196px;
        left: calc(50% - 386px);
        z-index: -1;
        width: 772px;
        border-top: 3px dotted rgba(11, 93, 30, 0.3);
        filter: drop-shadow(0 6px 8px rgba(11, 93, 30, 0.08));
        content: "";
    }

    .adibro-how-card:not(:last-child)::after {
        top: 196px;
        right: -48px;
        width: 58px;
        border-top: 3px dotted rgba(11, 93, 30, 0.34);
    }

}

.adibro-how-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.64);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 253, 243, 0.58)),
        radial-gradient(circle at 50% 0%, rgba(238, 248, 233, 0.96), transparent 56%);
    box-shadow:
        0 28px 70px rgba(15, 75, 25, 0.16),
        0 10px 20px rgba(15, 75, 25, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -24px 42px rgba(238, 248, 233, 0.26);
    backdrop-filter: blur(20px) saturate(1.16);
}

.adibro-how-card::before {
    position: absolute;
    inset: 1px;
    border-radius: 25px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 44%),
        radial-gradient(circle at 82% 16%, rgba(31, 141, 34, 0.15), transparent 25%);
    content: "";
    pointer-events: none;
}

.adibro-how-card::after {
    position: absolute;
    right: 22px;
    bottom: 18px;
    left: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(11, 93, 30, 0.12);
    filter: blur(16px);
    content: "";
    pointer-events: none;
}

.adibro-how-card:hover {
    box-shadow:
        0 38px 82px rgba(15, 75, 25, 0.22),
        0 16px 28px rgba(15, 75, 25, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.adibro-how-card > * {
    position: relative;
    z-index: 1;
}

.adibro-how-icon {
    border: 8px solid rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.96), transparent 30%),
        linear-gradient(180deg, #ffffff, #e7f7df);
    box-shadow:
        0 20px 42px rgba(27, 101, 31, 0.2),
        0 0 0 1px rgba(31, 122, 42, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -10px 22px rgba(31, 141, 34, 0.08);
}

.adibro-how-icon svg {
    width: 88px;
    height: 88px;
    filter:
        drop-shadow(0 10px 16px rgba(24, 98, 31, 0.14))
        drop-shadow(0 2px 0 rgba(255, 255, 255, 0.88));
}

.adibro-how-icon .adibro-how-line {
    stroke: #064414;
    stroke-width: 3.1;
}

/* Hero social proof pill: bring trust signals directly under the first fold. */
.proof-strip--hero {
    padding: 14px 0 22px;
    background: #fffaf0;
    color: #0d1b0f;
}

.proof-strip--hero .container {
    width: min(100% - 32px, 900px);
}

.proof-strip--hero .proof-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    overflow: hidden;
    width: fit-content;
    max-width: 100%;
    min-height: 52px;
    margin-inline: auto;
    padding: 0 18px;
    border: 1px solid rgba(11, 61, 18, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow:
        0 16px 36px rgba(11, 61, 18, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.proof-strip--hero .proof-grid article {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 20px;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
}

.proof-strip--hero .proof-grid article:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 18px;
    background: rgba(11, 61, 18, 0.22);
    content: "";
    transform: translateY(-50%);
}

.proof-strip--hero .proof-grid strong {
    color: #064414 !important;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-shadow: none;
}

.proof-strip--hero .proof-grid article:first-child strong {
    color: #0b5d1e !important;
}

.proof-strip--hero .proof-grid article:first-child strong::first-letter {
    color: #d6a831;
}

@media (max-width: 767px) {
    .proof-strip--hero {
        padding: 12px 0 16px;
    }

    .proof-strip--hero .container {
        width: min(100% - 24px, 520px);
    }

    .proof-strip--hero .proof-grid {
        width: 100%;
        border-radius: 20px;
        padding: 6px 10px;
    }

    .proof-strip--hero .proof-grid article {
        flex: 1 1 50%;
        justify-content: center;
        min-height: 40px;
        padding: 0 8px;
    }

    .proof-strip--hero .proof-grid article:nth-child(2)::after,
    .proof-strip--hero .proof-grid article:last-child::after {
        display: none;
    }

    .proof-strip--hero .proof-grid article:not(:last-child)::after {
        height: 15px;
    }

    .proof-strip--hero .proof-grid strong {
        font-size: 0.74rem;
    }
}

@media (max-width: 767px) {
    .result-copy h2 {
        max-width: 100%;
        font-size: clamp(1.12rem, 5.2vw, 1.42rem);
        line-height: 1.15;
        white-space: nowrap;
    }
}

/* Lock product cards so page scrolling never turns into card/carousel scrolling. */
.product-card,
.premium-product-card,
.mini-product-card,
#best-sellers .premium-product-card {
    overflow: hidden;
    overscroll-behavior: auto;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.product-card *,
.premium-product-card *,
.mini-product-card *,
#best-sellers .premium-product-card * {
    -webkit-user-select: none;
    user-select: none;
}

.product-card img,
.premium-product-card img,
.mini-product-card img,
#best-sellers .premium-product-card img {
    -webkit-user-drag: none;
    user-drag: none;
}

.product-card .btn,
.premium-product-card .btn,
.mini-product-card .btn,
#best-sellers .premium-product-card .btn,
.best-seller-arrow {
    touch-action: manipulation;
}

.product-card:hover,
.premium-product-card:hover,
.mini-product-card:hover,
#best-sellers .premium-product-card:hover {
    transform: none;
}

.product-card:hover img,
.premium-product-card:hover img,
.mini-product-card:hover img,
#best-sellers .premium-product-card:hover .product-card__media img {
    transform: none;
}

body.adibro-home-page .product-card,
body.adibro-home-page .premium-product-card,
body.adibro-home-page .mini-product-card,
body.adibro-home-page #best-sellers .premium-product-card {
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.adibro-home-page .product-card:hover,
    body.adibro-home-page .premium-product-card:hover,
    body.adibro-home-page .mini-product-card:hover,
    body.adibro-home-page #best-sellers .premium-product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    }
}

.best-seller-carousel,
#best-sellers .best-seller-carousel,
.product-carousel,
.product-grid {
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
}

.best-seller-shell,
#best-sellers .best-seller-shell {
    overflow-x: hidden;
    overflow-y: visible;
    overscroll-behavior: auto;
}

@media (max-width: 767px) {
    #best-sellers .premium-product-card,
    #best-sellers .product-card {
        grid-template-rows: auto auto;
        min-height: 0;
        height: auto;
        overflow: hidden;
        touch-action: pan-y;
    }

    #best-sellers .product-card__body {
        min-height: 0 !important;
        height: auto;
        align-content: start;
        justify-items: stretch;
        padding: 14px 10px 16px;
        overflow: hidden;
        touch-action: pan-y;
    }

    #best-sellers .product-card h3 {
        min-height: 0;
    }

    #best-sellers .product-card p {
        min-height: 0;
    }

    #best-sellers .best-seller-carousel {
        overflow-x: hidden !important;
        overflow-y: visible !important;
        scroll-snap-type: none;
        overscroll-behavior: auto;
        touch-action: pan-y;
    }
}

/* Final footer theme: clean green premium footer. */
body.adibro-home-page .site-footer,
.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    border-top: 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.1), transparent 28%),
        radial-gradient(circle at 92% 22%, rgba(196, 154, 33, 0.12), transparent 26%),
        linear-gradient(135deg, #05330f 0%, #0b5d1e 54%, #073f14 100%);
    color: #ffffff;
}

.site-footer::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 34%, rgba(255, 255, 255, 0.04)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
    content: "";
}

.site-footer .footer-grid,
.site-footer .footer-disclaimer-wrap,
.site-footer .footer-bottom {
    position: relative;
    z-index: 1;
}

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.75fr) minmax(190px, 0.9fr) minmax(280px, 1.2fr);
    gap: clamp(30px, 5vw, 76px);
    padding: clamp(46px, 6vw, 72px) 0 34px;
}

.site-footer .brand--footer {
    gap: 8px;
}

.site-footer .brand--footer .brand__logo {
    width: 96px;
    height: auto;
    padding: 8px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.site-footer .brand--footer .brand__name,
.site-footer .brand--footer .brand__tagline {
    color: #ffffff;
}

.site-footer .footer-brand-story {
    max-width: 390px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.68;
}

.site-footer .footer-certifications,
.site-footer .footer-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.site-footer .footer-certifications {
    margin-top: 20px;
}

.site-footer .footer-certifications span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px 0 8px;
    border: 1px solid rgba(247, 217, 120, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.77rem;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.site-footer .footer-certifications svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #f7d978;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.site-footer .footer-trust-badges {
    margin-top: 12px;
}

.site-footer .footer-trust-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(6, 68, 20, 0.38);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.72rem;
    font-weight: 800;
}

.site-footer h2 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 950;
}

.site-footer h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: #d6a831;
    content: "";
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer p {
    line-height: 1.62;
}

.site-footer a {
    width: fit-content;
    transition: color 180ms ease, transform 180ms ease;
}

.site-footer a:hover {
    color: #f7d978;
    transform: translateX(3px);
}

.site-footer .footer-disclaimer {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.7;
    text-align: center;
}

.site-footer .footer-disclaimer-wrap {
    padding-bottom: 20px;
}

.site-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.site-footer .footer-social a,
.site-footer .footer-payments span {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 950;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.site-footer .footer-social a:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #f7d978;
    transform: translateY(-2px);
}

.site-footer .footer-contact-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    margin-bottom: 18px;
}

.site-footer .footer-contact-item span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #f7d978;
}

.site-footer .footer-contact-item svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.site-footer .footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.site-footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: center;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer .footer-bottom p,
.site-footer .footer-developer-credit {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.86rem;
}

.site-footer .footer-developer-credit {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-developer-credit a {
    color: #f7d978;
    font-weight: 800;
}

.site-footer .footer-developer-credit a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 22px;
        padding: 42px 0 28px;
    }

    .site-footer .footer-grid > div:first-child,
    .site-footer .footer-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .site-footer .brand--footer {
        justify-items: start;
    }
}

.post-footer-seo {
    padding: clamp(36px, 5vw, 64px) 0;
    border-top: 1px solid #dfeadd;
    background: #f7f8f2;
    color: #29372b;
}

.post-footer-seo__inner {
    max-width: 980px;
}

.post-footer-seo h2 {
    margin: 0 0 16px;
    color: #071f0d;
    font-size: clamp(1.45rem, 2.3vw, 2.05rem);
    line-height: 1.2;
}

.post-footer-seo h3 {
    margin: 0 0 10px;
    color: #0a3b15;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.28;
}

.post-footer-seo p {
    margin: 0;
    color: #425147;
    font-size: 0.95rem;
    line-height: 1.75;
}

.post-footer-seo__intro + .post-footer-seo__intro,
.post-footer-seo__section p + p {
    margin-top: 10px;
}

.post-footer-seo__section {
    margin-top: 26px;
}

.post-footer-seo__list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.post-footer-seo__list strong {
    color: #0a3b15;
}

@media (max-width: 767px) {
    .post-footer-seo {
        padding: 32px 0 42px;
    }

    .post-footer-seo__inner {
        width: min(100% - 28px, 520px);
    }

    .post-footer-seo p {
        font-size: 0.9rem;
        line-height: 1.68;
    }
}

/* Continuous Happy Customers slider, right to left. */
.reviews-section {
    overflow: visible;
}

.reviews-section .container {
    overflow: visible;
}

.reviews-section .review-controls {
    top: calc(50% + 30px);
    left: -68px;
    right: -68px;
    z-index: 5;
    display: flex;
    pointer-events: none;
}

.reviews-section .review-controls button {
    width: 48px;
    height: 48px;
    border-color: rgba(31, 110, 9, 0.14);
    background: rgba(255, 255, 255, 0.96);
    color: #1f6e09;
    box-shadow: 0 12px 28px rgba(23, 38, 24, 0.14);
    pointer-events: auto;
}

.reviews-section .review-carousel {
    display: flex;
    width: max-content;
    max-width: none;
    gap: 0;
    overflow: visible;
    padding: 4px 0 10px;
    scroll-snap-type: none;
    scrollbar-width: none;
    animation: none;
    will-change: transform;
}

.reviews-section .review-carousel.is-looping {
    animation: adibroReviewTicker 150s linear infinite;
}

.reviews-section .review-carousel.is-static {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.reviews-section .review-carousel:hover,
.reviews-section .review-carousel:focus-within {
    animation-play-state: paused;
}

.reviews-section .review-carousel__group {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 294px;
    gap: 22px;
    padding-right: 22px;
}

.reviews-section .review-carousel.is-static .review-carousel__group {
    width: max-content;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 294px;
    padding-right: 0;
}

.reviews-section .review-card {
    width: 294px;
    scroll-snap-align: none;
}

@media (max-width: 1180px) {
    .reviews-section .review-controls {
        left: -24px;
        right: -24px;
    }
}

@media (max-width: 767px) {
    .reviews-section .review-controls {
        top: calc(50% + 20px);
        left: -8px;
        right: -8px;
    }

    .reviews-section .review-controls button {
        width: 42px;
        height: 42px;
        font-size: 1.8rem;
    }
}

.reviews-section .review-carousel.is-static .review-card {
    width: 100%;
}

@keyframes adibroReviewTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (min-width: 1181px) {
    .reviews-section .review-carousel__group {
        grid-auto-columns: 286px;
    }

    .reviews-section .review-card {
        width: 286px;
    }
}

@media (max-width: 767px) {
    .reviews-section .review-carousel {
        display: flex;
        gap: 0;
        overflow: visible;
        padding-bottom: 0;
        animation-duration: 120s;
    }

    .reviews-section .review-carousel__group {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(82vw, 330px);
        gap: 18px;
        padding-right: 18px;
    }

    .reviews-section .review-carousel.is-static .review-carousel__group {
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-auto-columns: min(82vw, 330px);
        gap: 18px;
        padding-right: 0;
    }

    .reviews-section .review-card {
        width: min(82vw, 330px);
    }

    .reviews-section .review-carousel.is-static .review-card {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reviews-section .review-carousel {
        width: auto;
        overflow-x: auto;
        animation: none;
    }

    .reviews-section .review-carousel__group[aria-hidden="true"] {
        display: none;
    }
}

/* Final mobile pass: What To Expect through Newsletter. */
@media (max-width: 767px) {
    body.adibro-home-page .adibro-bg-run {
        overflow: hidden;
    }

    .adibro-bg-run .container,
    .proof-strip .container,
    .section-soft .container,
    .reviews-section .container,
    .trust-strip .container,
    .brand-promise .container,
    .newsletter-section .container {
        width: min(100% - 28px, 520px);
    }

    .result-section,
    .adibro-how-section,
    .proof-strip,
    .why-adibro-section,
    .section:has(.premium-problems),
    .reviews-section,
    .trust-strip,
    .brand-promise,
    .newsletter-section {
        padding-left: 0;
        padding-right: 0;
    }

    .result-section {
        padding-top: 42px;
        padding-bottom: 32px;
    }

    body.adibro-home-page .result-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    body.adibro-home-page .result-copy {
        align-items: center;
        margin-inline: auto;
        text-align: center !important;
    }

    body.adibro-home-page .result-copy .eyebrow {
        display: block;
        text-align: center;
        letter-spacing: 0.36em;
    }

    body.adibro-home-page .result-copy .adibro-flow-divider {
        margin-right: auto;
        margin-left: auto;
    }

    body.adibro-home-page .result-copy h2 {
        max-width: 370px;
        margin-inline: auto;
        font-size: clamp(1.78rem, 7.4vw, 2.05rem);
        line-height: 1.12;
        text-align: center !important;
        white-space: normal;
    }

    body.adibro-home-page .result-copy p:not(.eyebrow) {
        max-width: 330px;
        margin-inline: auto;
        font-size: 0.84rem;
        line-height: 1.56;
        text-align: center !important;
    }

    body.adibro-home-page .result-copy .btn {
        width: min(100%, 260px);
        justify-content: center;
        margin-inline: auto;
    }

    .expectation-board {
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
    }

    .expectation-board article {
        display: grid;
        justify-items: center;
        padding: 24px 20px;
        text-align: center;
    }

    .adibro-how-section {
        padding: 38px 0 58px;
    }

    .adibro-how-container {
        width: min(100% - 28px, 520px);
    }

    .adibro-how-heading {
        max-width: 360px;
        margin-inline: auto;
        font-size: clamp(2rem, 9.5vw, 2.75rem);
        line-height: 1.06;
        white-space: normal;
    }

    .adibro-how-cards {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .adibro-how-card {
        min-height: 0;
        padding: 30px 20px 26px;
    }

    .adibro-how-icon {
        width: 108px;
        height: 108px;
        margin-bottom: 18px;
    }

    .adibro-how-icon svg {
        width: 72px;
        height: 72px;
    }

    .adibro-how-corner,
    .adibro-how-table {
        display: none;
    }

    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        border-radius: 16px;
    }

    .proof-grid article {
        min-height: 96px;
        padding: 18px 10px;
    }

    .proof-grid strong {
        font-size: 1.45rem;
    }

    .proof-grid span {
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .why-adibro-section {
        padding: 46px 0;
    }

    .why-adibro-section .section-heading h2,
    .section > .container > .section-heading h2 {
        font-size: clamp(1.9rem, 8.5vw, 2.35rem);
        line-height: 1.12;
        text-align: center;
    }

    .why-adibro-section .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-adibro-section .feature-card {
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
    }

    .why-adibro-section .feature-card p {
        grid-column: 2;
        margin-top: 6px;
    }

    .premium-problems {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 22px;
    }

    .premium-problems .problem-card {
        min-height: 0;
        border-radius: 16px;
    }

    .premium-problems .problem-visual {
        min-height: 150px;
    }

    .premium-problems .problem-card > div:last-child {
        padding: 20px;
    }

    .reviews-section {
        padding: 42px 0;
    }

    .reviews-section .reviews-heading {
        margin-bottom: 18px;
    }

    .reviews-section .review-card {
        min-height: 272px;
        padding: 24px 22px;
    }

    .reviews-section .review-card p {
        font-size: 0.98rem;
        line-height: 1.48;
    }

    .trust-strip__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 0;
    }

    .trust-strip__grid .trust-item {
        min-height: 62px;
        padding: 0;
    }

    .brand-promise {
        padding: 0 0 32px;
    }

    .brand-promise__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: 0;
        padding: 26px 18px;
        border-radius: 18px;
    }

    .brand-promise__grid::before,
    .brand-promise__grid::after {
        opacity: 0.35;
    }

    .brand-promise__stamp {
        width: 116px;
        height: 116px;
        justify-self: center;
    }

    .brand-promise__copy h2 {
        font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    }

    .brand-promise__copy p {
        max-width: 320px;
        font-size: 0.92rem;
        line-height: 1.52;
    }

    .brand-promise .badge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
        max-width: 320px;
    }

    .brand-promise__visual {
        display: block;
    }

    .brand-promise__visual img {
        width: min(100%, 300px);
        margin-inline: auto;
        aspect-ratio: 16 / 10;
    }

    .newsletter-section {
        padding: 0;
    }

    .newsletter-card {
        width: min(100% - 28px, 520px);
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 0;
        text-align: center;
    }

    .newsletter-card h2 {
        font-size: 1.45rem;
    }

    .newsletter-card p:not(.eyebrow) {
        max-width: 300px;
        margin-inline: auto;
        font-size: 0.9rem;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        border-radius: 10px;
    }

    .newsletter-form input {
        min-height: 52px;
        text-align: center;
    }

    .newsletter-form .btn {
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    #best-sellers .best-seller-proof {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        width: 100% !important;
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        margin-top: 18px !important;
        overflow: hidden !important;
        border-radius: 15px !important;
        scroll-snap-type: none !important;
    }

    #best-sellers .best-seller-proof span,
    #best-sellers .best-seller-proof .best-seller-proof__clone,
    #best-sellers .best-seller-proof span:first-child {
        display: grid !important;
        grid-template-columns: 38px minmax(132px, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 0 0 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        padding: 10px 14px !important;
        border-top: 0 !important;
        border-left: 1px solid rgba(73, 107, 34, 0.16) !important;
        font-size: 0.68rem !important;
        line-height: 1.12 !important;
        white-space: normal !important;
        animation: bestSellerProofSlide 38s linear infinite !important;
        will-change: transform;
    }

    #best-sellers .best-seller-proof span:first-child {
        border-left: 0 !important;
    }

    #best-sellers .best-seller-proof span::before {
        width: 38px !important;
        height: 38px !important;
    }
}
