/* 
    Style for Zolqeramiton
    Theme: Cold Ink-Navy (#000F2B)
    Ice Blue Accents (#D9FAFF)
*/

/* 1. Reset & General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.balance-zolqe-3042-body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #000F2B;
    color: #E0E6ED;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.balance-zolqe-3042-img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

/* 2. Typography */
.balance-zolqe-3042-h1 {
    font-size: 3.5rem;
    color: #D9FAFF;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.balance-zolqe-3042-h2 {
    font-size: 2.5rem;
    color: #D9FAFF;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.balance-zolqe-3042-h3 {
    font-size: 1.8rem;
    color: #D9FAFF;
    margin-bottom: 15px;
}

.balance-zolqe-3042-subtitle {
    font-size: 1.3rem;
    color: #A5C2CC;
    margin-bottom: 25px;
}

/* 3. Header & Navigation */
.balance-zolqe-3042-header {
    background: rgba(0, 15, 43, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #1a3a5a;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

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

.balance-zolqe-3042-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #D9FAFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.balance-zolqe-3042-nav-list {
    display: flex;
    list-style: none;
    gap: 25px;
}

.balance-zolqe-3042-nav-link {
    color: #E0E6ED;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.balance-zolqe-3042-nav-link:hover {
    color: #D9FAFF;
    text-shadow: 0 0 10px rgba(217, 250, 255, 0.5);
}

/* Burger Menu */
.balance-zolqe-3042-nav-toggle {
    display: none;
}

.balance-zolqe-3042-nav-button {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
}

.balance-zolqe-3042-nav-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #D9FAFF;
    transition: 0.3s;
}

/* 4. Hero Section */
.balance-zolqe-3042-hero {
    padding: 60px 0 100px;
}

.balance-zolqe-3042-quick-links {
    margin-bottom: 60px;
}

.balance-zolqe-3042-quick-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.balance-zolqe-3042-quick-btn {
    padding: 10px 20px;
    background: rgba(217, 250, 255, 0.05);
    border: 1px solid rgba(217, 250, 255, 0.2);
    color: #D9FAFF;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.balance-zolqe-3042-quick-btn:hover {
    background: rgba(217, 250, 255, 0.15);
    border-color: #D9FAFF;
}

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

.balance-zolqe-3042-hero-image, .balance-zolqe-3042-hero-content {
    flex: 1;
}

.balance-zolqe-3042-hero-text p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #B0C4DE;
}

/* 5. Buttons */
.balance-zolqe-3042-btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #D9FAFF;
    color: #000F2B;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.balance-zolqe-3042-btn-primary:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(217, 250, 255, 0.6);
    transform: translateY(-2px);
}

.balance-zolqe-3042-btn-secondary {
    display: inline-block;
    padding: 14px 38px;
    background-color: transparent;
    color: #D9FAFF;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #D9FAFF;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.balance-zolqe-3042-btn-secondary:hover {
    background-color: rgba(217, 250, 255, 0.1);
    box-shadow: 0 0 15px rgba(217, 250, 255, 0.3);
}

/* 6. For Whom Section */
.balance-zolqe-3042-for-whom {
    padding: 100px 0;
    background: linear-gradient(180deg, #000F2B 0%, #001a3d 100%);
}

.balance-zolqe-3042-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.balance-zolqe-3042-ice-line {
    width: 80px;
    height: 3px;
    background: #D9FAFF;
    margin: 10px auto 30px;
    box-shadow: 0 0 10px #D9FAFF;
}

.balance-zolqe-3042-for-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.balance-zolqe-3042-for-item {
    flex: 1 1 calc(25% - 30px);
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    border-left: 2px solid #D9FAFF;
    min-width: 250px;
    transition: 0.3s;
}

.balance-zolqe-3042-for-item:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(10px);
}

.balance-zolqe-3042-for-icon {
    font-size: 1.5rem;
    color: #D9FAFF;
    margin-bottom: 15px;
}

/* 7. Pricing Section */
.balance-zolqe-3042-pricing {
    padding: 100px 0;
}

.balance-zolqe-3042-pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.balance-zolqe-3042-price-card {
    flex: 1 1 calc(33.333% - 40px);
    min-width: 300px;
    background: rgba(0, 15, 43, 0.5);
    border: 1px solid #1a3a5a;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    position: relative;
}

.balance-zolqe-3042-price-card:hover {
    border-color: #D9FAFF;
    transform: scale(1.02);
}

.balance-zolqe-3042-price-featured {
    border: 2px solid #D9FAFF;
    background: rgba(217, 250, 255, 0.05);
}

.balance-zolqe-3042-price-tag {
    margin-bottom: 25px;
}

.balance-zolqe-3042-old-price {
    display: block;
    text-decoration: line-through;
    color: #6a8ba3;
    font-size: 1.1rem;
}

.balance-zolqe-3042-current-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #D9FAFF;
}

.balance-zolqe-3042-price-list {
    list-style: none;
    margin: 30px 0;
    flex-grow: 1;
}

.balance-zolqe-3042-price-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.balance-zolqe-3042-price-list li::before {
    content: "❄";
    position: absolute;
    left: 0;
    color: #D9FAFF;
}

/* 8. Reviews */
.balance-zolqe-3042-reviews {
    padding: 100px 0;
    background: #000a1f;
}

.balance-zolqe-3042-reviews-grid {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.balance-zolqe-3042-review-item {
    flex: 1;
    padding: 40px;
    background: rgba(217, 250, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.balance-zolqe-3042-review-text {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.balance-zolqe-3042-review-author {
    color: #D9FAFF;
    font-weight: bold;
}

/* 9. Benefits Section */
.balance-zolqe-3042-benefits {
    padding: 100px 0;
}

.balance-zolqe-3042-benefits-grid {
    display: flex;
    gap: 60px;
    align-items: center;
}

.balance-zolqe-3042-benefits-content, .balance-zolqe-3042-benefits-image {
    flex: 1;
}

.balance-zolqe-3042-benefits-list {
    list-style: none;
    margin-top: 30px;
}

.balance-zolqe-3042-benefits-list li {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

.balance-zolqe-3042-benefits-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #D9FAFF;
    color: #000F2B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

/* 10. Expert Section */
.balance-zolqe-3042-expert {
    padding: 100px 0;
    background: linear-gradient(45deg, #000F2B 0%, #001f4d 100%);
}

.balance-zolqe-3042-expert-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    padding: 60px;
    border-radius: 20px;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.balance-zolqe-3042-quote {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #E0E6ED;
    margin-bottom: 30px;
}

.balance-zolqe-3042-expert-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #D9FAFF;
}

.balance-zolqe-3042-expert-pos {
    color: #6a8ba3;
    margin-bottom: 30px;
}

.balance-zolqe-3042-details {
    text-align: left;
    margin-top: 30px;
}

.balance-zolqe-3042-summary {
    cursor: pointer;
    padding: 15px;
    background: rgba(217, 250, 255, 0.1);
    color: #D9FAFF;
    border-radius: 5px;
    outline: none;
    font-weight: 600;
}

.balance-zolqe-3042-details-content {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
}

.balance-zolqe-3042-details-content p {
    margin-bottom: 15px;
}

/* 11. Extra Text Sections */
.balance-zolqe-3042-extra-text {
    padding: 80px 0;
}

.alternate-bg {
    background-color: rgba(217, 250, 255, 0.02);
}

.balance-zolqe-3042-extra-text p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    max-width: 900px;
}

.balance-zolqe-3042-custom-list {
    margin-top: 20px;
    list-style: none;
}

.balance-zolqe-3042-custom-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    border-bottom: 1px solid rgba(217, 250, 255, 0.1);
}

.balance-zolqe-3042-custom-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #D9FAFF;
}

/* 12. FAQ */
.balance-zolqe-3042-faq {
    padding: 100px 0;
}

.balance-zolqe-3042-faq-list {
    max-width: 800px;
    margin: 50px auto 0;
}

.balance-zolqe-3042-faq .balance-zolqe-3042-details {
    margin-bottom: 15px;
}

/* 13. Contact Form */
.balance-zolqe-3042-contact {
    padding: 100px 0;
    background: #000a1f;
}

.balance-zolqe-3042-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    border-radius: 15px;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.balance-zolqe-3042-form-sub {
    text-align: center;
    margin-bottom: 40px;
    color: #A5C2CC;
}

.balance-zolqe-3042-form-group {
    margin-bottom: 20px;
}

.balance-zolqe-3042-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.balance-zolqe-3042-input, .balance-zolqe-3042-textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(0, 15, 43, 0.8);
    border: 1px solid #1a3a5a;
    color: #fff;
    border-radius: 4px;
    outline: none;
}

.balance-zolqe-3042-input:focus, .balance-zolqe-3042-textarea:focus {
    border-color: #D9FAFF;
}

.balance-zolqe-3042-form-checkbox {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.balance-zolqe-3042-btn-block {
    width: 100%;
}

/* 14. Footer */
.balance-zolqe-3042-footer {
    padding: 60px 0;
    border-top: 1px solid #1a3a5a;
    background-color: #000614;
    text-align: center;
}

.balance-zolqe-3042-footer-logo {
    font-size: 1.3rem;
    font-weight: bold;
    color: #D9FAFF;
    margin-bottom: 20px;
}

.balance-zolqe-3042-footer-content p {
    margin-bottom: 10px;
    color: #6a8ba3;
}

.balance-zolqe-3042-footer-content a {
    color: #D9FAFF;
    text-decoration: none;
}

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

.balance-zolqe-3042-footer-links a {
    font-size: 0.85rem;
    color: #6a8ba3;
    text-decoration: none;
    transition: color 0.3s;
}

.balance-zolqe-3042-footer-links a:hover {
    color: #D9FAFF;
}

/* 15. Responsive */
@media (max-width: 992px) {
    .balance-zolqe-3042-hero-grid, .balance-zolqe-3042-benefits-grid {
        flex-direction: column;
        text-align: center;
    }
    
    .balance-zolqe-3042-h1 { font-size: 2.5rem; }
    
    .balance-zolqe-3042-for-item {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .balance-zolqe-3042-nav-button {
        display: block;
        z-index: 1001;
    }
    
    .balance-zolqe-3042-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #000F2B;
        padding-top: 80px;
        transition: 0.3s;
    }
    
    .balance-zolqe-3042-nav-list {
        flex-direction: column;
        align-items: center;
    }
    
    .balance-zolqe-3042-nav-toggle:checked ~ .balance-zolqe-3042-nav {
        right: 0;
    }

    .balance-zolqe-3042-price-card {
        flex: 1 1 100%;
    }
    
    .balance-zolqe-3042-reviews-grid {
        flex-direction: column;
    }
}