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-normal);
    color: #000000;
    background-color: #fff;
}

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

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

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

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

.header-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 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-apotheken {
    height: 14px;
    width: auto;
}

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

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

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

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

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

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

.trust-text {
    flex: 1;
}

.trust-badge {
    flex-shrink: 0;
    margin-top: var(--sp-lg);
}

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

.main {
    margin-top: var(--sp-md);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

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

.stars {
    color: rgb(240, 173, 78);
    font-size: var(--font-base);
    line-height: var(--lh-loose);
}

.rating-count {
    font-family: "Assistant", sans-serif;
    font-size: var(--font-base);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    color: rgb(0, 0, 0);
}

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

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

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

.benefits-list li {
    font-family: "Assistant", sans-serif;
    font-size: var(--font-lg);
    line-height: var(--lh-normal);
    color: rgb(0, 0, 0);
}

.favorite-badge {
    display: block;
    background: linear-gradient(110deg, rgb(100, 82, 198) 90%, rgb(255, 255, 255) 0%);
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: var(--sp-xs) var(--sp-sm);
    border-radius: 0px;
    margin-top: var(--sp-sm);
    margin-bottom: var(--sp-sm);
    font-family: "Assistant", sans-serif;
    font-size: var(--font-base);
    font-weight: var(--fw-bold);
    line-height: var(--lh-snug);
}

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

.red {
    color: #e01a1a;
}

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

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

.pricing-box {
    border: 1px solid #000;
    border-radius: var(--radius-lg);
    padding: var(--sp-sm) var(--sp-md);
    text-align: center;
    margin-top: var(--sp-sm);
    margin-bottom: var(--sp-sm);
}

.pricing-label {
    font-size: var(--font-xl);
    font-weight: var(--fw-strong);
    margin-bottom: 5px;
}

.pricing-highlight {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: var(--sp-xs);
}

.price-old {
    font-size: var(--font-xl);
    text-decoration: line-through;
    color: #000;
}

.price-new {
    font-size: var(--font-4xl);
    font-weight: var(--fw-strong);
}

.pricing-box .red {
    font-weight: var(--fw-strong);
}

.pricing-date {
    font-size: var(--font-sm);
    color: #595959;
    margin-top: 5px;
}

.cta-button {
    display: block;
    width: 100%;
    background: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    padding: var(--sp-md);
    border-radius: var(--radius-sm);
    font-family: "Assistant", sans-serif;
    font-weight: var(--fw-normal);
    font-size: var(--font-xl);
    line-height: var(--lh-snug);
    text-decoration: none;
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-lg);
    transition: background 0.2s ease;
    text-transform: uppercase;
}

.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 {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
    padding-top: var(--sp-lg);
    border-top: 1px solid #000;
}

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

.review {
    margin-bottom: var(--sp-sm);
    border-bottom: 1px solid #e5e5e5;
}

.reviewer-name {
    font-family: "Assistant", sans-serif;
    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-snug);
    color: #f5a623;
    margin: 0 0 0 0;
}

.review-date {
    font-family: "Assistant", sans-serif;
    font-size: var(--font-base);
    font-weight: var(--fw-normal);
    line-height: var(--lh-snug);
    margin: 0 0 5px 0;
}

.review h4 {
    font-family: "Assistant", sans-serif;
    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-family: "Assistant", sans-serif;
    font-size: var(--font-md);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
    color: #000;
    margin-bottom: var(--sp-sm);
}

.final-reviews {
    margin-top: var(--sp-lg);
    margin-bottom: 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);
}

.reviews-guarantee {
    margin-top: var(--sp-lg);
    font-size: var(--font-lg);
}

.offer-section {
    background: #3a3555;
    color: #fff;
    padding: var(--sp-xl) var(--sp-md);
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-md);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.offer-section h2 {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-snug);
    text-align: center;
    margin-bottom: var(--sp-md);
    color: #fff;
}

.offer-section > p {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--sp-sm);
    text-align: left;
    font-size: var(--font-lg);
    color: #fff;
}

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

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

.info-item p {
    font-size: var(--font-md);
}

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

.payment-icons {
    display: flex;
    justify-content: center;
    gap: var(--sp-sm);
    margin-bottom: var(--sp-lg);
    flex-wrap: wrap;
}

.black-line-separator {
    height: 3px;
    background-color: #232222;
    width: 100%;
}

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

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

.payment-section ul {
    list-style: none;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
    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-md) 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;
    overflow-x: auto;
}

.accordion-content p {
    font-size: var(--font-md);
    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);
    font-size: var(--font-md);
}

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

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

.nutrition-table th,
.nutrition-table td {
    padding: 6px 7px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

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

.nutrition-table td:first-child {
    font-weight: var(--fw-medium);
}

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

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

.indent-list {
    margin-left: 16px;
}

.extended-guarantee {
    margin-top: var(--sp-xl);
    margin-bottom: var(--sp-xl);
    border-left: 4px solid #4caf50;
    padding-left: var(--sp-md);
}

.extended-guarantee h2 {
    font-family: "Assistant", sans-serif;
    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);
}

.guarantee-text p {
    font-size: var(--font-base);
    line-height: var(--lh-relaxed);
    color: #54595f;
    margin-bottom: var(--sp-sm);
}

.guarantee-badge img {
    display: block;
    width: 240px;
    margin: 0 auto;
}


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

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

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

.final-cta h2 {
    font-size: var(--font-4xl);
    font-weight: var(--fw-strong);
    line-height: var(--lh-tight);
    margin-bottom: var(--sp-sm);
    text-align: center;
}

.final-cta > p {
    font-size: var(--font-xl);
    line-height: var(--lh-normal);
    margin-bottom: var(--sp-md);
    text-align: center;
}

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

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

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

.icon-check {
    margin-right: 5px;
}

.benefits-box li {
    margin-bottom: var(--sp-md);
    font-size: var(--font-xl);
    line-height: var(--lh-snug);
}

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

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

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

.awards h2 {
    font-family: "Assistant", sans-serif;
    font-size: var(--font-2xl);
    font-weight: var(--fw-strong);
    color: #1a1a2e;
    margin-bottom: var(--sp-sm);
}

.awards img {
    max-width: 160px;
    height: auto;
    display: block;
    margin-bottom: var(--sp-sm);
}

.awards p {
    font-family: "Assistant", sans-serif;
    font-size: var(--font-lg);
    color: #333;
    margin: 0;
    line-height: var(--lh-snug);
}


.page-footer {
    background: #232222;
    color: #fff;
    padding: var(--sp-lg) var(--sp-md);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-md);
}

.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-apotheken {
    filter: brightness(0) invert(1);
}

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

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

.footer-nav {
    display: flex;
    align-items: center;
    gap: var(--sp-md);
}

.footer-nav a {
    color: #aaa;
    font-size: var(--font-sm);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #fff;
    text-decoration: none;
}

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

.social-icons a {
    color: #999;
    transition: color 0.2s ease;
}

.social-icons a:hover {
    color: #fff;
}

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

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

.footer-bottom p {
    color: #fff;
    font-size: var(--font-sm);
    font-weight: var(--fw-bold);
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .trust-content {
        justify-content: space-between;
        align-items: center;
    }

    .trust-text {
        flex: 1 1 50%;
    }

    .trust-badge {
        flex: 1 1 50%;
        margin-top: 0;
    }

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

    .favorite-badge {
        width: 550px;
        max-width: 550px;
        font-size: var(--font-xl);
        padding: var(--sp-xs) var(--sp-lg) var(--sp-xs) var(--sp-md);
    }

    .cta-button {
        padding: var(--sp-md) 0;
        font-size: var(--font-2xl);
    }

    .guarantee-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .guarantee-badge img {
        min-width: 240px;
        flex-shrink: 0;
        margin: 0;
    }

    .footer-top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .main-title {
        line-height: var(--lh-tight);
    }
}
