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

body.balance-brelqa-7604-body {
    background-color: #050A18;
    color: #FFFFFF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.balance-brelqa-7604-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

/* TYPOGRAPHY */
.balance-brelqa-7604-h1 {
    font-size: 3rem;
    color: #6AA9FF;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 15px rgba(106, 169, 255, 0.3);
}

.balance-brelqa-7604-h2 {
    font-size: 2.2rem;
    color: #6AA9FF;
    margin-bottom: 30px;
}

.balance-brelqa-7604-h3 {
    font-size: 1.5rem;
    color: #6AA9FF;
    margin-bottom: 15px;
}

.balance-brelqa-7604-center {
    text-align: center;
}

.balance-brelqa-7604-subtitle {
    font-size: 1.2rem;
    color: #A0B4D0;
    margin-bottom: 30px;
}

.balance-brelqa-7604-p {
    margin-bottom: 20px;
    color: #E0E0E0;
}

/* BUTTONS */
.balance-brelqa-7604-btn-primary {
    display: inline-block;
    background-color: #6AA9FF;
    color: #FFFFFF;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 2px solid #6AA9FF;
}

.balance-brelqa-7604-btn-primary:hover {
    background-color: transparent;
    box-shadow: 0 0 15px #6AA9FF;
}

.balance-brelqa-7604-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #6AA9FF;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #6AA9FF;
    transition: all 0.3s ease;
}

.balance-brelqa-7604-btn-outline:hover {
    box-shadow: 0 0 10px #6AA9FF;
    color: #FFFFFF;
}

/* HEADER */
.balance-brelqa-7604-header {
    background-color: rgba(5, 10, 24, 0.95);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(106, 169, 255, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.balance-brelqa-7604-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-brelqa-7604-logo {
    font-size: 1.8rem;
    font-weight: 900;
    color: #6AA9FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.balance-brelqa-7604-nav a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 25px;
    font-weight: 500;
    transition: color 0.3s;
}

.balance-brelqa-7604-nav a:hover {
    color: #6AA9FF;
}

/* BURGER MENU */
.balance-brelqa-7604-menu-toggle {
    display: none;
}

.balance-brelqa-7604-burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.balance-brelqa-7604-burger span {
    width: 25px;
    height: 3px;
    background-color: #6AA9FF;
    margin: 2px 0;
    transition: 0.4s;
}

/* HERO SECTION */
.balance-brelqa-7604-hero {
    padding: 100px 0;
}

.balance-brelqa-7604-hero-grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.balance-brelqa-7604-hero-image {
    flex: 1;
}

.balance-brelqa-7604-hero-content {
    flex: 1.2;
}

.balance-brelqa-7604-hero-text-blocks {
    margin-bottom: 30px;
}

.balance-brelqa-7604-text-item {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #6AA9FF;
}

/* REVIEWS */
.balance-brelqa-7604-reviews {
    padding: 80px 0;
    background-color: rgba(10, 20, 45, 0.5);
}

.balance-brelqa-7604-reviews-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.balance-brelqa-7604-review-card {
    background-color: #0A142D;
    padding: 30px;
    border-radius: 12px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    border: 1px solid rgba(106, 169, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.balance-brelqa-7604-quote {
    font-style: italic;
    margin-bottom: 20px;
}

.balance-brelqa-7604-author {
    color: #6AA9FF;
    font-weight: bold;
}

/* PRICING */
.balance-brelqa-7604-pricing {
    padding: 100px 0;
}

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

.balance-brelqa-7604-price-card {
    background-color: #0A142D;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    flex: 1;
    min-width: 260px;
    max-width: 280px;
    transition: transform 0.3s;
    border: 1px solid rgba(106, 169, 255, 0.1);
}

.balance-brelqa-7604-price-card:hover {
    transform: translateY(-10px);
}

.balance-brelqa-7604-featured {
    border: 2px solid #6AA9FF;
    position: relative;
    box-shadow: 0 0 30px rgba(106, 169, 255, 0.2);
}

.balance-brelqa-7604-price-val {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 20px 0;
    color: #6AA9FF;
}

.balance-brelqa-7604-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.balance-brelqa-7604-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.balance-brelqa-7604-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6AA9FF;
}

/* AUDIENCE */
.balance-brelqa-7604-audience {
    padding: 100px 0;
}

.balance-brelqa-7604-image-top {
    margin-bottom: 50px;
}

.balance-brelqa-7604-grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
    list-style: none;
}

.balance-brelqa-7604-grid-list li {
    background: rgba(106, 169, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #6AA9FF;
}

/* EXPERT */
.balance-brelqa-7604-expert {
    padding: 80px 0;
    background-color: #0A142D;
}

.balance-brelqa-7604-expert-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.balance-brelqa-7604-blockquote {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

.balance-brelqa-7604-expert-info strong {
    display: block;
    color: #6AA9FF;
    font-size: 1.2rem;
}

/* BENEFITS */
.balance-brelqa-7604-benefits {
    padding: 100px 0;
}

.balance-brelqa-7604-flex-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.balance-brelqa-7604-flex-text {
    flex: 1;
}

.balance-brelqa-7604-flex-image {
    flex: 1;
}

.balance-brelqa-7604-list-v {
    list-style: none;
    margin-top: 20px;
}

.balance-brelqa-7604-list-v li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.balance-brelqa-7604-list-v li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #6AA9FF;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px #6AA9FF;
}

/* FAQ */
.balance-brelqa-7604-faq {
    padding: 100px 0;
    background-color: rgba(10, 20, 45, 0.5);
}

.balance-brelqa-7604-faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.balance-brelqa-7604-details {
    margin-bottom: 15px;
    border: 1px solid rgba(106, 169, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.balance-brelqa-7604-summary {
    padding: 20px;
    cursor: pointer;
    background-color: #0A142D;
    font-weight: bold;
    outline: none;
}

.balance-brelqa-7604-answer {
    padding: 20px;
    background-color: #050A18;
    color: #A0B4D0;
}

/* TEXT BLOCK */
.balance-brelqa-7604-text-block {
    padding: 80px 0;
}

/* CONTACT FORM */
.balance-brelqa-7604-contact {
    padding: 100px 0;
}

.balance-brelqa-7604-form {
    max-width: 600px;
    margin: 40px auto 0;
    background-color: #0A142D;
    padding: 40px;
    border-radius: 12px;
}

.balance-brelqa-7604-form-group {
    margin-bottom: 20px;
}

.balance-brelqa-7604-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #A0B4D0;
}

.balance-brelqa-7604-form-group input,
.balance-brelqa-7604-form-group textarea {
    width: 100%;
    padding: 12px;
    background-color: #050A18;
    border: 1px solid rgba(106, 169, 255, 0.3);
    color: #FFFFFF;
    border-radius: 4px;
}

.balance-brelqa-7604-checkbox-group {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.balance-brelqa-7604-btn-submit {
    width: 100%;
    background-color: #6AA9FF;
    color: #FFFFFF;
    border: none;
    padding: 15px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.balance-brelqa-7604-btn-submit:hover {
    background-color: #5896E6;
}

/* FOOTER */
.balance-brelqa-7604-footer {
    padding: 60px 0;
    text-align: center;
    background-color: #050A18;
    border-top: 1px solid rgba(106, 169, 255, 0.1);
}

.balance-brelqa-7604-footer-links {
    margin-top: 20px;
}

.balance-brelqa-7604-footer-links a {
    color: #A0B4D0;
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.9rem;
}

.balance-brelqa-7604-footer-links a:hover {
    color: #6AA9FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .balance-brelqa-7604-hero-grid,
    .balance-brelqa-7604-flex-row {
        flex-direction: column;
        text-align: center;
    }
    .balance-brelqa-7604-text-item {
        border-left: none;
        border-top: 3px solid #6AA9FF;
        padding: 15px 0 0 0;
    }
}

@media (max-width: 768px) {
    .balance-brelqa-7604-burger {
        display: flex;
    }
    .balance-brelqa-7604-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #050A18;
        flex-direction: column;
        padding: 20px;
    }
    .balance-brelqa-7604-nav a {
        margin: 10px 0;
    }
    .balance-brelqa-7604-menu-toggle:checked ~ .balance-brelqa-7604-nav {
        display: flex;
    }
}