:root {
    --rouge: #c0392b;
    --rouge-vif: #e74c3c;
    --rouge-fonce: #7b1a1a;
    --violet: #7d2060;
    --violet-fonce: #5a1040;
    --violet-clair: #b03080;
    --or: #f1c40f;
    --or-clair: #f9e47e;
    --vert: #27ae60;
    --vert-clair: #a8e6c0;
}

* { box-sizing: border-box; }

body {
    font-family: 'Georgia', serif;
    color: #2c2c54;
    overflow-x: hidden;
    background: #1a0505;
}

.navbar {background: linear-gradient(90deg, var(--violet-fonce) 0%, var(--rouge) 100%) !important;border-bottom: 3px solid var(--or);}
.navbar-brand {
    color: var(--or) !important;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(241,196,15,0.5);
}
.navbar-nav .nav-link {
    color: #fff !important;
    margin: 0 0.3rem;
    transition: color 0.3s;
    font-size: 0.95rem;
}
.navbar-nav .nav-link:hover { color: var(--or) !important; }
.navbar-toggler { border-color: var(--or) !important;}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f1c40f' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.hero {
    background: url('/sites/elara/img/bg_milkyway.jpg') center center / cover no-repeat;
    color: white;
    padding: 2rem 2rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before, .hero::after {
    position: absolute;
    font-size: 120px;
    opacity: 0.08;
    animation: float 7s ease-in-out infinite;
}

.hero::before { content: '🔮'; top: 10px; left: 5%; }
.hero::after { content: '⭐'; bottom: 20px; right: 5%; animation-delay: 2s; }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.hero-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--or);
    box-shadow: 0 0 40px rgba(192,57,43,0.6), 0 0 80px rgba(108,39,137,0.4);
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-size: 2.8rem;
    color: var(--or);
    text-shadow: 0 0 20px rgba(241,196,15,0.6);
}

.hero p { font-size: 1.15rem; color: #f0d0ff; }

.hero-badge {
    display: inline-block;
    background: var(--rouge-vif);
    color: white;
    padding: 0.3rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    margin: 0.3rem;
    border: 1px solid var(--or);
}

.veronica-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.veronica-desc {
    text-align: center;
    padding: 0 1rem;
}

.veronica-tagline {
    color: var(--rouge-vif);
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.veronica-photo {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    object-fit: cover;
    border: 4px solid var(--rouge-vif);
    box-shadow: 0 0 40px rgba(231,76,60,0.5), 0 0 80px rgba(192,57,43,0.2);
}

.veronica-desc h3 { color: var(--or); font-size: 1.8rem; margin-bottom: 0.3rem; }
.veronica-desc p { color: #f0d0d0; line-height: 1.8; font-size: 0.95rem; }

.veronica-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.veronica-stats .stat span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--or);
}

.veronica-stats .stat small {
    color: #f0d0d0;
    font-size: 0.85rem;
}

/* FORM */
.form-section {
    background: linear-gradient(135deg, #2d0a0a, #1a0505);
    padding: 4rem 2rem;
}

.form-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--rouge-vif);
    border-radius: 15px;
    padding: 2.5rem;
    max-width: 620px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(231,76,60,0.2);
}

.form-card h2 { color: var(--or); text-align: center; margin-bottom: 1.5rem; }

.form-control, .form-select {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
}

.form-control::placeholder { color: rgba(255,255,255,0.4) !important; }
.form-control:focus, .form-select:focus {
    border-color: var(--rouge-vif) !important;
    box-shadow: 0 0 10px rgba(231,76,60,0.3) !important;
}
.form-control:focus, .form-select:focus, option {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.form-label { color: #f0d0ff; font-weight: bold; }

.btn-submit {
    background: linear-gradient(135deg, var(--rouge) 0%, var(--violet) 100%);
    color: white;
    border: none;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: bold;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(192,57,43,0.5);
    color: white;
}

/* SECTION TITLES */
.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--rouge), var(--violet));
    margin: 0.8rem auto 0;
    border-radius: 3px;
}

/* TÉMOIGNAGES CAROUSEL */
.testimonials-section {
    background: linear-gradient(135deg, var(--violet-fonce), #1a0a2e);
    padding: 4rem 2rem;
}

.testimonials-section .section-title { color: var(--or); }

#testimonialCarousel .carousel-item { padding: 0 1rem; }

.testi-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(241,196,15,0.3);
    border-radius: 15px;
    padding: 2rem;
    color: white;
    max-width: 700px;
    margin: 0 auto;
}

.testi-card .stars { color: var(--or); font-size: 1.3rem; margin-bottom: 1rem; }
.testi-card p { font-style: italic; font-size: 1.1rem; line-height: 1.8; }
.testi-card .author { color: var(--or); font-weight: bold; margin-top: 1rem; }
.testi-card .author-row { display: flex; align-items: center; gap: 1rem; margin-top: 1.2rem; }
.testi-card .author-row img {
    width: 55px; height: 55px; border-radius: 50%; object-fit: cover;
    border: 2px solid var(--or);
    box-shadow: 0 0 10px rgba(241,196,15,0.4);
    flex-shrink: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--rouge);
    border-radius: 50%;
    padding: 1.2rem;
    background-size: 60%;
}

/* ESOTERIQUE */
.esoterique-section {
    background: #0d0d1a;
    padding: 4rem 2rem;
}

.esoterique-section .section-title { color: var(--or); }

.esote-card {
    background: linear-gradient(135deg, #1a0a2e, #2d0a14);
    border: 1px solid var(--rouge-vif);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.esote-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(231,76,60,0.4);
}

.esote-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.esote-card-body { padding: 1.2rem; }
.esote-card-body li { color: #d0b0e0; }
.esote-card-body h1 { color: var(--or); }
.esote-card-body h2 { color: var(--or); }
.esote-card-body h5 { color: var(--or); margin-bottom: 0.5rem; }
.esote-card-body p { color: #d0b0e0; font-size: 0.9rem; line-height: 1.6; }

/* BLOG CAROUSEL */
.blog-section {
    background: linear-gradient(135deg, #1a0a2e, var(--violet-fonce));
    padding: 4rem 2rem;
}

.blog-section .section-title { color: var(--or); }

.blog-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(155,89,182,0.4);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
    margin: 0 0.5rem;
    height: 380px;
    display: flex;
    flex-direction: column;
}

.blog-card:hover { transform: translateY(-5px); }

.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-card-body { padding: 1.2rem; flex: 1; color: white; }
.blog-card-body h5 { color: var(--or); margin-bottom: 0.5rem; font-size: 1rem; }
.blog-card-body p { color: #c8a8e0; font-size: 0.88rem; line-height: 1.5; }
.blog-card-body a { color: var(--rouge-vif); text-decoration: none; font-weight: bold; font-size: 0.9rem; }
.blog-card-body a:hover { color: var(--or); }

/* PRODUITS */
.products-section {
    background: #0d0d1a;
    padding: 4rem 2rem;
}

.products-section .section-title { color: var(--or); }

.product-card {
    background: linear-gradient(135deg, #1a0a2e, #2d0a14);
    border: 1px solid var(--violet-clair);
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0.5rem;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.product-card:hover { transform: translateY(-5px); }

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-body { padding: 1.2rem; color: white; flex: 1; }
.product-body h5 { color: var(--or); font-size: 1rem; margin-bottom: 0.3rem; }
.product-body p { color: #d0b0e0; font-size: 0.85rem; margin-bottom: 0.5rem; }
.price { color: var(--rouge-vif); font-weight: bold; font-size: 1.2rem; }

.btn-buy {
    width: 100%;
    background: linear-gradient(135deg, var(--rouge), var(--violet));
    color: white;
    border: none;
    padding: 0.6rem;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 0.8rem;
    transition: all 0.3s;
}

.btn-buy:hover {
    box-shadow: 0 4px 15px rgba(192,57,43,0.5);
    color: white;
}

/* CITATION */
.citation-section {
    background: linear-gradient(135deg, var(--rouge) 0%, var(--violet-fonce) 100%);
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.citation-section::before {
    content: '❝';
    position: absolute;
    font-size: 20rem;
    opacity: 0.05;
    top: -3rem;
    left: 2%;
    color: white;
    line-height: 1;
}

.citation-text {
    font-size: 1.8rem;
    font-style: italic;
    color: white;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

.citation-author {
    color: var(--or);
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

/* FOOTER */
footer {
    background: linear-gradient(135deg, #0d0d1a, #1a0a2e);
    color: white;
    padding: 3rem 2rem 1.5rem;
    border-top: 3px solid var(--rouge);
}

.footer-logo { color: var(--or); font-size: 1.5rem; font-weight: bold; }
.footer-social a { color: var(--or); font-size: 1.5rem; margin: 0 0.5rem; transition: transform 0.3s; }
.footer-social a:hover { transform: scale(1.3); }
.footer-links a { color: #d0b0e0; text-decoration: none; margin: 0 0.7rem; font-size: 0.9rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--or); }
.footer-copy { color: rgba(255,255,255,0.4); font-size: 0.85rem; margin-top: 1.5rem; }

/* CAROUSEL ARROWS CUSTOM */
.carousel-dark-btn .carousel-control-prev,
.carousel-dark-btn .carousel-control-next {
    width: 3rem;
}

/* Scrollable horizontal carousel for blog & products */
.h-carousel-wrapper { position: relative; }

.h-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 0.5rem 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.h-carousel::-webkit-scrollbar { display: none; }

.h-carousel .h-item {
    flex: 0 0 300px;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--rouge), var(--violet));
    border: none;
    color: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 1.1rem;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 3px 15px rgba(0,0,0,0.4);
    transition: all 0.3s;
}

.scroll-btn:hover { transform: translateY(-50%) scale(1.1); }
.scroll-btn.left { left: -15px; }
.scroll-btn.right { right: -15px; }


@media (max-width: 768px) {
    .hero h1 { font-size: 1.9rem; }
    .citation-text { font-size: 1.3rem; }
}
.product-link {
    background-color: var(--or); 
    border-color: var(--violet-clair) !important; 
    color: var(--rouge-vif); 
    border-radius: 5px; 
    border:solid; 
    border-width: 3px;
    padding:10px 20px;
    font-weight: bold;
}
.btn-stripe {
     display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    background-color: #24b47e;
    border-radius: 4px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer
}