/* --- СТИЛІ: Bexqilora --- */

/* Глобальні налаштування */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.sylvena-core-body-9108 {
    background-color: #0B0020;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.sylvena-core-container-9108 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Nav */
.sylvena-core-header-9108 {
    background: rgba(11, 0, 32, 0.95);
    border-bottom: 2px solid #B98CFF;
    box-shadow: 0 0 15px rgba(185, 140, 255, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sylvena-core-nav-container-9108 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.sylvena-core-logo-text-9108 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #B98CFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sylvena-core-nav-links-9108 .sylvena-core-ul-9108 {
    list-style: none;
    display: flex;
    gap: 20px;
}

.sylvena-core-link-9108 {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sylvena-core-link-9108:hover {
    color: #B98CFF;
    text-shadow: 0 0 10px #B98CFF;
}

/* Burger Menu */
.sylvena-core-menu-checkbox-9108 {
    display: none;
}

.sylvena-core-menu-btn-9108 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.sylvena-core-menu-btn-9108 span {
    width: 30px;
    height: 3px;
    background-color: #B98CFF;
    transition: 0.4s;
}

/* Hero Section */
.sylvena-core-hero-section-9108 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.sylvena-core-hero-grid-9108 {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.sylvena-core-hero-images-9108 {
    flex: 1;
    display: flex;
    gap: 15px;
}

.sylvena-core-img-card-9108 {
    flex: 1;
    background: #1A0D30;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #B98CFF;
}

.sylvena-core-responsive-img-9108 {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 3px;
}

.sylvena-core-img-desc-9108 {
    font-size: 0.8rem;
    margin-top: 10px;
    color: #B98CFF;
    text-align: center;
}

.sylvena-core-hero-content-9108 {
    flex: 1;
}

.sylvena-core-h1-9108 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #B98CFF;
}

.sylvena-core-subtitle-9108 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 25px;
    color: #d1d1d1;
}

.sylvena-core-p-9108 {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #e0e0e0;
}

.sylvena-core-btn-primary-9108 {
    display: inline-block;
    padding: 15px 35px;
    background-color: #B98CFF;
    color: #0B0020;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 0 0 transparent;
}

.sylvena-core-btn-primary-9108:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px #B98CFF;
    transform: translateY(-2px);
}

.sylvena-core-uv-line-9108 {
    height: 1px;
    background: linear-gradient(90deg, transparent, #B98CFF, transparent);
    margin: 50px 0;
}

/* Audience Section */
.sylvena-core-audience-section-9108 {
    padding: 80px 0;
}

.sylvena-core-section-img-top-9108 {
    margin-bottom: 50px;
    border: 2px solid #B98CFF;
    position: relative;
}

.sylvena-core-h2-9108 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #B98CFF;
}

.sylvena-core-p-center-9108 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
}

.sylvena-core-audience-list-9108 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.sylvena-core-audience-item-9108 {
    background: #1A0D30;
    padding: 30px;
    border-left: 5px solid #B98CFF;
    transition: transform 0.3s ease;
}

.sylvena-core-audience-item-9108:hover {
    transform: scale(1.02);
}

.sylvena-core-h3-9108 {
    color: #B98CFF;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

/* Pricing Section */
.sylvena-core-pricing-section-9108 {
    padding: 100px 0;
}

.sylvena-core-border-wrap-9108 {
    border: 1px solid #B98CFF;
    padding: 50px 20px;
    position: relative;
}

.sylvena-core-pricing-grid-9108 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.sylvena-core-price-card-9108 {
    background: #0B0020;
    border: 1px solid #4B0082;
    padding: 40px 25px;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sylvena-core-price-featured-9108 {
    border-color: #B98CFF;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.2);
    transform: scale(1.05);
}

.sylvena-core-price-title-9108 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.sylvena-core-cost-9108 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #B98CFF;
    margin-bottom: 25px;
}

.sylvena-core-price-list-9108 {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.sylvena-core-price-list-9108 li {
    padding: 8px 0;
    border-bottom: 1px solid #1A0D30;
    font-size: 0.95rem;
}

.sylvena-core-btn-secondary-9108 {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #B98CFF;
    color: #B98CFF;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.sylvena-core-btn-secondary-9108:hover {
    background-color: #B98CFF;
    color: #0B0020;
}

/* Benefits Section */
.sylvena-core-flex-mirror-9108 {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

.sylvena-core-benefits-text-9108 {
    flex: 1;
}

.sylvena-core-benefits-img-9108 {
    flex: 1;
    border: 1px solid #B98CFF;
    padding: 10px;
}

.sylvena-core-check-list-9108 {
    list-style: none;
    margin-top: 30px;
}

.sylvena-core-check-list-9108 li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.sylvena-core-check-list-9108 li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #B98CFF;
}

/* Reviews Slider */
.sylvena-core-reviews-section-9108 {
    padding: 80px 0;
    background-color: #1A0D30;
}

.sylvena-core-slider-wrapper-9108 {
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.sylvena-core-radio-9108 {
    display: none;
}

.sylvena-core-slides-9108 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.sylvena-core-slide-item-9108 {
    width: 33.333%;
    padding: 20px;
}

.sylvena-core-blockquote-9108 {
    background: #0B0020;
    border: 2px solid #B98CFF;
    padding: 40px;
    text-align: center;
}

.sylvena-core-blockquote-9108 p {
    font-style: italic;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.sylvena-core-blockquote-9108 cite {
    font-weight: bold;
    color: #B98CFF;
}

#sylvena-s1:checked ~ .sylvena-core-slides-9108 { transform: translateX(0); }
#sylvena-s2:checked ~ .sylvena-core-slides-9108 { transform: translateX(-33.333%); }
#sylvena-s3:checked ~ .sylvena-core-slides-9108 { transform: translateX(-66.666%); }

.sylvena-core-slider-nav-9108 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.sylvena-core-slider-nav-9108 label {
    width: 15px;
    height: 15px;
    background: #4B0082;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #B98CFF;
}

#sylvena-s1:checked ~ .sylvena-core-slider-nav-9108 label:nth-child(1),
#sylvena-s2:checked ~ .sylvena-core-slider-nav-9108 label:nth-child(2),
#sylvena-s3:checked ~ .sylvena-core-slider-nav-9108 label:nth-child(3) {
    background: #B98CFF;
}

/* FAQ Section */
.sylvena-core-faq-section-9108 {
    padding: 100px 0;
}

.sylvena-core-faq-list-9108 {
    max-width: 800px;
    margin: 0 auto;
}

.sylvena-core-details-9108 {
    background: #1A0D30;
    margin-bottom: 15px;
    border: 1px solid #4B0082;
}

.sylvena-core-summary-9108 {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sylvena-core-summary-9108::after {
    content: '+';
    color: #B98CFF;
    font-size: 1.5rem;
}

.sylvena-core-details-9108[open] .sylvena-core-summary-9108::after {
    content: '-';
}

.sylvena-core-faq-ans-9108 {
    padding: 0 20px 20px;
    color: #ccc;
}

/* Extra Text Sections */
.sylvena-core-extra-text-section-9108 {
    padding: 80px 0;
}

.sylvena-core-bg-alt-9108 {
    background-color: #0d0028;
}

.sylvena-core-uv-divider-9108 {
    width: 150px;
    height: 4px;
    background: #B98CFF;
    margin: 40px 0;
}

.sylvena-core-simple-list-9108 {
    margin: 25px 0;
    padding-left: 20px;
}

.sylvena-core-simple-list-9108 li {
    margin-bottom: 10px;
}

/* Form Section */
.sylvena-core-form-section-9108 {
    padding: 100px 0;
    background: linear-gradient(180deg, #0B0020 0%, #1A0D30 100%);
}

.sylvena-core-form-card-9108 {
    max-width: 600px;
    margin: 0 auto;
    background: #0B0020;
    padding: 50px;
    border: 2px solid #B98CFF;
}

.sylvena-core-form-9108 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.sylvena-core-input-group-9108 {
    display: flex;
    flex-direction: column;
}

.sylvena-core-label-9108 {
    margin-bottom: 8px;
    font-weight: bold;
    color: #B98CFF;
}

.sylvena-core-input-9108,
.sylvena-core-textarea-9108 {
    background: transparent;
    border: 1px solid #4B0082;
    padding: 12px;
    color: #fff;
    outline: none;
    transition: border-color 0.3s;
}

.sylvena-core-input-9108:focus,
.sylvena-core-textarea-9108:focus {
    border-color: #B98CFF;
}

.sylvena-core-textarea-9108 {
    height: 120px;
    resize: vertical;
}

.sylvena-core-checkbox-group-9108 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.sylvena-core-checkbox-group-9108 a {
    color: #B98CFF;
}

.sylvena-core-btn-submit-9108 {
    padding: 15px;
    background: #B98CFF;
    border: none;
    color: #0B0020;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.sylvena-core-btn-submit-9108:hover {
    box-shadow: 0 0 20px #B98CFF;
    background: #fff;
}

/* Footer */
.sylvena-core-footer-9108 {
    padding: 60px 0 30px;
    border-top: 1px solid #4B0082;
}

.sylvena-core-footer-top-9108 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.sylvena-core-footer-logo-9108 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #B98CFF;
}

.sylvena-core-footer-contact-9108 p {
    margin-bottom: 5px;
}

.sylvena-core-footer-contact-9108 a {
    color: #fff;
    text-decoration: none;
}

.sylvena-core-footer-bottom-9108 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1A0D30;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.85rem;
}

.sylvena-core-footer-nav-9108 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sylvena-core-footer-nav-9108 a {
    color: #ccc;
    text-decoration: none;
}

.sylvena-core-footer-nav-9108 a:hover {
    color: #B98CFF;
}

/* Responsive */
@media (max-width: 992px) {
    .sylvena-core-hero-grid-9108 {
        flex-direction: column;
    }
    .sylvena-core-flex-mirror-9108 {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .sylvena-core-menu-btn-9108 {
        display: flex;
        z-index: 1100;
    }

    .sylvena-core-nav-links-9108 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0B0020;
        transition: 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1050;
    }

    .sylvena-core-nav-links-9108 .sylvena-core-ul-9108 {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .sylvena-core-nav-links-9108 .sylvena-core-ul-9108 li a {
        font-size: 1.5rem;
    }

    .sylvena-core-menu-checkbox-9108:checked ~ .sylvena-core-nav-links-9108 {
        right: 0;
    }

    .sylvena-core-menu-checkbox-9108:checked ~ .sylvena-core-menu-btn-9108 span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .sylvena-core-menu-checkbox-9108:checked ~ .sylvena-core-menu-btn-9108 span:nth-child(2) {
        opacity: 0;
    }

    .sylvena-core-menu-checkbox-9108:checked ~ .sylvena-core-menu-btn-9108 span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -7px);
    }

    .sylvena-core-h1-9108 {
        font-size: 2.2rem;
    }

    .sylvena-core-h2-9108 {
        font-size: 2rem;
    }

    .sylvena-core-hero-images-9108 {
        flex-direction: column;
    }

    .sylvena-core-price-featured-9108 {
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .sylvena-core-footer-top-9108,
    .sylvena-core-footer-bottom-9108 {
        flex-direction: column;
        text-align: center;
    }
    .sylvena-core-form-card-9108 {
        padding: 30px 15px;
    }
}