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

:root {
    --fw-normal: 400;
    --fw-bold: 700;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: var(--font-base);
    line-height: var(--lh-normal);
    color: #000;
    background-color: #fff;
}

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

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

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

.header {
    background: #fcf7ef;
    box-shadow: 0 12px 24px rgba(89, 62, 62, 0.16);
}

.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-apotheken,
.logo-gesundheitstipps { height: 14px; width: auto; }
.logo-tagline { height: 7px; width: auto; }

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

.article {
    max-width: 960px;
    margin: 0 auto;
    padding-top: var(--sp-lg);
    padding-bottom: var(--sp-lg);
}

.category-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-xl);
    font-weight: var(--fw-normal);
    margin-bottom: var(--sp-sm);
}

.article-meta {
    font-size: var(--font-sm);
    font-weight: var(--fw-normal);
    color: #000;
    margin-bottom: var(--sp-md);
}

.article-title {
    font-family: 'Inter', sans-serif;
    font-size: var(--font-3xl);
    font-weight: var(--fw-bold);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-md);
}

.hero-image {
    width: 100%;
    border-radius: var(--radius-xl);
    margin-bottom: var(--sp-md);
}

p {
    font-size: var(--font-base);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
    margin-bottom: var(--sp-sm);
}

.section-title {
    font-family: 'Open Sans', sans-serif;
    font-size: var(--font-3xl);
    font-weight: var(--fw-bold);
    line-height: var(--lh-snug);
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-sm);
}

.content-image {
    width: 100%;
    border-radius: var(--radius-xl);
    margin-top: var(--sp-sm);
    margin-bottom: var(--sp-sm);
}

ul {
    margin-bottom: var(--sp-sm);
    padding-left: var(--sp-md);
}

li {
    font-size: var(--font-base);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
}

.product-title {
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-3xl);
    font-weight: var(--fw-bold);
    line-height: var(--lh-snug);
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-sm);
}

.product-text {
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-base);
    line-height: var(--lh-snug);
    margin-bottom: var(--sp-sm);
}

.product-text .bold {
    font-family: 'Maven Pro', sans-serif;
}

.product-card {
    background: #fff;
    border: 1px solid #000;
    box-shadow: 5px 4px 4px rgba(177, 62, 62, 0.25);
    padding: var(--sp-lg) var(--sp-md);
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-md);
}

.product-card .pros-cons-title {
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-base);
    font-weight: var(--fw-bold);
    line-height: var(--lh-normal);
    margin-bottom: var(--sp-xs);
}

.product-card ul {
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-base);
    line-height: var(--lh-normal);
    padding-left: var(--sp-md);
    margin-bottom: var(--sp-md);
}

.product-card li {
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-base);
    line-height: var(--lh-normal);
    margin-bottom: var(--sp-xs);
}

.product-card-image {
    width: 100%;
    margin-top: var(--sp-sm);
    margin-bottom: var(--sp-sm);
}

.product-card-caption {
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-base);
    text-align: center;
    margin-bottom: var(--sp-md);
}

.product-card-caption .bold {
    font-family: 'Maven Pro', sans-serif;
}

.order-button {
    display: block;
    background: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-2xl);
    font-weight: var(--fw-bold);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: var(--sp-sm) var(--sp-md);
    transition: opacity 0.3s ease;
    line-height: var(--lh-snug);
}

.order-button:hover {
    opacity: 0.85;
    text-decoration: none;
}

.fazit-title {
    font-family: 'Work Sans', sans-serif;
    font-size: var(--font-2xl);
    font-weight: var(--fw-bold);
    line-height: var(--lh-snug);
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-sm);
}

.fazit-cta-wrap {
    text-align: center;
    margin-top: var(--sp-md);
    margin-bottom: var(--sp-lg);
}

.fazit-cta {
    display: inline-block;
    background: #252222;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: var(--font-md);
    font-weight: var(--fw-medium);
    line-height: var(--lh-snug);
    text-transform: uppercase;
    text-decoration: none;
    padding: var(--sp-sm) var(--sp-lg);
    border-radius: var(--radius-md);
}

.fazit-cta:hover {
    opacity: 0.85;
    text-decoration: none;
}

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

.accordion-item {
    border-top: 1px solid #000;
}

.accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--sp-sm) 0;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    font-family: 'Maven Pro', sans-serif;
    font-size: var(--font-2xl);
    font-weight: var(--fw-normal);
    color: #000;
    text-align: left;
}

.accordion-icon {
    font-size: var(--font-2xl);
    line-height: var(--lh-none);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion-body {
    display: none;
    padding: 0 0 var(--sp-sm);
}

.accordion-body.open {
    display: block;
}

.accordion-body a {
    color: rgb(65, 105, 225);
    word-break: break-all;
    display: block;
    margin-bottom: var(--sp-xs);
}

.accordion-body p {
    font-size: var(--font-sm);
    line-height: var(--lh-normal);
}

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

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

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

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

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

.social-icons a { color: #aaa; transition: color 0.2s ease; }
.social-icons a:hover { color: #fff; }
.social-icons svg path { fill: #aaa; }
.social-icons a:hover svg path { fill: #fff; }

.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) {
    .footer-top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
