/* BIOBEY FR PROMOTIONS — loaded only on /promotions/
   Hero background: deep teal #2F5F5A, paired with Biobey yellow #F2D36B.
*/

.biobey-promo-hero,
.biobey-promo-section,
.biobey-faq-section,
.biobey-how-section,
.biobey-trust-row {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* HERO */
.biobey-promo-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 32px 24px;
    background: #2F5F5A;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.biobey-promo-hero > * {
    margin-left: 0;
    margin-right: 0;
}

.biobey-promo-label,
.biobey-promo-title,
.biobey-promo-intro,
.biobey-hero-code,
.biobey-hero-small {
    flex: 0 0 100%;
    width: 100%;
}

.biobey-promo-label {
    margin: 0 0 2px;
    color: #F2D36B;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1em;
    text-transform: uppercase;
}

h1.biobey-promo-title {
    max-width: 900px;
    margin: 0 auto 8px;
    color: #fff;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.025em;
    text-align: center;
    text-transform: none;
}

.biobey-promo-intro {
    max-width: 780px;
    margin: 0 auto 10px;
    color: #EEF5F3;
    font-size: 15px;
    line-height: 1.5;
}

/* Three clickable offer cards */
.biobey-promo-hero > .biobey-hero-option {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 340px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    color: #1F241E;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
    overflow: hidden;
}

.biobey-hero-option a {
    display: block;
    min-height: 100%;
    padding: 13px 14px 12px;
    color: #1F241E !important;
    text-decoration: none !important;
    background-image: none !important;
}

.biobey-hero-option strong {
    display: block;
    margin-bottom: 2px;
    color: #1F241E;
    font-size: 13px;
    font-weight: 700;
}

.biobey-hero-option .biobey-hero-option-cta {
    display: block;
    margin-top: 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .02em;
}

.biobey-hero-option:hover a,
.biobey-hero-option:focus-within a {
    text-decoration: none !important;
    filter: brightness(.98);
}

/* Coupon stripe */
.biobey-hero-code {
    max-width: 820px;
    margin: 6px auto 0;
    padding: 11px 14px;
    background: #F2D36B;
    color: #1F2C23;
    font-size: 13px;
    line-height: 1.4;
}

.biobey-hero-code strong:last-child {
    color: #102417;
    font-size: 18px;
    letter-spacing: .06em;
}

.biobey-hero-small {
    max-width: 820px;
    margin: -2px auto 0;
    color: #DFECE8;
    font-size: 10.5px;
    line-height: 1.45;
}

/* PRODUCT SECTIONS */
.biobey-promo-section {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 28px 24px;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.biobey-section-antiaging { background: #FBF7F1; }
.biobey-section-makeup { background: #F7F2F6; }
.biobey-section-wellness { background: #F1F5EE; }
.biobey-fifteen-section { background: #F2D36B; }

.biobey-promo-section h2,
.biobey-faq-section h2,
.biobey-how-section h2 {
    margin: 0 auto 8px;
    color: #222;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: none;
}

.biobey-section-label {
    margin: 0 0 5px;
    color: #B85A1B;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.biobey-section-label-green { color: #456248; }

.biobey-section-lead,
.biobey-section-text {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.biobey-section-lead {
    margin-bottom: 6px;
    font-size: 13.5px;
    line-height: 1.5;
}

.biobey-section-text {
    margin-bottom: 0;
    color: #555;
    font-size: 12.5px;
    line-height: 1.55;
}

.biobey-promo-note {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 12px auto 18px;
    padding: 7px 11px;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,.78);
    color: #B85A1B;
    font-size: 11px;
    line-height: 1.4;
}

.biobey-promo-note-green { color: #486443; }

/* Product grids */
.biobey-promo-section .woocommerce ul.products {
    display: grid !important;
    width: 100% !important;
    gap: 16px !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

.biobey-section-antiaging .woocommerce ul.products {
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
}

.biobey-section-makeup .woocommerce ul.products,
.biobey-section-wellness .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
}

.biobey-promo-section .woocommerce ul.products::before,
.biobey-promo-section .woocommerce ul.products::after {
    content: none !important;
    display: none !important;
}

.biobey-promo-section .woocommerce ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

/* 15% block */
.biobey-coupon-code {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 13px auto 6px;
    padding: 9px 18px;
    background: rgba(255,255,255,.86);
    color: #30472C;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.biobey-coupon-code strong {
    color: #102417;
    font-size: 19px;
    letter-spacing: .08em;
}

.biobey-shop-button {
    margin: 14px auto 0;
    text-align: center;
}

.biobey-shop-button a {
    display: inline-block;
    padding: 10px 20px;
    background: #102417;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.biobey-smallprint {
    max-width: 720px;
    margin: 9px auto 0;
    color: #555945;
    font-size: 10px;
    line-height: 1.4;
}

/* Trust */
.biobey-trust-row {
    margin-top: 22px;
    margin-bottom: 24px;
    padding: 13px 10px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    color: #344039;
    font-size: 11.5px;
    line-height: 1.6;
    text-align: center;
}

/* FAQ */
.biobey-faq-section {
    max-width: 900px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.biobey-faq-item {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ECECEC;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.biobey-faq-item summary {
    padding: 13px 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.biobey-faq-item > p {
    margin: 0;
    padding: 0 4px 14px;
    color: #5C625E;
    font-size: 12px;
    line-height: 1.55;
}

/* Comment ça marche */
.biobey-how-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
    margin-bottom: 24px;
    padding: 22px;
    background: #EEF3E9;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.biobey-how-section h2 {
    flex: 0 0 100%;
    width: 100%;
}

.biobey-how-step {
    flex: 1 1 0;
    margin: 0;
    padding: 13px 11px;
    background: rgba(255,255,255,.84);
    font-size: 11.5px;
    line-height: 1.5;
}

.biobey-how-step strong { color: #B85A1B; }

@media (max-width: 1024px) {
    .biobey-promo-hero > .biobey-hero-option {
        flex: 0 0 100%;
        width: 100%;
        max-width: 680px;
    }

    .biobey-section-antiaging .woocommerce ul.products,
    .biobey-section-makeup .woocommerce ul.products,
    .biobey-section-wellness .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        gap: 12px !important;
    }

    .biobey-how-step {
        flex: 0 0 100%;
        width: 100%;
        max-width: 700px;
    }
}

@media (max-width: 600px) {
    .biobey-promo-hero,
    .biobey-promo-section,
    .biobey-faq-section,
    .biobey-how-section,
    .biobey-trust-row {
        width: calc(100% - 18px);
    }

    .biobey-promo-hero {
        margin-top: 9px;
        margin-bottom: 12px;
        padding: 20px 10px 15px;
        gap: 8px;
    }

    h1.biobey-promo-title {
        font-size: 29px;
    }

    .biobey-promo-intro {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .biobey-promo-hero > .biobey-hero-option {
        font-size: 11.5px;
    }

    .biobey-hero-option a {
        padding: 10px 9px;
    }

    .biobey-hero-code {
        margin-top: 4px;
        padding: 8px 7px;
        font-size: 10.5px;
    }

    .biobey-hero-code strong:last-child {
        font-size: 15px;
    }

    .biobey-hero-small {
        font-size: 8.5px;
    }

    .biobey-promo-section {
        margin-top: 11px;
        margin-bottom: 11px;
        padding: 19px 9px;
    }

    .biobey-promo-section h2,
    .biobey-faq-section h2,
    .biobey-how-section h2 {
        font-size: 23px;
    }

    .biobey-section-lead {
        font-size: 12px;
    }

    .biobey-section-text {
        font-size: 11px;
    }

    .biobey-section-antiaging .woocommerce ul.products,
    .biobey-section-makeup .woocommerce ul.products,
    .biobey-section-wellness .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        gap: 8px !important;
    }

    .biobey-how-section {
        padding: 17px 9px;
        gap: 7px;
    }

    .biobey-how-step {
        padding: 10px;
        font-size: 10.5px;
    }
}
