*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Oxygen',sans-serif;background:#fff;color:#1a1a1a;line-height:1.6;overflow-x:hidden}
.site_wrap{max-width:1440px;margin:0 auto;padding:0 20px}
.heado{background:linear-gradient(135deg,#071574 0%,#04D1CB 50%,#BBDBF5 100%);padding:0;position:relative}
.heado .brand_row{text-align:center;padding:32px 20px 24px;background:#ffffff14}
.heado .brand_row .company_name_big{font-size:42px;font-weight:700;color:#fff;letter-spacing:1px;margin-bottom:8px;text-shadow:0 2px 12px #0003}
.heado .brand_row .tagline_text{font-size:16px;font-weight:300;color:#BBDBF5;letter-spacing:.5px}
.heado .navi_row{display:flex;justify-content:space-between;align-items:center;padding:18px 0;max-width:1440px;margin:0 auto;padding-left:20px;padding-right:20px}
.heado .logo_container{flex-shrink:0}
.heado .logo_container img{height:85px;width:85px;display:block;background:#ffffff26;padding:8px;border-radius:18px;box-shadow:0 4px 14px #00000026}
.heado .main_navi{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.heado .main_navi a{color:#fff;text-decoration:none;padding:12px 22px;font-size:15px;font-weight:400;border-radius:24px;transition:all .3s ease;background:#ffffff1a;border:1px solid #fff3}
.heado .main_navi a:hover{background:#ffffff40;box-shadow:0 4px 16px #04d1cb66;transform:translateY(-1px)}
.foot{background:#071574;color:#BBDBF5;padding:48px 0 32px;margin-top:80px}
.foot .foot_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:42px;max-width:1440px;margin:0 auto 38px;padding:0 20px}
.foot .foot_col h3{color:#04D1CB;font-size:18px;font-weight:700;margin-bottom:18px;letter-spacing:.5px}
.foot .foot_col p{line-height:1.8;margin-bottom:12px;font-size:14px}
.foot .foot_col a{color:#BBDBF5;text-decoration:none;display:block;padding:8px 0;font-size:14px;transition:color .3s ease}
.foot .foot_col a:hover{color:#04D1CB}
.foot .foot_links{display:flex;flex-direction:column;gap:4px}
.foot .copy_section{border-top:1px solid #bbdbf533;padding-top:28px;text-align:center;max-width:1440px;margin:0 auto;padding-left:20px;padding-right:20px}
.foot .copy_section p{font-size:13px;color:#BBDBF5;opacity:.8}
.cookie_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#071574bf;display:none;justify-content:center;align-items:center;z-index:9999;animation:fadeInOverlay .4s ease}
.cookie_overlay.visible{display:flex}
@keyframes fadeInOverlay {
from{opacity:0}
to{opacity:1}
}
@keyframes slideFromLeft {
from{transform:translateX(-100%);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes slideToLeft {
from{transform:translateX(0);opacity:1}
to{transform:translateX(-100%);opacity:0}
}
.cookie_box{background:#fff;border-radius:24px;padding:38px 42px;max-width:680px;width:90%;box-shadow:0 12px 48px #0000004d;animation:slideFromLeft .5s ease}
.cookie_box.hiding{animation:slideToLeft .4s ease forwards}
.cookie_box h2{color:#071574;font-size:26px;font-weight:700;margin-bottom:18px}
.cookie_box p{color:#333;font-size:15px;line-height:1.7;margin-bottom:24px}
.cookie_box .policy_link{color:#04D1CB;text-decoration:underline;font-weight:400}
.cookie_categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px}
.cookie_cat_card{border:2px solid #BBDBF5;border-radius:16px;padding:18px;background:#f9fbfd}
.cookie_cat_card h4{color:#071574;font-size:16px;font-weight:700;margin-bottom:10px}
.cookie_cat_card label{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;cursor:pointer}
.cookie_cat_card input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.cookie_cat_card input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.6}
.cookie_actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cookie_actions button{background:none;border:none;color:#071574;font-size:15px;font-weight:400;text-decoration:underline;cursor:pointer;padding:12px 28px;border-radius:24px;transition:all .3s ease;font-family:'Oxygen',sans-serif}
.cookie_actions button:hover{background:#BBDBF5;text-decoration:none}
.cookie_actions .accept_btn{background:#04D1CB;color:#fff;text-decoration:none;font-weight:700}
.cookie_actions .accept_btn:hover{background:#071574;box-shadow:0 4px 16px #0715744d}
@media (max-width: 768px) {
.heado .brand_row .company_name_big{font-size:32px}
.heado .brand_row .tagline_text{font-size:14px}
.heado .navi_row{flex-direction:column;gap:20px;text-align:center}
.heado .logo_container{margin:0 auto}
.heado .main_navi{justify-content:center;width:100%}
.foot .foot_grid{grid-template-columns:1fr;gap:32px}
.cookie_categories{grid-template-columns:1fr}
.cookie_actions{flex-direction:column}
.cookie_actions button{width:100%}
}
.legal-section{max-width:1440px;margin:0 auto;padding:80px 20px;background:#fff}
.legal-section h1{font-size:48px;font-weight:700;color:#071574;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.legal-section h2{font-size:36px;font-weight:700;color:#071574;margin:60px 0 24px;line-height:1.3;letter-spacing:-.3px}
.legal-section h3{font-size:28px;font-weight:600;color:#071574;margin:48px 0 20px;line-height:1.4}
.legal-section h4{font-size:22px;font-weight:600;color:#071574;margin:36px 0 16px;line-height:1.4}
.legal-section h5{font-size:18px;font-weight:600;color:#071574;margin:28px 0 14px;line-height:1.5}
.legal-section h6{font-size:16px;font-weight:600;color:#071574;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.legal-section p{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 24px;max-width:800px}
.legal-section strong,.legal-section b{font-weight:700;color:#071574}
.legal-section em,.legal-section i{font-style:italic;color:#1a1a1a}
.legal-section a{color:#04D1CB;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease,opacity .3s ease;font-weight:500}
.legal-section a:hover{opacity:.8;border-bottom-color:#04D1CB}
.legal-section ul,.legal-section ol{margin:0 0 32px;padding:0 0 0 32px;max-width:800px}
.legal-section ul{list-style-type:none}
.legal-section ul li{position:relative;font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 16px;padding-left:28px}
.legal-section ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#04D1CB 0%,#071574 100%);border-radius:50%}
.legal-section ol{list-style-type:decimal;list-style-position:outside}
.legal-section ol li{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 16px;padding-left:12px}
.legal-section ol li::marker{color:#071574;font-weight:700}
.legal-section table{width:100%;max-width:1000px;border-collapse:collapse;margin:40px 0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #07157414}
.legal-section thead{background:linear-gradient(135deg,#071574 0%,#04D1CB 100%)}
.legal-section thead tr{border:none}
.legal-section thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:700;color:#fff;letter-spacing:.3px}
.legal-section tbody{background:#fff}
.legal-section tbody tr{border-bottom:1px solid #BBDBF5;transition:background-color .2s ease}
.legal-section tbody tr:last-child{border-bottom:none}
.legal-section tbody tr:hover{background-color:#bbdbf526}
.legal-section tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#2c2c2c}
.legal-section tbody th{padding:18px 24px;text-align:left;font-size:16px;font-weight:600;color:#071574}
@media (max-width: 768px) {
.legal-section{padding:60px 16px}
.legal-section h1{font-size:36px;margin-bottom:32px}
.legal-section h2{font-size:28px;margin-top:48px;margin-bottom:20px}
.legal-section h3{font-size:24px;margin-top:36px;margin-bottom:16px}
.legal-section h4{font-size:20px;margin-top:28px}
.legal-section h5{font-size:17px}
.legal-section h6{font-size:15px}
.legal-section p{font-size:16px;line-height:1.7;margin-bottom:20px}
.legal-section ul,.legal-section ol{padding-left:24px;margin-bottom:28px}
.legal-section ul li,.legal-section ol li{font-size:16px;line-height:1.7;margin-bottom:12px}
.legal-section ul li{padding-left:24px}
.legal-section ul li::before{top:10px;width:6px;height:6px}
.legal-section table{font-size:14px;margin:32px 0;border-radius:12px}
.legal-section thead th{padding:16px 12px;font-size:14px}
.legal-section tbody td,.legal-section tbody th{padding:14px 12px;font-size:14px}
}
@media (max-width: 480px) {
.legal-section{padding:40px 12px}
.legal-section h1{font-size:30px;margin-bottom:24px}
.legal-section h2{font-size:24px;margin-top:40px}
.legal-section h3{font-size:20px}
.legal-section table{display:block;overflow-x:auto;white-space:nowrap}
.legal-section thead th,.legal-section tbody td,.legal-section tbody th{padding:12px 10px;font-size:13px}
}
.prog_base{background:linear-gradient(252deg,#071574 0%,#04D1CB 50%,#BBDBF5 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.prog_base::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:#ffffff14;top:-150px;right:-100px}
.prog_base::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:#07157426;bottom:-100px;left:-80px}
.prog_wrap{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.prog_central{text-align:center;max-width:780px;margin:0 auto}
.prog_central h1{font-size:56px;line-height:1.15;color:#fff;margin:0 0 28px;font-weight:700}
.prog_central .subtitle_text{font-size:22px;line-height:1.6;color:#ffffffeb;margin:0}
.shape_accent{margin:60px auto 0;width:140px;height:140px;position:relative}
.shape_accent svg{width:100%;height:100%;transform:rotate(15deg);opacity:.9}
.structure_zone{background:#f8f9fb;padding:90px 20px}
.structure_container{max-width:1440px;margin:0 auto}
.grid_courses{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.course_card{background:#fff;border-radius:24px;padding:42px 36px;box-shadow:0 4px 12px #07157414;transition:all .35s ease;position:relative;overflow:hidden}
.course_card::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#071574,#04D1CB);transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}
.course_card:hover{box-shadow:0 12px 28px #0715742e;transform:translateY(-6px)}
.course_card:hover::before{transform:scaleY(1);transform-origin:top}
.course_tag{display:inline-block;padding:8px 18px;background:#04d1cb1f;color:#071574;border-radius:16px;font-size:13px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}
.course_card h3{font-size:26px;line-height:1.3;color:#071574;margin:0 0 18px;font-weight:700}
.course_card p{font-size:16px;line-height:1.7;color:#4a5568;margin:0 0 28px}
.duration_info{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:14px;background:#f7fafc;border-radius:12px}
.duration_info .oi{color:#04D1CB;font-size:18px}
.duration_info span{font-size:15px;color:#2d3748;font-weight:600}
.modules_list{list-style:none;padding:0;margin:0 0 32px}
.modules_list li{padding:12px 0;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15px;position:relative;padding-left:28px}
.modules_list li::before{content:'';position:absolute;left:0;top:18px;width:12px;height:12px;background:#04D1CB;border-radius:50%}
.modules_list li:last-child{border-bottom:none}
.enroll_button{display:inline-block;padding:16px 36px;background:#071574;color:#fff;border-radius:28px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.enroll_button:hover{background:#04D1CB;box-shadow:0 6px 20px #04d1cb66;transform:scale(1.05)}
.price_section{background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);padding:100px 20px;position:relative}
.price_section::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:url(./webinar_visuals/1_pricing.jpg) center/cover no-repeat;opacity:.12;mix-blend-mode:overlay}
.price_wrapper{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.pricing_flex{display:flex;align-items:stretch;gap:48px}
.price_info_block{flex:1;color:#fff}
.price_info_block h2{font-size:44px;line-height:1.2;margin:0 0 32px;font-weight:700}
.price_info_block h2::after{content:'';display:block;width:80px;height:5px;background:#04D1CB;margin-top:20px;border-radius:3px}
.benefit_items{list-style:none;padding:0;margin:0}
.benefit_items li{padding:18px 0;font-size:17px;line-height:1.6;position:relative;padding-left:42px;color:#fffffff0}
.benefit_items li::before{content:'';position:absolute;left:0;top:22px;width:24px;height:24px;background:#04d1cb4d;border-radius:50%}
.benefit_items li::after{content:'✓';position:absolute;left:6px;top:19px;color:#04D1CB;font-size:16px;font-weight:700}
.price_cards{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.price_option{background:#fffffff2;border-radius:20px;padding:38px 28px;text-align:center;transition:all .35s ease;cursor:pointer}
.price_option:hover{background:#fff;transform:translateY(-8px);box-shadow:0 16px 40px #0003}
.plan_label{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#071574;font-weight:700;margin-bottom:16px}
.price_amount{font-size:48px;font-weight:700;color:#071574;margin:0 0 8px}
.price_amount span{font-size:24px;color:#718096}
.plan_duration{font-size:15px;color:#718096;margin-bottom:24px}
.plan_features{list-style:none;padding:0;margin:24px 0;text-align:left}
.plan_features li{padding:10px 0;font-size:14px;color:#4a5568;position:relative;padding-left:28px}
.plan_features li::before{content:'•';position:absolute;left:10px;color:#04D1CB;font-size:20px;line-height:1}
.select_plan_btn{display:inline-block;padding:14px 32px;background:#071574;color:#fff;border-radius:24px;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease;margin-top:12px}
.select_plan_btn:hover{background:#04D1CB;box-shadow:0 6px 18px #04d1cb59}
.featured_plan{position:relative;border:3px solid #04D1CB}
.featured_badge{position:absolute;top:-14px;right:20px;background:#04D1CB;color:#071574;padding:6px 16px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 1024px) {
.grid_courses{grid-template-columns:repeat(2,1fr);gap:24px}
.pricing_flex{flex-direction:column;gap:40px}
.prog_central h1{font-size:44px}
}
@media (max-width: 768px) {
.prog_base{padding:60px 16px 70px}
.prog_central h1{font-size:36px;margin-bottom:20px}
.prog_central .subtitle_text{font-size:18px}
.structure_zone{padding:60px 16px}
.grid_courses{grid-template-columns:1fr;gap:20px}
.course_card{padding:32px 24px}
.price_section{padding:70px 16px}
.price_info_block h2{font-size:32px;margin-bottom:24px}
.price_cards{grid-template-columns:1fr;gap:20px}
.price_amount{font-size:38px}
}
@media (max-width: 480px) {
.prog_central h1{font-size:28px}
.prog_central .subtitle_text{font-size:16px}
.course_card h3{font-size:22px}
.price_info_block h2{font-size:26px}
}
.hero__wrap{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.hero__content{position:relative}
.hero__content::before{content:'';position:absolute;top:-1.5rem;left:-1rem;width:4rem;height:4rem;background:linear-gradient(135deg,#04D1CB 0%,#BBDBF5 100%);border-radius:22px;opacity:.15;z-index:-1}
.hero__title{font-size:2.8rem;line-height:1.15;color:#071574;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.02em}
.hero__intro{font-size:1.15rem;line-height:1.7;color:#2c3e50;margin:0 0 2rem}
.hero__visual{border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0715741f;position:relative}
.hero__visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#0715740d 100%);pointer-events:none}
.hero__visual img{width:100%;height:auto;display:block;object-fit:cover}
.cta__primary{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 2rem;background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);color:#fff;border-radius:28px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px #04d1cb40;border:none}
.cta__primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #04d1cb66}
.support__section{max-width:1440px;margin:0 auto;padding:4rem 1.5rem;background:linear-gradient(165deg,#BBDBF5 0%,#f8f9fa 100%)}
.support__header{text-align:center;margin-bottom:3rem}
.support__header h2{font-size:2.2rem;color:#071574;margin:0 0 1rem;font-weight:700}
.support__header p{font-size:1.1rem;color:#5a6c7d;max-width:720px;margin:0 auto;line-height:1.65}
.support__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.support__card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 12px #07157414;transition:all .3s ease;position:relative;overflow:hidden}
.support__card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04D1CB 0%,#071574 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.support__card:hover::before{transform:scaleX(1)}
.support__card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #07157426}
.support__icon{width:52px;height:52px;background:linear-gradient(135deg,#04D1CB 0%,#BBDBF5 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.support__icon svg{width:28px;height:28px;fill:#fff}
.support__card h3{font-size:1.4rem;color:#071574;margin:0 0 1rem;font-weight:600}
.support__card p{font-size:1rem;color:#4a5568;line-height:1.7;margin:0}
.careers__wrap{max-width:1440px;margin:0 auto;padding:4.5rem 1.5rem}
.careers__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.careers__text h2{font-size:2.3rem;color:#071574;margin:0 0 1.5rem;font-weight:700;line-height:1.2}
.careers__text p{font-size:1.08rem;color:#3a4a5c;line-height:1.75;margin:0 0 1.2rem}
.careers__list{list-style:none;padding:0;margin:2rem 0 0}
.careers__list li{padding:1rem 0;border-bottom:1px solid #bbdbf566;display:flex;align-items:flex-start;gap:1rem}
.careers__list li::before{content:'→';color:#04D1CB;font-size:1.4rem;font-weight:700;flex-shrink:0}
.careers__list li:last-child{border-bottom:none}
.careers__visual{border-radius:24px;overflow:hidden;box-shadow:0 8px 28px #07157424}
.careers__visual img{width:100%;height:auto;display:block;object-fit:cover}
.learn__section{max-width:1440px;margin:0 auto;padding:4rem 1.5rem;background:linear-gradient(252deg,#071574 0%,#04D1CB 50%,#BBDBF5 100%);border-radius:32px}
.learn__content{text-align:center;color:#fff}
.learn__content h2{font-size:2.4rem;margin:0 0 1.5rem;font-weight:700}
.learn__content p{font-size:1.1rem;line-height:1.7;max-width:800px;margin:0 auto 2.5rem;opacity:.95}
.learn__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}
.learn__feat{background:#ffffff26;backdrop-filter:blur(10px);border-radius:18px;padding:1.8rem;border:1px solid #fff3;transition:all .3s ease}
.learn__feat:hover{background:#ffffff40;transform:translateY(-4px)}
.learn__feat h3{font-size:1.3rem;margin:0 0 .8rem;font-weight:600}
.learn__feat p{font-size:.98rem;margin:0;opacity:.9}
.research__block{max-width:1440px;margin:0 auto;padding:4.5rem 1.5rem}
.research__layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.research__img__box{border-radius:24px;overflow:hidden;box-shadow:0 12px 36px #07157429;position:relative}
.research__img__box img{width:100%;height:auto;display:block;object-fit:cover}
.research__img__box::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,#07157426 0%,transparent 50%);pointer-events:none}
.research__text h2{font-size:2.2rem;color:#071574;margin:0 0 1.5rem;font-weight:700}
.research__text p{font-size:1.08rem;color:#3a4a5c;line-height:1.75;margin:0 0 1.2rem}
.research__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:2.5rem}
.stat__item{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#BBDBF5 0%,#f0f4f8 100%);border-radius:16px}
.stat__number{font-size:2.2rem;font-weight:700;color:#071574;display:block;margin-bottom:.4rem}
.stat__label{font-size:.95rem;color:#5a6c7d}
.audience__section{max-width:1440px;margin:0 auto;padding:4rem 1.5rem 5rem}
.audience__header{text-align:center;margin-bottom:3rem}
.audience__header h2{font-size:2.3rem;color:#071574;margin:0 0 1rem;font-weight:700}
.audience__header p{font-size:1.1rem;color:#5a6c7d;max-width:700px;margin:0 auto;line-height:1.65}
.audience__types{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}
.aud__card{background:#fff;border-radius:20px;padding:2.2rem;box-shadow:0 6px 20px #0715741a;border:2px solid transparent;transition:all .3s ease;position:relative}
.aud__card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#04D1CB,#071574);border-radius:20px;opacity:0;transition:opacity .3s ease;z-index:-1}
.aud__card:hover::before{opacity:1}
.aud__card:hover{transform:translateY(-5px);box-shadow:0 14px 40px #0715742e}
.aud__icon__wrap{width:60px;height:60px;background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.aud__icon__wrap svg{width:32px;height:32px;fill:#fff}
.aud__card h3{font-size:1.5rem;color:#071574;margin:0 0 1rem;font-weight:600}
.aud__card p{font-size:1.02rem;color:#4a5568;line-height:1.7;margin:0}
.final__cta__sect{max-width:1440px;margin:0 auto;padding:0 1.5rem 5rem}
.final__cta__box{background:linear-gradient(165deg,#071574 0%,#04D1CB 100%);border-radius:28px;padding:3.5rem 2rem;text-align:center;color:#fff;box-shadow:0 12px 40px #04d1cb4d}
.final__cta__box h2{font-size:2.1rem;margin:0 0 1rem;font-weight:700}
.final__cta__box p{font-size:1.12rem;margin:0 0 2rem;opacity:.95;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7}
.cta__buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.cta__btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.2rem;background:#fff;color:#071574;border-radius:28px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px #0000001a}
.cta__btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000026}
.cta__btn--outline{background:transparent;color:#fff;border:2px solid #fff}
.cta__btn--outline:hover{background:#ffffff26}
@media (min-width: 768px) {
.hero__wrap{grid-template-columns:1.2fr 1fr;gap:4rem;padding:5rem 2rem 5.5rem}
.hero__title{font-size:3.4rem}
.careers__inner{grid-template-columns:1fr 1fr}
.research__layout{grid-template-columns:1fr 1.1fr;gap:4rem}
}
@media (min-width: 1024px) {
.hero__title{font-size:3.8rem}
.support__grid{grid-template-columns:repeat(3,1fr)}
.audience__types{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 767px) {
.hero__title{font-size:2.2rem}
.hero__intro{font-size:1.05rem}
.support__header h2,.careers__text h2,.learn__content h2,.research__text h2,.audience__header h2{font-size:1.9rem}
.final__cta__box h2{font-size:1.8rem}
.cta__buttons{flex-direction:column;align-items:stretch}
.research__layout{grid-template-columns:1fr}
.research__img__box{order:-1}
}
.contact_hero_wrapper{max-width:1440px;margin:0 auto;padding:80px 24px 100px;position:relative}
.contact_hero_wrapper .hero_grid_layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.contact_hero_wrapper .hero_content_zone{position:relative;z-index:2}
.contact_hero_wrapper .hero_content_zone h1{font-size:52px;line-height:1.15;color:#071574;margin:0 0 24px;font-weight:700;letter-spacing:-.5px}
.contact_hero_wrapper .hero_content_zone .accent_line{width:80px;height:5px;background:linear-gradient(90deg,#04D1CB 0%,#BBDBF5 100%);margin-bottom:28px;border-radius:3px}
.contact_hero_wrapper .hero_content_zone .descr_text{font-size:19px;line-height:1.65;color:#333;margin:0 0 36px}
.contact_hero_wrapper .hero_img_zone{position:relative}
.contact_hero_wrapper .hero_img_zone img{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:0 8px 24px #0715741f;transition:transform .6s ease}
.contact_hero_wrapper .hero_img_zone img:hover{transform:scale(1.02)}
.contact_hero_wrapper .hero_img_zone::before{content:'';position:absolute;width:220px;height:220px;background:linear-gradient(135deg,#04D1CB 0%,#BBDBF5 100%);border-radius:50%;top:-40px;right:-40px;z-index:-1;opacity:.2}
.contact_hero_wrapper .hero_img_zone::after{content:'';position:absolute;width:140px;height:140px;background:linear-gradient(225deg,#071574 0%,#04D1CB 100%);border-radius:50%;bottom:-30px;left:-30px;z-index:-1;opacity:.15}
.form_main_wrapper{background:linear-gradient(160deg,#BBDBF5 0%,#fff 35%,#fff 65%,#04D1CB 100%);padding:100px 24px 120px;position:relative}
.form_main_wrapper .form_container_box{max-width:1440px;margin:0 auto}
.form_main_wrapper .form_intro_section{text-align:center;margin-bottom:80px}
.form_main_wrapper .form_intro_section h2{font-size:44px;line-height:1.2;color:#071574;margin:0 0 20px;font-weight:700}
.form_main_wrapper .form_intro_section .subtitle_para{font-size:18px;line-height:1.6;color:#555;max-width:680px;margin:0 auto}
.form_main_wrapper .dual_column_layout{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.form_main_wrapper .info_block_side{background:#fff;padding:50px 40px;border-radius:28px;box-shadow:0 6px 20px #07157414}
.form_main_wrapper .info_block_side h3{font-size:28px;line-height:1.3;color:#071574;margin:0 0 32px;font-weight:700}
.form_main_wrapper .contact_detail_item{margin-bottom:28px;display:flex;align-items:flex-start;gap:16px}
.form_main_wrapper .contact_detail_item:last-of-type{margin-bottom:0}
.form_main_wrapper .contact_detail_item .icon_holder{width:44px;height:44px;background:linear-gradient(135deg,#04D1CB 0%,#071574 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.form_main_wrapper .contact_detail_item .icon_holder svg{width:20px;height:20px;fill:#fff}
.form_main_wrapper .contact_detail_item .detail_txt{padding-top:4px}
.form_main_wrapper .contact_detail_item .detail_txt .label_mini{font-size:13px;text-transform:uppercase;letter-spacing:.8px;color:#888;margin:0 0 6px;font-weight:600}
.form_main_wrapper .contact_detail_item .detail_txt .value_main{font-size:17px;line-height:1.5;color:#333;margin:0}
.form_main_wrapper .contact_detail_item .detail_txt a{color:#071574;text-decoration:none;transition:color .3s ease}
.form_main_wrapper .contact_detail_item .detail_txt a:hover{color:#04D1CB}
.form_main_wrapper .contact_detail_item img{width:100%;height:auto;border-radius:20px;margin-top:24px;box-shadow:0 4px 16px #0715741a}
.form_main_wrapper .form_block_side{background:#fff;padding:56px 48px;border-radius:28px;box-shadow:0 8px 28px #0715741f}
.form_main_wrapper .form_block_side h4{font-size:26px;line-height:1.3;color:#071574;margin:0 0 8px;font-weight:700}
.form_main_wrapper .form_block_side .form_subtitle{font-size:16px;line-height:1.5;color:#666;margin:0 0 40px}
.form_main_wrapper .contact_form{display:flex;flex-direction:column;gap:24px}
.form_main_wrapper .input_group{display:flex;flex-direction:column;gap:10px}
.form_main_wrapper .input_group label{font-size:15px;font-weight:600;color:#071574;margin:0}
.form_main_wrapper .input_group input{width:100%;padding:16px 20px;font-size:16px;border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease;background:#fafafa}
.form_main_wrapper .input_group input:focus{outline:none;border-color:#04D1CB;background:#fff;box-shadow:0 0 0 4px #04d1cb1a}
.form_main_wrapper .radio_selection_group{margin-top:8px}
.form_main_wrapper .radio_selection_group .radio_label_text{font-size:15px;font-weight:600;color:#071574;display:block;margin-bottom:16px}
.form_main_wrapper .radio_option_set{display:flex;gap:16px;flex-wrap:wrap}
.form_main_wrapper .radio_option_set .radio_item{position:relative}
.form_main_wrapper .radio_option_set .radio_item input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.form_main_wrapper .radio_option_set .radio_item label{display:inline-block;padding:12px 24px;font-size:15px;font-weight:500;color:#555;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease}
.form_main_wrapper .radio_option_set .radio_item input[type="radio"]:checked + label{background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);border-color:#071574;color:#fff;box-shadow:0 4px 12px #07157433}
.form_main_wrapper .radio_option_set .radio_item label:hover{border-color:#04D1CB}
.form_main_wrapper .privacy_check_box{display:flex;align-items:flex-start;gap:12px;margin-top:12px}
.form_main_wrapper .privacy_check_box input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#04D1CB}
.form_main_wrapper .privacy_check_box label{font-size:14px;line-height:1.6;color:#555;margin:0;cursor:pointer}
.form_main_wrapper .privacy_check_box label a{color:#071574;text-decoration:underline;transition:color .3s ease}
.form_main_wrapper .privacy_check_box label a:hover{color:#04D1CB}
.form_main_wrapper .submit_button_holder{margin-top:16px}
.form_main_wrapper .submit_butt{width:100%;padding:18px 32px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);border:none;border-radius:14px;cursor:pointer;transition:all .4s ease;box-shadow:0 6px 18px #07157440;position:relative;z-index:10}
.form_main_wrapper .submit_butt:hover{transform:translateY(-2px);box-shadow:0 10px 28px #07157459;background:linear-gradient(135deg,#04D1CB 0%,#071574 100%)}
.form_main_wrapper .submit_butt:active{transform:translateY(0)}
@media (max-width: 1024px) {
.contact_hero_wrapper .hero_grid_layout{grid-template-columns:1fr;gap:50px}
.contact_hero_wrapper .hero_content_zone h1{font-size:42px}
.form_main_wrapper .dual_column_layout{grid-template-columns:1fr;gap:60px}
.form_main_wrapper .form_intro_section h2{font-size:38px}
}
@media (max-width: 768px) {
.contact_hero_wrapper{padding:60px 20px 80px}
.contact_hero_wrapper .hero_content_zone h1{font-size:36px}
.contact_hero_wrapper .hero_content_zone .descr_text{font-size:17px}
.contact_hero_wrapper .hero_img_zone img{height:360px}
.form_main_wrapper{padding:80px 20px 100px}
.form_main_wrapper .form_intro_section h2{font-size:32px}
.form_main_wrapper .info_block_side{padding:40px 28px}
.form_main_wrapper .form_block_side{padding:40px 28px}
.form_main_wrapper .radio_option_set{flex-direction:column}
.form_main_wrapper .radio_option_set .radio_item label{width:100%;text-align:center}
}
@media (max-width: 480px) {
.contact_hero_wrapper .hero_content_zone h1{font-size:30px}
.contact_hero_wrapper .hero_img_zone img{height:280px}
.form_main_wrapper .form_intro_section h2{font-size:28px}
.form_main_wrapper .info_block_side h3{font-size:24px}
.form_main_wrapper .form_block_side h4{font-size:22px}
}
.intl_hero_wrap{position:relative;max-width:1440px;margin:0 auto;padding:80px 24px;overflow:hidden}
.intl_hero_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intl_hero_content{position:relative;z-index:2}
.intl_hero_content h1{font-size:48px;line-height:1.1;color:#071574;margin:0 0 24px;font-weight:700}
.intl_hero_content .lead_txt{font-size:18px;line-height:1.6;color:#333;margin:0 0 32px}
.intl_hero_img_area{position:relative}
.intl_hero_img_area::before{content:'';position:absolute;top:-40px;right:-40px;width:280px;height:280px;background:linear-gradient(135deg,#071574 0%,#04D1CB 50%,#BBDBF5 100%);border-radius:50%;z-index:0}
.intl_hero_img_area::after{content:'';position:absolute;bottom:-30px;left:-30px;width:200px;height:200px;background:#BBDBF5;border-radius:24px;z-index:0}
.intl_hero_img_area img{position:relative;z-index:1;width:100%;height:auto;max-width:560px;border-radius:24px;box-shadow:0 12px 40px #07157426;mask-image:linear-gradient(to bottom,#000f 70%,#000c);-webkit-mask-image:linear-gradient(to bottom,#000f 70%,#000c)}
.intl_hero_frame{position:absolute;border:2px solid #04D1CB;pointer-events:none}
.intl_hero_frame.top_left{top:20px;left:20px;width:100px;height:100px;border-right:none;border-bottom:none}
.intl_hero_frame.bottom_right{bottom:20px;right:20px;width:120px;height:120px;border-left:none;border-top:none}
.intl_path_section{background:linear-gradient(252deg,#071574 0%,#04D1CB 50%,#BBDBF5 100%);padding:100px 24px;position:relative}
.intl_path_container{max-width:1440px;margin:0 auto}
.intl_path_header{text-align:center;margin-bottom:80px}
.intl_path_header h2{font-size:42px;color:#fff;margin:0 0 20px;font-weight:700}
.intl_path_header p{font-size:18px;color:#fffffff2;max-width:720px;margin:0 auto;line-height:1.6}
.intl_steps_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.intl_step_card{background:#ffffff26;backdrop-filter:blur(10px);border-radius:24px;padding:40px 32px;border:2px solid #ffffff40;transition:all .3s ease;position:relative}
.intl_step_card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0003;border-color:#fff6}
.intl_step_num{display:inline-block;width:56px;height:56px;background:#fff;color:#071574;font-size:24px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.intl_step_card h3{font-size:24px;color:#fff;margin:0 0 16px;font-weight:700}
.intl_step_card p{font-size:16px;color:#ffffffe6;line-height:1.6;margin:0}
.intl_benefits_zone{max-width:1440px;margin:0 auto;padding:100px 24px}
.intl_benefits_intro{max-width:840px;margin:0 auto 60px;text-align:center}
.intl_benefits_intro h2{font-size:40px;color:#071574;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.intl_benefits_intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#04D1CB;border-radius:2px}
.intl_benefits_intro p{font-size:17px;color:#333;line-height:1.7;margin:32px 0 0}
.intl_benefits_masonry{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.intl_benefit_tile{background:#fff;border:2px solid #BBDBF5;border-radius:20px;padding:36px 28px;transition:all .3s ease}
.intl_benefit_tile:hover{border-color:#04D1CB;box-shadow:0 8px 32px #04d1cb26}
.intl_benefit_tile:nth-child(1){grid-row:span 1}
.intl_benefit_tile:nth-child(2){grid-row:span 2}
.intl_benefit_tile:nth-child(3){grid-row:span 1}
.intl_benefit_tile:nth-child(4){grid-row:span 2}
.intl_benefit_tile:nth-child(5){grid-row:span 1}
.intl_benefit_tile:nth-child(6){grid-row:span 1}
.intl_benefit_icon{width:48px;height:48px;background:linear-gradient(135deg,#071574,#04D1CB);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.intl_benefit_icon svg{width:24px;height:24px;fill:#fff}
.intl_benefit_tile h4{font-size:20px;color:#071574;margin:0 0 12px;font-weight:700}
.intl_benefit_tile p{font-size:15px;color:#555;line-height:1.6;margin:0}
.intl_support_block{background:#f8f9fa;padding:100px 24px;position:relative;overflow:hidden}
.intl_support_block::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#071574 0%,#04D1CB 50%,#BBDBF5 100%)}
.intl_support_container{max-width:1440px;margin:0 auto;display:flex;flex-direction:row;gap:80px;align-items:center}
.intl_support_txt{flex:1}
.intl_support_txt h2{font-size:38px;color:#071574;margin:0 0 24px;font-weight:700}
.intl_support_txt p{font-size:17px;color:#333;line-height:1.7;margin:0 0 20px}
.intl_support_highlights{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.intl_highlight_box{background:#fff;border-left:4px solid #04D1CB;padding:28px 24px;border-radius:16px;box-shadow:0 4px 16px #00000014}
.intl_highlight_box h5{font-size:18px;color:#071574;margin:0 0 12px;font-weight:700}
.intl_highlight_box p{font-size:15px;color:#555;line-height:1.6;margin:0}
.intl_cta_btn{display:inline-block;background:linear-gradient(135deg,#071574,#04D1CB);color:#fff;padding:16px 40px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;margin-top:32px;box-shadow:0 6px 20px #07157440}
.intl_cta_btn:hover{transform:translateY(-2px);box-shadow:0 10px 32px #07157459;opacity:.95}
@media (max-width: 1024px) {
.intl_hero_grid{grid-template-columns:1fr;gap:48px}
.intl_hero_content h1{font-size:40px}
.intl_steps_grid{grid-template-columns:1fr}
.intl_benefits_masonry{grid-template-columns:repeat(2,1fr)}
.intl_benefit_tile:nth-child(n){grid-row:span 1!important}
.intl_support_container{flex-direction:column;gap:48px}
}
@media (max-width: 768px) {
.intl_hero_wrap{padding:60px 20px}
.intl_hero_content h1{font-size:32px}
.intl_hero_content .lead_txt{font-size:16px}
.intl_path_section{padding:80px 20px}
.intl_path_header h2{font-size:32px}
.intl_benefits_zone{padding:80px 20px}
.intl_benefits_intro h2{font-size:32px}
.intl_benefits_masonry{grid-template-columns:1fr}
.intl_support_block{padding:80px 20px}
.intl_support_txt h2{font-size:30px}
.intl_support_highlights{grid-template-columns:1fr}
}
.hero_intro{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;overflow:hidden}
.hero_intro .overlay_blur{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#071574e0 0%,#04d1cbb8 100%);backdrop-filter:blur(3px)}
.hero_intro .centered_text_wrapper{position:relative;z-index:2;max-width:920px;text-align:center;padding:0 24px}
.hero_intro .main_heading{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.hero_intro .main_heading .num_accent{color:#04D1CB;font-weight:800}
.hero_intro .hero_subtitle{font-size:1.3rem;color:#BBDBF5;line-height:1.6;margin:0}
.hero_intro .abstract_shape{position:absolute;z-index:1;border-radius:50%;opacity:.15}
.hero_intro .shape_1{width:380px;height:380px;background:radial-gradient(circle,#04D1CB,transparent);top:-120px;left:-100px}
.hero_intro .shape_2{width:280px;height:280px;background:radial-gradient(circle,#BBDBF5,transparent);bottom:-80px;right:-60px}
.story_section{padding:96px 24px;background:#fff}
.story_section .story_container{max-width:1440px;margin:0 auto}
.story_section .story_grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px}
.story_section .section_head{font-size:2.4rem;color:#071574;font-weight:700;margin:0 0 28px;line-height:1.3}
.story_section .story_para{font-size:1.05rem;color:#333;line-height:1.75;margin:0 0 20px}
.story_section .story_para:last-of-type{margin-bottom:0}
.story_section .story_img_block{position:relative}
.story_section .story_img_block img{width:100%;height:480px;object-fit:cover;border-radius:24px;display:block}
.story_section .img_accent_line{position:absolute;bottom:-12px;right:-12px;width:100%;height:100%;border:4px solid #04D1CB;border-radius:24px;z-index:-1}
.story_section .values_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.story_section .value_card{background:linear-gradient(145deg,#f8f9fb 0%,#fff 100%);border:2px solid #BBDBF5;border-radius:20px;padding:36px 28px;transition:all .3s ease}
.story_section .value_card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #07157426;border-color:#04D1CB}
.story_section .value_icon_wrapper{width:64px;height:64px;background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.story_section .value_icon_wrapper .oi{color:#fff;font-size:1.8rem}
.story_section .value_title{font-size:1.4rem;color:#071574;font-weight:700;margin:0 0 16px}
.story_section .value_text{font-size:1rem;color:#555;line-height:1.7;margin:0}
.team_approach_section{background:linear-gradient(165deg,#071574 0%,#04D1CB 65%,#BBDBF5 100%);padding:88px 24px}
.team_approach_section .team_container{max-width:1440px;margin:0 auto}
.team_approach_section .team_heading{font-size:2.6rem;color:#fff;font-weight:700;text-align:center;margin:0 0 64px}
.team_approach_section .expertise_layout{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:48px;align-items:start}
.team_approach_section .expertise_item{display:flex;gap:16px;margin-bottom:32px}
.team_approach_section .expertise_item:last-child{margin-bottom:0}
.team_approach_section .expertise_marker{width:12px;height:12px;background:#BBDBF5;border-radius:50%;margin-top:6px;flex-shrink:0}
.team_approach_section .expertise_name{font-size:1.2rem;color:#fff;font-weight:700;margin:0 0 10px}
.team_approach_section .expertise_desc{font-size:.95rem;color:#BBDBF5;line-height:1.65;margin:0}
.team_approach_section .expertise_visual{position:relative}
.team_approach_section .expertise_visual img{width:100%;height:520px;object-fit:cover;border-radius:28px;display:block;box-shadow:0 16px 40px #0000004d}
.team_approach_section .visual_overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;padding:24px;pointer-events:none}
.team_approach_section .stat_bubble{background:#fffffff2;border-radius:16px;padding:20px 28px;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 24px #0003;width:fit-content}
.team_approach_section .stat_1{align-self:flex-start}
.team_approach_section .stat_2{align-self:flex-end}
.team_approach_section .stat_num{font-size:2rem;color:#071574;font-weight:800;display:block}
.team_approach_section .stat_label{font-size:.9rem;color:#666;font-weight:600}
.methodology_section{padding:96px 24px;background:#f4f6f9}
.methodology_section .method_container{max-width:1440px;margin:0 auto}
.methodology_section .method_intro_wrapper{text-align:center;max-width:880px;margin:0 auto 72px}
.methodology_section .method_heading{font-size:2.5rem;color:#071574;font-weight:700;margin:0 0 24px}
.methodology_section .method_intro_text{font-size:1.1rem;color:#555;line-height:1.75;margin:0}
.methodology_section .process_timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:80px}
.methodology_section .timeline_step{display:flex;gap:24px;background:#fff;border-radius:20px;padding:32px;border-left:6px solid #04D1CB;transition:all .3s ease}
.methodology_section .timeline_step:hover{box-shadow:0 10px 32px #0715741f;transform:translateX(8px)}
.methodology_section .step_number_box{width:56px;height:56px;background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:800;flex-shrink:0}
.methodology_section .step_title{font-size:1.3rem;color:#071574;font-weight:700;margin:0 0 12px}
.methodology_section .step_description{font-size:1rem;color:#555;line-height:1.7;margin:0 0 16px}
.methodology_section .step_icon_list{display:flex;gap:12px}
.methodology_section .mini_icon{width:32px;height:32px;background:#BBDBF5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#071574;font-size:.9rem}
.methodology_section .tools_showcase{position:relative;border-radius:28px;overflow:hidden;height:440px}
.methodology_section .tools_showcase img{width:100%;height:100%;object-fit:cover;display:block}
.methodology_section .tools_overlay_text{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#071574f2 0%,#071574b3 60%,transparent 100%);padding:48px 40px;color:#fff}
.methodology_section .tools_title{font-size:1.8rem;font-weight:700;margin:0 0 16px}
.methodology_section .tools_desc{font-size:1.05rem;line-height:1.7;margin:0;color:#BBDBF5}
.commitment_section{padding:88px 24px;background:#fff}
.commitment_section .commit_container{max-width:1100px;margin:0 auto}
.commitment_section .commit_heading{font-size:2.4rem;color:#071574;font-weight:700;margin:0 0 28px;text-align:center}
.commitment_section .commit_text{font-size:1.05rem;color:#444;line-height:1.75;margin:0 0 24px}
.commitment_section .commit_features{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:48px 0}
.commitment_section .feature_box{background:linear-gradient(145deg,#f9fafb 0%,#fff 100%);border:2px solid #BBDBF5;border-radius:18px;padding:28px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all .3s ease}
.commitment_section .feature_box:hover{border-color:#04D1CB;box-shadow:0 8px 20px #04d1cb33}
.commitment_section .feature_box .oi{font-size:2rem;color:#071574}
.commitment_section .feature_label{font-size:.95rem;color:#333;font-weight:600;text-align:center}
.commitment_section .cta_wrapper{display:flex;gap:20px;justify-content:center;margin-top:52px}
.commitment_section .primary_butt,.commitment_section .secondary_butt{padding:16px 36px;border-radius:12px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block;z-index:10;position:relative}
.commitment_section .primary_butt{background:linear-gradient(135deg,#071574 0%,#04D1CB 100%);color:#fff}
.commitment_section .primary_butt:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0715744d}
.commitment_section .secondary_butt{background:transparent;color:#071574;border:2px solid #071574}
.commitment_section .secondary_butt:hover{background:#071574;color:#fff}
@media (max-width: 1024px) {
.story_section .story_grid{grid-template-columns:1fr;gap:48px}
.story_section .values_grid{grid-template-columns:1fr}
.team_approach_section .expertise_layout{grid-template-columns:1fr;gap:40px}
.methodology_section .process_timeline{grid-template-columns:1fr}
.commitment_section .commit_features{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero_intro .main_heading{font-size:2.2rem}
.hero_intro .hero_subtitle{font-size:1.1rem}
.story_section{padding:64px 20px}
.story_section .section_head{font-size:2rem}
.team_approach_section .team_heading{font-size:2rem}
.methodology_section .method_heading{font-size:2rem}
.commitment_section .commit_heading{font-size:2rem}
.commitment_section .commit_features{grid-template-columns:1fr}
.commitment_section .cta_wrapper{flex-direction:column;align-items:stretch}
.commitment_section .primary_butt,.commitment_section .secondary_butt{text-align:center}
}
.success_wrap{max-width:1440px;margin:0 auto;padding:0}
.confirm_heado{background:linear-gradient(135deg,#BBDBF5 0%,#04D1CB 55%,#071574 100%);padding:120px 24px 80px;position:relative;overflow:hidden}
.confirm_heado::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#0715741f;border-radius:50%;transform:translateY(20px)}
.confirm_heado::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#04d1cb14;border-radius:50%;transform:translateY(-20px)}
.success_inner{max-width:720px;margin:0 auto;position:relative;z-index:2;text-align:center}
.icon_checkmark{width:96px;height:96px;margin:0 auto 32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #07157433}
.icon_checkmark svg{width:52px;height:52px}
.main_heading{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.main_heading .highlight_word{position:relative;display:inline-block}
.main_heading .highlight_word::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:4px;background:#071574;border-radius:20px}
.success_desc{font-size:1.125rem;line-height:1.7;color:#fffffff2;margin:0 0 40px}
.info_grid{display:grid;grid-template-columns:1fr;gap:20px;margin:48px 0 0}
.info_item{background:#ffffff26;backdrop-filter:blur(10px);border:2px solid #ffffff40;border-radius:20px;padding:28px 32px;text-align:left;transition:all .3s ease}
.info_item:hover{background:#ffffff38;transform:translateY(-3px);box-shadow:0 12px 28px #07157440}
.info_item h3{font-size:1.25rem;color:#fff;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:12px}
.info_item h3::before{content:'';width:8px;height:8px;background:#071574;border-radius:50%;display:block}
.info_item p{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0}
.action_zone{margin:56px 0 0;display:flex;flex-direction:column;gap:16px;align-items:center}
.butt_primary{display:inline-flex;align-items:center;gap:10px;background:#071574;color:#fff;padding:18px 40px;border-radius:24px;text-decoration:none;font-size:1.125rem;font-weight:600;transition:all .3s ease;border:2px solid #071574;box-shadow:0 6px 16px #0715744d;position:relative;z-index:10}
.butt_primary:hover{background:#04D1CB;border-color:#04D1CB;transform:translateY(-2px);box-shadow:0 10px 24px #04d1cb66}
.butt_secondary{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#fff;padding:16px 36px;border-radius:24px;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;border:2px solid #fff6;position:relative;z-index:10}
.butt_secondary:hover{background:#ffffff26;border-color:#ffffffb3;transform:translateY(-2px)}
.contact_details{max-width:1200px;margin:0 auto;padding:80px 24px}
.contact_wrapper{display:grid;grid-template-columns:1fr;gap:32px}
.contact_card{background:linear-gradient(145deg,#BBDBF5 0%,#bbdbf566 100%);border-radius:24px;padding:36px;border:2px solid #0715741a;transition:all .3s ease}
.contact_card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #07157426;border-color:#07157433}
.contact_card h4{font-size:1.375rem;color:#071574;margin:0 0 20px;font-weight:600}
.contact_link{display:flex;align-items:center;gap:14px;color:#071574;text-decoration:none;font-size:1.125rem;margin:0 0 12px;transition:all .3s ease;padding:10px;border-radius:12px}
.contact_link:hover{background:#07157414;color:#04D1CB;transform:translateX(6px)}
.contact_link svg{width:24px;height:24px;flex-shrink:0}
.divider_wave{height:60px;overflow:hidden;position:relative;background:#fff}
.divider_wave svg{position:absolute;bottom:0;width:100%;height:60px}
@media (min-width: 768px) {
.confirm_heado{padding:140px 40px 100px}
.main_heading{font-size:4rem}
.success_desc{font-size:1.25rem}
.info_grid{grid-template-columns:repeat(2,1fr);gap:24px}
.action_zone{flex-direction:row;justify-content:center}
.contact_wrapper{grid-template-columns:repeat(3,1fr)}
}
@media (min-width: 1024px) {
.confirm_heado{padding:160px 60px 120px}
.main_heading{font-size:4.5rem}
.info_grid{grid-template-columns:repeat(3,1fr);gap:28px}
}