/*
Theme Name: Hormonbalance Landing
Theme URI: https://example.com/hormonbalance
Author: Hormonbalance
Author URI: https://example.com
Description: Premium Landing Page Theme für den 6-Wochen-Hormonbalance-Plan. Conversion-optimiert, mobile-first, mit warmer Beerenrot/Cream/Gold-Palette für Frauen 35+. Einsatzbereit als Verkaufsseite für digitale Produkte (E-Books, Kurse).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hormonbalance
Tags: landing-page, one-page, custom-colors, custom-logo
*/

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #FAF5F0;
    color: #2C2C2C;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: all 0.2s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* Typografie */
h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #8B3A4A;
}
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(1.875rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.5rem; }
p { color: #2C2C2C; }

.accent { color: #B8576B; }
.gold { color: #C9A961; }

/* Layout */
.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}
section { padding: 96px 0; }
@media (max-width: 768px) {
    section { padding: 64px 0; }
}

.eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #B8576B;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
    display: block;
}

/* Topbar Countdown */
.topbar {
    background: linear-gradient(90deg, #8B3A4A 0%, #B8576B 100%);
    color: #FAF5F0;
    text-align: center;
    padding: 12px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(139, 58, 74, 0.15);
}
.topbar.expired { background: #7A7A7A; }
.topbar strong { font-weight: 700; }
#countdown { font-variant-numeric: tabular-nums; font-weight: 700; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}
.btn-primary {
    background: #8B3A4A;
    color: #FAF5F0;
    box-shadow: 0 4px 24px rgba(139, 58, 74, 0.25);
}
.btn-primary:hover {
    background: #B8576B;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.35);
}
.btn-secondary {
    background: transparent;
    color: #8B3A4A;
    border: 2px solid #8B3A4A;
}
.btn-secondary:hover {
    background: #8B3A4A;
    color: #FAF5F0;
    transform: translateY(-2px);
}
.btn-full { width: 100%; }
.btn .check { font-weight: 700; }

/* Hero */
.hero {
    text-align: center;
    padding-top: 80px;
}
.hero h1 {
    max-width: 900px;
    margin: 24px auto 24px;
}
.hero .accent { display: block; color: #B8576B; font-style: italic; }
.hero .subhead {
    font-size: 1.25rem;
    color: #7A7A7A;
    max-width: 680px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.hero .trust-line {
    margin-top: 16px;
    font-size: 0.875rem;
    color: #7A7A7A;
}

/* Two-Column Sections */
.two-col {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}
.two-col.reverse { grid-template-columns: 1fr 1.1fr; }
@media (max-width: 968px) {
    .two-col, .two-col.reverse {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .two-col.reverse .col-image { order: -1; }
}
.col-text h2 { margin-bottom: 24px; }
.col-text p {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #2C2C2C;
}
.col-text p + p { margin-top: 0; }
.col-text .btn { margin-top: 24px; }

/* Book Mockup (CSS-Only) */
.book-mockup {
    position: relative;
    perspective: 1500px;
    padding: 40px;
}
.book {
    position: relative;
    transform: rotateY(-18deg) rotateX(4deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    margin: 0 auto;
    max-width: 380px;
    aspect-ratio: 3/4;
    box-shadow:
        0 20px 60px rgba(139, 58, 74, 0.25),
        0 0 80px rgba(201, 169, 97, 0.15);
}
.book:hover { transform: rotateY(-12deg) rotateX(2deg); }
.book-cover {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8B3A4A 0%, #B8576B 60%, #C9A961 100%);
    border-radius: 4px 12px 12px 4px;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FAF5F0;
    overflow: hidden;
}
.book-cover::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 14px;
    background: linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0));
}
.book-cover::after {
    content: '';
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 2px;
    pointer-events: none;
}
.book-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 500;
}
.book-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    line-height: 1.05;
    font-weight: 700;
    color: #FAF5F0;
    margin: 0;
}
.book-title em { color: #FAF5F0; font-style: italic; opacity: 0.95; }
.book-tagline {
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.9;
}
.book-divider {
    width: 40px;
    height: 2px;
    background: #C9A961;
    margin: 12px 0;
}

/* Book Open (zweites Mockup) */
.book-open {
    display: flex;
    background: #FAF5F0;
    border-radius: 6px;
    box-shadow:
        0 24px 60px rgba(139, 58, 74, 0.2),
        0 0 80px rgba(201, 169, 97, 0.12);
    max-width: 480px;
    margin: 0 auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    transform: rotateX(2deg);
}
.book-page {
    flex: 1;
    padding: 28px 22px;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #2C2C2C;
    background: linear-gradient(90deg, rgba(0,0,0,0.04), transparent 10%);
}
.book-page + .book-page {
    background: linear-gradient(90deg, rgba(0,0,0,0.15), transparent 8%);
}
.book-page .page-eyebrow {
    font-size: 0.55rem;
    color: #C9A961;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
}
.book-page .page-title {
    font-family: 'Playfair Display', serif;
    color: #8B3A4A;
    font-size: 0.95rem;
    margin-bottom: 8px;
    line-height: 1.2;
}
.book-page .page-body { color: #555; font-size: 0.68rem; }
.book-page .page-list { list-style: none; margin-top: 6px; }
.book-page .page-list li {
    padding: 2px 0;
    color: #555;
    font-size: 0.65rem;
}
.book-page .page-list li::before { content: '— '; color: #B8576B; }
.book-page .page-callout {
    background: #FFF5F0;
    border-left: 2px solid #C9A961;
    padding: 6px 8px;
    margin-top: 8px;
    font-size: 0.6rem;
    color: #8B3A4A;
    border-radius: 0 4px 4px 0;
}

/* Vorteilsliste */
.benefit-list {
    list-style: none;
    margin-top: 24px;
}
.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    font-size: 1.0625rem;
    color: #2C2C2C;
}
.benefit-list li::before {
    content: '✓';
    color: #C9A961;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    line-height: 1.4;
}

/* Phasen-Cards */
.phases { margin-top: 24px; }
.phase-card {
    background: #FAF5F0;
    border: 1px solid #E8C5CB;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
.phase-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: #C9A961;
}
.phase-card:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.08);
}
.phase-label {
    font-size: 0.75rem;
    color: #C9A961;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}
.phase-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.375rem;
    color: #8B3A4A;
    margin-bottom: 8px;
}
.phase-body { color: #555; font-size: 1rem; }

/* Social Proof */
.section-social {
    background: #FFF8F4;
    text-align: center;
}
.section-social h2 { text-align: center; margin-bottom: 56px; }
.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}
@media (max-width: 968px) {
    .testimonials { grid-template-columns: 1fr; }
}
.testimonial {
    background: #FAF5F0;
    border: 1px solid #E8C5CB;
    border-radius: 16px;
    padding: 32px;
    text-align: left;
}
.testimonial-quote {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: #2C2C2C;
    margin-bottom: 24px;
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B8576B, #C9A961);
    color: #FAF5F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.testimonial-name { font-weight: 600; color: #8B3A4A; font-size: 0.9375rem; }
.testimonial-role { font-size: 0.8125rem; color: #7A7A7A; }

/* Zahlenleiste */
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 800px;
    margin: 0 auto 56px;
}
@media (max-width: 768px) {
    .stats { grid-template-columns: 1fr; gap: 24px; }
}
.stat { text-align: center; }
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #8B3A4A;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label { font-size: 0.9375rem; color: #7A7A7A; }

/* Angebot / Preis-Box */
.section-offer { background: #FAF5F0; }
.price-box {
    background: #FFFFFF;
    border: 1px solid #E8C5CB;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow:
        0 30px 80px rgba(139, 58, 74, 0.12),
        0 0 0 1px rgba(201, 169, 97, 0.15);
    position: relative;
}
@media (max-width: 768px) { .price-box { padding: 32px 24px; } }
.price-box h2 { margin-bottom: 24px; font-size: 1.875rem; }
.price-list {
    list-style: none;
    margin: 24px 0 32px;
    padding: 24px 0;
    border-top: 1px solid #E8C5CB;
    border-bottom: 1px solid #E8C5CB;
}
.price-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 1rem;
    color: #2C2C2C;
}
.price-list li::before {
    content: '✓';
    color: #C9A961;
    font-weight: 700;
    flex-shrink: 0;
}
.price-display {
    text-align: center;
    margin: 32px 0 24px;
}
.price-old {
    font-size: 1.25rem;
    color: #7A7A7A;
    text-decoration: line-through;
    margin-right: 12px;
}
.price-new {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #8B3A4A;
    line-height: 1;
}
.price-note {
    text-align: center;
    font-size: 0.875rem;
    color: #7A7A7A;
    margin-bottom: 32px;
}
.countdown-box {
    background: #FFF8F4;
    border: 1px solid #E8C5CB;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    text-align: center;
}
.countdown-label {
    font-size: 0.8125rem;
    color: #8B3A4A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 12px;
}
.countdown-display {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-variant-numeric: tabular-nums;
}
.countdown-unit { text-align: center; }
.countdown-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #8B3A4A;
    line-height: 1;
}
.countdown-text {
    font-size: 0.6875rem;
    color: #7A7A7A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 4px;
}
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    font-size: 0.8125rem;
    color: #7A7A7A;
    flex-wrap: wrap;
}
.trust-badges span { display: flex; align-items: center; gap: 6px; }

/* Bundle Mockup */
.bundle-stack { position: relative; padding: 20px; }
.bundle-item {
    position: relative;
    background: linear-gradient(135deg, #B8576B, #8B3A4A);
    color: #FAF5F0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(139, 58, 74, 0.18);
    margin-bottom: 12px;
}
.bundle-item.bonus {
    background: #FFFFFF;
    color: #2C2C2C;
    border: 1px solid #E8C5CB;
}
.bundle-item.bonus .bundle-label { color: #C9A961; }
.bundle-item.bonus .bundle-title { color: #8B3A4A; }
.bundle-label {
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 4px;
    font-weight: 600;
}
.bundle-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
}
.bundle-item.main {
    transform: rotate(-2deg);
    background: linear-gradient(135deg, #8B3A4A, #B8576B, #C9A961);
    padding: 32px 24px;
    margin-bottom: 20px;
}
.bundle-item.main .bundle-title { font-size: 1.5rem; line-height: 1.2; }

/* Einwand-Sektion */
.objection {
    background: #FAF5F0;
    border-left: 4px solid #C9A961;
    border-radius: 0 12px 12px 0;
    padding: 28px 32px;
    margin-bottom: 24px;
}
.objection-q {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #8B3A4A;
    margin-bottom: 12px;
    font-weight: 700;
}
.objection-a {
    color: #2C2C2C;
    font-size: 1.0625rem;
    line-height: 1.6;
}

/* FAQ Accordion */
.faq { max-width: 800px; margin: 0 auto; }
.faq-item {
    background: #FAF5F0;
    border: 1px solid #E8C5CB;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
}
.faq-item.open { box-shadow: 0 8px 32px rgba(139, 58, 74, 0.08); }
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #8B3A4A;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.faq-toggle {
    width: 32px;
    height: 32px;
    background: #B8576B;
    color: #FAF5F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
    font-size: 1rem;
    color: #2C2C2C;
    line-height: 1.65;
}
.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 24px 24px;
}

/* Center utilities */
.text-center { text-align: center; }
.cta-center { display: flex; justify-content: center; margin-top: 32px; }

/* Footer */
.footer {
    background: #FFF8F4;
    border-top: 1px solid #E8C5CB;
    padding: 48px 0;
    text-align: center;
    font-size: 0.875rem;
    color: #7A7A7A;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
@media (max-width: 768px) {
    .footer-content { flex-direction: column; gap: 12px; }
}
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links a:hover { color: #8B3A4A; }

/* Section Dividers */
.divider {
    width: 60px;
    height: 2px;
    background: #C9A961;
    margin: 0 auto 32px;
}

/* Hero specific tweaks */
.hero h1 .accent-block {
    color: #B8576B;
    font-style: italic;
    display: block;
    margin-top: 8px;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .hero { padding-top: 48px; }
    .price-new { font-size: 2.75rem; }
    .countdown-num { font-size: 1.5rem; }
    .btn { padding: 14px 24px; font-size: 0.9375rem; }
    .trust-badges { gap: 16px; }
}
