html{box-sizing:border-box;font-size:16px;scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'PT Serif',serif;background:#FAFEFB;color:#1a1a1a;line-height:1.6}
*,:before,:after{box-sizing:inherit}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9F9DFC 0%,#048293 100%);border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8a88e8 0%,#036a78 100%);box-shadow:0 0 8px #9f9dfc66}
.site_header{background:linear-gradient(135deg,#9f9dfc0d 0%,#0482930d 100%);padding:24px 0;box-shadow:0 2px 12px #0000000a;border-bottom:1px solid #9f9dfc1a}
.site_header .header_container{max-width:1366px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center;gap:48px}
.site_header .brand_column{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
.site_header .logo_wrap{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 4px 16px #9f9dfc26;padding:12px}
.site_header .site_logo{width:100%;height:100%;object-fit:contain}
.site_header .company_name_text{font-size:26px;font-weight:700;color:#048293;letter-spacing:.5px}
.site_header .nav_column{display:flex;flex-direction:column;gap:20px;flex:1;max-width:680px}
.site_header .main_nav{width:100%}
.site_header .nav_list{list-style:none;margin:0;padding:0;display:flex;gap:32px;flex-wrap:wrap}
.site_header .nav_item{position:relative}
.site_header .nav_link{color:#2a2a2a;text-decoration:none;font-size:17px;font-weight:400;padding:8px 4px;display:inline-block;transition:color .2s ease}
.site_header .nav_link:hover{color:#9F9DFC}
.site_header .nav_item--dropdown:hover .dropdown_menu{opacity:1;visibility:visible;transform:translateY(0)}
.site_header .dropdown_menu{position:absolute;top:100%;left:0;background:#fff;list-style:none;margin:8px 0 0;padding:12px 0;min-width:200px;box-shadow:0 8px 24px #0000001f;border-radius:10px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:100}
.site_header .dropdown_item{margin:0;padding:0}
.site_header .dropdown_link{display:block;padding:10px 20px;color:#2a2a2a;text-decoration:none;font-size:16px;transition:background-color .2s ease}
.site_header .dropdown_link:hover{background-color:#9f9dfc14;color:#048293}
.site_header .contact_details{display:flex;gap:28px;flex-wrap:wrap}
.site_header .contact_row{display:flex;align-items:center;gap:8px}
.site_header .contact_icon{font-size:16px}
.site_header .contact_link{color:#048293;text-decoration:none;font-size:15px;transition:color .2s ease}
.site_header .contact_link:hover{color:#9F9DFC}
.main_content{min-height:200px}
.site_footer{background:linear-gradient(135deg,#048293 0%,#025a67 100%);color:#FAFEFB;padding:48px 0 32px;margin-top:80px}
.site_footer .footer_container{max-width:1366px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.site_footer .footer_brand{display:flex;align-items:center;gap:16px}
.site_footer .footer_logo{width:60px;height:60px;object-fit:contain;background:#fff;padding:8px;border-radius:8px}
.site_footer .footer_tagline{font-size:14px;margin:0;opacity:.9;max-width:200px}
.site_footer .footer_nav{display:flex;gap:24px}
.site_footer .footer_link{color:#FAFEFB;text-decoration:none;font-size:14px;opacity:.9;transition:opacity .2s ease}
.site_footer .footer_link:hover{opacity:1}
.site_footer .footer_location{flex:1;min-width:200px}
.site_footer .footer_address{font-size:14px;margin:0;opacity:.85}
.site_footer .footer_copyright{width:100%;text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #fafefb33}
.site_footer .footer_copyright p{margin:0;font-size:13px;opacity:.75}
.cookie_modal{position:fixed;top:0;left:0;right:0;display:none;justify-content:center;align-items:flex-start;padding-top:40px;z-index:9999;animation:bounce_in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie_modal.show_popup{display:flex}
@keyframes bounce_in {
0%{transform:translateY(-100px);opacity:0}
50%{transform:translateY(10px)}
100%{transform:translateY(0);opacity:1}
}
.cookie_modal .cookie_content{background:#fff;width:70%;max-width:680px;padding:32px;border-radius:16px;box-shadow:0 12px 48px #0003;border:2px solid #9f9dfc4d}
.cookie_modal .cookie_title{margin:0 0 16px;font-size:24px;font-weight:700;color:#048293}
.cookie_modal .cookie_text{margin:0 0 24px;font-size:16px;line-height:1.6;color:#2a2a2a}
.cookie_modal .cookie_buttons{display:flex;gap:16px;justify-content:center}
.cookie_modal .cookie_btn{padding:14px 32px;border:none;border-radius:100px;font-family:'PT Serif',serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease}
.cookie_modal .cookie_btn--accept{background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);color:#fff;box-shadow:0 4px 16px #9f9dfc4d}
.cookie_modal .cookie_btn--accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9f9dfc66}
.cookie_modal .cookie_btn--decline{background:#e8e8e8;color:#2a2a2a}
.cookie_modal .cookie_btn--decline:hover{background:#d4d4d4}
@media (max-width: 968px) {
.site_header .header_container{flex-direction:column;align-items:flex-start;gap:24px}
.site_header .nav_column{width:100%;max-width:none}
.site_header .nav_list{flex-direction:column;gap:16px}
.site_header .contact_details{flex-direction:column;gap:12px}
.site_footer .footer_container{flex-direction:column;align-items:flex-start;text-align:left}
.site_footer .footer_nav{flex-direction:column;gap:12px}
.cookie_modal .cookie_content{width:90%;padding:24px}
.cookie_modal .cookie_buttons{flex-direction:column}
.cookie_modal .cookie_btn{width:100%}
}
@media (max-width: 640px) {
.site_header .logo_wrap{width:90px;height:90px}
.site_header .company_name_text{font-size:22px}
}
.policy-page{max-width:1366px;margin:0 auto;padding:80px 40px;background:#FAFEFB}
.policy-page h1{font-size:48px;font-weight:700;color:#048293;margin:0 0 16px;line-height:1.2}
.policy-page h2{font-size:36px;font-weight:600;color:#048293;margin:60px 0 24px;line-height:1.3;padding-top:20px}
.policy-page h3{font-size:28px;font-weight:600;color:#9F9DFC;margin:40px 0 20px;line-height:1.4}
.policy-page h4{font-size:22px;font-weight:600;color:#048293;margin:32px 0 16px;line-height:1.4}
.policy-page h5{font-size:18px;font-weight:600;color:#333;margin:24px 0 12px;line-height:1.5}
.policy-page h6{font-size:16px;font-weight:600;color:#555;margin:20px 0 10px;line-height:1.5}
.policy-page p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px}
.policy-page strong,.policy-page b{font-weight:700;color:#048293}
.policy-page em,.policy-page i{font-style:italic;color:#555}
.policy-page a{color:#9F9DFC;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.policy-page a:hover{color:#048293;border-bottom-color:#048293}
.policy-page ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:disc}
.policy-page ol{margin:0 0 24px;padding:0 0 32px;list-style-type:decimal}
.policy-page ul li,.policy-page ol li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.policy-page ul li::marker{color:#9F9DFC}
.policy-page ol li::marker{color:#048293;font-weight:600}
.policy-page ul ul,.policy-page ol ul,.policy-page ul ol,.policy-page ol ol{margin:12px 0}
.policy-page table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.policy-page thead{background:linear-gradient(135deg,#9F9DFC,#048293)}
.policy-page thead tr{border:none}
.policy-page thead th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#fff;border:none}
.policy-page tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.policy-page tbody tr:last-child{border-bottom:none}
.policy-page tbody tr:hover{background:#f5f5ff}
.policy-page tbody td{padding:16px 20px;font-size:16px;line-height:1.6;color:#333;border:none}
.policy-page th{font-weight:600}
.policy-page hr{border:none;height:2px;background:linear-gradient(90deg,#9F9DFC,#048293);margin:48px 0;border-radius:2px}
.policy-page div{margin:0 0 20px}
.policy-page blockquote{margin:32px 0;padding:24px 28px;background:#f8f8ff;border-left:5px solid #9F9DFC;border-radius:0 10px 10px 0}
.policy-page blockquote p{margin:0;font-size:18px;line-height:1.7;color:#555;font-style:italic}
.policy-page code{background:#f5f5f5;padding:3px 8px;border-radius:6px;font-family:'Courier New',monospace;font-size:15px;color:#048293}
.policy-page pre{background:#f5f5f5;padding:20px;border-radius:10px;overflow-x:auto;margin:24px 0}
.policy-page pre code{background:none;padding:0;font-size:14px;line-height:1.6}
@media (max-width: 1024px) {
.policy-page{padding:60px 30px}
.policy-page h1{font-size:40px}
.policy-page h2{font-size:32px;margin:50px 0 20px}
.policy-page h3{font-size:24px}
.policy-page h4{font-size:20px}
}
@media (max-width: 768px) {
.policy-page{padding:40px 20px}
.policy-page h1{font-size:32px;margin:0 0 12px}
.policy-page h2{font-size:26px;margin:40px 0 16px}
.policy-page h3{font-size:22px;margin:32px 0 14px}
.policy-page h4{font-size:19px}
.policy-page p,.policy-page ul li,.policy-page ol li{font-size:16px;line-height:1.7}
.policy-page ul,.policy-page ol{padding-left:24px}
.policy-page table{font-size:14px}
.policy-page thead th,.policy-page tbody td{padding:12px 14px;font-size:14px}
.policy-page blockquote{padding:18px 20px}
.policy-page blockquote p{font-size:16px}
}
@media (max-width: 480px) {
.policy-page{padding:30px 16px}
.policy-page h1{font-size:28px}
.policy-page h2{font-size:24px}
.policy-page h3{font-size:20px}
.policy-page table{display:block;overflow-x:auto}
}
.team_page_main{background:linear-gradient(180deg,#FAFEFB 0%,#9f9dfc14 100%);padding:0;margin:0}
.team_hero_wrapper{max-width:1366px;margin:0 auto;padding:120px 40px 100px;position:relative}
.hero_content_grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}
.hero_text_area{position:relative;z-index:2}
.hero_text_area h1{font-size:3.2rem;line-height:1.15;color:#1a1a1a;margin:0 0 32px;font-weight:700}
.hero_text_area h1::before{content:'';position:absolute;left:-25px;top:15px;width:6px;height:60px;background:linear-gradient(180deg,#9F9DFC 0%,#048293 100%);border-radius:3px}
.hero_description{font-size:1.15rem;line-height:1.75;color:#4a4a4a;margin:0 0 40px}
.hero_description strong{color:#048293;font-weight:600}
.hero_stats_inline{display:flex;gap:48px;margin-top:48px}
.stat_item_inline{position:relative}
.stat_item_inline::before{content:'';position:absolute;left:-24px;top:0;width:2px;height:100%;background:#9F9DFC;opacity:.3}
.stat_item_inline:first-child::before{display:none}
.stat_number{font-size:2.5rem;font-weight:700;color:#048293;line-height:1;margin:0 0 8px}
.stat_label{font-size:.95rem;color:#666;line-height:1.4}
.hero_image_container{position:relative}
.hero_image_container::before{content:'';position:absolute;top:-30px;right:-30px;width:200px;height:200px;background:radial-gradient(circle,#9f9dfc26 0%,transparent 70%);border-radius:50%;z-index:1}
.hero_image_container::after{content:'';position:absolute;bottom:-20px;left:-20px;width:150px;height:150px;background:radial-gradient(circle,#0482931f 0%,transparent 70%);border-radius:50%;z-index:1}
.hero_main_image{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #04829326;position:relative;z-index:2}
.team_profiles_section{max-width:1366px;margin:0 auto;padding:100px 40px 120px}
.section_header_centered{text-align:center;max-width:800px;margin:0 auto 80px}
.section_header_centered h2{font-size:2.6rem;line-height:1.25;color:#1a1a1a;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.section_header_centered h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#9F9DFC 0%,#048293 100%);border-radius:2px}
.section_intro_text{font-size:1.1rem;line-height:1.7;color:#555;margin:32px 0 0}
.team_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:60px}
.profile_card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0000000f;transition:all .35s ease;position:relative}
.profile_card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #9f9dfc40}
.profile_image_wrapper{position:relative;overflow:hidden;height:320px;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%)}
.profile_photo{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.profile_card:hover .profile_photo{transform:scale(1.08)}
.profile_badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);color:#fff;padding:8px 18px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #9f9dfc66}
.profile_info_area{padding:32px 28px}
.profile_name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.profile_role{font-size:1rem;color:#9F9DFC;font-weight:600;margin:0 0 20px}
.profile_description{font-size:.98rem;line-height:1.65;color:#666;margin:0 0 24px}
.profile_skills{display:flex;flex-wrap:wrap;gap:10px}
.skill_tag{background:#9f9dfc1a;color:#048293;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:500;transition:all .25s ease}
.profile_card:hover .skill_tag{background:#04829326;color:#048293}
.placeholder_profile{background:linear-gradient(135deg,#9f9dfc14 0%,#04829314 100%);border:2px dashed #9f9dfc4d}
.placeholder_profile .profile_image_wrapper{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9f9dfc1f 0%,#0482931f 100%)}
.placeholder_icon{width:80px;height:80px;fill:none;stroke:#9F9DFC;stroke-width:2;opacity:.4}
@media (max-width: 1024px) {
.hero_content_grid{grid-template-columns:1fr;gap:60px}
.hero_text_area h1{font-size:2.6rem}
.team_grid_layout{grid-template-columns:repeat(2,1fr);gap:40px}
.team_hero_wrapper{padding:80px 30px 70px}
.team_profiles_section{padding:70px 30px 90px}
}
@media (max-width: 768px) {
.hero_text_area h1{font-size:2.2rem}
.hero_text_area h1::before{left:0;top:-20px;width:50px;height:4px}
.hero_stats_inline{flex-direction:column;gap:28px}
.stat_item_inline::before{display:none}
.team_grid_layout{grid-template-columns:1fr;gap:35px}
.section_header_centered h2{font-size:2rem}
.team_hero_wrapper{padding:60px 20px 50px}
.team_profiles_section{padding:60px 20px 70px}
.hero_content_grid{gap:40px}
}
@media (max-width: 480px) {
.hero_text_area h1{font-size:1.85rem}
.stat_number{font-size:2rem}
.section_header_centered h2{font-size:1.75rem}
.profile_info_area{padding:24px 20px}
}
.index_hero{position:relative;padding:80px 20px 60px;overflow:hidden}
.index_hero_inner{max-width:1366px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:50px}
.hero_text_block{text-align:center;max-width:800px}
.hero_text_block h1{font-size:48px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.hero_text_block h1 .underline_word{position:relative;display:inline-block}
.hero_text_block h1 .underline_word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#9F9DFC,#048293);border-radius:2px}
.hero_text_block p{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0}
.hero_visual_wrap{position:relative;width:100%;max-width:900px}
.hero_main_image{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0f829326}
.hero_visual_wrap::before{content:'';position:absolute;top:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#9f9dfc4d,#04829333);border-radius:50%;z-index:-1}
.hero_visual_wrap::after{content:'';position:absolute;bottom:-30px;left:-30px;width:250px;height:250px;background:radial-gradient(circle,#9f9dfc33,transparent);z-index:-1}
.problems_section{padding:80px 20px;background:#FAFEFB}
.problems_inner{max-width:1366px;margin:0 auto}
.section_header{text-align:center;margin-bottom:60px}
.section_header h2{font-size:38px;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.section_header h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#048293}
.section_header p{font-size:17px;color:#5a5a5a;max-width:700px;margin:0 auto;line-height:1.5}
.problems_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.problem_card{background:#fff;padding:40px 35px;border-radius:12px;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.problem_card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #9f9dfc33}
.problem_icon{width:60px;height:60px;margin-bottom:24px;background:linear-gradient(135deg,#9F9DFC,#048293);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.problem_icon svg{width:30px;height:30px;fill:#fff}
.problem_card h3{font-size:24px;color:#1a1a1a;margin:0 0 14px}
.problem_card p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0 0 20px}
.solution_tag{display:inline-block;padding:8px 16px;background:#9f9dfc26;color:#048293;border-radius:20px;font-size:14px;font-weight:600}
.platform_section{padding:80px 20px;background:#fff;position:relative}
.platform_section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9F9DFC,#048293)}
.platform_container{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.platform_content h2{font-size:42px;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.platform_content h2 .gradient_text{background:linear-gradient(90deg,#9F9DFC,#048293);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.platform_content p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 30px}
.features_list{display:flex;flex-direction:column;gap:20px;margin-bottom:35px}
.feature_item{display:flex;align-items:flex-start;gap:16px}
.feature_item::before{content:'';min-width:24px;height:24px;background:#048293;border-radius:50%;margin-top:2px;display:flex;align-items:center;justify-content:center}
.feature_item p{font-size:16px;color:#3a3a3a;margin:0;line-height:1.6}
.cta_button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#9F9DFC,#048293);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #9f9dfc4d}
.cta_button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9f9dfc66}
.platform_visuals{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.platform_image{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 6px 18px #00000014}
.platform_image:nth-child(1){grid-column:1 / 2}
.platform_image:nth-child(2){grid-column:2 / 3}
.platform_image:nth-child(3){grid-column:1 / 3;height:320px}
@media (max-width: 1024px) {
.hero_text_block h1{font-size:38px}
.problems_grid{grid-template-columns:1fr;gap:30px}
.platform_container{grid-template-columns:1fr;gap:50px}
.platform_visuals{order:-1}
}
@media (max-width: 768px) {
.index_hero{padding:60px 20px 40px}
.hero_text_block h1{font-size:32px}
.hero_text_block p{font-size:16px}
.hero_main_image{height:360px}
.problems_section,.platform_section{padding:60px 20px}
.section_header h2,.platform_content h2{font-size:30px}
.section_header h2::before{display:none}
.problem_card{padding:30px 25px}
.platform_visuals{grid-template-columns:1fr}
.platform_image:nth-child(3){grid-column:1 / 2;height:280px}
}
@media (max-width: 480px) {
.hero_text_block h1{font-size:28px}
.hero_main_image{height:280px}
.problem_card h3{font-size:21px}
.platform_content h2{font-size:26px}
.cta_button{width:100%;text-align:center}
}
.contact_hero{position:relative;min-height:520px;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);overflow:hidden;display:flex;align-items:center;padding:80px 20px}
.contact_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fafefb26 0%,transparent 70%);border-radius:50%}
.contact_hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#0482934d 0%,transparent 70%);border-radius:50%}
.hero_content_wrap{max-width:1366px;margin:0 auto;width:100%;position:relative;z-index:2}
.hero_manifesto{max-width:720px}
.hero_manifesto h1{font-size:3.2rem;line-height:1.15;color:#FAFEFB;margin-bottom:24px;font-weight:700}
.hero_manifesto .subtitle_text{font-size:1.25rem;line-height:1.6;color:#fafefbeb;margin-bottom:18px}
.hero_accent_marker{display:inline-block;width:80px;height:4px;background:#FAFEFB;margin-top:32px;border-radius:2px}
.info_grid_section{padding:90px 20px;background:#FAFEFB}
.info_grid_container{max-width:1366px;margin:0 auto}
.section_intro_text{max-width:680px;margin:0 auto 60px;text-align:center}
.section_intro_text h2{font-size:2.4rem;color:#048293;margin-bottom:16px;font-weight:600}
.section_intro_text p{font-size:1.1rem;line-height:1.7;color:#333}
.contact_cards_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:70px}
.contact_info_card{background:#fff;padding:36px 28px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;box-shadow:0 4px 12px #0000000f}
.contact_info_card:hover{border-color:#9F9DFC;box-shadow:0 8px 24px #9f9dfc33;transform:translateY(-4px)}
.card_icon_wrap{width:56px;height:56px;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card_icon_wrap svg{width:28px;height:28px;fill:#fff}
.contact_info_card h3{font-size:1.4rem;color:#048293;margin-bottom:12px;font-weight:600}
.contact_info_card p{font-size:1.05rem;line-height:1.6;color:#555;margin-bottom:0}
.contact_info_card a{color:#9F9DFC;text-decoration:none;transition:color .3s ease}
.contact_info_card a:hover{color:#048293}
.form_main_section{padding:90px 20px;background:linear-gradient(180deg,white 0%,#9f9dfc0d 100%)}
.form_container_outer{max-width:1366px;margin:0 auto}
.form_layout_split{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.form_info_sidebar{padding-right:20px}
.form_info_sidebar h2{font-size:2.2rem;color:#048293;margin-bottom:20px;font-weight:600}
.form_info_sidebar .info_description{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:32px}
.sidebar_highlights{list-style:none;padding:0;margin:0}
.sidebar_highlights li{padding-left:32px;position:relative;margin-bottom:16px;font-size:1.05rem;color:#555;line-height:1.6}
.sidebar_highlights li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);border-radius:4px}
.sidebar_highlights li::after{content:'✓';position:absolute;left:5px;top:4px;color:#fff;font-size:.85rem;font-weight:700}
.contact_form_block{background:#fff;padding:44px 40px;border-radius:14px;box-shadow:0 8px 28px #00000014}
.contact_form_block h3{font-size:1.6rem;color:#048293;margin-bottom:28px;font-weight:600}
.form_field_group{margin-bottom:24px}
.form_field_group label{display:block;font-size:.95rem;font-weight:500;color:#333;margin-bottom:8px}
.form_field_group input[type="email"],.form_field_group textarea,.form_field_group select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;color:#333;transition:all .3s ease;background:#FAFEFB}
.form_field_group input[type="email"]:focus,.form_field_group textarea:focus,.form_field_group select:focus{outline:none;border-color:#9F9DFC;box-shadow:0 0 0 4px #9f9dfc26}
.form_field_group textarea{min-height:140px;resize:vertical}
.form_field_group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23048293' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.radio_group_wrapper{margin-bottom:24px}
.radio_group_wrapper legend{font-size:.95rem;font-weight:500;color:#333;margin-bottom:12px;display:block}
.radio_options{display:flex;gap:20px;flex-wrap:wrap}
.radio_option_item{position:relative}
.radio_option_item input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radio_option_item label{display:inline-block;padding:10px 20px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#555;background:#FAFEFB}
.radio_option_item input[type="radio"]:checked + label{border-color:#9F9DFC;background:linear-gradient(135deg,#9f9dfc1a 0%,#0482931a 100%);color:#048293;font-weight:500}
.radio_option_item input[type="radio"]:focus + label{box-shadow:0 0 0 4px #9f9dfc26}
.conditional_field{display:none;margin-top:16px;padding:20px;background:#9f9dfc0d;border-radius:8px;border-left:4px solid #9F9DFC}
#inquiry_type_group:checked ~ .conditional_field--group,#inquiry_type_individual:checked ~ .conditional_field--individual{display:block}
.privacy_consent{margin:28px 0;padding:16px;background:#0482930d;border-radius:8px}
.privacy_consent label{display:flex;align-items:start;cursor:pointer;font-size:.95rem;color:#444;line-height:1.5}
.privacy_consent input[type="checkbox"]{margin-right:12px;margin-top:3px;cursor:pointer;width:18px;height:18px;accent-color:#9F9DFC}
.privacy_consent a{color:#048293;text-decoration:underline}
.privacy_consent a:hover{color:#9F9DFC}
.submit_button_wrap{text-align:right}
.submit_btn{padding:16px 48px;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #9f9dfc4d}
.submit_btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9f9dfc66}
.submit_btn:active{transform:translateY(0)}
.submit_btn:disabled{opacity:.6;cursor:not-allowed}
.office_hours_section{padding:80px 20px;background:#fff}
.office_hours_container{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hours_text_content h2{font-size:2.2rem;color:#048293;margin-bottom:20px;font-weight:600}
.hours_text_content p{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:32px}
.response_promise{background:linear-gradient(135deg,#9f9dfc1a 0%,#0482931a 100%);padding:24px;border-radius:10px;border-left:4px solid #9F9DFC}
.response_promise h4{font-size:1.2rem;color:#048293;margin-bottom:10px;font-weight:600}
.response_promise p{font-size:1rem;color:#555;margin:0}
.hours_schedule_display{background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);padding:40px;border-radius:14px;box-shadow:0 8px 28px #9f9dfc4d}
.schedule_item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #fafefb33}
.schedule_item:last-child{border-bottom:none}
.schedule_item .day_label{font-size:1.1rem;color:#FAFEFB;font-weight:500}
.schedule_item .time_range{font-size:1.05rem;color:#fafefbe6}
.cta_final_section{padding:100px 20px;background:linear-gradient(180deg,#9f9dfc14 0%,white 100%);text-align:center}
.cta_content_inner{max-width:800px;margin:0 auto}
.cta_content_inner h2{font-size:2.6rem;color:#048293;margin-bottom:20px;font-weight:600;line-height:1.2}
.cta_content_inner p{font-size:1.15rem;line-height:1.7;color:#444;margin-bottom:40px}
.cta_button_primary{display:inline-block;padding:18px 54px;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);color:#fff;text-decoration:none;border-radius:10px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #9f9dfc4d}
.cta_button_primary:hover{transform:translateY(-3px);box-shadow:0 8px 28px #9f9dfc66}
@media (max-width: 1024px) {
.form_layout_split,.office_hours_container{grid-template-columns:1fr;gap:40px}
.hero_manifesto h1{font-size:2.6rem}
.section_intro_text h2,.hours_text_content h2,.cta_content_inner h2{font-size:2rem}
}
@media (max-width: 768px) {
.contact_hero{min-height:420px;padding:60px 20px}
.hero_manifesto h1{font-size:2.2rem}
.hero_manifesto .subtitle_text{font-size:1.1rem}
.contact_cards_grid{grid-template-columns:1fr;gap:24px}
.contact_form_block{padding:32px 24px}
.radio_options{flex-direction:column;gap:12px}
.radio_option_item label{display:block;width:100%}
.submit_button_wrap{text-align:center}
.submit_btn{width:100%}
.hours_schedule_display{padding:28px 20px}
.cta_content_inner h2{font-size:2rem}
.cta_button_primary{display:block;width:100%;padding:16px 32px}
}
@media (max-width: 480px) {
.hero_manifesto h1{font-size:1.85rem}
.section_intro_text h2{font-size:1.75rem}
.contact_form_block h3{font-size:1.4rem}
}
.hero_outer{background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);padding:80px 20px;position:relative;overflow:hidden}
.hero_outer::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fafefb1a 0%,transparent 70%);border-radius:50%;animation:float_pulse 8s ease-in-out infinite}
@keyframes float_pulse {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-30px) scale(1.05)}
}
.hero_content_wrap{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero_text_section{position:relative;z-index:2}
.hero_text_section h1{font-size:3.2rem;color:#FAFEFB;margin-bottom:30px;line-height:1.2;font-weight:700}
.hero_text_section h1::after{content:'';display:block;width:120px;height:4px;background:#FAFEFB;margin-top:20px;border-radius:2px}
.qa_block{background:#fafefbf2;padding:35px;border-radius:12px;margin-top:30px;box-shadow:0 8px 24px #00000026}
.qa_block .question{font-size:1.3rem;color:#048293;font-weight:600;margin-bottom:12px}
.qa_block .answer{font-size:1.05rem;color:#333;line-height:1.7}
.hero_image_section{position:relative;z-index:2}
.hero_image_section img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 40px #0003;animation:gentle_float 6s ease-in-out infinite}
@keyframes gentle_float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-15px)}
}
.arrow_decoration{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:50px;height:50px}
.arrow_decoration svg{width:100%;height:100%;fill:#FAFEFB;opacity:.7;animation:bounce_arrow 2s ease-in-out infinite}
@keyframes bounce_arrow {
0%,100%{transform:translateY(0)}
50%{transform:translateY(10px)}
}
.story_section{background:#FAFEFB;padding:100px 20px}
.story_inner{max-width:1366px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}
.story_col_left{flex:1}
.story_col_left h2{font-size:2.6rem;color:#048293;margin-bottom:25px;font-weight:700;position:relative;display:inline-block}
.story_col_left h2::before{content:'';position:absolute;left:-20px;top:10px;width:6px;height:60%;background:linear-gradient(180deg,#9F9DFC,#048293);border-radius:3px}
.story_col_left p{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:20px}
.story_col_right{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:25px}
.stat_card{background:linear-gradient(135deg,#9F9DFC,#048293);padding:35px 25px;border-radius:12px;text-align:center;box-shadow:0 6px 20px #04829340;transition:transform .3s ease,box-shadow .3s ease}
.stat_card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #04829359}
.stat_card .number{font-size:3rem;color:#FAFEFB;font-weight:700;margin-bottom:10px}
.stat_card .label{font-size:1rem;color:#FAFEFB;font-weight:500}
.approach_wrapper{background:linear-gradient(to bottom,#FAFEFB 0%,#f0f4f8 100%);padding:100px 20px}
.approach_container{max-width:1366px;margin:0 auto}
.approach_container h2{font-size:2.6rem;color:#048293;text-align:center;margin-bottom:60px;font-weight:700}
.approach_container h2::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(90deg,#9F9DFC,#048293);margin:20px auto 0;border-radius:2px}
.approach_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach_item{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 16px #00000014;border-left:5px solid #9F9DFC;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.approach_item:nth-child(2){border-left-color:#048293;transform:translateY(20px)}
.approach_item:nth-child(3){border-left-color:#9F9DFC}
.approach_item:hover{transform:translateY(-10px);box-shadow:0 10px 28px #00000026}
.approach_item h3{font-size:1.6rem;color:#048293;margin-bottom:15px;font-weight:600}
.approach_item p{font-size:1.05rem;color:#666;line-height:1.7}
.approach_item::before{content:'';position:absolute;top:20px;right:20px;width:40px;height:40px;background:linear-gradient(135deg,#9F9DFC,#048293);opacity:.1;border-radius:50%}
.team_spotlight{background:#FAFEFB;padding:100px 20px}
.team_content_wrap{max-width:1366px;margin:0 auto}
.team_content_wrap h2{font-size:2.6rem;color:#048293;margin-bottom:50px;font-weight:700;text-align:center}
.team_showcase{display:flex;gap:50px;align-items:center;background:#fff;padding:50px;border-radius:16px;box-shadow:0 8px 28px #0000001a}
.team_photo{flex:0 0 280px}
.team_photo img{width:280px;height:280px;border-radius:50%;object-fit:cover;border:6px solid #9F9DFC;box-shadow:0 8px 24px #9f9dfc4d}
.team_info{flex:1}
.team_info h3{font-size:2rem;color:#048293;margin-bottom:8px;font-weight:600}
.team_info .role{font-size:1.2rem;color:#9F9DFC;margin-bottom:20px;font-weight:500}
.team_info p{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:15px}
.team_link_btn{display:inline-block;background:linear-gradient(135deg,#9F9DFC,#048293);color:#FAFEFB;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;margin-top:15px;box-shadow:0 4px 12px #9f9dfc66;transition:transform .3s ease,box-shadow .3s ease}
.team_link_btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #9f9dfc80}
.values_area{background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);padding:100px 20px;position:relative;overflow:hidden}
.values_area::before{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fafefb1f 0%,transparent 70%);border-radius:50%}
.values_inner{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.values_inner h2{font-size:2.6rem;color:#FAFEFB;text-align:center;margin-bottom:60px;font-weight:700}
.values_masonry{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}
.value_card{background:#fafefbf2;padding:40px 30px;border-radius:12px;box-shadow:0 6px 20px #00000026;transition:transform .3s ease}
.value_card:hover{transform:scale(1.05)}
.value_card h3{font-size:1.6rem;color:#048293;margin-bottom:15px;font-weight:600;position:relative;padding-left:30px}
.value_card h3::before{content:'';position:absolute;left:0;top:5px;width:20px;height:20px;background:linear-gradient(135deg,#9F9DFC,#048293);border-radius:50%}
.value_card p{font-size:1.05rem;color:#555;line-height:1.7}
.image_grid_section{background:#FAFEFB;padding:100px 20px}
.image_grid_container{max-width:1366px;margin:0 auto}
.image_grid_container h2{font-size:2.6rem;color:#048293;text-align:center;margin-bottom:50px;font-weight:700}
.masonry_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.masonry_grid .grid_item:nth-child(1){grid-row:span 2}
.masonry_grid .grid_item:nth-child(4){grid-column:span 2}
.grid_item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 6px 20px #0000001f;transition:transform .3s ease,box-shadow .3s ease}
.grid_item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0003}
.grid_item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.grid_item:hover img{transform:scale(1.1)}
@media (max-width: 1024px) {
.hero_content_wrap{grid-template-columns:1fr;gap:40px}
.hero_text_section h1{font-size:2.4rem}
.story_inner{flex-direction:column;gap:50px}
.approach_grid{grid-template-columns:repeat(2,1fr)}
.approach_item:nth-child(2){transform:translateY(0)}
.team_showcase{flex-direction:column;text-align:center}
.team_photo{flex:0 0 auto}
.masonry_grid{grid-template-columns:repeat(2,1fr)}
.masonry_grid .grid_item:nth-child(1){grid-row:span 1}
.masonry_grid .grid_item:nth-child(4){grid-column:span 1}
}
@media (max-width: 768px) {
.hero_outer{padding:60px 20px}
.hero_text_section h1{font-size:2rem}
.qa_block{padding:25px}
.story_section,.approach_wrapper,.team_spotlight,.values_area,.image_grid_section{padding:60px 20px}
.story_col_right{grid-template-columns:1fr}
.approach_grid{grid-template-columns:1fr}
.values_masonry{grid-template-columns:1fr}
.masonry_grid{grid-template-columns:1fr}
}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#f0f4f8}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9F9DFC,#048293);border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8a88e8,#037283);box-shadow:0 0 8px #9f9dfc80}
.program_hero{background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);position:relative;overflow:hidden;padding:80px 20px}
.program_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fafefb26 0%,transparent 70%);animation:float_particle 20s infinite ease-in-out}
.program_hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#fafefb1a 0%,transparent 70%);animation:float_particle 15s infinite ease-in-out reverse}
@keyframes float_particle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.hero_content_wrap{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero_text_zone{padding:20px 0}
.hero_text_zone h1{font-size:3.2rem;line-height:1.2;color:#FAFEFB;margin:0 0 20px;font-weight:700}
.hero_text_zone .subtitle_desc{font-size:1.25rem;line-height:1.6;color:#fafefbe6;margin:0 0 35px}
.hero_cta_btn{display:inline-block;padding:16px 42px;background:#FAFEFB;color:#048293;text-decoration:none;border-radius:10px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.hero_cta_btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#048293;color:#FAFEFB}
.hero_img_container{position:relative;transform:rotate(-3deg)}
.hero_img_container img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0003;filter:brightness(1.05) contrast(1.05)}
.program_structure{background:#FAFEFB;padding:100px 20px}
.structure_inner{max-width:1366px;margin:0 auto}
.structure_header{text-align:center;margin-bottom:70px}
.structure_header h2{font-size:2.5rem;color:#048293;margin:0 0 15px;position:relative;display:inline-block}
.structure_header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#9F9DFC,#048293);border-radius:2px}
.structure_header p{font-size:1.15rem;color:#333;line-height:1.7;margin:25px auto 0;max-width:700px}
.path_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.path_card{background:#fff;border-radius:12px;padding:40px 30px;box-shadow:0 4px 16px #04829314;transition:all .3s ease;border:2px solid transparent}
.path_card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #9f9dfc33;border-color:#9F9DFC}
.path_card h3{font-size:1.5rem;color:#048293;margin:0 0 15px;display:flex;align-items:center;gap:12px}
.path_card h3::before{content:'';width:8px;height:8px;background:#9F9DFC;border-radius:50%;flex-shrink:0}
.path_card p{font-size:1rem;line-height:1.65;color:#555;margin:0}
.instructor_showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.instructor_profile{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 12px #00000014;transition:all .3s ease}
.instructor_profile:hover{box-shadow:0 6px 20px #9f9dfc40}
.instructor_profile img{width:100%;height:280px;object-fit:cover}
.instructor_info{padding:25px;background:linear-gradient(135deg,#9f9dfc0d 0%,#0482930d 100%)}
.instructor_info h4{font-size:1.3rem;color:#048293;margin:0 0 8px}
.instructor_info p{font-size:.95rem;color:#666;margin:0 0 15px;line-height:1.6}
.expertise_tags{display:flex;flex-wrap:wrap;gap:8px}
.tag{display:inline-block;padding:5px 12px;background:#9f9dfc26;color:#048293;font-size:.85rem;border-radius:6px;font-weight:500}
.schedule_timeline{margin-top:60px;position:relative}
.schedule_timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#9F9DFC 0%,#048293 100%);transform:translateX(-50%)}
.timeline_step{display:grid;grid-template-columns:1fr 80px 1fr;gap:30px;margin-bottom:50px;align-items:center}
.timeline_step:nth-child(even) .step_content_left{grid-column:3}
.timeline_step:nth-child(even) .step_content_right{grid-column:1}
.step_content_left,.step_content_right{background:#fff;padding:25px;border-radius:12px;box-shadow:0 3px 12px #00000014}
.step_content_left h5,.step_content_right h5{font-size:1.2rem;color:#048293;margin:0 0 10px}
.step_content_left p,.step_content_right p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.timeline_marker{width:80px;height:80px;background:linear-gradient(135deg,#9F9DFC,#048293);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#FAFEFB;box-shadow:0 4px 16px #9f9dfc66;position:relative;z-index:3;grid-column:2}
@media (max-width: 1024px) {
.hero_content_wrap{grid-template-columns:1fr;gap:40px}
.hero_img_container{transform:rotate(0)}
.hero_text_zone h1{font-size:2.5rem}
.path_grid{grid-template-columns:1fr;gap:30px}
.instructor_showcase{grid-template-columns:1fr}
.timeline_step{grid-template-columns:1fr;gap:20px}
.timeline_step:nth-child(even) .step_content_left,.timeline_step:nth-child(even) .step_content_right{grid-column:1}
.schedule_timeline::before{left:40px}
.timeline_marker{width:60px;height:60px;font-size:1.3rem;margin:0 auto}
}
@media (max-width: 768px) {
.program_hero{padding:60px 20px}
.hero_text_zone h1{font-size:2rem}
.hero_text_zone .subtitle_desc{font-size:1.1rem}
.hero_img_container img{height:300px}
.structure_header h2{font-size:2rem}
.program_structure{padding:60px 20px}
}
.success_wrap{background:linear-gradient(135deg,#FAFEFB 0%,#f5f9fc 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}
.success_inner{max-width:720px;margin:0 auto;text-align:center}
.success_icon_wrap{width:140px;height:140px;margin:0 auto 40px;position:relative;animation:pulse_scale 2s ease-in-out infinite}
@keyframes pulse_scale {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.success_circle_outer{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#9F9DFC 0%,#048293 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #9f9dfc4d;position:relative}
.success_circle_outer::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:50%;border:2px solid #9F9DFC;opacity:.3}
.success_checkmark{width:70px;height:70px;position:relative}
.success_checkmark svg{width:100%;height:100%;stroke:#FAFEFB;stroke-width:4;stroke-linecap:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw_check .8s ease-out forwards}
@keyframes draw_check {
to{stroke-dashoffset:0}
}
.success_title_main{font-size:42px;font-weight:700;color:#048293;margin:0 0 20px;line-height:1.2}
.success_message_text{font-size:18px;color:#4a5568;line-height:1.7;margin:0 0 16px}
.success_detail_info{font-size:16px;color:#718096;line-height:1.6;margin:0 0 48px}
.success_action_group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_primary_success{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#9F9DFC 0%,#7d7ae6 100%);color:#FAFEFB;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #9f9dfc40}
.btn_primary_success:hover{transform:translateY(-2px);box-shadow:0 6px 24px #9f9dfc59;background:linear-gradient(135deg,#8a88f0 0%,#6d6ad9 100%)}
.btn_secondary_success{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#FAFEFB;color:#048293;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;border:2px solid #048293;transition:all .3s ease}
.btn_secondary_success:hover{background:#048293;color:#FAFEFB;transform:translateY(-2px);box-shadow:0 4px 16px #04829333}
.info_box_success{background:#FAFEFB;border-left:4px solid #9F9DFC;padding:24px 28px;border-radius:10px;margin:48px 0 0;box-shadow:0 2px 12px #0000000d}
.info_box_success p{margin:0;color:#4a5568;font-size:15px;line-height:1.6}
.info_box_success strong{color:#048293;font-weight:600}
@media (max-width: 768px) {
.success_wrap{padding:40px 16px}
.success_icon_wrap{width:110px;height:110px;margin-bottom:32px}
.success_checkmark{width:55px;height:55px}
.success_title_main{font-size:32px;margin-bottom:16px}
.success_message_text{font-size:16px;margin-bottom:14px}
.success_detail_info{font-size:15px;margin-bottom:36px}
.success_action_group{flex-direction:column;gap:12px}
.btn_primary_success,.btn_secondary_success{width:100%;justify-content:center;padding:14px 28px;font-size:16px}
.info_box_success{padding:20px 22px;margin-top:36px}
}
@media (max-width: 480px) {
.success_title_main{font-size:28px}
.success_message_text{font-size:15px}
.success_detail_info{font-size:14px}
}