

/* ========================================
   HOMEPAGE - SPEZIFISCHE STYLES
   Alle CSS-Regeln die nur für die Startseite gelten
======================================== */

/* === HERO SECTION === */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.3;
    transition: transform 0.5s ease-out;
}

.hero-container {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content {
    color: white;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    margin-bottom: 2rem;
    font-family: 'Adamina', serif;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.text-gradient-primary {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* === SECTIONS === */
.section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
    font-family: 'Adamina', serif;
    color: #1f2937;
}

.section-header p {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* === FEATURE GRID === */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2937;
}

.feature-content p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* === TRANSFORMATION FEATURES === */
.transformation-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
}

.feature-text h4 {
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-text p {
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* === SOULALCHEMY SPECIFIC === */
.soulalchemy-content {
    max-width: 1200px;
    margin: 0 auto;
}

.soulalchemy-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: start;
}

.soulalchemy-quote blockquote {
    font-size: 28px;
    font-style: italic;
    color: #374151;
    margin: 0 0 24px 0;
    line-height: 1.4;
    font-family: 'Adamina', serif;
}

.quote-context {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 40px;
}

.soulalchemy-card {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    position: sticky;
    top: 120px;
}

.card-header {
    text-align: center;
    margin-bottom: 32px;
}

.program-badge {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
}

.soulalchemy-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
    font-family: 'Adamina', serif;
}

.program-subtitle {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 32px;
}

.program-highlights {
    margin-bottom: 32px;
}

.highlight-item {
    padding: 12px 0;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    font-weight: 500;
}

.highlight-item:last-child {
    border-bottom: none;
}

.program-pricing {
    text-align: center;
    margin-bottom: 32px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 16px;
}

.price-main {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.price-old {
    font-size: 24px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 16px;
}

.price-payment {
    color: #6b7280;
    font-size: 14px;
}

.program-cta-btn {
    width: 100%;
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.program-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
}

/* === SOUL CIRCLE STYLES === */
.soul-circle-hero {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.soul-circle-header {
    text-align: center;
    margin-bottom: 80px;
}

.soul-circle-badge {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
}

.soul-circle-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 300;
    margin-bottom: 24px;
    color: #1f2937;
    font-family: 'Adamina', serif;
    line-height: 1.2;
}

.soul-circle-accent {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.soul-circle-subtitle {
    font-size: 20px;
    color: #6b7280;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.soul-circle-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.soul-circle-description {
    font-size: 18px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 48px;
}

.soul-circle-features h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1f2937;
}

.feature-list {
    display: grid;
    gap: 32px;
}

.feature-item-mindvalley {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.feature-number {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.feature-item-mindvalley h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f2937;
}

.feature-item-mindvalley p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.soul-circle-visual {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.soul-circle-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.circle-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(139, 92, 246, 0.2), rgba(236, 72, 153, 0.2));
}

.soul-circle-cta-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.soul-circle-cta-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.soul-circle-cta-card > p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px;
}

.cta-highlights {
    margin-bottom: 32px;
}

.cta-highlight {
    padding: 8px 0;
    color: #374151;
    font-weight: 500;
}

/* Soul Circle CTA now uses global .cta class */

.cta-tagline {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

/* === MODAL STYLES === */
.waitlist-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.waitlist-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #9ca3af;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.modal-header {
    text-align: center;
    margin-bottom: 32px;
}

.modal-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.modal-header p {
    color: #6b7280;
    line-height: 1.6;
}

/* === FORM STYLES === */
._form input[type="text"] {
    width: 100%;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}

._form input[type="text"]:focus {
    border-color: #8b5cf6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

._form ._submit {
    width: 100%;
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

._form ._submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
}

._form ._submit.processing {
    opacity: 0.7;
    cursor: not-allowed;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .soulalchemy-grid,
    .soul-circle-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .soulalchemy-card,
    .soul-circle-cta-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .soul-circle-title {
        font-size: 2rem;
    }
    
    .soulalchemy-quote blockquote {
        font-size: 24px;
    }
    
    .modal-content {
        margin: 20px;
        padding: 32px 24px;
    }
}

@media (max-width: 480px) {
    .hero-container {
        padding: 1rem;
    }
    
    .soulalchemy-card,
    .soul-circle-cta-card {
        padding: 24px;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-item-mindvalley {
        flex-direction: column;
        text-align: center;
    }
}

