html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    font-size: var(--font-md);
    line-height: var(--lh-snug);
    color: #000000;
    background-color: #fff;
}

.bold { font-weight: var(--fw-bold); }
.strong { font-weight: var(--fw-strong); }

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
    font-family: "Assistant", sans-serif;
}

h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
}

h3 {
    font-size: var(--font-xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
}

a {
    color: var(--color-link);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 var(--sp-sm);
}

.header {
    padding-top: var(--sp-xs);
    background: #fff;
    text-align: left;
}

.header-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 var(--sp-md);
    text-align: center;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-xs);
    text-decoration: none;
}

.logo-icon {
    width: 50px;
    height: auto;
}

.logo-text-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-text {
    height: 14px;
    width: auto;
}

.logo-tagline {
    height: 9px;
    width: auto;
}


.trust-banner {
    background: #f2f2f2;
    padding: var(--sp-md) var(--sp-md) var(--sp-md);
}

.trust-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-xs);
    text-align: left;
}

.trust-text {
    flex: 1;
}

.trust-text h3 {
    font-size: var(--font-xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    color: rgb(0, 0, 0);
    margin-bottom: 0;
    font-family: 'DM Serif Display', serif;
}

.trust-text p {
    font-size: var(--font-base);
    line-height: var(--lh-snug);
    color: rgb(0, 0, 0);
    margin-top: var(--sp-xs);
}

.trust-badge {
    flex-shrink: 0;
}

.trust-badge img {
    max-width: 100px;
}

.main {
    padding: var(--sp-md) 0 var(--sp-xl);
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: var(--sp-xs);
    margin-bottom: var(--sp-xs);
    flex-wrap: wrap;
}

.stars-img {
    height: 20px;
    width: auto;
}

.rating-count {
    font-size: var(--font-base);
    font-weight: var(--fw-extra-bold);
    line-height: var(--lh-relaxed);
    color: rgb(0, 0, 0);
}

.red {
    color: red;
}


.divider {
    color: #ccc;
}

.answers-link {
    color: var(--color-link);
}

.main-title {
    font-size: var(--font-3xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    color: rgb(0, 0, 0);
    margin-bottom: var(--sp-sm);
}

h1 {
    font-size: var(--font-3xl);
    line-height: var(--lh-snug);
}

.benefits-list {
    margin-bottom: var(--sp-md);
    padding-left: 0;
    list-style: none;
}

.benefits-list li {
    font-size: var(--font-xl);
    line-height: var(--lh-normal);
    color: rgb(0, 0, 0);
    display: flex;
    align-items: flex-start;
}

.favorite-badge {
    display: block;
    background: linear-gradient(110deg, rgb(100, 82, 198) 90%, rgb(255, 255, 255) 0%);
    color: var(--clr-white);
    width: 100%;
    max-width: 100%;
    padding: var(--sp-xs) var(--sp-sm);
    border-radius: 0px;
    margin: 15px 0px;
    font-size: var(--font-base);
    font-weight: var(--fw-bold);
    line-height: var(--lh-relaxed);
    text-transform: uppercase;
}

.favorite-label {
    font-size: var(--font-xl);
    margin-right: 8px;
}

.favorite-text {
    font-weight: var(--fw-bold);
    font-size: var(--font-xl);
    color: rgb(255, 164, 27);
}

.trust-badges {
    text-align: center;
    margin-bottom: var(--sp-md);
}

.trust-badges img {
    max-width: 100%;
}

.pricing-info {
    margin-bottom: var(--sp-md);
    text-align: center;
}

.pricing-info-live {
    margin-bottom: var(--sp-xl);
    text-align: left;
}


.pricing-info-live p {
    font-size: var(--font-xl);
    line-height: var(--lh-normal);
    margin: 0;
}

.pricing-info-live .price-orange {
    color: #e53935;
}

.pricing-info-live .price-green {
    color: #43a047;
}

.price-regular span {
    font-weight: var(--fw-strong);
    font-size: var(--font-2xl);
}

.strikethrough {
    text-decoration: line-through;
}

.price-best {
    font-size: var(--font-2xl);
}

.price-highlight {
    color: #e53935;
    font-weight: var(--fw-strong);
}

.return-banner {
    background: #fff;
    border: none;
    text-align: center;
    margin-bottom: var(--sp-md);
    border-radius: 0;
}

.return-banner h3 {
    font-size: var(--font-2xl);
    margin-bottom: 5px;
}

.return-banner p {
    font-size: var(--font-xl);
}

.savings-info {
    margin-bottom: var(--sp-md);
    text-align: center;
    font-size: var(--font-xl);
}

.savings-amount {
    color: #e53935;
    font-weight: var(--fw-extra-bold);
}

.cta-button {
    display: block;
    width: 100%;
    background: rgb(0, 0, 0);
    color: var(--clr-white);
    text-align: center;
    padding: var(--sp-sm);
    border-radius: var(--radius-sm);
    font-weight: var(--fw-normal);
    font-size: var(--font-xl);
    line-height: var(--lh-loose);
    text-decoration: none;
    margin: 10px 0;
    transition: background 0.2s ease;
}

.cta-button:hover {
    background: #333;
    text-decoration: none;
}

.cta-button.green {
    background: #43a047;
}

.cta-button.green:hover {
    background: #388e3c;
}

.arrow {
    margin-left: 10px;
    width: 30px;
    height: auto;
    vertical-align: middle;
}


.reviews-section h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
}

.review {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-md);
    margin-bottom: var(--sp-md);
    padding-bottom: var(--sp-md);
    border-bottom: 1px solid #e5e5e5;
}

.review:last-child {
    border-bottom: none;
}

.review-content {
    flex: 1;
}

.review-checkmark {
    flex-shrink: 0;
    padding-top: var(--sp-xs);
}

.review-checkmark img {
    width: 25px;
    height: 25px;
}

.reviewer-name {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    color: #000;
    margin: 0 0 0 0;
}

.review-stars {
    font-size: var(--font-lg);
    line-height: var(--lh-relaxed);
    color: #f5a623;
    margin: 0 0 5px 0;
}

.review-date {
    font-size: var(--font-base);
    font-weight: var(--fw-normal);
    line-height: var(--lh-snug);

    margin: 0 0 10px 0;
}

.review h4 {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    color: #000;
    margin: 0 0 5px 0;
}

.review .review-text {
    font-size: var(--font-md);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
    color: #000;
    margin: 0 0 0 0;
}

.guarantee-text-in {
    font-size: var(--font-lg);
    padding-bottom: 0px;
    line-height: var(--lh-loose);
}

.info-section {
    margin-top: var(--sp-lg);

}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-xs);
    margin-bottom: var(--sp-sm);
}

.info-item:last-child {
    margin-bottom: 0;
}

.emoji {
    font-size: var(--font-xl);
    line-height: var(--lh-none);
}

.info-item > div {
    flex: 1;
}

.info-title {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    color: #000;
    margin: 0 0 2px;
}

.info-desc {
    font-size: var(--font-md);
    margin: 0;
}

.payment-section {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
    text-align: left;
}

.payment-section .payment-icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--sp-lg);
}

.black-line-separator {
    height: 3px;
    background-color: #232222;
    width: 100%;
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-md);
}

.payment-icons img {
    max-width: 100%;
    height: auto;
}

.payment-section h3 {
    font-size: var(--font-2xl);
    margin-bottom: var(--sp-sm);
}

.payment-section p {
    font-size: var(--font-xl);
}

.payment-section ul {
    list-style: none;
    text-align: left;
    max-width: 400px;
    padding: var(--sp-sm);
    line-height: var(--lh-none);
}

.payment-section li {
    padding: 5px 0;
    font-size: var(--font-md);
}

.accordion {
    background: #f5f5f5;
    border: none;
}

.accordion details {
    interpolate-size: allow-keywords;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.accordion details:last-child {
    border-bottom: none;
}

.accordion summary {
    width: 100%;
    padding: var(--sp-sm);
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: var(--sp-sm);
    font-size: var(--font-md);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    list-style: none;
}

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

.accordion summary:hover {
    background: #ebebeb;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    order: -1;
    flex-shrink: 0;
    transform: rotate(0deg);
}

details[open] .accordion-icon {
    transform: rotate(180deg);
}

.accordion details::details-content {
    overflow-y: clip;
    block-size: 0;
    transition: block-size 0.3s ease-out, content-visibility 0.3s allow-discrete;
    content-visibility: hidden;
}

.accordion details[open]::details-content {
    block-size: auto;
    content-visibility: visible;
    transition: block-size 0.4s ease-in, content-visibility 0.4s allow-discrete;
}

.accordion-content {
    padding: var(--sp-md) var(--sp-lg);
    background: #f5f5f5;
}

.accordion-content p {
    font-size: var(--font-base);
    line-height: var(--lh-relaxed);
    color: #000;
    margin-bottom: var(--sp-xs);
}

.accordion-content ul {
    padding-left: var(--sp-md);
    margin-top: var(--sp-xs);
    margin-bottom: var(--sp-xs);
}

.accordion-content li {
    font-size: var(--font-base);
    line-height: var(--lh-relaxed);
    color: #000;
    margin-bottom: 5px;
}

.accordion-section {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
}

.accordion-section h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-sm);
}

.ingredient-section {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
    padding: var(--sp-lg) 0;
    border-top: 1px solid #e5e5e5;
}

.ingredient-section h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
}

.invisible-separator {
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-lg);
    margin-left: 30px;
    margin-right: 30px;
}

.ingredient-card {
    background: #f5f5f5;
    border-radius: var(--radius-md);
    padding: var(--sp-md);
    margin-bottom: var(--sp-md);
}

.ingredient-card h3 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    margin-bottom: var(--sp-xs);
    color: #333;
}

.ingredient-card .dosage {
    font-size: var(--font-base);
    color: #666;
    margin-bottom: var(--sp-sm);
}

.ingredient-card p {
    font-size: var(--font-base);
    line-height: var(--lh-normal);
    color: #333;
}

.extended-guarantee {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
}

.extended-guarantee h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
}

.guarantee-subtitle {
    font-size: var(--font-xl);

    margin-bottom: var(--sp-md);
}


.guarantee-content {
    display: flex;
    flex-direction: column;
    gap: var(--sp-md);
    align-items: center;
}

.guarantee-text {
    flex: 0 0 55%;
    border-left: 4px solid #43a047;
    padding-left: var(--sp-md);
}

.guarantee-text p {
    font-size: var(--font-md);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--sp-sm);

}

.guarantee-text p:last-child {
    margin-bottom: 0;
}

.guarantee-badge {
    flex: 0 0 auto;
    text-align: center;
    order: -1;
    margin-bottom: var(--sp-md);
}

.guarantee-badge img {
    max-width: 200px;
    height: auto;
}

.certificates {
    text-align: left;
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
}

.certificates h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
}

.faq-section {
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-md);
    padding-top: var(--sp-md);
}

.faq-section > h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-xs);
}

.faq-section > p {
    margin-bottom: var(--sp-md);
}

.social-comments {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
    text-align: center;
}

.social-comments h2 {
    font-size: var(--font-3xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-xs);
}

.social-subtitle {
    font-size: var(--font-lg);
    margin-bottom: var(--sp-lg);
}

.social-comments-img {

    max-width: 100%;
}

.final-cta {
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-md);
    padding-top: var(--sp-md);
    text-align: center;
}

.final-cta h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-tight);
    margin-bottom: var(--sp-md);
}

.final-cta > p {
    margin-bottom: var(--sp-md);
    font-size: var(--font-md);
    line-height: var(--lh-snug);
}

.benefits-box {
    background: #f5f5f5;
    padding: var(--sp-xl) var(--sp-lg);
    border-radius: 0;
    margin-top: var(--sp-lg);
    text-align: left;
}

.benefits-box h3 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    text-align: center;
    margin-bottom: var(--sp-lg);
    line-height: var(--lh-snug);
}

.benefits-box ul {
    list-style: none;
    margin-bottom: var(--sp-lg);
    padding: 0;
}

.font-small-cta {
    font-size: var(--font-sm);
}

.benefits-box li {
    margin-bottom: var(--sp-md);
    font-size: var(--font-xl);
    line-height: var(--lh-snug);
    display: block;
    padding-left: var(--sp-lg);
    position: relative;
}

.green-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #43a047;
    color: var(--clr-white);
    font-size: var(--font-sm);
    font-weight: var(--fw-strong);
    border-radius: var(--radius-sm);
    position: absolute;
    left: 0;
    top: 2px;
}

.benefits-box .cta-button {
    background: #000;
}

.benefits-box .cta-button:hover {
    background: #333;
}

.final-reviews {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
    padding-top: var(--sp-lg);
}

.final-reviews h2 {
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
}

.final-reviews .review h4 {
    font-style: normal;
}

.footer {
    background: #1a1a1a;
    color: var(--clr-white);
    padding: var(--sp-md) 0 var(--sp-sm);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--sp-xl);
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--sp-sm);
    margin-bottom: var(--sp-sm);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: var(--sp-xs);
    text-decoration: none;
}

.footer-logo:hover {
    text-decoration: none;
}

.footer-logo .logo-icon {
    filter: brightness(0) invert(1);
}

.footer-logo .logo-text {
    filter: brightness(0) invert(1);
}

.footer-logo .logo-tagline {
    filter: brightness(0) invert(1);
}

.footer-links-right {
    display: flex;
    gap: var(--sp-md);
}

.footer-links-right a {
    color: #888;
    font-size: var(--font-xs);
    text-decoration: underline;
}

.footer-links-right a:hover {
    color: #fff;
}

.footer-bottom {
    font-size: var(--font-xs);
    color: #888;
    gap: var(--sp-xs);
}

.footer-copyright {
    font-size: var(--font-xs);
    color: #888;
    margin: 0;
}

.footer-copyright a {
    color: #43a047;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.footer-links {
    display: flex;
    gap: var(--sp-xl);
}

.footer-links a {
    color: #888;
    font-size: var(--font-xs);
    text-decoration: underline;
}

.footer-links a:hover {
    color: var(--clr-white);
}

.mega-angebot {
    background: #f5f5f5;
    padding: var(--sp-lg) var(--sp-md);
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-lg);
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.mega-angebot-inner {
    max-width: 400px;
    margin: 0 auto;
}

.mega-title {
    font-size: var(--font-3xl);
    font-weight: var(--fw-strong);
    margin-bottom: var(--sp-sm);
    color: #000;
    font-family: 'DM Serif Display', serif;
}

.mega-headline {
    font-size: var(--font-xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
    color: #000;
    font-family: 'DM Serif Display', serif;
}

.mega-subtitle-box {
    border: 3px dashed #6452c6;
    padding: var(--sp-xs) var(--sp-xs);
    margin-bottom: var(--sp-md);
    background-color: #ECF5FA;
}

.mega-subtitle-box p {
    font-size: var(--font-lg);
    line-height: var(--lh-snug);
    margin: 0;
    color: #000;
    font-weight: var(--fw-strong);
    font-family: 'Assistant', serif;
}

.mega-benefits {
    text-align: left;
    margin-bottom: var(--sp-md);
}

.mega-benefit {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-sm);
    margin-bottom: var(--sp-sm);
}

.mega-benefit:last-child {
    margin-bottom: 0;
}

.mega-benefit .green-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #43a047;
    color: var(--clr-white);
    font-size: var(--font-sm);
    font-weight: var(--fw-strong);
    border-radius: var(--radius-full);
    margin-top: 2px;
}

.mega-benefit p {
    font-size: var(--font-md);
    line-height: var(--lh-snug);
    margin: 0;
    color: #000;
}

.mega-benefit p .strong {
    font-weight: var(--fw-strong);
}

.mega-angebot .cta-button {
    margin-top: var(--sp-md);
}

@media (min-width: 768px) {
    .info-section { margin-top: var(--sp-xl); }
    .header-container { text-align: left; }
    .logo img { width: auto; }
    .trust-badge img { max-width: 330px; }
    .favorite-badge { width: 550px; max-width: 550px; padding: var(--sp-xs) var(--sp-xl) var(--sp-xs) var(--sp-md); font-size: var(--font-xl); }
    .cta-button { padding: var(--sp-md) 0; }
    .review-checkmark img { width: 30px; height: 30px; }
    .certificates img { max-width: 50%; height: auto; }
    .guarantee-content { flex-direction: row; }
    .guarantee-badge { flex: 1; order: 0; margin-bottom: 0; }
    .guarantee-badge img { max-width: 280px; }
    .benefits-box { padding: var(--sp-xl) calc(140px); }
    .footer-bottom { flex-direction: row; align-items: center; gap: var(--sp-sm); }
    .black-line-separator { margin-top: var(--sp-xl); margin-bottom: var(--sp-xl); }
}
