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); }
.price-crossed { text-decoration: line-through; }
.red { color: #ff2e2e; }
.divider { color: #ccc; }

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 {
    background: #ededed;
}

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

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

.logo:hover {
    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: #000;
    margin-bottom: 0;
    font-family: 'DM Serif Display', serif;
}

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

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

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

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

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

.stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.stars img {
    height: 18px;
    width: auto;
}

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

.answers-link {
    font-size: var(--font-base);
    line-height: var(--lh-relaxed);
    color: var(--color-link);
}

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

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

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

.benefits-list li {
    font-size: var(--font-xl);
    line-height: var(--lh-normal);
    color: #000;
}

.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);
}

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

.pricing-info-live h1 {
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-sm);
}

.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 .gratis-versand-line {
    margin-top: var(--sp-sm);
    margin-bottom: var(--sp-sm);
}

.cta-button {
    display: block;
    width: 100%;
    background: rgb(35, 34, 34);
    color: var(--clr-white);
    text-align: center;
    padding: var(--sp-sm);
    border-radius: var(--radius-sm);
    font-weight: var(--fw-strong);
    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: #444;
    text-decoration: none;
}

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

.mega-angebot {
    background: #f2f2f2;
    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: 500px;
    margin: 0 auto;
}

.mega-title {
    font-size: var(--font-3xl);
    font-weight: var(--fw-strong);
    margin-bottom: var(--sp-xs);
    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;
}

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

.reviews-section {
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-lg);
}

.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);
    padding-bottom: var(--sp-md);
    margin-bottom: var(--sp-md);
    border-bottom: 1px solid #e5e5e5;
}

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

.review-content {
    flex: 1;
}

.reviewer-name {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin: 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);
    color: #666;
    margin: 0 0 10px 0;
}

.review h4 {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    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;
}

.price-piece-wrap {
    flex-direction: column;
}

.verified-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

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

.info-item {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    margin-bottom: var(--sp-sm);
}

.info-item:last-child {
    margin-bottom: 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);
}

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

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

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

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

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

.accordion summary {
    width: 100%;
    padding: var(--sp-sm);
    background: #f0f0f0;
    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;
    list-style: none;
}

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

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

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    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: #fff;
    border: 1px solid #dedede;
    border-top: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.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-sm);
    margin-bottom: var(--sp-xs);
}

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

.nutrition-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-sm);
    margin-bottom: var(--sp-sm);
}

.nutrition-table th,
.nutrition-table td {
    border: 1px solid #dedede;
    padding: var(--sp-xs);
    text-align: left;
    word-break: break-word;
}

.nutrition-table th {
    background: #f5f5f5;
    font-weight: var(--fw-strong);
}

.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);
}

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

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

.social-subtitle {
    font-size: var(--font-lg);
    color: #54595f;
    margin-bottom: var(--sp-lg);
    text-align: left;
}

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

.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-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);
    color: #54595f;
}

.guarantee-text p:first-child {
    color: #000;
}

.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;
}

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

.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 {
    font-size: var(--font-lg);
    color: #54595f;
    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;
}

.reviewer-name {
    font-size: var(--font-lg);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    color: #000;
    margin: 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-sm);
    font-weight: var(--fw-normal);
    line-height: var(--lh-snug);
    margin: 0 0 10px 0;
}

.review-title {
    font-size: var(--font-md);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    margin: 0 0 6px 0;
}

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

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

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

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

.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: var(--clr-white);
}

.social-icons {
    display: flex;
    gap: var(--sp-sm);
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons svg {
    width: 32px;
    height: 32px;
}

@media (min-width: 768px) {
    .info-section {
        margin-top: var(--sp-xl);
    }

    .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;
    }

    .guarantee-content {
        flex-direction: row;
    }

    .guarantee-badge {
        flex: 1;
        order: 0;
        margin-bottom: 0;
    }

    .guarantee-badge img {
        max-width: 280px;
    }
}
