*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'IBM Plex Mono',monospace;background:linear-gradient(135deg,#fff 0%,#fff5e1 100%);color:#1a1a1a;line-height:1.6}
body::-webkit-scrollbar{width:6px}
body::-webkit-scrollbar-track{background:#f0f0f0}
body::-webkit-scrollbar-thumb{background:#F24749;border-radius:0}
body::-webkit-scrollbar-thumb:hover{background:#004D56;transition:background .3s ease}
.header_wrap{max-width:1400px;margin:0 auto;padding:25px 40px;background:linear-gradient(180deg,#FFE489 0%,#fff 100%);box-shadow:0 4px 2px #004d561a}
.top_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;gap:30px}
.logo_container{flex-shrink:0}
.site_logo{height:110px;width:110px;display:block;background:#ffffff4d;padding:8px;border-radius:25px;box-shadow:0 3px 6px #f2474926}
.tagline_area{flex:1;text-align:right}
.header_desc{font-size:15px;color:#004D56;font-weight:400;max-width:520px;margin-left:auto}
.bottom_row{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.main_navi{display:flex;gap:35px;flex-wrap:wrap}
.main_navi .nav_link{color:#004D56;text-decoration:none;font-weight:600;font-size:16px;padding:8px 0;position:relative;transition:color .2s ease}
.main_navi .nav_link:hover{color:#F24749}
.cta_zone{flex-shrink:0}
.cta_butt{background:linear-gradient(135deg,#F24749 0%,#ff6b6d 100%);color:#fff;text-decoration:none;padding:14px 32px;font-weight:700;font-size:15px;border-radius:30px;display:inline-block;box-shadow:0 4px 3px #f2474940;transition:background .2s ease,box-shadow .2s ease}
.cta_butt:hover{background:linear-gradient(135deg,#d63e40 0%,#F24749 100%);box-shadow:0 6px 5px #f2474959}
.footer_wrap{max-width:1400px;margin:80px auto 0;padding:60px 40px 30px;background:linear-gradient(180deg,#fff 0%,#FFE489 100%);border-radius:35px 35px 0 0;box-shadow:0 -4px 3px #004d5614}
.footer_main{display:flex;justify-content:center;align-items:flex-start;gap:80px;margin-bottom:50px;flex-wrap:wrap}
.footer_logo_sect{text-align:center}
.footer_logo{height:160px;width:160px;background:#fff6;padding:15px;border-radius:35px;box-shadow:0 5px 4px #004d561f}
.footer_contact_sect{max-width:350px}
.contact_heading{font-size:22px;color:#004D56;margin-bottom:18px;font-weight:700}
.contact_addr{font-size:14px;color:#333;margin-bottom:12px;line-height:1.7}
.contact_phone,.contact_email{font-size:14px;margin-bottom:10px}
.contact_phone a,.contact_email a{color:#F24749;text-decoration:none;font-weight:600}
.contact_phone a:hover,.contact_email a:hover{color:#004D56}
.messenger_links{display:flex;gap:15px;margin-top:18px}
.mess_link{color:#004D56;text-decoration:none;font-size:13px;font-weight:600;padding:7px 16px;background:#ffe48980;border-radius:20px;transition:background .2s ease}
.mess_link:hover{background:#f2474933}
.footer_navi{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;align-items:center}
.footer_links_primary,.footer_links_secondary{display:flex;gap:25px;flex-wrap:wrap;justify-content:center}
.footer_link,.footer_link_sub{color:#004D56;text-decoration:none;font-size:14px;font-weight:600;transition:color .2s ease}
.footer_link:hover,.footer_link_sub:hover{color:#F24749}
.footer_link_sub{font-size:13px;font-weight:400}
.footer_copy{text-align:center;padding-top:30px;border-top:1px solid #004d5626}
.footer_copy p{font-size:13px;color:#666}
.cookie_popup{position:fixed;bottom:-100%;right:30px;background:#fff;padding:28px 32px;border-radius:30px;box-shadow:0 8px 6px #0003;max-width:420px;z-index:9999;transition:bottom .4s ease;border:2px solid #FFE489}
.cookie_popup.cookie_visible{bottom:30px}
.cookie_title{font-size:20px;color:#004D56;margin-bottom:12px;font-weight:700}
.cookie_txt{font-size:13px;color:#333;margin-bottom:20px;line-height:1.5}
.cookie_options{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}
.cookie_option{display:flex;align-items:center;gap:10px;cursor:pointer}
.cookie_radio{width:18px;height:18px;cursor:pointer}
.option_label{font-size:14px;color:#333;font-weight:600}
.cookie_categories{display:flex;flex-direction:column;gap:10px;margin-bottom:22px;padding:15px;background:#ffe48933;border-radius:20px}
.category_item{display:flex;align-items:center;gap:10px}
.category_check{width:16px;height:16px}
.category_name{font-size:13px;color:#004D56}
.cookie_actions{display:flex;gap:12px}
.cookie_butt{flex:1;padding:12px 20px;border:none;border-radius:0;font-family:'IBM Plex Mono',monospace;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease}
.cookie_reject{background:#e0e0e0;color:#333}
.cookie_reject:hover{background:#d0d0d0}
.cookie_accept{background:#F24749;color:#fff}
.cookie_accept:hover{background:#d63e40}
@media (max-width: 768px) {
.header_wrap{padding:20px 25px}
.top_row{flex-direction:column;text-align:center;margin-bottom:25px}
.tagline_area{text-align:center}
.header_desc{margin:0 auto;font-size:14px}
.site_logo{height:90px;width:90px}
.bottom_row{flex-direction:column}
.main_navi{flex-direction:column;gap:15px;width:100%;text-align:center}
.cta_zone{width:100%}
.cta_butt{display:block;width:100%;text-align:center}
.footer_wrap{padding:40px 25px 20px;margin-top:60px}
.footer_main{flex-direction:column;gap:40px;align-items:center}
.footer_contact_sect{text-align:center}
.messenger_links{justify-content:center}
.footer_logo{height:130px;width:130px}
.cookie_popup{right:15px;left:15px;max-width:none}
.cookie_popup.cookie_visible{bottom:15px}
}
@media (max-width: 480px) {
.main_navi{gap:12px}
.contact_heading{font-size:19px}
.cookie_actions{flex-direction:column}
.cookie_butt{width:100%}
}
.info-legal-yb{max-width:1400px;margin:0 auto;padding:80px 40px;background:linear-gradient(135deg,#fff 0%,#fefefe 100%)}
.info-legal-yb h1{font-size:48px;font-weight:700;color:#004D56;margin:0 0 40px;padding-bottom:24px;border-bottom:4px solid #F24749;line-height:1.2}
.info-legal-yb h2{font-size:36px;font-weight:600;color:#004D56;margin:60px 0 24px;line-height:1.3}
.info-legal-yb h3{font-size:28px;font-weight:600;color:#222;margin:40px 0 20px;line-height:1.4}
.info-legal-yb h4{font-size:22px;font-weight:600;color:#333;margin:32px 0 16px;line-height:1.4}
.info-legal-yb h5{font-size:18px;font-weight:600;color:#444;margin:24px 0 12px;line-height:1.5}
.info-legal-yb h6{font-size:16px;font-weight:600;color:#555;margin:20px 0 12px;line-height:1.5}
.info-legal-yb p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px}
.info-legal-yb em,.info-legal-yb i{font-style:italic;color:#004D56}
.info-legal-yb strong{font-weight:600;color:#004D56}
.info-legal-yb a{color:#F24749;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.info-legal-yb a:hover{border-bottom-color:#F24749;color:#d13537}
.info-legal-yb ul{margin:0 0 24px;padding-left:32px}
.info-legal-yb ul li{font-size:17px;line-height:1.8;color:#333;margin-bottom:12px;position:relative}
.info-legal-yb ul li::marker{color:#F24749}
.info-legal-yb ol{margin:0 0 24px;padding-left:32px}
.info-legal-yb ol li{font-size:17px;line-height:1.8;color:#333;margin-bottom:12px}
.info-legal-yb ol li::marker{color:#004D56;font-weight:600}
.info-legal-yb table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 8px #004d5614}
.info-legal-yb table thead{background:linear-gradient(135deg,#004D56 0%,#003940 100%)}
.info-legal-yb table thead tr th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#fff;border-bottom:3px solid #F24749}
.info-legal-yb table tbody tr{transition:background .2s ease}
.info-legal-yb table tbody tr:nth-child(even){background:#fafafa}
.info-legal-yb table tbody tr:hover{background:#fff9e6}
.info-legal-yb table tbody tr td{padding:18px 24px;font-size:16px;line-height:1.6;color:#333;border-bottom:1px solid #e8e8e8}
.info-legal-yb table tbody tr:last-child td{border-bottom:none}
.info-legal-yb div{margin:24px 0}
.info-legal-yb blockquote{margin:32px 0;padding:24px 32px;background:linear-gradient(135deg,#fffbf0 0%,#fff9e6 100%);border-left:6px solid #F24749;border-radius:0 24px 24px 0;box-shadow:2px 4px 8px #f247490f}
.info-legal-yb blockquote p{font-size:18px;color:#004D56;font-style:italic;margin:0}
.info-legal-yb hr{margin:48px 0;border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#FFE489 50%,transparent 100%)}
.info-legal-yb code{background:#f5f5f5;padding:3px 8px;border-radius:8px;font-family:'Courier New',monospace;font-size:15px;color:#F24749;border:1px solid #e8e8e8}
@media (max-width: 1024px) {
.info-legal-yb{padding:60px 32px}
.info-legal-yb h1{font-size:40px;margin-bottom:32px}
.info-legal-yb h2{font-size:32px;margin-top:48px}
.info-legal-yb h3{font-size:24px}
.info-legal-yb table{font-size:14px}
.info-legal-yb table thead tr th,.info-legal-yb table tbody tr td{padding:14px 16px}
}
@media (max-width: 768px) {
.info-legal-yb{padding:40px 24px}
.info-legal-yb h1{font-size:32px;margin-bottom:24px;padding-bottom:16px}
.info-legal-yb h2{font-size:26px;margin-top:40px}
.info-legal-yb h3{font-size:22px}
.info-legal-yb h4{font-size:19px}
.info-legal-yb p,.info-legal-yb ul li,.info-legal-yb ol li{font-size:16px}
.info-legal-yb table{display:block;overflow-x:auto;border-radius:16px}
.info-legal-yb table thead tr th,.info-legal-yb table tbody tr td{padding:12px 14px;font-size:14px}
.info-legal-yb blockquote{padding:18px 20px;margin:24px 0}
.info-legal-yb blockquote p{font-size:16px}
}
@media (max-width: 480px) {
.info-legal-yb{padding:32px 16px}
.info-legal-yb h1{font-size:28px}
.info-legal-yb h2{font-size:22px}
.info-legal-yb ul,.info-legal-yb ol{padding-left:24px}
.info-legal-yb table thead tr th,.info-legal-yb table tbody tr td{padding:10px 12px;font-size:13px}
}
.page_wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.hero_sect{position:relative;background:linear-gradient(135deg,#FFE489 0%,#F24749 50%,#004D56 100%);padding:120px 0 80px;overflow:hidden;margin-bottom:80px}
.hero_sect::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffe4894d 0%,transparent 70%);border-radius:50%}
.hero_sect::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#004d5633 0%,transparent 70%);border-radius:50%}
.hero_inner{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:flex-start}
.hero_content_wrap{max-width:700px;background:#fffffff2;padding:50px 60px;border-radius:30px;box-shadow:0 6px 30px #00000026}
.hero_inner .main_heading{font-size:3.2em;line-height:1.2;color:#004D56;margin:0 0 30px;font-weight:700}
.hero_inner .desc_txt{font-size:1.2em;line-height:1.7;color:#333;margin:0}
.hero_bg_img{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:420px;height:520px;border-radius:35px;overflow:hidden;box-shadow:0 8px 40px #0003;z-index:1}
.hero_bg_img img{width:100%;height:100%;object-fit:cover}
.program_structure{max-width:1400px;margin:0 auto 100px;padding:0 40px}
.section_header_wrapper{text-align:center;margin-bottom:70px}
.section_header_wrapper .section_title{font-size:2.6em;color:#004D56;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.section_header_wrapper .section_title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F24749,#FFE489);border-radius:2px}
.section_header_wrapper .subtitle{font-size:1.1em;color:#666;max-width:650px;margin:30px auto 0;line-height:1.6}
.module_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.module_item{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:45px 35px;border-radius:25px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent;position:relative}
.module_item:hover{transform:translateY(-8px);box-shadow:0 8px 35px #f2474933;border-color:#F24749}
.module_item .icon_holder{width:70px;height:70px;background:linear-gradient(135deg,#F24749,#FFE489);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}
.module_item .icon_holder svg{width:36px;height:36px;fill:#fff}
.module_item .module_heading{font-size:1.5em;color:#004D56;margin:0 0 15px;font-weight:600}
.module_item .module_desc{font-size:.95em;color:#555;line-height:1.6;margin:0 0 20px}
.module_item .duration_info{font-size:.9em;color:#F24749;font-weight:600;display:flex;align-items:center;gap:8px}
.module_item .duration_info::before{content:'';width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F24749'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.testimonial_showcase{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 0;position:relative}
.testimonial_showcase::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F24749,#FFE489,#004D56)}
.testimonial_inner{max-width:1400px;margin:0 auto;padding:0 40px}
.testimonial_inner .heading_zone{text-align:center;margin-bottom:60px}
.testimonial_inner .heading_zone h2{font-size:2.4em;color:#004D56;margin:0 0 15px;font-weight:700}
.testimonial_inner .heading_zone .intro_text{font-size:1.05em;color:#666;max-width:600px;margin:0 auto}
.testimonial_cards{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.testimonial_card{background:#fff;padding:0;border-radius:30px;box-shadow:0 5px 25px #0000001a;overflow:hidden;display:flex;flex-direction:column}
.card_top{padding:40px 40px 30px;background:linear-gradient(135deg,#ffe48933 0%,#f247491a 100%)}
.author_row{display:flex;align-items:center;gap:20px;margin-bottom:25px}
.author_photo{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #F24749;flex-shrink:0}
.author_photo img{width:100%;height:100%;object-fit:cover}
.author_details .name{font-size:1.3em;color:#004D56;font-weight:600;margin:0 0 5px}
.author_details .job_title{font-size:.95em;color:#666;margin:0}
.quote_text{font-size:1.05em;line-height:1.7;color:#333;margin:0;font-style:italic;position:relative;padding-left:30px}
.quote_text::before{content:'"';position:absolute;left:0;top:-10px;font-size:3em;color:#F24749;font-family:Georgia,serif;line-height:1}
.card_bottom{padding:25px 40px;background:#fff}
.rating_display{display:flex;gap:6px}
.rating_display .star{width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFE489'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.cta_zone{text-align:center;margin-top:70px}
.enroll_btn{display:inline-block;background:linear-gradient(135deg,#F24749,#004D56);color:#fff;padding:18px 50px;border-radius:30px;font-size:1.15em;font-weight:600;text-decoration:none;box-shadow:0 6px 25px #f247494d;transition:all .3s ease;border:none;cursor:pointer}
.enroll_btn:hover{transform:translateY(-3px);box-shadow:0 10px 35px #f2474966}
@media (max-width: 1200px) {
.module_grid{grid-template-columns:repeat(2,1fr)}
.hero_bg_img{width:350px;height:450px}
}
@media (max-width: 900px) {
.hero_sect{padding:80px 0 60px}
.hero_bg_img{position:relative;right:auto;top:auto;transform:none;width:100%;height:400px;margin-top:40px}
.hero_inner{padding:0 20px}
.hero_content_wrap{padding:40px}
.hero_inner .main_heading{font-size:2.4em}
.module_grid{grid-template-columns:1fr;gap:30px}
.testimonial_cards{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.hero_inner .main_heading{font-size:2em}
.hero_content_wrap{padding:30px 25px}
.section_header_wrapper .section_title{font-size:2em}
.module_item{padding:35px 25px}
.card_top{padding:30px 25px 20px}
.card_bottom{padding:20px 25px}
}
.page_wrap::-webkit-scrollbar{width:6px}
.page_wrap::-webkit-scrollbar-track{background:#f1f1f1}
.page_wrap::-webkit-scrollbar-thumb{background:#F24749;border-radius:3px}
.page_wrap::-webkit-scrollbar-thumb:hover{background:#004D56}
.stats_wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.title_area{display:flex;align-items:center;gap:60px;padding:80px 0;max-width:1200px;margin:0 auto}
.title_area .text_side{flex:1}
.title_area .img_side{flex:1;position:relative}
.title_area .img_side img{width:100%;height:480px;object-fit:cover;border-radius:30px;box-shadow:0 6px 20px #004d5626}
.title_area .img_side::before{content:'';position:absolute;inset:0;border-radius:30px;box-shadow:inset 0 0 60px #0003;pointer-events:none}
.title_area h1{font-size:48px;line-height:1.2;color:#004D56;margin:0 0 24px;font-weight:700}
.title_area .quote_txt{font-size:20px;line-height:1.6;color:#333;font-style:italic;padding-left:20px;border-left:4px solid #F24749}
.metrics_grid_sec{background:linear-gradient(135deg,#FFE489 0%,#FFF8E1 100%);padding:100px 0;position:relative}
.metrics_grid_sec::before{content:'';position:absolute;top:0;left:10%;width:200px;height:200px;background:radial-gradient(circle,#f247491a 0%,transparent 70%);border-radius:50%}
.metrics_grid_sec::after{content:'';position:absolute;bottom:10%;right:15%;width:150px;height:150px;background:radial-gradient(circle,#004d5614 0%,transparent 70%);border-radius:50%}
.metrics_grid_sec .sec_head{text-align:center;max-width:800px;margin:0 auto 60px}
.metrics_grid_sec h2{font-size:42px;color:#004D56;margin:0 0 20px;font-weight:700}
.metrics_grid_sec .lead_txt{font-size:18px;line-height:1.7;color:#333}
.data_cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;position:relative;z-index:1}
.stat_card{background:#fff;padding:40px 30px;border-radius:25px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.stat_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#F24749 0%,#004D56 100%)}
.stat_card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}
.stat_card .num_display{font-size:56px;font-weight:700;color:#F24749;margin:0 0 12px;line-height:1}
.stat_card .label_txt{font-size:18px;color:#004D56;font-weight:600;margin:0 0 12px}
.stat_card .desc_txt{font-size:15px;line-height:1.6;color:#666}
.progress_sec{padding:100px 0;max-width:1000px;margin:0 auto}
.progress_sec h2{font-size:38px;color:#004D56;margin:0 0 50px;text-align:center;font-weight:700}
.progress_item{margin-bottom:50px}
.progress_item .item_head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.progress_item .skill_name{font-size:20px;color:#004D56;font-weight:600}
.progress_item .skill_percent{font-size:24px;color:#F24749;font-weight:700}
.progress_bar_outer{width:100%;height:14px;background:#f0f0f0;border-radius:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}
.progress_bar_inner{height:100%;background:linear-gradient(90deg,#F24749 0%,#004D56 100%);border-radius:20px;transition:width 1.5s ease;box-shadow:0 2px 6px #f247494d}
.progress_item:nth-child(1) .progress_bar_inner{width:92%}
.progress_item:nth-child(2) .progress_bar_inner{width:88%}
.progress_item:nth-child(3) .progress_bar_inner{width:95%}
.progress_item:nth-child(4) .progress_bar_inner{width:85%}
.testimonial_block{background:linear-gradient(135deg,#004D56 0%,#003840 100%);padding:100px 0;position:relative;overflow:hidden}
.testimonial_block::before{content:'';position:absolute;top:-50px;left:-50px;width:300px;height:300px;background:radial-gradient(circle,#ffe48926 0%,transparent 70%);border-radius:50%}
.testimonial_block h2{font-size:38px;color:#fff;text-align:center;margin:0 0 60px;font-weight:700}
.testimonial_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;max-width:1200px;margin:0 auto;position:relative;z-index:1}
.testimonial_card{background:#fff;padding:40px;border-radius:28px;box-shadow:0 6px 18px #00000026;position:relative}
.testimonial_card::before{content:'„';position:absolute;top:15px;left:25px;font-size:80px;color:#FFE489;font-family:Georgia,serif;line-height:1}
.testimonial_card .author_area{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.testimonial_card .author_img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #F24749;box-shadow:0 3px 8px #0000001a}
.testimonial_card .author_info h3{font-size:20px;color:#004D56;margin:0 0 4px;font-weight:600}
.testimonial_card .author_info .role_txt{font-size:14px;color:#F24749;font-weight:500}
.testimonial_card .quote_content{font-size:16px;line-height:1.7;color:#333;position:relative;padding-left:10px}
@media (max-width: 968px) {
.title_area{flex-direction:column;gap:40px;padding:60px 0}
.title_area h1{font-size:38px}
.title_area .img_side img{height:350px}
.metrics_grid_sec{padding:70px 0}
.data_cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.testimonial_grid{grid-template-columns:1fr;gap:30px}
.progress_sec{padding:70px 0}
}
@media (max-width: 640px) {
.title_area h1{font-size:32px}
.title_area .quote_txt{font-size:18px}
.title_area .img_side img{height:280px}
.metrics_grid_sec h2{font-size:32px}
.stat_card{padding:30px 20px}
.stat_card .num_display{font-size:44px}
.data_cards{grid-template-columns:1fr}
.testimonial_block h2,.progress_sec h2{font-size:30px}
.testimonial_card{padding:30px}
}
.hero_wrap{position:relative;height:92vh;min-height:580px;max-height:920px;overflow:hidden;background:linear-gradient(135deg,#004D56 0%,#F24749 100%)}
.hero_wrap .bg_img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15;filter:contrast(1.2) saturate(0.8);mix-blend-mode:overlay}
.hero_wrap .overlay_texture{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent 0px,#ffe48908 1px,transparent 2px,transparent 4px);pointer-events:none}
.hero_wrap .content_float{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0 24px;height:100%;display:flex;flex-direction:column;justify-content:center}
.hero_wrap .title_main{font-size:68px;font-weight:800;color:#fff;line-height:1.1;margin:0 0 28px;max-width:820px;text-shadow:2px 4px 12px #0000004d}
.hero_wrap .subtitle_text{font-size:22px;color:#fffffff2;line-height:1.6;margin:0 0 42px;max-width:640px;text-shadow:1px 2px 8px #00000040}
.hero_wrap .arrow_decor{position:absolute;bottom:80px;right:12%;width:140px;height:140px;border:4px solid #FFE489;border-radius:50%;display:flex;align-items:center;justify-content:center}
.hero_wrap .arrow_decor::before{content:"↓";font-size:54px;color:#FFE489;font-weight:700}
.hero_wrap .cta_btn{display:inline-block;padding:18px 44px;background:#F24749;color:#fff;font-size:18px;font-weight:700;border-radius:32px;text-decoration:none;box-shadow:4px 6px 16px #f2474966;transition:all .3s ease;border:3px solid transparent}
.hero_wrap .cta_btn:hover{background:#fff;color:#F24749;border-color:#F24749;transform:translateY(-3px);box-shadow:6px 10px 24px #f2474980}
.problems_section{padding:96px 24px;background:#fff}
.problems_section .container_data{max-width:1400px;margin:0 auto}
.problems_section .section_header{text-align:center;margin-bottom:68px}
.problems_section .section_header h2{font-size:48px;font-weight:800;color:#004D56;margin:0 0 20px;position:relative;display:inline-block}
.problems_section .section_header h2::after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:5px;background:linear-gradient(90deg,#F24749,#FFE489);border-radius:24px}
.problems_section .section_header p{font-size:19px;color:#555;max-width:720px;margin:28px auto 0;line-height:1.7}
.problems_section .issues_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:52px}
.problems_section .issue_card{background:linear-gradient(145deg,#f9f9f9,#fff);padding:36px 28px;border-radius:28px;box-shadow:3px 5px 18px #004d5614;transition:all .3s ease;border:2px solid transparent}
.problems_section .issue_card:hover{transform:translateY(-6px);box-shadow:5px 8px 28px #004d5626;border-color:#FFE489}
.problems_section .issue_card h3{font-size:24px;font-weight:700;color:#F24749;margin:0 0 16px}
.problems_section .issue_card p{font-size:17px;color:#666;line-height:1.6;margin:0}
.problems_section .solution_box{background:linear-gradient(135deg,#004D56,#003941);padding:48px 40px;border-radius:32px;box-shadow:6px 8px 24px #004d5633;display:flex;align-items:center;gap:40px}
.problems_section .solution_box img{width:240px;height:240px;object-fit:cover;border-radius:24px;box-shadow:4px 6px 16px #0000004d}
.problems_section .solution_content h3{font-size:32px;font-weight:800;color:#FFE489;margin:0 0 20px}
.problems_section .solution_content p{font-size:18px;color:#ffffffe6;line-height:1.7;margin:0 0 16px}
.efficiency_wrapper{padding:88px 24px;background:linear-gradient(180deg,#fff,#f4f9fa)}
.efficiency_wrapper .container_data{max-width:1400px;margin:0 auto}
.efficiency_wrapper .title_area{margin-bottom:56px}
.efficiency_wrapper .title_area h2{font-size:46px;font-weight:800;color:#004D56;margin:0 0 18px}
.efficiency_wrapper .title_area h2::before{content:"";display:inline-block;width:8px;height:42px;background:#F24749;margin-right:16px;vertical-align:middle;border-radius:8px}
.efficiency_wrapper .split_layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.efficiency_wrapper .tech_list{display:flex;flex-direction:column;gap:24px}
.efficiency_wrapper .tech_item{background:#fff;padding:28px 32px;border-radius:24px;box-shadow:2px 4px 14px #004d560f;border-left:6px solid #FFE489;transition:all .3s ease}
.efficiency_wrapper .tech_item:hover{border-left-color:#F24749;box-shadow:4px 7px 22px #f247491f}
.efficiency_wrapper .tech_item h4{font-size:21px;font-weight:700;color:#004D56;margin:0 0 12px}
.efficiency_wrapper .tech_item p{font-size:17px;color:#666;line-height:1.6;margin:0}
.efficiency_wrapper .visual_block{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.efficiency_wrapper .visual_block img{width:100%;height:220px;object-fit:cover;border-radius:20px;box-shadow:3px 5px 16px #004d561a}
.efficiency_wrapper .stats_row{display:flex;gap:20px;margin-top:32px}
.efficiency_wrapper .stat_box{flex:1;background:linear-gradient(135deg,#F24749,#d93537);padding:24px 20px;border-radius:20px;text-align:center;box-shadow:4px 6px 18px #f2474940}
.efficiency_wrapper .stat_box .number{font-size:42px;font-weight:800;color:#fff;margin:0 0 8px}
.efficiency_wrapper .stat_box .label{font-size:15px;color:#ffffffe6;margin:0}
.practice_zone{padding:92px 24px;background:#fff}
.practice_zone .container_data{max-width:1400px;margin:0 auto}
.practice_zone .intro_block{max-width:880px;margin:0 auto 64px;text-align:center}
.practice_zone .intro_block h2{font-size:50px;font-weight:800;color:#004D56;margin:0 0 24px;position:relative;display:inline-block}
.practice_zone .intro_block h2::before{content:"";position:absolute;top:-16px;left:-20px;width:60px;height:60px;background:radial-gradient(circle,#FFE489,transparent);border-radius:50%;opacity:.4;z-index:-1}
.practice_zone .intro_block p{font-size:19px;color:#555;line-height:1.7;margin:0}
.practice_zone .project_flow{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:56px}
.practice_zone .flow_step{position:relative;background:linear-gradient(135deg,#f8f8f8,#fff);padding:32px 24px;border-radius:26px;box-shadow:3px 5px 16px #004d5612;border-top:5px solid #FFE489}
.practice_zone .flow_step::before{content:attr(data-step);position:absolute;top:-18px;left:24px;width:44px;height:44px;background:#F24749;color:#fff;font-size:20px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:3px 4px 12px #f247494d}
.practice_zone .flow_step h4{font-size:22px;font-weight:700;color:#004D56;margin:8px 0 14px}
.practice_zone .flow_step p{font-size:17px;color:#666;line-height:1.6;margin:0}
.practice_zone .portfolio_showcase{background:linear-gradient(145deg,#004D56,#003338);padding:52px 44px;border-radius:32px;box-shadow:6px 9px 28px #004d5640}
.practice_zone .portfolio_showcase h3{font-size:36px;font-weight:800;color:#FFE489;margin:0 0 32px;text-align:center}
.practice_zone .portfolio_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:36px}
.practice_zone .portfolio_grid img{width:100%;height:260px;object-fit:cover;border-radius:20px;box-shadow:4px 6px 18px #0000004d;transition:all .3s ease}
.practice_zone .portfolio_grid img:hover{transform:scale(1.04);box-shadow:6px 10px 28px #0006}
.practice_zone .expert_profile{display:flex;align-items:center;gap:28px;background:#ffffff14;padding:28px 32px;border-radius:24px}
.practice_zone .expert_profile img{width:92px;height:92px;object-fit:cover;border-radius:50%;border:4px solid #FFE489;box-shadow:3px 5px 14px #00000040}
.practice_zone .expert_profile .profile_info h5{font-size:22px;font-weight:700;color:#fff;margin:0 0 8px}
.practice_zone .expert_profile .profile_info p{font-size:16px;color:#ffffffd9;line-height:1.6;margin:0}
.practice_zone .action_wrap{text-align:center;margin-top:48px}
.practice_zone .action_wrap .link_btn{display:inline-block;padding:18px 48px;background:#FFE489;color:#004D56;font-size:18px;font-weight:700;border-radius:30px;text-decoration:none;box-shadow:4px 6px 18px #ffe48959;transition:all .3s ease}
.practice_zone .action_wrap .link_btn:hover{background:#fff;transform:translateY(-4px);box-shadow:6px 10px 26px #ffe48980}
@media (max-width: 1024px) {
.hero_wrap .title_main{font-size:52px}
.efficiency_wrapper .split_layout{grid-template-columns:1fr;gap:40px}
.practice_zone .project_flow{grid-template-columns:1fr}
.practice_zone .portfolio_grid{grid-template-columns:1fr}
.problems_section .solution_box{flex-direction:column}
}
@media (max-width: 768px) {
.hero_wrap .title_main{font-size:38px}
.hero_wrap .subtitle_text{font-size:18px}
.hero_wrap .arrow_decor{display:none}
.problems_section .section_header h2,.efficiency_wrapper .title_area h2,.practice_zone .intro_block h2{font-size:34px}
.problems_section .issues_grid{grid-template-columns:1fr}
.efficiency_wrapper .visual_block{grid-template-columns:1fr}
.efficiency_wrapper .stats_row{flex-direction:column}
.practice_zone .expert_profile{flex-direction:column;text-align:center}
}
.contact_pg_wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.hero_contact_sect{display:flex;align-items:center;gap:60px;padding:80px 0;background:linear-gradient(135deg,#ffe48926 0%,#f2474914 100%);border-radius:32px;margin-bottom:80px}
.hero_txt_block{flex:1;padding-left:60px}
.hero_txt_block .main_hdline{font-size:3.2rem;font-weight:700;color:#004D56;margin-bottom:24px;line-height:1.2}
.hero_txt_block .desc_para{font-size:1.1rem;color:#333;line-height:1.7;max-width:520px}
.hero_img_holder{flex:1;position:relative;padding-right:60px}
.hero_img_holder::before{content:'';position:absolute;top:-20px;right:40px;width:100%;height:100%;background:linear-gradient(45deg,#F24749 0%,#FFE489 100%);border-radius:28px;z-index:1;opacity:.2}
.hero_img_holder::after{content:'';position:absolute;top:0;right:60px;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#004d5608 2px,#004d5608 4px);border-radius:28px;z-index:3;pointer-events:none}
.img_frame{position:relative;width:100%;height:400px;background:linear-gradient(135deg,#004D56 0%,#F24749 100%);border-radius:28px;z-index:2;overflow:hidden}
.img_frame::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#ffe4894d 0%,transparent 70%);z-index:1}
.contact_main_grid{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;padding:0 0 100px;align-items:start}
.info_column_sect{background:#fff;padding:50px 40px;border-radius:32px;box-shadow:0 4px 20px #004d5614}
.info_column_sect .sect_title{font-size:2rem;font-weight:700;color:#F24749;margin-bottom:32px;position:relative;padding-bottom:16px}
.info_column_sect .sect_title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#F24749 0%,#FFE489 100%);border-radius:2px}
.contact_item_wrap{margin-bottom:36px}
.contact_item_wrap:last-child{margin-bottom:0}
.item_label{font-size:.9rem;font-weight:600;color:#004D56;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:block}
.item_value{font-size:1.05rem;color:#333;line-height:1.6}
.item_value a{color:#F24749;text-decoration:none;transition:color .3s ease}
.item_value a:hover{color:#004D56}
.messenger_links_row{display:flex;gap:16px;margin-top:12px}
.messenger_btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#F24749 0%,#FFE489 100%);border-radius:12px;text-decoration:none;color:#fff;font-size:1.3rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 3px 12px #f2474933}
.messenger_btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #f2474959}
.form_column_sect{background:#fff;padding:50px 45px;border-radius:32px;box-shadow:0 4px 20px #004d5614}
.form_column_sect .sect_title{font-size:2rem;font-weight:700;color:#004D56;margin-bottom:12px}
.form_subtitle{font-size:1rem;color:#666;margin-bottom:36px;line-height:1.6}
.form_wrapper{display:flex;flex-direction:column;gap:24px}
.input_group{display:flex;flex-direction:column}
.input_group label{font-size:.95rem;font-weight:600;color:#004D56;margin-bottom:10px}
.input_group input,.input_group select{width:100%;padding:16px 20px;font-size:1rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;color:#333;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}
.input_group input:focus,.input_group select:focus{outline:none;border-color:#F24749;box-shadow:0 0 0 4px #f247491a}
.input_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='%23F24749' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:48px}
.privacy_check_wrap{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacy_check_wrap input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#F24749}
.privacy_check_wrap label{font-size:.9rem;color:#555;line-height:1.5;cursor:pointer}
.privacy_check_wrap label a{color:#F24749;text-decoration:none;font-weight:600}
.privacy_check_wrap label a:hover{text-decoration:underline}
.submit_btn_holder{margin-top:12px}
.submit_btn{width:100%;padding:18px 32px;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#F24749 0%,#004D56 100%);border:none;border-radius:12px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #f247494d;font-family:inherit}
.submit_btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f2474966}
.submit_btn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.hero_contact_sect{flex-direction:column;padding:60px 40px;gap:40px}
.hero_txt_block{padding-left:0;text-align:center}
.hero_txt_block .desc_para{max-width:100%}
.hero_img_holder{padding-right:0;width:100%}
.hero_img_holder::before{right:-20px}
.hero_img_holder::after{right:0}
.contact_main_grid{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.contact_pg_wrap{padding:0 16px}
.hero_contact_sect{padding:40px 24px;margin-bottom:50px;border-radius:24px}
.hero_txt_block .main_hdline{font-size:2.2rem}
.hero_txt_block .desc_para{font-size:1rem}
.img_frame{height:280px}
.info_column_sect,.form_column_sect{padding:36px 24px;border-radius:24px}
.info_column_sect .sect_title,.form_column_sect .sect_title{font-size:1.6rem}
.messenger_links_row{flex-wrap:wrap}
.contact_main_grid{padding-bottom:60px}
}
@media (max-width: 480px) {
.hero_txt_block .main_hdline{font-size:1.8rem}
.img_frame{height:220px;border-radius:20px}
.hero_img_holder::before,.hero_img_holder::after{border-radius:20px}
.info_column_sect .sect_title,.form_column_sect .sect_title{font-size:1.4rem}
}
.faq_hero{position:relative;padding:80px 20px;max-width:1400px;margin:0 auto 60px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.faq_hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#FFE489 0%,#ffe4891a 100%);z-index:-1;border-radius:30px}
.faq_hero::after{content:'';position:absolute;bottom:-20px;right:10%;width:200px;height:200px;background:radial-gradient(circle,#F24749,transparent 70%);opacity:.15;z-index:-1}
.hero_text_wrap{padding:0 20px}
.hero_text_wrap h1{font-size:3rem;color:#004D56;margin:0 0 20px;line-height:1.2}
.hero_text_wrap .subtitle_list{list-style:none;padding:0;margin:0;color:#333;font-size:1.05rem;line-height:1.8}
.hero_text_wrap .subtitle_list li{margin:8px 0}
.hero_img_collage{position:relative;height:400px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px}
.hero_img_collage img{width:100%;height:100%;object-fit:cover;border-radius:25px;filter:saturate(1.1) brightness(1.05)}
.hero_img_collage img:first-child{grid-column:1 / 2;grid-row:1 / 3}
.hero_img_collage img:last-child{grid-column:2 / 3;grid-row:1 / 3}
.questions_main_wrap{max-width:1400px;margin:0 auto;padding:0 20px 80px}
.questions_intro{text-align:center;margin:0 auto 60px;max-width:800px}
.questions_intro h2{font-size:2.2rem;color:#004D56;margin:0 0 16px;position:relative;display:inline-block}
.questions_intro h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#F24749,#FFE489);border-radius:2px}
.questions_intro p{color:#555;font-size:1.05rem;line-height:1.7;margin:30px 0 0}
.faq_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.faq_item{background:#fff;border-radius:28px;padding:32px;box-shadow:0 4px 12px #004d5614;transition:all .3s ease}
.faq_item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #f247491f}
.faq_item h3{font-size:1.3rem;color:#004D56;margin:0 0 16px;line-height:1.4}
.faq_item h3::before{content:'Q:';display:inline-block;background:linear-gradient(135deg,#F24749,#004D56);color:#fff;font-size:.8rem;padding:4px 10px;border-radius:8px;margin-right:12px;font-weight:600}
.faq_item p{color:#444;font-size:1rem;line-height:1.7;margin:0}
.expert_block{max-width:1400px;margin:80px auto;padding:0 20px;display:flex;gap:50px;align-items:center;background:linear-gradient(135deg,#ffe4894d,#004d560d);border-radius:35px;padding:60px}
.expert_img_wrap{flex-shrink:0;width:220px;height:220px;position:relative}
.expert_img_wrap::before{content:'';position:absolute;inset:-10px;background:linear-gradient(135deg,#F24749,#004D56);border-radius:50%;z-index:-1}
.expert_img_wrap img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:6px solid #fff}
.expert_content{flex:1}
.expert_content h2{font-size:2rem;color:#004D56;margin:0 0 12px}
.expert_content .role_label{display:inline-block;background:#F24749;color:#fff;padding:6px 16px;border-radius:20px;font-size:.9rem;margin:0 0 20px}
.expert_content p{color:#444;font-size:1.05rem;line-height:1.7;margin:0 0 12px}
.cta_section{max-width:1000px;margin:0 auto 80px;padding:60px 40px;background:linear-gradient(135deg,#F24749,#004D56);border-radius:32px;text-align:center;position:relative;overflow:hidden}
.cta_section::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,#ffe4894d,transparent 70%)}
.cta_section::after{content:'';position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,#ffffff1a,transparent 70%)}
.cta_section h2{font-size:2.2rem;color:#fff;margin:0 0 16px;position:relative;z-index:1}
.cta_section p{font-size:1.1rem;color:#fffffff2;margin:0 0 30px;line-height:1.7;position:relative;z-index:1}
.cta_btn{display:inline-block;background:#fff;color:#004D56;padding:16px 40px;border-radius:28px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 6px 20px #00000026}
.cta_btn:hover{background:#FFE489;transform:translateY(-3px);box-shadow:0 10px 30px #00000040}
@media (max-width: 1024px) {
.faq_hero{grid-template-columns:1fr;padding:60px 20px}
.hero_text_wrap h1{font-size:2.4rem}
.hero_img_collage{height:300px}
.faq_grid{grid-template-columns:1fr}
.expert_block{flex-direction:column;text-align:center;padding:40px}
}
@media (max-width: 768px) {
.faq_hero{padding:40px 20px;margin:0 auto 40px}
.hero_text_wrap h1{font-size:2rem}
.hero_text_wrap .subtitle_list{font-size:1rem}
.hero_img_collage{height:250px;gap:8px}
.questions_intro h2{font-size:1.8rem}
.faq_item{padding:24px}
.faq_item h3{font-size:1.15rem}
.expert_block{padding:30px 20px;gap:30px}
.expert_img_wrap{width:180px;height:180px}
.expert_content h2{font-size:1.6rem}
.cta_section{padding:40px 24px;margin:0 20px 60px}
.cta_section h2{font-size:1.8rem}
.cta_section p{font-size:1rem}
}
.success_wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.confirm_hero{min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#FFE489 0%,#F24749 50%,#004D56 100%)}
.confirm_hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffe4894d 0%,transparent 70%);animation:pulse_glow 8s ease-in-out infinite}
@keyframes pulse_glow {
0%,100%{transform:scale(1) rotate(0deg);opacity:.5}
50%{transform:scale(1.1) rotate(180deg);opacity:.8}
}
.confirm_hero::after{content:'';position:absolute;bottom:-30%;right:-30%;width:60%;height:60%;background:radial-gradient(circle,#004d5666 0%,transparent 70%);border-radius:50%}
.success_inner{position:relative;z-index:10;text-align:center;max-width:800px;padding:60px 40px;background:#fffffff2;border-radius:32px;box-shadow:0 20px 60px #004d5640 0 8px 16px #f2474926}
.check_icon_wrap{width:120px;height:120px;margin:0 auto 40px;position:relative;animation:check_appear .8s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes check_appear {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.check_circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#F24749 0%,#004D56 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #f2474966;position:relative}
.check_circle::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:50%;border:3px solid #FFE489;animation:ring_pulse 2s ease-in-out infinite}
@keyframes ring_pulse {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:1}
}
.check_mark{width:60px;height:60px;fill:none;stroke:#FFE489;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw_check .6s .3s ease-out forwards}
@keyframes draw_check {
to{stroke-dashoffset:0}
}
.success_inner h1{font-size:3.2rem;font-weight:700;color:#004D56;margin:0 0 24px;line-height:1.2}
.success_msg{font-size:1.25rem;color:#333;line-height:1.7;margin:0 0 32px}
.confirmation_details{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:32px;border-radius:24px;margin:40px 0;border-left:6px solid #F24749}
.detail_row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:2px dashed #004d5626}
.detail_row:last-child{border-bottom:none}
.detail_label{font-size:1rem;color:#666;font-weight:500}
.detail_value{font-size:1.1rem;color:#004D56;font-weight:700}
.next_steps{text-align:left;margin:40px 0}
.next_steps h2{font-size:1.8rem;color:#004D56;margin:0 0 24px;position:relative;padding-left:20px}
.next_steps h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:100%;background:linear-gradient(180deg,#F24749 0%,#004D56 100%);border-radius:8px}
.step_list{list-style:none;padding:0;margin:0}
.step_item{display:flex;align-items:flex-start;padding:20px;margin-bottom:16px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #004d5614;transition:all .3s ease}
.step_item:hover{transform:translateX(8px);box-shadow:0 6px 20px #f2474926}
.step_num{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#F24749 0%,#004D56 100%);color:#FFE489;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;margin-right:20px}
.step_content{flex:1}
.step_content p{margin:0;color:#333;font-size:1.05rem;line-height:1.6}
.action_btns{display:flex;gap:20px;justify-content:center;margin-top:40px;flex-wrap:wrap}
.btn_primary{padding:18px 48px;background:linear-gradient(135deg,#F24749 0%,#004D56 100%);color:#FFE489;text-decoration:none;border-radius:28px;font-weight:700;font-size:1.1rem;box-shadow:0 6px 20px #f247494d;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden;z-index:1}
.btn_primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#004D56 0%,#F24749 100%);transition:left .4s ease;z-index:-1}
.btn_primary:hover::before{left:0}
.btn_primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #004d5666}
.btn_secondary{padding:18px 48px;background:#fff;color:#004D56;text-decoration:none;border-radius:28px;font-weight:700;font-size:1.1rem;border:3px solid #004D56;transition:all .3s ease;cursor:pointer}
.btn_secondary:hover{background:#004D56;color:#FFE489;transform:translateY(-3px);box-shadow:0 6px 20px #004d564d}
.contact_info{margin-top:50px;padding-top:40px;border-top:3px solid #004d561a}
.contact_info h3{font-size:1.4rem;color:#004D56;margin:0 0 24px}
.contact_methods{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.contact_link{display:inline-flex;align-items:center;padding:12px 24px;background:linear-gradient(135deg,#ffe4894d 0%,#f2474933 100%);border-radius:20px;text-decoration:none;color:#004D56;font-weight:600;transition:all .3s ease;border:2px solid transparent}
.contact_link:hover{background:linear-gradient(135deg,#FFE489 0%,#F24749 100%);border-color:#004D56;transform:scale(1.05)}
@media (max-width: 768px) {
.confirm_hero{min-height:100vh;padding:40px 0}
.success_inner{padding:40px 24px;border-radius:24px}
.success_inner h1{font-size:2.2rem}
.success_msg{font-size:1.1rem}
.check_icon_wrap{width:100px;height:100px;margin-bottom:30px}
.check_circle{width:100px;height:100px}
.check_mark{width:50px;height:50px}
.confirmation_details{padding:24px 20px}
.detail_row{flex-direction:column;align-items:flex-start;gap:8px}
.action_btns{flex-direction:column;gap:16px}
.btn_primary,.btn_secondary{width:100%;text-align:center}
.step_item{flex-direction:column;gap:12px}
.step_num{margin-right:0}
.contact_methods{flex-direction:column}
.contact_link{width:100%;justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success_inner{max-width:700px;padding:50px 32px}
.success_inner h1{font-size:2.8rem}
}