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

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

/* HEADER STYLE (Variant 11) */
.Header_GlassIce_Container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(56, 189, 248, 0.2);
}

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

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

.Navigation_Desktop_Arctic {
    display: flex;
    gap: 1.5rem;
}

.NavLink_Ice_Effect {
    font-size: 0.95rem;
    font-weight: 500;
    color: #e2e8f0;
    position: relative;
    padding: 0.5rem 0;
}

.NavLink_Ice_Effect:hover {
    color: #38bdf8;
}

.Header_Glowing_Line_Hover {
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, transparent, #38bdf8, transparent);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width 0.4s ease;
    box-shadow: 0 0 10px #38bdf8;
}

.Header_GlassIce_Container:hover .Header_Glowing_Line_Hover {
    width: 100%;
}

/* MOBILE MENU */
.Mobile_Menu_Trigger_Checkbox_Wrapper {
    display: none;
}

.MobileMenuCheckbox_Hidden {
    display: none;
}

/* HERO SECTION (Variant 15) */
.Hero_Section_Layout_15 {
    padding: 8rem 2rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.Hero_Container_Grid_Ice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem;
}

.Hero_Image_Column_Left {
    flex: 1 1 500px;
}

.Hero_Visual_Main_Image {
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(56, 189, 248, 0.1);
    object-fit: cover;
}

.Hero_Text_Column_Right {
    flex: 1 1 500px;
}

.Hero_H1_Title_Arctic {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #E6FBFF;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
}

.Hero_Subtitle_Text_Ice {
    font-size: 1.25rem;
    color: #38bdf8;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.Hero_Description_Paragraph_1, .Hero_Description_Paragraph_2 {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: #e2e8f0;
}

.Button_Primary_Ice {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #E6FBFF;
    color: #0A0D10;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(230, 251, 255, 0.4);
}

.Button_Primary_Ice:hover {
    background-color: #38bdf8;
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.6);
    transform: translateY(-2px);
}

.Hero_Partner_Logos_Stripe {
    margin-top: 5rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    opacity: 0.6;
    padding: 2rem 0;
    border-top: 1px solid rgba(226, 232, 240, 0.1);
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

/* PRACTITIONER SECTION (Variant 4) */
.Practitioner_Section_Arctic_4 {
    padding: 6rem 2rem;
    background-color: #020617;
}

.Practitioner_Card_Ice_Wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.05);
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.Practitioner_Quote_Icon {
    font-size: 5rem;
    color: #38bdf8;
    position: absolute;
    top: -10px;
    left: 40px;
    font-family: serif;
    opacity: 0.3;
}

.Practitioner_Quote_Content {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 2rem;
    color: #e2e8f0;
}

.Practitioner_Author_Info {
    display: flex;
    flex-direction: column;
}

.Author_Name_Arctic {
    font-size: 1.5rem;
    font-weight: 700;
    color: #38bdf8;
}

.Author_Title_Arctic {
    font-size: 1rem;
    color: #94a3b8;
}

.Practitioner_Disclaimer_Small {
    margin-top: 2rem;
    font-size: 0.8rem;
    opacity: 0.5;
}

/* BENEFITS SECTION (Variant 6) */
.Benefits_Section_Layout_6 {
    padding: 6rem 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

.Benefits_Container_Flex_Ice {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
}

.Benefits_Text_Content_Left {
    flex: 1 1 500px;
}

.Benefits_H2_Headline_Arctic {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #E6FBFF;
}

.Benefits_Custom_List_Ice {
    display: flex;
    flex-direction: column;
}

.Benefits_List_Item_Line {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
    font-size: 1.1rem;
}

.Benefits_List_Item_Line:last-child {
    border-bottom: none;
}

.Benefits_List_Item_Line strong {
    color: #38bdf8;
    display: block;
    margin-bottom: 0.3rem;
}

.Benefits_Image_Content_Right {
    flex: 1 1 500px;
}

.Benefits_Visual_Image {
    border-radius: 20px;
    border-right: 5px solid #38bdf8;
    border-bottom: 5px solid #38bdf8;
}

/* FAQ SECTION (Variant 2) */
.FAQ_Section_Arctic_2 {
    padding: 6rem 2rem;
    background-color: #020617;
}

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

.FAQ_H2_Headline_Arctic {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #E6FBFF;
}

.FAQ_Item_Details_Arctic {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(226, 232, 240, 0.1);
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.FAQ_Summary_Title_Ice {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    color: #38bdf8;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FAQ_Summary_Title_Ice::after {
    content: '+';
    font-size: 1.5rem;
}

.FAQ_Item_Details_Arctic[open] .FAQ_Summary_Title_Ice::after {
    content: '−';
}

.FAQ_Answer_Content_Ice {
    padding: 0 1.5rem 1.5rem;
    color: #cbd5e1;
}

/* TARGET AUDIENCE (Variant 6) */
.Target_Section_Arctic_6 {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.Target_Header_Block_Ice {
    text-align: center;
    margin-bottom: 4rem;
}

.Target_H2_Title_Arctic {
    font-size: 2.5rem;
    color: #E6FBFF;
    margin-bottom: 1rem;
}

.Target_Intro_Text_Ice {
    font-size: 1.2rem;
    color: #94a3b8;
}

.Target_Grid_Cards_Ice {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.Target_Card_Item_Arctic {
    background: #0A0D10;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.Target_Card_Item_Arctic:hover {
    transform: translateY(-5px);
    border-color: #38bdf8;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.1);
}

.Target_Card_H3_Ice {
    color: #38bdf8;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

/* EXTRA TEXT SECTIONS (Variant 11) */
.Extra_Info_Section_Arctic_11 {
    padding: 4rem 2rem;
    border-bottom: 1px solid rgba(56, 189, 248, 0.1);
}

.Extra_Content_Inner_Ice {
    max-width: 900px;
    margin: 0 auto;
}

.Extra_H2_Title_Ice {
    font-size: 2rem;
    color: #E6FBFF;
    margin-bottom: 1.5rem;
}

.Extra_Paragraph_Arctic {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #cbd5e1;
}

.Extra_Bullet_List_Ice {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.Extra_Bullet_List_Ice li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1rem;
}

.Extra_Bullet_List_Ice li::before {
    content: '→';
    position: absolute;
    left: -1rem;
    color: #38bdf8;
}

.Extra_Highlight_Box_Ice {
    background: rgba(34, 197, 94, 0.05);
    border-left: 4px solid #22c55e;
    padding: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #e2e8f0;
}

/* SERVICES SECTION (Variant 6) */
.Services_Section_Arctic_6 {
    padding: 6rem 2rem;
    background-color: #020617;
}

.Services_Header_Ice {
    text-align: center;
    margin-bottom: 4rem;
}

.Services_H2_Title_Arctic {
    font-size: 2.5rem;
    color: #E6FBFF;
    margin-bottom: 1rem;
}

.Services_Subtitle_Ice {
    color: #38bdf8;
    font-weight: 500;
}

.Services_Cards_Flex_Ice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.Service_Card_Item_Arctic {
    flex: 1 1 350px;
    max-width: 400px;
    background: #0A0D10;
    border-radius: 15px;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.Service_Accent_Bar_Ice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.Service_Name_Ice {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #E6FBFF;
}

.Service_Price_Ice {
    font-size: 2.5rem;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 2rem;
}

.Service_Features_List_Ice {
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

.Service_Features_List_Ice li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.05);
    font-size: 1rem;
    color: #94a3b8;
}

.Service_Button_Ice {
    display: block;
    width: 100%;
    padding: 1rem;
    border: 1px solid #38bdf8;
    color: #38bdf8;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
}

.Service_Button_Ice:hover {
    background: #38bdf8;
    color: #0A0D10;
}

/* CONTACT FORM SECTION */
.Contact_Form_Section_Arctic {
    padding: 6rem 2rem;
}

.Contact_Container_Ice {
    max-width: 700px;
    margin: 0 auto;
    background: #020617;
    padding: 4rem;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.2);
}

.Contact_H2_Title_Arctic {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #E6FBFF;
}

.Contact_Subtitle_Ice {
    text-align: center;
    margin-bottom: 3rem;
    color: #94a3b8;
}

.Form_Element_Arctic {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Form_Group_Ice {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.Label_Ice {
    font-weight: 600;
    color: #38bdf8;
}

.Input_Ice_Field, .Textarea_Ice_Field {
    padding: 1rem;
    background: #0A0D10;
    border: 1px solid rgba(226, 232, 240, 0.2);
    border-radius: 5px;
    color: #fff;
    outline: none;
    transition: border-color 0.3s;
}

.Input_Ice_Field:focus, .Textarea_Ice_Field:focus {
    border-color: #38bdf8;
}

.Form_Checkbox_Group_Ice {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.Checkbox_Ice {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
}

.Label_Checkbox_Ice {
    font-size: 0.9rem;
}

.Label_Checkbox_Ice a {
    color: #38bdf8;
    text-decoration: underline;
}

.Button_Submit_Ice {
    padding: 1.2rem;
    background: #38bdf8;
    color: #0A0D10;
    font-weight: 800;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.3s;
}

.Button_Submit_Ice:hover {
    background: #E6FBFF;
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
}

/* FOOTER SECTION */
.Footer_Section_Arctic {
    background: #020617;
    padding: 5rem 2rem 3rem;
    border-top: 1px solid rgba(56, 189, 248, 0.1);
}

.Footer_Inner_Container_Ice {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.Footer_Brand_Name_Ice {
    font-size: 1.5rem;
    font-weight: 800;
    color: #E6FBFF;
    margin-bottom: 1rem;
}

.Footer_Copyright_Ice {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.Footer_Email_Ice {
    margin-bottom: 2rem;
}

.Footer_Email_Ice a {
    color: #38bdf8;
}

.Footer_Legal_Links_Ice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.Footer_Legal_Links_Ice a {
    font-size: 0.85rem;
    color: #64748b;
}

.Footer_Legal_Links_Ice a:hover {
    color: #38bdf8;
}

.Footer_Disclaimer_Final {
    font-size: 0.75rem;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .Hero_H1_Title_Arctic {
        font-size: 2.5rem;
    }
    .Hero_Container_Grid_Ice {
        flex-direction: column;
    }
    .Navigation_Desktop_Arctic {
        display: none;
    }
    .Mobile_Menu_Trigger_Checkbox_Wrapper {
        display: block;
    }
    .MobileMenuIcon_Burger {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        z-index: 2000;
        position: relative;
    }
    .MobileMenuIcon_Burger span {
        width: 30px;
        height: 3px;
        background: #E6FBFF;
        transition: 0.3s;
    }
    .Mobile_Nav_Overlay_Arctic {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #0A0D10;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transform: translateY(-100%);
        transition: transform 0.5s ease-in-out;
        z-index: 1500;
    }
    .Mobile_Nav_Overlay_Arctic a {
        font-size: 1.5rem;
        color: #E6FBFF;
    }
    .MobileMenuCheckbox_Hidden:checked ~ .Mobile_Nav_Overlay_Arctic {
        transform: translateY(0);
    }
    .MobileMenuCheckbox_Hidden:checked ~ .MobileMenuIcon_Burger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .MobileMenuCheckbox_Hidden:checked ~ .MobileMenuIcon_Burger span:nth-child(2) {
        opacity: 0;
    }
    .MobileMenuCheckbox_Hidden:checked ~ .MobileMenuIcon_Burger span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -8px);
    }
}

@media (max-width: 600px) {
    .Contact_Container_Ice {
        padding: 2rem 1rem;
    }
    .Practitioner_Card_Ice_Wrapper {
        padding: 2rem;
    }
}