/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body.XevoqevulCorner_MainBody {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f0fdf4;
    color: #052e16;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header & Progress Bar */
.XevoqevulCorner_Header_Wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #052e16;
    color: #f0fdf4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.XevoqevulCorner_Header_Container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.XevoqevulCorner_Header_Brand {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #86efac;
    text-transform: uppercase;
}

.XevoqevulCorner_Header_ProgressBar_Container {
    width: 100%;
    height: 4px;
    background: #16a34a;
}

.XevoqevulCorner_Header_ProgressBar_Fill {
    height: 100%;
    width: 30%; /* Dynamic mock, static in CSS */
    background: #4ade80;
    box-shadow: 0 0 10px #4ade80;
}

/* Navigation */
.XevoqevulCorner_Nav_List {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.XevoqevulCorner_Nav_Link {
    text-decoration: none;
    color: #f0fdf4;
    font-weight: 500;
    transition: color 0.3s ease;
}

.XevoqevulCorner_Nav_Link:hover {
    color: #86efac;
}

/* Burger Menu (No JS) */
.XevoqevulCorner_MenuToggle_Checkbox {
    display: none;
}

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

.XevoqevulCorner_Burger_Icon span {
    width: 25px;
    height: 3px;
    background-color: #86efac;
    transition: 0.3s;
}

/* Hero Section */
.XevoqevulCorner_Hero_Section {
    padding: 8rem 2rem 4rem;
    background: linear-gradient(135deg, #052e16 0%, #064e3b 100%);
    color: #f0fdf4;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.XevoqevulCorner_Hero_Container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.XevoqevulCorner_Hero_VisualSide {
    flex: 1;
}

.XevoqevulCorner_Hero_Image_Wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(22, 163, 74, 0.4);
    border: 2px solid #16a34a;
}

.XevoqevulCorner_Hero_Image {
    width: 100%;
    display: block;
    object-fit: cover;
    filter: blur(1px);
    transition: filter 0.5s ease;
}

.XevoqevulCorner_Hero_Image:hover {
    filter: blur(0);
}

.XevoqevulCorner_Hero_TextSide {
    flex: 1;
}

.XevoqevulCorner_Hero_Title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #86efac;
}

.XevoqevulCorner_Hero_Subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #4ade80;
    font-weight: 500;
}

.XevoqevulCorner_Hero_Paragraph {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.XevoqevulCorner_CTA_Button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #16a34a;
    color: #f0fdf4;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #86efac;
    box-shadow: 0 0 15px rgba(134, 239, 172, 0.3);
    margin-top: 1rem;
}

.XevoqevulCorner_CTA_Button:hover {
    background-color: #86efac;
    color: #052e16;
    box-shadow: 0 0 25px rgba(134, 239, 172, 0.6);
}

/* Content Sections */
.XevoqevulCorner_Section_Container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.XevoqevulCorner_Section_Heading {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    color: #052e16;
}

.XevoqevulCorner_Section_Heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #16a34a;
    margin: 10px auto 0;
    border-radius: 2px;
}

.XevoqevulCorner_Section_TextContent p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.XevoqevulCorner_Section_List {
    margin: 1.5rem 0 1.5rem 2rem;
}

.XevoqevulCorner_Section_List li {
    margin-bottom: 0.5rem;
    list-style: square;
    color: #16a34a;
}

.XevoqevulCorner_Section_BgAlt {
    background-color: #dcfce7;
}

/* Tips Grid */
.XevoqevulCorner_Tips_Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.XevoqevulCorner_Tip_Card {
    flex: 1 1 300px;
    background: #ffffff;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #86efac;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.XevoqevulCorner_Tip_Card:hover {
    transform: translateY(-5px);
    border-color: #16a34a;
}

.XevoqevulCorner_Tip_Icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.XevoqevulCorner_Tip_Title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #16a34a;
}

/* Audience Section */
.XevoqevulCorner_Audience_Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.XevoqevulCorner_Audience_Card {
    flex: 1 1 240px;
    text-align: center;
    background: #f0fdf4;
    padding: 2rem;
    border-radius: 20px;
    border: 2px dashed #86efac;
}

.XevoqevulCorner_Audience_Avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #16a34a;
}

.XevoqevulCorner_Avatar_Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.XevoqevulCorner_Audience_Type {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #052e16;
}

/* Expert Section */
.XevoqevulCorner_Expert_Section {
    background-color: #052e16;
    color: #f0fdf4;
}

.XevoqevulCorner_Expert_Card {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.XevoqevulCorner_Expert_Photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #16a34a;
    box-shadow: 0 0 20px #16a34a;
}

.XevoqevulCorner_Expert_Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.XevoqevulCorner_Expert_Quote {
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    color: #86efac;
}

.XevoqevulCorner_Expert_Name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

/* FAQ Section */
.XevoqevulCorner_FAQ_Accordion {
    max-width: 800px;
    margin: 0 auto;
}

.XevoqevulCorner_FAQ_Item {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 10px;
    border: 1px solid #86efac;
    overflow: hidden;
}

.XevoqevulCorner_FAQ_Summary {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.XevoqevulCorner_FAQ_Summary:hover {
    background-color: #f0fdf4;
}

.XevoqevulCorner_FAQ_Arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(45deg);
    transition: 0.3s;
}

.XevoqevulCorner_FAQ_Item[open] .XevoqevulCorner_FAQ_Arrow {
    transform: rotate(-135deg);
}

.XevoqevulCorner_FAQ_Content {
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid #f0fdf4;
}

/* Pricing Section */
.XevoqevulCorner_Pricing_Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.XevoqevulCorner_Price_Card {
    flex: 1 1 300px;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.XevoqevulCorner_Price_Card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(22, 163, 74, 0.15);
    border-color: #16a34a;
}

.XevoqevulCorner_Price_Popular {
    border: 2px solid #16a34a;
    position: relative;
}

.XevoqevulCorner_Price_Popular::before {
    content: 'Популярний';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #16a34a;
    color: #fff;
    padding: 0.2rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.XevoqevulCorner_Price_Title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.XevoqevulCorner_Price_Value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #16a34a;
    margin-bottom: 1.5rem;
}

.XevoqevulCorner_Price_Features {
    list-style: none;
    margin-bottom: 2rem;
    text-align: left;
}

.XevoqevulCorner_Price_Features li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.XevoqevulCorner_Price_Features li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #16a34a;
}

.XevoqevulCorner_Price_Btn {
    display: block;
    padding: 1rem;
    background: #052e16;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: background 0.3s;
}

.XevoqevulCorner_Price_Btn:hover {
    background: #16a34a;
}

/* Benefits Section (Horizontal Layout) */
.XevoqevulCorner_Benefits_Layout {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.XevoqevulCorner_Benefits_TextSide {
    flex: 1.2;
}

.XevoqevulCorner_Benefits_VisualSide {
    flex: 1;
}

.XevoqevulCorner_Benefits_Img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 20px 20px 0 #16a34a;
}

.XevoqevulCorner_Benefit_Items_Horizontal {
    display: flex;
    gap: 1.5rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.XevoqevulCorner_Benefit_SmallItem {
    background: #fff;
    padding: 1rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #86efac;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.XevoqevulCorner_Benefit_SmallIcon {
    color: #16a34a;
    font-weight: bold;
}

/* Form Section */
.XevoqevulCorner_Form_Section {
    background-color: #f0fdf4;
}

.XevoqevulCorner_Form_Wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid #86efac;
}

.XevoqevulCorner_Form_Title {
    text-align: center;
    margin-bottom: 1rem;
}

.XevoqevulCorner_Form_Subtitle {
    text-align: center;
    margin-bottom: 2.5rem;
    color: #666;
}

.XevoqevulCorner_FormGroup {
    margin-bottom: 1.5rem;
}

.XevoqevulCorner_Label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.XevoqevulCorner_Input, .XevoqevulCorner_Textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.XevoqevulCorner_Input:focus, .XevoqevulCorner_Textarea:focus {
    outline: none;
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.XevoqevulCorner_Textarea {
    height: 120px;
    resize: vertical;
}

.XevoqevulCorner_FormCheckbox_Group {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.XevoqevulCorner_Checkbox {
    margin-top: 0.3rem;
}

.XevoqevulCorner_SubmitBtn {
    width: 100%;
    padding: 1.2rem;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.XevoqevulCorner_SubmitBtn:hover {
    background: #052e16;
}

/* Footer */
.XevoqevulCorner_Footer {
    background: #052e16;
    color: #f0fdf4;
    padding: 4rem 2rem;
    text-align: center;
}

.XevoqevulCorner_Footer_Main {
    margin-bottom: 3rem;
}

.XevoqevulCorner_Footer_Logo {
    font-size: 2rem;
    font-weight: 800;
    color: #86efac;
    margin-bottom: 1rem;
}

.XevoqevulCorner_Footer_Links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    border-top: 1px solid #16a34a;
    padding-top: 2rem;
}

.XevoqevulCorner_Footer_Link {
    color: #86efac;
    text-decoration: none;
    font-size: 0.9rem;
}

.XevoqevulCorner_Footer_Link:hover {
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .XevoqevulCorner_Hero_Container, .XevoqevulCorner_Benefits_Layout {
        flex-direction: column;
        text-align: center;
    }
    .XevoqevulCorner_Hero_Title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .XevoqevulCorner_Burger_Icon {
        display: flex;
    }
    .XevoqevulCorner_Nav_Menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #052e16;
        display: none;
        padding: 2rem;
    }
    .XevoqevulCorner_Nav_List {
        flex-direction: column;
        align-items: center;
    }
    .XevoqevulCorner_MenuToggle_Checkbox:checked ~ .XevoqevulCorner_Nav_Menu {
        display: block;
    }
    .XevoqevulCorner_Form_Wrapper {
        padding: 2rem 1.5rem;
    }
}

/* Neon Glow Extras */
.XevoqevulCorner_Header_ProgressBar_Fill {
    animation: glowPulse 2s infinite alternate;
}

@keyframes glowPulse {
    from { box-shadow: 0 0 5px #4ade80; }
    to { box-shadow: 0 0 15px #4ade80; }
}

/* Visual Presets Consistency */
img {
    max-width: 100%;
    height: auto;
}