/* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body.balance-bexla-9256-body {
    background-color: #120014;
    color: #f1f1f1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.balance-bexla-9256-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

img.balance-bexla-9256-img-resp {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

/* TYPOGRAPHY */
.balance-bexla-9256-h1 {
    font-size: 3rem;
    color: #FF4FD8;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(255, 79, 216, 0.4);
}

.balance-bexla-9256-h2 {
    font-size: 2.2rem;
    color: #FF4FD8;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.balance-bexla-9256-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #FF4FD8;
}

.balance-bexla-9256-h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.balance-bexla-9256-p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #cccccc;
}

.balance-bexla-9256-subtitle {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 300;
}

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

/* HEADER */
.balance-bexla-9256-header {
    background: rgba(18, 0, 20, 0.95);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 79, 216, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-bexla-9256-logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FF4FD8;
    letter-spacing: 2px;
}

.balance-bexla-9256-nav-toggle {
    display: none;
}

.balance-bexla-9256-menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.balance-bexla-9256-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.balance-bexla-9256-link:hover {
    color: #FF4FD8;
}

/* HERO SECTION */
.balance-bexla-9256-hero {
    padding: 80px 0;
    background: radial-gradient(circle at top, #2b0031 0%, #120014 70%);
}

.balance-bexla-9256-fast-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.balance-bexla-9256-fast-btn {
    padding: 8px 16px;
    border: 1px solid #FF4FD8;
    color: #FF4FD8;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: 0.3s;
}

.balance-bexla-9256-fast-btn:hover {
    background: #FF4FD8;
    color: #fff;
}

.hero-grid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.balance-bexla-9256-hero-img, .balance-bexla-9256-hero-content {
    flex: 1;
}

/* BUTTONS */
.balance-bexla-9256-cta {
    display: inline-block;
    padding: 15px 35px;
    background: #FF4FD8;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(255, 79, 216, 0.4);
    text-transform: uppercase;
    text-align: center;
}

.balance-bexla-9256-cta:hover {
    background: #e045be;
    box-shadow: 0 0 25px rgba(255, 79, 216, 0.7);
    transform: translateY(-2px);
}

.balance-bexla-9256-btn-sec {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #FF4FD8;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    text-align: center;
}

.balance-bexla-9256-btn-sec:hover {
    background: rgba(255, 79, 216, 0.1);
}

/* REVIEWS SLIDER */
.balance-bexla-9256-reviews {
    padding: 80px 0;
    background: #0a000b;
}

.balance-bexla-9256-slider-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.balance-bexla-9256-radio { display: none; }

.balance-bexla-9256-slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.balance-bexla-9256-review-card {
    min-width: 100%;
    padding: 40px;
    background: #1a011d;
    border: 1px solid #330139;
    border-radius: 15px;
    text-align: center;
}

.balance-bexla-9256-rev-text {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 20px;
    color: #eee;
}

.balance-bexla-9256-rev-author {
    color: #FF4FD8;
    font-weight: bold;
}

.balance-bexla-9256-slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.balance-bexla-9256-dot {
    width: 12px;
    height: 12px;
    background: #330139;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

#rev-1:checked ~ .balance-bexla-9256-slides-container { transform: translateX(0); }
#rev-2:checked ~ .balance-bexla-9256-slides-container { transform: translateX(-100%); }
#rev-3:checked ~ .balance-bexla-9256-slides-container { transform: translateX(-200%); }

#rev-1:checked ~ .balance-bexla-9256-slider-dots label[for="rev-1"],
#rev-2:checked ~ .balance-bexla-9256-slider-dots label[for="rev-2"],
#rev-3:checked ~ .balance-bexla-9256-slider-dots label[for="rev-3"] {
    background: #FF4FD8;
    box-shadow: 0 0 10px #FF4FD8;
}

/* PRICING */
.balance-bexla-9256-pricing {
    padding: 80px 0;
}

.balance-bexla-9256-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.balance-bexla-9256-price-item {
    background: #1a011d;
    padding: 40px 30px;
    border-radius: 10px;
    width: 350px;
    border: 1px solid #330139;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

.balance-bexla-9256-price-item:hover {
    border-color: #FF4FD8;
    transform: translateY(-5px);
}

.balance-bexla-9256-featured {
    border: 2px solid #FF4FD8;
    box-shadow: 0 0 20px rgba(255, 79, 216, 0.2);
    transform: scale(1.05);
}

.balance-bexla-9256-featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.balance-bexla-9256-cost {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FF4FD8;
    margin-bottom: 20px;
}

.balance-bexla-9256-list {
    list-style: none;
    margin-bottom: 30px;
    width: 100%;
}

.balance-bexla-9256-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 0.95rem;
    color: #ccc;
}

.balance-bexla-9256-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #FF4FD8;
}

/* AUDIENCE */
.balance-bexla-9256-audience {
    padding: 80px 0;
    background: #0a000b;
}

.balance-bexla-9256-audience-img {
    margin-bottom: 40px;
}

.balance-bexla-9256-audience-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
    margin-top: 40px;
}

.balance-bexla-9256-audience-list li {
    background: #1a011d;
    padding: 20px;
    border-left: 4px solid #FF4FD8;
    border-radius: 0 8px 8px 0;
}

/* EXPERT QUOTE */
.balance-bexla-9256-expert {
    padding: 100px 0;
    background: radial-gradient(circle, #330139 0%, #120014 100%);
}

.balance-bexla-9256-quote-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.balance-bexla-9256-quote {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.balance-bexla-9256-cite {
    font-size: 1.2rem;
    color: #FF4FD8;
    font-weight: bold;
}

/* BENEFITS */
.balance-bexla-9256-benefits {
    padding: 80px 0;
}

.benefit-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

.balance-bexla-9256-benefit-content, .balance-bexla-9256-benefit-img {
    flex: 1;
}

/* TEXT BLOCKS */
.balance-bexla-9256-text-block {
    padding: 60px 0;
    background: rgba(255, 79, 216, 0.02);
}

/* FAQ */
.balance-bexla-9256-faq {
    padding: 80px 0;
}

.balance-bexla-9256-details {
    margin-bottom: 15px;
    background: #1a011d;
    border-radius: 8px;
    border: 1px solid #330139;
}

.balance-bexla-9256-summary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #FF4FD8;
    outline: none;
    list-style: none;
}

.balance-bexla-9256-summary::-webkit-details-marker { display: none; }

.balance-bexla-9256-answer {
    padding: 0 20px 20px;
    color: #ccc;
}

/* FORM */
.balance-bexla-9256-form-section {
    padding: 80px 0;
    background: #0a000b;
}

.balance-bexla-9256-form {
    max-width: 600px;
    margin: 40px auto 0;
    background: #1a011d;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #330139;
}

.balance-bexla-9256-form-group {
    margin-bottom: 20px;
}

.balance-bexla-9256-label {
    display: block;
    margin-bottom: 8px;
    color: #eee;
}

.balance-bexla-9256-input, .balance-bexla-9256-textarea {
    width: 100%;
    padding: 12px;
    background: #120014;
    border: 1px solid #330139;
    color: #fff;
    border-radius: 5px;
    outline: none;
}

.balance-bexla-9256-input:focus, .balance-bexla-9256-textarea:focus {
    border-color: #FF4FD8;
}

.balance-bexla-9256-textarea { height: 120px; resize: vertical; }

.balance-bexla-9256-checkbox-wrap {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
}

.balance-bexla-9256-checkbox-wrap a {
    color: #FF4FD8;
    text-decoration: none;
}

/* FOOTER */
.balance-bexla-9256-footer {
    padding: 60px 0 30px;
    border-top: 1px solid #330139;
}

.balance-bexla-9256-footer-links {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.balance-bexla-9256-f-link {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    transition: 0.3s;
}

.balance-bexla-9256-f-link:hover {
    color: #FF4FD8;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 992px) {
    .hero-grid, .benefit-flex {
        flex-direction: column;
    }
    .balance-bexla-9256-audience-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .balance-bexla-9256-h1 { font-size: 2.2rem; }
    .balance-bexla-9256-burger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 1001;
        cursor: pointer;
    }
    .balance-bexla-9256-burger span {
        display: block;
        height: 3px;
        width: 100%;
        background: #FF4FD8;
        position: absolute;
        transition: 0.3s;
    }
    .balance-bexla-9256-burger span:nth-child(1) { top: 0; }
    .balance-bexla-9256-burger span:nth-child(2) { top: 8px; }
    .balance-bexla-9256-burger span:nth-child(3) { top: 16px; }

    .balance-bexla-9256-nav {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        background: #120014;
        padding: 80px 20px 40px;
        transition: 0.5s;
        z-index: 999;
    }

    .balance-bexla-9256-menu {
        flex-direction: column;
        align-items: center;
    }

    .balance-bexla-9256-nav-toggle:checked ~ .balance-bexla-9256-nav {
        top: 0;
    }

    .balance-bexla-9256-nav-toggle:checked ~ .balance-bexla-9256-burger span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
    }
    .balance-bexla-9256-nav-toggle:checked ~ .balance-bexla-9256-burger span:nth-child(2) {
        opacity: 0;
    }
    .balance-bexla-9256-nav-toggle:checked ~ .balance-bexla-9256-burger span:nth-child(3) {
        transform: rotate(-45deg);
        top: 8px;
    }
}