*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Exo 2',sans-serif;background:#F7F6F1;color:#0E0E37;line-height:1.6}
.header_container{max-width:1400px;margin:0 auto;padding:20px 30px}
.header_grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:18px 22px;align-items:center}
.logo_area{grid-column:1;grid-row:1}
.logo_link{display:inline-block}
.site_logo{width:110px;height:110px;display:block;background:linear-gradient(135deg,#dd00ec14 0%,#0e0e370d 100%);padding:12px;border-radius:4px;box-shadow:0 4px 16px #0e0e3714}
.company_area{grid-column:2;grid-row:1;text-align:right}
.company_name{font-size:32px;font-weight:700;color:#DD00EC;letter-spacing:-.5px}
.main_nav{grid-column:1 / -1;grid-row:2;margin-top:12px}
.nav_list{display:flex;list-style:none;gap:8px;justify-content:center;flex-wrap:wrap}
.nav_item{flex-shrink:0}
.nav_link{display:block;padding:12px 24px;color:#0E0E37;text-decoration:none;font-weight:600;border-radius:3px;transition:background-color .2s ease,color .2s ease;background:#dd00ec0d}
.nav_link:hover{background:#DD00EC;color:#F7F6F1}
.footer_container{max-width:1400px;margin:0 auto;padding:50px 30px 30px;background:linear-gradient(180deg,#0e0e3708 0%,#dd00ec0a 100%)}
.footer_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px}
.footer_logo_section{display:flex;align-items:flex-start}
.footer_logo{width:90px;height:90px}
.footer_nav_section{display:flex;justify-content:center}
.footer_links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item{text-align:center}
.footer_link{color:#0E0E37;text-decoration:none;font-size:15px;transition:color .2s ease}
.footer_link:hover{color:#DD00EC}
.footer_contact_section{display:flex;flex-direction:column;gap:14px;text-align:right}
.contact_item{display:flex;align-items:center;justify-content:flex-end;gap:10px;font-size:14px}
.contact_item i{color:#DD00EC;font-size:16px}
.contact_item a{color:#0E0E37;text-decoration:none;transition:color .2s ease}
.contact_item a:hover{color:#DD00EC}
.footer_copyright{text-align:center;padding-top:30px;border-top:1px solid #0e0e371a;font-size:14px;color:#0e0e37b3}
.cookie_popup{position:fixed;top:20px;left:50%;transform:translateX(-50%);max-width:800px;width:90%;background:#F7F6F1;border:2px solid #DD00EC;border-radius:5px;box-shadow:0 12px 32px #0e0e3733;z-index:10000;display:none;opacity:0;transition:opacity .3s ease}
.cookie_popup.show{opacity:1;display:block}
.cookie_popup.fade_out{opacity:0}
.cookie_content{padding:30px}
.cookie_title{font-size:24px;font-weight:700;color:#0E0E37;margin-bottom:12px}
.cookie_text{font-size:15px;color:#0e0e37d9;margin-bottom:20px;line-height:1.5}
.cookie_actions{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.cookie_btn{padding:12px 24px;border:none;border-radius:4px;font-family:'Exo 2',sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.cookie_btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0e0e3726}
.accept_btn{background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1}
.decline_btn{background:linear-gradient(135deg,#0E0E37 0%,#0e0e37b3 100%);color:#F7F6F1}
.customize_btn{background:#F7F6F1;color:#0E0E37;border:2px solid #DD00EC}
.save_btn{background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1;margin-top:16px}
.cookie_customize{display:none;margin-top:20px;padding:20px;background:#dd00ec0d;border-radius:4px}
.cookie_option{margin-bottom:14px}
.cookie_label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;color:#0E0E37}
.cookie_checkbox{width:20px;height:20px;cursor:pointer}
.cookie_settings_icon{position:fixed;bottom:30px;right:30px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);border:none;color:#F7F6F1;font-size:24px;cursor:pointer;box-shadow:0 8px 24px #dd00ec4d;display:none;z-index:9999;transition:transform .2s ease}
.cookie_settings_icon:hover{transform:scale(1.1)}
@media (max-width: 968px) {
.header_grid{grid-template-columns:1fr;gap:16px}
.logo_area{grid-column:1;grid-row:1;text-align:center}
.company_area{grid-column:1;grid-row:2;text-align:center}
.main_nav{grid-column:1;grid-row:3;margin-top:8px}
.nav_list{flex-direction:column;align-items:stretch}
.nav_link{text-align:center}
.footer_grid{grid-template-columns:1fr;gap:30px}
.footer_logo_section{justify-content:center}
.footer_nav_section{justify-content:center}
.footer_contact_section{text-align:center}
.contact_item{justify-content:center}
.cookie_popup{width:95%;top:10px}
.cookie_content{padding:20px}
.cookie_actions{flex-direction:column}
.cookie_btn{width:100%}
}
@media (max-width: 480px) {
.header_container{padding:15px 20px}
.site_logo{width:80px;height:80px}
.company_name{font-size:24px}
.nav_link{padding:10px 18px;font-size:14px}
.footer_container{padding:40px 20px 20px}
.footer_logo{width:70px;height:70px}
.cookie_settings_icon{width:48px;height:48px;bottom:20px;right:20px;font-size:20px}
}
.legal-section{max-width:1400px;margin:0 auto;padding:80px 20px;background:#F7F6F1}
.legal-section h1{font-size:48px;line-height:1.2;color:#0E0E37;margin:0 0 32px;font-weight:700;letter-spacing:-.5px}
.legal-section h2{font-size:36px;line-height:1.3;color:#0E0E37;margin:64px 0 24px;font-weight:600;letter-spacing:-.3px}
.legal-section h3{font-size:28px;line-height:1.4;color:#0E0E37;margin:48px 0 20px;font-weight:600}
.legal-section h4{font-size:22px;line-height:1.4;color:#0E0E37;margin:36px 0 16px;font-weight:600}
.legal-section h5{font-size:18px;line-height:1.5;color:#0E0E37;margin:28px 0 14px;font-weight:600}
.legal-section h6{font-size:16px;line-height:1.5;color:#0E0E37;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.legal-section p{font-size:17px;line-height:1.8;color:#0E0E37;margin:0 0 24px;max-width:780px}
.legal-section ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:disc}
.legal-section ol{margin:0 0 24px;padding:0 0 0 32px;list-style-type:decimal}
.legal-section li{font-size:17px;line-height:1.8;color:#0E0E37;margin:0 0 12px;padding-left:8px}
.legal-section ul ul{margin:12px 0;padding:0 0 0 24px;list-style-type:circle}
.legal-section ol ol{margin:12px 0;padding:0 0 0 24px;list-style-type:lower-alpha}
.legal-section ul li:last-child{margin-bottom:0}
.legal-section ol li:last-child{margin-bottom:0}
.legal-section em{font-style:italic;color:#0E0E37}
.legal-section i{font-style:italic;color:#0E0E37}
.legal-section a{color:#DD00EC;text-decoration:underline;transition:color .2s ease}
.legal-section a:hover{color:#0E0E37}
.legal-section a:focus{outline:2px solid #DD00EC;outline-offset:2px;border-radius:2px}
.legal-section table{width:100%;max-width:100%;margin:0 0 32px;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 4px 16px #0e0e3714}
.legal-section thead{background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%)}
.legal-section tbody{background:#fff}
.legal-section tr{border-bottom:1px solid #0e0e371a}
.legal-section tbody tr:last-child{border-bottom:none}
.legal-section tbody tr:hover{background:#dd00ec08}
.legal-section th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#F7F6F1;letter-spacing:.3px;text-transform:uppercase}
.legal-section td{padding:16px 20px;font-size:16px;line-height:1.6;color:#0E0E37}
.legal-section div{margin:0}
@media (max-width: 1024px) {
.legal-section{padding:60px 32px}
.legal-section h1{font-size:40px;margin-bottom:28px}
.legal-section h2{font-size:32px;margin-top:52px;margin-bottom:20px}
.legal-section h3{font-size:24px;margin-top:40px}
.legal-section p{font-size:16px}
.legal-section li{font-size:16px}
.legal-section table{font-size:15px}
}
@media (max-width: 768px) {
.legal-section{padding:48px 20px}
.legal-section h1{font-size:32px;margin-bottom:24px}
.legal-section h2{font-size:26px;margin-top:44px;margin-bottom:18px}
.legal-section h3{font-size:22px;margin-top:36px}
.legal-section h4{font-size:20px}
.legal-section p{font-size:16px;line-height:1.7;margin-bottom:20px}
.legal-section ul{padding-left:24px}
.legal-section ol{padding-left:24px}
.legal-section li{font-size:16px;line-height:1.7}
.legal-section table{display:block;overflow-x:auto;white-space:nowrap}
.legal-section th{padding:14px 16px;font-size:14px}
.legal-section td{padding:12px 16px;font-size:15px}
}
@media (max-width: 480px) {
.legal-section{padding:40px 16px}
.legal-section h1{font-size:28px;margin-bottom:20px}
.legal-section h2{font-size:24px;margin-top:36px;margin-bottom:16px}
.legal-section h3{font-size:20px;margin-top:28px}
.legal-section h4{font-size:18px}
.legal-section h5{font-size:16px}
.legal-section p{font-size:15px;margin-bottom:18px}
.legal-section ul{padding-left:20px;margin-bottom:20px}
.legal-section ol{padding-left:20px;margin-bottom:20px}
.legal-section li{font-size:15px;margin-bottom:10px}
.legal-section th{padding:12px;font-size:13px}
.legal-section td{padding:10px 12px;font-size:14px}
}
.title_wrap{display:flex;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 2rem;position:relative}
.title_wrap::before,.title_wrap::after{content:'';position:absolute;width:8px;height:8px;background:radial-gradient(circle,#DD00EC 2px,transparent 2px);background-size:4px 4px}
.title_wrap::before{top:20px;left:20px;width:40px;height:40px}
.title_wrap::after{bottom:20px;right:20px;width:40px;height:40px}
.title_txt{flex:1;display:flex;flex-direction:column;gap:1.5rem}
.title_txt h1{font-size:2.8rem;line-height:1.2;color:#0E0E37;margin:0}
.title_txt .intro{font-size:1.2rem;line-height:1.6;color:#0E0E37;opacity:.85}
.title_txt .detail{font-size:1.05rem;line-height:1.7;color:#0E0E37;opacity:.75}
.title_actions{display:flex;gap:1rem;margin-top:1rem}
.title_actions .btn{padding:.9rem 2rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}
.title_actions .primary{background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1;box-shadow:0 4px 12px #dd00ec40}
.title_actions .primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dd00ec59}
.title_actions .secondary{background:transparent;color:#0E0E37;border:2px solid #DD00EC}
.title_actions .secondary:hover{background:#dd00ec14;transform:translateY(-2px)}
.title_visual{flex:1;position:relative;overflow:hidden;border-radius:6px;box-shadow:0 8px 24px #0e0e3726}
.title_visual img{width:100%;height:auto;display:block;transition:transform .6s ease-out;object-fit:cover}
.title_visual:hover img{transform:scale(1.05)}
.comparison_section{background:linear-gradient(175deg,#F7F6F1 0%,#dd00ec0f 100%);padding:5rem 2rem;position:relative}
.comparison_section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#DD00EC 50%,transparent 100%)}
.comparison_container{max-width:1400px;margin:0 auto}
.comparison_header{text-align:center;margin-bottom:3.5rem}
.comparison_header h2{font-size:2.4rem;color:#0E0E37;margin:0 0 1rem}
.comparison_header p{font-size:1.1rem;color:#0E0E37;opacity:.75;max-width:700px;margin:0 auto;line-height:1.6}
.comparison_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.comparison_card{background:#F7F6F1;border-radius:6px;padding:2rem;box-shadow:0 4px 16px #0e0e3714;position:relative;transition:all .3s ease}
.comparison_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#DD00EC 0%,#0E0E37 100%);border-radius:6px 0 0 6px;opacity:0;transition:opacity .3s ease}
.comparison_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #dd00ec26}
.comparison_card:hover::before{opacity:1}
.comparison_card h3{font-size:1.4rem;color:#DD00EC;margin:0 0 1rem}
.comparison_card .metric{font-size:2rem;font-weight:700;color:#0E0E37;margin:1rem 0}
.comparison_card p{font-size:.95rem;line-height:1.6;color:#0E0E37;opacity:.75;margin:.5rem 0}
.efficiency_zone{padding:5rem 2rem;background:#F7F6F1}
.efficiency_wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.efficiency_content h2{font-size:2.4rem;color:#0E0E37;margin:0 0 1.5rem}
.efficiency_content .lead{font-size:1.15rem;color:#0E0E37;opacity:.8;line-height:1.7;margin-bottom:2rem}
.progress_tracker{display:flex;flex-direction:column;gap:1.5rem}
.progress_item{position:relative;padding-left:3rem}
.progress_item::before{content:'';position:absolute;left:8px;top:32px;bottom:-24px;width:2px;background:linear-gradient(180deg,#DD00EC 0%,#dd00ec33 100%)}
.progress_item:last-child::before{display:none}
.progress_item .icon_wrap{position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:#DD00EC;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #dd00ec26}
.progress_item .icon_wrap i{font-size:.7rem;color:#F7F6F1}
.progress_item h4{font-size:1.2rem;color:#0E0E37;margin:0 0 .5rem}
.progress_item p{font-size:.95rem;line-height:1.6;color:#0E0E37;opacity:.75;margin:0}
.efficiency_visual{position:relative}
.efficiency_visual img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 32px #0e0e3733;object-fit:cover}
.stat_overlay{position:absolute;bottom:20px;right:20px;background:#f7f6f1f2;backdrop-filter:blur(8px);padding:1.5rem;border-radius:6px;box-shadow:0 8px 24px #0e0e3726}
.stat_overlay .number{font-size:2.2rem;font-weight:700;color:#DD00EC;margin:0}
.stat_overlay .label{font-size:.9rem;color:#0E0E37;opacity:.7;margin:.25rem 0 0}
.development_area{background:linear-gradient(268deg,#DD00EC 0%,#0E0E37 50%,#F7F6F1 100%);padding:5rem 2rem;position:relative}
.development_content{max-width:1400px;margin:0 auto}
.development_intro{text-align:center;margin-bottom:4rem}
.development_intro h2{font-size:2.4rem;color:#F7F6F1;margin:0 0 1rem}
.development_intro p{font-size:1.1rem;color:#F7F6F1;opacity:.9;max-width:800px;margin:0 auto;line-height:1.7}
.pathway_system{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.pathway_box{background:#f7f6f1f2;border-radius:6px;padding:2rem;position:relative;overflow:hidden;transition:all .3s ease}
.pathway_box::after{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(135deg,#dd00ec1a 0%,transparent 100%);border-radius:0 6px 0 0}
.pathway_box:hover{transform:scale(1.02);box-shadow:0 12px 32px #0e0e3740}
.pathway_box .badge{display:inline-block;background:#DD00EC;color:#F7F6F1;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;margin-bottom:1rem}
.pathway_box h3{font-size:1.5rem;color:#0E0E37;margin:0 0 1rem}
.pathway_box img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin:1rem 0}
.pathway_box ul{list-style:none;padding:0;margin:1rem 0 0}
.pathway_box ul li{padding:.5rem 0;color:#0E0E37;opacity:.8;position:relative;padding-left:1.5rem}
.pathway_box ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#DD00EC;border-radius:50%}
.expertise_segment{background:#F7F6F1;padding:5rem 2rem}
.expertise_container{max-width:1400px;margin:0 auto}
.expertise_header{margin-bottom:3rem}
.expertise_header h2{font-size:2.4rem;color:#0E0E37;margin:0 0 1rem}
.expertise_header .subtitle{font-size:1.1rem;color:#0E0E37;opacity:.75;line-height:1.6}
.expertise_showcase{display:grid;grid-template-columns:300px 1fr;gap:3rem}
.expert_profiles{display:flex;flex-direction:column;gap:1.5rem}
.expert_card{background:#F7F6F1;border:2px solid #dd00ec33;border-radius:6px;padding:1.5rem;transition:all .3s ease;cursor:pointer}
.expert_card:hover{border-color:#DD00EC;box-shadow:0 6px 20px #dd00ec26}
.expert_card img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #DD00EC}
.expert_card h4{font-size:1.1rem;color:#0E0E37;margin:0 0 .3rem}
.expert_card .role{font-size:.85rem;color:#DD00EC;margin:0 0 .5rem}
.expert_card .credentials{font-size:.8rem;color:#0E0E37;opacity:.6;margin:0}
.expertise_details{background:linear-gradient(135deg,#dd00ec08 0%,#0e0e3705 100%);border-radius:6px;padding:2.5rem}
.expertise_details h3{font-size:1.8rem;color:#0E0E37;margin:0 0 1.5rem}
.qualification_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}
.qual_item{display:flex;gap:1rem}
.qual_item .icon_box{width:40px;height:40px;background:#DD00EC;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.qual_item .icon_box i{font-size:1.2rem;color:#F7F6F1}
.qual_item .content h5{font-size:1rem;color:#0E0E37;margin:0 0 .3rem}
.qual_item .content p{font-size:.9rem;color:#0E0E37;opacity:.7;margin:0;line-height:1.5}
.methodology_block{background:#dd00ec0d;border-left:4px solid #DD00EC;padding:1.5rem;border-radius:4px}
.methodology_block h4{font-size:1.2rem;color:#0E0E37;margin:0 0 1rem}
.methodology_block p{font-size:.95rem;color:#0E0E37;opacity:.75;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.title_wrap{flex-direction:column;gap:2rem;padding:3rem 1.5rem}
.title_txt h1{font-size:2.2rem}
.comparison_grid{grid-template-columns:1fr}
.efficiency_wrap{grid-template-columns:1fr;gap:3rem}
.pathway_system{grid-template-columns:1fr}
.expertise_showcase{grid-template-columns:1fr}
.qualification_grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.title_txt h1{font-size:1.8rem}
.title_txt .intro{font-size:1rem}
.title_actions{flex-direction:column}
.title_actions .btn{width:100%;text-align:center}
.comparison_section{padding:3rem 1rem}
.comparison_header h2{font-size:1.8rem}
.efficiency_zone{padding:3rem 1rem}
.efficiency_content h2{font-size:1.8rem}
.development_area{padding:3rem 1rem}
.development_intro h2{font-size:1.8rem}
.expertise_segment{padding:3rem 1rem}
.expertise_header h2{font-size:1.8rem}
.expertise_details{padding:1.5rem}
}
.intro_wrap{max-width:1400px;margin:0 auto;padding:80px 20px 60px;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.intro_content h1{font-size:48px;line-height:1.2;color:#0E0E37;margin:0 0 32px;position:relative;padding-left:16px}
.intro_content h1::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#DD00EC 0%,#0E0E37 100%);border-radius:2px}
.intro_content .key_points{list-style:none;margin:0 0 40px;padding:0}
.intro_content .key_points li{font-size:18px;line-height:1.7;color:#0E0E37;margin-bottom:16px;padding-left:32px;position:relative}
.intro_content .key_points li::before{content:'';position:absolute;left:0;top:10px;width:16px;height:2px;background:#DD00EC}
.intro_content .primary_action{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1;text-decoration:none;border-radius:4px;font-size:17px;font-weight:500;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 16px #dd00ec33}
.intro_content .primary_action:hover{transform:translateY(-2px);box-shadow:0 8px 24px #dd00ec4d}
.intro_visual{position:relative;border:2px solid #DD00EC;border-radius:6px;overflow:hidden;padding:8px;background:#F7F6F1}
.intro_visual img{width:100%;height:420px;object-fit:cover;display:block;border-radius:4px;animation:gentle_float 6s ease-in-out infinite}
@keyframes gentle_float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-8px)}
}
.intro_visual::after{content:'';position:absolute;bottom:-2px;right:-2px;width:60px;height:60px;border-right:2px solid #DD00EC;border-bottom:2px solid #DD00EC}
.story_section{background:linear-gradient(268deg,#DD00EC 0%,#0E0E37 50%,#F7F6F1 100%);padding:80px 20px;position:relative;overflow:hidden}
.story_section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#DD00EC}
.story_container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.story_card{background:#F7F6F1;padding:40px 32px;border-radius:6px;box-shadow:0 8px 24px #0e0e3726;transition:transform .3s}
.story_card:hover{transform:translateY(-6px)}
.story_card h3{font-size:24px;color:#0E0E37;margin:0 0 20px;position:relative;display:inline-block}
.story_card h3::after{content:'';position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:#DD00EC}
.story_card p{font-size:16px;line-height:1.8;color:#0E0E37;margin:24px 0 0}
.approach_wrap{max-width:1400px;margin:0 auto;padding:100px 20px 80px}
.approach_header{text-align:center;margin-bottom:60px}
.approach_header h2{font-size:42px;color:#0E0E37;margin:0 0 20px;background:linear-gradient(90deg,#DD00EC 0%,#0E0E37 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.method_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 40px}
.method_item{display:flex;gap:24px;padding:32px;background:#F7F6F1;border-left:4px solid #DD00EC;border-radius:4px;transition:box-shadow .3s}
.method_item:hover{box-shadow:0 6px 20px #dd00ec26}
.method_icon{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#F7F6F1;font-size:24px}
.method_text h4{font-size:20px;color:#0E0E37;margin:0 0 12px}
.method_text p{font-size:15px;line-height:1.7;color:#0E0E37;margin:0}
.team_display{background:#F7F6F1;padding:80px 20px;position:relative}
.team_display::before,.team_display::after{content:'';position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#DD00EC 50%,transparent 100%)}
.team_display::before{top:0}
.team_display::after{bottom:0}
.team_content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start}
.team_profile{position:relative}
.team_profile img{width:100%;height:400px;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #0e0e3733}
.team_profile::after{content:'';position:absolute;top:-12px;right:-12px;width:100%;height:100%;border:2px solid #DD00EC;border-radius:6px;z-index:-1}
.team_bio h3{font-size:36px;color:#0E0E37;margin:0 0 8px}
.team_role{font-size:18px;color:#DD00EC;margin:0 0 32px;font-weight:500}
.team_bio p{font-size:16px;line-height:1.8;color:#0E0E37;margin-bottom:20px}
.timeline_section{max-width:1400px;margin:0 auto;padding:100px 20px 80px}
.timeline_header{margin-bottom:60px}
.timeline_header h2{font-size:40px;color:#0E0E37;margin:0 0 16px;position:relative;padding-bottom:16px}
.timeline_header h2::after{content:'';position:absolute;bottom:0;left:0;width:120px;height:4px;background:linear-gradient(90deg,#DD00EC 0%,#0E0E37 100%);border-radius:2px}
.timeline_track{position:relative;padding-left:60px}
.timeline_track::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#DD00EC 0%,#0E0E37 100%)}
.timeline_event{position:relative;margin-bottom:48px;padding:28px 32px;background:#F7F6F1;border-radius:6px;box-shadow:0 4px 16px #0e0e371a}
.timeline_event::before{content:'';position:absolute;left:-52px;top:28px;width:16px;height:16px;background:#DD00EC;border:3px solid #F7F6F1;border-radius:50%;box-shadow:0 0 0 2px #DD00EC}
.timeline_year{font-size:20px;font-weight:700;color:#DD00EC;margin:0 0 12px}
.timeline_event h4{font-size:22px;color:#0E0E37;margin:0 0 12px}
.timeline_event p{font-size:15px;line-height:1.7;color:#0E0E37;margin:0}
@media (max-width: 1024px) {
.intro_wrap{grid-template-columns:1fr;gap:40px;padding:60px 20px 40px}
.intro_visual{max-width:480px;margin:0 auto}
.story_container{grid-template-columns:1fr;gap:32px}
.method_grid{grid-template-columns:1fr}
.team_content{grid-template-columns:1fr;gap:40px}
.team_profile{max-width:400px;margin:0 auto}
}
@media (max-width: 768px) {
.intro_content h1{font-size:36px}
.intro_visual img{height:320px}
.story_section{padding:60px 20px}
.approach_header h2{font-size:32px}
.method_item{flex-direction:column;text-align:center;padding:24px}
.method_icon{margin:0 auto 16px}
.team_bio h3{font-size:28px}
.timeline_header h2{font-size:32px}
.timeline_track{padding-left:40px}
.timeline_event::before{left:-38px}
}
.page_contact .title_frame{display:grid;grid-template-columns:420px 1fr;gap:68px;max-width:1400px;margin:0 auto;padding:92px 24px;align-items:center}
.page_contact .title_frame .img_holder{position:relative;width:100%;height:520px;overflow:hidden;border-radius:4px}
.page_contact .title_frame .img_holder::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0e0e371f 0%,#dd00ec14 100%);mix-blend-mode:multiply;pointer-events:none}
.page_contact .title_frame .img_holder img{width:100%;height:100%;object-fit:cover;filter:contrast(1.08) saturate(0.92)}
.page_contact .title_frame .text_wrap h1{font-size:52px;line-height:1.15;color:#0E0E37;margin:0 0 28px;font-weight:700}
.page_contact .title_frame .text_wrap .intro_text{font-size:17px;line-height:1.7;color:#0E0E37;opacity:.82;margin:0}
.contact_details_zone{background:linear-gradient(142deg,#F7F6F1 0%,#dd00ec0a 100%);padding:86px 24px}
.contact_details_zone .inner_wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.contact_details_zone .detail_card{background:#fff;padding:42px 36px;border-radius:6px;box-shadow:0 2px 18px #0e0e370f;transition:transform .28s ease,box-shadow .28s ease}
.contact_details_zone .detail_card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #dd00ec24}
.contact_details_zone .detail_card .icon_spot{width:58px;height:58px;background:linear-gradient(135deg,#DD00EC 0%,#0e0e37e0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.contact_details_zone .detail_card .icon_spot i{font-size:26px;color:#F7F6F1}
.contact_details_zone .detail_card h3{font-size:21px;color:#0E0E37;margin:0 0 14px;font-weight:600}
.contact_details_zone .detail_card .info_line{font-size:16px;line-height:1.6;color:#0E0E37;opacity:.78;margin:0}
.contact_details_zone .detail_card a{color:#DD00EC;text-decoration:none;transition:opacity .24s ease}
.contact_details_zone .detail_card a:hover{opacity:.72}
.form_section_wrapper{padding:96px 24px 104px;background:#fff}
.form_section_wrapper .content_container{max-width:820px;margin:0 auto}
.form_section_wrapper .section_header{text-align:center;margin-bottom:52px}
.form_section_wrapper .section_header h2{font-size:44px;color:#0E0E37;margin:0 0 18px;font-weight:700}
.form_section_wrapper .section_header .subtext{font-size:17px;line-height:1.65;color:#0E0E37;opacity:.74;margin:0}
.form_section_wrapper .contact_form{background:#F7F6F1;padding:48px 44px;border-radius:6px;box-shadow:0 4px 24px #0e0e3714}
.form_section_wrapper .form_row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.form_section_wrapper .field_group{margin-bottom:24px}
.form_section_wrapper .field_group label{display:block;font-size:15px;color:#0E0E37;margin-bottom:8px;font-weight:500}
.form_section_wrapper .field_group input[type="text"],.form_section_wrapper .field_group input[type="email"],.form_section_wrapper .field_group select,.form_section_wrapper .field_group textarea{width:100%;padding:14px 16px;border:2px solid #0e0e371f;border-radius:4px;font-size:16px;color:#0E0E37;background:#fff;transition:border-color .24s ease,box-shadow .24s ease;box-sizing:border-box}
.form_section_wrapper .field_group input[type="text"]:focus,.form_section_wrapper .field_group input[type="email"]:focus,.form_section_wrapper .field_group select:focus,.form_section_wrapper .field_group textarea:focus{outline:none;border-color:#DD00EC;box-shadow:0 0 0 3px #dd00ec1f}
.form_section_wrapper .field_group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230E0E37' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.form_section_wrapper .field_group textarea{min-height:140px;resize:vertical;font-family:inherit}
.form_section_wrapper .privacy_area{margin:32px 0 28px;display:flex;align-items:flex-start;gap:12px}
.form_section_wrapper .privacy_area input[type="checkbox"]{margin-top:3px;width:18px;height:18px;cursor:pointer;accent-color:#DD00EC;flex-shrink:0}
.form_section_wrapper .privacy_area label{font-size:14px;line-height:1.6;color:#0E0E37;opacity:.76;cursor:pointer}
.form_section_wrapper .privacy_area a{color:#DD00EC;text-decoration:none;transition:opacity .24s ease}
.form_section_wrapper .privacy_area a:hover{opacity:.72}
.form_section_wrapper .submit_area{display:flex;justify-content:center}
.form_section_wrapper .submit_btn{padding:16px 52px;background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1;font-size:17px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:transform .24s ease,box-shadow .24s ease;box-shadow:0 4px 16px #dd00ec3d}
.form_section_wrapper .submit_btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #dd00ec5c}
.form_section_wrapper .submit_btn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.page_contact .title_frame{grid-template-columns:360px 1fr;gap:52px;padding:72px 24px}
.page_contact .title_frame .img_holder{height:440px}
.page_contact .title_frame .text_wrap h1{font-size:44px}
.contact_details_zone .inner_wrap{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.page_contact .title_frame{grid-template-columns:1fr;gap:36px;padding:56px 20px}
.page_contact .title_frame .img_holder{height:320px}
.page_contact .title_frame .text_wrap h1{font-size:36px}
.contact_details_zone{padding:64px 20px}
.form_section_wrapper{padding:72px 20px 84px}
.form_section_wrapper .section_header h2{font-size:36px}
.form_section_wrapper .contact_form{padding:36px 28px}
.form_section_wrapper .form_row{grid-template-columns:1fr;gap:0}
}
@media (max-width: 480px) {
.page_contact .title_frame .text_wrap h1{font-size:30px}
.form_section_wrapper .section_header h2{font-size:30px}
.form_section_wrapper .contact_form{padding:28px 20px}
.form_section_wrapper .submit_btn{width:100%;padding:16px 24px}
}
.program_hero{background:linear-gradient(135deg,#F7F6F1 0%,#DD00EC 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.program_hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0e0e371a 0%,transparent 70%);border-radius:50%}
.hero_wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero_content h1{font-size:48px;line-height:1.2;color:#0E0E37;margin:0 0 30px}
.hero_list{list-style:none;padding:0;margin:0 0 40px}
.hero_list li{padding:12px 0 12px 30px;position:relative;color:#0E0E37;font-size:18px;line-height:1.6}
.hero_list li::before{content:'';position:absolute;left:0;top:18px;width:16px;height:16px;background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);border-radius:3px;transform:rotate(45deg)}
.hero_button{display:inline-block;padding:16px 40px;background:#0E0E37;color:#F7F6F1;text-decoration:none;border-radius:4px;font-size:18px;transition:all .3s ease;box-shadow:0 4px 12px #0e0e3733}
.hero_button:hover{background:#DD00EC;transform:translateY(-2px);box-shadow:0 8px 20px #dd00ec4d}
.hero_visual{position:relative}
.hero_visual img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 16px 48px #0e0e3726;transform:rotate(-2deg)}
.program_structure{padding:100px 20px;background:#F7F6F1}
.structure_container{max-width:1400px;margin:0 auto}
.structure_header{text-align:center;margin-bottom:70px}
.structure_header h2{font-size:42px;color:#0E0E37;margin:0 0 20px}
.structure_header p{font-size:19px;color:#0E0E37;max-width:700px;margin:0 auto;line-height:1.7}
.phase_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.phase_card{background:#fff;padding:40px 30px;border-radius:6px;box-shadow:0 8px 24px #0e0e3714;position:relative;transition:all .3s ease}
.phase_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #dd00ec26}
.phase_number{position:absolute;top:-20px;left:30px;width:50px;height:50px;background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;box-shadow:0 4px 12px #dd00ec4d}
.phase_card h3{font-size:26px;color:#0E0E37;margin:30px 0 20px}
.phase_card p{font-size:17px;color:#0E0E37;line-height:1.7;margin:0 0 25px}
.phase_details{list-style:none;padding:0;margin:0}
.phase_details li{padding:8px 0;font-size:16px;color:#0E0E37;position:relative;padding-left:24px}
.phase_details li::before{content:'→';position:absolute;left:0;color:#DD00EC;font-weight:700}
.instructors_section{padding:100px 20px;background:#fff}
.instructors_wrap{max-width:1400px;margin:0 auto}
.section_intro{margin-bottom:60px}
.section_intro h2{font-size:40px;color:#0E0E37;margin:0 0 16px}
.section_intro p{font-size:18px;color:#0E0E37;line-height:1.7;max-width:800px}
.instructor_profiles{display:flex;gap:50px;align-items:flex-start}
.instructor_item{flex:1;display:flex;gap:30px}
.instructor_photo{flex-shrink:0}
.instructor_photo img{width:180px;height:220px;object-fit:cover;border-radius:4px;box-shadow:0 8px 20px #0e0e371f}
.instructor_bio h3{font-size:28px;color:#0E0E37;margin:0 0 12px}
.instructor_role{font-size:16px;color:#DD00EC;margin:0 0 20px;font-weight:600}
.instructor_bio p{font-size:17px;color:#0E0E37;line-height:1.7;margin:0}
.enrollment_block{padding:100px 20px;background:linear-gradient(268deg,#0E0E37 0%,#DD00EC 50%,#F7F6F1 100%);position:relative}
.enrollment_inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}
.enrollment_info h2{font-size:44px;color:#F7F6F1;margin:0 0 30px;line-height:1.3}
.enrollment_info p{font-size:18px;color:#F7F6F1;line-height:1.7;margin:0 0 20px}
.enrollment_features{list-style:none;padding:0;margin:30px 0 0}
.enrollment_features li{padding:14px 0;font-size:17px;color:#F7F6F1;position:relative;padding-left:32px}
.enrollment_features li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#F7F6F1;border-radius:50%}
.enrollment_visual img{width:100%;height:500px;object-fit:cover;border-radius:6px;box-shadow:0 20px 60px #00000040}
.enrollment_actions{margin-top:40px;display:flex;gap:20px}
.primary_cta{display:inline-block;padding:18px 46px;background:#F7F6F1;color:#0E0E37;text-decoration:none;border-radius:4px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 16px #f7f6f14d}
.primary_cta:hover{background:#DD00EC;color:#F7F6F1;transform:translateY(-3px);box-shadow:0 10px 24px #dd00ec66}
.secondary_cta{display:inline-block;padding:18px 46px;background:transparent;color:#F7F6F1;text-decoration:none;border:2px solid #F7F6F1;border-radius:4px;font-size:18px;font-weight:600;transition:all .3s ease}
.secondary_cta:hover{background:#F7F6F1;color:#0E0E37;transform:translateY(-3px)}
@media (max-width: 1024px) {
.hero_wrap{grid-template-columns:1fr;gap:50px}
.hero_content h1{font-size:40px}
.hero_visual img{height:400px}
.phase_grid{grid-template-columns:1fr;gap:50px}
.instructor_profiles{flex-direction:column;gap:50px}
.enrollment_inner{grid-template-columns:1fr;gap:50px}
.enrollment_actions{flex-direction:column}
}
@media (max-width: 768px) {
.program_hero{padding:60px 20px 80px}
.hero_content h1{font-size:32px}
.hero_list li{font-size:16px}
.hero_button{font-size:16px;padding:14px 32px}
.hero_visual img{height:320px}
.program_structure{padding:70px 20px}
.structure_header h2{font-size:34px}
.structure_header p{font-size:17px}
.phase_card h3{font-size:22px}
.instructors_section{padding:70px 20px}
.section_intro h2{font-size:32px}
.instructor_item{flex-direction:column}
.instructor_photo img{width:100%;height:280px}
.enrollment_block{padding:70px 20px}
.enrollment_info h2{font-size:34px}
.enrollment_visual img{height:360px}
.primary_cta,.secondary_cta{width:100%;text-align:center}
}
.success_wrapper{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F7F6F1 0%,#dd00ec14 100%);padding:60px 20px}
.success_content{max-width:720px;margin:0 auto;text-align:center}
.success_icon_wrap{margin-bottom:32px;position:relative;display:inline-block}
.success_icon_wrap svg{width:120px;height:120px;filter:drop-shadow(0 8px 24px #dd00ec26)}
.success_icon_wrap::before{content:'';position:absolute;width:160px;height:160px;background:radial-gradient(circle,#dd00ec1f 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:-1}
.success_heading{font-size:2.8rem;font-weight:700;color:#0E0E37;margin:0 0 20px;line-height:1.2}
.success_message{font-size:1.15rem;line-height:1.7;color:#0E0E37;margin:0 0 40px;opacity:.85}
.success_message strong{color:#DD00EC;font-weight:600}
.success_actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success_btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;z-index:10}
.success_btn.primary{background:linear-gradient(135deg,#DD00EC 0%,#0E0E37 100%);color:#F7F6F1;box-shadow:0 4px 16px #dd00ec40}
.success_btn.primary:hover{box-shadow:0 6px 24px #dd00ec59;transform:translateY(-2px)}
.success_btn.secondary{background:#F7F6F1;color:#0E0E37;border:2px solid #DD00EC}
.success_btn.secondary:hover{background:#dd00ec14;transform:translateY(-2px)}
.info_grid{background:#fff;border-left:4px solid #DD00EC;padding:40px 60px;margin:80px auto 0;max-width:1100px;box-shadow:0 12px 32px #0e0e3714;border-radius:3px}
.info_grid_title{font-size:1.6rem;font-weight:700;color:#0E0E37;margin:0 0 28px;position:relative;padding-left:20px}
.info_grid_title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#DD00EC;border-radius:50%}
.info_columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.info_item{display:flex;flex-direction:column;gap:12px}
.info_item_label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#DD00EC}
.info_item_value{font-size:1.05rem;line-height:1.6;color:#0E0E37}
.info_item_value a{color:#DD00EC;text-decoration:none;font-weight:600;transition:opacity .2s ease}
.info_item_value a:hover{opacity:.7}
.info_note{margin-top:32px;padding-top:24px;border-top:1px solid #0e0e371a;font-size:.95rem;line-height:1.6;color:#0E0E37;opacity:.75}
@media (max-width: 768px) {
.success_heading{font-size:2.2rem}
.success_actions{flex-direction:column;width:100%}
.success_btn{width:100%;justify-content:center}
.info_grid{padding:32px 24px;margin-top:60px}
.info_columns{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.success_wrapper{padding:40px 16px}
.success_icon_wrap svg{width:90px;height:90px}
.success_heading{font-size:1.8rem}
.success_message{font-size:1rem}
}