*{box-sizing:border-box}
body{font-family:'Cabin',sans-serif;margin:0;padding:0;background:#FEFEFE;color:#2A2A2A;line-height:1.6}
.site_heado{background:#FFF;border-bottom:2px solid #6533E6;box-shadow:0 2px 8px #6533e614}
.site_heado .heado_holder{max-width:1366px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between}
.site_heado .brand_zone{display:flex;align-items:center;gap:16px}
.site_heado .logo_link{display:block;width:85px;height:85px;background:#e2fcf166;border:2px solid #016D98;border-radius:12px;padding:8px;box-shadow:0 2px 6px #016d981f}
.site_heado .brand_logo{width:100%;height:100%;object-fit:contain}
.site_heado .company_label{font-size:26px;font-weight:700;color:#6533E6;letter-spacing:.5px}
.site_heado .main_navi{display:flex;gap:32px;align-items:center}
.site_heado .navi_item{font-size:17px;font-weight:400;color:#2A2A2A;text-decoration:none;padding:10px 18px;border:1px solid transparent;border-radius:8px;transition:all .25s ease}
.site_heado .navi_item:hover{color:#6533E6;border-color:#6533E6;background:#6533e60a;box-shadow:0 2px 6px #6533e61a}
.site_foot{background:linear-gradient(135deg,#016D98 0%,#6533E6 100%);color:#FFF;padding:52px 0 0;margin-top:80px}
.site_foot .foot_holder{max-width:1366px;margin:0 auto;padding:0 32px}
.site_foot .foot_top_row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:42px;border-bottom:1px solid #e2fcf14d}
.site_foot .foot_heading{font-size:24px;font-weight:700;margin:0 0 16px;color:#E2FCF1}
.site_foot .foot_text{font-size:15px;line-height:1.7;margin:0;color:#ffffffe6}
.site_foot .foot_subhead{font-size:18px;font-weight:700;margin:0 0 18px;color:#E2FCF1}
.site_foot .foot_navi{display:flex;flex-direction:column;gap:12px}
.site_foot .foot_link{font-size:15px;color:#ffffffd9;text-decoration:none;transition:all .2s ease;padding:4px 0}
.site_foot .foot_link:hover{color:#E2FCF1;padding-left:6px}
.site_foot .contact_block{display:flex;flex-direction:column;gap:8px}
.site_foot .contact_line{font-size:15px;margin:0;color:#ffffffe6}
.site_foot .contact_link{color:#ffffffe6;text-decoration:none;transition:color .2s ease}
.site_foot .contact_link:hover{color:#E2FCF1}
.site_foot .foot_bottom_row{padding:28px 0;text-align:center}
.site_foot .copyright_text{font-size:14px;margin:0;color:#ffffffbf}
.cookie_popup{position:fixed;right:24px;top:50%;transform:translateY(-50%) translateX(450px);width:420px;background:#FFF;border:2px solid #6533E6;border-radius:12px;box-shadow:0 8px 24px #6533e633;z-index:9999;transition:transform .4s ease;display:none}
.cookie_popup.visible{display:block;animation:slideInFromRight .4s ease forwards}
.cookie_popup.hiding{animation:slideOutToRight .4s ease forwards}
@keyframes slideInFromRight {
to{transform:translateY(-50%) translateX(0)}
}
@keyframes slideOutToRight {
from{transform:translateY(-50%) translateX(0)}
to{transform:translateY(-50%) translateX(450px)}
}
.cookie_popup .cookie_inner{padding:28px}
.cookie_popup .cookie_title{font-size:22px;font-weight:700;color:#6533E6;margin:0 0 14px}
.cookie_popup .cookie_desc{font-size:14px;line-height:1.6;color:#2A2A2A;margin:0 0 22px}
.cookie_popup .cookie_categories{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.cookie_popup .cookie_cat_item{border:1px solid #6533e633;border-radius:8px;padding:14px;background:#e2fcf133}
.cookie_popup .cat_header{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.cookie_popup .cat_checkbox{width:18px;height:18px;cursor:pointer}
.cookie_popup .cat_checkbox:disabled{cursor:not-allowed}
.cookie_popup .cat_label{font-size:16px;font-weight:700;color:#016D98;cursor:pointer}
.cookie_popup .cat_info{font-size:13px;line-height:1.5;color:#555;margin:0;padding-left:28px}
.cookie_popup .cookie_actions{display:flex;flex-direction:column;gap:10px}
.cookie_popup .cookie_butt{padding:12px 20px;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:all .25s ease;font-family:'Cabin',sans-serif}
.cookie_popup .cookie_accept{background:#6533E6;color:#FFF}
.cookie_popup .cookie_accept:hover{background:#5028C7;box-shadow:0 4px 12px #6533e64d}
.cookie_popup .cookie_decline{background:#E2FCF1;color:#016D98;border:2px solid #016D98}
.cookie_popup .cookie_decline:hover{background:#016D98;color:#FFF;box-shadow:0 4px 12px #016d984d}
.cookie_popup .cookie_save{background:transparent;color:#6533E6;border:2px solid #6533E6}
.cookie_popup .cookie_save:hover{background:#6533e614;box-shadow:0 4px 12px #6533e626}
@media (max-width: 968px) {
.site_heado .heado_holder{flex-direction:column;gap:20px;padding:16px 20px}
.site_heado .main_navi{width:100%;justify-content:center;gap:20px}
.site_foot .foot_top_row{grid-template-columns:1fr;gap:32px}
.cookie_popup{right:12px;left:12px;width:auto}
}
@media (max-width: 640px) {
.site_heado .company_label{font-size:20px}
.site_heado .logo_link{width:70px;height:70px}
.site_heado .main_navi{flex-direction:column;gap:12px}
.cookie_popup .cookie_inner{padding:20px}
}
.terms-block{max-width:1366px;margin:0 auto;padding:80px 24px;background-color:#fff}
.terms-block h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 48px;font-weight:700;letter-spacing:-.5px}
.terms-block h2{font-size:32px;line-height:1.3;color:#2a2a2a;margin:56px 0 24px;font-weight:600;letter-spacing:-.3px;border-bottom:2px solid #E2FCF1;padding-bottom:12px}
.terms-block h3{font-size:24px;line-height:1.4;color:#3a3a3a;margin:40px 0 20px;font-weight:600}
.terms-block h4{font-size:20px;line-height:1.4;color:#4a4a4a;margin:32px 0 16px;font-weight:600}
.terms-block h5{font-size:18px;line-height:1.5;color:#5a5a5a;margin:28px 0 14px;font-weight:600}
.terms-block h6{font-size:16px;line-height:1.5;color:#6a6a6a;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.terms-block p{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 20px;max-width:800px}
.terms-block strong,.terms-block b{font-weight:600;color:#2a2a2a}
.terms-block a{color:#6533E6;text-decoration:none;border-bottom:1px solid #6533e64d;transition:all .3s ease}
.terms-block a:hover{color:#016D98;border-bottom-color:#016D98}
.terms-block table{width:100%;max-width:100%;margin:32px 0;border-collapse:collapse;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a}
.terms-block thead{background-color:#6533E6}
.terms-block thead tr{border:none}
.terms-block thead th{color:#fff;font-weight:600;text-align:left;padding:18px 20px;font-size:16px;letter-spacing:.3px}
.terms-block tbody{background-color:#fff}
.terms-block tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}
.terms-block tbody tr:last-child{border-bottom:none}
.terms-block tbody tr:hover{background-color:#fafafa}
.terms-block td{padding:16px 20px;font-size:16px;color:#4a4a4a;line-height:1.6}
.terms-block th{padding:18px 20px;font-weight:600;text-align:left}
.terms-block hr{border:none;height:2px;background:linear-gradient(to right,#6533E6,#016D98,#E2FCF1);margin:48px 0;border-radius:2px}
@media (max-width: 768px) {
.terms-block{padding:48px 20px}
.terms-block h1{font-size:32px;margin-bottom:32px}
.terms-block h2{font-size:26px;margin-top:40px;margin-bottom:20px}
.terms-block h3{font-size:22px;margin-top:32px}
.terms-block h4{font-size:19px;margin-top:28px}
.terms-block h5{font-size:17px;margin-top:24px}
.terms-block h6{font-size:15px;margin-top:20px}
.terms-block p{font-size:16px;line-height:1.7;margin-bottom:18px}
.terms-block table{font-size:14px;margin:24px 0}
.terms-block thead th{padding:14px 12px;font-size:14px}
.terms-block td{padding:12px;font-size:14px}
.terms-block th{padding:14px 12px}
.terms-block hr{margin:36px 0}
}
@media (max-width: 480px) {
.terms-block{padding:32px 16px}
.terms-block h1{font-size:28px;margin-bottom:24px}
.terms-block h2{font-size:24px;margin-top:32px;margin-bottom:16px}
.terms-block p{font-size:15px}
.terms-block table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.terms-block thead th,.terms-block td,.terms-block th{padding:10px 8px;font-size:13px}
}
.prog_hero{position:relative;padding:80px 20px;background:linear-gradient(135deg,#6533e614 0%,#016d980f 100%);overflow:hidden}
.prog_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:linear-gradient(45deg,#E2FCF1 0%,#e2fcf14d 100%);border-radius:50%;z-index:1}
.prog_hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#6533e60d;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.prog_hero_wrap{max-width:1366px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.prog_hero_txt h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.prog_hero_txt p{font-size:18px;line-height:1.6;color:#4a4a4a;margin-bottom:32px}
.prog_hero_actions{display:flex;gap:16px;flex-wrap:wrap}
.prog_hero_actions .btn{padding:14px 32px;font-size:16px;border-radius:10px;text-decoration:none;transition:all .3s ease;font-weight:600}
.prog_hero_actions .btn_prim{background:#6533E6;color:#fff;box-shadow:0 4px 12px #6533e64d}
.prog_hero_actions .btn_prim:hover{background:#5428c4;transform:translateY(-2px);box-shadow:0 6px 18px #6533e666}
.prog_hero_actions .btn_sec{background:transparent;color:#016D98;border:2px solid #016D98}
.prog_hero_actions .btn_sec:hover{background:#016D98;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #016d984d}
.prog_hero_visual{position:relative}
.prog_hero_visual img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #0000001f}
.prog_hero_line{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80%;height:3px;background:linear-gradient(90deg,transparent 0%,#6533E6 50%,transparent 100%)}
.prog_modules{padding:90px 20px;background:#fff}
.prog_modules_contain{max-width:1366px;margin:0 auto}
.prog_modules h2{font-size:38px;color:#1a1a1a;margin-bottom:16px;font-weight:700}
.prog_modules_intro{font-size:17px;line-height:1.7;color:#5a5a5a;margin-bottom:50px;max-width:800px}
.prog_modules_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.prog_mod_card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:32px;border:2px solid transparent;transition:all .4s ease;position:relative;overflow:hidden}
.prog_mod_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6533E6 0%,#016D98 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.prog_mod_card:hover::before{transform:scaleX(1)}
.prog_mod_card:hover{border-color:#E2FCF1;box-shadow:0 8px 24px #6533e626;transform:translateY(-4px)}
.prog_mod_num{display:inline-block;font-size:14px;font-weight:700;color:#6533E6;background:#6533e61a;padding:6px 14px;border-radius:20px;margin-bottom:16px}
.prog_mod_card h3{font-size:22px;color:#1a1a1a;margin-bottom:12px;font-weight:600}
.prog_mod_card p{font-size:15px;line-height:1.6;color:#666}
.prog_structure{padding:80px 20px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%)}
.prog_structure_wrap{max-width:1366px;margin:0 auto}
.prog_structure h2{font-size:38px;color:#1a1a1a;margin-bottom:60px;text-align:center;font-weight:700}
.prog_timeline{position:relative;padding-left:40px}
.prog_timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#6533E6 0%,#016D98 100%)}
.prog_timeline_item{position:relative;margin-bottom:48px;padding-left:40px}
.prog_timeline_item::before{content:'';position:absolute;left:-44px;top:8px;width:16px;height:16px;background:#6533E6;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px #6533e633}
.prog_timeline_item h3{font-size:24px;color:#1a1a1a;margin-bottom:10px;font-weight:600}
.prog_timeline_meta{font-size:14px;color:#016D98;margin-bottom:12px;font-weight:600}
.prog_timeline_item p{font-size:16px;line-height:1.7;color:#555}
.prog_outcomes{padding:90px 20px;background:#fff}
.prog_outcomes_holder{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:45% 1fr;gap:80px;align-items:center}
.prog_outcomes_img{position:relative}
.prog_outcomes_img img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 16px 40px #00000026}
.prog_outcomes_img::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#e2fcf199;border-radius:50%;z-index:-1}
.prog_outcomes_txt h2{font-size:38px;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.prog_outcomes_txt > p{font-size:17px;line-height:1.7;color:#4a4a4a;margin-bottom:36px}
.prog_outcomes_list{list-style:none;padding:0;margin:0}
.prog_outcomes_list li{position:relative;padding-left:36px;margin-bottom:20px;font-size:16px;line-height:1.6;color:#333}
.prog_outcomes_list li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background:#6533E6;border-radius:4px;box-shadow:0 2px 6px #6533e64d}
.prog_outcomes_list li::after{content:'✓';position:absolute;left:5px;top:5px;color:#fff;font-size:12px;font-weight:700}
.prog_enroll{padding:80px 20px;background:linear-gradient(135deg,#6533e6f2 0%,#016d98e6 100%);position:relative;overflow:hidden}
.prog_enroll::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#ffffff1a;border-radius:50%}
.prog_enroll::after{content:'';position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:#e2fcf126;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
.prog_enroll_container{max-width:1366px;margin:0 auto;text-align:center;position:relative;z-index:2}
.prog_enroll h2{font-size:42px;color:#fff;margin-bottom:20px;font-weight:700}
.prog_enroll p{font-size:18px;color:#fffffff2;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.prog_enroll_btn{display:inline-block;padding:18px 48px;background:#fff;color:#6533E6;font-size:18px;font-weight:700;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 20px #0003}
.prog_enroll_btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 28px #0000004d;background:#E2FCF1}
@media (max-width: 1024px) {
.prog_hero_wrap{grid-template-columns:1fr;gap:40px}
.prog_hero_txt h1{font-size:38px}
.prog_modules_grid{grid-template-columns:repeat(2,1fr)}
.prog_outcomes_holder{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.prog_hero{padding:60px 20px}
.prog_hero_txt h1{font-size:32px}
.prog_hero_txt p{font-size:16px}
.prog_hero_visual img{height:300px}
.prog_modules_grid{grid-template-columns:1fr}
.prog_modules h2,.prog_structure h2,.prog_outcomes_txt h2{font-size:30px}
.prog_timeline{padding-left:30px}
.prog_enroll h2{font-size:32px}
.prog_enroll p{font-size:16px}
}
.about_hero_wrap{max-width:1366px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-top:80px;padding-bottom:80px;background:linear-gradient(135deg,#6533e608 0%,#016d980d 100%);position:relative}
.about_hero_wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,#6533e605 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,#016d9805 40px);pointer-events:none;z-index:1}
.hero_txt_holder{z-index:2;position:relative}
.hero_img_holder{z-index:2;position:relative}
.about_hero_wrap .txt_label{display:inline-block;background:linear-gradient(120deg,#6533E6,#016D98);color:#fff;padding:8px 20px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:24px;letter-spacing:.5px}
.about_hero_wrap .main_heading{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.about_hero_wrap .desc_text{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.hero_img_holder img{width:100%;height:460px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #0000001f;filter:contrast(1.05) brightness(1.02)}
.story_section_wrap{padding:100px 20px;background:#fff}
.story_inner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:80px;align-items:start}
.story_visual_side{position:sticky;top:100px}
.story_visual_side img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #6533e626}
.story_content_side .sect_heading{font-size:38px;color:#1a1a1a;margin:0 0 32px;font-weight:700;position:relative;padding-left:24px}
.story_content_side .sect_heading::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#6533E6,#016D98);border-radius:3px}
.story_content_side .info_block{margin-bottom:36px}
.story_content_side .info_block h3{font-size:22px;color:#016D98;margin:0 0 16px;font-weight:600}
.story_content_side .info_block p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
.values_container{max-width:1366px;margin:0 auto;padding:100px 20px;background:linear-gradient(160deg,#e2fcf166 0%,#6533e60f 100%)}
.values_container .section_head{text-align:center;margin-bottom:64px}
.values_container .section_head h2{font-size:42px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.values_container .section_head p{font-size:18px;color:#4a4a4a;margin:0;max-width:680px;margin:0 auto}
.values_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.value_card{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.value_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6533E6,#016D98);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.value_card:hover::before{transform:scaleX(1)}
.value_card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #6533e633}
.value_card .icon_holder{width:64px;height:64px;background:linear-gradient(135deg,#6533e61a,#016d981a);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.value_card .icon_holder svg{width:32px;height:32px;fill:#6533E6}
.value_card h3{font-size:22px;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.value_card p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.approach_holder{padding:100px 20px;background:#fff}
.approach_inner{max-width:1366px;margin:0 auto}
.approach_inner .top_intro{text-align:center;margin-bottom:72px}
.approach_inner .top_intro h2{font-size:42px;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.approach_inner .top_intro p{font-size:18px;color:#4a4a4a;margin:0;max-width:760px;margin:0 auto;line-height:1.7}
.stages_layout{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 60px}
.stage_item{display:flex;gap:24px;align-items:start;padding:32px;border-radius:12px;background:linear-gradient(135deg,#e2fcf14d 0%,#6533e60a 100%);transition:all .3s ease}
.stage_item:hover{background:linear-gradient(135deg,#e2fcf180 0%,#6533e614 100%);box-shadow:0 8px 24px #00000014}
.stage_number{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#6533E6,#016D98);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 4px 12px #6533e64d}
.stage_details h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.stage_details p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.cta_section_wrap{padding:100px 20px;background:linear-gradient(135deg,#6533E6 0%,#016D98 100%);position:relative;overflow:hidden}
.cta_section_wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%}
.cta_section_wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#016d9826;border-radius:50%}
.cta_content{max-width:1366px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta_content h2{font-size:46px;color:#fff;margin:0 0 24px;font-weight:700}
.cta_content p{font-size:20px;color:#fffffff2;margin:0 0 40px;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta_buttons{display:flex;gap:24px;justify-content:center;align-items:center}
.cta_buttons .primary_btn{background:#fff;color:#6533E6;padding:18px 44px;border-radius:12px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.cta_buttons .primary_btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000040;background:#E2FCF1}
.cta_buttons .secondary_btn{background:transparent;color:#fff;padding:18px 44px;border-radius:12px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #fff;transition:all .3s ease}
.cta_buttons .secondary_btn:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 1024px) {
.about_hero_wrap{grid-template-columns:1fr;gap:40px;padding-top:60px;padding-bottom:60px}
.about_hero_wrap .main_heading{font-size:38px}
.hero_img_holder img{height:380px}
.story_inner{grid-template-columns:1fr;gap:50px}
.story_visual_side{position:relative;top:0}
.story_visual_side img{height:420px}
.values_grid{grid-template-columns:repeat(2,1fr);gap:32px}
.stages_layout{grid-template-columns:1fr;gap:32px}
.cta_content h2{font-size:38px}
.cta_buttons{flex-direction:column}
.cta_buttons .primary_btn,.cta_buttons .secondary_btn{width:100%;max-width:320px}
}
@media (max-width: 768px) {
.about_hero_wrap .main_heading{font-size:32px}
.about_hero_wrap .desc_text{font-size:16px}
.hero_img_holder img{height:300px}
.story_section_wrap{padding:60px 20px}
.story_content_side .sect_heading{font-size:30px}
.story_visual_side img{height:320px}
.values_container{padding:60px 20px}
.values_container .section_head h2{font-size:32px}
.values_grid{grid-template-columns:1fr;gap:24px}
.approach_holder{padding:60px 20px}
.approach_inner .top_intro h2{font-size:32px}
.stage_item{flex-direction:column;padding:24px}
.cta_section_wrap{padding:60px 20px}
.cta_content h2{font-size:30px}
.cta_content p{font-size:17px}
}
.hero_wrap{position:relative;background:linear-gradient(135deg,#E2FCF1 0%,#6533e614 100%);padding:80px 20px 100px;overflow:hidden}
.hero_decor{position:absolute;border-radius:50%;opacity:.4;animation:float_anim 8s ease-in-out infinite}
.hero_decor.shape_one{width:180px;height:180px;background:linear-gradient(135deg,#6533E6,#016D98);top:10%;left:8%;animation-delay:0s}
.hero_decor.shape_two{width:120px;height:120px;background:#016d984d;bottom:15%;right:12%;animation-delay:2s}
.hero_decor.shape_three{width:90px;height:90px;background:#6533e640;top:50%;right:25%;animation-delay:4s}
@keyframes float_anim {
0%,100%{transform:translateY(0px) rotate(0deg)}
50%{transform:translateY(-30px) rotate(180deg)}
}
.hero_container{max-width:1366px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.hero_textbox{flex:1}
.hero_title{font-size:3.2rem;line-height:1.15;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.hero_desc{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin-bottom:36px}
.hero_imgbox{flex:0 0 420px;position:relative}
.hero_imgbox img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #6533e626}
.hero_cta_wrap{display:flex;gap:16px;align-items:center}
.hero_main_cta{background:linear-gradient(135deg,#6533E6,#016D98);color:#fff;padding:16px 36px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;box-shadow:0 4px 14px #6533e640;transition:all .3s ease;display:inline-block}
.hero_main_cta:hover{transform:translateY(-3px);box-shadow:0 8px 20px #6533e659}
.hero_secondary_link{color:#6533E6;font-weight:600;text-decoration:none;font-size:1.05rem;position:relative;padding-bottom:4px}
.hero_secondary_link::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:#6533E6;transform:scaleX(0);transition:transform .3s ease}
.hero_secondary_link:hover::after{transform:scaleX(1)}
@media (max-width: 992px) {
.hero_container{flex-direction:column;gap:40px}
.hero_imgbox{flex:0 0 auto;max-width:500px}
.hero_title{font-size:2.6rem}
}
@media (max-width: 640px) {
.hero_wrap{padding:60px 20px 70px}
.hero_title{font-size:2rem}
.hero_desc{font-size:1rem}
.hero_cta_wrap{flex-direction:column;align-items:stretch}
.hero_main_cta,.hero_secondary_link{text-align:center}
}
.motivate_section{padding:90px 20px;background:#fff}
.motivate_holder{max-width:1366px;margin:0 auto}
.motivate_intro{text-align:center;margin-bottom:60px}
.motivate_heading{font-size:2.4rem;color:#1a1a1a;margin-bottom:20px;font-weight:700}
.motivate_subtext{font-size:1.1rem;color:#5a5a5a;line-height:1.7;max-width:720px;margin:0 auto}
.motivate_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.motivate_card{background:linear-gradient(135deg,#e2fcf166,#016d980d);padding:36px 28px;border-radius:12px;border:1px solid #016d9826;transition:all .3s ease;position:relative}
.motivate_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#6533E6,#016D98);border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease}
.motivate_card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #6533e626}
.motivate_card:hover::before{opacity:1}
.motivate_card_title{font-size:1.35rem;color:#1a1a1a;margin-bottom:14px;font-weight:700}
.motivate_card_text{font-size:1rem;color:#4a4a4a;line-height:1.65}
@media (max-width: 992px) {
.motivate_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.motivate_section{padding:70px 20px}
.motivate_grid{grid-template-columns:1fr}
.motivate_heading{font-size:2rem}
}
.comparison_area{padding:90px 20px;background:linear-gradient(180deg,#E2FCF1 0%,#6533e60a 100%);position:relative}
.comparison_area::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#016D98,transparent)}
.comparison_container{max-width:1366px;margin:0 auto}
.comparison_top_label{text-align:center;margin-bottom:70px}
.comparison_main_title{font-size:2.5rem;color:#1a1a1a;margin-bottom:18px;font-weight:700}
.comparison_subtitle{font-size:1.15rem;color:#5a5a5a;line-height:1.7}
.comparison_layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.comparison_column_left{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 6px 18px #00000014}
.comparison_column_right{background:linear-gradient(135deg,#6533e614,#016d9814);padding:40px 32px;border-radius:12px;border:2px solid #6533E6;position:relative}
.comparison_column_right::after{content:'Empfohlen';position:absolute;top:-14px;right:32px;background:#6533E6;color:#fff;padding:6px 18px;border-radius:8px;font-size:.85rem;font-weight:700}
.comparison_col_heading{font-size:1.6rem;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.comparison_feature_list{list-style:none;padding:0;margin:0}
.comparison_feature_list li{padding:14px 0;border-bottom:1px solid #0000000f;font-size:1rem;color:#4a4a4a;line-height:1.6;display:flex;align-items:start;gap:12px}
.comparison_feature_list li::before{content:'→';color:#6533E6;font-weight:700;flex-shrink:0}
.comparison_column_right .comparison_feature_list li::before{content:'✓';color:#016D98}
@media (max-width: 992px) {
.comparison_layout{grid-template-columns:1fr;gap:32px}
.comparison_column_right::after{top:-14px;right:50%;transform:translateX(50%)}
}
@media (max-width: 640px) {
.comparison_area{padding:70px 20px}
.comparison_main_title{font-size:2rem}
}
.relevance_wrap{padding:90px 20px;background:#fff}
.relevance_inner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:45% 1fr;gap:60px;align-items:center}
.relevance_visuals{position:relative}
.relevance_visuals img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #016d9833}
.relevance_content_box{padding-right:20px}
.relevance_label{font-size:.95rem;color:#6533E6;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}
.relevance_primary_title{font-size:2.3rem;color:#1a1a1a;margin-bottom:20px;line-height:1.25;font-weight:700}
.relevance_main_text{font-size:1.05rem;color:#4a4a4a;line-height:1.75;margin-bottom:28px}
.relevance_checklist{list-style:none;padding:0;margin:0 0 32px}
.relevance_checklist li{padding:10px 0 10px 36px;font-size:1rem;color:#3a3a3a;position:relative;line-height:1.6}
.relevance_checklist li::before{content:'';position:absolute;left:0;top:14px;width:20px;height:20px;background:linear-gradient(135deg,#6533E6,#016D98);border-radius:50%}
.relevance_checklist li::after{content:'✓';position:absolute;left:5px;top:11px;color:#fff;font-size:.8rem;font-weight:700}
.relevance_action{background:#016D98;color:#fff;padding:15px 32px;border-radius:10px;text-decoration:none;display:inline-block;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #016d9840}
.relevance_action:hover{transform:scale(1.05);box-shadow:0 6px 18px #016d9859}
@media (max-width: 992px) {
.relevance_inner{grid-template-columns:1fr;gap:40px}
.relevance_visuals{order:2}
.relevance_content_box{order:1;padding-right:0}
}
@media (max-width: 640px) {
.relevance_wrap{padding:70px 20px}
.relevance_primary_title{font-size:1.9rem}
}
.practice_zone{padding:90px 20px;background:linear-gradient(135deg,#6533e60f,#e2fcf180)}
.practice_boundary{max-width:1366px;margin:0 auto}
.practice_header_part{text-align:center;margin-bottom:60px}
.practice_big_title{font-size:2.5rem;color:#1a1a1a;margin-bottom:18px;font-weight:700}
.practice_intro_text{font-size:1.1rem;color:#5a5a5a;line-height:1.7;max-width:800px;margin:0 auto}
.practice_task_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.practice_task_item{background:#fff;padding:32px 24px;border-radius:10px;box-shadow:0 4px 14px #0000000f;text-align:center;transition:all .3s ease;border:2px solid transparent}
.practice_task_item:hover{border-color:#6533E6;transform:translateY(-8px);box-shadow:0 10px 24px #6533e633}
.practice_task_num{display:inline-block;width:56px;height:56px;background:linear-gradient(135deg,#6533E6,#016D98);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:56px;margin-bottom:20px}
.practice_task_label{font-size:1.2rem;color:#1a1a1a;margin-bottom:12px;font-weight:700}
.practice_task_description{font-size:.95rem;color:#4a4a4a;line-height:1.6}
@media (max-width: 992px) {
.practice_task_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.practice_zone{padding:70px 20px}
.practice_task_grid{grid-template-columns:1fr}
.practice_big_title{font-size:2rem}
}
.progress_section{padding:90px 20px;background:#fff}
.progress_wrapper{max-width:1366px;margin:0 auto;display:flex;gap:60px;align-items:start}
.progress_text_part{flex:1}
.progress_header{font-size:2.4rem;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.progress_explanation{font-size:1.05rem;color:#4a4a4a;line-height:1.75;margin-bottom:36px}
.progress_metric_list{display:flex;flex-direction:column;gap:24px}
.progress_metric_row{display:flex;align-items:center;gap:20px}
.progress_metric_label{flex:0 0 180px;font-size:.95rem;color:#3a3a3a;font-weight:600}
.progress_bar_holder{flex:1;height:14px;background:#e8e8e8;border-radius:10px;position:relative;overflow:hidden}
.progress_bar_fill{height:100%;background:linear-gradient(90deg,#6533E6,#016D98);border-radius:10px;position:relative;transition:width 1s ease}
.progress_bar_fill.prog_1{width:87%}
.progress_bar_fill.prog_2{width:72%}
.progress_bar_fill.prog_3{width:94%}
.progress_bar_fill.prog_4{width:81%}
.progress_percent{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#fff;font-size:.75rem;font-weight:700}
.progress_visual_part{flex:0 0 450px}
.progress_visual_part img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 22px #6533e626}
@media (max-width: 992px) {
.progress_wrapper{flex-direction:column}
.progress_visual_part{flex:0 0 auto;max-width:100%}
}
@media (max-width: 640px) {
.progress_section{padding:70px 20px}
.progress_header{font-size:2rem}
.progress_metric_row{flex-direction:column;align-items:stretch;gap:8px}
.progress_metric_label{flex:0 0 auto}
}
.social_block{padding:90px 20px;background:linear-gradient(180deg,#e2fcf199,#016d9814);text-align:center}
.social_container{max-width:1366px;margin:0 auto}
.social_headline{font-size:2.6rem;color:#1a1a1a;margin-bottom:22px;font-weight:700}
.social_description{font-size:1.1rem;color:#4a4a4a;line-height:1.75;max-width:880px;margin:0 auto 48px}
.social_values_row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:50px}
.social_value_box{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 6px 18px #00000012;transition:all .3s ease;position:relative}
.social_value_box::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#6533E6,#016D98);border-radius:0 0 4px 4px}
.social_value_box:hover{transform:translateY(-6px);box-shadow:0 12px 28px #6533e62e}
.social_value_title{font-size:1.4rem;color:#1a1a1a;margin-bottom:14px;font-weight:700}
.social_value_detail{font-size:1rem;color:#5a5a5a;line-height:1.65}
.social_final_action{background:#6533E6;color:#fff;padding:16px 40px;border-radius:10px;text-decoration:none;display:inline-block;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 16px #6533e64d}
.social_final_action:hover{transform:scale(1.08);box-shadow:0 10px 24px #6533e666}
@media (max-width: 640px) {
.social_block{padding:70px 20px}
.social_headline{font-size:2rem}
.social_values_row{grid-template-columns:1fr}
}
.contact_herosec{background:linear-gradient(135deg,#6533E6 0%,#016D98 100%);padding:90px 20px 110px;position:relative;overflow:hidden}
.contact_herosec::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#e2fcf11a;border-radius:50%;animation:float_shape 8s ease-in-out infinite}
.contact_herosec::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#016d9826;border-radius:50%;animation:float_shape 10s ease-in-out infinite reverse}
@keyframes float_shape {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(-30px) translateX(20px)}
}
.hero_inner_wrap{max-width:1366px;margin:0 auto;text-align:center;position:relative;z-index:2}
.hero_inner_wrap h1{font-size:54px;color:#fff;font-weight:700;margin:0 0 35px;line-height:1.2}
.hero_inner_wrap .primary_butt{display:inline-block;background:#E2FCF1;color:#016D98;padding:16px 42px;border-radius:12px;text-decoration:none;font-weight:600;font-size:18px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.hero_inner_wrap .primary_butt:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000040;background:#fff}
.form_contact_section{padding:100px 20px 120px;background:#fff}
.form_wrapper_hold{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.contact_info_side{background:linear-gradient(160deg,#6533e614 0%,#016d9814 100%);padding:50px 40px;border-radius:14px;border:2px solid #6533e626}
.contact_info_side h2{font-size:36px;color:#6533E6;margin:0 0 30px;font-weight:700}
.contact_info_side p{font-size:17px;color:#333;line-height:1.7;margin:0 0 35px}
.info_item_block{margin-bottom:28px}
.info_item_block h3{font-size:16px;color:#016D98;font-weight:700;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.info_item_block a,.info_item_block span{display:block;font-size:18px;color:#333;text-decoration:none;line-height:1.6;transition:color .3s ease}
.info_item_block a:hover{color:#6533E6}
.form_side_hold{background:#fff;padding:50px 45px;border-radius:14px;box-shadow:0 6px 24px #00000014}
.form_side_hold h2{font-size:32px;color:#333;margin:0 0 12px;font-weight:700}
.form_side_hold .sub_head_text{font-size:17px;color:#666;margin:0 0 40px;line-height:1.6}
.contact_form_elem{display:flex;flex-direction:column}
.field_group_hold{margin-bottom:26px}
.field_group_hold label{display:block;font-size:15px;color:#333;font-weight:600;margin-bottom:10px}
.field_group_hold input[type="text"],.field_group_hold input[type="email"],.field_group_hold select{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;color:#333;transition:all .3s ease;background:#fff}
.field_group_hold input[type="text"]:focus,.field_group_hold input[type="email"]:focus,.field_group_hold select:focus{outline:none;border-color:#6533E6;box-shadow:0 0 0 3px #6533e61a}
.field_group_hold 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='%23333333' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:45px}
.radio_options_wrap{display:flex;gap:20px;flex-wrap:wrap}
.radio_options_wrap label{display:flex;align-items:center;font-weight:400;cursor:pointer;font-size:16px;color:#333}
.radio_options_wrap input[type="radio"]{margin-right:8px;width:20px;height:20px;cursor:pointer;accent-color:#6533E6}
.privacy_check_holder{margin:30px 0}
.privacy_check_holder label{display:flex;align-items:start;font-size:15px;color:#666;line-height:1.6;cursor:pointer}
.privacy_check_holder input[type="checkbox"]{margin-right:10px;margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#6533E6;flex-shrink:0}
.privacy_check_holder a{color:#016D98;text-decoration:underline;transition:color .3s ease}
.privacy_check_holder a:hover{color:#6533E6}
.submit_butt_holder{margin-top:35px}
.submit_butt_holder button{width:100%;padding:18px 30px;background:linear-gradient(135deg,#6533E6 0%,#016D98 100%);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #6533e64d}
.submit_butt_holder button:hover{transform:translateY(-2px);box-shadow:0 8px 22px #6533e673}
.submit_butt_holder button:active{transform:translateY(0)}
@media (max-width: 968px) {
.form_wrapper_hold{grid-template-columns:1fr;gap:50px}
.contact_herosec{padding:70px 20px 90px}
.hero_inner_wrap h1{font-size:42px}
.contact_info_side h2{font-size:30px}
.form_side_hold h2{font-size:28px}
}
@media (max-width: 640px) {
.contact_herosec{padding:50px 15px 70px}
.hero_inner_wrap h1{font-size:32px;margin-bottom:25px}
.hero_inner_wrap .primary_butt{padding:14px 32px;font-size:16px}
.form_contact_section{padding:60px 15px 80px}
.contact_info_side,.form_side_hold{padding:35px 25px}
.contact_info_side h2{font-size:26px}
.form_side_hold h2{font-size:24px}
.radio_options_wrap{flex-direction:column;gap:12px}
}
.success-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#E2FCF1 0%,#fff 50%,#6533e60d 100%);position:relative;overflow:hidden}
.success-page::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#016d981f 0%,transparent 70%);border-radius:50%;animation:float_shape 8s ease-in-out infinite}
.success-page::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#6533e614 0%,transparent 70%);border-radius:50%;animation:float_shape 10s ease-in-out infinite reverse}
@keyframes float_shape {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,-20px) scale(1.05)}
}
.success-wrap{max-width:680px;width:100%;position:relative;z-index:2}
.success-icon-holder{width:120px;height:120px;margin:0 auto 2.5rem;background:linear-gradient(135deg,#6533E6 0%,#016D98 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #6533e640;animation:pulse_icon 2s ease-in-out infinite;position:relative}
.success-icon-holder::before{content:'';position:absolute;inset:-12px;border-radius:50%;background:linear-gradient(135deg,#6533e633 0%,#016d9833 100%);animation:ripple_effect 2s ease-out infinite}
@keyframes pulse_icon {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes ripple_effect {
0%{transform:scale(0.8);opacity:.8}
100%{transform:scale(1.3);opacity:0}
}
.success-icon-holder svg{width:64px;height:64px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;animation:draw_check .8s ease-out forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw_check {
to{stroke-dashoffset:0}
}
.success-txt{text-align:center}
.success-txt h1{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.2}
.success-txt p{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 2.5rem}
.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.success-actions .butt-primary{padding:1rem 2.25rem;background:linear-gradient(135deg,#6533E6 0%,#016D98 100%);color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 6px 20px #6533e64d;position:relative;z-index:10}
.success-actions .butt-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #6533e666}
.success-actions .butt-secondary{padding:1rem 2.25rem;background:#fff;color:#6533E6;border:2px solid #6533E6;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;z-index:10}
.success-actions .butt-secondary:hover{background:#6533e60d;transform:translateY(-2px);box-shadow:0 6px 20px #6533e626}
.info-section{max-width:1366px;margin:0 auto;padding:5rem 1.5rem;background:#fff}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.info-card{padding:2.5rem 2rem;background:linear-gradient(135deg,#fff 0%,#E2FCF1 100%);border-radius:12px;border:1px solid #016d981a;transition:all .4s ease;position:relative;overflow:hidden}
.info-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#6533E6 0%,#016D98 100%);transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}
.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #6533e626}
.info-card:hover::before{transform:scaleY(1);transform-origin:top}
.info-card h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;display:flex;align-items:center;gap:.75rem}
.info-card h3::before{content:'';width:40px;height:40px;background:linear-gradient(135deg,#6533E6 0%,#016D98 100%);border-radius:8px;flex-shrink:0}
.info-card p{font-size:1rem;line-height:1.7;color:#4a4a4a;margin:0}
@media (max-width: 768px) {
.success-txt h1{font-size:2rem}
.success-icon-holder{width:100px;height:100px}
.success-icon-holder svg{width:52px;height:52px}
.success-actions{flex-direction:column}
.success-actions .butt-primary,.success-actions .butt-secondary{width:100%;justify-content:center}
.info-section{padding:3rem 1.5rem}
.info-grid{gap:1.5rem}
}
@media (max-width: 480px) {
.success-txt h1{font-size:1.75rem}
.success-txt p{font-size:1rem}
.info-card{padding:2rem 1.5rem}
}