*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Playfair Display',serif;background:#0a0a0a;color:#FDFDFE;display:flex;flex-direction:column;min-height:100vh;line-height:1.6}
.top_header_wrap{background:linear-gradient(160deg,#000 0%,#1a1a1a 50%,#0f0f0f 100%);border-bottom:1px solid #f6a12a26;box-shadow:0 4px 12px #0009}
.header_content_container{max-width:1400px;margin:0 auto;padding:0 20px}
.top_row{display:flex;justify-content:space-between;align-items:center;padding:25px 0 20px;gap:30px}
.logo_wrapper{display:flex;align-items:center}
.logo_wrapper img{height:90px;width:90px;object-fit:contain;background:#f6a12a14;padding:8px;border-radius:4px;box-shadow:0 2px 8px #f6a12a33}
.tagline_area{flex:1;text-align:right}
.tagline_area p{color:#FDFDFE;font-size:18px;font-style:italic;opacity:.9}
.bottom_row{display:flex;justify-content:space-between;align-items:center;padding:15px 0 25px;gap:30px}
.main_nav{display:flex;gap:35px;align-items:center}
.main_nav a{color:#FDFDFE;text-decoration:none;font-size:16px;transition:color .3s ease-out,opacity .3s ease-out;opacity:.92}
.main_nav a:hover{color:#F6A12A;opacity:1}
.cta_button_wrap{margin-left:auto}
.cta_btn{background:linear-gradient(160deg,#F6A12A 0%,#d98a1e 100%);color:#000;padding:12px 28px;border-radius:4px;text-decoration:none;font-weight:700;font-size:15px;transition:background .3s ease-out,box-shadow .3s ease-out;display:inline-block;box-shadow:0 3px 8px #f6a12a4d}
.cta_btn:hover{background:linear-gradient(160deg,#d98a1e 0%,#F6A12A 100%);box-shadow:0 5px 14px #f6a12a80}
main{flex:1}
.footer_base{background:linear-gradient(160deg,#000 0%,#0d0d0d 50%,#1a1a1a 100%);border-top:1px solid #f6a12a33;padding:50px 20px 30px;margin-top:auto}
.footer_container{max-width:1400px;margin:0 auto}
.footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px}
.footer_col h3{color:#F6A12A;font-size:19px;margin-bottom:18px;font-weight:700}
.footer_col ul{list-style:none}
.footer_col ul li{margin-bottom:12px}
.footer_col ul li a{color:#FDFDFE;text-decoration:none;font-size:15px;opacity:.85;transition:color .3s ease-out,opacity .3s ease-out}
.footer_col ul li a:hover{color:#F6A12A;opacity:1}
.footer_col p{color:#FDFDFE;font-size:14px;line-height:1.7;opacity:.8;margin-bottom:10px}
.footer_col p i{color:#F6A12A;margin-right:8px}
.copyright_bar{text-align:center;padding-top:25px;border-top:1px solid #f6a12a26;color:#FDFDFE;font-size:14px;opacity:.7}
.cookie_popup_wrapper{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-100%);background:linear-gradient(160deg,#1a1a1a 0%,#0f0f0f 100%);border:1px solid #f6a12a4d;border-left:none;border-radius:0 6px 6px 0;padding:28px 26px;max-width:420px;box-shadow:4px 0 16px #000000b3;z-index:10000;transition:transform .4s ease-out}
.cookie_popup_wrapper.show_popup{transform:translateY(-50%) translateX(0)}
.cookie_popup_wrapper.hide_popup{transform:translateY(-50%) translateX(-100%)}
.cookie_popup_wrapper h3{color:#F6A12A;font-size:20px;margin-bottom:14px;font-weight:700}
.cookie_popup_wrapper p{color:#FDFDFE;font-size:14px;line-height:1.6;margin-bottom:18px;opacity:.9}
.cookie_popup_wrapper p a{color:#F6A12A;text-decoration:underline}
.cookie_categories{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}
.cookie_cat_card{background:#f6a12a14;border:1px solid #f6a12a33;border-radius:4px;padding:12px}
.cookie_cat_card label{display:flex;align-items:center;gap:8px;color:#FDFDFE;font-size:13px;cursor:pointer}
.cookie_cat_card input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cookie_actions{display:flex;gap:12px;margin-bottom:12px}
.cookie_actions button{flex:1;padding:11px 18px;border:none;border-radius:4px;font-family:'Playfair Display',serif;font-size:14px;font-weight:700;cursor:pointer;transition:background .3s ease-out,box-shadow .3s ease-out}
.accept_all_btn{background:linear-gradient(160deg,#F6A12A 0%,#d98a1e 100%);color:#000;box-shadow:0 2px 6px #f6a12a4d}
.accept_all_btn:hover{background:linear-gradient(160deg,#d98a1e 0%,#F6A12A 100%);box-shadow:0 4px 10px #f6a12a80}
.decline_all_btn{background:#fdfdfe1a;color:#FDFDFE;border:1px solid #f6a12a4d}
.decline_all_btn:hover{background:#fdfdfe26}
.save_prefs_btn{background:#f6a12a33;color:#FDFDFE;border:1px solid #f6a12a66}
.save_prefs_btn:hover{background:#f6a12a4d}
.opt_out_sale{background:#fdfdfe14;color:#FDFDFE;border:1px solid #f6a12a40;padding:10px 18px;border-radius:4px;font-family:'Playfair Display',serif;font-size:13px;cursor:pointer;transition:background .3s ease-out;width:100%}
.opt_out_sale:hover{background:#fdfdfe1f}
.cookie_mini_tab{position:fixed;left:0;bottom:100px;background:linear-gradient(160deg,#F6A12A 0%,#d98a1e 100%);color:#000;padding:12px 16px;border-radius:0 4px 4px 0;cursor:pointer;font-size:13px;font-weight:700;box-shadow:2px 2px 8px #00000080;z-index:9999;display:none;transition:background .3s ease-out}
.cookie_mini_tab.visible_tab{display:block}
.cookie_mini_tab:hover{background:linear-gradient(160deg,#d98a1e 0%,#F6A12A 100%)}
@media (max-width: 768px) {
.top_row{flex-direction:column;text-align:center;gap:20px}
.tagline_area{text-align:center}
.bottom_row{flex-direction:column;gap:20px}
.main_nav{flex-wrap:wrap;justify-content:center;gap:20px}
.cta_button_wrap{margin-left:0;width:100%}
.cta_btn{width:100%;text-align:center}
.footer_grid{grid-template-columns:1fr;gap:30px}
.cookie_popup_wrapper{max-width:90%;left:50%;top:auto;bottom:0;transform:translateX(-50%) translateY(100%);border-radius:6px 6px 0 0;border:1px solid #f6a12a4d}
.cookie_popup_wrapper.show_popup{transform:translateX(-50%) translateY(0)}
.cookie_popup_wrapper.hide_popup{transform:translateX(-50%) translateY(100%)}
.cookie_categories{grid-template-columns:1fr}
}
.doc-area{max-width:1400px;margin:0 auto;padding:80px 20px;background:linear-gradient(160deg,#000 0%,#1a1a1a 100%);color:#FDFDFE;font-size:16px;line-height:1.8}
.doc-area div{margin-bottom:32px}
.doc-area h1{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#FDFDFE;letter-spacing:-.5px}
.doc-area h2{font-size:32px;font-weight:600;line-height:1.3;margin-top:48px;margin-bottom:20px;color:#F6A12A;letter-spacing:-.3px}
.doc-area h3{font-size:24px;font-weight:600;line-height:1.4;margin-top:36px;margin-bottom:16px;color:#FDFDFE}
.doc-area h4{font-size:20px;font-weight:600;line-height:1.4;margin-top:28px;margin-bottom:12px;color:#F6A12A}
.doc-area p{margin-bottom:20px;color:#fdfdfee6}
.doc-area ul{list-style:none;margin:0 0 24px;padding:0}
.doc-area ul li{position:relative;padding-left:28px;margin-bottom:12px;color:#fdfdfee0}
.doc-area ul li::before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;background:#F6A12A;border-radius:50%;box-shadow:0 0 8px #f6a12a99}
.doc-area ol{list-style:none;counter-reset:policy-counter;margin:0 0 24px;padding:0}
.doc-area ol li{position:relative;padding-left:36px;margin-bottom:12px;counter-increment:policy-counter;color:#fdfdfee0}
.doc-area ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;color:#F6A12A;font-weight:600;font-size:16px}
.doc-area strong,.doc-area b{font-weight:600;color:#FDFDFE}
.doc-area a{color:#F6A12A;text-decoration:none;border-bottom:1px solid #f6a12a4d;transition:all .3s ease-out}
.doc-area a:hover{color:#FDFDFE;border-bottom-color:#F6A12A;opacity:.9}
.doc-area table{width:100%;border-collapse:collapse;margin:32px 0;background:#0006;border:1px solid #f6a12a33;border-radius:4px;overflow:hidden}
.doc-area thead{background:linear-gradient(160deg,#f6a12a33 0%,#0009 100%)}
.doc-area thead tr{border-bottom:2px solid #f6a12a66}
.doc-area th{padding:16px 20px;text-align:left;font-weight:600;color:#FDFDFE;font-size:15px;letter-spacing:.3px}
.doc-area tbody tr{border-bottom:1px solid #f6a12a1a;transition:background .3s ease-out}
.doc-area tbody tr:hover{background:#f6a12a0d}
.doc-area tbody tr:last-child{border-bottom:none}
.doc-area td{padding:14px 20px;color:#fdfdfed9;font-size:15px}
.doc-area hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#f6a12a66 50%,transparent 100%);margin:48px 0}
@media (max-width: 768px) {
.doc-area{padding:60px 16px}
.doc-area h1{font-size:32px}
.doc-area h2{font-size:26px;margin-top:36px}
.doc-area h3{font-size:20px;margin-top:28px}
.doc-area h4{font-size:18px;margin-top:24px}
.doc-area table{font-size:14px}
.doc-area th,.doc-area td{padding:12px 14px}
}
@media (max-width: 480px) {
.doc-area{padding:40px 12px;font-size:15px}
.doc-area h1{font-size:28px}
.doc-area h2{font-size:22px}
.doc-area table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.course_hero{position:relative;padding:80px 0;background:linear-gradient(135deg,#1a1a1a 0%,#000 50%,#2a2a2a 100%);overflow:hidden}
.course_hero .hero_inner{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:60px}
.course_hero .text_content{flex:1;z-index:2}
.course_hero .title_main{font-size:3.2rem;line-height:1.2;color:#FDFDFE;margin:0 0 24px;font-weight:700}
.course_hero .title_accent{color:#F6A12A;position:relative;display:inline-block}
.course_hero .title_accent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#F6A12A 0%,#f6a12a4d 100%)}
.course_hero .desc_text{font-size:1.15rem;line-height:1.7;color:#c7c7c7;margin:0 0 32px;max-width:540px}
.course_hero .cta_button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#F6A12A 0%,#d89020 100%);color:#000;text-decoration:none;font-weight:600;font-size:1rem;border-radius:4px;transition:transform .3s ease-out,box-shadow .3s ease-out;box-shadow:0 4px 12px #f6a12a4d;position:relative;z-index:10}
.course_hero .cta_button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f6a12a80}
.course_hero .image_wrap{flex:0 0 520px;position:relative;z-index:1}
.course_hero .hero_img{width:100%;height:auto;border-radius:6px;box-shadow:-20px 20px 40px #0009 0 8px 16px #f6a12a33;display:block}
.course_hero .image_wrap::before{content:'';position:absolute;top:20px;right:-30px;width:100%;height:100%;background:linear-gradient(135deg,#f6a12a26 0%,#0000004d 100%);border-radius:6px;z-index:-1}
.program_structure{padding:100px 0;background:#0a0a0a;position:relative}
.program_structure::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#F6A12A 50%,transparent 100%)}
.program_structure .structure_container{max-width:1400px;margin:0 auto;padding:0 20px}
.program_structure .section_header{text-align:center;margin-bottom:70px}
.program_structure .section_title{font-size:2.6rem;color:#FDFDFE;margin:0 0 16px;font-weight:700}
.program_structure .section_subtitle{font-size:1.1rem;color:#9a9a9a;margin:0;max-width:680px;margin:0 auto;line-height:1.6}
.program_structure .modules_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px}
.program_structure .module_card{background:linear-gradient(145deg,#1a1a1a 0%,#0d0d0d 100%);border:1px solid #2a2a2a;border-radius:6px;padding:32px;position:relative;transition:transform .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out}
.program_structure .module_card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000080 0 0 0 1px #f6a12a4d;border-color:#F6A12A}
.program_structure .module_number{position:absolute;top:20px;right:20px;width:48px;height:48px;background:linear-gradient(135deg,#f6a12a26 0%,#f6a12a0d 100%);border:2px solid #f6a12a4d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#F6A12A}
.program_structure .module_icon{width:56px;height:56px;background:linear-gradient(135deg,#F6A12A 0%,#d89020 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.program_structure .module_icon i{font-size:28px;color:#000}
.program_structure .module_title{font-size:1.4rem;color:#FDFDFE;margin:0 0 12px;font-weight:600}
.program_structure .module_desc{font-size:.95rem;line-height:1.6;color:#b0b0b0;margin:0 0 20px}
.program_structure .module_topics{list-style:none;padding:0;margin:0}
.program_structure .module_topics li{font-size:.9rem;color:#8a8a8a;padding:8px 0 8px 24px;position:relative;line-height:1.5}
.program_structure .module_topics li::before{content:'';position:absolute;left:0;top:14px;width:12px;height:2px;background:#F6A12A}
.program_structure .image_showcase{display:flex;align-items:center;gap:40px;margin-top:80px;padding:40px;background:linear-gradient(135deg,#f6a12a0d 0%,#0000004d 100%);border-radius:6px;border:1px solid #f6a12a26}
.program_structure .showcase_img{flex:0 0 480px;width:480px;height:auto;border-radius:4px;box-shadow:0 8px 16px #0009}
.program_structure .showcase_content{flex:1}
.program_structure .showcase_title{font-size:2rem;color:#FDFDFE;margin:0 0 20px;font-weight:600}
.program_structure .showcase_text{font-size:1.05rem;line-height:1.7;color:#b8b8b8;margin:0}
@media (max-width: 1024px) {
.course_hero .hero_inner{gap:40px}
.course_hero .image_wrap{flex:0 0 420px}
.course_hero .title_main{font-size:2.6rem}
.program_structure .modules_grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.program_structure .image_showcase{gap:30px;padding:30px}
.program_structure .showcase_img{flex:0 0 380px;width:380px}
}
@media (max-width: 768px) {
.course_hero{padding:60px 0}
.course_hero .hero_inner{flex-direction:column-reverse;gap:40px}
.course_hero .image_wrap{flex:0 0 auto;width:100%;max-width:460px}
.course_hero .title_main{font-size:2.2rem}
.course_hero .desc_text{font-size:1.05rem}
.program_structure{padding:70px 0}
.program_structure .section_header{margin-bottom:50px}
.program_structure .section_title{font-size:2rem}
.program_structure .modules_grid{grid-template-columns:1fr;gap:24px}
.program_structure .image_showcase{flex-direction:column;gap:24px;padding:24px;margin-top:50px}
.program_structure .showcase_img{flex:0 0 auto;width:100%}
.program_structure .showcase_title{font-size:1.6rem}
}
@media (max-width: 480px) {
.course_hero .title_main{font-size:1.8rem}
.course_hero .desc_text{font-size:1rem}
.course_hero .cta_button{padding:14px 32px;font-size:.95rem}
.program_structure .section_title{font-size:1.7rem}
.program_structure .module_card{padding:24px}
.program_structure .module_title{font-size:1.2rem}
.program_structure .showcase_title{font-size:1.4rem}
}
.teach_hero_wrap{background:linear-gradient(135deg,#000 0%,#1a1a1a 50%,#0d0d0d 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.teach_hero_wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f6a12a26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.teach_hero_inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.teach_hero_img_box{width:100%;max-width:900px;margin-bottom:50px;position:relative}
.teach_hero_img_box::after{content:'';position:absolute;bottom:-15px;left:5%;right:5%;height:30px;background:linear-gradient(90deg,transparent 0%,#f6a12a4d 50%,transparent 100%);filter:blur(15px)}
.teach_hero_img_box img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 12px 40px #000000b3 0 0 0 1px #f6a12a33}
.teach_hero_text{max-width:820px;text-align:center}
.teach_hero_text h1{font-size:52px;color:#FDFDFE;margin:0 0 24px;line-height:1.2;font-weight:700;position:relative;display:inline-block}
.teach_hero_text h1::before{content:'';position:absolute;top:-12px;left:-30px;width:40px;height:3px;background:linear-gradient(90deg,#F6A12A,#f6a12a4d)}
.teach_hero_text h1::after{content:'';position:absolute;bottom:-12px;right:-30px;width:40px;height:3px;background:linear-gradient(90deg,#f6a12a4d,#F6A12A)}
.teach_intro_p{font-size:19px;color:#fdfdfed9;line-height:1.7;margin:0 0 18px}
.teach_emphasis_p{font-size:20px;color:#F6A12A;line-height:1.65;margin:0 0 32px;font-weight:500}
.teach_btn_group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.teach_primary_btn{background:linear-gradient(135deg,#F6A12A 0%,#e89315 100%);color:#000;padding:15px 36px;border-radius:3px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease-out;box-shadow:0 4px 16px #f6a12a4d;position:relative;z-index:10}
.teach_primary_btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f6a12a80;background:linear-gradient(135deg,#ffa930 0%,#F6A12A 100%)}
.teach_secondary_btn{background:transparent;color:#FDFDFE;padding:15px 36px;border-radius:3px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease-out;border:2px solid #fdfdfe4d;position:relative;z-index:10}
.teach_secondary_btn:hover{border-color:#F6A12A;background:#f6a12a1a;transform:translateY(-2px)}
.teach_decor_dots{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;opacity:.4}
.teach_decor_dots span{position:absolute;width:4px;height:4px;background:#F6A12A;border-radius:50%}
.teach_decor_dots span:nth-child(1){top:15%;left:8%}
.teach_decor_dots span:nth-child(2){top:25%;left:12%}
.teach_decor_dots span:nth-child(3){top:35%;left:10%}
.teach_decor_dots span:nth-child(4){top:20%;right:10%}
.teach_decor_dots span:nth-child(5){top:30%;right:14%}
.teach_decor_dots span:nth-child(6){top:40%;right:12%}
.approach_section{background:#0a0a0a;padding:90px 20px;position:relative}
.approach_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,#F6A12A 50%,transparent 100%)}
.approach_container{max-width:1400px;margin:0 auto}
.approach_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.approach_content_col{padding-right:30px}
.approach_content_col h2{font-size:44px;color:#FDFDFE;margin:0 0 28px;line-height:1.25;font-weight:700}
.approach_content_col h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F6A12A,transparent);margin-top:16px}
.approach_description{font-size:18px;color:#fdfdfecc;line-height:1.75;margin:0 0 16px}
.approach_visual_col{position:relative}
.approach_img_frame{width:100%;position:relative}
.approach_img_frame::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid #f6a12a4d;border-radius:3px;pointer-events:none}
.approach_img_frame img{width:100%;height:520px;object-fit:cover;border-radius:3px;box-shadow:0 8px 32px #0009;display:block}
.approach_steps_list{margin:36px 0 0;padding:0;list-style:none}
.approach_steps_list li{margin-bottom:24px;padding-left:40px;position:relative;font-size:17px;color:#fdfdfed9;line-height:1.65}
.approach_steps_list li::before{content:'';position:absolute;left:0;top:6px;width:24px;height:24px;background:linear-gradient(135deg,#F6A12A,#e89315);border-radius:50%;box-shadow:0 2px 8px #f6a12a66}
.approach_steps_list li::after{content:'';position:absolute;left:11px;top:13px;width:6px;height:3px;background:#000;transform:rotate(-45deg);border-radius:1px}
.approach_highlight{background:#f6a12a1f;border-left:3px solid #F6A12A;padding:20px 24px;margin:32px 0 0;border-radius:3px}
.approach_highlight p{font-size:18px;color:#fdfdfee6;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.teach_hero_text h1{font-size:42px}
.approach_grid{grid-template-columns:1fr;gap:50px}
.approach_content_col{padding-right:0}
.approach_content_col h2{font-size:38px}
}
@media (max-width: 768px) {
.teach_hero_wrap{padding:60px 20px 50px}
.teach_hero_text h1{font-size:36px}
.teach_hero_text h1::before,.teach_hero_text h1::after{display:none}
.teach_intro_p{font-size:17px}
.teach_emphasis_p{font-size:18px}
.teach_btn_group{flex-direction:column;align-items:stretch}
.teach_primary_btn,.teach_secondary_btn{text-align:center}
.teach_hero_img_box img{height:320px}
.approach_section{padding:60px 20px}
.approach_content_col h2{font-size:32px}
.approach_img_frame img{height:380px}
}
@media (max-width: 480px) {
.teach_hero_text h1{font-size:28px}
.teach_hero_img_box img{height:260px}
.approach_content_col h2{font-size:28px}
.approach_img_frame img{height:300px}
.approach_steps_list li{font-size:16px;padding-left:36px}
}
.intro_hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%)}
.intro_hero::before{content:'';position:absolute;top:0;left:0;right:0;height:180px;background:url(./product_gallery/mybackdrop5_crop.jpg) center/cover;opacity:.3;z-index:1}
.intro_hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(180deg,transparent 0%,#F6A12A 50%,#000 100%);opacity:.15;z-index:2;animation:pulse_glow 8s ease-in-out infinite}
@keyframes pulse_glow {
0%,100%{opacity:.15}
50%{opacity:.25}
}
.intro_content{position:relative;z-index:3;max-width:1400px;margin:0 auto;padding:80px 24px;width:100%}
.intro_heading{font-size:3.2rem;line-height:1.15;color:#FDFDFE;margin:0 0 20px;font-weight:700;text-shadow:0 2px 12px #0009}
.intro_heading span{display:block;color:#F6A12A;margin-top:12px}
.intro_desc{font-size:1.15rem;line-height:1.6;color:#FDFDFE;opacity:.92;max-width:680px}
.efficiency_wrapper{background:#0a0a0a;padding:90px 24px}
.efficiency_container{max-width:1400px;margin:0 auto}
.efficiency_head{text-align:center;margin-bottom:70px}
.efficiency_title{font-size:2.4rem;color:#FDFDFE;margin:0 0 16px;font-weight:600}
.efficiency_title::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#F6A12A,#000);margin:0 auto 24px}
.efficiency_subtitle{font-size:1.1rem;color:#FDFDFE;opacity:.75;max-width:620px;margin:0 auto}
.efficiency_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.efficiency_card{background:#1a1a1a;padding:36px 28px;border-radius:6px;border:1px solid #f6a12a26;transition:all .3s ease-out;position:relative}
.efficiency_card:hover{border-color:#f6a12a66;box-shadow:0 8px 24px #f6a12a1f;transform:translateY(-4px)}
.efficiency_card_icon{font-size:2.8rem;color:#F6A12A;margin-bottom:20px}
.efficiency_card_title{font-size:1.3rem;color:#FDFDFE;margin:0 0 12px;font-weight:600}
.efficiency_card_text{font-size:.98rem;line-height:1.6;color:#FDFDFE;opacity:.8;margin:0}
.learning_types_section{background:linear-gradient(160deg,#000 0%,#1a1a1a 50%,#000 100%);padding:90px 24px}
.learning_types_wrap{max-width:1400px;margin:0 auto}
.learning_types_header{margin-bottom:60px}
.learning_types_h2{font-size:2.3rem;color:#FDFDFE;margin:0 0 14px;font-weight:600}
.learning_types_intro{font-size:1.08rem;line-height:1.65;color:#FDFDFE;opacity:.78;max-width:740px}
.learning_types_layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.learning_types_img_container{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 12px 32px #00000080}
.learning_types_img_container img{width:100%;height:480px;object-fit:cover;display:block}
.learning_types_content{display:flex;flex-direction:column;gap:28px}
.learning_type_item{background:#1a1a1a99;padding:28px;border-left:3px solid #F6A12A;border-radius:4px;transition:background .3s ease-out}
.learning_type_item:hover{background:#1a1a1ae6}
.learning_type_heading{font-size:1.25rem;color:#F6A12A;margin:0 0 10px;font-weight:600}
.learning_type_description{font-size:.98rem;line-height:1.6;color:#FDFDFE;opacity:.82;margin:0}
.opportunities_area{background:#0d0d0d;padding:90px 24px;position:relative;overflow:hidden}
.opportunities_area::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#f6a12a14 0%,transparent 70%);pointer-events:none}
.opportunities_inner{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.opportunities_top{text-align:center;margin-bottom:70px}
.opportunities_h2{font-size:2.35rem;color:#FDFDFE;margin:0 0 18px;font-weight:600;position:relative;display:inline-block}
.opportunities_h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#F6A12A,transparent)}
.opportunities_tagline{font-size:1.06rem;color:#FDFDFE;opacity:.76;margin:24px auto 0;max-width:680px}
.opportunities_showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.opportunity_box{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);padding:32px 24px;border-radius:5px;border:1px solid #f6a12a1a;text-align:center;transition:all .3s ease-out}
.opportunity_box:hover{border-color:#f6a12a59;box-shadow:0 6px 20px #f6a12a26}
.opportunity_icon{font-size:2.5rem;color:#F6A12A;margin-bottom:18px}
.opportunity_label{font-size:1.15rem;color:#FDFDFE;margin:0 0 10px;font-weight:600}
.opportunity_info{font-size:.95rem;line-height:1.55;color:#FDFDFE;opacity:.78;margin:0}
.experience_zone{background:linear-gradient(160deg,#1a1a1a 0%,#000 50%,#1a1a1a 100%);padding:90px 24px}
.experience_container{max-width:1400px;margin:0 auto}
.experience_header{margin-bottom:65px;max-width:800px}
.experience_heading{font-size:2.4rem;color:#FDFDFE;margin:0 0 16px;font-weight:600}
.experience_lead{font-size:1.08rem;line-height:1.65;color:#FDFDFE;opacity:.77}
.experience_display{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center}
.experience_testimonials{display:flex;flex-direction:column;gap:32px}
.testimonial_block{background:#1a1a1ab3;padding:32px;border-radius:5px;border-left:4px solid #F6A12A;position:relative}
.testimonial_quote{font-size:1.05rem;line-height:1.7;color:#FDFDFE;opacity:.88;margin:0 0 20px;font-style:italic}
.testimonial_author{display:flex;align-items:center;gap:14px}
.testimonial_avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#F6A12A,#d68a1f);display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:1.1rem}
.testimonial_info{flex:1}
.testimonial_name{font-size:1.05rem;color:#FDFDFE;margin:0 0 4px;font-weight:600}
.testimonial_role{font-size:.92rem;color:#F6A12A;margin:0}
.experience_visual{position:relative}
.experience_visual img{width:100%;height:520px;object-fit:cover;border-radius:5px;box-shadow:0 14px 40px #0009}
.career_section{background:#0a0a0a;padding:90px 24px}
.career_wrap{max-width:1400px;margin:0 auto}
.career_intro{text-align:center;margin-bottom:70px}
.career_title{font-size:2.4rem;color:#FDFDFE;margin:0 0 18px;font-weight:600}
.career_desc{font-size:1.08rem;color:#FDFDFE;opacity:.76;max-width:720px;margin:0 auto;line-height:1.65}
.career_paths{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.career_path{background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);padding:0;border-radius:6px;overflow:hidden;border:1px solid #f6a12a1f;transition:all .3s ease-out}
.career_path:hover{border-color:#f6a12a66;box-shadow:0 10px 28px #f6a12a24;transform:translateY(-6px)}
.career_path_img{width:100%;height:220px;object-fit:cover;display:block}
.career_path_content{padding:32px 28px}
.career_path_title{font-size:1.35rem;color:#F6A12A;margin:0 0 14px;font-weight:600}
.career_path_text{font-size:.98rem;line-height:1.6;color:#FDFDFE;opacity:.82;margin:0 0 20px}
.career_path_outcomes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.career_path_outcomes li{font-size:.94rem;color:#FDFDFE;opacity:.78;padding-left:24px;position:relative}
.career_path_outcomes li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;border:2px solid #F6A12A;border-radius:50%}
@media (max-width: 1024px) {
.intro_heading{font-size:2.6rem}
.efficiency_grid{grid-template-columns:repeat(2,1fr)}
.learning_types_layout{gap:36px}
.opportunities_showcase{grid-template-columns:repeat(2,1fr)}
.experience_display{grid-template-columns:1fr;gap:44px}
.career_paths{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.intro_hero{min-height:360px}
.intro_content{padding:60px 20px}
.intro_heading{font-size:2.2rem}
.efficiency_wrapper,.learning_types_section,.opportunities_area,.experience_zone,.career_section{padding:70px 20px}
.efficiency_title,.learning_types_h2,.opportunities_h2,.experience_heading,.career_title{font-size:2rem}
.efficiency_grid{grid-template-columns:1fr;gap:24px}
.learning_types_layout{grid-template-columns:1fr;gap:32px}
.learning_types_img_container img{height:320px}
.opportunities_showcase{grid-template-columns:1fr;gap:20px}
.experience_visual img{height:360px}
.career_paths{grid-template-columns:1fr;gap:28px}
}
.contact_hero{background:linear-gradient(145deg,#000 0%,#1a1a1a 45%,#2d2d2d 100%);padding:90px 20px;position:relative;overflow:hidden}
.contact_hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f6a12a26 0%,transparent 70%);animation:pulse_glow 8s ease-in-out infinite}
@keyframes pulse_glow {
0%,100%{transform:scale(1) translateY(0);opacity:.6}
50%{transform:scale(1.2) translateY(-20px);opacity:.3}
}
.contact_hero::after{content:'';position:absolute;bottom:10%;left:5%;width:200px;height:200px;background:radial-gradient(circle,#f6a12a14 0%,transparent 65%);animation:float_particle 12s ease-in-out infinite}
@keyframes float_particle {
0%,100%{transform:translate(0,0) scale(1)}
33%{transform:translate(30px,-40px) scale(1.1)}
66%{transform:translate(-20px,20px) scale(0.9)}
}
.hero_content_wrap{max-width:1400px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero_text_section h1{font-size:3.2rem;color:#FDFDFE;margin-bottom:30px;font-weight:700;line-height:1.15}
.hero_text_section h1::before{content:'';display:block;width:70px;height:4px;background:linear-gradient(90deg,#F6A12A 0%,transparent 100%);margin-bottom:20px}
.hero_text_section p{font-size:1.15rem;color:#fdfdfebf;line-height:1.7;margin-bottom:0}
.hero_visual_area{position:relative;height:320px}
.visual_shape_container{position:absolute;width:100%;height:100%}
.shape_element{position:absolute;border:2px solid #f6a12a4d;animation:rotate_shape 20s linear infinite}
.shape_element:nth-child(1){width:180px;height:180px;top:20%;left:10%;border-radius:50%;animation-duration:15s}
.shape_element:nth-child(2){width:140px;height:140px;bottom:15%;right:15%;border-radius:4px;animation-duration:22s;animation-direction:reverse}
.shape_element:nth-child(3){width:100px;height:100px;top:50%;right:30%;border-radius:50%;border-color:#f6a12a26;animation-duration:18s}
@keyframes rotate_shape {
0%{transform:rotate(0deg) scale(1)}
50%{transform:rotate(180deg) scale(1.1)}
100%{transform:rotate(360deg) scale(1)}
}
.contact_info_grid{background:#0a0a0a;padding:100px 20px}
.info_container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.info_card_item{background:linear-gradient(135deg,#1a1a1a 0%,#121212 100%);padding:45px 35px;border-radius:6px;border:1px solid #f6a12a1a;transition:all .4s ease-out;position:relative;overflow:hidden}
.info_card_item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#f6a12a0d 50%,transparent 100%);transition:left .6s ease-out}
.info_card_item:hover::before{left:100%}
.info_card_item:hover{transform:translateY(-8px);border-color:#f6a12a4d;box-shadow:0 12px 24px #00000080 0 0 40px #f6a12a1a}
.card_icon_wrap{width:60px;height:60px;background:#f6a12a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;transition:all .4s ease-out}
.info_card_item:hover .card_icon_wrap{background:#f6a12a33;transform:scale(1.1)}
.card_icon_wrap i{font-size:1.8rem;color:#F6A12A}
.info_card_item h3{font-size:1.3rem;color:#FDFDFE;margin-bottom:15px;font-weight:600}
.info_card_item p{font-size:1.05rem;color:#fdfdfeb3;line-height:1.6;margin:0}
.info_card_item a{color:#F6A12A;text-decoration:none;transition:color .3s ease-out}
.info_card_item a:hover{color:#FDFDFE}
.contact_form_section{background:linear-gradient(160deg,#000 0%,#1a1a1a 50%,#0f0f0f 100%);padding:100px 20px}
.form_wrapper{max-width:900px;margin:0 auto}
.form_header_text{text-align:center;margin-bottom:60px}
.form_header_text h2{font-size:2.6rem;color:#FDFDFE;margin-bottom:20px;font-weight:700}
.form_header_text h2::after{content:'';display:block;width:90px;height:3px;background:#F6A12A;margin:20px auto 0}
.form_header_text p{font-size:1.1rem;color:#fdfdfea6;line-height:1.7}
.main_contact_form{background:#0d0d0d;padding:50px 45px;border-radius:5px;border:1px solid #f6a12a26;box-shadow:0 8px 30px #0009}
.form_row_group{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}
.form_input_group{display:flex;flex-direction:column}
.form_input_group label{font-size:.95rem;color:#FDFDFE;margin-bottom:10px;font-weight:500}
.form_input_group input,.form_input_group select{background:#1a1a1a;border:1px solid #f6a12a33;color:#FDFDFE;padding:14px 18px;border-radius:4px;font-size:1rem;transition:all .3s ease-out}
.form_input_group input:focus,.form_input_group select:focus{outline:none;border-color:#F6A12A;background:#222;box-shadow:0 0 0 3px #f6a12a1a}
.form_input_group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23F6A12A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.full_width_input{grid-column:1 / -1}
.radio_group_wrapper{margin-bottom:30px}
.radio_group_wrapper label:first-child{display:block;font-size:.95rem;color:#FDFDFE;margin-bottom:15px;font-weight:500}
.radio_options_set{display:flex;gap:25px}
.radio_item_wrap{display:flex;align-items:center;gap:10px}
.radio_item_wrap input[type="radio"]{width:20px;height:20px;accent-color:#F6A12A;cursor:pointer}
.radio_item_wrap label{color:#fdfdfed9;font-size:1rem;cursor:pointer;margin:0}
.checkbox_privacy_wrap{margin-bottom:35px;display:flex;align-items:flex-start;gap:12px}
.checkbox_privacy_wrap input[type="checkbox"]{width:20px;height:20px;accent-color:#F6A12A;cursor:pointer;margin-top:2px;flex-shrink:0}
.checkbox_privacy_wrap label{color:#fdfdfebf;font-size:.95rem;line-height:1.6;cursor:pointer}
.checkbox_privacy_wrap label a{color:#F6A12A;text-decoration:none;transition:color .3s ease-out}
.checkbox_privacy_wrap label a:hover{color:#FDFDFE}
.submit_button_area{text-align:center}
.submit_btn{background:linear-gradient(135deg,#F6A12A 0%,#d98d1f 100%);color:#000;font-size:1.1rem;font-weight:600;padding:16px 60px;border:none;border-radius:4px;cursor:pointer;transition:all .4s ease-out;box-shadow:0 4px 15px #f6a12a4d;position:relative;z-index:10}
.submit_btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #f6a12a80;background:linear-gradient(135deg,#ffb03a 0%,#F6A12A 100%)}
.submit_btn:active{transform:translateY(-1px)}
@media (max-width: 1024px) {
.hero_content_wrap{grid-template-columns:1fr;gap:50px}
.hero_visual_area{height:250px}
.info_container{grid-template-columns:1fr;gap:30px}
.form_row_group{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.contact_hero{padding:60px 20px}
.hero_text_section h1{font-size:2.2rem}
.hero_visual_area{height:200px}
.shape_element:nth-child(1){width:120px;height:120px}
.shape_element:nth-child(2){width:100px;height:100px}
.shape_element:nth-child(3){width:70px;height:70px}
.contact_info_grid{padding:60px 20px}
.info_card_item{padding:35px 25px}
.contact_form_section{padding:60px 20px}
.form_header_text h2{font-size:2rem}
.main_contact_form{padding:35px 25px}
.radio_options_set{flex-direction:column;gap:15px}
.submit_btn{width:100%;padding:16px 40px}
}
@media (max-width: 480px) {
.hero_text_section h1{font-size:1.8rem}
.hero_text_section p{font-size:1rem}
.form_header_text h2{font-size:1.7rem}
.main_contact_form{padding:30px 20px}
}
.title_hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(160deg,#1a1a1a 0%,#2d2d2d 100%)}
.title_hero .bg_img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}
.title_hero .overlay_gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#000000bf 0%,#0003 50%,#000000bf 100%);z-index:1}
.title_hero .content_wrap{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 24px;text-align:center}
.title_hero h1{font-size:3.2rem;font-weight:700;color:#FDFDFE;margin:0 0 18px;text-shadow:0 4px 12px #0009;line-height:1.2}
.title_hero .subtitle_text{font-size:1.25rem;color:#F6A12A;max-width:680px;margin:0 auto;line-height:1.6;text-shadow:0 2px 8px #00000080}
.story_section{padding:90px 24px;background:linear-gradient(160deg,#0a0a0a 0%,#1f1f1f 50%,#0d0d0d 100%);position:relative}
.story_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,#F6A12A 50%,transparent 100%)}
.story_section .container_main{max-width:1400px;margin:0 auto}
.story_section .two_col_grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.story_section .text_area h2{font-size:2.4rem;color:#FDFDFE;margin:0 0 24px;font-weight:600;position:relative;padding-left:22px}
.story_section .text_area h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:32px;background:linear-gradient(180deg,#F6A12A 0%,#ffc266 100%);border-radius:2px}
.story_section .text_area p{font-size:1.05rem;color:#d4d4d8;line-height:1.7;margin:0 0 20px}
.story_section .img_holder{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 12px 36px #00000080}
.story_section .img_holder img{width:100%;height:auto;display:block;transition:transform .4s ease-out}
.story_section .img_holder:hover img{transform:scale(1.04)}
.values_showcase{padding:85px 24px;background:#0f0f0f;position:relative}
.values_showcase .container_main{max-width:1400px;margin:0 auto}
.values_showcase .section_header{text-align:center;margin-bottom:65px}
.values_showcase .section_header h2{font-size:2.6rem;color:#FDFDFE;margin:0 0 16px;font-weight:700}
.values_showcase .section_header .desc_line{font-size:1.1rem;color:#F6A12A;max-width:640px;margin:0 auto}
.values_showcase .cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.values_showcase .value_card{background:linear-gradient(135deg,#1a1a1a 0%,#262626 100%);padding:42px 32px;border-radius:4px;border:1px solid #f6a12a26;transition:all .3s ease-out;position:relative;overflow:hidden}
.values_showcase .value_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#F6A12A 0%,#ffc266 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-out}
.values_showcase .value_card:hover{transform:translateY(-6px);box-shadow:0 16px 42px #f6a12a33;border-color:#f6a12a59}
.values_showcase .value_card:hover::before{transform:scaleX(1)}
.values_showcase .value_card .icon_holder{width:54px;height:54px;background:#f6a12a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.values_showcase .value_card .icon_holder i{font-size:26px;color:#F6A12A}
.values_showcase .value_card h3{font-size:1.4rem;color:#FDFDFE;margin:0 0 14px;font-weight:600}
.values_showcase .value_card p{font-size:.98rem;color:#b8b8c0;line-height:1.65;margin:0}
.approach_timeline{padding:90px 24px;background:linear-gradient(160deg,#1a1a1a 0%,#0d0d0d 50%,#1f1f1f 100%)}
.approach_timeline .container_main{max-width:1400px;margin:0 auto}
.approach_timeline .header_zone{margin-bottom:60px}
.approach_timeline .header_zone h2{font-size:2.5rem;color:#FDFDFE;margin:0 0 16px;font-weight:700}
.approach_timeline .header_zone .intro_text{font-size:1.08rem;color:#d4d4d8;max-width:720px;line-height:1.7}
.approach_timeline .timeline_container{position:relative;padding-left:60px}
.approach_timeline .timeline_container::before{content:'';position:absolute;left:18px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#F6A12A 0%,#f6a12a33 100%)}
.approach_timeline .timeline_item{position:relative;margin-bottom:48px;padding:28px 34px;background:#1a1a1a99;border-radius:4px;border-left:3px solid #F6A12A;transition:all .3s ease-out}
.approach_timeline .timeline_item::before{content:'';position:absolute;left:-63px;top:32px;width:14px;height:14px;background:#F6A12A;border:3px solid #0d0d0d;border-radius:50%;box-shadow:0 0 12px #f6a12a80}
.approach_timeline .timeline_item:hover{background:#262626cc;transform:translateX(8px)}
.approach_timeline .timeline_item h3{font-size:1.35rem;color:#FDFDFE;margin:0 0 12px;font-weight:600}
.approach_timeline .timeline_item p{font-size:1rem;color:#b8b8c0;line-height:1.7;margin:0}
.cta_final{padding:110px 24px;background:linear-gradient(160deg,#000 0%,#1a1a1a 50%,#0a0a0a 100%);position:relative;overflow:hidden}
.cta_final::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f6a12a14 0%,transparent 70%);pointer-events:none}
.cta_final .container_main{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.cta_final .content_block{display:flex;gap:80px;align-items:center}
.cta_final .text_side{flex:1}
.cta_final .text_side h2{font-size:2.7rem;color:#FDFDFE;margin:0 0 22px;font-weight:700;line-height:1.2}
.cta_final .text_side p{font-size:1.1rem;color:#d4d4d8;line-height:1.7;margin:0 0 36px}
.cta_final .btn_group{display:flex;gap:18px;flex-wrap:wrap}
.cta_final .btn_primary{display:inline-block;padding:15px 38px;background:linear-gradient(135deg,#F6A12A 0%,#e89820 100%);color:#000;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:3px;transition:all .3s ease-out;box-shadow:0 6px 18px #f6a12a4d;position:relative;z-index:2}
.cta_final .btn_primary:hover{transform:translateY(-3px);box-shadow:0 12px 28px #f6a12a73;background:linear-gradient(135deg,#ffa920 0%,#f5a020 100%)}
.cta_final .btn_secondary{display:inline-block;padding:15px 38px;background:transparent;color:#FDFDFE;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:3px;border:2px solid #f6a12a66;transition:all .3s ease-out;position:relative;z-index:2}
.cta_final .btn_secondary:hover{border-color:#F6A12A;background:#f6a12a1a;transform:translateY(-3px)}
.cta_final .img_side{flex:0 0 480px}
.cta_final .img_side img{width:100%;height:auto;border-radius:5px;box-shadow:0 16px 48px #0009}
@media (max-width: 1200px) {
.story_section .two_col_grid{gap:50px}
.values_showcase .cards_grid{grid-template-columns:repeat(2,1fr)}
.cta_final .img_side{flex:0 0 400px}
}
@media (max-width: 900px) {
.title_hero h1{font-size:2.4rem}
.title_hero .subtitle_text{font-size:1.1rem}
.story_section .two_col_grid{grid-template-columns:1fr;gap:40px}
.values_showcase .cards_grid{grid-template-columns:1fr}
.approach_timeline .timeline_container{padding-left:45px}
.cta_final .content_block{flex-direction:column;gap:50px}
.cta_final .img_side{flex:1;width:100%}
}
@media (max-width: 600px) {
.title_hero{min-height:320px}
.title_hero h1{font-size:2rem}
.story_section,.values_showcase,.approach_timeline,.cta_final{padding:60px 20px}
.story_section .text_area h2,.values_showcase .section_header h2,.approach_timeline .header_zone h2{font-size:2rem}
.cta_final .text_side h2{font-size:2.2rem}
.cta_final .btn_group{flex-direction:column}
.cta_final .btn_primary,.cta_final .btn_secondary{width:100%;text-align:center}
}
.success_wrap{background:linear-gradient(160deg,#000 0%,#1a1a1a 50%,#0d0d0d 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success_wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f6a12a26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success_wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#f6a12a14 0%,transparent 65%);border-radius:50%;pointer-events:none}
.success_content_area{max-width:720px;width:100%;text-align:center;position:relative;z-index:2}
.success_icon_container{margin-bottom:42px;display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;background:linear-gradient(135deg,#f6a12a33 0%,#f6a12a0d 100%);border-radius:50%;border:2px solid #f6a12a4d;box-shadow:0 8px 24px #f6a12a33 inset 0 2px 8px #f6a12a1a;position:relative}
.success_icon_container::before{content:'';position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:50%;background:linear-gradient(135deg,#f6a12a26,transparent);z-index:-1}
.success_icon_container .pe-7s-check{font-size:56px;color:#F6A12A;text-shadow:0 2px 12px #f6a12a66}
.success_main_heading{font-size:48px;font-weight:700;color:#FDFDFE;margin:0 0 24px;letter-spacing:-.5px;line-height:1.15}
.success_main_heading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F6A12A 0%,#f6a12a4d 100%);margin:28px auto 0;border-radius:3px}
.success_message_text{font-size:18px;line-height:1.7;color:#fdfdfecc;margin:0 0 44px;max-width:580px;margin-left:auto;margin-right:auto}
.success_btn_wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success_primary_btn{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:linear-gradient(135deg,#F6A12A 0%,#e89520 100%);color:#000;font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease-out;box-shadow:0 4px 16px #f6a12a4d;border:2px solid transparent;position:relative;z-index:10}
.success_primary_btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f6a12a73;background:linear-gradient(135deg,#ffa930 0%,#F6A12A 100%)}
.success_primary_btn:active{transform:translateY(0)}
.success_secondary_btn{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:transparent;color:#FDFDFE;font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease-out;border:2px solid #f6a12a66;position:relative;z-index:10}
.success_secondary_btn:hover{border-color:#F6A12A;background:#f6a12a1a;box-shadow:0 4px 16px #f6a12a33}
.info_grid_section{background:#0a0a0a;padding:80px 20px;position:relative}
.info_grid_section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#f6a12a4d 50%,transparent 100%)}
.info_container{max-width:1400px;margin:0 auto}
.info_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.info_card_item{background:linear-gradient(145deg,#141414 0%,#0d0d0d 100%);padding:36px 28px;border-radius:6px;border:1px solid #f6a12a26;position:relative;transition:all .3s ease-out;overflow:hidden}
.info_card_item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#F6A12A 0%,transparent 100%);opacity:0;transition:opacity .3s ease-out}
.info_card_item:hover{border-color:#f6a12a66;box-shadow:0 8px 28px #f6a12a26;transform:translateY(-4px)}
.info_card_item:hover::before{opacity:1}
.info_card_icon{font-size:42px;color:#F6A12A;margin-bottom:20px;display:block;text-shadow:0 2px 8px #f6a12a4d}
.info_card_title{font-size:22px;font-weight:600;color:#FDFDFE;margin:0 0 14px;line-height:1.3}
.info_card_description{font-size:15px;line-height:1.6;color:#fdfdfeb3;margin:0}
.info_section_header{text-align:center;max-width:680px;margin:0 auto}
.info_section_title{font-size:38px;font-weight:700;color:#FDFDFE;margin:0 0 18px;position:relative;display:inline-block;padding-bottom:16px}
.info_section_title::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#F6A12A;border-radius:2px}
.info_section_subtitle{font-size:17px;line-height:1.65;color:#fdfdfebf;margin:0}
@media (max-width: 768px) {
.success_wrap{padding:50px 16px;min-height:75vh}
.success_main_heading{font-size:34px}
.success_message_text{font-size:16px}
.success_btn_wrapper{flex-direction:column;align-items:stretch}
.success_primary_btn,.success_secondary_btn{justify-content:center}
.info_grid_section{padding:60px 16px}
.info_section_title{font-size:30px}
.info_grid_layout{grid-template-columns:1fr;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success_main_heading{font-size:42px}
.info_grid_layout{grid-template-columns:repeat(2,1fr)}
}