@font-face {
    font-family: "Inter";
    src: url("../fonts/inter_latin.640b10a7966d94927c2ec64a71918e48.woff2");
}

#offer-page * {
    font-family: Inter, Arial, sans-serif;
}

#offer-page {
    background: #ffffff;
    color: #111827;
    padding-bottom: 20px;
}

#offer-page .header_s, #offer-page .header_m, #offer-page .header_l,
#offer-page .header_xl, #offer-page .header_xxl { display: none; }
@media (min-width:1250px) { #offer-page .header_xxl { display: block; } }
@media (max-width:1250px) { #offer-page .header_xl { display: block; } }
@media (max-width:1050px) { #offer-page .header_l { display: block; } }
@media (max-width:850px)  { #offer-page .header_m { display: block; } }
@media (max-width:450px)  { #offer-page .header_s { display: block; } }

#offer-page .main_header {
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    max-width: 820px;
    margin: 30px auto 24px;
    text-align: center;
    line-height: 1.35;
    padding: 0 16px;
}
@media (max-width: 500px) { #offer-page .main_header { font-size: 23px; } }

#offer-page #container_video {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 14px;
    background: #f3f4f6;
    border-radius: 20px;
    border: 3px solid var(--color-primary, #1f9d78);
    box-shadow: 0 20px 45px -15px rgba(15, 92, 63, 0.35);
}
#offer-page #container_video::before {
    content: "▶ VIDEO";
    position: absolute;
    top: -14px;
    left: 24px;
    background: var(--color-primary, #1f9d78);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    padding: 5px 14px;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 3;
}
#offer-page #video {
    display: block;
    width: 100%;
    max-width: 868px;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    background: #000;
}
#offer-page .unmute-btn {
    position: absolute;
    right: 32px;
    bottom: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 999px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}
#offer-page .unmute-btn img { width: 18px; height: 18px; filter: invert(1); }
#offer-page .unmute-btn[hidden] { display: none; }

#offer-page #block_form { margin: 40px auto; padding: 0 16px; }
#offer-page .formFb {
    position: relative;
    box-sizing: border-box;
    max-width: 600px;
    font-size: 17px;
    padding: 1.6em 1.4em 1.4em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border-radius: 16px;
    border: 3px solid var(--color-primary, #1f9d78);
    background: #f7fdfb;
    box-shadow: 0 24px 50px -18px rgba(15, 92, 63, 0.4);
}
#offer-page .formFb::before {
    content: "★ Beliebtestes Angebot";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent-red, #e0293a);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    padding: 6px 16px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}
#offer-page .formFb__container { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; }
#offer-page .formFb__text { display: block; margin: 0; }
#offer-page .formFb__action { margin-bottom: .5em; text-align: center; }
#offer-page .formFb__img { max-width: 220px; margin: 1em 0; }
#offer-page .formFb__img img { width: 100%; max-width: 100%; border-radius: 12px; }
#offer-page .formFb__price { display: flex; align-items: center; flex-direction: column; }
#offer-page .formFb__price--p { display: flex; align-items: center; }
#offer-page .formFb__price--old { font-size: 1.15em; text-decoration: line-through; margin-right: .5em; color: #6b7280; }
#offer-page .formFb__price--txt { margin-bottom: .55em; font-weight: bold; font-size: 1.2em; }
#offer-page .formFb__price--new { font-size: 2.4em; font-weight: 800; color: var(--color-primary-dark, #0f5c3f); }
#offer-page .formFb__note { font-size: .85em; text-align: center; color: #6b7280; margin: .75em 0; }
#offer-page .formFb__inputs { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 1em; max-width: 320px; width: 100%; }
#offer-page .formFb__inputs label { font-size: .9em; margin-bottom: .25em; text-align: center; }
#offer-page .formFb__inputs input {
    display: block; border: 1px solid #d1d5db; border-radius: 8px;
    padding: .65em .75em; width: 100%; margin: 0 auto; font-size: 1em;
}
#offer-page .formFb__btn {
    display: flex; width: 100%; max-width: 320px; padding: 1em 0;
    margin-bottom: .5em; background: var(--color-accent-red, #e0293a);
    border: none; border-radius: 10px; align-items: center; justify-content: center;
    text-align: center; text-decoration: none !important; color: #fff;
    font-size: 1.15em; font-weight: 800; letter-spacing: .02em; cursor: pointer;
    box-shadow: 0 10px 24px -6px rgba(224, 41, 58, 0.55);
    transition: transform .15s ease, box-shadow .15s ease, opacity .2s;
    animation: op-btn-pulse 2.2s ease-in-out infinite;
}
#offer-page .formFb__btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px -6px rgba(224, 41, 58, 0.6); }
#offer-page .formFb__btn:disabled { opacity: .6; cursor: default; animation: none; }
@keyframes op-btn-pulse {
    0%, 100% { box-shadow: 0 10px 24px -6px rgba(224, 41, 58, 0.55); }
    50% { box-shadow: 0 10px 30px -4px rgba(224, 41, 58, 0.8); }
}

#offer-page .disclaimer-box {
    max-width: 700px; margin: 20px auto; padding: 12px 18px;
    background: #fffbeb; border: 1px solid #fde68a; border-radius: 8px;
    font-size: 13px; color: #92400e; text-align: center;
}

#offer-page .reviews-section { max-width: 800px; margin: 40px auto; padding: 0 16px; }
#offer-page .reviews-title { font-weight: 700; font-size: 20px; margin-bottom: 16px; }
#offer-page .review { border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px; margin-bottom: 14px; background: #fff; }
#offer-page .review-name { font-weight: 700; color: #111827; margin-bottom: 6px; }
#offer-page .review-text { color: #374151; line-height: 1.5; }
#offer-page .review-text img { max-width: 260px; width: 100%; border-radius: 10px; margin-top: 8px; }

#offer-page footer a { text-decoration: none; }

/* ---- Hero ---- */
#offer-page .op-hero {
    max-width: 100%; margin: 0 auto; padding: 32px 16px 40px;
    background: linear-gradient(180deg, var(--color-bg, #eafcf6) 0%, #ffffff 100%);
}
#offer-page .op-hero__grid { max-width: 1100px; margin: 0 auto; }
#offer-page .op-hero__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; }
@media (max-width: 850px) { #offer-page .op-hero__grid { grid-template-columns: 1fr; } }
#offer-page .op-hero__text .main_header { text-align: left; margin: 12px 0 16px; max-width: 100%; }
#offer-page .op-kicker {
    display: inline-block; background: var(--color-accent, #d3f5e8); color: var(--color-primary-dark, #0f5c3f);
    font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 999px;
}
#offer-page .op-subhead { font-size: 17px; color: #374151; line-height: 1.6; margin-bottom: 16px; }
#offer-page .op-trustrow { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 20px; }
#offer-page .op-trustrow span { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--color-primary-dark, #0f5c3f); }
#offer-page .op-cta-link {
    display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--color-primary, #1f9d78);
    text-decoration: none; border-bottom: 2px solid var(--color-primary, #1f9d78); padding-bottom: 2px;
}
#offer-page .op-hero__img img { width: 100%; max-width: 340px; margin: 0 auto; display: block; filter: drop-shadow(0 12px 24px rgba(0,0,0,0.12)); }

#offer-page .op-section-kicker {
    text-align: center; text-transform: uppercase; letter-spacing: .06em; font-size: 12px;
    font-weight: 700; color: var(--color-primary, #1f9d78); margin: 0 0 6px;
}
#offer-page .op-h2 { text-align: center; font-size: 28px; font-weight: 700; color: #0f172a; margin: 0 0 32px; }

/* ---- Ingredients & how it works ---- */
#offer-page .op-section { max-width: 1000px; margin: 56px auto; padding: 0 16px; }
#offer-page .op-ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
@media (max-width: 850px) { #offer-page .op-ingredient-grid { grid-template-columns: repeat(2, 1fr); } }
#offer-page .op-ingredient-card {
    background: var(--color-bg, #eafcf6); border-radius: 14px; padding: 20px; text-align: center;
}
#offer-page .op-ingredient-icon {
    width: 48px; height: 48px; border-radius: 50%; background: var(--color-primary, #1f9d78); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 20px; margin: 0 auto 12px;
}
#offer-page .op-ingredient-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: #0f172a; }
#offer-page .op-ingredient-card p { font-size: 13.5px; color: #4b5563; line-height: 1.5; margin: 0; }

#offer-page .op-howitworks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 700px) { #offer-page .op-howitworks { grid-template-columns: 1fr; } }
#offer-page .op-step { text-align: center; }
#offer-page .op-step__num {
    display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%;
    background: var(--color-primary-dark, #0f5c3f); color: #fff; font-weight: 700; margin: 0 auto 10px;
}
#offer-page .op-step h4 { font-size: 15px; font-weight: 700; margin: 0 0 4px; color: #0f172a; }
#offer-page .op-step p { font-size: 13.5px; color: #4b5563; margin: 0; }

/* ---- Fit check (Geeignet für / Nicht geeignet für) ---- */
#offer-page .op-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 700px) { #offer-page .op-fit-grid { grid-template-columns: 1fr; } }
#offer-page .op-fit-card { border-radius: 16px; padding: 24px; border: 2px solid; }
#offer-page .op-fit-card--yes { background: var(--color-bg, #eafcf6); border-color: var(--color-primary, #1f9d78); }
#offer-page .op-fit-card--no { background: #fef2f2; border-color: #fca5a5; }
#offer-page .op-fit-card__head {
    display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 800;
    margin-bottom: 16px;
}
#offer-page .op-fit-card--yes .op-fit-card__head { color: var(--color-primary-dark, #0f5c3f); }
#offer-page .op-fit-card--no .op-fit-card__head { color: #b91c1c; }
#offer-page .op-fit-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
#offer-page .op-fit-card li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; color: #374151; }
#offer-page .op-fit-card--yes li i { color: var(--color-primary, #1f9d78); margin-top: 3px; flex-shrink: 0; }
#offer-page .op-fit-card--no li i { color: #dc2626; margin-top: 3px; flex-shrink: 0; }

/* ---- Guarantee ---- */
#offer-page .op-guarantee { background: var(--color-primary-dark, #0f5c3f); color: #fff; padding: 56px 16px; margin: 56px 0; }
#offer-page .op-guarantee__inner { max-width: 700px; margin: 0 auto; text-align: center; }
#offer-page .op-guarantee__icon { font-size: 40px; margin-bottom: 12px; opacity: .9; }
#offer-page .op-guarantee h2 { font-size: 26px; font-weight: 700; margin: 0 0 12px; }
#offer-page .op-guarantee p { font-size: 15px; line-height: 1.6; opacity: .9; margin-bottom: 24px; }
#offer-page .op-guarantee__badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-bottom: 20px; }
#offer-page .op-guarantee__badges span { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; }
#offer-page .op-guarantee__link { color: #fff; font-weight: 700; text-decoration: underline; }

/* ---- FAQ accordion ---- */
#offer-page .op-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
#offer-page .op-faq-item { border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; background: #fff; }
#offer-page .op-faq-q {
    width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px;
    background: none; border: none; text-align: left; padding: 16px 18px; font-weight: 700;
    font-size: 15px; color: #0f172a; cursor: pointer;
}
#offer-page .op-faq-a {
    max-height: 0; overflow: hidden; padding: 0 18px; font-size: 14px; color: #4b5563; line-height: 1.6;
    transition: max-height .25s ease, padding .25s ease;
}
#offer-page .op-faq-a.open { max-height: 260px; padding: 0 18px 18px; }

/* ---- Bottom form ---- */
#offer-page #block_form_bottom { max-width: 1000px; margin: 56px auto 30px; padding: 0 16px; }

/* ---- Sticky mobile CTA bar ---- */
#op-sticky-cta {
    display: none;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    background: #fff; border-top: 1px solid #e5e7eb;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
    padding: 10px 16px; align-items: center; justify-content: space-between; gap: 12px;
}
#op-sticky-cta.visible { display: flex; }
#op-sticky-cta .op-sticky-price { font-size: 15px; font-weight: 800; color: var(--color-primary-dark, #0f5c3f); white-space: nowrap; }
#op-sticky-cta .op-sticky-price small { display: block; font-size: 10px; font-weight: 600; color: #6b7280; }
#op-sticky-cta button {
    background: var(--color-accent-red, #e0293a); color: #fff; border: none; border-radius: 8px;
    padding: 10px 20px; font-weight: 800; font-size: 14px; cursor: pointer; white-space: nowrap;
}
@media (min-width: 851px) { #op-sticky-cta { display: none !important; } }

/* ---- Quiz ---- */
#offer-page .op-quiz {
    max-width: 100%; margin: 0; padding: 48px 16px;
    background: linear-gradient(180deg, #ffffff 0%, var(--color-bg, #eafcf6) 100%);
}
#offer-page .op-quiz-card, #offer-page .op-quiz > .op-h2, #offer-page .op-quiz > .op-section-kicker { max-width: 700px; margin-left: auto; margin-right: auto; }
#offer-page .op-quiz-card {
    position: relative;
    background: #fff;
    border: 3px solid var(--color-primary, #1f9d78);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 24px 50px -18px rgba(15, 92, 63, 0.35);
}
@media (max-width: 500px) { #offer-page .op-quiz-card { padding: 24px 18px; } }

#offer-page .op-quiz-progress { display: flex; justify-content: center; gap: 10px; margin-bottom: 28px; }
#offer-page .op-quiz-dot { width: 30px; height: 6px; border-radius: 999px; background: #e5e7eb; transition: background .2s; }
#offer-page .op-quiz-dot.active { background: var(--color-primary, #1f9d78); }

#offer-page .op-quiz-step { display: none; }
#offer-page .op-quiz-step.active { display: block; animation: op-fade-in .3s ease; }
#offer-page .op-quiz-q { font-size: 19px; font-weight: 700; color: #0f172a; text-align: center; margin: 0 0 24px; line-height: 1.4; }
#offer-page .op-quiz-options { display: flex; flex-direction: column; gap: 10px; }
#offer-page .op-quiz-option {
    width: 100%; text-align: left; padding: 14px 18px; border-radius: 12px;
    border: 2px solid #e5e7eb; background: #fff; color: #1f2937;
    font-size: 15px; font-weight: 600; cursor: pointer; transition: all .15s ease;
}
#offer-page .op-quiz-option:hover { border-color: var(--color-primary, #1f9d78); background: var(--color-bg, #eafcf6); }
#offer-page .op-quiz-option.selected {
    border-color: var(--color-primary, #1f9d78); background: var(--color-primary, #1f9d78); color: #fff;
}

#offer-page .op-quiz-result { display: none; text-align: center; }
#offer-page .op-quiz-result.active { display: block; animation: op-fade-in .35s ease; }
#offer-page .op-quiz-result__icon { font-size: 42px; color: var(--color-primary, #1f9d78); margin-bottom: 10px; }
#offer-page .op-quiz-result h3 { font-size: 22px; font-weight: 700; color: #0f172a; margin: 0 0 10px; }
#offer-page .op-quiz-result > p { font-size: 14.5px; color: #4b5563; margin: 0 0 16px; }

#offer-page .op-quiz-score-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--color-primary-dark, #0f5c3f); margin: 0 0 12px; }
#offer-page .op-quiz-gauge { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
#offer-page .op-quiz-gauge__track { flex: 1; height: 16px; background: #e5e7eb; border-radius: 999px; overflow: hidden; }
#offer-page .op-quiz-gauge__fill {
    width: 0%; height: 100%; border-radius: 999px;
    background: linear-gradient(90deg, var(--color-primary, #1f9d78), var(--color-accent-red, #e0293a));
    transition: width .9s ease-out;
}
#offer-page .op-quiz-gauge__value { font-size: 26px; font-weight: 800; color: var(--color-primary-dark, #0f5c3f); min-width: 68px; text-align: right; }
#offer-page .op-quiz-score-text { font-size: 14.5px; color: #374151; margin: 0 0 24px; line-height: 1.5; }
#offer-page .op-quiz-tips-intro { font-size: 14.5px; color: #4b5563; margin: 0 0 16px; }
#offer-page .op-quiz-tips { list-style: none; margin: 0 0 16px; padding: 0; text-align: left; display: flex; flex-direction: column; gap: 10px; }
#offer-page .op-quiz-tips li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #374151; line-height: 1.5; }
#offer-page .op-quiz-tips li i { color: var(--color-primary, #1f9d78); margin-top: 3px; }
#offer-page .op-quiz-result__note { font-size: 14px; font-weight: 600; color: var(--color-primary-dark, #0f5c3f); margin-bottom: 24px; }
#offer-page .op-quiz-result #block_form { margin: 0 auto; padding: 0; }

@keyframes op-fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
