*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.3;color:#e8e8e8;background:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::selection{background:#0255B4;color:#1a1a1a}
img{max-width:100%;height:auto;object-fit:contain}
.site_wrapper{max-width:1140px;margin-inline:auto;padding-inline:20px}
.top_header{background:linear-gradient(135deg,#0255B4 0%,#1a1a1a 100%);padding-block:40px;position:relative}
.top_header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#CDF9DD 50%,transparent 100%)}
.logo_zone{display:flex;justify-content:center;margin-bottom:24px}
.logo_container{width:44px;height:44px;padding:6px;background:#1a1a1a;border:1px solid #333;border-radius:6px;box-shadow:0 0 12px #cdf9dd33}
.logo_container img{width:100%;height:100%;object-fit:contain}
.brand_title{text-align:center;margin-bottom:28px}
.brand_title h1{font-size:32px;font-weight:700;color:#CDF9DD;letter-spacing:.02em;margin-bottom:8px}
.brand_descriptor{font-size:16px;color:#b8b8b8;letter-spacing:.05em}
.main_nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;list-style:none}
.main_nav li{display:inline-block}
.main_nav a{display:inline-block;padding:12px 24px;color:#e8e8e8;text-decoration:none;font-weight:600;font-size:16px;letter-spacing:.03em;border-radius:6px;background:#ffffff0d;border:1px solid #cdf9dd33;transition:all .3s ease;position:relative;overflow:hidden}
.main_nav a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#cdf9dd26,transparent);transition:left .4s ease}
.main_nav a:hover::before{left:100%}
.main_nav a:hover{transform:scale(1.03);box-shadow:0 4px 12px #0255b44d inset 0 1px 3px #cdf9dd33;border-color:#0255B4}
.bottom_footer{background:#0f0f0f;padding-block:60px 40px;border-top:1px solid #2a2a2a}
.footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;margin-bottom:48px}
.footer_block h3{font-size:20px;font-weight:700;color:#CDF9DD;margin-bottom:20px;letter-spacing:.02em}
.footer_nav{list-style:none}
.footer_nav li{margin-bottom:12px}
.footer_nav a{color:#b8b8b8;text-decoration:none;font-size:16px;transition:all .2s ease;display:inline-block}
.footer_nav a:hover{color:#CDF9DD;transform:translateX(4px)}
.footer_contact p{color:#b8b8b8;margin-bottom:12px;font-size:16px;line-height:1.5}
.footer_contact a{color:#0255B4;text-decoration:none;transition:color .2s ease}
.footer_contact a:hover{color:#CDF9DD}
.footer_logo_zone{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.footer_logo_box{width:40px;height:40px;padding:5px;background:#1a1a1a;border:1px solid #333;border-radius:6px;flex-shrink:0}
.footer_logo_box img{width:100%;height:100%;object-fit:contain}
.footer_brand_name{font-size:22px;font-weight:700;color:#e8e8e8}
.footer_bottom{padding-top:32px;border-top:1px solid #2a2a2a;text-align:center}
.copyright_text{color:#777;font-size:15px}
.cookie_overlay{position:fixed;right:20px;top:50%;transform:translateY(-50%);width:420px;max-width:calc(100vw - 40px);background:#1a1a1a;border:1px solid #333;border-radius:6px;box-shadow:0 8px 24px #0009 inset 0 1px 2px #cdf9dd1a;z-index:9999;display:none;padding:28px;animation:slideInFromTop .4s ease forwards}
.cookie_overlay.show_panel{display:block}
.cookie_overlay.hide_panel{animation:slideOutToTop .3s ease forwards}
@keyframes slideInFromTop {
from{opacity:0;transform:translateY(-60%)}
to{opacity:1;transform:translateY(-50%)}
}
@keyframes slideOutToTop {
from{opacity:1;transform:translateY(-50%)}
to{opacity:0;transform:translateY(-60%)}
}
.cookie_title{font-size:22px;font-weight:700;color:#CDF9DD;margin-bottom:16px}
.cookie_description{font-size:16px;color:#b8b8b8;margin-bottom:24px;line-height:1.4}
.consent_group{margin-bottom:20px}
.consent_item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #2a2a2a}
.consent_label{font-size:15px;color:#e8e8e8;font-weight:600}
.toggle_switch{position:relative;width:52px;height:28px}
.toggle_switch input{opacity:0;width:0;height:0}
.toggle_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#333;border-radius:28px;transition:background .3s ease}
.toggle_slider::before{content:'';position:absolute;height:20px;width:20px;left:4px;bottom:4px;background:#fff;border-radius:50%;transition:transform .3s ease}
.toggle_switch input:checked + .toggle_slider{background:#0255B4}
.toggle_switch input:checked + .toggle_slider::before{transform:translateX(24px)}
.cookie_actions{display:flex;gap:12px;margin-bottom:16px}
.cookie_button{flex:1;padding:12px 20px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;position:relative;overflow:hidden}
.cookie_button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .4s ease}
.cookie_button:hover::before{left:100%}
.accept_btn{background:#0255B4;color:#fff}
.accept_btn:hover{background:#034a9e;transform:scale(1.02);box-shadow:0 4px 12px #0255b466}
.decline_btn{background:#333;color:#e8e8e8}
.decline_btn:hover{background:#444;transform:scale(1.02)}
.policy_link{text-align:center}
.policy_link a{color:#0255B4;text-decoration:none;font-size:14px;border-bottom:1px solid transparent;transition:border-color .2s ease}
.policy_link a:hover{border-bottom-color:#0255B4}
.data_sale_section{margin-top:20px;padding-top:20px;border-top:1px solid #2a2a2a}
.optout_button{width:100%;padding:12px;background:#FF4C28;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;position:relative;overflow:hidden}
.optout_button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .4s ease}
.optout_button:hover::before{left:100%}
.optout_button:hover{background:#e63d1a;transform:scale(1.02);box-shadow:0 4px 12px #ff4c2866}
.confirm_optout{display:none;margin-top:16px;padding:16px;background:#ff4c281a;border:1px solid #FF4C28;border-radius:6px}
.confirm_optout.visible{display:block}
.confirm_text{font-size:15px;color:#e8e8e8;margin-bottom:12px}
.confirm_actions{display:flex;gap:8px}
.confirm_yes,.confirm_no{flex:1;padding:10px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}
.confirm_yes{background:#FF4C28;color:#fff}
.confirm_yes:hover{background:#e63d1a}
.confirm_no{background:#333;color:#e8e8e8}
.confirm_no:hover{background:#444}
@media (max-width: 768px) {
.brand_title h1{font-size:26px}
.main_nav{flex-direction:column;align-items:stretch}
.main_nav li{display:block}
.main_nav a{display:block;text-align:center}
.footer_grid{grid-template-columns:1fr;gap:32px}
.cookie_overlay{width:calc(100vw - 40px);right:20px;left:20px}
}
.agreement-block{max-width:1140px;margin:0 auto;padding:4rem 2rem;background:#1a1a1a;color:#e8e8e8;line-height:1.7}
.agreement-block h1{font-size:3.5rem;line-height:1.2;margin:0 0 3rem;color:#CDF9DD;letter-spacing:-.02em}
.agreement-block h2{font-size:2rem;line-height:1.3;margin:3rem 0 1.5rem;color:#CDF9DD;border-left:4px solid #0255B4;padding-left:1rem}
.agreement-block h3{font-size:1.5rem;line-height:1.3;margin:2.5rem 0 1rem;color:#fff}
.agreement-block h4{font-size:1.25rem;line-height:1.3;margin:2rem 0 .75rem;color:#fff}
.agreement-block h5{font-size:1.125rem;line-height:1.3;margin:1.5rem 0 .5rem;color:#e8e8e8}
.agreement-block h6{font-size:1rem;line-height:1.3;margin:1.5rem 0 .5rem;color:#e8e8e8;text-transform:uppercase;letter-spacing:.1em}
.agreement-block p{font-size:18px;margin:0 0 1.5rem;color:#e8e8e8}
.agreement-block ul{margin:0 0 1.5rem;padding-left:2rem;list-style-type:none}
.agreement-block ul li{position:relative;margin-bottom:.75rem;padding-left:1.5rem}
.agreement-block ul li::before{content:'';position:absolute;left:0;top:.6em;width:6px;height:6px;background:#0255B4;border-radius:6px}
.agreement-block ol{margin:0 0 1.5rem;padding-left:2rem;counter-reset:policy-counter;list-style:none}
.agreement-block ol li{position:relative;margin-bottom:.75rem;padding-left:2rem;counter-increment:policy-counter}
.agreement-block ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;color:#0255B4;font-weight:600}
.agreement-block a{color:#0255B4;text-decoration:none;border-bottom:1px solid #0255b44d;transition:all .2s ease}
.agreement-block a:hover{color:#CDF9DD;border-bottom-color:#CDF9DD}
.agreement-block table{width:100%;margin:2rem 0;border-collapse:collapse;background:#232323;border-radius:6px;overflow:hidden}
.agreement-block thead{background:linear-gradient(135deg,#0255B4 0%,#023a7a 100%)}
.agreement-block thead tr{border:none}
.agreement-block thead th{padding:1rem 1.5rem;text-align:left;font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}
.agreement-block tbody tr{border-bottom:1px solid #ffffff0d}
.agreement-block tbody tr:last-child{border-bottom:none}
.agreement-block tbody tr:hover{background:#0255b40d}
.agreement-block td{padding:1rem 1.5rem;font-size:18px;color:#e8e8e8}
.agreement-block th{padding:1rem 1.5rem;font-size:18px;color:#e8e8e8;font-weight:600}
.agreement-block div{margin:1.5rem 0}
.agreement-block ::selection{background:#0255B4;color:#1a1a1a}
@media screen and (max-width: 768px) {
.agreement-block{padding:2rem 1.5rem}
.agreement-block h1{font-size:2.5rem;margin-bottom:2rem}
.agreement-block h2{font-size:1.75rem;margin-top:2rem}
.agreement-block h3{font-size:1.35rem}
.agreement-block table{display:block;overflow-x:auto}
.agreement-block thead th{padding:.75rem 1rem;font-size:14px}
.agreement-block td{padding:.75rem 1rem;font-size:16px}
.agreement-block th{padding:.75rem 1rem;font-size:16px}
}
.article_post_view{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);color:#e8e8e8;min-height:100vh;padding:0;margin:0}
.article_post_view .title_wrapper{position:relative;max-width:1140px;margin:0 auto;padding:4rem 2rem 3rem;overflow:hidden}
.article_post_view .decorative_lines{position:absolute;top:2rem;left:0;width:100%;height:2px;pointer-events:none}
.article_post_view .decorative_lines::before,.article_post_view .decorative_lines::after{content:'';position:absolute;height:2px;background:linear-gradient(90deg,#0255B4,#CDF9DD);animation:grow_line 1.2s ease-out forwards;transform-origin:left center}
.article_post_view .decorative_lines::before{top:0;left:20%;width:180px}
.article_post_view .decorative_lines::after{top:0;left:50%;width:120px;animation-delay:.3s}
@keyframes grow_line {
from{transform:scaleX(0);opacity:0}
to{transform:scaleX(1);opacity:1}
}
.article_post_view .meta_info{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}
.article_post_view .tag_label{background:linear-gradient(135deg,#0255B4,#024a9a);color:#CDF9DD;padding:.4rem 1rem;border-radius:6px;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}
.article_post_view .date_stamp{color:#a8a8a8;font-size:.9rem;display:flex;align-items:center;gap:.5rem}
.article_post_view .readtime_indicator{color:#a8a8a8;font-size:.9rem;display:flex;align-items:center;gap:.5rem}
.article_post_view .title_heading{font-size:4.2rem;line-height:1.2;margin:0 0 1.2rem;font-weight:700;background:linear-gradient(135deg,#CDF9DD,#0255B4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.article_post_view .subtitle_text{font-size:1.5rem;line-height:1.3;color:#b8b8b8;margin:0;max-width:800px}
.article_post_view .hero_image_container{max-width:1140px;margin:0 auto;padding:0 2rem 3rem}
.article_post_view .featured_image{width:100%;height:auto;max-height:600px;object-fit:cover;border-radius:6px;position:relative;filter:brightness(0.85)}
.article_post_view .content_grid{max-width:1140px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:180px 1fr 220px;gap:3rem}
.article_post_view .sidebar_left{position:sticky;top:2rem;height:fit-content}
.article_post_view .engagement_stats{background:linear-gradient(135deg,#1a1a1a,#242424);border-radius:6px;padding:1.5rem;box-shadow:inset 0 2px 8px #0255b44d}
.article_post_view .stat_item{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.article_post_view .stat_number{font-size:2rem;font-weight:700;color:#0255B4;line-height:1}
.article_post_view .stat_label{font-size:.75rem;color:#a8a8a8;text-transform:uppercase;letter-spacing:.12em}
.article_post_view .article_content{background:#141414;padding:3rem;border-radius:6px;box-shadow:0 4px 16px #0006}
.article_post_view .article_content p{font-size:1.125rem;line-height:1.7;margin:0 0 1.5rem;color:#d8d8d8}
.article_post_view .article_content h2{font-size:2.2rem;line-height:1.3;margin:2.5rem 0 1.2rem;color:#CDF9DD;font-weight:700}
.article_post_view .article_content h3{font-size:1.6rem;line-height:1.3;margin:2rem 0 1rem;color:#b8f3d6;font-weight:600}
.article_post_view .article_content ul{margin:1.5rem 0;padding-left:0;list-style:none}
.article_post_view .article_content li{position:relative;padding-left:2rem;margin-bottom:.8rem;font-size:1.125rem;line-height:1.6;color:#d8d8d8}
.article_post_view .article_content li::before{content:'';position:absolute;left:0;top:.6em;width:8px;height:8px;background:#0255B4;border-radius:50%}
.article_post_view .article_content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,#0255B4,#024080);border-left:4px solid #CDF9DD;border-radius:6px;font-size:1.2rem;line-height:1.6;color:#CDF9DD;font-style:italic}
.article_post_view .article_content cite{font-size:.95rem;color:#a8d8c4;font-style:normal;display:block;margin-top:.5rem}
.article_post_view .article_content em{color:#FF4C28;font-style:normal;font-weight:600}
.article_post_view .article_content figure{margin:2rem 0}
.article_post_view .article_content figcaption{font-size:.9rem;color:#a8a8a8;margin-top:.8rem;text-align:center;font-style:italic}
.article_post_view .sidebar_right{position:sticky;top:2rem;height:fit-content}
.article_post_view .activity_feed{background:#0f0f0f;border-radius:6px;padding:1.5rem;border:1px solid #2a2a2a}
.article_post_view .feed_title{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#0255B4;margin:0 0 1.5rem;font-weight:700}
.article_post_view .feed_entry{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #1a1a1a}
.article_post_view .feed_entry:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.article_post_view .feed_icon{width:32px;height:32px;background:linear-gradient(135deg,#0255B4,#024a9a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 2px 6px #cdf9dd4d}
.article_post_view .feed_icon::before{content:'';width:10px;height:10px;background:#CDF9DD;border-radius:50%}
.article_post_view .feed_details{flex:1}
.article_post_view .feed_text{font-size:.85rem;line-height:1.4;color:#c8c8c8;margin:0 0 .4rem}
.article_post_view .feed_time{font-size:.75rem;color:#787878;letter-spacing:.05em}
.article_post_view .cta_section{max-width:1140px;margin:0 auto;padding:4rem 2rem;text-align:center}
.article_post_view .cta_container{background:linear-gradient(135deg,#0255B4,#013a7a);padding:3rem;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0255b466}
.article_post_view .cta_container::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#cdf9dd26,transparent);border-radius:50%;pointer-events:none}
.article_post_view .cta_heading{font-size:2.5rem;line-height:1.2;color:#CDF9DD;margin:0 0 1rem;font-weight:700;position:relative;z-index:1}
.article_post_view .cta_description{font-size:1.125rem;line-height:1.6;color:#e8f8f0;margin:0 0 2rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.article_post_view .cta_button{display:inline-block;padding:1rem 2.5rem;background:#FF4C28;color:#fff;text-decoration:none;border-radius:6px;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;position:relative;overflow:hidden;z-index:1;transition:transform .2s ease,box-shadow .2s ease}
.article_post_view .cta_button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#d43820;transition:left .3s ease;z-index:-1}
.article_post_view .cta_button:hover::before{left:0}
.article_post_view .cta_button:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff4c2866}
.article_post_view .divider_wave{width:100%;height:80px;position:relative;overflow:hidden}
.article_post_view .divider_wave svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.article_post_view .cards_section{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);padding:4rem 2rem}
.article_post_view .cards_container{max-width:1140px;margin:0 auto}
.article_post_view .section_title{font-size:2.8rem;line-height:1.2;color:#CDF9DD;margin:0 0 3rem;text-align:center;font-weight:700}
.article_post_view .cards_grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.article_post_view .info_card{background:#141414;border-radius:6px;padding:2rem;position:relative;overflow:hidden;border:1px solid #2a2a2a;transition:transform .2s ease,box-shadow .2s ease}
.article_post_view .info_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0255B4,#CDF9DD)}
.article_post_view .info_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0255b44d}
.article_post_view .card_title{font-size:1.5rem;line-height:1.3;color:#CDF9DD;margin:0 0 1rem;font-weight:600}
.article_post_view .card_text{font-size:1rem;line-height:1.6;color:#c8c8c8;margin:0}
@media (max-width: 968px) {
.article_post_view .content_grid{grid-template-columns:1fr;gap:2rem}
.article_post_view .sidebar_left,.article_post_view .sidebar_right{position:static}
.article_post_view .title_heading{font-size:3rem}
.article_post_view .cards_grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.article_post_view .title_heading{font-size:2.2rem}
.article_post_view .subtitle_text{font-size:1.2rem}
.article_post_view .article_content{padding:2rem 1.5rem}
.article_post_view .article_content h2{font-size:1.8rem}
.article_post_view .cta_heading{font-size:2rem}
}
.post_single{background:#1a1a1a;color:#e0e0e0;min-height:100vh;padding:0;margin:0}
.post_single *{box-sizing:border-box}
.post_single .top_wrapper{background:linear-gradient(135deg,#0255B4 0%,#1a1a1a 100%);padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}
.post_single .top_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#cdf9dd08 1px,transparent 1px);background-size:24px 24px;pointer-events:none}
.post_single .content_cap{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.post_single .tag_label{display:inline-block;background:#cdf9dd26;color:#CDF9DD;padding:.4rem 1rem;border-radius:6px;font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-weight:600}
.post_single .main_title{font-size:56px;line-height:1.2;margin:0 0 2rem;font-weight:700;color:#fff}
.post_single .metrics_row{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap}
.post_single .metric_unit{display:flex;align-items:center;gap:.5rem;font-size:16px;color:#cdf9ddcc}
.post_single .metric_unit svg{width:20px;height:20px;fill:#CDF9DD}
.post_single .metric_num{font-weight:600;color:#CDF9DD}
.post_single .hero_visual{max-width:1140px;margin:-2rem auto 0;padding:0 1.5rem;position:relative;z-index:2}
.post_single .hero_visual img{width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:6px;box-shadow:0 8px 32px #0006;background:#0f0f0f}
.post_single .text_area{max-width:1140px;margin:0 auto;padding:4rem 1.5rem;background:#1a1a1a}
.post_single .text_area .grid_layout{display:grid;grid-template-columns:180px 1fr;gap:4rem}
.post_single .sidebar_left{position:relative}
.post_single .sidebar_left::after{content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,#cdf9dd33,transparent)}
.post_small_label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#CDF9DD;font-weight:700;position:sticky;top:2rem}
.post_single .main_content p{font-size:18px;line-height:1.7;margin:0 0 1.5rem;color:#d0d0d0}
.post_single .main_content h2{font-size:36px;line-height:1.3;margin:2.5rem 0 1.2rem;font-weight:700;color:#fff}
.post_single .main_content h3{font-size:24px;line-height:1.3;margin:2rem 0 1rem;font-weight:700;color:#fff}
.post_single .main_content ins{background:#cdf9dd26;color:#CDF9DD;text-decoration:none;padding:.1rem .3rem;border-radius:3px}
.post_single .main_content small{font-size:14px;color:#e0e0e0b3}
.post_single .main_content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:#0255b414;border-left:4px solid #0255B4;border-radius:6px;font-size:18px;line-height:1.6;color:#e0e0e0;font-style:italic}
.post_single .main_content table{width:100%;margin:2rem 0;border-collapse:collapse;font-size:16px;background:#0f0f0f;border-radius:6px;overflow:hidden}
.post_single .main_content thead{background:linear-gradient(135deg,#0255B4,#034a99)}
.post_single .main_content thead td{font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:14px;color:#fff}
.post_single .main_content tbody tr{border-bottom:1px solid #cdf9dd1a}
.post_single .main_content tbody tr:last-child{border-bottom:none}
.post_single .main_content tbody tr:hover{background:#0255b40d}
.post_single .main_content td{padding:1rem 1.5rem;color:#d0d0d0}
.post_single .main_content tfoot{background:#cdf9dd0d;font-weight:600}
.post_single .main_content tfoot td{color:#CDF9DD}
.post_single .stats_block{background:linear-gradient(135deg,#CDF9DD 0%,#1a1a1a 100%);padding:4rem 1.5rem;position:relative;overflow:hidden}
.post_single .stats_block::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#ff4c2826,transparent 70%);border-radius:50%;filter:blur(80px);top:-100px;right:-100px;pointer-events:none}
.post_single .stats_block::after{content:'';position:absolute;top:20%;left:5%;width:8px;height:8px;background:#0255b44d;border-radius:50%;box-shadow:60px 40px 0 #0255b433 120px 10px 0 #ff4c2840 200px 80px 0 #0255b426 340px 30px 0 #ff4c2833 450px 90px 0 #0255b440;pointer-events:none}
.post_single .stat_grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative;z-index:1}
.post_single .stat_card{text-align:center;padding:2rem;background:#0f0f0f99;border-radius:6px;border:1px solid #cdf9dd1a;transition:transform .3s ease,box-shadow .3s ease}
.post_single .stat_card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 36px #0255b440}
.post_single .stat_big{font-size:48px;font-weight:700;line-height:1.1;color:#0255B4;margin:0 0 .5rem}
.post_single .stat_small{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#CDF9DD;font-weight:600}
.post_single .interactive_zone{background:#0f0f0f;padding:0;border-top:3px dotted #0255B4}
.post_single .accordion_wrapper{max-width:1140px;margin:0 auto;padding:3rem 1.5rem}
.post_single .acc_title{font-size:32px;line-height:1.3;font-weight:700;color:#fff;margin:0 0 2rem;text-align:center}
.post_single .accordion_item{border-bottom:1px solid #cdf9dd26}
.post_single .accordion_item:last-child{border-bottom:none}
.post_single .acc_toggle{display:none}
.post_single .acc_header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;user-select:none;transition:color .3s ease}
.post_single .acc_header:hover{color:#CDF9DD}
.post_single .acc_question{font-size:20px;font-weight:600;color:#fff;margin:0;transition:color .3s ease}
.post_single .acc_header:hover .acc_question{color:#CDF9DD}
.post_single .acc_icon{width:32px;height:32px;border-radius:6px;background:#0255b433;display:flex;align-items:center;justify-content:center;position:relative;transition:background .3s ease,transform .3s ease;flex-shrink:0}
.post_single .acc_icon::before,.post_single .acc_icon::after{content:'';position:absolute;background:#0255B4;transition:transform .3s ease}
.post_single .acc_icon::before{width:12px;height:2px}
.post_single .acc_icon::after{width:2px;height:12px}
.post_single .acc_toggle:checked + .acc_header .acc_icon{background:#cdf9dd33;transform:rotate(45deg)}
.post_single .acc_toggle:checked + .acc_header .acc_icon::before,.post_single .acc_toggle:checked + .acc_header .acc_icon::after{background:#CDF9DD}
.post_single .acc_body{max-height:0;overflow:hidden;transition:max-height .4s ease}
.post_single .acc_toggle:checked ~ .acc_body{max-height:1000px}
.post_single .acc_content{padding:0 0 1.5rem;font-size:16px;line-height:1.7;color:#d0d0d0}
.post_single .bottom_cta{background:#FF4C28;padding:4rem 1.5rem;text-align:center}
.post_single .cta_inner{max-width:720px;margin:0 auto}
.post_single .cta_heading{font-size:42px;line-height:1.2;font-weight:700;color:#fff;margin:0 0 1rem}
.post_single .cta_text{font-size:18px;line-height:1.6;color:#ffffffe6;margin:0 0 2rem}
.post_single .cta_button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#FF4C28;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.post_single .cta_button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0255b433;transition:left .4s ease}
.post_single .cta_button:hover::before{left:0}
.post_single .cta_button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 24px #0000004d}
.post_single .cta_button span{position:relative;z-index:1}
@media (max-width: 768px) {
.post_single .main_title{font-size:36px}
.post_single .text_area .grid_layout{grid-template-columns:1fr;gap:2rem}
.post_single .sidebar_left{display:none}
.post_single .stat_grid{grid-template-columns:1fr;gap:1.5rem}
.post_single .cta_heading{font-size:28px}
.post_single .main_content h2{font-size:28px}
.post_single .main_content h3{font-size:20px}
.post_single .acc_question{font-size:18px}
}
::selection{background:#0255B4;color:#1a1a1a}
.expert_opinion_page{background:#1a1a1a;color:#e8e8e8;min-height:100vh;margin:0;padding:0}
.expert_opinion_page *{box-sizing:border-box}
.expert_opinion_page .page_wrapper{max-width:1140px;margin:0 auto;padding:0 20px}
.expert_opinion_page .title_zone{display:flex;align-items:center;gap:40px;padding:80px 0 60px;position:relative}
.expert_opinion_page .text_side{flex:1}
.expert_opinion_page .main_heading{font-size:72px;line-height:1.2;letter-spacing:-.02em;margin:0 0 20px;color:#CDF9DD;text-transform:uppercase;animation:expand_tracking .8s ease-out forwards}
@keyframes expand_tracking {
from{letter-spacing:-.05em;opacity:.7}
to{letter-spacing:-.02em;opacity:1}
}
.expert_opinion_page .stat_number{font-size:48px;color:#0255B4;font-weight:700;margin-right:12px}
.expert_opinion_page .intro_text{font-size:18px;line-height:1.5;color:#b8b8b8;margin:0}
.expert_opinion_page .image_card_wrapper{position:relative;width:380px;flex-shrink:0}
.expert_opinion_page .floating_card{border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0006;position:relative}
.expert_opinion_page .floating_card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0255b44d,#cdf9dd33);mix-blend-mode:overlay;pointer-events:none;z-index:1}
.expert_opinion_page .floating_card img{width:100%;height:460px;object-fit:cover;display:block}
.expert_opinion_page .image_card_wrapper::after{content:'ТЕСТИРОВАНИЕ';position:absolute;top:50%;left:-40px;transform:translateY(-50%);font-size:120px;font-weight:700;color:#cdf9dd14;z-index:-1;letter-spacing:.1em}
.expert_opinion_page .divider_gradient{height:3px;background:linear-gradient(135deg,#0255B4,#CDF9DD);margin:60px 0}
.expert_opinion_page .posts_grid_section{padding:60px 0 80px}
.expert_opinion_page .section_label{font-size:14px;letter-spacing:.15em;text-transform:uppercase;color:#0255B4;margin:0 0 40px;font-weight:700}
.expert_opinion_page .posts_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}
.expert_opinion_page .post_card{background:#252525;border-radius:6px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #cdf9dd1a}
.expert_opinion_page .post_card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #00000080}
.expert_opinion_page .post_image_zone{width:100%;height:200px;overflow:hidden;position:relative}
.expert_opinion_page .post_image_zone img{width:100%;height:100%;object-fit:cover;display:block}
.expert_opinion_page .post_tag{position:absolute;top:12px;left:12px;background:#FF4C28;color:#1a1a1a;font-size:11px;padding:4px 10px;border-radius:6px;text-transform:uppercase;font-weight:700;letter-spacing:.05em}
.expert_opinion_page .post_content_zone{padding:24px}
.expert_opinion_page .post_title{font-size:20px;line-height:1.3;margin:0 0 12px;color:#CDF9DD}
.expert_opinion_page .post_title a{color:inherit;text-decoration:none;transition:color .3s ease}
.expert_opinion_page .post_title a:hover{color:#0255B4}
.expert_opinion_page .post_subtitle{font-size:14px;line-height:1.4;color:#888;margin:0 0 16px}
.expert_opinion_page .post_description{font-size:15px;line-height:1.5;color:#b8b8b8;margin:0 0 20px}
.expert_opinion_page .post_meta_row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#666;padding-top:16px;border-top:1px solid #cdf9dd1a}
.expert_opinion_page .meta_left{display:flex;gap:16px}
.expert_opinion_page .meta_item{display:flex;align-items:center;gap:6px}
.expert_opinion_page .skill_bars_section{background:#0255B4;padding:80px 0;position:relative}
.expert_opinion_page .skill_bars_section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,#cdf9dd26 0%,transparent 50%),radial-gradient(circle at 80% 20%,#ff4c281a 0%,transparent 50%);pointer-events:none}
.expert_opinion_page .skill_bars_wrapper{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:1}
.expert_opinion_page .skills_heading{font-size:42px;line-height:1.2;margin:0 0 50px;color:#1a1a1a;text-transform:uppercase;font-weight:700;letter-spacing:.08em}
.expert_opinion_page .skill_bar_item{margin-bottom:32px}
.expert_opinion_page .skill_label_row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:16px;color:#1a1a1a;font-weight:700}
.expert_opinion_page .skill_track{height:12px;background:#1a1a1a4d;border-radius:6px;overflow:hidden;position:relative}
.expert_opinion_page .skill_fill{height:100%;background:linear-gradient(90deg,#CDF9DD 0%,#FF4C28 100%);border-radius:6px;transition:width 1.5s ease;box-shadow:inset 0 2px 8px #ffffff4d}
.expert_opinion_page .skill_fill[data-percent="92"]{width:92%}
.expert_opinion_page .skill_fill[data-percent="87"]{width:87%}
.expert_opinion_page .skill_fill[data-percent="79"]{width:79%}
.expert_opinion_page .skill_fill[data-percent="94"]{width:94%}
.expert_opinion_page .split_screen_section{display:flex;min-height:600px}
.expert_opinion_page .left_zone{flex:1;background:linear-gradient(135deg,#252525 0%,#1a1a1a 100%);padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative}
.expert_opinion_page .left_zone::before{content:'ПРОФЕССИОНАЛИЗМ';position:absolute;top:50%;left:20px;transform:translateY(-50%) rotate(-90deg);transform-origin:left center;font-size:140px;font-weight:700;color:#cdf9dd0d;letter-spacing:.1em;white-space:nowrap}
.expert_opinion_page .split_heading{font-size:38px;line-height:1.2;margin:0 0 24px;color:#CDF9DD;text-transform:uppercase;letter-spacing:.05em;position:relative;z-index:1}
.expert_opinion_page .split_text{font-size:18px;line-height:1.6;color:#b8b8b8;margin:0 0 16px;position:relative;z-index:1}
.expert_opinion_page .right_zone{flex:1;background:#0255B4;padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.expert_opinion_page .right_zone::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#cdf9dd33 0%,transparent 70%);top:-100px;right:-100px;pointer-events:none}
.expert_opinion_page .stat_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.expert_opinion_page .stat_block{position:relative}
.expert_opinion_page .stat_value{font-size:56px;font-weight:700;color:#1a1a1a;line-height:1;margin:0 0 8px}
.expert_opinion_page .stat_description{font-size:14px;color:#1a1a1acc;text-transform:uppercase;letter-spacing:.1em;line-height:1.4}
.expert_opinion_page .keyboard_shortcut_section{background:#252525;padding:60px 0}
.expert_opinion_page .shortcut_wrapper{max-width:1140px;margin:0 auto;padding:0 20px}
.expert_opinion_page .shortcut_heading{font-size:28px;margin:0 0 40px;color:#CDF9DD;text-transform:uppercase;letter-spacing:.05em}
.expert_opinion_page .shortcut_list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.expert_opinion_page .shortcut_item{background:#1a1a1a;padding:20px;border-radius:6px;border:1px solid #cdf9dd1a;transition:border-color .3s ease,box-shadow .3s ease}
.expert_opinion_page .shortcut_item:focus-within{border-color:#0255B4;box-shadow:0 0 0 3px #0255b44d inset 0 0 12px #0255b433;outline:none}
.expert_opinion_page .shortcut_key{display:inline-block;background:#0255B4;color:#1a1a1a;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:700;margin-bottom:12px;font-family:monospace}
.expert_opinion_page .shortcut_label{font-size:15px;color:#b8b8b8;margin:0;line-height:1.4}
@media (max-width: 768px) {
.expert_opinion_page .title_zone{flex-direction:column;padding:40px 0}
.expert_opinion_page .main_heading{font-size:42px}
.expert_opinion_page .image_card_wrapper{width:100%}
.expert_opinion_page .image_card_wrapper::after{display:none}
.expert_opinion_page .posts_grid{grid-template-columns:1fr;gap:20px}
.expert_opinion_page .split_screen_section{flex-direction:column}
.expert_opinion_page .left_zone,.expert_opinion_page .right_zone{padding:40px 20px}
.expert_opinion_page .stat_grid{grid-template-columns:1fr;gap:24px}
.expert_opinion_page .shortcut_list{grid-template-columns:1fr}
.expert_opinion_page .skills_heading{font-size:32px}
}
.expert_opinion_page ::selection{background:#0255B4;color:#1a1a1a}
.courses_idx_pg{background:#1a1a1a;color:#e8e8e8;min-height:100vh}
.courses_idx_pg *{box-sizing:border-box}
.courses_idx_pg .page_wrapper{max-width:1140px;margin:0 auto;padding:0 20px}
.courses_idx_pg .title_hero{padding:80px 0 60px;position:relative;overflow:hidden}
.courses_idx_pg .title_hero::before{content:'';position:absolute;top:0;left:0;right:50%;bottom:0;background:linear-gradient(135deg,#0255B4 0%,#1a1a1a 100%);z-index:0}
.courses_idx_pg .title_hero::after{content:'';position:absolute;top:0;left:50%;right:0;bottom:0;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);z-index:0}
.courses_idx_pg .title_hero_inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}
.courses_idx_pg .hero_img_frame{width:180px;height:180px;border-radius:50%;overflow:hidden;border:4px solid #CDF9DD;margin-bottom:32px;animation:float_motion 6s ease-in-out infinite}
@keyframes float_motion {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-12px)}
}
.courses_idx_pg .hero_img_frame img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.courses_idx_pg .hero_title{font-size:72px;line-height:1.2;margin:0 0 24px;letter-spacing:-1px;font-weight:700;text-transform:uppercase}
.courses_idx_pg .hero_cta_link{display:inline-block;padding:16px 48px;background:#FF4C28;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700;letter-spacing:1.5px;font-size:14px;border-radius:6px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.courses_idx_pg .hero_cta_link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .4s ease;z-index:0}
.courses_idx_pg .hero_cta_link:hover::before{left:0}
.courses_idx_pg .hero_cta_link:hover{transform:scale(1.05);box-shadow:0 8px 24px #ff4c2866}
.courses_idx_pg .hero_cta_link span{position:relative;z-index:1}
.courses_idx_pg .geo_pattern_layer{position:absolute;bottom:0;left:0;right:0;height:80px;background-image:repeating-linear-gradient(45deg,transparent,transparent 20px,#cdf9dd0d 20px,#cdf9dd0d 40px),repeating-linear-gradient(-45deg,transparent,transparent 20px,#0255b40d 20px,#0255b40d 40px);animation:pattern_reveal 1.2s ease-out forwards;opacity:0}
@keyframes pattern_reveal {
to{opacity:1}
}
.courses_idx_pg .overview_stats{padding:60px 0;background:#0f0f0f;border-top:1px solid #cdf9dd1a}
.courses_idx_pg .overview_stats_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.courses_idx_pg .stat_card{background:linear-gradient(135deg,#0255b41a 0%,#1a1a1acc 100%);padding:32px;border-radius:6px;border:1px solid #cdf9dd26;transition:transform .3s ease,box-shadow .3s ease}
.courses_idx_pg .stat_card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #0255b433 inset 0 2px 8px #cdf9dd1a}
.courses_idx_pg .stat_number{font-size:56px;font-weight:700;color:#CDF9DD;line-height:1.2;margin:0 0 8px}
.courses_idx_pg .stat_label{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#a8a8a8;line-height:1.3}
.courses_idx_pg .programs_catalog{padding:80px 0;background:#1a1a1a}
.courses_idx_pg .catalog_header{margin-bottom:56px}
.courses_idx_pg .catalog_title{font-size:48px;line-height:1.2;margin:0 0 20px;font-weight:700;text-transform:uppercase;letter-spacing:2px}
.courses_idx_pg .catalog_intro{font-size:18px;line-height:1.6;max-width:720px;color:#b8b8b8}
.courses_idx_pg .programs_grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.courses_idx_pg .program_card{background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);border-radius:6px;overflow:hidden;border:1px solid #0255b433;transition:transform .3s ease,box-shadow .3s ease}
.courses_idx_pg .program_card:hover{transform:scale(1.03);box-shadow:0 16px 40px #0255b44d}
.courses_idx_pg .program_img_wrap{width:100%;height:240px;overflow:hidden}
.courses_idx_pg .program_img_wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.courses_idx_pg .program_card:hover .program_img_wrap img{transform:scale(1.1)}
.courses_idx_pg .program_content{padding:28px}
.courses_idx_pg .program_name{font-size:24px;line-height:1.3;margin:0 0 12px;font-weight:700;color:#CDF9DD}
.courses_idx_pg .program_desc{font-size:16px;line-height:1.5;color:#b8b8b8;margin:0 0 20px}
.courses_idx_pg .program_meta{display:flex;flex-direction:row;gap:24px;font-size:14px;color:#a8a8a8}
.courses_idx_pg .meta_item{display:flex;flex-direction:row;align-items:center;gap:8px}
.courses_idx_pg .meta_icon{width:20px;height:20px;background:#0255B4;border-radius:50%;flex-shrink:0}
.courses_idx_pg .learning_paths{padding:80px 0;background:#0f0f0f;border-top:2px solid #ff4c284d;position:relative}
.courses_idx_pg .learning_paths::before{content:'';position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at 10% 20%,#0255b414 0%,transparent 50%),radial-gradient(circle at 90% 80%,#ff4c280f 0%,transparent 50%);pointer-events:none}
.courses_idx_pg .learning_paths_inner{position:relative;z-index:1}
.courses_idx_pg .paths_header{margin-bottom:48px;text-align:center}
.courses_idx_pg .paths_title{font-size:42px;line-height:1.2;margin:0 0 16px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px}
.courses_idx_pg .paths_subtitle{font-size:18px;line-height:1.5;color:#b8b8b8;max-width:640px;margin:0 auto}
.courses_idx_pg .paths_list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.courses_idx_pg .path_item{background:linear-gradient(135deg,#0255b414 0%,#1a1a1a 100%);padding:32px;border-radius:6px;border-left:4px solid #CDF9DD;transition:transform .3s ease,box-shadow .3s ease}
.courses_idx_pg .path_item:hover{transform:translateX(8px) scale(1.02);box-shadow:-8px 8px 24px #cdf9dd26}
.courses_idx_pg .path_icon_wrap{width:48px;height:48px;background:linear-gradient(135deg,#0255B4 0%,#1a1a1a 100%);border-radius:6px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}
.courses_idx_pg .path_icon_inner{width:24px;height:24px;background:#CDF9DD;border-radius:50%}
.courses_idx_pg .path_name{font-size:20px;line-height:1.3;margin:0 0 12px;font-weight:700;color:#fff}
.courses_idx_pg .path_detail{font-size:15px;line-height:1.5;color:#b8b8b8;margin:0}
.courses_idx_pg .interactive_scroller{padding:80px 0;background:#1a1a1a;overflow:hidden}
.courses_idx_pg .scroller_header{margin-bottom:40px}
.courses_idx_pg .scroller_title{font-size:38px;line-height:1.2;margin:0 0 12px;font-weight:700;letter-spacing:1px}
.courses_idx_pg .scroller_hint{font-size:14px;color:#a8a8a8;text-transform:uppercase;letter-spacing:2px;display:flex;flex-direction:row;align-items:center;gap:12px}
.courses_idx_pg .drag_icon{width:32px;height:6px;background:#FF4C28;border-radius:3px;position:relative}
.courses_idx_pg .drag_icon::before,.courses_idx_pg .drag_icon::after{content:'';position:absolute;width:32px;height:6px;background:#FF4C28;border-radius:3px}
.courses_idx_pg .drag_icon::before{top:-10px}
.courses_idx_pg .drag_icon::after{top:10px}
.courses_idx_pg .scroller_track{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0255B4 #0f0f0f}
.courses_idx_pg .scroller_track::-webkit-scrollbar{height:8px}
.courses_idx_pg .scroller_track::-webkit-scrollbar-track{background:#0f0f0f;border-radius:6px}
.courses_idx_pg .scroller_track::-webkit-scrollbar-thumb{background:#0255B4;border-radius:6px}
.courses_idx_pg .scroller_content{display:flex;flex-direction:row;gap:24px;padding-bottom:16px;width:max-content}
.courses_idx_pg .scroller_card{width:320px;flex-shrink:0;background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 100%);padding:28px;border-radius:6px;border:1px solid #cdf9dd26}
.courses_idx_pg .scroller_card_title{font-size:18px;line-height:1.3;margin:0 0 12px;font-weight:700;color:#CDF9DD}
.courses_idx_pg .scroller_card_text{font-size:15px;line-height:1.5;color:#b8b8b8;margin:0}
.courses_idx_pg .expertise_profiles{padding:80px 0;background:#0f0f0f;position:relative}
.courses_idx_pg .expertise_profiles::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:repeating-radial-gradient(circle at 50% 100%,transparent 0px,transparent 18px,#1a1a1a 18px,#1a1a1a 20px,transparent 20px,transparent 40px);pointer-events:none}
.courses_idx_pg .expertise_layout{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start}
.courses_idx_pg .expert_profile_col{position:sticky;top:40px}
.courses_idx_pg .expert_img_container{width:100%;height:380px;border-radius:6px;overflow:hidden;border:2px solid #0255B4;margin-bottom:24px;box-shadow:inset 0 2px 12px #cdf9dd33}
.courses_idx_pg .expert_img_container img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.courses_idx_pg .expert_name{font-size:22px;line-height:1.3;margin:0 0 8px;font-weight:700;color:#fff}
.courses_idx_pg .expert_role{font-size:14px;color:#a8a8a8;text-transform:uppercase;letter-spacing:1.5px;margin:0}
.courses_idx_pg .expertise_content_col{padding-top:20px}
.courses_idx_pg .expertise_heading{font-size:36px;line-height:1.2;margin:0 0 28px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}
.courses_idx_pg .expertise_text{font-size:18px;line-height:1.6;color:#b8b8b8;margin:0 0 24px}
.courses_idx_pg .expertise_list{list-style:none;padding:0;margin:32px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.courses_idx_pg .expertise_list_item{display:flex;flex-direction:row;align-items:center;gap:16px;font-size:16px;line-height:1.4}
.courses_idx_pg .list_icon{width:28px;height:28px;background:linear-gradient(135deg,#0255B4 0%,#CDF9DD 100%);border-radius:6px;flex-shrink:0}
.courses_idx_pg .progress_milestones{padding:80px 0;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%)}
.courses_idx_pg .milestones_header{margin-bottom:56px;text-align:center}
.courses_idx_pg .milestones_title{font-size:40px;line-height:1.2;margin:0 0 16px;font-weight:700;text-transform:uppercase;letter-spacing:2px}
.courses_idx_pg .milestones_desc{font-size:18px;line-height:1.5;color:#b8b8b8;max-width:720px;margin:0 auto}
.courses_idx_pg .milestones_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.courses_idx_pg .milestone_block{text-align:center}
.courses_idx_pg .milestone_progress_wrap{margin-bottom:20px}
.courses_idx_pg .progress_bar_segmented{display:flex;flex-direction:row;gap:4px;height:12px}
.courses_idx_pg .progress_segment{flex:1;background:#cdf9dd1a;border-radius:2px;position:relative;overflow:hidden}
.courses_idx_pg .progress_segment.filled::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%);animation:fill_segment .8s ease-out forwards}
@keyframes fill_segment {
from{transform:translateX(-100%)}
to{transform:translateX(0)}
}
.courses_idx_pg .milestone_block:nth-child(1) .progress_segment:nth-child(-n+8){background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%)}
.courses_idx_pg .milestone_block:nth-child(2) .progress_segment:nth-child(-n+6){background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%)}
.courses_idx_pg .milestone_block:nth-child(3) .progress_segment:nth-child(-n+9){background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%)}
.courses_idx_pg .milestone_block:nth-child(4) .progress_segment:nth-child(-n+5){background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%)}
.courses_idx_pg .milestone_label{font-size:15px;line-height:1.4;color:#b8b8b8;margin:0 0 8px}
.courses_idx_pg .milestone_value{font-size:28px;line-height:1.2;font-weight:700;color:#CDF9DD;margin:0}
.courses_idx_pg .faq_section{padding:80px 0;background:#1a1a1a;border-top:1px solid #0255b433}
.courses_idx_pg .faq_header{margin-bottom:48px}
.courses_idx_pg .faq_title{font-size:44px;line-height:1.2;margin:0 0 16px;font-weight:700;text-transform:uppercase;letter-spacing:2px}
.courses_idx_pg .faq_intro{font-size:18px;line-height:1.6;color:#b8b8b8;max-width:680px}
.courses_idx_pg .faq_list{max-width:920px}
.courses_idx_pg .faq_item{border-bottom:1px solid #cdf9dd1a}
.courses_idx_pg .faq_toggle{display:none}
.courses_idx_pg .faq_question_label{display:block;padding:24px 48px 24px 0;font-size:20px;line-height:1.4;font-weight:700;color:#fff;cursor:pointer;position:relative;transition:color .3s ease}
.courses_idx_pg .faq_question_label:hover{color:#CDF9DD}
.courses_idx_pg .faq_question_label::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:32px;font-weight:700;color:#0255B4;transition:transform .3s ease,color .3s ease}
.courses_idx_pg .faq_toggle:checked + .faq_question_label::after{content:'−';color:#CDF9DD;transform:translateY(-50%) rotate(180deg)}
.courses_idx_pg .faq_answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}
.courses_idx_pg .faq_toggle:checked ~ .faq_answer{max-height:400px;padding:0 0 24px}
.courses_idx_pg .faq_answer_text{font-size:16px;line-height:1.6;color:#b8b8b8;margin:0}
@media (max-width: 768px) {
.courses_idx_pg .hero_title{font-size:42px}
.courses_idx_pg .overview_stats_grid{grid-template-columns:1fr}
.courses_idx_pg .programs_grid{grid-template-columns:1fr}
.courses_idx_pg .paths_list{grid-template-columns:1fr}
.courses_idx_pg .expertise_layout{grid-template-columns:1fr}
.courses_idx_pg .expert_profile_col{position:static}
.courses_idx_pg .milestones_grid{grid-template-columns:1fr 1fr}
.courses_idx_pg .expertise_list{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.courses_idx_pg .hero_title{font-size:32px}
.courses_idx_pg .catalog_title{font-size:32px}
.courses_idx_pg .milestones_grid{grid-template-columns:1fr}
}
.news_page_wrap{background:#1a1a1a;color:#e0e0e0;min-height:100vh}
.news_page_wrap *{box-sizing:border-box}
.news_page_wrap .max_wrap{max-width:1140px;margin:0 auto;padding:0 20px}
.news_page_wrap .title_zone{padding:80px 0 60px;position:relative;overflow:hidden}
.news_page_wrap .title_zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#0255b426,transparent 70%);border-radius:50%;pointer-events:none}
.news_page_wrap .dot_grid{position:absolute;bottom:0;left:0;width:200px;height:200px;background-image:radial-gradient(circle,#cdf9dd33 1px,transparent 1px);background-size:20px 20px;opacity:.3;pointer-events:none}
.news_page_wrap .title_content{position:relative;z-index:1}
.news_page_wrap .title_main{font-size:72px;line-height:1.2;margin:0 0 20px;font-weight:700;letter-spacing:-1px}
.news_page_wrap .title_animated{color:#0255B4;display:inline-block}
.news_page_wrap .title_sub{font-size:22px;line-height:1.3;color:#b0b0b0;max-width:680px}
.news_page_wrap .grid_posts{padding:40px 0 80px}
.news_page_wrap .posts_container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.news_page_wrap .post_card{background:linear-gradient(135deg,#242424 0%,#1e1e1e 100%);border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.news_page_wrap .post_card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0255b433}
.news_page_wrap .post_image_wrap{width:100%;height:240px;overflow:hidden;position:relative}
.news_page_wrap .post_image_wrap::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,#1a1a1a66 100%);pointer-events:none}
.news_page_wrap .post_image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.news_page_wrap .post_card:hover .post_image{transform:scale(1.05)}
.news_page_wrap .post_tag{position:absolute;top:16px;left:16px;background:#0255B4;color:#fff;padding:6px 14px;border-radius:6px;font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700;z-index:2}
.news_page_wrap .post_body{padding:24px;flex:1;display:flex;flex-direction:column}
.news_page_wrap .post_title{font-size:24px;line-height:1.3;margin:0 0 12px;font-weight:700}
.news_page_wrap .post_title a{color:#e0e0e0;text-decoration:none;transition:color .3s ease}
.news_page_wrap .post_title a:hover{color:#CDF9DD}
.news_page_wrap .post_desc{font-size:16px;line-height:1.5;color:#b0b0b0;margin:0 0 20px;flex:1}
.news_page_wrap .post_meta{display:flex;align-items:center;gap:20px;padding-top:16px;border-top:1px solid #cdf9dd1a}
.news_page_wrap .meta_item{display:flex;align-items:center;gap:6px;font-size:14px;color:#888}
.news_page_wrap .meta_icon{width:16px;height:16px;border-radius:50%;background:#0255B4;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff}
.news_page_wrap .stats_strip{padding:60px 0;background:linear-gradient(135deg,#0255B4 0%,#014a9e 100%);position:relative;overflow:hidden}
.news_page_wrap .stats_strip::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#cdf9dd1a;border-radius:50%;pointer-events:none}
.news_page_wrap .stats_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:relative;z-index:1}
.news_page_wrap .stat_block{text-align:center}
.news_page_wrap .stat_number{font-size:56px;line-height:1;font-weight:700;color:#CDF9DD;margin:0 0 8px}
.news_page_wrap .stat_label{font-size:14px;line-height:1.3;color:#fffc;text-transform:uppercase;letter-spacing:2px}
.news_page_wrap .feature_zone{padding:80px 0;background:#1a1a1a}
.news_page_wrap .feature_layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.news_page_wrap .feature_image_box{width:100%;height:480px;border-radius:6px;overflow:hidden;position:relative;box-shadow:0 8px 24px #0006}
.news_page_wrap .feature_image_box::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0255b44d 0%,transparent 100%);z-index:1;pointer-events:none}
.news_page_wrap .feature_image{width:100%;height:100%;object-fit:cover}
.news_page_wrap .feature_text{padding-left:20px}
.news_page_wrap .feature_heading{font-size:42px;line-height:1.2;margin:0 0 24px;font-weight:700}
.news_page_wrap .feature_para{font-size:18px;line-height:1.6;color:#b0b0b0;margin:0 0 20px}
.news_page_wrap .feature_list{list-style:none;padding:0;margin:32px 0 0}
.news_page_wrap .feature_list li{display:grid;grid-template-columns:40px 1fr;gap:12px;margin-bottom:20px;align-items:start}
.news_page_wrap .list_icon_box{width:40px;height:40px;border-radius:6px;background:linear-gradient(135deg,#0255B4 0%,#014a9e 100%);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 8px #cdf9dd4d}
.news_page_wrap .list_icon_box::after{content:'✓';color:#CDF9DD;font-size:20px;font-weight:700}
.news_page_wrap .list_text{padding-top:8px}
.news_page_wrap .list_text strong{display:block;font-size:18px;line-height:1.3;color:#e0e0e0;margin-bottom:4px}
.news_page_wrap .list_text span{font-size:16px;line-height:1.5;color:#888}
.news_page_wrap .cta_section{padding:80px 0;background:linear-gradient(135deg,#242424 0%,#1a1a1a 100%);position:relative;overflow:hidden}
.news_page_wrap .cta_section::before{content:'';position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;background:radial-gradient(circle,#ff4c2826,transparent 70%);border-radius:50%;pointer-events:none}
.news_page_wrap .cta_content{text-align:center;max-width:720px;margin:0 auto;position:relative;z-index:1}
.news_page_wrap .cta_heading{font-size:48px;line-height:1.2;margin:0 0 20px;font-weight:700}
.news_page_wrap .cta_text{font-size:20px;line-height:1.5;color:#b0b0b0;margin:0 0 40px}
.news_page_wrap .cta_button{display:inline-block;padding:18px 48px;background:#FF4C28;color:#fff;text-decoration:none;border-radius:6px;font-size:16px;text-transform:uppercase;letter-spacing:1px;font-weight:700;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.news_page_wrap .cta_button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .4s ease}
.news_page_wrap .cta_button:hover::before{left:0}
.news_page_wrap .cta_button:hover{transform:scale(1.05);box-shadow:0 8px 20px #ff4c2866}
@media (max-width: 768px) {
.news_page_wrap .title_main{font-size:42px}
.news_page_wrap .title_sub{font-size:18px}
.news_page_wrap .posts_container{grid-template-columns:1fr;gap:30px}
.news_page_wrap .stats_grid{grid-template-columns:repeat(2,1fr);gap:30px}
.news_page_wrap .stat_number{font-size:42px}
.news_page_wrap .feature_layout{grid-template-columns:1fr;gap:40px}
.news_page_wrap .feature_text{padding-left:0}
.news_page_wrap .feature_heading{font-size:32px}
.news_page_wrap .cta_heading{font-size:36px}
.news_page_wrap .cta_text{font-size:18px}
}
.contact_wrapper{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);color:#e8e8e8;min-height:100vh;padding:0;margin:0;overflow-x:hidden}
.contact_wrapper *{box-sizing:border-box}
.contact_wrapper ::selection{background:#0255B4;color:#0a0a0a}
.contact_wrapper ::placeholder{color:#e8e8e8;opacity:.4}
.contact_wrapper .title_zone{max-width:1140px;margin:0 auto;padding:120px 20px 80px;position:relative;background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%);clip-path:polygon(0 0,100% 0,95% 100%,0% 100%);animation:gradient_shift 8s ease infinite}
@keyframes gradient_shift {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.contact_wrapper .title_zone::before{content:'';position:absolute;top:40px;right:60px;width:120px;height:4px;background:#0a0a0a;opacity:.3}
.contact_wrapper .title_content{max-width:720px}
.contact_wrapper .title_main{font-size:72px;line-height:1.2;margin:0 0 24px;color:#0a0a0a;letter-spacing:-1px}
.contact_wrapper .title_desc{font-size:20px;line-height:1.3;margin:0 0 32px;color:#1a1a1a;max-width:580px}
.contact_wrapper .title_actions{display:flex;gap:20px;flex-wrap:wrap}
.contact_wrapper .title_link{display:inline-block;padding:14px 32px;background:#0a0a0a;color:#CDF9DD;text-decoration:none;border-radius:6px;text-transform:uppercase;font-size:14px;letter-spacing:1.2px;font-weight:600;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.contact_wrapper .title_link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#FF4C28;transition:left .3s ease;z-index:-1}
.contact_wrapper .title_link:hover::before{left:0}
.contact_wrapper .title_link:hover{transform:scale(1.03);box-shadow:0 8px 24px #0255b44d}
.contact_wrapper .info_block{max-width:1140px;margin:0 auto;padding:100px 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-left:5%}
.contact_wrapper .info_left{padding-right:40px}
.contact_wrapper .info_heading{font-size:42px;line-height:1.2;margin:0 0 32px;text-transform:uppercase;letter-spacing:3px;font-weight:700}
.contact_wrapper .info_text{font-size:18px;line-height:1.3;margin:0 0 24px}
.contact_wrapper .detail_grid{display:grid;gap:32px;margin-top:48px}
.contact_wrapper .detail_item{display:flex;align-items:flex-start;gap:20px;padding:24px;background:linear-gradient(135deg,#0255b426 0%,#cdf9dd0d 100%);border-radius:6px;border-left:4px solid #0255B4;transition:transform .2s ease,box-shadow .2s ease}
.contact_wrapper .detail_item:hover{transform:translateX(8px);box-shadow:inset 0 0 20px #cdf9dd33}
.contact_wrapper .detail_icon{width:48px;height:48px;background:#0255B4;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 12px #cdf9dd66}
.contact_wrapper .detail_icon::before{content:'';width:24px;height:24px;background:#CDF9DD;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.contact_wrapper .detail_content{flex:1}
.contact_wrapper .detail_label{font-size:12px;text-transform:uppercase;letter-spacing:2px;margin:0 0 8px;color:#CDF9DD;font-weight:600}
.contact_wrapper .detail_value{font-size:18px;line-height:1.3;margin:0;color:#e8e8e8}
.contact_wrapper .detail_value a{color:#e8e8e8;text-decoration:none;position:relative}
.contact_wrapper .detail_value a:hover{background:#0255b44d}
.contact_wrapper .form_section{background:#0a0a0a;padding:100px 20px;margin-right:8%}
.contact_wrapper .form_container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:100px}
.contact_wrapper .form_intro{position:relative}
.contact_wrapper .form_intro::before{content:'';position:absolute;top:-20px;left:-20px;width:80px;height:80px;background:linear-gradient(135deg,#0255B4 0%,#FF4C28 100%);clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);opacity:.4}
.contact_wrapper .form_heading{font-size:32px;line-height:1.2;margin:0 0 20px;text-transform:uppercase;letter-spacing:2.4px;font-weight:700}
.contact_wrapper .form_subtext{font-size:18px;line-height:1.3;margin:0;color:#e8e8e8b3}
.contact_wrapper .stats_mini{margin-top:40px;display:grid;gap:24px}
.contact_wrapper .stat_row{display:flex;align-items:baseline;gap:12px}
.contact_wrapper .stat_num{font-size:48px;line-height:1;font-weight:700;color:#0255B4}
.contact_wrapper .stat_label{font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:1.6px;color:#CDF9DD}
.contact_wrapper .contact_form{display:grid;gap:32px}
.contact_wrapper .field_group{display:grid;gap:10px}
.contact_wrapper .field_label{font-size:14px;text-transform:uppercase;letter-spacing:1.4px;color:#CDF9DD;font-weight:600}
.contact_wrapper .field_input{width:100%;padding:16px 20px;background:#1a1a1a;border:2px solid #0255b44d;border-radius:6px;color:#e8e8e8;font-size:18px;transition:border-color .2s ease,box-shadow .2s ease}
.contact_wrapper .field_input:focus{outline:none;border-color:#0255B4;box-shadow:inset 0 0 16px #cdf9dd1a}
.contact_wrapper .field_textarea{min-height:140px;resize:vertical;font-family:inherit}
.contact_wrapper .rating_zone{display:grid;gap:16px}
.contact_wrapper .rating_label{font-size:14px;text-transform:uppercase;letter-spacing:1.4px;color:#CDF9DD;font-weight:600}
.contact_wrapper .rating_options{display:flex;gap:12px;flex-wrap:wrap}
.contact_wrapper .rating_option{position:relative}
.contact_wrapper .rating_radio{position:absolute;opacity:0;pointer-events:none}
.contact_wrapper .rating_btn{display:inline-block;padding:12px 24px;background:#1a1a1a;border:2px solid #0255b44d;border-radius:6px;color:#e8e8e8;font-size:16px;cursor:pointer;transition:all .2s ease;text-align:center;min-width:80px}
.contact_wrapper .rating_radio:checked + .rating_btn{background:#0255B4;border-color:#0255B4;color:#CDF9DD;box-shadow:inset 0 0 12px #cdf9dd4d}
.contact_wrapper .rating_btn:hover{border-color:#0255B4;transform:scale(1.05)}
.contact_wrapper .privacy_zone{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#ff4c281a;border-radius:6px;border-left:4px solid #FF4C28}
.contact_wrapper .privacy_checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#0255B4;flex-shrink:0}
.contact_wrapper .privacy_text{font-size:16px;line-height:1.3;margin:0;color:#e8e8e8e6}
.contact_wrapper .privacy_text a{color:#0255B4;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.contact_wrapper .privacy_text a:hover{border-bottom-color:#0255B4}
.contact_wrapper .submit_btn{padding:18px 48px;background:#0255B4;color:#CDF9DD;border:none;border-radius:6px;text-transform:uppercase;font-size:16px;letter-spacing:1.6px;font-weight:700;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;justify-self:start}
.contact_wrapper .submit_btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#FF4C28;transition:left .3s ease;z-index:-1}
.contact_wrapper .submit_btn:hover::before{left:0}
.contact_wrapper .submit_btn:hover{transform:scale(1.05);box-shadow:0 12px 32px #0255b466}
.contact_wrapper .submit_btn:active{transform:scale(0.98)}
@media (max-width: 968px) {
.contact_wrapper .title_main{font-size:48px}
.contact_wrapper .info_block{grid-template-columns:1fr;gap:60px;margin-left:0;padding:80px 20px}
.contact_wrapper .info_left{padding-right:0}
.contact_wrapper .form_container{grid-template-columns:1fr;gap:60px}
.contact_wrapper .form_section{margin-right:0}
.contact_wrapper .title_zone{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}
.contact_wrapper .rating_options{flex-direction:column}
.contact_wrapper .rating_btn{width:100%}
}
@media (max-width: 640px) {
.contact_wrapper .title_main{font-size:36px}
.contact_wrapper .info_heading{font-size:32px}
.contact_wrapper .form_heading{font-size:24px}
.contact_wrapper .stat_num{font-size:36px}
.contact_wrapper .title_actions{flex-direction:column}
.contact_wrapper .title_link{text-align:center}
}
.learn_prog_root{background:#1a1a1a;color:#e8e8e8;min-height:100vh}
.learn_prog_root *{box-sizing:border-box}
.learn_prog_root img{max-width:100%;height:auto;display:block}
.learn_prog_root::selection,.learn_prog_root ::selection{background:#0255B4;color:#1a1a1a}
.learn_prog_root ::placeholder{color:inherit;opacity:.4}
.title_wrapper{position:relative;background:linear-gradient(135deg,#0d1520 0%,#1a1a1a 100%);padding:120px 20px 100px;overflow:hidden}
.title_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#0255b408 1px,transparent 1px),radial-gradient(circle,#cdf9dd05 1px,transparent 1px);background-size:40px 40px,60px 60px;background-position:0 0,20px 30px;animation:title_pulse_slow 8s ease-in-out infinite}
@keyframes title_pulse_slow {
0%,100%{opacity:.3}
50%{opacity:.6}
}
.title_content_box{max-width:1140px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.title_text_area h1{font-size:72px;line-height:1.2;margin:0 0 30px;letter-spacing:-1px;color:#CDF9DD}
.title_list_wrapper ul{list-style:none;padding:0;margin:0}
.title_list_wrapper li{display:flex;align-items:flex-start;margin-bottom:18px;font-size:18px;line-height:1.5}
.title_list_wrapper li::before{content:'';width:6px;height:6px;background:#FF4C28;border-radius:50%;margin-right:16px;margin-top:10px;flex-shrink:0}
.title_image_zone{position:relative}
.title_image_zone img{width:100%;height:420px;object-fit:cover;border-radius:6px;filter:brightness(0.8)}
.title_image_zone::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#0255b466 0%,transparent 70%);border-radius:6px;pointer-events:none}
.modules_big_section{background:#0f0f0f;padding:100px 20px;position:relative}
.modules_big_section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,#cdf9dd33 0px,#cdf9dd33 8px,transparent 8px,transparent 16px)}
.modules_container{max-width:1140px;margin:0 auto}
.modules_intro_header{margin-bottom:70px}
.modules_intro_header h2{font-size:48px;line-height:1.3;margin:0 0 24px;color:#e8e8e8}
.modules_intro_header p{font-size:18px;line-height:1.6;max-width:820px;margin:0;color:#b8b8b8}
.modules_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:80px}
.module_card{background:linear-gradient(135deg,#1a1a1a 0%,#0d1520 100%);padding:32px 24px;border-radius:6px;border:1px solid #0255b426;box-shadow:inset 0 1px 0 #cdf9dd14;transition:transform .3s ease,box-shadow .3s ease}
.module_card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0006 inset 0 1px 0 #cdf9dd1f}
.module_num{font-size:48px;font-weight:700;color:#0255B4;line-height:1;margin:0 0 16px;letter-spacing:-1px}
.module_card h3{font-size:21px;line-height:1.3;margin:0 0 12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:700;color:#e8e8e8}
.module_card p{font-size:16px;line-height:1.5;margin:0;color:#a8a8a8}
.split_bg_wrapper{position:relative;background:linear-gradient(90deg,#0d1520 0%,#0d1520 50%,#1a1a1a 50%,#1a1a1a 100%);padding:90px 20px}
.split_bg_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,#0255b405 10px,#0255b405 11px),repeating-linear-gradient(-45deg,transparent,transparent 10px,#cdf9dd04 10px,#cdf9dd04 11px);pointer-events:none}
.split_content_holder{max-width:1140px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.expert_card_zone{display:flex;flex-direction:column;gap:32px}
.expert_single_card{background:#1a1a1a99;border:1px solid #cdf9dd1f;border-radius:6px;padding:28px;display:flex;align-items:center;gap:24px;box-shadow:inset 0 2px 4px #0255b41a;transition:transform .3s ease,box-shadow .3s ease}
.expert_single_card:hover{transform:scale(1.02);box-shadow:0 8px 20px #0000004d inset 0 2px 4px #0255b426}
.expert_photo_box{flex-shrink:0}
.expert_photo_box img{width:90px;height:90px;object-fit:cover;object-position:center top;border-radius:6px;border:2px solid #0255b44d}
.expert_text_box h4{font-size:21px;line-height:1.3;margin:0 0 6px;color:#CDF9DD}
.expert_role_label{font-size:14px;line-height:1.4;margin:0 0 10px;color:#FF4C28;text-transform:uppercase;letter-spacing:1.5px}
.expert_text_box p{font-size:16px;line-height:1.5;margin:0;color:#b8b8b8}
.approach_text_side h2{font-size:42px;line-height:1.3;margin:0 0 28px;color:#e8e8e8}
.approach_text_side p{font-size:18px;line-height:1.6;margin:0 0 18px;color:#b8b8b8}
.approach_text_side p:last-child{margin-bottom:0}
.features_dense_section{background:#1a1a1a;padding:100px 20px}
.features_dense_section::before{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,#ff4c2826 0px,#ff4c2826 8px,transparent 8px,transparent 16px)}
.features_wrapper{max-width:1140px;margin:0 auto}
.features_top_intro h2{font-size:48px;line-height:1.3;margin:0 0 20px;color:#e8e8e8}
.features_top_intro p{font-size:18px;line-height:1.6;margin:0 0 60px;color:#b8b8b8;max-width:760px}
.features_mega_menu_holder{position:relative}
.menu_trigger_row{display:flex;gap:3px;margin-bottom:50px;background:#0f0f0f;padding:6px;border-radius:6px;border:1px solid #0255b433}
.menu_radio_input{display:none}
.menu_tab_label{flex:1;text-align:center;padding:18px 24px;font-size:16px;text-transform:uppercase;letter-spacing:1.2px;cursor:pointer;background:transparent;color:#a8a8a8;border-radius:6px;transition:background .3s ease,color .3s ease;position:relative;overflow:hidden}
.menu_tab_label::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#0255B4 0%,#0d1520 100%);transition:left .4s ease;z-index:-1}
.menu_radio_input:checked + .menu_tab_label{color:#e8e8e8;background:linear-gradient(135deg,#0255B4 0%,#0d1520 100%)}
.menu_radio_input:checked + .menu_tab_label::before{left:0}
.menu_panel_box{display:none;animation:fadeInPanel .4s ease}
@keyframes fadeInPanel {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.menu_radio_input:checked ~ .menu_panel_box{display:block}
.menu_radio_input:nth-of-type(1):checked ~ .menu_panel_box:nth-of-type(1),.menu_radio_input:nth-of-type(2):checked ~ .menu_panel_box:nth-of-type(2),.menu_radio_input:nth-of-type(3):checked ~ .menu_panel_box:nth-of-type(3){display:block}
.panel_content_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feature_mini_card{background:linear-gradient(135deg,#0d1520 0%,#1a1a1a 100%);padding:28px 20px;border-radius:6px;border:1px solid #cdf9dd1a;box-shadow:inset 0 1px 0 #0255b41f;transition:transform .3s ease,box-shadow .3s ease}
.feature_mini_card:hover{transform:translateY(-3px);box-shadow:0 10px 22px #00000059 inset 0 1px 0 #0255b42e}
.feature_mini_card h5{font-size:18px;line-height:1.3;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#CDF9DD}
.feature_mini_card p{font-size:16px;line-height:1.5;margin:0;color:#a8a8a8}
@media (max-width: 1024px) {
.title_content_box{grid-template-columns:1fr;gap:40px}
.title_text_area h1{font-size:52px}
.modules_grid{grid-template-columns:repeat(2,1fr)}
.split_content_holder{grid-template-columns:1fr;gap:60px}
.panel_content_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title_wrapper{padding:80px 20px 60px}
.title_text_area h1{font-size:38px}
.modules_grid{grid-template-columns:1fr}
.modules_intro_header h2,.features_top_intro h2{font-size:36px}
.approach_text_side h2{font-size:32px}
.menu_trigger_row{flex-direction:column;gap:8px}
.panel_content_grid{grid-template-columns:1fr}
}
.about_pg{background:#1a1a1a;color:#e8e8e8;line-height:1.3;min-height:100vh}
.about_pg *{box-sizing:border-box}
.about_pg .hero_wrap{position:relative;max-width:1140px;margin:0 auto;padding:80px 20px 100px;overflow:hidden}
.about_pg .hero_image_container{position:relative;width:100%;height:520px;margin-bottom:60px;border-radius:6px;overflow:hidden}
.about_pg .hero_image_container img{width:100%;height:100%;object-fit:cover;object-position:center}
.about_pg .hero_image_container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0255b4b3 0%,#1a1a1acc 100%);z-index:1;pointer-events:none}
.about_pg .hero_image_container::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(./assets/header-module-19.jpg);background-size:cover;background-position:center;opacity:.15;mix-blend-mode:overlay;z-index:2;pointer-events:none}
.about_pg .hero_text_overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;width:90%;max-width:800px}
.about_pg .hero_heading{font-size:82px;font-weight:700;margin:0 0 20px;color:#fff;text-shadow:3px 3px 0 #0255B4,-1px -1px 0 #cdf9dd4d;letter-spacing:-1px}
.about_pg .hero_counter{display:inline-flex;align-items:center;gap:12px;margin-top:15px}
.about_pg .hero_number{font-size:64px;font-weight:700;color:#CDF9DD;text-shadow:2px 2px 8px #0255b499}
.about_pg .hero_label{font-size:16px;color:#e8e8e8;text-transform:uppercase;letter-spacing:2px;text-align:left;line-height:1.2}
.about_pg .pattern_dots{position:absolute;width:8px;height:8px;background:#0255B4;border-radius:50%;opacity:.4}
.about_pg .pattern_dots:nth-child(1){top:60px;left:40px}
.about_pg .pattern_dots:nth-child(2){top:80px;left:60px}
.about_pg .pattern_dots:nth-child(3){top:100px;left:80px}
.about_pg .pattern_dots:nth-child(4){bottom:120px;right:50px}
.about_pg .pattern_dots:nth-child(5){bottom:140px;right:70px}
.about_pg .origin_section{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);padding:90px 20px}
.about_pg .origin_content_wrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.about_pg .origin_text_column{padding-right:40px}
.about_pg .origin_heading{font-size:48px;font-weight:700;margin:0 0 32px;color:#fff;line-height:1.2}
.about_pg .origin_paragraph{font-size:18px;margin:0 0 24px;color:#d0d0d0}
.about_pg .origin_paragraph:last-child{margin-bottom:0}
.about_pg .origin_visual_column{position:relative}
.about_pg .origin_image_wrapper{position:relative;width:100%;height:440px;border-radius:6px;overflow:hidden;box-shadow:0 12px 32px #0006}
.about_pg .origin_image_wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}
.about_pg .origin_image_wrapper:hover img{transform:scale(1.05)}
.about_pg .origin_caption{position:absolute;bottom:0;left:0;width:100%;padding:24px;background:linear-gradient(to top,#0255b4f2,transparent);color:#fff;font-size:16px;letter-spacing:1px;transform:translateY(100%);transition:transform .3s ease}
.about_pg .origin_image_wrapper:hover .origin_caption{transform:translateY(0)}
.about_pg .bracket_left{position:absolute;top:-30px;left:-20px;font-size:120px;color:#0255B4;opacity:.3;line-height:1;font-weight:300;pointer-events:none}
.about_pg .bracket_right{position:absolute;bottom:-30px;right:-20px;font-size:120px;color:#FF4C28;opacity:.3;line-height:1;font-weight:300;pointer-events:none}
.about_pg .mosaic_section{background:#1a1a1a;padding:100px 20px}
.about_pg .mosaic_container{max-width:1140px;margin:0 auto}
.about_pg .mosaic_heading_main{font-size:56px;font-weight:700;text-transform:uppercase;letter-spacing:4px;text-align:center;margin:0 0 70px;color:#fff}
.about_pg .mosaic_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.about_pg .mosaic_item{position:relative;border-radius:6px;overflow:hidden;background:#242424;transition:transform .3s ease,box-shadow .3s ease}
.about_pg .mosaic_item:hover{transform:scale(1.03);box-shadow:0 16px 40px #0255b44d}
.about_pg .mosaic_item_img{position:relative;width:100%;height:280px;overflow:hidden}
.about_pg .mosaic_item_img img{width:100%;height:100%;object-fit:cover;object-position:center}
.about_pg .mosaic_item_text{padding:28px}
.about_pg .mosaic_item_title{font-size:22px;font-weight:700;margin:0 0 14px;color:#CDF9DD}
.about_pg .mosaic_item_description{font-size:16px;margin:0;color:#b8b8b8}
.about_pg .mosaic_item_tall{grid-row:span 2}
.about_pg .mosaic_item_tall .mosaic_item_img{height:590px}
.about_pg .divider_double{max-width:1140px;margin:0 auto;position:relative;height:8px}
.about_pg .divider_line_top{position:absolute;top:0;left:0;width:100%;height:2px;background:#0255B4}
.about_pg .divider_line_bottom{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#FF4C28}
.about_pg .certificate_section{background:linear-gradient(135deg,#0255B4 0%,#1a1a1a 100%);padding:100px 20px}
.about_pg .certificate_wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}
.about_pg .certificate_text_area{padding-right:30px}
.about_pg .certificate_heading{font-size:52px;font-weight:700;margin:0 0 36px;color:#fff;line-height:1.2}
.about_pg .certificate_intro{font-size:18px;margin:0 0 28px;color:#CDF9DD}
.about_pg .certificate_details{font-size:18px;margin:0;color:#e8e8e8}
.about_pg .certificate_visual{position:relative;background:#fff;border-radius:6px;padding:30px;box-shadow:0 20px 60px #00000080 inset 0 2px 6px #cdf9dd66;border:8px solid #2a2a2a}
.about_pg .certificate_profile_wrap{position:relative;width:100%;height:300px;border-radius:6px;overflow:hidden;margin-bottom:20px}
.about_pg .certificate_profile_wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}
.about_pg .certificate_label{text-align:center;color:#1a1a1a;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:0}
.about_pg .certificate_name{text-align:center;color:#0255B4;font-size:24px;font-weight:700;margin:8px 0 0}
@media (max-width: 768px) {
.about_pg .hero_heading{font-size:42px}
.about_pg .hero_number{font-size:36px}
.about_pg .hero_label{font-size:14px}
.about_pg .hero_image_container{height:360px}
.about_pg .origin_content_wrap{grid-template-columns:1fr;gap:40px}
.about_pg .origin_text_column{padding-right:0}
.about_pg .origin_heading{font-size:36px}
.about_pg .mosaic_heading_main{font-size:36px}
.about_pg .mosaic_grid{grid-template-columns:1fr}
.about_pg .mosaic_item_tall{grid-row:span 1}
.about_pg .mosaic_item_tall .mosaic_item_img{height:280px}
.about_pg .certificate_wrapper{grid-template-columns:1fr;gap:50px}
.about_pg .certificate_text_area{padding-right:0}
.about_pg .certificate_heading{font-size:36px}
.about_pg .bracket_left,.about_pg .bracket_right{font-size:60px}
}
.success_page{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);min-height:100vh;padding:80px 20px;color:#e8e8e8}
.success_page .content_wrap{max-width:1140px;margin:0 auto}
.success_page .status_indicator{width:120px;height:120px;margin:0 auto 40px;position:relative;border-radius:6px;background:linear-gradient(135deg,#CDF9DD 0%,#0a0a0a 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #cdf9dd40}
.success_page .status_indicator::before{content:'';position:absolute;inset:3px;background:#0a0a0a;border-radius:4px}
.success_page .check_mark{width:50px;height:50px;border:4px solid #CDF9DD;border-radius:50%;position:relative;z-index:2}
.success_page .check_mark::after{content:'';position:absolute;width:12px;height:24px;border:solid #CDF9DD;border-width:0 4px 4px 0;transform:rotate(45deg);top:6px;left:14px}
.success_page .main_heading{font-size:72px;line-height:1.2;text-align:center;margin:0 0 20px;letter-spacing:-.02em;background:linear-gradient(135deg,#CDF9DD 0%,#0255B4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.success_page .sub_heading{font-size:24px;line-height:1.3;text-align:center;color:#b8b8b8;margin:0 0 60px;max-width:680px;margin-left:auto;margin-right:auto}
.success_page .split_layout{display:grid;grid-template-columns:60% 40%;gap:60px;margin:80px 0 0}
.success_page .info_block{background:linear-gradient(135deg,#0255B4 0%,#0a0a0a 100%);border-radius:6px;padding:50px;position:relative;box-shadow:inset 0 2px 12px #cdf9dd26}
.success_page .info_block::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#CDF9DD 0%,transparent 100%)}
.success_page .block_title{font-size:28px;line-height:1.2;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin:0 0 30px;color:#CDF9DD}
.success_page .detail_text{font-size:18px;line-height:1.5;color:#d4d4d4;margin:0 0 24px}
.success_page .detail_text:last-child{margin-bottom:0}
.success_page .stat_row{display:flex;gap:15px;align-items:baseline;margin:0 0 16px}
.success_page .stat_number{font-size:48px;line-height:1;font-weight:700;color:#CDF9DD}
.success_page .stat_label{font-size:14px;line-height:1.3;color:#b8b8b8;text-transform:uppercase;letter-spacing:.12em}
.success_page .side_panel{display:flex;flex-direction:column;gap:30px}
.success_page .contact_card{background:#141414;border-radius:6px;padding:35px;border:1px solid #2a2a2a;box-shadow:0 4px 16px #0006}
.success_page .card_header{font-size:18px;line-height:1.2;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin:0 0 20px;color:#e8e8e8}
.success_page .contact_item{font-size:16px;line-height:1.6;color:#b8b8b8;margin:0 0 12px;display:flex;align-items:flex-start;gap:12px}
.success_page .contact_item::before{content:'';width:6px;height:6px;background:#0255B4;border-radius:50%;flex-shrink:0;margin-top:9px}
.success_page .contact_item:last-child{margin-bottom:0}
.success_page .contact_link{color:#CDF9DD;text-decoration:none;transition:all .3s ease;position:relative}
.success_page .contact_link:hover{background:#0255B4;padding:2px 6px;margin:-2px -6px;border-radius:3px}
.success_page .action_group{display:flex;gap:20px;margin:50px 0 0;justify-content:center}
.success_page .primary_btn{background:linear-gradient(135deg,#0255B4 0%,#0a0a0a 100%);color:#CDF9DD;border:2px solid #0255B4;border-radius:6px;padding:18px 40px;font-size:16px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 16px #0255b44d}
.success_page .primary_btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0255B4;transition:left .3s ease;z-index:-1}
.success_page .primary_btn:hover::before{left:0}
.success_page .primary_btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #0255b480}
.success_page .secondary_btn{background:transparent;color:#e8e8e8;border:2px solid #2a2a2a;border-radius:6px;padding:18px 40px;font-size:16px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease}
.success_page .secondary_btn:hover{border-color:#CDF9DD;color:#CDF9DD;transform:scale(1.05)}
.success_page .curved_divider{width:80%;height:2px;margin:60px auto;position:relative;background:transparent}
.success_page .curved_divider::before{content:'';position:absolute;left:0;top:0;width:40%;height:2px;background:linear-gradient(90deg,transparent 0%,#0255B4 100%)}
.success_page .curved_divider::after{content:'';position:absolute;right:0;top:0;width:40%;height:2px;background:linear-gradient(90deg,#0255B4 0%,transparent 100%)}
.success_page .dot_accent{width:8px;height:8px;background:#FF4C28;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px #ff4c2899}
.success_page .reference_number{text-align:center;font-size:14px;line-height:1.4;color:#666;margin:40px 0 0;text-transform:uppercase;letter-spacing:.15em}
.success_page .reference_code{color:#CDF9DD;font-weight:700;font-size:16px;letter-spacing:.2em}
@media (max-width: 768px) {
.success_page{padding:40px 16px}
.success_page .main_heading{font-size:42px}
.success_page .sub_heading{font-size:18px;margin-bottom:40px}
.success_page .split_layout{grid-template-columns:1fr;gap:30px;margin-top:40px}
.success_page .info_block{padding:30px 24px}
.success_page .block_title{font-size:22px}
.success_page .stat_number{font-size:36px}
.success_page .action_group{flex-direction:column;gap:16px;margin-top:30px}
.success_page .primary_btn,.success_page .secondary_btn{width:100%;text-align:center}
}