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

html {
    scroll-behavior: smooth;
}

body.dynamic-qevtro-8124-body-root {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #000F2B; /* Темно-синій майже чорний */
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

/* HEADER STYLE */
header.dq8124-header-glass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 15, 43, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(217, 250, 255, 0.2); /* Айс-лінія */
}

.dq8124-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.dq8124-logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: #D9FAFF; /* Айс-блакитний */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dq8124-nav-menu {
    display: flex;
}

.dq8124-nav-list {
    display: flex;
    list-style: none;
}

.dq8124-nav-link {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.dq8124-nav-link:hover {
    color: #D9FAFF;
}

/* MOBILE MENU */
.dq8124-checkbox-toggle {
    display: none;
}

.dq8124-burger-icon {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
}

.dq8124-burger-icon span {
    width: 30px;
    height: 3px;
    background-color: #D9FAFF;
    transition: 0.3s;
}

/* HERO SECTION */
.dq8124-hero-section {
    padding: 150px 0 80px;
}

.dq8124-hero-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.dq8124-hero-image-box, .dq8124-hero-text-box {
    flex: 1;
}

.dq8124-h1-main {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #D9FAFF;
}

.dq8124-subtitle {
    font-size: 1.4rem;
    color: #D9FAFF;
    opacity: 0.9;
    margin-bottom: 25px;
    font-weight: 300;
}

.dq8124-description {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #E0E0E0;
}

.dq8124-btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #D9FAFF;
    color: #000F2B;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 0 0 rgba(217, 250, 255, 0);
}

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

.dq8124-hero-extra-grid {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.dq8124-extra-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(217, 250, 255, 0.1);
    transition: 0.3s;
}

.dq8124-extra-card:hover {
    border-color: rgba(217, 250, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.dq8124-extra-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.dq8124-extra-card h3 {
    color: #D9FAFF;
    margin-bottom: 10px;
}

/* SECTION WHO */
.dq8124-section-who {
    padding: 100px 0;
}

.dq8124-glass-panel {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(5px);
    padding: 60px;
    border-radius: 20px;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.dq8124-h2-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #D9FAFF;
}

.dq8124-text-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
}

.dq8124-who-list-wrapper {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.dq8124-who-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dq8124-who-item {
    width: calc(50% - 10px);
    padding: 20px;
    border-left: 3px solid #D9FAFF;
    background: rgba(217, 250, 255, 0.05);
    font-size: 1.05rem;
}

/* PRICES SECTION */
.dq8124-section-prices {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.2);
}

.dq8124-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.dq8124-price-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(217, 250, 255, 0.1), rgba(217, 250, 255, 0.3));
    border-radius: 12px;
}

.dq8124-card-inner {
    background: #000F2B;
    padding: 40px 30px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dq8124-card-inner h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #D9FAFF;
}

.dq8124-price-value {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.dq8124-discount {
    font-size: 0.9rem;
    background: #004E64;
    padding: 2px 8px;
    border-radius: 4px;
    color: #D9FAFF;
    vertical-align: middle;
}

.dq8124-card-list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.dq8124-card-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.dq8124-btn-outline {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #D9FAFF;
    color: #D9FAFF;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.dq8124-btn-outline:hover {
    background: rgba(217, 250, 255, 0.1);
}

.dq8124-card-featured {
    transform: scale(1.05);
    background: linear-gradient(135deg, #D9FAFF, #004E64);
}

/* REVIEWS */
.dq8124-section-reviews {
    padding: 100px 0;
}

.dq8124-reviews-flex {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.dq8124-review-item {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border-radius: 15px;
    position: relative;
}

.dq8124-review-text {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.dq8124-review-author {
    font-weight: 700;
    color: #D9FAFF;
}

/* BENEFITS SECTION */
.dq8124-section-benefits {
    padding: 100px 0;
}

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

.dq8124-benefits-text, .dq8124-benefits-image {
    flex: 1;
}

.dq8124-benefits-text h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #D9FAFF;
}

.dq8124-custom-list {
    list-style: none;
}

.dq8124-custom-list li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.dq8124-custom-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #D9FAFF;
    font-weight: bold;
}

/* QUOTE */
.dq8124-section-quote {
    padding: 120px 0;
    background: radial-gradient(circle at center, rgba(217, 250, 255, 0.05) 0%, transparent 70%);
}

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

.dq8124-blockquote {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.dq8124-cite {
    font-size: 1.2rem;
    color: #D9FAFF;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* FAQ */
.dq8124-section-faq {
    padding: 100px 0;
}

.dq8124-faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.dq8124-faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(217, 250, 255, 0.1);
}

.dq8124-faq-summary {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.dq8124-faq-summary:hover {
    color: #D9FAFF;
}

.dq8124-faq-summary::after {
    content: "+";
    font-size: 1.5rem;
    color: #D9FAFF;
}

.dq8124-faq-item[open] .dq8124-faq-summary::after {
    content: "−";
}

.dq8124-faq-content {
    padding: 0 20px 20px;
    color: #CCC;
}

/* LARGE TEXT SECTIONS */
.dq8124-section-text-large {
    padding: 80px 0;
}

.dq8124-section-text-large h2 {
    font-size: 2.2rem;
    color: #D9FAFF;
    margin-bottom: 30px;
}

.dq8124-section-text-large p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    max-width: 1000px;
}

.dq8124-section-text-large h3 {
    margin: 40px 0 20px;
    color: #D9FAFF;
}

/* FORM SECTION */
.dq8124-section-form {
    padding: 100px 0;
    background: rgba(217, 250, 255, 0.02);
}

.dq8124-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.04);
    padding: 60px;
    border-radius: 20px;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.dq8124-form-wrapper h2 {
    text-align: center;
    margin-bottom: 10px;
}

.dq8124-form-subtitle {
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.8;
}

.dq8124-main-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dq8124-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dq8124-input-group label {
    font-size: 0.9rem;
    color: #D9FAFF;
}

.dq8124-input-group input, .dq8124-input-group textarea {
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(217, 250, 255, 0.2);
    border-radius: 4px;
    color: #FFF;
    font-family: inherit;
}

.dq8124-input-group textarea {
    min-height: 120px;
    resize: vertical;
}

.dq8124-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.dq8124-checkbox-group a {
    color: #D9FAFF;
}

.dq8124-btn-submit {
    padding: 18px;
    background: #D9FAFF;
    border: none;
    border-radius: 4px;
    color: #000F2B;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.dq8124-btn-submit:hover {
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(217, 250, 255, 0.5);
}

/* FOOTER */
.dq8124-footer-main {
    padding: 80px 0 40px;
    border-top: 1px solid rgba(217, 250, 255, 0.1);
}

.dq8124-footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.dq8124-footer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: #D9FAFF;
}

.dq8124-footer-contacts p {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.dq8124-footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.dq8124-footer-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dq8124-footer-links a {
    color: #777;
    text-decoration: none;
    font-size: 0.8rem;
    transition: 0.3s;
}

.dq8124-footer-links a:hover {
    color: #D9FAFF;
}

/* RESPONSIVENESS */
@media (max-width: 992px) {
    .dq8124-hero-flex, .dq8124-benefits-flex {
        flex-direction: column;
    }
    
    .dq8124-h1-main {
        font-size: 2.8rem;
    }
    
    .dq8124-hero-extra-grid {
        flex-direction: column;
    }
    
    .dq8124-who-item {
        width: 100%;
    }
    
    .dq8124-reviews-flex {
        flex-direction: column;
    }
    
    .dq8124-card-featured {
        transform: none;
    }
}

@media (max-width: 768px) {
    .dq8124-burger-icon {
        display: flex;
    }
    
    .dq8124-nav-menu {
        position: absolute;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #000F2B;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        transition: 0.4s ease-in-out;
    }
    
    .dq8124-nav-list {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .dq8124-nav-link {
        font-size: 1.2rem;
    }
    
    .dq8124-checkbox-toggle:checked ~ .dq8124-nav-menu {
        left: 0;
    }
    
    .dq8124-checkbox-toggle:checked ~ .dq8124-burger-icon span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .dq8124-checkbox-toggle:checked ~ .dq8124-burger-icon span:nth-child(2) {
        opacity: 0;
    }
    .dq8124-checkbox-toggle:checked ~ .dq8124-burger-icon span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    
    .dq8124-footer-top {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .dq8124-glass-panel {
        padding: 30px 15px;
    }
    
    .dq8124-form-wrapper {
        padding: 30px 20px;
    }
}