/* ============================================
   HOMEPAGE NOUVELLE VERSION - STYLE MYSTIQUE
   ============================================ */

#homepage-new {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(180deg, #0a0e27 0%, #1a1042 50%, #2d1b4e 100%);
    color: #f5f5f5;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem 2rem;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(199, 36, 177, 0.15) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.2); opacity: 0.5; }
}

.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #ffd700;
    border-radius: 50%;
    animation: twinkle 3s infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.sparkle {
    font-size: 2.5rem;
    animation: sparkle 2s ease-in-out infinite;
    display: inline-block;
}

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

.hero-section h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    font-weight: 600;
    margin: 1rem 0;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.subtitle {
    font-size: 1.15rem;
    margin: 1rem 0 1.5rem;
    color: #e0d5f5;
    font-weight: 300;
    line-height: 1.6;
}

.hero-cards-visual {
    display: flex;
    justify-content: center;
}

.hero-cards-visual svg {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

.scroll-indicator::after {
    content: '↓';
    font-size: 2rem;
    color: #ffd700;
    opacity: 0.6;
}

/* ============================================
   FORMULAIRE
   ============================================ */

#form-oraclia {
    width: 100%;
    padding: 0 1rem;
}

#form-oraclia .input-field {
    margin-bottom: 2rem;
    position: relative;
}

#form-oraclia .input-field label {
    display: none !important;
}

#form-oraclia .select-wrapper input.select-dropdown {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 215, 0, 0.3) !important;
    border-radius: 10px !important;
    color: #e0d5f5 !important;
    padding: 1rem !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

#form-oraclia .select-wrapper input.select-dropdown:focus {
    border-color: #ffd700 !important;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2) !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

#form-oraclia .select-wrapper .caret {
    fill: #ffd700 !important;
}

#form-oraclia .dropdown-content {
    background: #1a1042 !important;
    border: 2px solid rgba(255, 215, 0, 0.3) !important;
    border-radius: 10px !important;
}

#form-oraclia .dropdown-content li {
    color: #e0d5f5 !important;
    min-height: 3rem !important;
}

#form-oraclia .dropdown-content li:hover,
#form-oraclia .dropdown-content li.selected {
    background: rgba(199, 36, 177, 0.3) !important;
}

#form-oraclia .dropdown-content li > span {
    color: #e0d5f5 !important;
}

#form-oraclia input[type="text"] {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 215, 0, 0.3) !important;
    border-radius: 10px !important;
    color: #e0d5f5 !important;
    padding: 1rem !important;
    font-size: 1rem !important;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
}

#form-oraclia input[type="text"]:focus {
    border-color: #ffd700 !important;
    outline: none !important;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2) !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

#form-oraclia .sublabel {
    color: rgba(224, 213, 245, 0.7);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    font-style: italic;
    text-align: center;
}

#form-oraclia button.btn-primary,
#form-oraclia button.btn {
    background: linear-gradient(135deg, #c724b1 0%, #8b1a7e 100%) !important;
    color: white !important;
    padding: 0.85rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(199, 36, 177, 0.35) !important;
    transition: all 0.3s ease;
    width: auto !important;
    max-width: 100%;
    text-transform: none !important;
    position: relative;
    overflow: hidden;
    height: 60px !important;
    line-height: 1.4 !important;
    margin: 0 auto !important;
    display: block !important;
}

#form-oraclia button.btn-primary::before,
#form-oraclia button.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

#form-oraclia button.btn-primary:hover:not(:disabled)::before,
#form-oraclia button.btn:hover:not(:disabled)::before {
    left: 100%;
}

#form-oraclia button.btn-primary:hover:not(:disabled),
#form-oraclia button.btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(199, 36, 177, 0.5) !important;
}

#form-oraclia button.btn-primary:disabled,
#form-oraclia button.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: linear-gradient(135deg, #555 0%, #333 100%) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
}

.template-errors {
    background: rgba(255, 100, 100, 0.2);
    border: 1px solid rgba(255, 100, 100, 0.5);
    color: #ffaaaa;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    text-align: center;
}

/* ============================================
   REASSURANCE INLINE
   ============================================ */

.reassurance-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}

.reassurance-item-inline {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}

.reassurance-icon-inline {
    font-size: 2rem;
    flex-shrink: 0;
}

.reassurance-item-inline h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #ffd700;
    margin: 0 0 0.3rem 0;
    font-weight: 600;
}

.reassurance-item-inline p {
    color: #d0c5e5;
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

/* ============================================
   AUTRES SECTIONS
   ============================================ */

.emotional-section {
    text-align: center;
    margin: 0 auto;
}

.emotional-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: #ffd700;
    margin-bottom: 1.5rem;
}

.emotional-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #e0d5f5;
    font-weight: 300;
}

.free-question-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(199, 36, 177, 0.2);
}

.about-section {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.about-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    color: #ffd700;
    text-align: center;
    margin-bottom: 2rem;
}

.testimonials-section {
    padding: 4rem 2rem;
    background: rgba(0, 0, 0, 0.2);
    color: #000;
}

.testimonials-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    color: #ffd700;
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-section {
    padding: 5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    color: #ffd700;
    text-align: center;
    margin-bottom: 3rem;
}

.final-cta-section {
    padding: 5rem 2rem;
    text-align: center;
    background: linear-gradient(180deg, transparent 0%, rgba(199, 36, 177, 0.1) 100%);
}

.final-cta-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: #ffd700;
    margin-bottom: 1rem;
}

.final-cta-section p {
    font-size: 1.3rem;
    color: #e0d5f5;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.cta-primary {
    background: linear-gradient(135deg, #c724b1 0%, #8b1a7e 100%);
    color: white;
    padding: 1rem 2.2rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(199, 36, 177, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 1.5rem 0;
}

.cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.cta-primary:hover::before {
    left: 100%;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(199, 36, 177, 0.6);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 1rem;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .hero-cards-visual svg {
        max-width: 200px;
    }

    .reassurance-inline {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .reassurance-item-inline {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .emotional-section h2,
    .final-cta-section h2 {
        font-size: 2rem;
    }

    .emotional-section,
    .about-section,
    .pricing-section,
    .final-cta-section {
        padding: 3rem 1rem;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .sparkle {
        font-size: 2rem;
    }
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #D4145A, #FBB03B);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 8px 20px rgba(212, 20, 90, 0.4);
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: linear-gradient(135deg, #FBB03B, #D4145A);
    box-shadow: 0 10px 24px rgba(212, 20, 90, 0.6);
    transform: translateY(-3px);
}
