/* Boeken Pages Specific Styles */
/* Hero section styles moved to books.scss */

/* ========== MOMENTUM MAINTENANCE CTAs ========== */

/* Hero Quick CTA */
.hero-quick-cta {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(184, 115, 51, 0.1) 0%, rgba(26, 35, 126, 0.1) 100%);
    border-radius: 15px;
    border: 1px solid rgba(184, 115, 51, 0.3);
    text-align: center;
}

.quick-cta-text {
    color: var(--accent-copper);
    font-weight: 600;
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
}

.quick-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4932b 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(184, 115, 51, 0.3);
}

.quick-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(184, 115, 51, 0.4);
}

/* Authority CTA */
.authority-cta {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.authority-cta-box {
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.1) 0%, rgba(184, 115, 51, 0.1) 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(26, 35, 126, 0.3);
    max-width: 400px;
}

.authority-cta-box h4 {
    color: var(--primary-navy);
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
}

.authority-cta-box p {
    color: var(--text-gray);
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
}

.authority-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-navy) 0%, #2c3e8f 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.authority-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.3);
}

/* Pain Solution CTA */
.pain-solution-cta {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.solution-highlight {
    background: linear-gradient(135deg, rgba(220, 38, 127, 0.1) 0%, rgba(184, 115, 51, 0.1) 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(220, 38, 127, 0.3);
    max-width: 450px;
}

.solution-highlight h4 {
    color: #dc267f;
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.solution-highlight p {
    color: var(--text-dark);
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
}

.solution-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #dc267f 0%, #ff6b9d 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.solution-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 127, 0.3);
}

/* Momentum CTA Sections */
.momentum-cta-section {
    padding: 2rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: 1rem 0;
}

.momentum-cta-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(184, 115, 51, 0.2);
    max-width: 600px;
    margin: 0 auto;
}

.momentum-cta-title {
    color: var(--primary-navy);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.momentum-cta-text {
    color: var(--text-gray);
    font-size: 1.1rem;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.momentum-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4932b 100%);
    color: white;
    padding: 18px 36px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(184, 115, 51, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.momentum-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(184, 115, 51, 0.4);
}

@media (max-width: 768px) {
    .momentum-cta-card {
        padding: 1.5rem;
    }
    
    .momentum-cta-title {
        font-size: 1.5rem;
    }
    
    .momentum-cta-text {
        font-size: 1rem;
    }
    
    .momentum-cta-button {
        padding: 16px 28px;
        font-size: 1rem;
    }

    .authority-cta-box,
    .solution-highlight {
        padding: 1.5rem;
        max-width: none;
    }

    .hero-quick-cta {
        padding: 1rem;
    }
    
    .quick-cta-text {
        font-size: 1rem;
    }
}

/* Premium Book Content Overview Section */
.book-content-overview-premium {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a237e 50%, #2c3e8f 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.book-content-overview-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(184, 115, 51, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

/* Hero Header */
.content-hero-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    color: var(--white);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(184, 115, 51, 0.3);
}

.hero-badge i {
    margin-right: 0.5rem;
    animation: sparkle 2s infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(180deg); }
}

/* Premium Layout */
.premium-content-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    position: relative;
    z-index: 2;
    margin-top: 3rem;
}

@media (max-width: 1024px) {
    .premium-content-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* Chapters Showcase */
.chapters-showcase {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.showcase-header {
    text-align: center;
    margin-bottom: 3rem;
}

.showcase-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    font-size: 2rem;
    box-shadow: 0 10px 30px rgba(184, 115, 51, 0.4);
}

/* Text Reduction for Faster Conversion */
.teaser-intro, .teaser-revelation, .teaser-cta {
    font-size: 1.1rem;
    line-height: 1.5;
}

.teaser-cta {
    font-size: 1rem;
    margin-top: 1rem;
}

.showcase-header h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--white);
}

.showcase-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

/* Chapters Timeline */
.chapters-timeline {
    position: relative;
}

.chapters-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--accent-copper) 0%, var(--primary-navy-light) 100%);
    border-radius: 2px;
}

.chapter-group {
    margin-bottom: 3rem;
    position: relative;
}

.phase-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 3;
}

.phase-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.4);
    position: relative;
}

.phase-info h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--accent-copper-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

.phase-chapters {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Chapter Cards */
.chapter-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem;
    margin-left: 4rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(184, 115, 51, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.chapter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(184, 115, 51, 0.1), transparent);
    transition: left 0.6s ease;
}

.chapter-card:hover::before {
    left: 100%;
}

.chapter-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--accent-copper);
    box-shadow: 0 20px 40px rgba(184, 115, 51, 0.2);
}

.featured-chapter {
    background: linear-gradient(135deg, rgba(184, 115, 51, 0.15) 0%, rgba(184, 115, 51, 0.08) 100%);
    border: 2px solid var(--accent-copper);
    transform: scale(1.03);
}

.chapter-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.chapter-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--accent-copper);
    background: rgba(184, 115, 51, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--accent-copper);
    flex-shrink: 0;
    text-align: center;
    min-width: 60px;
}

.chapter-content h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.chapter-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.chapter-content p strong {
    color: var(--accent-copper-light);
}

.chapter-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.highlight {
    background: rgba(184, 115, 51, 0.2);
    color: var(--accent-copper-light);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(184, 115, 51, 0.3);
}

/* Premium Sidebar */
.premium-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Bonus Showcase */
.bonus-showcase {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.bonus-header {
    text-align: center;
    margin-bottom: 2rem;
}

.bonus-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--primary-navy-light) 0%, var(--primary-navy) 100%);
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.4);
}

.bonus-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.bonus-header p {
    color: rgba(255, 255, 255, 0.8);
}

.bonus-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bonus-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    border-color: rgba(184, 115, 51, 0.3);
}

.item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-navy-light) 0%, var(--primary-navy) 100%);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.item-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.item-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Power Stats */
.power-stats {
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 15px 40px rgba(184, 115, 51, 0.3);
}

.power-stats h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.power-stats i {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.power-stat {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Transformation Promise */
.transformation-promise {
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.2) 0%, rgba(26, 35, 126, 0.1) 100%);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    border: 2px solid var(--primary-navy-light);
    box-shadow: 0 15px 40px rgba(26, 35, 126, 0.2);
}

.promise-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-navy-light) 0%, var(--primary-navy) 100%);
    font-size: 2rem;
    box-shadow: 0 10px 30px rgba(26, 35, 126, 0.4);
}

.transformation-promise h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
}

.transformation-promise p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.promise-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-navy-light);
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(26, 35, 126, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .book-content-overview-premium {
        padding: 3rem 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .chapters-showcase, .premium-sidebar > div {
        padding: 2rem;
    }
    
    .chapter-card {
        margin-left: 2rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .chapters-timeline::before {
        left: 15px;
    }
    
    .phase-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}


:root {
    --primary-navy: #1a237e;
    --primary-navy-dark: #151f6d;
    --primary-navy-light: #3f4fbf;
    --accent-copper: #b87333;
    --accent-copper-light: #cd9b56;
    --background-cream: #fafafa;
    --text-dark: #1a1a1a;
    --white: #ffffff;
    --success-green: #28a745;
    --danger-red: #dc3545;
    --warning-orange: #fd7e14;
}

/* Enhanced Crisis Hero Styling */
.crisis-bg-enhanced {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-navy-dark) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.crisis-bg-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(184, 115, 51, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.crisis-announcement-enhanced {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.crisis-badge-enhanced {
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(184, 115, 51, 0.3);
    display: inline-block;
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero-title-enhanced {
    font-size: 3rem;
    color: var(--accent-copper-light);
    margin: 2rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.hero-subtitle-enhanced {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 1.5;
    opacity: 0.95;
    text-align: center;
}

.subtitle-reveal {
    color: var(--accent-copper-light);
    font-weight: 600;
}

.book-intro-enhanced {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 4rem;
    align-items: start;
    margin: 4rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.book-cover-container-enhanced {
    position: relative;
    display: flex;
    justify-content: center;
}

.book-cover-container-enhanced .book-cover-hero {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.book-cover-container-enhanced .book-cover-hero:hover {
    transform: scale(1.05);
}

.urgency-badge-enhanced {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(135deg, var(--danger-red) 0%, #c82333 100%);
    color: var(--white);
    padding: 12px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    animation: pulse-urgent 2s infinite;
}

@keyframes pulse-urgent {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.crisis-content-enhanced {
    padding: 1rem;
}

.shocking-truth-enhanced h3 {
    color: var(--accent-copper-light);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.crisis-facts-enhanced {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.5rem;
    justify-items: start;
    align-items: start;
}

.crisis-facts-enhanced li {
    padding: 0.5rem 0.5rem;
    background: rgba(26, 35, 126, 0.08);
    border-radius: 8px;
    transition: background 0.2s ease;
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.crisis-facts-enhanced li:hover {
    background: rgba(26, 35, 126, 0.12);
}

.crisis-facts-enhanced li i {
    color: #dc3545;
    margin-right: 0.75rem;
    font-size: 1.1em;
}

.shocking-truth-enhanced h3 i {
    color: var(--accent-copper);
    margin-right: 0.75rem;
}

.reality-title-enhanced i {
    color: #dc3545;
    margin-right: 0.75rem;
    animation: pulse 2s infinite;
}

.testimonial-insert-section {
    background: var(--bg-white);
    padding: 3rem 0;
}

.combined-teaser-enhanced {
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    color: var(--white);
    padding: 2.5rem;
    border-radius: 15px;
    margin-top: 2rem;
    box-shadow: 0 10px 30px rgba(184, 115, 51, 0.3);
    text-align: center;
    position: relative;
}

.combined-teaser-enhanced h4 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: white;
}

.combined-teaser-enhanced .teaser-intro {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.combined-teaser-enhanced .teaser-revelation {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    opacity: 0.95;
}

.combined-teaser-enhanced .teaser-cta {
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.9;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 1; }
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.hero-stats-enhanced {
    display: flex;
    gap: 1.5rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.hero-stats-enhanced .hero-stat {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.hero-stats-enhanced .hero-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: var(--accent-copper-light);
}

.hero-stats-enhanced .hero-stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

.crisis-action-enhanced {
    text-align: center;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.urgency-timer-enhanced {
    background: linear-gradient(135deg, var(--warning-orange) 0%, #e8590c 100%);
    color: var(--white);
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(253, 126, 20, 0.3);
}

.hero-buttons-enhanced {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.cta-urgent-primary-enhanced {
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    color: var(--white);
    padding: 1.2rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(184, 115, 51, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-urgent-primary-enhanced:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.5);
    background: linear-gradient(135deg, var(--accent-copper-light) 0%, var(--accent-copper) 100%);
}

.risk-reversal-enhanced {
    margin-top: 1rem;
    font-size: 1rem;
    opacity: 0.9;
    color: var(--accent-copper-light);
}


/* Pain Amplification Section Enhanced */
.pain-amplification-section-enhanced {
    background: var(--background-cream);
    padding: 5rem 0;
}

.pain-title-enhanced {
    text-align: center;
    color: var(--primary-navy);
    font-size: 2.5rem;
    margin-bottom: 4rem;
    font-weight: 700;
}

.pain-title-enhanced i {
    color: var(--accent-copper);
    margin-right: 1rem;
}

.pain-icon {
    color: var(--accent-copper);
    margin-right: 0.75rem;
    font-size: 1.2em;
}

.pain-scenarios-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin: 4rem 0;
}

.pain-card-enhanced {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-left: 4px solid var(--accent-copper);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pain-card-enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.pain-card-enhanced h3 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.harsh-reality-enhanced {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-navy-dark) 100%);
    color: var(--white);
    padding: 3rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 4rem;
    box-shadow: 0 10px 30px rgba(26, 35, 126, 0.3);
}

.reality-title-enhanced {
    color: var(--accent-copper-light);
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.reality-text-enhanced {
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Responsive Design for Enhanced Elements */
@media (max-width: 768px) {
    .hero-title-enhanced {
        font-size: 2rem;
    }

    .book-intro-enhanced {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hero-stats-enhanced {
        justify-content: center;
    }

    .pain-scenarios-enhanced {
        grid-template-columns: 1fr;
    }

    .pain-title-enhanced {
        font-size: 2rem;
    }

    .cta-urgent-primary-enhanced {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .hero-title-enhanced {
        font-size: 1.6rem;
    }

    .pain-card-enhanced {
        padding: 1.5rem;
    }

    .hero-subtitle-enhanced {
        font-size: 1.2rem;
    }
}

/* === Learning Benefits Section === */
.learning-benefits-section {
    background: linear-gradient(135deg, #f8f9fb 0%, var(--background-cream) 100%);
    padding: 5rem 0;
}

.learning-benefits-header {
    text-align: center;
    margin-bottom: 4rem;
}

.benefits-title {
    color: var(--primary-navy);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.benefits-title i {
    color: var(--accent-copper);
    margin-right: 1rem;
}

.benefits-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin: 4rem 0;
}

.learning-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-left: 4px solid var(--accent-copper);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.learning-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, var(--accent-copper), var(--accent-copper-light));
    opacity: 0.1;
    border-radius: 0 15px 0 60px;
}

.learning-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.learning-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent-copper) 0%, var(--accent-copper-light) 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.learning-icon i {
    font-size: 1.8rem;
    color: var(--white);
}

.learning-card h3 {
    color: var(--primary-navy);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.learning-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.learning-outcome {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid var(--success-green);
    font-size: 0.95rem;
}

.learning-outcome strong {
    color: var(--success-green);
}

.transformation-promise {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-navy-dark) 100%);
    color: var(--white);
    padding: 3.5rem;
    border-radius: 20px;
    margin: 4rem 0;
    box-shadow: 0 15px 40px rgba(26, 35, 126, 0.25);
}

.promise-title {
    color: var(--accent-copper-light);
    margin-bottom: 2rem;
    font-size: 1.8rem;
    text-align: center;
}

.promise-title i {
    margin-right: 1rem;
}

.promise-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 1.6;
}

.promise-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.promise-step {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: background 0.3s ease;
}

.promise-step:hover {
    background: rgba(255, 255, 255, 0.15);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--accent-copper);
    color: var(--white);
    border-radius: 50%;
    font-weight: bold;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.step-text {
    font-size: 1rem;
    line-height: 1.4;
}

.urgency-learning {
    margin-top: 4rem;
}

.urgency-box-learning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid var(--warning-orange);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
}

.urgency-box-learning h3 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.urgency-box-learning h3 i {
    color: var(--warning-orange);
    margin-right: 0.5rem;
}

.urgency-costs {
    text-align: left;
    max-width: 600px;
    margin: 1.5rem auto;
    padding: 0;
    list-style: none;
}

.urgency-costs li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(253, 126, 20, 0.2);
    position: relative;
    padding-left: 2rem;
}

.urgency-costs li::before {
    content: '⚠️';
    position: absolute;
    left: 0;
    top: 0.8rem;
}

.urgency-finale {
    font-size: 1.1rem;
    color: var(--primary-navy);
    margin-top: 2rem;
    font-weight: 600;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .learning-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .benefits-title {
        font-size: 2rem;
    }
    
    .learning-card {
        padding: 2rem;
    }
    
    .transformation-promise {
        padding: 2.5rem 1.5rem;
    }
    
    .promise-steps {
        grid-template-columns: 1fr;
    }
    
    .promise-step {
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .learning-benefits-section {
        padding: 3rem 0;
    }
    
    .benefits-title {
        font-size: 1.8rem;
    }
    
    .learning-card {
        padding: 1.5rem;
    }
    
    .learning-icon {
        width: 50px;
        height: 50px;
    }
    
    .learning-icon i {
        font-size: 1.5rem;
    }
}

/* === Transformation Mastery Section === */
.transformation-mastery-section {
    background: var(--bg-white);
    padding: 5rem 0;
}

.mastery-header {
    text-align: center;
    margin-bottom: 4rem;
}

.mastery-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent-copper);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.mastery-title {
    color: var(--primary-navy);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.mastery-subtitle {
    font-size: 1.2rem;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.mastery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.mastery-module {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-left: 4px solid var(--accent-copper);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mastery-module:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.module-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.module-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.module-icon-wrapper.paradigms { background: rgba(26, 35, 126, 0.1); }
.module-icon-wrapper.integration { background: rgba(184, 115, 51, 0.1); }
.module-icon-wrapper.healing { background: rgba(220, 38, 127, 0.1); }
.module-icon-wrapper.research { background: rgba(67, 56, 202, 0.1); }
.module-icon-wrapper.application { background: rgba(245, 158, 11, 0.1); }
.module-icon-wrapper.foundation { background: rgba(34, 197, 94, 0.1); }

.module-icon {
    font-size: 1.5rem;
    color: var(--primary-navy);
}

.module-title {
    color: var(--primary-navy);
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
}

.module-content {
    flex: 1;
}

.module-intro {
    color: var(--text-gray);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.module-insights {
    list-style: none;
    padding: 0;
    margin: 0;
}
.module-insights li {
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 0.95rem;
}
.module-insights li strong {
    color: var(--accent-copper);
    font-weight: 600;
}

.mastery-footer {
    text-align: center;
}

.mastery-promise {
    background: rgba(184, 115, 51, 0.05);
    border: 2px solid var(--accent-copper);
    border-radius: 15px;
    padding: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    max-width: 600px;
}

.mastery-promise-icon {
    font-size: 2rem;
    color: var(--accent-copper);
    flex-shrink: 0;
}

.mastery-promise p {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mastery-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .mastery-module {
        padding: 1.5rem;
    }
    .mastery-title {
        font-size: 2rem;
    }
    .mastery-subtitle {
        font-size: 1.1rem;
    }
    .mastery-promise {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
}

/* === Urgency Crisis Section Enhanced === */
.urgency-crisis-section-enhanced {
    background: var(--bg-cream);
    padding: 5rem 0;
    position: relative;
}
.urgency-crisis-section-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.03) 0%, rgba(184, 115, 51, 0.03) 100%);
}

.crisis-choice-card-enhanced {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.choice-title-enhanced {
    text-align: center;
    color: var(--primary-navy);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.choice-title-enhanced i {
    color: var(--accent-copper);
    margin-right: 1rem;
}

.choice-comparison-enhanced {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(184, 115, 51, 0.1);
}

.choice-vs-divider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--accent-copper);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(184, 115, 51, 0.3);
}

.choice-grid-enhanced {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    position: relative;
}

.choice-option-enhanced {
    text-align: center;
    position: relative;
}

.choice-bad-enhanced {
    padding: 2rem 1.5rem;
    position: relative;
}
.choice-bad-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.05) 0%, rgba(220, 53, 69, 0.1) 100%);
    border-radius: 15px;
    border: 2px dashed rgba(220, 53, 69, 0.3);
}

.choice-good-enhanced {
    padding: 2rem 1.5rem;
    position: relative;
}
.choice-good-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(184, 115, 51, 0.05) 0%, rgba(184, 115, 51, 0.1) 100%);
    border-radius: 15px;
    border: 2px solid var(--accent-copper);
}

.choice-bad-enhanced h3, .choice-good-enhanced h3 {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    position: relative;
    z-index: 2;
}

.choice-bad-enhanced h3 {
    color: #dc3545;
}
.choice-bad-enhanced h3 i {
    margin-right: 0.5rem;
}

.choice-good-enhanced h3 {
    color: var(--primary-navy);
}
.choice-good-enhanced h3 i {
    margin-right: 0.5rem;
    color: var(--accent-copper);
}

.choice-consequences-enhanced, .choice-benefits-enhanced {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.choice-consequences-enhanced li, .choice-benefits-enhanced li {
    margin-bottom: 1.2rem;
    padding-left: 2rem;
    position: relative;
    color: var(--text-dark);
    line-height: 1.6;
    text-align: left;
}

.choice-consequences-enhanced li i {
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: #dc3545;
    opacity: 0.7;
}

.choice-benefits-enhanced li i {
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: var(--accent-copper);
}

.choice-consequences-enhanced li strong, .choice-benefits-enhanced li strong {
    color: var(--primary-navy);
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .choice-grid-enhanced {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .choice-vs-divider {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .choice-comparison-enhanced {
        padding: 2rem;
    }
    .choice-title-enhanced {
        font-size: 2rem;
    }
    .choice-bad-enhanced h3, .choice-good-enhanced h3 {
        font-size: 1.2rem;
    }
}

.boeken_positioned_18 {
    position: relative;
}

.boeken_positioned_19 {
    position: relative;
    width: 400px;
    height: 500px;
    margin: 0 auto;
}

.boeken_positioned_20 {
    position: absolute;
    inset: -20px;
    border: 2px solid var(--accent-copper);
    border-radius: 20px;
    transform: rotate(3deg);
    opacity: 0.3;
}

.boeken_positioned_21 {
    position: absolute;
    inset: -10px;
    border: 2px solid var(--accent-copper);
    border-radius: 20px;
    transform: rotate(-2deg);
    opacity: 0.2;
}

.boeken_positioned_22 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.boeken_styled_23 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boeken_gradient_24 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(26, 35, 126, 0.8), transparent);
}

.boeken_positioned_25 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80px;
    height: 110px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: rotate(-5deg);
    overflow: hidden;
}

.boeken_styled_26 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boeken_positioned_27 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 110px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: rotate(5deg);
    overflow: hidden;
}

.boeken_styled_28 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boeken_card_29 {
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--accent-copper);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(184, 115, 51, 0.3);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boeken_centered_30 {
    margin-top: 3rem;
    text-align: center;
}

.boeken_card_31 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    padding: 0.5rem;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}

.boeken_styled_32 {
    height: auto;
    width: 100%;
    max-width: 450px;
    border-radius: 25px;
}

.boeken_centered_33 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    animation: bounce 2s infinite;
}

.boeken_styled_34 {
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.boeken_positioned_35 {
    width: 30px;
    height: 50px;
    border: 2px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    border-radius: 25px;
    margin: 0 auto;
    position: relative;
}

.boeken_positioned_36 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 10px;
    background: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    border-radius: 2px;
    animation: scroll 2s infinite;
}

.boeken_main_book {
    padding: 100px 0;
    background: white;
}

.boeken_grid_37 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.boeken_centered_38 {
    text-align: center;
}

.boeken_shadow_39 {
    width: 100%;
    max-width: 350px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.boeken_styled_40 {
    margin-top: 2rem;
}

.boeken_styled_41 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.boeken_styled_42 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.boeken_cta-button {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
}

.boeken_cta-button.secondary {
    background: transparent;
    color: var(--primary-navy);
    border: 2px solid var(--primary-navy);
}

.boeken_cta-button.secondary:hover {
    background: var(--primary-navy);
    color: white;
    transform: translateY(-2px);
}

.boeken_styled_43 {
    color: var(--primary-navy);
    font-size: 3rem;
    margin-bottom: 1rem;
}

.boeken_styled_44 {
    color: var(--accent-copper);
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.boeken_grid_45 {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 2rem;
    margin-bottom: 2rem;
}

.boeken_card_46 {
    background: var(--bg-light-cream);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid var(--accent-copper);
}

.boeken_styled_47 {
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.boeken_styled_48 {
    list-style: none;
    padding: 0;
}

.boeken_positioned_49 {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.boeken_positioned_50 {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.boeken_positioned_51 {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.boeken_positioned_52 {
    padding-left: 1.5rem;
    position: relative;
}

.boeken_centered_53 {
    text-align: center;
}

.boeken_shadow_54 {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.boeken_styled_55 {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: var(--text-gray);
    font-style: italic;
}

.boeken_styled_56 {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.boeken_styled_57 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.boeken_card_58 {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--accent-copper);
}

.boeken_styled_59 {
    margin: 0;
    font-style: italic;
    line-height: 1.6;
}

.boeken_styled_60 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary-navy);
}

.boeken_styled_61 {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.boeken_card_62 {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--accent-copper);
}

.boeken_styled_63 {
    margin: 0;
    font-style: italic;
    line-height: 1.6;
}

.boeken_styled_64 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary-navy);
}

.boeken_styled_65 {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.boeken_card_66 {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    border-left: 3px solid var(--accent-copper);
}

.boeken_styled_67 {
    margin: 0;
    font-style: italic;
    line-height: 1.6;
}

.boeken_styled_68 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary-navy);
}

.boeken_styled_69 {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.boeken_cta-button {
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
}

.boeken_gradient_70 {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-navy-dark) 100%);
    color: white;
}

.boeken_container {
    text-align: center;
}

.boeken_styled_71 {
    margin-bottom: 3rem;
}

.boeken_shadow_72 {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    opacity: 0.9;
}

.boeken_styled_73 {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    font-style: italic;
}

.boeken_styled_74 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: var(--accent-copper);
}

.boeken_auto_margin_75 {
    font-size: 1.3rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.boeken_grid_76 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.boeken_card_77 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.boeken_styled_78 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.boeken_styled_79 {
    color: var(--accent-copper);
    margin-bottom: 1rem;
}

.boeken_card_80 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.boeken_styled_81 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.boeken_styled_82 {
    color: var(--accent-copper);
    margin-bottom: 1rem;
}

.boeken_card_83 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.boeken_styled_84 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.boeken_styled_85 {
    color: var(--accent-copper);
    margin-bottom: 1rem;
}

.boeken_styled_86 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--accent-copper);
    margin-bottom: 2rem;
}

.boeken_cta-button {
    font-size: 1.3rem;
    padding: 1.5rem 3rem;
}

.boeken_styled_87 {
    padding: 40px 0;
    background: white;
}

.boeken_container {
    text-align: center;
}

.boeken_shadow_88 {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    opacity: 0.8;
}

.boeken_styled_89 {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-gray);
    font-style: italic;
}

.boeken_second-book {
    padding: 80px 0;
    background: var(--bg-cream);
}

.boeken_grid_90 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.boeken_styled_91 {
    color: var(--primary-navy);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.boeken_styled_92 {
    color: var(--accent-copper);
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.boeken_styled_93 {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.boeken_card_94 {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.boeken_styled_95 {
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.boeken_styled_96 {
    list-style: none;
    padding: 0;
}

.boeken_positioned_97 {
    margin-bottom: 0.7rem;
    padding-left: 1.5rem;
    position: relative;
}

.boeken_positioned_98 {
    margin-bottom: 0.7rem;
    padding-left: 1.5rem;
    position: relative;
}

.boeken_positioned_99 {
    margin-bottom: 0.7rem;
    padding-left: 1.5rem;
    position: relative;
}

.boeken_positioned_100 {
    padding-left: 1.5rem;
    position: relative;
}

.boeken_grid_101 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.boeken_card_102 {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 3px solid var(--accent-copper);
}

.boeken_styled_103 {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.boeken_styled_104 {
    margin: 0 0 1rem 0;
    font-style: italic;
    font-size: 0.95rem;
}

.boeken_styled_105 {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.boeken_card_106 {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 3px solid var(--accent-copper);
}

.boeken_styled_107 {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.boeken_styled_108 {
    margin: 0 0 1rem 0;
    font-style: italic;
    font-size: 0.95rem;
}

.boeken_styled_109 {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.boeken_card_110 {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 3px solid var(--accent-copper);
}

.boeken_styled_111 {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.boeken_styled_112 {
    margin: 0 0 1rem 0;
    font-style: italic;
    font-size: 0.95rem;
}

.boeken_styled_113 {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.boeken_styled_114 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.boeken_cta-button {
    font-size: 1.1rem;
    padding: 1rem 2rem;
}

.boeken_cta-button {
    font-size: 1rem;
    padding: 1rem 2rem;
}

.boeken_centered_115 {
    text-align: center;
}

.boeken_shadow_116 {
    width: 100%;
    max-width: 300px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.boeken_styled_117 {
    font-size: 0.85rem;
    color: #666;
    margin-top: 1rem;
}

.boeken_styled_118 {
    padding: 80px 0;
    background: white;
}

.boeken_grid_119 {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.boeken_centered_120 {
    text-align: center;
}

.boeken_shadow_121 {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.boeken_styled_122 {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-gray);
    font-weight: 600;
}

.boeken_styled_123 {
    color: var(--primary-navy);
    font-size: 3rem;
    margin-bottom: 2rem;
}

.boeken_styled_124 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    color: #333;
}

.boeken_card_125 {
    background: var(--bg-light-cream);
    padding: 3rem;
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.boeken_styled_126 {
    color: var(--accent-copper);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.boeken_styled_127 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.boeken_styled_128 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.boeken_cta-button {
    font-size: 1.3rem;
    padding: 1.5rem 3rem;
}

.emotion_documentary_documentary-hero {
    background-image: linear-gradient(rgba(26, 35, 126, 0.85), rgba(26, 35, 126, 0.85)), url('/assets/images/backgrounds/transformation-journey.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.emotion_documentary_styled_129 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.healing_psyche_book-hero {
    background-image: linear-gradient(rgba(26, 35, 126, 0.80), rgba(26, 35, 126, 0.80)), url('/assets/images/backgrounds/mindfulness-zen.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.healing_psyche_styled_130 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.healing_psyche_styled_131 {
    font-style: italic;
    font-size: 1.1rem;
    border-left: 4px solid var(--accent-copper);
    padding-left: 1rem;
    margin: 2rem 0;
    opacity: 0.9;
}

.healing_psyche_centered_132 {
    text-align: center;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.healing_psyche_centered_133 {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto;
}

.healing_psyche_styled_134 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.healing_psyche_centered_135 {
    text-align: center;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.healing_psyche_centered_136 {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-gray);
    margin-bottom: 3rem;
}

.healing_psyche_styled_137 {
    margin: 0.3rem 0 0 0;
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
}

.healing_psyche_styled_138 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_139 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_140 {
    margin: 0.3rem 0 0 0;
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
}

.healing_psyche_styled_141 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_142 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_143 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_144 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_145 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_146 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_147 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_148 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_149 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_150 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_151 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_152 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_153 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_154 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_155 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_156 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_157 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_158 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_159 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_160 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_161 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_162 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_163 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_164 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_165 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_166 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_167 {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.healing_psyche_styled_168 {
    color: var(--accent-copper);
    text-decoration: none;
}

.healing_psyche_styled_169 {
    color: var(--primary-navy);
    margin-bottom: 2rem;
}

.healing_psyche_styled_170 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.healing_psyche_styled_171 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.healing_psyche_styled_172 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.healing_psyche_styled_173 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.healing_psyche_styled_174 {
    margin-top: 2rem;
}

.invloed_op_kanker_card_175 {
    background: white;
    border: 2px solid rgba(184, 115, 51, 0.2);
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    margin: 2.5rem 0;
}

.invloed_op_kanker_styled_176 {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_styled_177 {
    font-size: 1.1rem;
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    font-weight: 600;
    margin: 0;
}

.unleash_your_vitality_hero {
    background-image: linear-gradient(rgba(26, 35, 126, 0.85), rgba(26, 35, 126, 0.85)), url('/assets/images/backgrounds/premium-texture.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 70vh;
}

.unleash_your_vitality_shadow_178 {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    opacity: 0.9;
}

.unleash_your_vitality_styled_179 {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    font-style: italic;
}

.unleash_your_vitality_styled_180 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--accent-copper);
    font-weight: 700;
}

.unleash_your_vitality_auto_margin_181 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.unleash_your_vitality_section {
    background: var(--bg-cream);
}

.unleash_your_vitality_styled_182 {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.unleash_your_vitality_section {
    background: linear-gradient(135deg, #f5f7fa 0%, var(&#45;
    &#45: undefined;
    bg-cream) 100%): undefined;
}

.unleash_your_vitality_centered_183 {
    text-align: center;
    margin-bottom: 4rem;
}

.unleash_your_vitality_styled_184 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.unleash_your_vitality_auto_margin_185 {
    color: #666;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.unleash_your_vitality_grid_186 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.unleash_your_vitality_card_187 {
    background: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(26, 35, 126, 0.12);
    border-top: 5px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unleash_your_vitality_styled_188 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.unleash_your_vitality_gradient_189 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(&#45;
    &#45: undefined;
    accent-copper), #d4a574): undefined;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 1.5rem;
    box-shadow: 0 4px 15px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_190 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.unleash_your_vitality_styled_191 {
    color: #777;
    margin: 0.5rem 0 0 0;
    font-size: 1rem;
}

.unleash_your_vitality_gradient_192 {
    background: linear-gradient(135deg, #faf8f5 0%, #f0ede8 100%);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    border-left: 4px solid rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_193 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.8;
}

.unleash_your_vitality_styled_194 {
    color: #666;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.unleash_your_vitality_gradient_195 {
    background: linear-gradient(135deg, rgba(184, 115, 51, 0.1) 0%, rgba(184, 115, 51, 0.05) 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
}

.unleash_your_vitality_styled_196 {
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_styled_197 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
}

.unleash_your_vitality_card_198 {
    background: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(26, 35, 126, 0.12);
    border-top: 5px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unleash_your_vitality_styled_199 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.unleash_your_vitality_gradient_200 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(&#45;
    &#45: undefined;
    accent-copper), #d4a574): undefined;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 1.5rem;
    box-shadow: 0 4px 15px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_201 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.unleash_your_vitality_styled_202 {
    color: #777;
    margin: 0.5rem 0 0 0;
    font-size: 1rem;
}

.unleash_your_vitality_gradient_203 {
    background: linear-gradient(135deg, #faf8f5 0%, #f0ede8 100%);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    border-left: 4px solid rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_204 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.8;
}

.unleash_your_vitality_styled_205 {
    color: #666;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.unleash_your_vitality_gradient_206 {
    background: linear-gradient(135deg, rgba(184, 115, 51, 0.1) 0%, rgba(184, 115, 51, 0.05) 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
}

.unleash_your_vitality_styled_207 {
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_styled_208 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
}

.unleash_your_vitality_card_209 {
    background: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(26, 35, 126, 0.12);
    border-top: 5px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unleash_your_vitality_styled_210 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.unleash_your_vitality_gradient_211 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(&#45;
    &#45: undefined;
    accent-copper), #d4a574): undefined;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 1.5rem;
    box-shadow: 0 4px 15px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_212 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.unleash_your_vitality_styled_213 {
    color: #777;
    margin: 0.5rem 0 0 0;
    font-size: 1rem;
}

.unleash_your_vitality_gradient_214 {
    background: linear-gradient(135deg, #faf8f5 0%, #f0ede8 100%);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    border-left: 4px solid rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_215 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.8;
}

.unleash_your_vitality_styled_216 {
    color: #666;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.unleash_your_vitality_gradient_217 {
    background: linear-gradient(135deg, rgba(184, 115, 51, 0.1) 0%, rgba(184, 115, 51, 0.05) 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid var(&#45;
    &#45: undefined;
    accent-copper): undefined;
}

.unleash_your_vitality_styled_218 {
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_styled_219 {
    color: var(&#45;
    &#45: undefined;
    primary-navy): undefined;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
}

.unleash_your_vitality_gradient_220 {
    text-align: center;
    background: linear-gradient(135deg, var(&#45;
    &#45: undefined;
    primary-navy) 0%, var(&#45: undefined;
    &#45: undefined;
    primary-navy-dark) 100%): undefined;
    padding: 4rem 3rem;
    border-radius: 25px;
    color: white;
    position: relative;
    overflow: hidden;
}

.unleash_your_vitality_positioned_221 {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(184, 115, 51, 0.1);
    border-radius: 50%;
    opacity: 0.6;
}

.unleash_your_vitality_positioned_222 {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    background: rgba(184, 115, 51, 0.08);
    border-radius: 50%;
    opacity: 0.5;
}

.unleash_your_vitality_styled_223 {
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.unleash_your_vitality_auto_margin_224 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.unleash_your_vitality_grid_225 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.unleash_your_vitality_styled_226 {
    font-size: 3.5rem;
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_227 {
    font-size: 1rem;
    opacity: 0.85;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.unleash_your_vitality_styled_228 {
    font-size: 3.5rem;
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_229 {
    font-size: 1rem;
    opacity: 0.85;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.unleash_your_vitality_styled_230 {
    font-size: 3.5rem;
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_231 {
    font-size: 1rem;
    opacity: 0.85;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.unleash_your_vitality_styled_232 {
    font-size: 3.5rem;
    color: var(&#45;
    &#45: undefined;
    accent-copper): undefined;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_styled_233 {
    font-size: 1rem;
    opacity: 0.85;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.unleash_your_vitality_tt_review_person_website {
    color: var(--accent-copper);
    font-size: 0.85rem;
    text-decoration: none;
    display: block;
    margin: 0.2rem 0;
    opacity: 0.5;
}

.unleash_your_vitality_section-title {
    color: white;
    margin-bottom: 2rem;
}

.unleash_your_vitality_styled_234 {
    color: #ffc107;
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

.unleash_your_vitality_styled_235 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.unleash_your_vitality_styled_236 {
    font-style: italic;
    color: white;
    opacity: 0.9;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 2rem 0;
    border-left: 4px solid var(--accent-copper);
    padding-left: 1.5rem;
    text-align: left;
}

.unleash_your_vitality_styled_237 {
    margin-top: 2rem;
}

.unleash_your_vitality_styled_238 {
    color: white;
    opacity: 0.7;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.unleash_your_vitality_styled_239 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.unleash_your_vitality_styled_240 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.unleash_your_vitality_styled_241 {
    list-style: none;
    padding: 0;
}

.unleash_your_vitality_positioned_242 {
    padding-left: 2rem;
    position: relative;
}

.unleash_your_vitality_final-cta {
    background: linear-gradient(135deg, #1a237e 0%, #2c3e99 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.unleash_your_vitality_gradient_243 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(184, 115, 51, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.unleash_your_vitality_gradient_244 {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(184, 115, 51, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.unleash_your_vitality_container {
    position: relative;
    z-index: 1;
}

.unleash_your_vitality_centered_245 {
    text-align: center;
    margin-bottom: 3rem;
}

.unleash_your_vitality_section-title {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.unleash_your_vitality_auto_margin_246 {
    color: white;
    opacity: 0.9;
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.unleash_your_vitality_card_247 {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.unleash_your_vitality_centered_248 {
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.unleash_your_vitality_card_249 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.unleash_your_vitality_styled_250 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.unleash_your_vitality_card_251 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.unleash_your_vitality_styled_252 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.unleash_your_vitality_card_253 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.unleash_your_vitality_styled_254 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.unleash_your_vitality_centered_255 {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.unleash_your_vitality_styled_256 {
    color: white;
    opacity: 0.8;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.unleash_your_vitality_styled_257 {
    color: var(--accent-copper);
    font-size: 0.9rem;
}

.invloed_op_kanker_bestellen_btn-navy {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.invloed_op_kanker_bestellen_font-weight-600 {
    margin: 0;
}

.invloed_op_kanker_bestellen_styled_258 {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.invloed_op_kanker_bestellen_btn-copper-extra-large {
    display: block;
    text-align: center;
}

.invloed_op_kanker_bestellen_font-weight-600 {
    margin: 0;
}

.invloed_op_kanker_bestellen_section {
    position: relative;
    overflow: hidden;
}

.invloed_op_kanker_bestellen_decorative-circle {
    opacity: 1;
}

.invloed_op_kanker_bestellen_container {
    position: relative;
    z-index: 1;
}

.invloed_op_kanker_bestellen_grid-two-equal-large {
    align-items: flex-start;
}

.invloed_op_kanker_bestellen_styled_259 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_bestellen_text-white {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.invloed_op_kanker_bestellen_styled_260 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_bestellen_text-white {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.invloed_op_kanker_bestellen_styled_261 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_bestellen_text-white {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.invloed_op_kanker_bestellen_styled_262 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_bestellen_text-white {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.invloed_op_kanker_bestellen_styled_263 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_bestellen_text-white {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.invloed_op_kanker_bestellen_styled_264 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.invloed_op_kanker_bestellen_text-white {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.invloed_op_kanker_bestellen_section {
    background: white;
}

.invloed_op_kanker_bestellen_text-center {
    font-size: 2.5rem;
    font-weight: 700;
}

.invloed_op_kanker_bestellen_card_265 {
    background: rgba(108, 117, 125, 0.1);
    padding: 1rem;
    border-radius: 10px;
}

.invloed_op_kanker_bestellen_text-gray {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.invloed_op_kanker_bestellen_card_266 {
    background: rgba(184, 115, 51, 0.1);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    margin-top: 1rem;
}

.invloed_op_kanker_bestellen_card_266 p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.invloed_op_kanker_bestellen_text-copper {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.invloed_op_kanker_bestellen_btn-copper-extra-large {
    display: block;
    text-align: center;
}

.invloed_op_kanker_bestellen_styled_267 {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.invloed_op_kanker_bestellen_styled_268 {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.invloed_op_kanker_bestellen_styled_269 {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.invloed_op_kanker_bestellen_btn-navy {
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.invloed_op_kanker_bestellen_btn-copper-large {
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.invloed_op_kanker_bestellen_py-5 {
    background: linear-gradient(135deg, #ffffff 0%, #f9f8f6 100%);
}

.invloed_op_kanker_bestellen_positioned_270 {
    position: relative;
    z-index: 2;
}

.invloed_op_kanker_bestellen_positioned_271 {
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.invloed_op_kanker_bestellen_positioned_272 {
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.invloed_op_kanker_bestellen_text-copper {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.invloed_op_kanker_bestellen_positioned_273 {
    padding-left: 2rem;
    position: relative;
}

.invloed_op_kanker_bestellen_positioned_274 {
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.invloed_op_kanker_bestellen_text-gold {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.invloed_op_kanker_bestellen_positioned_275 {
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.invloed_op_kanker_bestellen_text-gold {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.invloed_op_kanker_bestellen_positioned_276 {
    padding-left: 2rem;
    position: relative;
}

.invloed_op_kanker_bestellen_text-gold {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.invloed_op_kanker_bestellen_styled_277 {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 1rem;
}

.invloed_op_kanker_bestellen_styled_278 {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.invloed_op_kanker_bestellen_text-white {
    opacity: 0.7;
    font-size: 1rem;
}

.invloed_op_kanker_bestellen_text-white-90 {
    font-size: 0.95rem;
}

.unleash_your_vitality_bestellen_hero {
    background-image: linear-gradient(rgba(26, 35, 126, 0.9), rgba(26, 35, 126, 0.9)), url('/assets/images/backgrounds/premium-texture.jpg');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    position: relative;
}

.unleash_your_vitality_bestellen_card_279 {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: var(--accent-copper);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.4);
}

.unleash_your_vitality_bestellen_grid_280 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_centered_281 {
    text-align: center;
    position: relative;
}

.unleash_your_vitality_bestellen_gradient_282 {
    position: absolute;
    top: -10px;
    left: -10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a237e;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
    z-index: 2;
}

.unleash_your_vitality_bestellen_card_283 {
    position: absolute;
    bottom: 20px;
    right: -10px;
    background: var(--accent-copper);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    transform: rotate(-5deg);
    box-shadow: 0 4px 12px rgba(184, 115, 51, 0.3);
    z-index: 2;
}

.unleash_your_vitality_bestellen_shadow_284 {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    filter: brightness(1.1);
}

.unleash_your_vitality_bestellen_card_285 {
    margin-top: 1.5rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
}

.unleash_your_vitality_bestellen_styled_286 {
    color: var(--accent-copper);
    font-weight: 600;
    margin: 0;
    font-size: 1rem;
}

.unleash_your_vitality_bestellen_card_287 {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 3rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.unleash_your_vitality_bestellen_styled_288 {
    color: white;
    font-size: 3.2rem;
    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.unleash_your_vitality_bestellen_styled_289 {
    display: block;
    color: var(--accent-copper);
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.unleash_your_vitality_bestellen_styled_290 {
    color: rgba(255,255,255,0.9);
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 2rem 0;
}

.unleash_your_vitality_bestellen_styled_291 {
    margin: 2.5rem 0;
}

.unleash_your_vitality_bestellen_grid_292 {
    display: grid;
    gap: 1rem;
}

.unleash_your_vitality_bestellen_styled_293 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.unleash_your_vitality_bestellen_styled_294 {
    background: var(--accent-copper);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.unleash_your_vitality_bestellen_styled_295 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_296 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.unleash_your_vitality_bestellen_styled_297 {
    background: #ffd700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.unleash_your_vitality_bestellen_styled_298 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_299 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.unleash_your_vitality_bestellen_styled_300 {
    background: var(--success-green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.unleash_your_vitality_bestellen_styled_301 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_gradient_302 {
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 2rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.unleash_your_vitality_bestellen_card_303 {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--error-red);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 15px 15px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.unleash_your_vitality_bestellen_styled_304 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.unleash_your_vitality_bestellen_styled_305 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 1.5rem 0;
}

.unleash_your_vitality_bestellen_centered_306 {
    text-align: center;
}

.unleash_your_vitality_bestellen_styled_307 {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    text-decoration: line-through;
}

.unleash_your_vitality_bestellen_styled_308 {
    color: white;
    font-size: 2.5rem;
    font-weight: 900;
}

.unleash_your_vitality_bestellen_styled_309 {
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
}

.unleash_your_vitality_bestellen_styled_310 {
    background: rgba(255,255,255,0.2);
    width: 2px;
    height: 80px;
}

.unleash_your_vitality_bestellen_centered_311 {
    text-align: center;
}

.unleash_your_vitality_bestellen_styled_312 {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_313 {
    color: white;
    font-size: 2.5rem;
    font-weight: 900;
}

.unleash_your_vitality_bestellen_styled_314 {
    color: #ffd700;
    font-size: 0.9rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_315 {
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-size: 0.95rem;
    font-style: italic;
}

.unleash_your_vitality_bestellen_section {
    background: linear-gradient(135deg, var(--bg-cream) 0%, #f8f6f2 100%);
}

.unleash_your_vitality_bestellen_centered_316 {
    text-align: center;
    color: var(--primary-navy);
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.unleash_your_vitality_bestellen_centered_317 {
    text-align: center;
    color: #666;
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 4rem;
    line-height: 1.6;
}

.unleash_your_vitality_bestellen_grid_318 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_card_319 {
    background: white;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 2px solid #e5e5e5;
    position: relative;
}

.unleash_your_vitality_bestellen_centered_320 {
    text-align: center;
    margin-bottom: 2rem;
}

.unleash_your_vitality_bestellen_auto_margin_321 {
    background: #ff9900;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.unleash_your_vitality_bestellen_styled_322 {
    color: var(--primary-navy);
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_323 {
    color: #666;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.unleash_your_vitality_bestellen_styled_324 {
    margin: 2rem 0;
}

.unleash_your_vitality_bestellen_styled_325 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 1rem;
}

.unleash_your_vitality_bestellen_styled_326 {
    color: var(--primary-navy);
    font-size: 2.2rem;
    font-weight: 700;
}

.unleash_your_vitality_bestellen_styled_327 {
    color: #666;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.unleash_your_vitality_bestellen_styled_328 {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.unleash_your_vitality_bestellen_styled_329 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_330 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_331 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #999;
}

.unleash_your_vitality_bestellen_styled_332 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #999;
}

.unleash_your_vitality_bestellen_styled_333 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #999;
}

.unleash_your_vitality_bestellen_card_334 {
    display: block;
    text-align: center;
    background: #ff9900;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.unleash_your_vitality_bestellen_gradient_335 {
    background: linear-gradient(135deg, white 0%, #fff8dc 100%);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(184, 115, 51, 0.2);
    border: 3px solid var(--accent-copper);
    position: relative;
    transform: scale(1.05);
}

.unleash_your_vitality_bestellen_gradient_336 {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    color: white;
    padding: 0.8rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.4);
}

.unleash_your_vitality_bestellen_centered_337 {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.unleash_your_vitality_bestellen_gradient_338 {
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_bestellen_styled_339 {
    color: var(--primary-navy);
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_340 {
    color: var(--accent-copper);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_341 {
    margin: 2rem 0;
}

.unleash_your_vitality_bestellen_styled_342 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 1rem;
}

.unleash_your_vitality_bestellen_styled_343 {
    color: var(--accent-copper);
    font-size: 2.8rem;
    font-weight: 900;
}

.unleash_your_vitality_bestellen_styled_344 {
    color: #666;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.unleash_your_vitality_bestellen_card_345 {
    text-align: center;
    background: var(--success-green);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_346 {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.unleash_your_vitality_bestellen_styled_347 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_348 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_349 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_350 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_351 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_gradient_352 {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    color: white;
    padding: 1.2rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_bestellen_section {
    background: linear-gradient(135deg, var(--bg-cream) 0%, #f8f6f2 100%);
    color: var(--primary-navy);
    position: relative;
    overflow: hidden;
}

.unleash_your_vitality_bestellen_section_dark {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-navy-dark) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.unleash_your_vitality_bestellen_positioned_353 {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(184, 115, 51, 0.1);
    border-radius: 50%;
    opacity: 0.6;
}

.unleash_your_vitality_bestellen_positioned_354 {
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: rgba(184, 115, 51, 0.05);
    border-radius: 50%;
}

.unleash_your_vitality_bestellen_container {
    position: relative;
    z-index: 1;
}

.unleash_your_vitality_bestellen_grid_355 {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_centered_356 {
    text-align: center;
}

.unleash_your_vitality_bestellen_shadow_357 {
    width: 100%;
    max-width: 250px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border: 4px solid var(--accent-copper);
}

.unleash_your_vitality_bestellen_styled_358 {
    margin-top: 1rem;
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
}

.unleash_your_vitality_bestellen_styled_359 {
    color: var(--accent-copper);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.unleash_your_vitality_bestellen_card_360 {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.unleash_your_vitality_bestellen_styled_361 {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.unleash_your_vitality_bestellen_styled_362 {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.unleash_your_vitality_bestellen_styled_363 {
    border-left: 4px solid var(--accent-copper);
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    font-size: 1.3rem;
    opacity: 0.9;
}

.unleash_your_vitality_bestellen_card_364 {
    background: rgba(184, 115, 51, 0.2);
    border: 2px solid rgba(184, 115, 51, 0.5);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.unleash_your_vitality_bestellen_styled_365 {
    color: var(--accent-copper);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_366 {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

.unleash_your_vitality_bestellen_styled_367 {
    margin-bottom: 0.8rem;
}

.unleash_your_vitality_bestellen_styled_368 {
    margin-bottom: 0.8rem;
}

.unleash_your_vitality_bestellen_styled_369 {
    margin-bottom: 0.8rem;
}

.unleash_your_vitality_bestellen_styled_370 {
    margin-bottom: 0;
}

.unleash_your_vitality_bestellen_card_371 {
    font-size: 1.1rem;
    text-align: center;
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(184, 115, 51, 0.15);
    border-radius: 15px;
    font-weight: 600;
    color: var(--accent-copper);
}

.unleash_your_vitality_bestellen_bestellen {
    background: linear-gradient(135deg, var(--bg-cream) 0%, #f8f6f2 100%);
}

.unleash_your_vitality_bestellen_centered_372 {
    text-align: center;
    margin-bottom: 4rem;
}

.unleash_your_vitality_bestellen_styled_373 {
    color: var(--primary-navy);
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.unleash_your_vitality_bestellen_auto_margin_374 {
    color: #666;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_auto_margin_375 {
    max-width: 800px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_grid_376 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .unleash_your_vitality_bestellen_grid_376 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.unleash_your_vitality_bestellen_pricing-option {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 2px solid #e5e5e5;
    text-align: center;
    transition: all 0.3s ease;
}

.unleash_your_vitality_bestellen_auto_margin_377 {
    background: var(--accent-copper);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
}

.unleash_your_vitality_bestellen_styled_378 {
    color: var(--primary-navy);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_379 {
    margin: 1.5rem 0;
}

.unleash_your_vitality_bestellen_styled_380 {
    color: var(--accent-copper);
    font-size: 2.5rem;
    font-weight: 900;
}

.unleash_your_vitality_bestellen_styled_381 {
    color: #666;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.unleash_your_vitality_bestellen_styled_382 {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 1.5rem 0;
}

.unleash_your_vitality_bestellen_styled_383 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_384 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_385 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_386 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_pricing-option {
    background: linear-gradient(135deg, white 0%, #fff8dc 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(184, 115, 51, 0.2);
    border: 3px solid var(--accent-copper);
    text-align: center;
    transform: scale(1.05);
    position: relative;
}

.unleash_your_vitality_bestellen_card_387 {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--error-red);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.unleash_your_vitality_bestellen_gradient_388 {
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
}

.unleash_your_vitality_bestellen_styled_389 {
    color: var(--primary-navy);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_390 {
    margin: 1.5rem 0;
}

.unleash_your_vitality_bestellen_styled_391 {
    color: var(--accent-copper);
    font-size: 2.5rem;
    font-weight: 900;
}

.unleash_your_vitality_bestellen_card_392 {
    background: var(--success-green);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_393 {
    color: #666;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.unleash_your_vitality_bestellen_styled_394 {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 1.5rem 0;
}

.unleash_your_vitality_bestellen_styled_395 {
    margin-bottom: 0.8rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_396 {
    margin-bottom: 0.8rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_397 {
    margin-bottom: 0.8rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_398 {
    margin-bottom: 0.8rem;
    color: var(--primary-navy);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_card_399 {
    background: rgba(184, 115, 51, 0.1);
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.unleash_your_vitality_bestellen_styled_400 {
    margin: 0;
    color: var(--accent-copper);
    font-weight: 600;
    font-size: 0.95rem;
}

.unleash_your_vitality_bestellen_card_401 {
    background: white;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 2px solid var(--accent-copper);
}

.unleash_your_vitality_bestellen_centered_402 {
    text-align: center;
    color: var(--primary-navy);
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_card_403 {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.unleash_your_vitality_bestellen_styled_404 {
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.unleash_your_vitality_bestellen_styled_405 {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.unleash_your_vitality_bestellen_auto_margin_406 {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_styled_407 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_408 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_409 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_410 {
    margin-bottom: 0.8rem;
    color: #666;
}

.unleash_your_vitality_bestellen_styled_411 {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.unleash_your_vitality_bestellen_gradient_412 {
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_bestellen_card_413 {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 15px;
    text-align: center;
}

.unleash_your_vitality_bestellen_styled_414 {
    margin: 0;
    color: var(--success-green);
    font-weight: 600;
}

.unleash_your_vitality_bestellen_section {
    background: var(--bg-cream);
}

.unleash_your_vitality_bestellen_centered_415 {
    text-align: center;
    color: var(--primary-navy);
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.unleash_your_vitality_bestellen_auto_margin_416 {
    max-width: 800px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_shadow_417 {
    margin-bottom: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.unleash_your_vitality_bestellen_styled_418 {
    padding: 2rem;
    border-bottom: 1px solid #eee;
}

.unleash_your_vitality_bestellen_styled_419 {
    color: var(--primary-navy);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_420 {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.unleash_your_vitality_bestellen_shadow_421 {
    margin-bottom: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.unleash_your_vitality_bestellen_styled_422 {
    padding: 2rem;
    border-bottom: 1px solid #eee;
}

.unleash_your_vitality_bestellen_styled_423 {
    color: var(--primary-navy);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_424 {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.unleash_your_vitality_bestellen_shadow_425 {
    margin-bottom: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.unleash_your_vitality_bestellen_styled_426 {
    padding: 2rem;
    border-bottom: 1px solid #eee;
}

.unleash_your_vitality_bestellen_styled_427 {
    color: var(--primary-navy);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_428 {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.unleash_your_vitality_bestellen_shadow_429 {
    margin-bottom: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.unleash_your_vitality_bestellen_styled_430 {
    padding: 2rem;
}

.unleash_your_vitality_bestellen_styled_431 {
    color: var(--primary-navy);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_432 {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.unleash_your_vitality_bestellen_section {
    background: linear-gradient(135deg, var(--bg-cream) 0%, #f8f6f2 100%);
    color: var(--primary-navy);
    text-align: center;
}

.unleash_your_vitality_bestellen_auto_margin_433 {
    max-width: 1400px;
    margin: 0 auto;
}

.unleash_your_vitality_bestellen_styled_434 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: var(--primary-navy);
}

.unleash_your_vitality_bestellen_styled_435 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--text-dark);
}

.unleash_your_vitality_bestellen_card_436 {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 2rem auto;
    border: 1px solid rgba(184, 115, 51, 0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.unleash_your_vitality_bestellen_styled_437 {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_438 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.unleash_your_vitality_bestellen_styled_439 {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-navy);
    margin-bottom: 0.5rem;
}

.unleash_your_vitality_bestellen_styled_440 {
    color: var(--text-dark);
    opacity: 0.8;
}

.unleash_your_vitality_bestellen_card_441 {
    background: var(--accent-copper);
    color: white;
    padding: 1rem 2rem;
    border-radius: 15px;
    position: relative;
}

.unleash_your_vitality_bestellen_card_442 {
    position: absolute;
    top: -10px;
    right: 10px;
    background: var(--error-red);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
}

.unleash_your_vitality_bestellen_styled_443 {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: var(--primary-navy);
}

.unleash_your_vitality_bestellen_card_444 {
    background: rgba(184, 115, 51, 0.15);
    padding: 0.3rem 0.8rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--primary-navy);
    border: 1px solid rgba(184, 115, 51, 0.3);
}

.unleash_your_vitality_bestellen_styled_445 {
    margin: 3rem 0;
}

.unleash_your_vitality_bestellen_gradient_446 {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4a574 100%);
    color: white;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(184, 115, 51, 0.4);
    margin-bottom: 1rem;
}

.unleash_your_vitality_bestellen_styled_447 {
    font-size: 1rem;
    color: var(--primary-navy);
    opacity: 0.8;
    font-style: italic;
    margin-bottom: 0;
}


/* Common Boeken Page Responsive Styles */
@media (max-width: 768px) {
    /* Book showcase grids */
    [class*="_grid_"] {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    /* Book covers */
    [class*="book-cover"] {
        max-width: 250px !important;
        margin: 0 auto !important;
    }
    
    /* Testimonial grids */
    [class*="testimonial"] [class*="_grid_"] {
        grid-template-columns: 1fr !important;
    }
    
    /* Expert photos */
    [class*="expert"] [class*="_grid_"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    /* Cards with large padding */
    [class*="_card_"] {
        padding: 1.5rem 1rem !important;
    }
    
    /* Large text sizes */
    [class*="_title_"] {
        font-size: 2rem !important;
    }
    
    [class*="_subtitle_"] {
        font-size: 1.1rem !important;
    }
}

/* Book-specific common styles */
.book-hero {
    padding: 80px 0 60px;
    text-align: center;
}

.book-cover-showcase {
    max-width: 300px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    margin: 0 auto 2rem;
}

.book-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-navy);
}

.book-subtitle {
    font-size: 1.3rem;
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 4px solid var(--accent-copper);
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
}

.expert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.expert-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
    border: 3px solid var(--accent-copper);
}

/* Documentary specific styles */
.documentary-banner {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Order page styles */
.order-hero {
    background: linear-gradient(135deg, var(--primary-navy), #1a237e);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.order-form {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.cta-gradient {
    background: linear-gradient(135deg, var(--accent-copper), #d4941a);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(184, 115, 51, 0.3);
}

.cta-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(184, 115, 51, 0.4);
    color: white;
}

/* Additional Badge Styles for Strategic Testimonials */
.proof-full-badge-results {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.proof-full-badge-action {
    background: linear-gradient(135deg, var(--accent-copper) 0%, #d4932b 100%);
}

.proof-full-badge-business {
    background: linear-gradient(135deg, #6f42c1 0%, #563d7c 100%);
}

.proof-cta-highlight {
    background: linear-gradient(135deg, var(--accent-copper), #d4932b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 1.1em;
}
