/* Глобальні налаштування */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body.terviroGentlePivotField_body {
    background-color: #000F2B;
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Header */
.terviroGentlePivotField_header {
    background: rgba(0, 15, 43, 0.8);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #D9FAFF;
}

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

.terviroGentlePivotField_logo {
    font-size: 24px;
    font-weight: 700;
    color: #D9FAFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.terviroGentlePivotField_nav_list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.terviroGentlePivotField_nav_link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.terviroGentlePivotField_nav_link:hover {
    color: #D9FAFF;
    text-shadow: 0 0 10px #D9FAFF;
}

/* Burger Menu */
.terviroGentlePivotField_checkbox {
    display: none;
}

.terviroGentlePivotField_burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.terviroGentlePivotField_burger span {
    width: 25px;
    height: 3px;
    background-color: #D9FAFF;
    transition: 0.3s;
}

/* Hero Section */
.terviroGentlePivotField_hero_section {
    padding: 80px 0;
}

.terviroGentlePivotField_hero_border_red {
    border: 3px solid #ff4d4d;
    padding: 40px;
    border-radius: 8px;
}

.terviroGentlePivotField_hero_grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.terviroGentlePivotField_hero_img_box {
    flex: 1;
}

.terviroGentlePivotField_hero_image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.terviroGentlePivotField_hero_content {
    flex: 1.2;
}

.terviroGentlePivotField_h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #D9FAFF;
}

.terviroGentlePivotField_subtitle {
    font-size: 20px;
    color: #A0C4D1;
    margin-bottom: 25px;
    font-weight: 500;
}

.terviroGentlePivotField_text {
    margin-bottom: 20px;
    font-size: 17px;
    color: #E0E0E0;
}

.terviroGentlePivotField_cta_box {
    margin-top: 30px;
}

/* Buttons */
.terviroGentlePivotField_btn_primary {
    display: inline-block;
    background-color: #D9FAFF;
    color: #000F2B;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid #D9FAFF;
}

.terviroGentlePivotField_btn_primary:hover {
    background-color: transparent;
    color: #D9FAFF;
    box-shadow: 0 0 20px rgba(217, 250, 255, 0.4);
}

.terviroGentlePivotField_btn_outline {
    display: inline-block;
    background-color: transparent;
    color: #D9FAFF;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #D9FAFF;
}

.terviroGentlePivotField_btn_outline:hover {
    background-color: #D9FAFF;
    color: #000F2B;
}

/* Expert Section / Reviews */
.terviroGentlePivotField_expert_section {
    padding: 100px 0;
    background: linear-gradient(180deg, #000F2B 0%, #001A40 100%);
}

.terviroGentlePivotField_h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #D9FAFF;
    text-align: center;
}

.terviroGentlePivotField_slider_wrapper {
    overflow: hidden;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.terviroGentlePivotField_slider_inner {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.terviroGentlePivotField_slider_inner::-webkit-scrollbar {
    display: none;
}

.terviroGentlePivotField_slide {
    min-width: 100%;
    scroll-snap-align: start;
    padding: 40px;
    background: rgba(217, 250, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(217, 250, 255, 0.2);
}

.terviroGentlePivotField_quote {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.terviroGentlePivotField_cite {
    display: block;
    text-align: right;
    font-style: normal;
    font-weight: 700;
    color: #D9FAFF;
}

.terviroGentlePivotField_slider_nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.terviroGentlePivotField_slider_dot {
    width: 12px;
    height: 12px;
    background-color: rgba(217, 250, 255, 0.3);
    border-radius: 50%;
    text-decoration: none;
}

.terviroGentlePivotField_slider_dot:hover {
    background-color: #D9FAFF;
}

/* Audience Section */
.terviroGentlePivotField_audience_section {
    padding: 100px 0;
}

.terviroGentlePivotField_audience_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.terviroGentlePivotField_audience_card {
    background: rgba(217, 250, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease;
}

.terviroGentlePivotField_audience_card:hover {
    transform: translateY(-5px);
}

.terviroGentlePivotField_line_style {
    border-left: 4px solid #D9FAFF;
}

.terviroGentlePivotField_h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #D9FAFF;
}

.terviroGentlePivotField_badge {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 12px;
    background: rgba(255, 77, 77, 0.2);
    border: 1px solid #ff4d4d;
    font-size: 12px;
    font-weight: 700;
    color: #ff4d4d;
}

/* Benefits Section */
.terviroGentlePivotField_benefits_section {
    padding: 100px 0;
    background-color: #000a1d;
}

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

.terviroGentlePivotField_benefits_content {
    flex: 1;
}

.terviroGentlePivotField_benefits_img {
    flex: 1;
}

.terviroGentlePivotField_rounded_img {
    width: 100%;
    border-radius: 20px;
}

.terviroGentlePivotField_list {
    list-style: none;
    margin-top: 20px;
}

.terviroGentlePivotField_list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.terviroGentlePivotField_list li::before {
    content: '❄';
    position: absolute;
    left: 0;
    color: #D9FAFF;
}

/* Pricing Section */
.terviroGentlePivotField_pricing_section {
    padding: 100px 0;
}

.terviroGentlePivotField_pricing_outer_border {
    border: 1px solid rgba(217, 250, 255, 0.1);
    padding: 60px 20px;
    border-radius: 20px;
}

.terviroGentlePivotField_pricing_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.terviroGentlePivotField_price_card {
    background: #00163a;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(217, 250, 255, 0.1);
    display: flex;
    flex-direction: column;
}

.terviroGentlePivotField_featured {
    border-color: #D9FAFF;
    transform: scale(1.05);
    background: #002155;
}

.terviroGentlePivotField_price_title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #D9FAFF;
}

.terviroGentlePivotField_price_value {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
}

.terviroGentlePivotField_price_list {
    list-style: none;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
    flex-grow: 1;
}

.terviroGentlePivotField_price_list li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(217, 250, 255, 0.05);
    padding-bottom: 5px;
}

/* FAQ Section */
.terviroGentlePivotField_faq_section {
    padding: 100px 0;
    background-color: #000F2B;
}

.terviroGentlePivotField_faq_list {
    max-width: 800px;
    margin: 0 auto;
}

.terviroGentlePivotField_faq_item {
    background: rgba(217, 250, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.terviroGentlePivotField_faq_trigger {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #D9FAFF;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.terviroGentlePivotField_faq_trigger::-webkit-details-marker {
    display: none;
}

.terviroGentlePivotField_faq_trigger::after {
    content: '+';
    font-size: 24px;
}

.terviroGentlePivotField_faq_item[open] .terviroGentlePivotField_faq_trigger::after {
    content: '-';
}

.terviroGentlePivotField_faq_content {
    padding: 0 20px 20px;
    color: #E0E0E0;
}

/* Extra Sections */
.terviroGentlePivotField_extra_section_a,
.terviroGentlePivotField_extra_section_c {
    padding: 100px 0;
}

.terviroGentlePivotField_extra_section_b {
    padding: 120px 0;
    background-color: #00081a;
}

.terviroGentlePivotField_glass_panel {
    background: rgba(217, 250, 255, 0.02);
    backdrop-filter: blur(15px);
    padding: 60px;
    border-radius: 30px;
    border: 1px solid rgba(217, 250, 255, 0.1);
}

.terviroGentlePivotField_wide_img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 15px;
}

/* Form Section */
.terviroGentlePivotField_form_section {
    padding: 100px 0;
    background: linear-gradient(0deg, #000511 0%, #000F2B 100%);
}

.terviroGentlePivotField_form_wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(217, 250, 255, 0.05);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(217, 250, 255, 0.2);
}

.terviroGentlePivotField_main_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.terviroGentlePivotField_form_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.terviroGentlePivotField_form_group label {
    font-weight: 600;
    color: #D9FAFF;
}

.terviroGentlePivotField_form_group input,
.terviroGentlePivotField_form_group textarea {
    padding: 12px;
    background: rgba(0, 15, 43, 0.5);
    border: 1px solid rgba(217, 250, 255, 0.3);
    border-radius: 4px;
    color: #FFFFFF;
    outline: none;
}

.terviroGentlePivotField_form_group input:focus,
.terviroGentlePivotField_form_group textarea:focus {
    border-color: #D9FAFF;
}

.terviroGentlePivotField_checkbox_group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.terviroGentlePivotField_checkbox_group a {
    color: #D9FAFF;
}

.terviroGentlePivotField_btn_submit {
    background-color: #D9FAFF;
    color: #000F2B;
    padding: 18px;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
}

.terviroGentlePivotField_btn_submit:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 25px rgba(217, 250, 255, 0.6);
}

/* Footer */
.terviroGentlePivotField_footer {
    padding: 80px 0 40px;
    background-color: #000511;
    border-top: 1px solid rgba(217, 250, 255, 0.1);
}

.terviroGentlePivotField_footer_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.terviroGentlePivotField_footer_brand {
    font-size: 22px;
    font-weight: 800;
    color: #D9FAFF;
}

.terviroGentlePivotField_footer_contact p {
    margin-bottom: 5px;
    color: #A0C4D1;
}

.terviroGentlePivotField_footer_divider {
    height: 1px;
    background: rgba(217, 250, 255, 0.1);
    margin-bottom: 30px;
}

.terviroGentlePivotField_footer_bottom {
    text-align: center;
}

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

.terviroGentlePivotField_footer_links a {
    color: #6a8ea0;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.terviroGentlePivotField_footer_links a:hover {
    color: #D9FAFF;
}

/* Responsive */
@media (max-width: 1024px) {
    .terviroGentlePivotField_pricing_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .terviroGentlePivotField_audience_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .terviroGentlePivotField_burger {
        display: flex;
        z-index: 1001;
    }
    .terviroGentlePivotField_nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: #000F2B;
        padding-top: 100px;
        transition: 0.3s;
        border-left: 2px solid #D9FAFF;
    }
    .terviroGentlePivotField_nav_list {
        flex-direction: column;
        align-items: center;
    }
    .terviroGentlePivotField_checkbox:checked ~ .terviroGentlePivotField_nav {
        right: 0;
    }
    .terviroGentlePivotField_hero_grid, 
    .terviroGentlePivotField_benefits_grid {
        flex-direction: column;
        text-align: center;
    }
    .terviroGentlePivotField_pricing_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .terviroGentlePivotField_h1 {
        font-size: 32px;
    }
    .terviroGentlePivotField_hero_border_red {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .terviroGentlePivotField_pricing_grid,
    .terviroGentlePivotField_audience_grid {
        grid-template-columns: 1fr;
    }
    .terviroGentlePivotField_footer_top {
        flex-direction: column;
        gap: 30px;
    }
}