/* DenkKlar Akademie — Main Stylesheet */
/* Based on DNA: noble_house_theme_web adapted for critical thinking courses */

body{-webkit-text-size-adjust:none;}
html,body{margin:0!important;padding:0!important;font-size:17px;font-family:'Montserrat',sans-serif;color:#000;font-weight:400;line-height:1.6;}
body{overflow-x:hidden}
body p{margin-left:0;margin-top:0;margin-right:0}
p{margin-bottom:20px}
p:last-child{margin-bottom:0}
a{color:#7A1424;text-decoration:none}
a:hover{color:#E09900}
textarea:focus,input:focus,a:focus{outline:0}
*:focus{outline:0}
*{box-sizing:border-box}
.full_container{position:relative;}
.large_container{max-width:1500px;position:relative;margin:0 auto;width:95%;}
.middle_container{max-width:1400px;position:relative;margin:0 auto;width:95%;}
.small_container{max-width:1100px;position:relative;margin:0 auto;width:95%;}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:normal}
h1,.style_h1{font-size:45px;text-transform:uppercase;}
h2{font-size:40px}
h3{font-size:30px}
h4{font-size:25px}
h5{font-size:21px}
h6{font-size:19px;}
img{max-width:100%;display:block;height:auto}
a,img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
ul,ol{padding:0;margin:0}
.font_cormo{font-family:'Cormorant Garamond',serif;}
.font_mont{font-family:'Montserrat',sans-serif;}

/*button style*/
.button_custom{cursor:pointer;font-weight:600;font-size:20px;display:inline-block;padding:12px 50px;box-sizing:border-box;border:2px solid;text-align:center;color:#fff;line-height:1;background-color:#7a1424;font-family:'Cormorant Garamond',serif;border-color:#7a1424;font-style:normal;min-width:180px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.button_custom:hover{background-color:#fff;border-color:#7a1424;color:#7a1424}
.button_header a{cursor:pointer;font-weight:600;font-size:20px;display:inline-block;padding:10px 30px;border:2px solid #E09900;text-align:center;color:#fff;line-height:1;background-color:#E09900;font-family:'Cormorant Garamond',serif;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.button_header a:hover{background-color:transparent;color:#fff}
.center_button{text-align:center}
.left_button{text-align:left}
.yellow_color .button_custom{background-color:#E09900;border-color:#E09900;color:#fff}
.yellow_color .button_custom:hover{color:#E09900!important;background-color:#fff!important;border-color:#E09900 !important}

/*empty space*/
.empty_space_custom{display:block;clear:both;width:100%}
.extra_small_space{height:20px}
.small_space{height:40px}
.medium_space{height:70px}
.large_space{height:100px}
.extra_large_space{height:120px}

/*titles*/
.center_title{text-align:center}
.left_title{text-align:left}
.black_title{color:#000}
.dark_red_title{color:#7A1424}
.white_title{color:#fff}
.yellow_title{color:#E09900}
.weight_400{font-weight:400;}
.weight_500{font-weight:500;}
.weight_600{font-weight:600;}
.weight_700{font-weight:700;}

/*socials*/
.link_icon span{width:35px;height:35px;line-height:35px;text-align:center;border-radius:50%;font-size:16px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;}
.link_icon:hover span{background-color:#E8D3B6;}
.item_icon{display:inline-block;vertical-align:middle;margin-right:8px}
.item_icon:last-child{margin-right:0;}
.link_icon{display:block}

/*header*/
.site_header{position:relative;width:100%;background-color:#000;border-bottom:0;padding:15px 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%;height:auto;z-index:999}
.home .site_header{background:rgba(0,0,0,.42);position:absolute;top:0;left:0;width:100%;height:auto}
.site_header.clone{background-color:#000;padding:15px 0 10px;z-index:9999;position:fixed;top:-400px;left:0;width:100%;height:auto}
.down .site_header.clone{top:0}
.site_header .large_container{display:flex;align-items:center;justify-content:space-between;column-gap:20px}
.site_header .menu a{color:#fff;font-size:20px;display:block;font-family:'Cormorant Garamond',serif;font-weight:600;position:relative}
.site_header .menu a::after{position:absolute;top:100%;height:3px;background-color:#e09900;content:"";width:100%;left:0;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.site_header .menu .current_page_item>a::after,.site_header .menu>a:hover::after{opacity:1}
.site_header .menu>li{margin:0 18px;position:relative}
.site_header .menu>li:last-child{margin-right:0}
.site_header .menu{display:flex;list-style:none;justify-content:flex-end;align-items:center}
.logo_side_header{width:auto;flex-shrink:0}
.logo_header{width:auto;height:auto;max-height:70px;max-width:260px}
.right_side_header{display:flex;align-items:center;column-gap:30px}
.header_socials{display:flex;align-items:center;}
.header_socials .item_icon{margin-top:0;margin-right:0;margin-left:8px}

/*responsive menu*/
.menu_responsive_icon{display:none;width:38px;height:28px;cursor:pointer;z-index:99999999;vertical-align:middle;position:relative}
.menu_responsive_icon span,.menu_responsive_icon span::after,.menu_responsive_icon span::before{display:block;width:100%;position:absolute;content:'';left:0;transform:rotate(0);transition:.25s ease-in-out;height:3px;border-radius:5px;}
.menu_responsive_icon span{background:#fff;top:50%;margin-top:-1.5px;}
.menu_responsive_icon span::before{top:-12px;width:100%;background:#fff}
.menu_responsive_icon span::after{opacity:1;top:12px;background:#fff}
.menu_header_mob{border-right:1px solid #333;position:fixed;top:0;left:-140%;width:75%;background:#7a1424;height:100vh;box-sizing:border-box;z-index:999999999;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;overflow-y:auto;padding:80px 30px 40px;}
.menu_header_mob ul{list-style:none}
.menu_header_mob ul li{margin-bottom:15px}
.menu_header_mob ul li a{color:#fff;font-size:22px;font-family:'Cormorant Garamond',serif;font-weight:600;display:block;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.2);}
.menu_header_mob .close_mob_menu{position:absolute;top:25px;right:25px;color:#fff;font-size:24px;cursor:pointer;background:none;border:none;line-height:1;}
.mob_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:99999990;display:none;}
.responsive_menu_open .menu_header_mob{left:0}
.responsive_menu_open .mob_overlay{display:block}

/*hero*/
.hero_section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.hero_bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1;}
.hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.52);z-index:0;}
.hero_content{position:relative;z-index:2;text-align:center;padding:160px 20px 120px;}
.hero_content h1{font-size:62px;color:#fff;font-family:'Cormorant Garamond',serif;font-weight:700;line-height:1.1;text-transform:uppercase;margin-bottom:20px;}
.hero_content h2{font-size:28px;color:#E8D3B6;font-family:'Cormorant Garamond',serif;font-weight:400;margin-bottom:40px;line-height:1.4;}
.hero_badges{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:40px;}
.hero_badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 22px;font-size:15px;font-family:'Montserrat',sans-serif;}

/*section generic*/
.section_pad{padding:80px 0;}
.section_pad_sm{padding:50px 0;}
.section_beige{background-color:#e8d3b6;}
.section_dark{background-color:#7a1424;}
.section_white{background-color:#fff;}

.section_heading{margin-bottom:50px;}
.section_heading h2{font-family:'Cormorant Garamond',serif;font-weight:700;color:#7a1424;font-size:42px;margin-bottom:15px;}
.section_heading p{font-size:18px;color:#555;max-width:700px;margin:0 auto;}
.section_heading.left_align{text-align:left;}
.section_heading.left_align p{margin:0;}

/*intro / о нас strip*/
.intro_strip{display:flex;align-items:center;gap:60px;}
.intro_strip_text{flex:1;}
.intro_strip_img{flex:1;position:relative;}
.intro_strip_img img{width:100%;height:auto;display:block;}
.intro_strip_text h2{font-family:'Cormorant Garamond',serif;font-weight:700;color:#7a1424;font-size:40px;margin-bottom:20px;line-height:1.15;}
.intro_strip_text p{color:#333;margin-bottom:18px;font-size:17px;}
.intro_strip_text .stat_row{display:flex;gap:40px;margin:30px 0;}
.stat_item{text-align:center;}
.stat_item .stat_num{font-size:46px;font-family:'Cormorant Garamond',serif;font-weight:700;color:#7a1424;line-height:1;}
.stat_item .stat_label{font-size:14px;color:#666;margin-top:5px;text-transform:uppercase;letter-spacing:.05em;}

/*course cards*/
.courses_grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;}
.course_card{width:calc(33.33% - 20px);background:#fff;border-top:4px solid #7a1424;padding:30px;position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.course_card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(122,20,36,.12);}
.course_card_icon{width:52px;height:52px;background:#7a1424;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.course_card_icon i{color:#fff;font-size:22px;}
.course_card h3{font-family:'Cormorant Garamond',serif;font-weight:700;color:#000;font-size:24px;margin-bottom:12px;line-height:1.2;}
.course_card p{color:#555;font-size:16px;margin-bottom:20px;}
.course_card .course_meta{display:flex;gap:15px;font-size:14px;color:#777;margin-bottom:20px;}
.course_card .course_meta span{display:flex;align-items:center;gap:5px;}
.course_card .course_price{font-size:22px;font-family:'Cormorant Garamond',serif;font-weight:700;color:#7a1424;margin-bottom:20px;}
.course_card .button_custom{font-size:16px;padding:10px 30px;width:100%;text-align:center;}

/*why section*/
.why_grid{display:flex;flex-wrap:wrap;gap:25px;}
.why_item{width:calc(50% - 13px);display:flex;gap:20px;align-items:flex-start;}
.why_item_icon{width:46px;height:46px;background:#E09900;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.why_item_icon i{color:#fff;font-size:20px;}
.why_item_text h4{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:22px;color:#7a1424;margin-bottom:8px;}
.why_item_text p{color:#444;font-size:16px;margin:0;}

/*method steps*/
.method_steps{display:flex;flex-wrap:wrap;gap:0;counter-reset:step-counter;}
.method_step{width:25%;padding:40px 30px;position:relative;border-right:1px solid rgba(255,255,255,.15);counter-increment:step-counter;}
.method_step:last-child{border-right:0;}
.method_step::before{content:counter(step-counter,'0'counter(step-counter));font-size:60px;font-family:'Cormorant Garamond',serif;font-weight:700;color:rgba(255,255,255,.15);display:block;line-height:1;margin-bottom:15px;}
.method_step h3{font-family:'Cormorant Garamond',serif;font-weight:700;color:#fff;font-size:22px;margin-bottom:12px;}
.method_step p{color:rgba(255,255,255,.8);font-size:15px;margin:0;}

/*testimonials*/
.testi_grid{display:flex;flex-wrap:wrap;gap:25px;}
.testi_item{width:calc(33.33% - 17px);background:#fff;padding:30px;border-left:4px solid #E09900;}
.testi_stars{color:#E09900;font-size:18px;margin-bottom:15px;}
.just_tx_testit{color:#444;font-style:italic;font-size:16px;margin-bottom:20px;line-height:1.7;}
.testimonial-name{font-family:'Cormorant Garamond',serif;color:#7a1424;font-weight:700;font-size:20px;}
.testi_role{font-size:14px;color:#888;margin-top:4px;}

/*cta strip*/
.cta_strip{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.cta_strip_text h2{font-family:'Cormorant Garamond',serif;font-weight:700;color:#fff;font-size:38px;margin-bottom:10px;}
.cta_strip_text p{color:rgba(255,255,255,.85);font-size:17px;margin:0;}
.cta_strip_action{flex-shrink:0;}
.cta_strip_action .button_custom{background:#E09900;border-color:#E09900;font-size:20px;padding:14px 55px;}
.cta_strip_action .button_custom:hover{background:#fff;color:#E09900;border-color:#E09900;}

/*faq*/
.faq_list{max-width:860px;margin:0 auto;}
.faq_item{border-bottom:1px solid #d5c3a8;padding:0;}
.faq_question{width:100%;text-align:left;background:none;border:none;padding:22px 40px 22px 0;font-size:18px;font-family:'Cormorant Garamond',serif;font-weight:700;color:#000;cursor:pointer;position:relative;line-height:1.3;}
.faq_question::after{content:'\f067';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:14px;color:#7a1424;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.faq_item.open .faq_question::after{content:'\f068';}
.faq_answer{max-height:0;overflow:hidden;-webkit-transition:max-height .4s ease;-moz-transition:max-height .4s ease;-o-transition:max-height .4s ease;transition:max-height .4s ease;}
.faq_answer_inner{padding:0 40px 22px 0;color:#555;font-size:16px;line-height:1.7;}

/*footer*/
.site-footer{background:#7a1424;clear:both;}
.site-footer,.site-footer a,.site-footer p{color:#fff;font-size:16px;}
.site-footer a:hover{color:#E09900;}
.footer_top{padding:50px 0 20px;}
.footer_cols{display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap;}
.footer_col{flex:1;min-width:200px;}
.footer_col_wide{flex:2;min-width:260px;}
.footer_col h4{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:#E09900;margin-bottom:20px;}
.footer_col ul{list-style:none;}
.footer_col ul li{margin-bottom:10px;}
.footer_col ul li a{color:#fff;font-size:15px;}
.footer_col ul li a:hover{color:#E09900;}
.footer_col p{font-size:15px;color:rgba(255,255,255,.85);margin-bottom:12px;}
.footer_contact_item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.footer_contact_icon{width:34px;height:34px;background:#E09900;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.footer_contact_icon i{color:#fff;font-size:14px;}
.footer_socials{display:flex;gap:10px;margin-top:15px;}
.footer_socials .item_icon{margin-top:0;margin-right:0;}
.footer_socials .link_icon span{background:rgba(255,255,255,.15);color:#fff;}
.footer_socials .link_icon:hover span{background:#E09900;}
.footer_bottom{border-top:1px solid rgba(255,255,255,.2);padding:20px 0;}
.footer_bottom .large_container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;}
.footer_bottom p{margin:0;font-size:14px;color:rgba(255,255,255,.75);}
.footer_bottom a{color:rgba(255,255,255,.75);font-size:14px;}
.footer_bottom a:hover{color:#E09900;}

/* svg logo */
.logo_svg{display:block;height:60px;width:auto;}

/*contact details icons*/
.icon-itm{background:#e09900;width:35px;height:35px;line-height:35px;display:flex;align-items:center;justify-content:center;font-size:16px;border-radius:50%;color:#7a1424;flex-shrink:0;margin-right:12px;}

/*page hero (inner pages)*/
.page_hero{background:#7a1424;padding:80px 0 60px;text-align:center;}
.page_hero h1{font-family:'Cormorant Garamond',serif;font-weight:700;color:#fff;font-size:50px;text-transform:uppercase;margin-bottom:10px;}
.page_hero p{color:rgba(255,255,255,.8);font-size:18px;}

/*contact page*/
.contact_grid{display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap;}
.contact_info{flex:1;min-width:260px;}
.contact_form_wrap{flex:2;min-width:300px;}
.contact_info h3{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:30px;color:#7a1424;margin-bottom:25px;}
.contact_info_item{display:flex;align-items:flex-start;gap:15px;margin-bottom:22px;}
.contact_info_item .ci_icon{width:44px;height:44px;background:#7a1424;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;}
.contact_info_item .ci_icon i{color:#fff;font-size:18px;}
.contact_info_item .ci_text strong{display:block;font-size:15px;color:#555;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;}
.contact_info_item .ci_text span,.contact_info_item .ci_text a{font-size:17px;color:#000;font-weight:500;}

/*form styles*/
.form_group{margin-bottom:22px;}
.form_group label{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em;}
.form_group input,.form_group textarea,.form_group select{width:100%;padding:13px 16px;background:#f5f0eb;border:1px solid #d5c3a8;font-family:'Montserrat',sans-serif;font-size:16px;color:#000;-webkit-transition:border-color .3s ease;-moz-transition:border-color .3s ease;-o-transition:border-color .3s ease;transition:border-color .3s ease;}
.form_group input:focus,.form_group textarea:focus{border-color:#7a1424;outline:none;background:#fff;}
.form_group textarea{min-height:140px;resize:vertical;}
.form_submit{display:inline-block;cursor:pointer;font-weight:700;font-size:18px;padding:14px 55px;background:#7a1424;border:2px solid #7a1424;color:#fff;font-family:'Cormorant Garamond',serif;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.form_submit:hover{background:#fff;color:#7a1424;}
.required_note{font-size:13px;color:#888;margin-bottom:20px;}

/*values page*/
.values_intro{max-width:820px;margin:0 auto 60px;text-align:center;}
.values_grid{display:flex;flex-wrap:wrap;gap:30px;}
.value_item{width:calc(50% - 15px);display:flex;gap:20px;align-items:flex-start;background:#fff;padding:30px;border-top:3px solid #7a1424;}
.value_item_icon{width:50px;height:50px;background:#7a1424;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;}
.value_item_icon i{color:#fff;font-size:20px;}
.value_item_text h3{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:24px;color:#000;margin-bottom:10px;}
.value_item_text p{color:#555;font-size:16px;margin:0;}
.team_section{padding:80px 0;}
.team_grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;}
.team_card{width:calc(33.33% - 20px);text-align:center;}
.team_card img{width:100%;height:280px;object-fit:cover;object-position:center;margin-bottom:20px;}
.team_card h3{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:24px;color:#7a1424;margin-bottom:6px;}
.team_card p{color:#666;font-size:15px;margin:0;}

/*privacy/terms/cookies page*/
.legal_section{padding:70px 0;}
.legal_content{max-width:900px;margin:0 auto;}
.legal_content h2{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:32px;color:#7a1424;margin:40px 0 15px;}
.legal_content h3{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:24px;color:#000;margin:30px 0 12px;}
.legal_content p{color:#444;font-size:16px;line-height:1.8;margin-bottom:16px;}
.legal_content ul{margin-bottom:16px;padding-left:25px;}
.legal_content ul li{color:#444;font-size:16px;line-height:1.7;margin-bottom:8px;}
.legal_content a{color:#7a1424;}

/*cookies banner*/
.cookies_banner{position:fixed;bottom:0;left:0;width:100%;background:#000;color:#fff;z-index:99999999;padding:20px 0;display:none;}
.cookies_banner.show{display:block;}
.cookies_inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.cookies_inner p{margin:0;font-size:15px;color:rgba(255,255,255,.9);}
.cookies_inner a{color:#E09900;}
.cookies_btns{display:flex;gap:12px;flex-shrink:0;}
.cookies_accept{background:#7a1424;color:#fff;border:none;padding:10px 28px;font-family:'Montserrat',sans-serif;font-size:15px;cursor:pointer;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;}
.cookies_accept:hover{background:#E09900;}
.cookies_decline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:10px 28px;font-family:'Montserrat',sans-serif;font-size:15px;cursor:pointer;}
.cookies_decline:hover{border-color:#fff;}

/* send.php page */
.send_section{padding:100px 0;text-align:center;}
.send_section i{font-size:70px;color:#7a1424;margin-bottom:25px;display:block;}
.send_section h1{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:42px;color:#000;margin-bottom:15px;}
.send_section p{font-size:18px;color:#555;margin-bottom:30px;}

/*image placeholders*/
.img_placeholder{background:#d5c3a8;width:100%;height:100%;display:block;}

/* misc */
.breadcrumb{font-size:14px;color:#888;margin-bottom:30px;}
.breadcrumb a{color:#7a1424;}
.breadcrumb span{margin:0 8px;}

/* responsive */
@media (max-width:1023px){
  .menu_header_desk{display:none;}
  .menu_responsive_icon{display:block;}
  .intro_strip{flex-direction:column;}
  .courses_grid .course_card{width:calc(50% - 15px);}
  .why_item{width:100%;}
  .method_step{width:50%;border-right:0;border-bottom:1px solid rgba(255,255,255,.15);}
  .testi_item{width:100%;}
  .cta_strip{flex-direction:column;text-align:center;}
  .contact_grid{flex-direction:column;}
  .value_item{width:100%;}
  .team_card{width:calc(50% - 15px);}
  .footer_col{width:100%;}
  .hero_content h1{font-size:42px;}
  .hero_content h2{font-size:22px;}
  .hero_badges{gap:12px;}
}
@media (max-width:767px){
  .courses_grid .course_card{width:100%;}
  .method_step{width:100%;}
  .team_card{width:100%;}
  .stat_item .stat_num{font-size:36px;}
  .intro_strip_text .stat_row{gap:20px;}
  .section_heading h2{font-size:32px;}
  .hero_content h1{font-size:34px;}
  h2{font-size:32px;}
  h3{font-size:24px;}
}
