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

body.balance-qostri-2461-body {
    background-color: #0A0D10;
    color: #FFFFFF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

img.balance-qostri-2461-img-resp {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

/* HEADER STYLE */
.balance-qostri-2461-header-main {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #E6FBFF33;
    padding: 15px 0;
}

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

.balance-qostri-2461-logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: #E6FBFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.balance-qostri-2461-nav-links {
    display: flex;
    gap: 25px;
}

.balance-qostri-2461-nav-item {
    color: #E6FBFF;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.balance-qostri-2461-nav-item:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #E6FBFFaa;
}

/* BURGER MENU (No JS) */
.balance-qostri-2461-menu-checkbox {
    display: none;
}

.balance-qostri-2461-burger-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.balance-qostri-2461-burger-btn span {
    width: 30px;
    height: 3px;
    background-color: #E6FBFF;
    transition: 0.3s;
}

/* HERO SECTION */
.balance-qostri-2461-hero-section {
    padding: 100px 0;
}

.balance-qostri-2461-red-outline {
    border: 2px solid #FF3B3B;
    margin: 20px;
    border-radius: 8px;
}

.balance-qostri-2461-hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.balance-qostri-2461-hero-image-box, 
.balance-qostri-2461-hero-content {
    flex: 1;
    min-width: 320px;
}

.balance-qostri-2461-h1-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #E6FBFF;
}

.balance-qostri-2461-subtitle {
    font-size: 1.25rem;
    color: #B0BEC5;
    margin-bottom: 20px;
    font-weight: 300;
}

.balance-qostri-2461-text-p {
    margin-bottom: 20px;
    color: #E0E0E0;
}

/* BUTTONS */
.balance-qostri-2461-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 #E6FBFF00;
}

.balance-qostri-2461-btn-primary:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px #E6FBFF88;
    transform: translateY(-2px);
}

/* PRICE SECTION */
.balance-qostri-2461-price-section {
    padding: 80px 0;
}

.balance-qostri-2461-h2-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #E6FBFF;
}

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

.balance-qostri-2461-price-card {
    background: #12171D;
    border: 1px solid #E6FBFF33;
    padding: 40px 30px;
    flex: 1;
    min-width: 220px;
    max-width: 350px;
    transition: transform 0.3s ease;
}

.balance-qostri-2461-price-card:hover {
    transform: scale(1.05);
    border-color: #E6FBFF;
}

.balance-qostri-2461-card-featured {
    border: 2px solid #E6FBFF;
    background: #1A2129;
}

.balance-qostri-2461-h3-card {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #E6FBFF;
}

.balance-qostri-2461-price-val {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.balance-qostri-2461-price-list {
    list-style: none;
}

.balance-qostri-2461-price-list li {
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #B0BEC5;
    position: relative;
    padding-left: 20px;
}

.balance-qostri-2461-price-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #E6FBFF;
}

/* REVIEWS */
.balance-qostri-2461-reviews-section {
    padding: 80px 0;
    background: #0D1116;
}

.balance-qostri-2461-reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.balance-qostri-2461-review-item {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    background: #12171D;
    border-left: 4px solid #E6FBFF;
}

.balance-qostri-2461-review-text {
    font-style: italic;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.balance-qostri-2461-review-author {
    font-weight: bold;
    color: #E6FBFF;
}

/* FOR WHOM */
.balance-qostri-2461-target-section {
    padding: 80px 0;
}

.balance-qostri-2461-h2-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.balance-qostri-2461-target-item-detailed {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
    align-items: center;
}

.balance-qostri-2461-row-reverse {
    flex-direction: row-reverse;
}

.balance-qostri-2461-target-img-wrap, 
.balance-qostri-2461-target-content {
    flex: 1;
    min-width: 320px;
}

.balance-qostri-2461-h3-target {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #E6FBFF;
}

.balance-qostri-2461-check-list {
    list-style: none;
    margin-top: 20px;
}

.balance-qostri-2461-check-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.balance-qostri-2461-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #E6FBFF;
    font-weight: bold;
}

.balance-qostri-2461-simple-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 50px;
    list-style: none;
}

.balance-qostri-2461-simple-grid li {
    background: #12171D;
    padding: 20px;
    border: 1px dashed #E6FBFF55;
}

/* BENEFITS */
.balance-qostri-2461-benefits-section {
    padding: 80px 0;
    background: #0D1116;
}

.balance-qostri-2461-flex-mirror {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.balance-qostri-2461-benefits-text, 
.balance-qostri-2461-benefits-image {
    flex: 1;
    min-width: 320px;
}

.balance-qostri-2461-ul-benefits {
    list-style: none;
    margin-top: 30px;
}

.balance-qostri-2461-ul-benefits li {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

.balance-qostri-2461-ul-benefits li::before {
    content: "";
    width: 25px;
    height: 2px;
    background: #E6FBFF;
    position: absolute;
    left: 0;
    top: 14px;
}

/* EXPERT */
.balance-qostri-2461-expert-section {
    padding: 100px 0;
}

.balance-qostri-2461-quote-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.balance-qostri-2461-blockquote {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
    color: #E6FBFF;
    margin-bottom: 20px;
}

.balance-qostri-2461-cite {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #B0BEC5;
}

.balance-qostri-2461-expert-details {
    max-width: 700px;
    margin: 0 auto;
}

.balance-qostri-2461-details-item {
    margin-bottom: 15px;
    border: 1px solid #E6FBFF33;
}

.balance-qostri-2461-summary {
    padding: 20px;
    cursor: pointer;
    background: #12171D;
    font-weight: bold;
    color: #E6FBFF;
    outline: none;
}

.balance-qostri-2461-details-content {
    padding: 20px;
    background: #0A0D10;
    border-top: 1px solid #E6FBFF33;
}

/* EXTRA SECTIONS */
.balance-qostri-2461-extra-section {
    padding: 80px 0;
}

.balance-qostri-2461-bg-alt {
    background: #0D1116;
}

.balance-qostri-2461-info-card {
    background: #1A2129;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #E6FBFF;
}

.balance-qostri-2461-ol-steps {
    margin-top: 20px;
    padding-left: 20px;
}

.balance-qostri-2461-ol-steps li {
    margin-bottom: 15px;
    color: #E6FBFF;
    font-weight: bold;
}

/* FAQ */
.balance-qostri-2461-faq-section {
    padding: 80px 0;
}

.balance-qostri-2461-faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.balance-qostri-2461-faq-item {
    margin-bottom: 10px;
}

.balance-qostri-2461-faq-summary {
    padding: 15px;
    background: #12171D;
    cursor: pointer;
    border-left: 2px solid #E6FBFF;
}

.balance-qostri-2461-faq-content {
    padding: 15px;
    background: #0A0D10;
    color: #B0BEC5;
}

/* FORM */
.balance-qostri-2461-form-section {
    padding: 100px 0;
    background: #0D1116;
}

.balance-qostri-2461-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #12171D;
    padding: 50px;
    border: 1px solid #E6FBFF22;
}

.balance-qostri-2461-form-subtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #B0BEC5;
}

.balance-qostri-2461-form-group {
    margin-bottom: 25px;
}

.balance-qostri-2461-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #E6FBFF;
}

.balance-qostri-2461-input, 
.balance-qostri-2461-textarea {
    width: 100%;
    padding: 14px;
    background: #0A0D10;
    border: 1px solid #E6FBFF44;
    color: #FFFFFF;
    border-radius: 0;
}

.balance-qostri-2461-textarea {
    height: 120px;
    resize: vertical;
}

.balance-qostri-2461-form-checkbox {
    margin-bottom: 30px;
    font-size: 0.85rem;
}

.balance-qostri-2461-btn-submit {
    width: 100%;
    padding: 18px;
    background: #E6FBFF;
    color: #0A0D10;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.balance-qostri-2461-btn-submit:hover {
    background: #FFFFFF;
    box-shadow: 0 0 15px #E6FBFF66;
}

/* FOOTER */
.balance-qostri-2461-footer {
    padding: 60px 0 30px;
    border-top: 1px solid #E6FBFF22;
    background: #0A0D10;
    text-align: center;
}

.balance-qostri-2461-footer-top {
    margin-bottom: 40px;
}

.balance-qostri-2461-footer-top p {
    margin-bottom: 10px;
    color: #B0BEC5;
}

.balance-qostri-2461-footer-top a {
    color: #E6FBFF;
    text-decoration: none;
}

.balance-qostri-2461-footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.balance-qostri-2461-footer-links a {
    color: #607D8B;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s;
}

.balance-qostri-2461-footer-links a:hover {
    color: #E6FBFF;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .balance-qostri-2461-burger-btn {
        display: flex;
    }

    .balance-qostri-2461-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0A0D10;
        flex-direction: column;
        padding: 20px;
        text-align: center;
        border-bottom: 1px solid #E6FBFF33;
    }

    .balance-qostri-2461-menu-checkbox:checked ~ .balance-qostri-2461-nav-links {
        display: flex;
    }

    .balance-qostri-2461-h1-title {
        font-size: 2.5rem;
    }

    .balance-qostri-2461-hero-grid, 
    .balance-qostri-2461-flex-mirror, 
    .balance-qostri-2461-target-item-detailed {
        flex-direction: column;
    }

    .balance-qostri-2461-red-outline {
        margin: 10px;
    }
}