body{margin:0;background:#FDFCFA;color:#1E0032;font:16px/1.6 'Manrope',-apple-system,BlinkMacSystemFont,sans-serif}
h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0;padding:0}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.content-container{max-width:1440px;margin:0 auto;padding:0 28px}
header{background:linear-gradient(147deg,#1E0032 0%,#3D1756 100%);box-shadow:0 3px 12px #1e003226}
.top_row_v2{padding:18px 0;border-bottom:1px solid #e77bff33}
.top_row_v2 .content-container{display:flex;justify-content:space-between;align-items:center}
.logo_wrapper_v1{display:flex;align-items:center;gap:14px}
.header-logo-img{height:62px;width:62px}
.company_title_text{font-size:22px;font-weight:700;color:#ECE9C6;letter-spacing:.3px}
.service_zone{display:flex;align-items:center}
.service_label{font-size:14px;font-weight:400;color:#E77BFF;background:#e77bff1f;padding:7px 16px;border-radius:10px}
.second_header_row{padding:12px 0;background:#ece9c614}
.contact_hours_block{display:flex;gap:28px;align-items:center;justify-content:center}
.email_link_v3{font-size:14px;color:#ECE9C6;font-weight:400;transition:color .2s}
.email_link_v3:hover{color:#E77BFF}
.hours_display{font-size:14px;color:#ECE9C6;opacity:.85}
.navigation_row_v1{padding:16px 0;background:#1E0032}
.main_nav_v2{display:flex;justify-content:center;gap:38px;flex-wrap:wrap}
.nav_item_link{font-size:15px;font-weight:600;color:#ECE9C6;padding:8px 12px;border-radius:8px;transition:background 0.2s,color .2s}
.nav_item_link:hover{background:#e77bff26;color:#E77BFF}
main{min-height:200px}
.footer_outer_shell{background:linear-gradient(213deg,#1E0032 0%,#2B1045 100%);padding:56px 0 32px;position:relative}
.footer_inner_box{max-width:1440px;margin:0 auto;padding:0 28px}
.footer_primary_zone{display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap;margin-bottom:42px;padding-bottom:38px;border-bottom:1px solid #e77bff2e}
.footer_brand_container{max-width:420px}
.footer_logo_element{height:68px;width:68px;margin-bottom:18px}
.footer_brand_statement{font-size:14px;line-height:1.7;color:#ECE9C6;opacity:.88}
.footer_links_cluster{display:flex;flex-direction:column;gap:16px}
.footer_section_heading{font-size:16px;font-weight:700;color:#E77BFF;margin-bottom:8px}
.footer_nav_list{display:flex;flex-direction:column;gap:10px}
.footer_link_item{font-size:14px;color:#ECE9C6;transition:color .2s}
.footer_link_item:hover{color:#E77BFF}
.footer_secondary_zone{text-align:center}
.copyright_text_v2{font-size:13px;color:#ECE9C6;opacity:.72}
.cookie_overlay_hidden{display:none;position:fixed;bottom:24px;right:24px;z-index:9999;max-width:420px;animation:slideUpFade .4s ease-out}
.cookie_overlay_hidden.showing{display:block}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.consent_card_wrapper{background:#FFF;border:1px solid #E77BFF;border-radius:14px;padding:26px;box-shadow:0 8px 24px #1e003233}
.consent_message_text{font-size:14px;line-height:1.6;color:#1E0032;margin-bottom:20px}
.consent_actions_v1{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary,.consent_btn_secondary{flex:1;padding:11px 20px;border:none;border-radius:10px;cursor:pointer;transition:background 0.2s,color .2s;font:600 14px 'Manrope',sans-serif}
.consent_btn_primary{background:linear-gradient(135deg,#E77BFF 0%,#C65FE0 100%);color:#1E0032}
.consent_btn_primary:hover{background:linear-gradient(135deg,#F08FFF 0%,#D570F0 100%)}
.consent_btn_secondary{background:#ECE9C6;color:#1E0032}
.consent_btn_secondary:hover{background:#DDD9B0}
@media (max-width: 768px) {
.content-container{padding:0 18px}
.top_row_v2 .content-container{flex-direction:column;gap:14px;text-align:center}
.logo_wrapper_v1{justify-content:center}
.contact_hours_block{flex-direction:column;gap:10px}
.main_nav_v2{flex-direction:column;gap:12px;align-items:center}
.footer_primary_zone{flex-direction:column;gap:32px}
.footer_brand_container{max-width:100%}
.cookie_overlay_hidden{right:12px;left:12px;bottom:12px;max-width:none}
.consent_actions_v1{flex-direction:column}
}
@media (max-width: 375px) {
.company_title_text{font-size:18px}
.header-logo-img{height:52px;width:52px}
.nav_item_link{font-size:14px}
}
.prereq_wrapper_v1{background:linear-gradient(135deg,#ECE9C6 0%,#fff 100%);padding:80px 20px}
.prereq_wrapper_v1 .content_container{max-width:1536px;margin:0 auto}
.prereq_wrapper_v1 .intro_block{max-width:900px;margin:0 auto 60px;text-align:center}
.prereq_wrapper_v1 .intro_block h1{font-size:2.8rem;color:#1E0032;margin-bottom:24px;line-height:1.2}
.prereq_wrapper_v1 .intro_block .lead_text{font-size:1.2rem;color:#4a4a4a;line-height:1.7}
.technical_section{background:#fff;padding:70px 20px}
.technical_section .grid_layout_v2{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}
.technical_section .image_holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #1e00321f}
.technical_section .image_holder img{width:100%;height:auto;display:block;object-fit:cover}
.technical_section .text_content h2{font-size:2.2rem;color:#1E0032;margin-bottom:20px;position:relative;padding-left:18px}
.technical_section .text_content h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:40px;background:linear-gradient(180deg,#E77BFF 0%,#1E0032 100%);border-radius:3px}
.technical_section .text_content p{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:16px}
.technical_section .text_content .highlight_term{color:#1E0032;font-weight:600}
.knowledge_checklist{background:linear-gradient(225deg,#f8f7ff 0%,#ECE9C6 100%);padding:75px 20px}
.knowledge_checklist .main_container{max-width:1536px;margin:0 auto}
.knowledge_checklist h3{font-size:2rem;color:#1E0032;text-align:center;margin-bottom:50px}
.knowledge_checklist .cards_wrapper_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.knowledge_checklist .skill_card{background:#fff;padding:35px 28px;border-radius:10px;border-left:4px solid #E77BFF;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.knowledge_checklist .skill_card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #e77bff33}
.knowledge_checklist .skill_card h5{font-size:1.3rem;color:#1E0032;margin-bottom:14px}
.knowledge_checklist .skill_card p{font-size:.98rem;color:#666;line-height:1.6}
.expectations_area{background:#fff;padding:80px 20px}
.expectations_area .split_layout{max-width:1536px;margin:0 auto;display:flex;gap:60px;align-items:flex-start}
.expectations_area .portrait_side{flex:0 0 280px}
.expectations_area .portrait_side img{width:100%;height:auto;border-radius:10px;box-shadow:0 6px 20px #1e003226}
.expectations_area .testimonial_content{flex:1}
.expectations_area .testimonial_content h4{font-size:1.9rem;color:#1E0032;margin-bottom:22px}
.expectations_area .testimonial_content .quote_block{background:linear-gradient(135deg,#f9f8ff 0%,#ECE9C6 100%);padding:30px;border-radius:10px;border-left:5px solid #E77BFF;margin-bottom:20px}
.expectations_area .testimonial_content .quote_block p{font-size:1.08rem;color:#3a3a3a;line-height:1.8;font-style:italic;margin-bottom:12px}
.expectations_area .testimonial_content .author_info{font-size:.95rem;color:#1E0032;font-weight:600}
.expectations_area .testimonial_content .regular_text{font-size:1.02rem;color:#555;line-height:1.75}
.cta_section_v3{background:linear-gradient(155deg,#1E0032 0%,#4a0066 100%);padding:90px 20px}
.cta_section_v3 .centered_box{max-width:1100px;margin:0 auto;text-align:center}
.cta_section_v3 h2{font-size:2.5rem;color:#fff;margin-bottom:20px}
.cta_section_v3 .desc_text{font-size:1.15rem;color:#ECE9C6;line-height:1.7;margin-bottom:40px}
.cta_section_v3 .button_group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_section_v3 .primary_btn{background:#E77BFF;color:#1E0032;padding:16px 42px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 14px #e77bff66}
.cta_section_v3 .primary_btn:hover{background:#f9f;transform:translateY(-3px);box-shadow:0 6px 20px #e77bff80}
.cta_section_v3 .secondary_btn{background:transparent;color:#ECE9C6;padding:16px 42px;border:2px solid #ECE9C6;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease}
.cta_section_v3 .secondary_btn:hover{background:#ECE9C6;color:#1E0032}
@media (max-width: 1366px) {
.technical_section .grid_layout_v2{gap:40px}
.knowledge_checklist .cards_wrapper_v1{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.prereq_wrapper_v1{padding:50px 20px}
.prereq_wrapper_v1 .intro_block h1{font-size:2rem}
.prereq_wrapper_v1 .intro_block .lead_text{font-size:1.05rem}
.technical_section{padding:50px 20px}
.technical_section .grid_layout_v2{grid-template-columns:1fr;gap:30px}
.technical_section .text_content h2{font-size:1.8rem}
.knowledge_checklist{padding:50px 20px}
.knowledge_checklist h3{font-size:1.7rem;margin-bottom:35px}
.knowledge_checklist .cards_wrapper_v1{grid-template-columns:1fr;gap:20px}
.expectations_area{padding:50px 20px}
.expectations_area .split_layout{flex-direction:column;gap:30px}
.expectations_area .portrait_side{flex:0 0 auto;max-width:250px;margin:0 auto}
.expectations_area .testimonial_content h4{font-size:1.6rem}
.cta_section_v3{padding:60px 20px}
.cta_section_v3 h2{font-size:2rem}
.cta_section_v3 .desc_text{font-size:1.05rem}
.cta_section_v3 .button_group{flex-direction:column;align-items:center}
.cta_section_v3 .primary_btn,.cta_section_v3 .secondary_btn{width:100%;max-width:320px}
}
@media (max-width: 375px) {
.prereq_wrapper_v1 .intro_block h1{font-size:1.7rem}
.technical_section .text_content h2{font-size:1.6rem}
.knowledge_checklist h3{font-size:1.5rem}
.knowledge_checklist .skill_card{padding:25px 20px}
.cta_section_v3 h2{font-size:1.8rem}
}
.title_hero_section_v1{position:relative;display:flex;align-items:center;justify-content:center;padding:80px 20px 120px;background:linear-gradient(127deg,#1E0032 0%,#3d1456 100%);overflow:hidden}
.hero_image_collage_wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:12px;opacity:.15;z-index:1}
.collage_fragment_img{width:100%;height:100%;object-fit:cover;filter:grayscale(40%)}
.fragment_shape_1{clip-path:polygon(0 0,100% 0,85% 100%,0% 100%);grid-column:1 / 2;grid-row:1 / 2}
.fragment_shape_2{clip-path:circle(50% at 50% 50%);grid-column:2 / 3;grid-row:1 / 3}
.fragment_shape_3{clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);grid-column:3 / 5;grid-row:2 / 4}
.fragment_shape_4{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);grid-column:4 / 5;grid-row:1 / 2}
.title_content_overlay{position:relative;z-index:2;max-width:980px;text-align:center}
.main_hero_heading_v2{font-size:3.2rem;font-weight:700;color:#ECE9C6;margin:0 0 28px;line-height:1.15;letter-spacing:-.02em}
.hero_description_extended{font-size:1.25rem;line-height:1.7;color:#ece9c6eb;max-width:720px;margin:0 auto}
.wave_divider_bottom{position:absolute;bottom:-2px;left:0;width:100%;height:80px;z-index:3}
.wave_svg_path{fill:#fff}
.adaptive_learning_section_v3{padding:90px 20px;background:linear-gradient(to bottom,#fff 0%,#faf9f5 100%)}
.learning_types_container{max-width:1536px;margin:0 auto}
.section_heading_accent{font-size:2.4rem;font-weight:700;color:#1E0032;margin:0 0 16px;position:relative;display:inline-block}
.section_heading_accent::before{content:"";position:absolute;left:-24px;top:50%;transform:translateY(-50%);width:6px;height:40px;background:linear-gradient(180deg,#E77BFF 0%,#1E0032 100%);border-radius:3px}
.learning_intro_text{font-size:1.1rem;line-height:1.65;color:#3d1456;margin:0 0 60px;max-width:680px}
.learning_methods_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.method_card_wrapper{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #1e00320f;border-left:4px solid #E77BFF;transition:transform .3s ease,box-shadow .3s ease}
.method_card_wrapper:hover{transform:translateY(-6px);box-shadow:0 8px 24px #1e00321f}
.method_icon_svg{width:56px;height:56px;margin-bottom:20px}
.method_title_h4{font-size:1.4rem;font-weight:600;color:#1E0032;margin:0 0 12px}
.method_description_p{font-size:1rem;line-height:1.6;color:#5a4766;margin:0}
.guarantees_security_area{padding:100px 20px;background:linear-gradient(135deg,#1E0032 0%,#2a0847 100%);position:relative;overflow:hidden}
.security_bg_pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.04;background-image:radial-gradient(circle,#E77BFF 2px,transparent 2px);background-size:40px 40px}
.guarantees_inner_wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.guarantees_heading_main{font-size:2.6rem;font-weight:700;color:#ECE9C6;margin:0 0 24px;text-align:center}
.guarantees_subtext{font-size:1.15rem;line-height:1.7;color:#ece9c6d9;text-align:center;max-width:720px;margin:0 auto 70px}
.guarantee_items_flex{display:flex;flex-direction:column;gap:28px}
.guarantee_row_item{display:flex;flex-direction:row;align-items:flex-start;gap:24px;background:#ffffff0d;padding:32px;border-radius:14px;border:1px solid #e77bff33}
.guarantee_icon_circle{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#E77BFF 0%,#a855d4 100%);display:flex;align-items:center;justify-content:center}
.guarantee_icon_inner_svg{width:32px;height:32px}
.guarantee_text_content{flex:1}
.guarantee_item_heading{font-size:1.35rem;font-weight:600;color:#ECE9C6;margin:0 0 10px}
.guarantee_item_desc{font-size:1.05rem;line-height:1.65;color:#ece9c6cc;margin:0}
.team_practitioners_section{padding:90px 20px;background:#fefefe}
.practitioners_container_v2{max-width:1536px;margin:0 auto}
.practitioners_header_box{text-align:center;margin-bottom:70px}
.practitioners_title_h2{font-size:2.5rem;font-weight:700;color:#1E0032;margin:0 0 18px}
.practitioners_intro_para{font-size:1.1rem;line-height:1.7;color:#3d1456;max-width:660px;margin:0 auto}
.team_members_display{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.member_card_unit{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #1e003214;transition:transform .3s ease}
.member_card_unit:hover{transform:scale(1.03)}
.member_photo_box{width:100%;height:320px;overflow:hidden;position:relative}
.member_photo_img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.member_card_unit:hover .member_photo_img{transform:scale(1.08)}
.member_info_section{padding:28px 24px}
.member_name_h5{font-size:1.3rem;font-weight:600;color:#1E0032;margin:0 0 8px}
.member_role_span{display:block;font-size:.95rem;color:#E77BFF;font-weight:500;margin-bottom:14px}
.member_bio_p{font-size:.98rem;line-height:1.6;color:#5a4766;margin:0}
.learning_tools_access_section{padding:100px 20px;background:linear-gradient(157deg,#ECE9C6 0%,#d9d5a8 100%)}
.tools_section_wrapper{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tools_visual_area{position:relative}
.tools_showcase_image{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 32px #1e003226;object-fit:cover}
.tools_text_content_area{display:flex;flex-direction:column;gap:24px}
.tools_heading_h3{font-size:2.3rem;font-weight:700;color:#1E0032;margin:0;position:relative}
.tools_heading_h3::after{content:"";display:block;width:80px;height:5px;background:#E77BFF;margin-top:16px;border-radius:3px}
.tools_description_block{font-size:1.08rem;line-height:1.7;color:#3d1456}
.tools_list_features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.tool_feature_item{display:flex;align-items:flex-start;gap:14px;font-size:1.05rem;color:#1E0032}
.tool_feature_item::before{content:"→";color:#E77BFF;font-weight:700;font-size:1.3rem;flex-shrink:0}
.tools_cta_button_v1{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#1E0032 0%,#3d1456 100%);color:#ECE9C6;text-decoration:none;border-radius:10px;font-size:1.1rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;align-self:flex-start;box-shadow:0 4px 16px #1e003233}
.tools_cta_button_v1:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1e00324d}
@media (max-width: 1366px) {
.tools_section_wrapper{gap:50px}
.main_hero_heading_v2{font-size:2.8rem}
.hero_description_extended{font-size:1.15rem}
}
@media (max-width: 768px) {
.title_hero_section_v1{padding:60px 20px 100px}
.main_hero_heading_v2{font-size:2.2rem}
.hero_description_extended{font-size:1.05rem}
.hero_image_collage_wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}
.fragment_shape_3{grid-column:1 / 3;grid-row:2 / 3}
.adaptive_learning_section_v3{padding:60px 20px}
.section_heading_accent{font-size:2rem}
.learning_methods_grid{grid-template-columns:1fr}
.guarantees_security_area{padding:70px 20px}
.guarantees_heading_main{font-size:2.2rem}
.guarantee_row_item{flex-direction:column;padding:24px}
.team_practitioners_section{padding:60px 20px}
.practitioners_title_h2{font-size:2.1rem}
.team_members_display{grid-template-columns:1fr;gap:32px}
.tools_section_wrapper{grid-template-columns:1fr;gap:40px}
.tools_heading_h3{font-size:2rem}
}
@media (max-width: 375px) {
.main_hero_heading_v2{font-size:1.9rem}
.hero_description_extended{font-size:1rem}
.section_heading_accent{font-size:1.8rem}
.guarantees_heading_main{font-size:1.9rem}
.practitioners_title_h2{font-size:1.85rem}
.tools_heading_h3{font-size:1.8rem}
}
.contact_hero_v1{background:linear-gradient(127deg,#1E0032 0%,#3d1a5c 55%,#E77BFF 100%);padding:92px 24px 86px;position:relative;overflow:hidden}
.contact_hero_v1::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e77bff26 0%,transparent 70%);border-radius:50%}
.hero_content_wrapper{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.contact_hero_v1 .main_heading_v2{font-size:3.2rem;color:#ECE9C6;margin-bottom:18px;font-weight:700;line-height:1.15}
.contact_hero_v1 .subtitle_text_v1{font-size:1.25rem;color:#ece9c6e0;max-width:620px;line-height:1.6}
.info_grid_section_v3{padding:68px 24px;background:#fff}
.info_grid_section_v3 .container{max-width:1536px;margin:0 auto}
.grid_layout_v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.info_card_v2{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);padding:38px 28px;border-radius:12px;box-shadow:0 4px 12px #1e003214;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e77bff1f}
.info_card_v2:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1e003224}
.card_icon_v1{width:56px;height:56px;margin-bottom:22px}
.card_icon_v1 svg{width:100%;height:100%}
.info_card_v2 h3{font-size:1.45rem;color:#1E0032;margin-bottom:14px;font-weight:600}
.info_card_v2 p{font-size:1.05rem;color:#4a4a4a;line-height:1.65;margin-bottom:8px}
.info_card_v2 a{color:#E77BFF;text-decoration:none;transition:color .25s ease}
.info_card_v2 a:hover{color:#1E0032;text-decoration:underline}
.section_intro_v3{text-align:center;margin-bottom:18px}
.section_intro_v3 h2{font-size:2.4rem;color:#1E0032;margin-bottom:16px;font-weight:700}
.section_intro_v3 .desc_text_v2{font-size:1.12rem;color:#5a5a5a;max-width:680px;margin:0 auto;line-height:1.7}
.form_section_main_v1{padding:78px 24px;background:linear-gradient(165deg,#ECE9C6 0%,#f5f3e1 100%)}
.form_section_main_v1 .container{max-width:1536px;margin:0 auto}
.form_wrapper_v2{max-width:820px;margin:0 auto;background:#fff;padding:52px 48px;border-radius:14px;box-shadow:0 8px 28px #1e00321c}
.form_title_v1{font-size:2.1rem;color:#1E0032;margin-bottom:12px;font-weight:700;text-align:center}
.form_subtitle_v1{font-size:1.08rem;color:#6a6a6a;text-align:center;margin-bottom:42px;line-height:1.6}
.form_row_v1{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.input_group_v2{display:flex;flex-direction:column}
.input_group_v2 label{font-size:.96rem;color:#1E0032;margin-bottom:8px;font-weight:500}
.input_group_v2 input,.input_group_v2 select,.input_group_v2 textarea{padding:14px 16px;border:1.5px solid #1e00322e;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}
.input_group_v2 input:focus,.input_group_v2 select:focus,.input_group_v2 textarea:focus{outline:none;border-color:#E77BFF;box-shadow:0 0 0 3px #e77bff1f}
.input_group_v2 textarea{min-height:140px;resize:vertical;font-family:inherit}
.radio_group_container_v1{margin-bottom:24px}
.radio_group_container_v1 h5{font-size:.96rem;color:#1E0032;margin-bottom:14px;font-weight:500}
.radio_options_v1{display:flex;gap:28px;flex-wrap:wrap}
.radio_option_v1{display:flex;align-items:center;gap:10px}
.radio_option_v1 input[type="radio"]{width:20px;height:20px;accent-color:#E77BFF;cursor:pointer}
.radio_option_v1 label{font-size:1rem;color:#4a4a4a;cursor:pointer}
.checkbox_container_v2{margin:32px 0 28px;display:flex;align-items:flex-start;gap:12px}
.checkbox_container_v2 input[type="checkbox"]{width:20px;height:20px;margin-top:2px;accent-color:#E77BFF;cursor:pointer;flex-shrink:0}
.checkbox_container_v2 label{font-size:.94rem;color:#5a5a5a;line-height:1.55}
.checkbox_container_v2 label a{color:#E77BFF;text-decoration:none}
.checkbox_container_v2 label a:hover{text-decoration:underline}
.submit_button_v1{width:100%;padding:16px 32px;background:linear-gradient(135deg,#1E0032 0%,#3d1a5c 100%);color:#ECE9C6;border:none;border-radius:10px;font-size:1.12rem;font-weight:600;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 14px #1e003240}
.submit_button_v1:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e003259}
.submit_button_v1:active{transform:translateY(0)}
.faq_section_v1{padding:72px 24px;background:#fff}
.faq_section_v1 .container{max-width:1536px;margin:0 auto}
.faq_header_v1{text-align:center;margin-bottom:52px}
.faq_header_v1 h2{font-size:2.5rem;color:#1E0032;margin-bottom:14px;font-weight:700}
.faq_list_v1{max-width:880px;margin:0 auto}
.faq_item_v1{margin-bottom:18px;border:1px solid #1e003224;border-radius:10px;overflow:hidden}
.faq_question_v1{width:100%;padding:22px 26px;background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border:none;text-align:left;font-size:1.15rem;font-weight:600;color:#1E0032;cursor:pointer;transition:background .3s ease;display:flex;justify-content:space-between;align-items:center}
.faq_question_v1:hover{background:linear-gradient(135deg,#ECE9C6 0%,#f5f3e1 100%)}
.faq_question_v1::after{content:'+';font-size:1.6rem;color:#E77BFF;font-weight:400;transition:transform .3s ease}
.faq_answer_v1{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#fafafa}
.faq_answer_v1 p{padding:0 26px;font-size:1.02rem;color:#5a5a5a;line-height:1.7}
.faq_item_v1 input[type="checkbox"]{display:none}
.faq_item_v1 input[type="checkbox"]:checked ~ .faq_answer_v1{max-height:400px;padding:22px 0}
.faq_item_v1 input[type="checkbox"]:checked ~ .faq_question_v1::after{transform:rotate(45deg)}
.hours_section_v2{padding:68px 24px;background:linear-gradient(148deg,#1E0032 0%,#2a0d45 100%)}
.hours_section_v2 .container{max-width:1536px;margin:0 auto}
.hours_content_v1{text-align:center;max-width:720px;margin:0 auto}
.hours_content_v1 h2{font-size:2.3rem;color:#ECE9C6;margin-bottom:28px;font-weight:700}
.hours_grid_v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:38px}
.day_block_v1{background:#ece9c614;padding:24px 20px;border-radius:10px;border:1px solid #e77bff38}
.day_block_v1 h6{font-size:1.08rem;color:#E77BFF;margin-bottom:8px;font-weight:600}
.day_block_v1 p{font-size:1rem;color:#ece9c6d9;line-height:1.5}
.cta_final_section_v1{padding:82px 24px;background:linear-gradient(172deg,#ECE9C6 0%,#fff 100%);text-align:center}
.cta_final_section_v1 .container{max-width:1536px;margin:0 auto}
.cta_final_section_v1 h2{font-size:2.6rem;color:#1E0032;margin-bottom:18px;font-weight:700}
.cta_final_section_v1 p{font-size:1.15rem;color:#5a5a5a;margin-bottom:32px;line-height:1.65;max-width:640px;margin-left:auto;margin-right:auto}
.cta_button_v2{display:inline-block;padding:16px 42px;background:linear-gradient(125deg,#E77BFF 0%,#c955e0 100%);color:#1E0032;text-decoration:none;border-radius:10px;font-size:1.1rem;font-weight:600;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 5px 16px #e77bff59}
.cta_button_v2:hover{transform:translateY(-3px);box-shadow:0 8px 24px #e77bff73}
@media (max-width: 768px) {
.contact_hero_v1{padding:64px 20px 58px}
.contact_hero_v1 .main_heading_v2{font-size:2.2rem}
.contact_hero_v1 .subtitle_text_v1{font-size:1.08rem}
.form_row_v1{grid-template-columns:1fr}
.form_wrapper_v2{padding:38px 28px}
.form_title_v1{font-size:1.75rem}
.radio_options_v1{flex-direction:column;gap:14px}
.hours_grid_v1{grid-template-columns:1fr}
.section_intro_v3 h2{font-size:1.95rem}
.faq_header_v1 h2{font-size:2rem}
.cta_final_section_v1 h2{font-size:2.1rem}
}
@media (max-width: 1366px) {
.contact_hero_v1 .main_heading_v2{font-size:2.8rem}
.grid_layout_v1{gap:28px}
}
.hero_about_v1{background:linear-gradient(142deg,#1E0032 0%,#4A0E6B 100%);padding:86px 24px;position:relative;overflow:hidden}
.hero_about_v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e77bff26 0%,transparent 70%);border-radius:50%}
.hero_wrapper_container{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.hero_about_v1 h1{font-size:3.2rem;color:#ECE9C6;margin-bottom:22px;font-weight:700;line-height:1.2}
.hero_about_v1 .intro_text_v2{font-size:1.25rem;color:#E77BFF;max-width:720px;line-height:1.6}
.mission_split_v3{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1536px;margin:94px auto;padding:0 24px;align-items:center}
.mission_content_box{padding:42px;background:linear-gradient(168deg,#ECE9C6 0%,#f5f3dc 100%);border-radius:12px;box-shadow:0 8px 24px #1e00321f}
.mission_content_box h2{font-size:2.4rem;color:#1E0032;margin-bottom:26px;font-weight:700}
.mission_content_box p{font-size:1.05rem;color:#2a1a3e;line-height:1.7;margin-bottom:18px}
.mission_img_holder{border-radius:12px;overflow:hidden;box-shadow:0 12px 36px #1e00322e}
.mission_img_holder img{width:100%;height:480px;object-fit:cover;display:block}
.story_timeline_v1{background:linear-gradient(215deg,#1E0032 0%,#2d0a4a 100%);padding:92px 24px;position:relative}
.story_timeline_v1::after{content:'';position:absolute;bottom:-10%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ece9c614 0%,transparent 70%);border-radius:50%}
.timeline_container_v2{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.timeline_container_v2 h2{font-size:2.6rem;color:#E77BFF;text-align:center;margin-bottom:64px;font-weight:700}
.timeline_grid_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.timeline_milestone{background:#ece9c60d;padding:36px;border-radius:10px;border-left:4px solid #E77BFF;transition:all .3s ease}
.timeline_milestone:hover{transform:translateY(-6px);box-shadow:0 16px 32px #e77bff33;background:#ece9c617}
.timeline_milestone h4{font-size:1.1rem;color:#ECE9C6;margin-bottom:16px;font-weight:600}
.timeline_milestone h5{font-size:1.4rem;color:#E77BFF;margin-bottom:14px;font-weight:700}
.timeline_milestone p{font-size:.98rem;color:#d4d1b8;line-height:1.6}
.team_showcase_v2{max-width:1536px;margin:86px auto;padding:0 24px}
.team_showcase_v2 h2{font-size:2.5rem;color:#1E0032;margin-bottom:18px;font-weight:700;text-align:center}
.team_showcase_v2 .section_intro_v1{font-size:1.1rem;color:#4a3f5c;text-align:center;max-width:680px;margin:0 auto 52px;line-height:1.6}
.team_member_card_v3{display:grid;grid-template-columns:320px 1fr;gap:56px;background:linear-gradient(135deg,#ECE9C6 0%,#f8f6e3 100%);padding:48px;border-radius:14px;box-shadow:0 10px 28px #1e00321c;align-items:center}
.member_photo_v1{border-radius:10px;overflow:hidden;box-shadow:0 8px 22px #1e003226}
.member_photo_v1 img{width:100%;height:380px;object-fit:cover;display:block}
.member_info_v2 h3{font-size:2rem;color:#1E0032;margin-bottom:8px;font-weight:700}
.member_info_v2 .role_tag_v1{display:inline-block;background:#E77BFF;color:#1E0032;padding:6px 18px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:24px}
.member_info_v2 p{font-size:1.05rem;color:#3a2f4d;line-height:1.7;margin-bottom:16px}
.values_grid_section{background:linear-gradient(188deg,#f9f7e8 0%,#ECE9C6 100%);padding:88px 24px}
.values_wrapper_v1{max-width:1536px;margin:0 auto}
.values_wrapper_v1 h2{font-size:2.5rem;color:#1E0032;text-align:center;margin-bottom:58px;font-weight:700}
.values_blocks_v2{display:grid;grid-template-columns:repeat(2,1fr);gap:42px}
.value_item_v3{background:#fff;padding:38px;border-radius:12px;box-shadow:0 6px 18px #1e003214;border-top:3px solid #E77BFF;transition:all .3s ease}
.value_item_v3:hover{transform:translateY(-4px);box-shadow:0 14px 32px #1e003224}
.value_item_v3 h4{font-size:1.5rem;color:#1E0032;margin-bottom:16px;font-weight:700}
.value_item_v3 p{font-size:1rem;color:#4f4562;line-height:1.65}
.approach_visual_v1{max-width:1536px;margin:94px auto;padding:0 24px}
.approach_visual_v1 h2{font-size:2.5rem;color:#1E0032;margin-bottom:48px;font-weight:700;text-align:center}
.approach_dual_layout{display:grid;grid-template-columns:1.2fr 1fr;gap:58px;align-items:start}
.approach_content_v2{display:flex;flex-direction:column;gap:32px}
.approach_point_v1{background:linear-gradient(155deg,#ECE9C6 0%,#f3f1d8 100%);padding:32px;border-radius:10px;border-left:5px solid #1E0032;box-shadow:0 4px 14px #1e003217}
.approach_point_v1 h5{font-size:1.35rem;color:#1E0032;margin-bottom:12px;font-weight:700}
.approach_point_v1 p{font-size:1rem;color:#3d3350;line-height:1.65}
.approach_image_holder{border-radius:12px;overflow:hidden;box-shadow:0 12px 36px #1e003229;position:sticky;top:24px}
.approach_image_holder img{width:100%;height:620px;object-fit:cover;display:block}
.tech_showcase_v2{background:linear-gradient(162deg,#1E0032 0%,#2f0d4f 100%);padding:86px 24px;position:relative;overflow:hidden}
.tech_showcase_v2::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#e77bff1f 0%,transparent 70%);border-radius:50%}
.tech_wrapper_main{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.tech_wrapper_main h2{font-size:2.5rem;color:#E77BFF;text-align:center;margin-bottom:22px;font-weight:700}
.tech_wrapper_main .tech_intro_p{font-size:1.12rem;color:#ECE9C6;text-align:center;max-width:760px;margin:0 auto 54px;line-height:1.65}
.tech_features_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.tech_feature_box{background:#ece9c60f;padding:34px;border-radius:10px;border:1px solid #e77bff33;transition:all .3s ease}
.tech_feature_box:hover{background:#ece9c61c;border-color:#e77bff66;transform:translateY(-5px);box-shadow:0 14px 28px #e77bff26}
.tech_feature_box h6{font-size:1.3rem;color:#E77BFF;margin-bottom:14px;font-weight:700}
.tech_feature_box p{font-size:.98rem;color:#d6d3bc;line-height:1.6}
.cta_final_v3{max-width:1536px;margin:92px auto;padding:0 24px}
.cta_box_centered{background:linear-gradient(148deg,#E77BFF 0%,#c65fd9 100%);padding:68px 48px;border-radius:14px;text-align:center;box-shadow:0 16px 42px #e77bff47}
.cta_box_centered h2{font-size:2.4rem;color:#1E0032;margin-bottom:18px;font-weight:700}
.cta_box_centered p{font-size:1.15rem;color:#2a0a42;max-width:640px;margin:0 auto 32px;line-height:1.65}
.cta_btn_v2{display:inline-block;background:#1E0032;color:#E77BFF;padding:16px 42px;border-radius:8px;font-size:1.08rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 18px #1e00324d;position:relative;z-index:10}
.cta_btn_v2:hover{background:#2f0a4a;transform:translateY(-3px);box-shadow:0 10px 26px #1e003266;color:#ECE9C6}
@media (max-width: 1366px) {
.hero_about_v1 h1{font-size:2.8rem}
.mission_split_v3{gap:48px}
.timeline_grid_v1{gap:36px}
.approach_dual_layout{gap:44px}
}
@media (max-width: 768px) {
.hero_about_v1{padding:64px 20px}
.hero_about_v1 h1{font-size:2.2rem}
.hero_about_v1 .intro_text_v2{font-size:1.1rem}
.mission_split_v3{grid-template-columns:1fr;gap:38px;margin:64px auto}
.mission_img_holder img{height:320px}
.story_timeline_v1{padding:68px 20px}
.timeline_grid_v1{grid-template-columns:1fr;gap:28px}
.team_member_card_v3{grid-template-columns:1fr;gap:32px;padding:32px}
.member_photo_v1 img{height:320px}
.values_blocks_v2{grid-template-columns:1fr;gap:28px}
.approach_dual_layout{grid-template-columns:1fr;gap:38px}
.approach_image_holder{position:relative;top:0}
.approach_image_holder img{height:360px}
.tech_features_grid{grid-template-columns:1fr;gap:24px}
.cta_box_centered{padding:48px 28px}
.cta_box_centered h2{font-size:2rem}
}
@media (max-width: 375px) {
.hero_about_v1 h1{font-size:1.9rem}
.mission_content_box{padding:28px}
.timeline_milestone{padding:24px}
.team_member_card_v3{padding:24px}
.value_item_v3{padding:28px}
.cta_box_centered{padding:38px 20px}
}
.learning_program_hero{background:linear-gradient(142deg,#1E0032 0%,#4a1a5e 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.learning_program_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e77bff26 0%,transparent 70%);border-radius:50%}
.hero_content_wrapper{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.hero_content_wrapper h1{color:#ECE9C6;font-size:3.2rem;line-height:1.15;margin:0 0 24px;font-weight:700}
.hero_content_wrapper .intro_text{color:#E77BFF;font-size:1.25rem;line-height:1.6;max-width:680px;margin:0 0 36px}
.hero_stats_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;max-width:800px;margin-top:48px}
.stat_item_v1{background:#ece9c614;padding:28px 24px;border-radius:12px;border-left:4px solid #E77BFF;transition:transform .3s ease,background .3s ease}
.stat_item_v1:hover{transform:translateY(-4px);background:#ece9c61f}
.stat_item_v1 .number_display{color:#ECE9C6;font-size:2.4rem;font-weight:700;display:block;margin-bottom:8px}
.stat_item_v1 .label_text{color:#ece9c6d9;font-size:.95rem;line-height:1.4}
.curriculum_layout_section{padding:100px 20px;background:linear-gradient(268deg,#ECE9C6 0%,#f5f3dc 100%);position:relative}
.curriculum_layout_section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#1E0032 0%,#E77BFF 50%,#1E0032 100%)}
.curriculum_container{max-width:1536px;margin:0 auto}
.section_header_v2{text-align:center;margin-bottom:64px}
.section_header_v2 h2{color:#1E0032;font-size:2.6rem;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.section_header_v2 h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#E77BFF;border-radius:2px}
.section_header_v2 .description_block{color:#1E0032;font-size:1.1rem;line-height:1.7;max-width:720px;margin:28px auto 0;opacity:.88}
.modules_asymmetric_grid{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;align-items:start}
.visual_column{position:sticky;top:120px}
.educator_profile_card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 24px #1e00321a;border:2px solid #e77bff33}
.educator_profile_card img{width:100%;height:340px;object-fit:cover;border-radius:12px;margin-bottom:24px}
.educator_profile_card h4{color:#1E0032;font-size:1.5rem;margin:0 0 8px;font-weight:700}
.educator_profile_card .role_label{color:#E77BFF;font-size:1rem;margin-bottom:18px;display:block;font-weight:600}
.educator_profile_card .bio_snippet{color:#1E0032;font-size:.95rem;line-height:1.6;opacity:.82}
.content_column{display:flex;flex-direction:column;gap:24px}
.module_card_design{background:#fff;border-radius:14px;padding:32px;box-shadow:0 4px 16px #1e003214;border-left:5px solid #1E0032;transition:all .3s ease;position:relative}
.module_card_design:hover{box-shadow:0 8px 28px #1e003224;transform:translateX(6px);border-left-color:#E77BFF}
.module_card_design .module_number{position:absolute;top:16px;right:24px;width:48px;height:48px;background:linear-gradient(135deg,#E77BFF 0%,#b860cc 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}
.module_card_design h5{color:#1E0032;font-size:1.35rem;margin:0 0 14px;font-weight:700;padding-right:60px}
.module_card_design .topics_list_v1{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.module_card_design .topics_list_v1 li{color:#1E0032;font-size:.95rem;line-height:1.5;padding-left:28px;position:relative;opacity:.85}
.module_card_design .topics_list_v1 li::before{content:'';position:absolute;left:0;top:7px;width:16px;height:16px;background:#E77BFF;border-radius:3px;transform:rotate(45deg)}
.enrollment_diagonal_section{background:linear-gradient(155deg,#1E0032 0%,#2d0a47 60%,#1E0032 100%);padding:90px 20px;position:relative;overflow:hidden}
.enrollment_diagonal_section::before{content:'';position:absolute;top:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ece9c614 0%,transparent 70%);border-radius:50%}
.enrollment_split_layout{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}
.enrollment_info_side h3{color:#ECE9C6;font-size:2.4rem;margin:0 0 28px;font-weight:700;line-height:1.2}
.enrollment_info_side .benefit_points{display:flex;flex-direction:column;gap:22px;margin-bottom:42px}
.benefit_item_layout{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start}
.benefit_item_layout .icon_shape{width:42px;height:42px;background:linear-gradient(135deg,#E77BFF 0%,#b860cc 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.benefit_item_layout .icon_shape svg{width:22px;height:22px;fill:#fff}
.benefit_item_layout .text_content h6{color:#E77BFF;font-size:1.1rem;margin:0 0 6px;font-weight:600}
.benefit_item_layout .text_content p{color:#ece9c6e0;font-size:.95rem;line-height:1.6;margin:0}
.enrollment_visual_side{position:relative}
.testimonial_box_v2{background:#ece9c60f;border:2px solid #e77bff4d;border-radius:16px;padding:36px;position:relative}
.testimonial_box_v2::before{content:'"';position:absolute;top:-20px;left:24px;color:#E77BFF;opacity:.3;font:6rem/1 Georgia,serif}
.testimonial_box_v2 .quote_text{color:#ECE9C6;font-size:1.05rem;line-height:1.7;margin:0 0 24px;position:relative;z-index:2}
.author_info_flex{display:flex;align-items:center;gap:18px}
.author_info_flex img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #E77BFF}
.author_info_flex .details_block{display:flex;flex-direction:column}
.author_info_flex .name_display{color:#ECE9C6;font-size:1.1rem;font-weight:600;margin-bottom:4px}
.author_info_flex .position_label{color:#e77bffe6;font-size:.9rem}
.cta_button_primary{display:inline-block;background:linear-gradient(135deg,#E77BFF 0%,#b860cc 100%);color:#fff;padding:16px 42px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #e77bff4d;border:none;cursor:pointer;position:relative;z-index:10}
.cta_button_primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #e77bff73;background:linear-gradient(135deg,#f08aff 0%,#c46fd8 100%)}
.showcase_image_wrapper{margin-top:48px;border-radius:14px;overflow:hidden;box-shadow:0 12px 32px #1e003233}
.showcase_image_wrapper img{width:100%;height:420px;object-fit:cover;display:block}
@media (max-width: 1366px) {
.hero_content_wrapper h1{font-size:2.6rem}
.modules_asymmetric_grid{grid-template-columns:1fr}
.visual_column{position:static;order:-1}
.enrollment_split_layout{grid-template-columns:1fr;gap:48px}
}
@media (max-width: 768px) {
.learning_program_hero{padding:80px 20px 60px}
.hero_content_wrapper h1{font-size:2rem}
.hero_content_wrapper .intro_text{font-size:1.1rem}
.hero_stats_grid{grid-template-columns:1fr;gap:20px}
.curriculum_layout_section{padding:70px 20px}
.section_header_v2 h2{font-size:2rem}
.section_header_v2 .description_block{font-size:1rem}
.educator_profile_card img{height:280px}
.module_card_design{padding:24px}
.module_card_design .module_number{position:static;margin-bottom:16px}
.module_card_design h5{padding-right:0;font-size:1.2rem}
.enrollment_diagonal_section{padding:70px 20px}
.enrollment_info_side h3{font-size:1.9rem}
.benefit_item_layout{grid-template-columns:1fr;gap:12px}
.testimonial_box_v2{padding:28px 20px}
.showcase_image_wrapper img{height:280px}
}
@media (max-width: 375px) {
.hero_content_wrapper h1{font-size:1.75rem}
.section_header_v2 h2{font-size:1.75rem}
.module_card_design h5{font-size:1.1rem}
.enrollment_info_side h3{font-size:1.65rem}
}
.tracking-info-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:#1E0032;background:linear-gradient(135deg,#fff 0%,#f8f7f9 100%)}
.tracking-info-container h1{font-size:2.75rem;font-weight:700;margin-bottom:2rem;color:#1E0032;line-height:1.2;border-bottom:4px solid #E77BFF;padding-bottom:1rem}
.tracking-info-container h2{font-size:2rem;font-weight:600;margin-top:3.5rem;margin-bottom:1.5rem;color:#1E0032;background:linear-gradient(90deg,#E77BFF15 0%,transparent 100%);padding:1rem 1.25rem;border-left:5px solid #E77BFF}
.tracking-info-container h3{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1.25rem;color:#1E0032;padding-left:.75rem;border-left:3px solid #ECE9C6}
.tracking-info-container h4{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#1E0032}
.tracking-info-container p{margin-bottom:1.25rem;font-size:1.05rem;color:#1E0032}
.tracking-info-container .intro-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #1e003214;margin-bottom:2.5rem}
.tracking-info-container .content-section{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 12px #1e00320d}
.tracking-info-container ul{margin:1.5rem 0;padding-left:0;list-style:none}
.tracking-info-container li{margin-bottom:1.25rem;padding-left:2rem;position:relative;font-size:1.05rem;line-height:1.7}
.tracking-info-container li::before{content:'→';position:absolute;left:0;color:#E77BFF;font-weight:700;font-size:1.2rem}
.tracking-info-container .subsection{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#ECE9C610 0%,#E77BFF08 100%);border-radius:6px}
.privacy-container{max-width:1200px;margin:0 auto;padding:60px 20px;background:#FFF;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:#2A2A2A}
.privacy-container h1{font-size:2.8rem;font-weight:800;color:#1E0032;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.5px}
.privacy-container h2{font-size:2rem;font-weight:700;color:#1E0032;margin-top:3rem;margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:3px solid #E77BFF}
.privacy-container h3{font-size:1.5rem;font-weight:600;color:#1E0032;margin-top:2rem;margin-bottom:1rem}
.privacy-container h4{font-size:1.2rem;font-weight:600;color:#1E0032;margin-top:1.5rem;margin-bottom:.8rem}
.privacy-container p{margin-bottom:1.2rem;color:#3A3A3A;font-size:1.05rem}
.privacy-container ul{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-container li{position:relative;padding-left:2rem;margin-bottom:1rem;color:#3A3A3A;font-size:1.05rem;line-height:1.6}
.privacy-container li:before{content:"→";position:absolute;left:0;color:#E77BFF;font-weight:700}
.privacy-container span{background:linear-gradient(135deg,#ECE9C6 0%,#F5F3E0 100%);padding:2px 8px;border-radius:4px;font-weight:600;color:#1E0032}
.intro-section{background:linear-gradient(135deg,#F8F8F8 0%,#FFF 100%);padding:2rem;border-radius:12px;border-left:4px solid #E77BFF;margin-bottom:2.5rem;box-shadow:0 2px 8px #1e00320d}
.highlight-box{background:linear-gradient(135deg,#FAF9F0 0%,#FFF 100%);padding:1.5rem;border-radius:8px;border:1px solid #ECE9C6;margin:1.5rem 0}
.section-divider{height:2px;background:linear-gradient(90deg,#E77BFF 0%,#ECE9C6 100%);margin:3rem 0;border:none;opacity:.3}
.success_page_v1{background:linear-gradient(162deg,#ECE9C6 0%,#fff 45%,#f8f4ff 100%);padding:80px 20px 100px}
.success_container_v1{max-width:1536px;margin:auto;display:flex;flex-direction:column;align-items:center;gap:60px}
.confirmation_header_block{text-align:center;max-width:720px;padding:50px 40px;background:linear-gradient(238deg,#ece9c64d 0%,#e77bff14 100%);border-radius:16px;box-shadow:0 8px 24px #1e00320f;position:relative}
.confirmation_header_block::before{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(145deg,#E77BFF 0%,#1E0032 100%);border-radius:16px;z-index:-1;opacity:.15}
.check_icon_wrapper{width:96px;height:96px;margin:0 auto 28px;background:linear-gradient(135deg,#E77BFF 0%,#1E0032 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #e77bff4d;animation:pulse_check 2s ease-in-out infinite}
@keyframes pulse_check {
0%,100%{transform:scale(1);box-shadow:0 12px 32px #e77bff4d}
50%{transform:scale(1.05);box-shadow:0 16px 40px #e77bff73}
}
.check_icon_wrapper svg{width:52px;height:52px}
.confirmation_header_block h1{font-size:42px;line-height:1.2;color:#1E0032;margin:0 0 20px;font-weight:700}
.confirmation_header_block .subtitle_text_v1{font-size:19px;line-height:1.6;color:#4a3557;margin:0}
.next_actions_section{width:100%;max-width:920px;background:#fff;border-radius:12px;padding:56px 48px;box-shadow:0 6px 20px #1e003214}
.next_actions_section h2{font-size:32px;line-height:1.3;color:#1E0032;margin:0 0 16px;font-weight:600}
.intro_description_v1{font-size:17px;line-height:1.7;color:#5a4a6b;margin:0 0 44px}
.steps_grid_container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:48px}
.step_card_v1{background:linear-gradient(156deg,#ece9c640 0%,#fff6 100%);padding:32px 28px;border-radius:10px;border:2px solid #e77bff1f;transition:all .3s ease;position:relative}
.step_card_v1:hover{transform:translateY(-4px);box-shadow:0 12px 28px #e77bff2e;border-color:#e77bff59}
.step_number_badge{position:absolute;top:-14px;left:24px;width:38px;height:38px;background:linear-gradient(128deg,#E77BFF 0%,#1E0032 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;box-shadow:0 4px 12px #e77bff66}
.step_card_v1 h5{font-size:21px;line-height:1.3;color:#1E0032;margin:0 0 12px;font-weight:600}
.step_card_v1 p{font-size:16px;line-height:1.65;color:#5a4a6b;margin:0}
.cta_buttons_wrapper{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.primary_action_btn{background:linear-gradient(142deg,#E77BFF 0%,#1E0032 100%);color:#fff;padding:16px 38px;border-radius:10px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 18px #e77bff4d;border:none;cursor:pointer}
.primary_action_btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px #e77bff73}
.secondary_action_btn{background:#fff;color:#1E0032;padding:16px 38px;border-radius:10px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #E77BFF;cursor:pointer}
.secondary_action_btn:hover{background:#e77bff14;transform:translateY(-2px)}
@media (max-width: 768px) {
.success_page_v1{padding:50px 16px 70px}
.success_container_v1{gap:40px}
.confirmation_header_block{padding:36px 24px}
.check_icon_wrapper{width:76px;height:76px;margin-bottom:20px}
.check_icon_wrapper svg{width:40px;height:40px}
.confirmation_header_block h1{font-size:32px}
.confirmation_header_block .subtitle_text_v1{font-size:17px}
.next_actions_section{padding:40px 24px}
.next_actions_section h2{font-size:26px}
.intro_description_v1{font-size:16px;margin-bottom:32px}
.steps_grid_container{grid-template-columns:1fr;gap:24px;margin-bottom:36px}
.step_card_v1{padding:28px 20px}
.step_card_v1 h5{font-size:19px}
.cta_buttons_wrapper{flex-direction:column;gap:14px}
.primary_action_btn,.secondary_action_btn{width:100%;text-align:center;padding:15px 28px}
}
@media (max-width: 375px) {
.confirmation_header_block h1{font-size:28px}
.next_actions_section h2{font-size:24px}
}