/* ==========================================================================
   Fitraflex+ — Extra sections (added below the original hero fold)
   Reuses design tokens defined in :root inside home-B8Qwgpne.css
   ========================================================================== */

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
}

html, body {
    overflow-x: hidden;
}

.section {
    padding: 88px 0;
}

.section--tight {
    padding: 64px 0;
}

.section--mint {
    background: var(--c-mint);
}

.section--green {
    background: var(--c-green-hero-from);
    color: var(--c-white);
}

.section--green .section-title,
.section--green .eyebrow {
    color: var(--c-white);
}

.eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    font-family: var(--ff-meta);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--c-yellow-hover);
}

.section-head {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-head .section-title {
    margin-bottom: 16px;
}

.section-lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: var(--c-body);
}

.section--green .section-lead {
    color: var(--c-white-soft);
}

/* ---------- Before / After ---------- */

.before-after {
    text-align: center;
}

.before-after__img {
    max-width: 800px;
    margin: 0 auto 32px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 58, 42, .12);
}

.before-after__img img {
    width: 100%;
    display: block;
}

/* ---------- Lifestyle two-column ---------- */

.lifestyle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    align-items: center;
}

.lifestyle + .lifestyle {
    margin-top: 96px;
}

.lifestyle__media img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 58, 42, .12);
}

.lifestyle__copy h3 {
    margin: 0 0 16px;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: var(--c-green-heading);
}

.lifestyle__copy p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--c-body);
}

.check-list {
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--c-body);
}

.check-list li::before {
    content: "";
    flex: none;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--c-green-heading);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/></svg>") center / 60% no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/></svg>") center / 60% no-repeat;
}

/* ---------- Ingredients detail ---------- */

.ingredients-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.ingredients-detail__img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 58, 42, .12);
}

.ingredients-detail__copy h3 {
    margin: 0 0 12px;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 24px;
    color: var(--c-green-heading);
}

.ingredients-detail__copy p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--c-body);
}

.ingredients-detail__disclaimer {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--c-body);
    opacity: .75;
}

/* ---------- Product highlight ---------- */

.product-highlight {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 56px;
    align-items: center;
}

.product-highlight__img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 58, 42, .12);
}

.product-highlight__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 24px 0;
}

.product-fact {
    background: var(--c-white);
    border: 1px solid var(--c-sep);
    border-radius: 14px;
    padding: 16px;
}

.product-fact strong {
    display: block;
    font-family: var(--ff-display);
    font-size: 15px;
    color: var(--c-ink);
    margin-bottom: 4px;
}

.product-fact span {
    font-size: 13px;
    color: var(--c-body);
}

/* ---------- Guarantee ---------- */

.guarantee {
    display: grid;
    grid-template-columns: .65fr 1fr;
    gap: 48px;
    align-items: center;
}

.guarantee__img img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    display: block;
}

.guarantee__copy h3 {
    margin: 0 0 16px;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 28px;
    color: var(--c-green-heading);
}

.guarantee__copy p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--c-body);
}

/* ---------- Trust bar ---------- */

.trust-bar {
    background: var(--c-white);
    border-top: 1px solid var(--c-sep);
    border-bottom: 1px solid var(--c-sep);
}

.trust-bar__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 28px var(--container-pad);
}

.trust-bar__stars {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 14px;
    color: var(--c-ink);
}

.trust-bar__stars img {
    height: 18px;
}

.trust-bar__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ff-display);
    font-weight: 500;
    font-size: 14px;
    color: var(--c-ink);
}

.trust-bar__item img {
    width: 22px;
    height: 22px;
}

/* ---------- FAQ ---------- */

.faq {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--c-sep);
    padding: 20px 0;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: var(--ff-display);
    font-weight: 500;
    font-size: 17px;
    color: var(--c-ink);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    flex: none;
    font-size: 22px;
    line-height: 1;
    color: var(--c-green-heading);
    transition: transform var(--transition);
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--c-body);
}

/* ---------- Final CTA ---------- */

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

.final-cta h2 {
    margin: 0 0 16px;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 36px;
    color: var(--c-white);
}

.final-cta p {
    margin: 0 0 32px;
    font-size: 17px;
    color: var(--c-white-soft);
}

.disclaimer-note {
    font-size: 12px;
    color: var(--c-body);
    opacity: .75;
    text-align: center;
    max-width: 720px;
    margin: 16px auto 0;
    line-height: 1.5;
}

.section--green .disclaimer-note {
    color: var(--c-white-faint);
    opacity: 1;
}

/* ---------- Storytelling ---------- */

.story {
    max-width: 760px;
    margin: 0 auto;
}

.story p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.75;
    color: var(--c-body);
}

.story p:first-of-type::first-letter {
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 56px;
    line-height: 1;
    float: left;
    padding: 4px 8px 0 0;
    color: var(--c-green-heading);
}

.story__signature {
    margin-top: 32px;
    font-family: var(--ff-display);
    font-weight: 500;
    font-size: 14px;
    color: var(--c-green-heading);
    opacity: .85;
}

/* ---------- Stats band ---------- */

.stats-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.stat strong {
    display: block;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 40px;
    color: var(--c-white);
}

.stat span {
    font-size: 14px;
    color: var(--c-white-soft);
}

/* ---------- Testimonials ---------- */

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

.testimonial-card {
    background: var(--c-white);
    border: 1px solid var(--c-sep);
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.testimonial-card__stars {
    display: flex;
    gap: 3px;
}

.testimonial-card__stars svg {
    width: 16px;
    height: 16px;
    fill: var(--c-yellow);
}

.testimonial-card__quote {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--c-body);
    flex: 1;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c-mint);
    color: var(--c-green-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 15px;
    flex: none;
}

.testimonial-card__name {
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 14px;
    color: var(--c-ink);
    display: block;
}

.testimonial-card__meta {
    font-size: 12px;
    color: var(--c-body);
    opacity: .75;
}

/* ---------- Composition card (nutrition table + product) — exact copy of original ingredients page CSS ---------- */

.composition__card {
    background: var(--c-white);
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(156, 156, 156, .3);
    padding: 40px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 120px;
    margin-bottom: 40px;
}

.composition__label img {
    width: 100%;
    max-width: 458px;
    height: auto;
    object-fit: contain;
}

.composition__product img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
}

.nutrition {
    width: 100%;
    max-width: 520px;
    text-align: left;
}

.nutrition__title {
    margin: 0 0 4px;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: clamp(22px, 2.6vw, 28px);
    line-height: 1.2;
    color: var(--c-green-heading);
}

.nutrition__serving {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-body);
}

.nutrition__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.nutrition__table th,
.nutrition__table td {
    padding: 12px 10px;
    border-bottom: 1px solid var(--c-sep);
    vertical-align: top;
    text-align: left;
}

.nutrition__table thead th {
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: var(--c-green-heading);
    background: var(--c-mint);
    border-bottom: 2px solid var(--c-green-heading);
}

.nutrition__table thead th:nth-child(2),
.nutrition__table thead th:nth-child(3),
.nutrition__amount,
.nutrition__nrv {
    text-align: right;
    white-space: nowrap;
}

.nutrition__name {
    display: block;
    font-weight: 600;
    color: var(--c-ink);
}

.nutrition__note {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(34, 34, 34, .7);
}

.nutrition__amount {
    font-weight: 600;
    color: var(--c-ink);
}

.nutrition__footnote {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(34, 34, 34, .75);
}

/* ---------- Dosage — exact copy of original ---------- */

.dosage {
    display: grid;
    gap: 24px;
    max-width: 800px;
    margin: 32px auto 0;
}

.dosage__line {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--c-body);
}

.dosage__line strong {
    color: var(--c-ink);
    font-weight: 700;
    margin-right: 6px;
}

.dosage__disclaimer {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(34, 34, 34, .75);
}

/* ---------- Ingredients detail figure (standalone, tight to its copy) ---------- */

.ingredients-figure {
    max-width: 800px;
    margin: 0 auto 32px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 58, 42, .12);
}

.ingredients-figure img {
    width: 100%;
    display: block;
}

/* ---------- Larger CTA button variant ---------- */

.btn--cta-lg {
    padding: 16px 36px;
    font-size: 18px;
    min-width: 220px;
}

/* ---------- Pricing — exact replica of the original checkout offer cards ---------- */

:root {
    --c-orange: #ff8a00;
    --c-orange-hover: #e57a00;
    --c-yellow-pill: #fcca25;
    --c-error-old: #dc3545;
    --c-ink-soft: #222;
    --c-grey-tag: #e8e8e8;
    --radius-card: 4px;
}

.offer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}

.offer-card {
    position: relative;
    background: var(--c-white);
    border: 1px solid var(--c-sep);
    border-radius: var(--radius-card);
    padding: 40px;
    width: 416px;
    flex: 0 0 416px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 100px -20px rgba(50, 50, 93, .25), 0 0 60px -30px rgba(0, 0, 0, .3);
    font-family: "Inter", var(--ff-display), sans-serif;
    transition: transform .22s cubic-bezier(.2, .7, .2, 1), border-color .2s ease, box-shadow .22s ease;
}

.offer-card:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(255, 138, 0, .55);
    box-shadow: 0 16px 60px -20px rgba(255, 138, 0, .25), 0 0 100px -20px rgba(50, 50, 93, .25), 0 0 60px -30px rgba(0, 0, 0, .3);
}

.offer-card.is-featured.is-selected {
    border-color: transparent;
    box-shadow: inset 0 0 0 3px var(--c-orange), 0 18px 60px -20px rgba(255, 138, 0, .3), 0 0 100px -20px rgba(50, 50, 93, .25), 0 0 60px -30px rgba(0, 0, 0, .3);
}

.offer-card__last-sale {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--c-grey-tag);
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    padding: 8px 12px;
    border-radius: 0 var(--radius-card) 0 var(--radius-card);
    display: flex;
    flex-direction: column;
}

.offer-card.is-featured .offer-card__last-sale {
    background: var(--c-orange);
    color: var(--c-white);
}

.offer-card__title {
    margin: 28px 0 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: var(--c-ink-soft);
    text-align: center;
    width: 100%;
}

.offer-card__media {
    width: 352px;
    height: 200px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-card__media img {
    max-height: 220px;
    width: auto;
    object-fit: contain;
}

.offer-card__label {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: var(--c-ink-soft);
    text-align: center;
    width: 100%;
}

.offer-card__perks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 295px;
}

.offer-card__perk {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.offer-card__perk-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
}

.offer-card__perk-text {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: var(--c-ink-soft);
}

.offer-card__perk--highlight .offer-card__perk-text {
    background: var(--c-yellow-pill);
    padding: 10px 8px;
    border-radius: var(--radius-card);
    text-transform: uppercase;
}

.offer-card__pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 153px;
    text-align: center;
    margin-top: auto;
}

.offer-card__previously {
    font-weight: 700;
    font-size: 13px;
    color: var(--c-ink-soft);
}

.offer-card__old {
    font-weight: 600;
    font-size: 22px;
    color: var(--c-error-old);
    text-decoration: line-through;
}

.offer-card__price {
    font-weight: 700;
    font-size: 28px;
    color: var(--c-ink-soft);
    line-height: 1.2;
}

.offer-card__per-pack {
    font-weight: 700;
    font-size: 13px;
    color: var(--c-ink-soft);
}

.offer-card .btn--buy {
    width: 100%;
    background: transparent;
    color: var(--c-orange);
    border: 1px solid var(--c-orange);
    padding: 12px 16px;
    font-size: 20px;
    font-weight: 700;
    border-radius: var(--radius-input, 8px);
    text-align: center;
    display: block;
    transition: background-color .2s ease;
}

.offer-card .btn--buy:hover {
    background: rgba(255, 138, 0, .08);
}

.offer-card.is-featured .btn--buy,
.offer-card.is-selected .btn--buy {
    background: var(--c-orange);
    color: var(--c-white);
    border-color: var(--c-orange);
    box-shadow: 0 6px 16px rgba(255, 138, 0, .3);
}

.offer-card.is-featured .btn--buy:hover,
.offer-card.is-selected .btn--buy:hover {
    background: var(--c-orange-hover);
}

.container--wide {
    max-width: 1368px;
    margin: 0 auto;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
}

/* ---------- Hero benefits row: allow wrapping for longer DE/FR translations
   (English fits on one line already, so this only kicks in for de/fr) ---------- */

html[lang="de"] .benefits,
html[lang="fr"] .benefits {
    flex-wrap: wrap;
    max-width: 560px;
    row-gap: 14px;
}

html[lang="de"] .benefit,
html[lang="fr"] .benefit {
    flex: 0 1 30%;
    min-width: 110px;
    max-width: 150px;
    font-size: 11px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

/* Keep the hero background photo a fixed height/crop in every language.
   Instead of letting the growing content (2-line DE/FR benefits) resize
   the container the background is attached to -- which distorts the
   background-size:cover crop -- the photo lives on a fixed-height layer
   behind the content, so it always looks identical to the English version. */
.hero {
    background-image: none;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    background-color: var(--c-green-hero-from);
    background-image: url(images/hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

.hero .site-header,
.hero .hero__inner {
    position: relative;
    z-index: 1;
}

@media (max-width: 1023.98px) {
    .hero::before {
        height: 900px;
        background-image: url(images/hero_mobile.webp);
        background-size: 100% auto;
    }
}

/* ---------- Language switcher ---------- */

.lang-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: rgba(255, 255, 255, .08);
    border-radius: var(--radius-pill);
}

.lang-switch__btn {
    border: none;
    background: transparent;
    color: var(--c-white-soft);
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: background-color var(--transition), color var(--transition);
}

.lang-switch__btn:hover {
    color: var(--c-white);
}

.lang-switch__btn.is-active {
    background: var(--c-white);
    color: var(--c-ink);
}

/* ---------- Responsive ---------- */

@media (max-width: 1023.98px) {
    .offer-list {
        flex-direction: column;
        align-items: center;
    }

    .section {
        padding: 56px 0;
    }

    .composition__card {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px;
    }

    .nutrition {
        max-width: 100%;
    }

    .nutrition__table {
        font-size: 14px;
    }

    .nutrition__table th,
    .nutrition__table td {
        padding: 10px 6px;
    }

    .offer-card {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .lifestyle,
    .lifestyle + .lifestyle {
        margin-top: 56px;
    }

    .lifestyle,
    .ingredients-detail,
    .product-highlight,
    .guarantee {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .guarantee__img img {
        max-width: 220px;
    }

    .section-title {
        font-size: 30px;
    }

    .final-cta h2 {
        font-size: 28px;
    }

    .trust-bar__inner {
        gap: 20px;
    }
}

/* ---------- Policies page ---------- */

.policy {
    max-width: 800px;
    margin: 0 auto;
    padding: 96px var(--container-pad) 96px;
}

.policy h1 {
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 40px;
    color: var(--c-green-heading);
    margin: 0 0 8px;
}

.policy__updated {
    font-size: 14px;
    color: var(--c-body);
    opacity: .75;
    margin: 0 0 40px;
}

.policy h2 {
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: 22px;
    color: var(--c-green-heading);
    margin: 40px 0 12px;
}

.policy p,
.policy li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--c-body);
}

.policy ul {
    padding-left: 20px;
    list-style: disc;
    margin: 0 0 16px;
}

.policy li {
    margin-bottom: 8px;
}
