*{box-sizing:inherit}
html{box-sizing:border-box}
body{margin:0;padding:0;font-family:'Spectral',serif;background:linear-gradient(157deg,#0a0e13 0%,#1A2833 45%,#0f1519 100%);color:#E6FFFD;line-height:1.6}
.site_wrap{max-width:1024px;margin:0 auto;padding:0 20px}
.header_corpo{background:linear-gradient(124deg,#1a2833f2 0%,#0f1519e6 100%);border-bottom:1px solid #00b7f326;box-shadow:0 4px 20px #00b7f314}
.header_corpo .top_zona{padding:18px 0;border-bottom:1px solid #e6fffd14}
.header_corpo .top_zona .site_wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo_holder{display:flex;align-items:center;gap:16px}
.logo_holder img{width:92px;height:92px;background:#e6fffd08;border-radius:4px;padding:8px;box-shadow:0 2px 12px #00b7f326}
.company_nametag{font-size:26px;font-weight:700;color:#E6FFFD;letter-spacing:-.3px}
.contact_info_block{display:flex;gap:28px;align-items:center}
.contact_info_block a{color:#E6FFFD;text-decoration:none;font-size:15px;display:flex;align-items:center;gap:8px;transition:color 180ms cubic-bezier(0.4,0,0.2,1)}
.contact_info_block a:hover{color:#00B7F3}
.contact_info_block i{font-size:18px}
.nav_zona{padding:0}
.nav_zona .site_wrap{display:flex;justify-content:center}
.main_navi{display:flex;gap:4px;list-style:none;margin:0;padding:0}
.main_navi li a{display:block;padding:16px 24px;color:#E6FFFD;text-decoration:none;font-size:16px;font-weight:400;transition:background 160ms cubic-bezier(0.4,0,0.2,1),color 160ms cubic-bezier(0.4,0,0.2,1);border-radius:3px}
.main_navi li a:hover{background:#00b7f31f;color:#00B7F3}
.footer_corpo{background:linear-gradient(298deg,#1a2833d9 0%,#0a0e13f2 100%);border-top:1px solid #00b7f31f;margin-top:80px;padding:48px 0 24px}
.footer_corpo .site_wrap{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:start}
.company_details{display:flex;flex-direction:column;gap:14px}
.company_details h3{margin:0 0 8px;font-size:22px;font-weight:600;color:#00B7F3}
.company_details p{margin:0;font-size:15px;line-height:1.7;color:#e6fffdd9}
.company_details a{color:#E6FFFD;text-decoration:none;transition:color 150ms ease}
.company_details a:hover{color:#00B7F3}
.footer_linkz{display:flex;flex-direction:column;gap:12px}
.footer_linkz h4{margin:0 0 6px;font-size:17px;font-weight:600;color:#E6FFFD}
.footer_linkz a{color:#e6fffdcc;text-decoration:none;font-size:14px;transition:color 140ms ease}
.footer_linkz a:hover{color:#00B7F3}
.copyright_bar{margin-top:40px;padding-top:20px;border-top:1px solid #e6fffd14;text-align:center;font-size:14px;color:#e6fffda6}
@media (max-width: 768px) {
.header_corpo .top_zona .site_wrap{flex-direction:column;text-align:center;gap:20px}
.contact_info_block{flex-direction:column;gap:12px}
.main_navi{flex-direction:column;width:100%}
.main_navi li a{text-align:center}
.footer_corpo .site_wrap{grid-template-columns:1fr;gap:30px}
.company_nametag{font-size:22px}
}
.cookie_popup_holder{position:fixed;left:20px;top:50%;transform:translateY(-50%) translateX(-400px);width:340px;background:linear-gradient(168deg,#1A2833 0%,#0f1519 100%);border:1px solid #00b7f340;border-radius:5px;box-shadow:0 8px 32px #00b7f32e;z-index:10000;transition:transform 420ms cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie_popup_holder.visible{transform:translateY(-50%) translateX(0)}
.cookie_tabs_holder{display:flex;border-bottom:1px solid #e6fffd1a}
.cookie_tabs_holder button{flex:1;padding:14px;background:transparent;border:none;color:#e6fffdb3;font-family:'Spectral',serif;font-size:14px;cursor:pointer;transition:all 180ms ease}
.cookie_tabs_holder button.active_tab{color:#00B7F3;background:#00b7f314}
.cookie_content_zona{padding:20px}
.cookie_tab_panel{display:none}
.cookie_tab_panel.active_tab{display:block}
.cookie_tab_panel h3{margin:0 0 12px;font-size:18px;color:#E6FFFD}
.cookie_tab_panel p{margin:0 0 16px;font-size:14px;line-height:1.6;color:#e6fffdd9}
.cookie_category{margin-bottom:14px;padding:12px;background:#00b7f30a;border-radius:3px}
.cookie_category label{display:flex;align-items:center;gap:10px;font-size:14px;color:#E6FFFD;cursor:pointer}
.cookie_category input[type="checkbox"]{width:18px;height:18px}
.cookie_category input[type="checkbox"]:disabled{opacity:.5;cursor:not-allowed}
.cookie_actions{display:flex;gap:10px;margin-top:18px}
.cookie_actions button{flex:1;padding:12px;border:none;border-radius:3px;font-family:'Spectral',serif;font-size:14px;font-weight:600;cursor:pointer;transition:all 160ms ease}
.cookie_accept_butt{background:linear-gradient(135deg,#00B7F3 0%,#0095c7 100%);color:#1A2833;box-shadow:0 4px 12px #00b7f340}
.cookie_accept_butt:hover{background:linear-gradient(135deg,#00a8e0 0%,#0088b8 100%);box-shadow:0 6px 16px #00b7f359}
.cookie_decline_butt{background:#e6fffd14;color:#E6FFFD;border:1px solid #e6fffd33}
.cookie_decline_butt:hover{background:#e6fffd26}
.cookie_info_link{display:block;text-align:center;margin-top:12px;font-size:13px;color:#00B7F3;text-decoration:none;transition:color 140ms ease}
.cookie_info_link:hover{color:#E6FFFD}
.privacy_tab_trigger{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-120px);background:linear-gradient(135deg,#1A2833 0%,#0f1519 100%);color:#00B7F3;border:1px solid #00b7f34d;border-left:none;border-radius:0 4px 4px 0;padding:12px 8px;font-family:'Spectral',serif;font-size:13px;writing-mode:vertical-rl;cursor:pointer;transition:transform 280ms cubic-bezier(0.4,0,0.2,1);z-index:9999}
body[data-cookie-consent] .privacy_tab_trigger{transform:translateY(-50%) translateX(0)}
.privacy_tab_trigger:hover{background:linear-gradient(135deg,#00B7F3 0%,#0095c7 100%);color:#1A2833}
.pge-legal-wrapper{max-width:1024px;margin:0 auto;padding:60px 20px;background:linear-gradient(158deg,#0a0f14 0%,#1A2833 40%,#0d1419 100%);color:#e8f0f5;line-height:1.8}
.pge-legal-wrapper h1{font-size:2.8rem;font-weight:700;color:#00B7F3;margin:0 0 40px;padding-bottom:20px;border-bottom:3px solid #00b7f34d;letter-spacing:-.02em;line-height:1.2}
.pge-legal-wrapper h2{font-size:2rem;font-weight:600;color:#E6FFFD;margin:50px 0 25px;padding-left:15px;border-left:4px solid #00B7F3;line-height:1.3}
.pge-legal-wrapper h3{font-size:1.5rem;font-weight:600;color:#b8e8f7;margin:35px 0 20px;line-height:1.4}
.pge-legal-wrapper h4{font-size:1.25rem;font-weight:600;color:#9dd9f0;margin:30px 0 15px;line-height:1.4}
.pge-legal-wrapper h5{font-size:1.1rem;font-weight:600;color:#8ac9e3;margin:25px 0 12px;line-height:1.5}
.pge-legal-wrapper h6{font-size:1rem;font-weight:600;color:#7ab9d6;margin:20px 0 10px;line-height:1.5}
.pge-legal-wrapper p{font-size:1.05rem;color:#d4e4ec;margin:0 0 20px;line-height:1.8}
.pge-legal-wrapper strong,.pge-legal-wrapper b{font-weight:700;color:#E6FFFD}
.pge-legal-wrapper em,.pge-legal-wrapper i{font-style:italic;color:#c5dfe9}
.pge-legal-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#00b7f380 50%,transparent 100%);margin:40px 0}
.pge-legal-wrapper table{width:100%;border-collapse:collapse;margin:30px 0;background:#1a283399;border:1px solid #00b7f333;box-shadow:0 6px 20px #0006;border-radius:4px;overflow:hidden}
.pge-legal-wrapper thead{background:linear-gradient(135deg,#00b7f340 0%,#00b7f326 100%)}
.pge-legal-wrapper thead tr{border-bottom:2px solid #00b7f366}
.pge-legal-wrapper tbody tr{border-bottom:1px solid #00b7f31a;transition:background 200ms cubic-bezier(0.4,0,0.2,1)}
.pge-legal-wrapper tbody tr:hover{background:#00b7f314}
.pge-legal-wrapper th{padding:18px 20px;text-align:left;font-size:1rem;font-weight:700;color:#E6FFFD;text-transform:uppercase;letter-spacing:.05em}
.pge-legal-wrapper td{padding:16px 20px;font-size:1rem;color:#d4e4ec;vertical-align:top}
.pge-legal-wrapper div{margin:20px 0}
@media (max-width: 768px) {
.pge-legal-wrapper{padding:40px 16px}
.pge-legal-wrapper h1{font-size:2rem;margin-bottom:30px}
.pge-legal-wrapper h2{font-size:1.6rem;margin:40px 0 20px;padding-left:12px}
.pge-legal-wrapper h3{font-size:1.3rem;margin:30px 0 15px}
.pge-legal-wrapper h4{font-size:1.15rem}
.pge-legal-wrapper h5{font-size:1.05rem}
.pge-legal-wrapper p{font-size:1rem}
.pge-legal-wrapper table{font-size:.9rem;display:block;overflow-x:auto}
.pge-legal-wrapper th,.pge-legal-wrapper td{padding:12px 14px}
}
@media (max-width: 480px) {
.pge-legal-wrapper{padding:30px 12px}
.pge-legal-wrapper h1{font-size:1.75rem}
.pge-legal-wrapper h2{font-size:1.4rem;padding-left:10px}
.pge-legal-wrapper h3{font-size:1.2rem}
.pge-legal-wrapper th,.pge-legal-wrapper td{padding:10px 12px;font-size:.85rem}
}
.intro_heado{background:linear-gradient(127deg,#1A2833 0%,#0d1418 60%);position:relative;overflow:hidden;padding:3.2rem 1rem}
.intro_heado::before{content:'';position:absolute;top:-20%;left:-10%;width:140%;height:140%;background:repeating-linear-gradient(49deg,transparent,transparent 38px,#00b7f308 38px,#00b7f308 76px);pointer-events:none}
.intro_wrap_holder{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:2.4rem;position:relative;z-index:2}
.intro_text_segment{flex:1}
.intro_text_segment .primary_header{font-size:2.6rem;line-height:1.2;color:#E6FFFD;margin:0 0 1.4rem;font-weight:700}
.intro_text_segment .primary_header .highlight_phrase{background:linear-gradient(94deg,#00B7F3 0%,#0de3ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}
.intro_text_segment .desc_copy{font-size:1.05rem;line-height:1.7;color:#e6fffdd1;margin:0}
.intro_visual_piece{position:relative;width:100%;max-width:520px;margin:0 auto}
.intro_visual_piece img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 16px 34px #0006;position:relative}
.intro_visual_piece::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;background:radial-gradient(ellipse at center,transparent 40%,#1a2833b3 100%);pointer-events:none}
.intro_visual_piece::before{content:'';position:absolute;top:-8px;right:-8px;width:100px;height:100px;background:linear-gradient(135deg,#00B7F3 0%,transparent 70%);opacity:.15;border-radius:3px;z-index:-1}
.story_division{background:#0d1418;padding:3.8rem 1rem}
.story_division .content_holder{max-width:1024px;margin:0 auto}
.story_division .sub_header{font-size:2rem;color:#E6FFFD;margin:0 0 1.2rem;font-weight:600;position:relative;padding-left:2.2rem}
.story_division .sub_header::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:80%;background:linear-gradient(180deg,#00B7F3 0%,#E6FFFD 100%);border-radius:2px}
.story_division .info_text_block{font-size:1rem;line-height:1.68;color:#e6fffdc2;margin:0 0 1.5rem}
.story_division .info_text_block:last-child{margin-bottom:0}
.mission_zone{background:linear-gradient(203deg,#1A2833 0%,#0a0f13 100%);padding:4rem 1rem;position:relative}
.mission_zone::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#00B7F3 50%,transparent 100%);opacity:.3}
.mission_zone .content_holder{max-width:1024px;margin:0 auto}
.mission_zone .section_title{font-size:1.9rem;color:#E6FFFD;margin:0 0 2.2rem;font-weight:600;text-align:center}
.mission_zone .section_title::after{content:'';display:block;width:60px;height:3px;background:#00B7F3;margin:1rem auto 0;border-radius:2px}
.mission_grid_wrap{display:grid;grid-template-columns:1fr;gap:2rem}
.mission_card{background:#1a283366;border:1px solid #00b7f326;border-radius:3px;padding:2rem 1.6rem;transition:all 280ms cubic-bezier(0.4,0,0.2,1)}
.mission_card:hover{background:#1a283399;border-color:#00b7f359;transform:translateY(-3px);box-shadow:0 12px 24px #00b7f31f}
.mission_card .card_icon{font-size:2rem;color:#00B7F3;margin-bottom:1rem;display:inline-block}
.mission_card .card_heading{font-size:1.3rem;color:#E6FFFD;margin:0 0 .8rem;font-weight:600}
.mission_card .card_desc{font-size:.96rem;line-height:1.6;color:#e6fffdb8;margin:0}
.team_segment{background:#0d1418;padding:4rem 1rem}
.team_segment .content_holder{max-width:1024px;margin:0 auto}
.team_segment .section_title{font-size:1.9rem;color:#E6FFFD;margin:0 0 2.8rem;font-weight:600}
.team_grid{display:grid;grid-template-columns:1fr;gap:2.4rem}
.team_member_card{display:flex;flex-direction:column;gap:1.6rem;background:#1a28334d;border-radius:4px;padding:1.8rem;border:1px solid #00b7f31a;transition:border-color 240ms ease}
.team_member_card:hover{border-color:#00b7f34d}
.team_member_card .portrait_holder{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #00b7f333;flex-shrink:0}
.team_member_card .portrait_holder img{width:100%;height:100%;object-fit:cover;display:block}
.team_member_card .info_section{flex:1}
.team_member_card .member_name{font-size:1.4rem;color:#E6FFFD;margin:0 0 .4rem;font-weight:600}
.team_member_card .member_role{font-size:.94rem;color:#00B7F3;margin:0 0 1rem;font-weight:500}
.team_member_card .member_bio{font-size:.95rem;line-height:1.65;color:#e6fffdbd;margin:0}
.impact_metrics_section{background:linear-gradient(168deg,#1A2833 0%,#0f1923 100%);padding:4.2rem 1rem;position:relative}
.impact_metrics_section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#00b7f366 50%,transparent 100%)}
.impact_metrics_section .content_holder{max-width:1024px;margin:0 auto}
.impact_metrics_section .section_title{font-size:1.85rem;color:#E6FFFD;margin:0 0 2.6rem;font-weight:600;text-align:center}
.metrics_display_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem}
.metric_box{background:#00b7f30a;border:1px solid #00b7f32e;border-radius:3px;padding:2rem 1.4rem;text-align:center;position:relative;overflow:hidden}
.metric_box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00B7F3 0%,#E6FFFD 100%);opacity:0;transition:opacity 300ms ease}
.metric_box:hover::before{opacity:1}
.metric_box .metric_value{font-size:2.2rem;color:#00B7F3;margin:0 0 .6rem;font-weight:700;line-height:1}
.metric_box .metric_label{font-size:.92rem;color:#e6fffdc7;margin:0;line-height:1.4}
@media (min-width: 768px) {
.intro_heado{padding:4.5rem 1.5rem}
.intro_wrap_holder{flex-direction:row;align-items:center;gap:3.2rem}
.intro_text_segment{flex:1.1}
.intro_text_segment .primary_header{font-size:3.2rem;margin-bottom:1.6rem}
.intro_text_segment .desc_copy{font-size:1.1rem}
.intro_visual_piece{flex:.9;max-width:440px}
.mission_grid_wrap{grid-template-columns:repeat(2,1fr);gap:2.4rem}
.team_grid{grid-template-columns:repeat(2,1fr);gap:2.8rem}
.team_member_card{flex-direction:row;align-items:flex-start}
.metrics_display_grid{grid-template-columns:repeat(4,1fr);gap:2rem}
}
@media (min-width: 1024px) {
.intro_text_segment .primary_header{font-size:3.6rem}
.story_division{padding:4.8rem 1.5rem}
.mission_zone{padding:5rem 1.5rem}
.mission_grid_wrap{grid-template-columns:repeat(3,1fr)}
.team_segment{padding:5rem 1.5rem}
}
*{margin:0;padding:0;box-sizing:border-box}
.title-hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(142deg,#1A2833 0%,#0d1419 100%)}
.hero-backdrop{position:absolute;inset:0;background-image:url(./graphics/site-2025-006.jpg);background-size:cover;background-position:center;opacity:.15;filter:grayscale(0.3) sepia(0.1)}
.hero-txt-holder{position:relative;z-index:2;max-width:860px;margin:0 auto;padding:60px 24px;text-align:center}
.hero-main-head{font-size:48px;font-weight:700;color:#E6FFFD;line-height:1.2;margin-bottom:20px;letter-spacing:-.5px}
.num-accent{color:#00B7F3;font-weight:800;position:relative}
.num-accent::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#00B7F3 0%,#E6FFFD 100%);border-radius:2px}
.hero-descr{font-size:19px;color:#E6FFFD;line-height:1.6;opacity:.9;max-width:680px;margin:0 auto}
.wave-div{position:absolute;bottom:-2px;left:0;width:100%;height:100px;z-index:3}
.wave-div path{fill:#0d1419}
.tools-sect{background:#0d1419;padding:90px 24px}
.tools-inner{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.sect-heading{font-size:38px;font-weight:700;color:#E6FFFD;margin-bottom:18px;letter-spacing:-.4px}
.tools-intro{font-size:17px;color:#E6FFFD;opacity:.85;line-height:1.7;margin-bottom:36px}
.tool-list{display:flex;flex-direction:column;gap:24px}
.tool-card{display:flex;gap:18px;padding:22px;background:#00b7f30d;border-radius:4px;border-left:3px solid #00B7F3;transition:all 280ms cubic-bezier(0.34,1.56,0.64,1)}
.tool-card:hover{background:#00b7f31a;transform:translateX(6px);box-shadow:0 8px 24px #00b7f326}
.tool-icon{font-size:32px;color:#00B7F3;flex-shrink:0}
.tool-name{font-size:19px;font-weight:600;color:#E6FFFD;margin-bottom:8px}
.tool-detail{font-size:15px;color:#E6FFFD;opacity:.8;line-height:1.6}
.tools-visual{position:relative}
.tools-img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 40px #00b7f333}
.support-area{background:linear-gradient(218deg,#1A2833 0%,#0d1419 100%);padding:90px 24px}
.support-wrap{max-width:1024px;margin:0 auto}
.support-title{font-size:38px;font-weight:700;color:#E6FFFD;text-align:center;margin-bottom:60px}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.support-item{background:#e6fffd08;padding:32px 26px;border-radius:4px;border:1px solid #00b7f326;transition:all 320ms cubic-bezier(0.22,1,0.36,1)}
.support-item:hover{background:#e6fffd0f;border-color:#00b7f366;transform:translateY(-6px);box-shadow:0 16px 32px #00b7f31f}
.support-icon-box{width:64px;height:64px;background:linear-gradient(135deg,#00B7F3 0%,#1A2833 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:28px;color:#E6FFFD}
.support-head{font-size:20px;font-weight:600;color:#E6FFFD;margin-bottom:12px}
.support-text{font-size:15px;color:#E6FFFD;opacity:.82;line-height:1.65}
.audience-division{background:#0d1419;padding:90px 24px}
.audience-container{max-width:1024px;margin:0 auto}
.audience-intro-blk{text-align:center;margin-bottom:64px}
.audience-header{font-size:38px;font-weight:700;color:#E6FFFD;margin-bottom:16px}
.audience-subtext{font-size:17px;color:#E6FFFD;opacity:.85;max-width:620px;margin:0 auto}
.audience-cards-holder{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.audience-card{background:linear-gradient(165deg,#1a283399 0%,#0d1419cc 100%);border-radius:6px;padding:32px 24px;border:1px solid #00b7f333;position:relative;overflow:hidden;transition:all 350ms ease}
.audience-card:hover{border-color:#00B7F3;box-shadow:0 14px 36px #00b7f32e}
.card-badge{display:inline-block;background:#00B7F3;color:#1A2833;font-size:13px;font-weight:700;padding:6px 14px;border-radius:3px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.card-title{font-size:22px;font-weight:600;color:#E6FFFD;margin-bottom:14px}
.card-desc{font-size:15px;color:#E6FFFD;opacity:.8;line-height:1.65;margin-bottom:20px}
.card-objectives{list-style:none;margin-bottom:24px}
.card-objectives li{font-size:14px;color:#E6FFFD;opacity:.85;padding-left:24px;position:relative;margin-bottom:10px;line-height:1.5}
.card-objectives li::before{content:'→';position:absolute;left:0;color:#00B7F3;font-weight:700}
.card-portrait{width:100%;height:180px;object-fit:cover;border-radius:4px;margin-top:16px}
.card-placeholder-box{width:100%;height:180px;background:#00b7f314;border-radius:4px;margin-top:16px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#00B7F3;opacity:.4}
.after-learn-zone{background:linear-gradient(142deg,#1A2833 0%,#0d1419 100%);padding:90px 24px}
.after-learn-wrap{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.after-photo{width:100%;height:auto;border-radius:6px;box-shadow:0 16px 48px #00b7f326}
.after-heading{font-size:36px;font-weight:700;color:#E6FFFD;margin-bottom:18px}
.after-intro{font-size:17px;color:#E6FFFD;opacity:.85;line-height:1.7;margin-bottom:36px}
.after-path-options{display:flex;flex-direction:column;gap:28px;margin-bottom:40px}
.path-opt{display:flex;gap:20px;align-items:flex-start}
.path-number{font-size:28px;font-weight:800;color:#00B7F3;flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border:2px solid #00B7F3;border-radius:50%}
.path-name{font-size:19px;font-weight:600;color:#E6FFFD;margin-bottom:8px}
.path-expl{font-size:15px;color:#E6FFFD;opacity:.8;line-height:1.6}
.after-cta-butt{display:inline-block;background:#00B7F3;color:#1A2833;font-size:16px;font-weight:700;padding:16px 36px;border-radius:4px;text-decoration:none;transition:all 240ms cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 6px 20px #00b7f34d}
.after-cta-butt:hover{background:#E6FFFD;transform:translateY(-3px);box-shadow:0 10px 30px #00b7f366}
.formats-section{background:#0d1419;padding:90px 24px}
.formats-inner{max-width:1024px;margin:0 auto}
.formats-heading{font-size:38px;font-weight:700;color:#E6FFFD;text-align:center;margin-bottom:16px}
.formats-lead{font-size:17px;color:#E6FFFD;opacity:.85;text-align:center;max-width:640px;margin:0 auto 56px}
.format-comparison input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.format-tabs{display:flex;gap:12px;margin-bottom:40px;justify-content:center}
.format-tab-label{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#e6fffd0a;border:2px solid #00b7f333;border-radius:4px;color:#E6FFFD;font-size:16px;font-weight:600;cursor:pointer;transition:all 280ms ease}
.format-tab-label:hover{background:#e6fffd14;border-color:#00b7f366}
.format-tab-label span[class^="jam"]{font-size:22px}
#fmt_video:checked ~ .format-tabs label[for="fmt_video"],#fmt_text:checked ~ .format-tabs label[for="fmt_text"],#fmt_interactive:checked ~ .format-tabs label[for="fmt_interactive"]{background:#00B7F3;border-color:#00B7F3;color:#1A2833}
.format-panels{position:relative}
.format-panel{display:none;background:linear-gradient(165deg,#1a283380 0%,#0d1419b3 100%);border-radius:6px;padding:48px;border:1px solid #00b7f333}
#fmt_video:checked ~ .format-panels #panel_video,#fmt_text:checked ~ .format-panels #panel_text,#fmt_interactive:checked ~ .format-panels #panel_interactive{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;animation:fade_slide 400ms ease}
@keyframes fade_slide {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:translateY(0)}
}
.panel-title{font-size:28px;font-weight:700;color:#E6FFFD;margin-bottom:16px}
.panel-description{font-size:16px;color:#E6FFFD;opacity:.85;line-height:1.7;margin-bottom:28px}
.panel-features{display:flex;flex-direction:column;gap:14px}
.feat-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#E6FFFD}
.feat-item .jam{color:#00B7F3;font-size:18px;flex-shrink:0}
.panel-img{width:100%;height:auto;border-radius:4px;box-shadow:0 10px 32px #00b7f326}
.text-sample-box{padding:32px;background:#e6fffd0d;border-radius:4px;display:flex;flex-direction:column;gap:16px}
.sample-line{height:8px;background:linear-gradient(90deg,#00B7F3 0%,#00b7f34d 100%);border-radius:4px}
.sample-line.long{width:100%}
.sample-line.medium{width:75%}
.sample-line.short{width:50%}
.formats-cta-area{margin-top:56px;display:flex;gap:20px;justify-content:center}
.primary-action-butt,.secondary-action-butt{display:inline-block;font-size:16px;font-weight:700;padding:16px 36px;border-radius:4px;text-decoration:none;transition:all 240ms cubic-bezier(0.34,1.56,0.64,1)}
.primary-action-butt{background:#00B7F3;color:#1A2833;box-shadow:0 6px 20px #00b7f34d}
.primary-action-butt:hover{background:#E6FFFD;transform:translateY(-3px);box-shadow:0 10px 30px #00b7f366}
.secondary-action-butt{background:transparent;color:#E6FFFD;border:2px solid #00B7F3}
.secondary-action-butt:hover{background:#00b7f31a;border-color:#E6FFFD;transform:translateY(-3px)}
@media (max-width: 768px) {
.hero-main-head{font-size:32px}
.hero-descr{font-size:16px}
.tools-inner{grid-template-columns:1fr;gap:40px}
.support-grid{grid-template-columns:1fr}
.audience-cards-holder{grid-template-columns:1fr}
.after-learn-wrap{grid-template-columns:1fr;gap:40px}
.format-tabs{flex-direction:column}
#fmt_video:checked ~ .format-panels #panel_video,#fmt_text:checked ~ .format-panels #panel_text,#fmt_interactive:checked ~ .format-panels #panel_interactive{grid-template-columns:1fr;gap:32px}
.formats-cta-area{flex-direction:column;align-items:stretch}
.primary-action-butt,.secondary-action-butt{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.support-grid{grid-template-columns:repeat(2,1fr)}
.audience-cards-holder{grid-template-columns:1fr;max-width:560px;margin:0 auto}
}
.hero-contact-section{position:relative;background:linear-gradient(127deg,#0d1419 0%,#1A2833 45%,#0a1116 100%);padding:80px 20px 100px;overflow:hidden}
.hero-contact-section::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00b7f314 0%,transparent 70%);border-radius:50%;pointer-events:none}
.hero-contact-section::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#e6fffd0d 0%,transparent 65%);border-radius:50%;pointer-events:none}
.wavy-decor{position:absolute;top:15%;left:5%;width:280px;height:280px;opacity:.06;pointer-events:none}
.hero-contact-wrapper{max-width:1024px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hero-txt-block{flex:1;min-width:0}
.hero-txt-block h1{font-size:46px;font-weight:700;color:#E6FFFD;margin:0 0 20px;line-height:1.2}
.hero-txt-block p{font-size:17px;color:#e6fffdcc;margin:0 0 32px;line-height:1.6}
.hero-cta-butt{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#00B7F3 0%,#0093c4 100%);color:#E6FFFD;text-decoration:none;border-radius:4px;font-weight:600;font-size:16px;transition:all 280ms cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 6px 18px #00b7f340}
.hero-cta-butt:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00b7f359}
.hero-visual-holder{flex:0 0 420px;position:relative}
.hero-visual-holder img{width:100%;height:320px;object-fit:cover;border-radius:6px;box-shadow:0 14px 40px #0006 0 0 0 1px #e6fffd14}
.img-accent-glow{position:absolute;top:-12px;left:-12px;right:-12px;bottom:-12px;background:linear-gradient(218deg,#00b7f333,#e6fffd26);border-radius:8px;z-index:-1;filter:blur(18px)}
.connection-grid-section{background:#0d1419;padding:90px 20px;position:relative}
.connection-grid-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00b7f34d,transparent)}
.connection-grid-container{max-width:1024px;margin:0 auto}
.connection-grid-container h2{font-size:38px;font-weight:700;color:#E6FFFD;text-align:center;margin:0 0 50px;position:relative}
.connection-grid-container h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:70px;height:3px;background:linear-gradient(90deg,#00B7F3,#E6FFFD)}
.method-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.method-card-item{background:linear-gradient(145deg,#1A2833 0%,#141d26 100%);padding:36px 28px;border-radius:5px;border:1px solid #00b7f31f;transition:all 320ms cubic-bezier(0.25,0.46,0.45,0.94)}
.method-card-item:hover{border-color:#00b7f359;transform:translateY(-4px);box-shadow:0 12px 28px #00b7f326}
.card-icon-holder{width:56px;height:56px;background:linear-gradient(135deg,#00b7f326,#e6fffd14);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.card-icon-holder .jam{font-size:26px;color:#00B7F3}
.method-card-item h3{font-size:22px;font-weight:600;color:#E6FFFD;margin:0 0 12px}
.method-card-item p{font-size:15px;color:#e6fffdb3;margin:0 0 18px;line-height:1.6}
.contact-detail-line{font-size:16px;color:#00B7F3;font-weight:500;word-break:break-word}
.main-form-section{background:linear-gradient(162deg,#1A2833 0%,#0d1419 100%);padding:90px 20px;position:relative}
.main-form-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#e6fffd33,transparent)}
.form-container-main{max-width:680px;margin:0 auto}
.form-container-main h2{font-size:36px;font-weight:700;color:#E6FFFD;text-align:center;margin:0 0 16px}
.form-intro-txt{font-size:16px;color:#e6fffdbf;text-align:center;margin:0 0 44px;line-height:1.6}
.contact-form-main{background:#1a283366;padding:42px 36px;border-radius:6px;border:1px solid #00b7f326;box-shadow:0 8px 24px #0000004d}
.form-field-group{margin-bottom:28px}
.form-field-group label{display:block;font-size:15px;font-weight:500;color:#E6FFFD;margin-bottom:10px}
.form-field-group input[type="text"],.form-field-group input[type="tel"]{width:100%;padding:14px 16px;background:#0d1419;border:1px solid #00b7f333;border-radius:4px;color:#E6FFFD;font-size:15px;transition:all 200ms ease;box-sizing:border-box}
.form-field-group input[type="text"]:focus,.form-field-group input[type="tel"]:focus{outline:none;border-color:#00B7F3;box-shadow:0 0 0 3px #00b7f31a}
.rating-section-holder{margin-bottom:32px}
.rating-section-holder > label{display:block;font-size:15px;font-weight:500;color:#E6FFFD;margin-bottom:16px}
.rating-options-wrapper{display:flex;gap:14px;flex-wrap:wrap}
.rating-options-wrapper input[type="radio"]{display:none}
.rating-options-wrapper label{flex:1;min-width:100px;padding:12px 18px;background:#0d1419;border:2px solid #00b7f333;border-radius:4px;text-align:center;cursor:pointer;transition:all 240ms cubic-bezier(0.34,1.56,0.64,1);font-size:14px;color:#e6fffdb3;font-weight:500}
.rating-options-wrapper label:hover{border-color:#00b7f380;transform:translateY(-2px)}
.rating-options-wrapper input[type="radio"]:checked + label{background:linear-gradient(135deg,#00b7f340,#00b7f326);border-color:#00B7F3;color:#E6FFFD;box-shadow:0 4px 12px #00b7f333}
.privacy-agreement-box{margin-bottom:28px;display:flex;align-items:flex-start;gap:12px}
.privacy-agreement-box input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#00B7F3;flex-shrink:0}
.privacy-agreement-box label{font-size:14px;color:#e6fffdbf;line-height:1.5;cursor:pointer}
.privacy-agreement-box a{color:#00B7F3;text-decoration:none;transition:color 180ms ease}
.privacy-agreement-box a:hover{color:#E6FFFD;text-decoration:underline}
.submit-butt-holder{text-align:center}
.submit-form-butt{padding:15px 48px;background:linear-gradient(135deg,#00B7F3 0%,#0093c4 100%);color:#E6FFFD;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all 280ms cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 6px 18px #00b7f340}
.submit-form-butt:hover{transform:translateY(-3px);box-shadow:0 10px 26px #00b7f359}
.location-details-section{background:#0d1419;padding:90px 20px;position:relative}
.location-details-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00b7f34d,transparent)}
.location-wrapper-main{max-width:1024px;margin:0 auto;text-align:center}
.location-wrapper-main h2{font-size:38px;font-weight:700;color:#E6FFFD;margin:0 0 18px}
.location-intro-desc{font-size:16px;color:#e6fffdbf;margin:0 0 48px;line-height:1.6}
.address-card-display{background:linear-gradient(145deg,#1A2833 0%,#141d26 100%);padding:40px 32px;border-radius:5px;border:1px solid #00b7f31f;max-width:520px;margin:0 auto;box-shadow:0 8px 20px #0000004d}
.address-card-display h3{font-size:24px;font-weight:600;color:#00B7F3;margin:0 0 24px}
.address-info-line{font-size:16px;color:#e6fffdcc;margin:0 0 10px;line-height:1.6}
.address-info-line:last-child{margin-bottom:0}
@media (max-width: 768px) {
.hero-contact-wrapper{flex-direction:column;gap:40px}
.hero-visual-holder{flex:0 0 auto;width:100%;max-width:400px}
.hero-visual-holder img{height:280px}
.hero-txt-block h1{font-size:36px}
.method-cards-grid{grid-template-columns:1fr}
.rating-options-wrapper{flex-direction:column}
.rating-options-wrapper label{min-width:0}
.contact-form-main{padding:32px 24px}
}
@media (max-width: 480px) {
.hero-contact-section{padding:60px 20px 80px}
.hero-txt-block h1{font-size:30px}
.hero-txt-block p{font-size:16px}
.connection-grid-container h2,.form-container-main h2,.location-wrapper-main h2{font-size:30px}
.contact-form-main{padding:28px 20px}
}
.prog_heado{position:relative;padding:80px 20px 100px;overflow:hidden;background:linear-gradient(137deg,#0a1419 0%,#1A2833 45%,#0e1c26 100%)}
.prog_heado::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#00b7f314 0%,transparent 70%);animation:pulse_glow 8s ease-in-out infinite}
@keyframes pulse_glow {
0%,100%{transform:scale(1) translateY(0);opacity:.6}
50%{transform:scale(1.1) translateY(-20px);opacity:.8}
}
.prog_heado::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00B7F3,transparent)}
.prog_content_holder{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.prog_title_wrap{max-width:720px}
.prog_main_title{font-size:3.2rem;font-weight:700;color:#E6FFFD;margin:0 0 24px;line-height:1.2;text-shadow:0 4px 12px #00b7f326}
.prog_subtitle{font-size:1.25rem;color:#a8d5e2;line-height:1.6;margin:0 0 32px}
.prog_meta_row{display:flex;gap:32px;flex-wrap:wrap;margin-top:40px}
.prog_meta_item{display:flex;align-items:center;gap:12px;background:#00b7f30f;padding:14px 22px;border-radius:6px;border:1px solid #00b7f31f;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.prog_meta_item:hover{background:#00b7f31a;border-color:#00b7f340;transform:translateY(-2px)}
.prog_meta_icon{width:24px;height:24px;fill:#00B7F3}
.prog_meta_text{font-size:.95rem;color:#E6FFFD;margin:0}
.curriculum_section{padding:90px 20px;background:linear-gradient(162deg,#0d1920 0%,#1A2833 100%);position:relative}
.curriculum_section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:60px;background:linear-gradient(180deg,#00B7F3,transparent)}
.curriculum_container{max-width:1024px;margin:0 auto}
.curriculum_intro{text-align:center;max-width:680px;margin:0 auto 60px}
.curriculum_intro h2{font-size:2.4rem;color:#E6FFFD;margin:0 0 18px;font-weight:700}
.curriculum_intro p{font-size:1.1rem;color:#a8d5e2;line-height:1.7;margin:0}
.curriculum_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.module_card{background:#00b7f308;border:1px solid #00b7f31a;border-radius:4px;padding:32px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(0.34,1.56,0.64,1)}
.module_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#00B7F3,#E6FFFD);transition:height .4s cubic-bezier(0.34,1.56,0.64,1)}
.module_card:hover{background:#00b7f30f;border-color:#00b7f333;transform:translateY(-4px);box-shadow:0 12px 28px #00b7f326}
.module_card:hover::before{height:100%}
.module_num{display:inline-block;background:#00b7f31f;color:#00B7F3;font-size:.85rem;font-weight:700;padding:6px 14px;border-radius:3px;margin-bottom:16px}
.module_card h3{font-size:1.5rem;color:#E6FFFD;margin:0 0 14px;font-weight:600}
.module_card p{font-size:.98rem;color:#a8d5e2;line-height:1.6;margin:0 0 20px}
.module_topics{list-style:none;padding:0;margin:0}
.module_topics li{font-size:.92rem;color:#7cb5c9;padding:8px 0;padding-left:24px;position:relative}
.module_topics li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#00b7f333;border:2px solid #00B7F3;border-radius:2px}
.instructors_section{padding:90px 20px;background:#0a1419;position:relative}
.instructors_section::before{content:'';position:absolute;top:-1px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00B7F3,transparent)}
.instructors_container{max-width:1024px;margin:0 auto}
.instructors_header{max-width:640px;margin-bottom:56px}
.instructors_header h2{font-size:2.4rem;color:#E6FFFD;margin:0 0 16px;font-weight:700}
.instructors_header p{font-size:1.05rem;color:#a8d5e2;line-height:1.65;margin:0}
.instructors_layout{display:grid;grid-template-columns:1fr 1.6fr;gap:48px;align-items:start}
.instructors_showcase{position:relative}
.instructor_main_img{width:100%;height:auto;border-radius:4px;border:1px solid #00b7f326;box-shadow:0 8px 24px #00b7f31f}
.instructor_secondary{position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;border-radius:4px;border:3px solid #0a1419;box-shadow:0 6px 18px #0006}
.instructors_info{display:flex;flex-direction:column;gap:28px}
.instructor_profile{background:#00b7f30a;border:1px solid #00b7f31a;border-radius:4px;padding:28px;transition:all .3s ease}
.instructor_profile:hover{background:#00b7f312;border-color:#00b7f32e}
.instructor_profile h3{font-size:1.35rem;color:#E6FFFD;margin:0 0 8px;font-weight:600}
.instructor_role{font-size:.95rem;color:#00B7F3;margin:0 0 16px;font-weight:500}
.instructor_profile p{font-size:.95rem;color:#a8d5e2;line-height:1.6;margin:0 0 18px}
.instructor_stats{display:flex;gap:24px;flex-wrap:wrap}
.stat_item{display:flex;align-items:center;gap:8px}
.stat_icon{width:18px;height:18px;fill:#00B7F3}
.stat_text{font-size:.88rem;color:#7cb5c9;margin:0}
.enroll_visual{position:relative;width:100%;height:auto;border-radius:4px;box-shadow:0 10px 32px #00b7f31a}
@media (max-width: 768px) {
.prog_main_title{font-size:2.2rem}
.prog_subtitle{font-size:1.1rem}
.prog_meta_row{gap:16px}
.curriculum_intro h2{font-size:2rem}
.curriculum_grid{grid-template-columns:1fr}
.instructors_layout{grid-template-columns:1fr;gap:40px}
.instructor_secondary{width:100px;height:100px;bottom:-15px;right:-15px}
.instructors_header h2{font-size:2rem}
}
@media (max-width: 480px) {
.prog_heado{padding:60px 16px 80px}
.prog_main_title{font-size:1.8rem}
.curriculum_section{padding:70px 16px}
.instructors_section{padding:70px 16px}
.module_card{padding:24px}
.instructor_profile{padding:20px}
}
.learning_tips_main{background:linear-gradient(168deg,#0a1219 0%,#1A2833 45%,#0d1820 100%);min-height:100vh;padding:0}
.title_holder{max-width:1024px;margin:0 auto;padding:80px 24px 60px;position:relative;overflow:hidden}
.title_holder::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#00b7f31f 0%,transparent 70%);border-radius:50%;z-index:1}
.title_holder::after{content:'';position:absolute;bottom:-60px;left:-100px;width:380px;height:380px;border:2px solid #e6fffd0f;border-radius:50%;z-index:1}
.title_content_wrap{position:relative;z-index:2;display:flex;align-items:center;gap:48px}
.title_text_area{flex:1}
.title_text_area h1{font-size:46px;line-height:1.15;color:#E6FFFD;margin:0 0 18px;font-weight:700}
.title_text_area .intro_phrase{font-size:19px;line-height:1.6;color:#e6fffdd9;margin:0 0 24px}
.title_text_area .support_text{font-size:16px;line-height:1.7;color:#e6fffdad;margin:0}
.title_img_container{width:320px;height:380px;position:relative}
.title_img_container::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;background:linear-gradient(135deg,#00b7f333 0%,#e6fffd1a 100%);border-radius:6px;z-index:1}
.title_img_container img{width:100%;height:100%;object-fit:cover;border-radius:6px;position:relative;z-index:2;box-shadow:0 14px 32px #00b7f32e}
.section_wrap_alt{max-width:1024px;margin:0 auto;padding:70px 24px}
.tips_grid_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.tip_card{background:#1a283373;border:1px solid #00b7f326;border-radius:4px;padding:32px 24px;transition:all 280ms cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}
.tip_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#00B7F3 0%,#E6FFFD 100%);transition:height 320ms cubic-bezier(0.34,1.56,0.64,1)}
.tip_card:hover{transform:translateY(-6px);border-color:#00b7f359;box-shadow:0 12px 28px #00b7f338}
.tip_card:hover::before{height:100%}
.tip_icon_holder{width:52px;height:52px;background:linear-gradient(135deg,#00b7f32e 0%,#e6fffd14 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.tip_icon_holder .jam{font-size:24px;color:#00B7F3}
.tip_card h3{font-size:20px;line-height:1.3;color:#E6FFFD;margin:0 0 14px;font-weight:600}
.tip_card p{font-size:15px;line-height:1.65;color:#e6fffdb8;margin:0}
.practice_section_bg{background:linear-gradient(152deg,#0d1820 0%,#1A2833 50%,#0a1219 100%);padding:80px 0;position:relative}
.practice_section_bg::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;height:2px;background:linear-gradient(90deg,transparent 0%,#00b7f34d 50%,transparent 100%)}
.practice_container{max-width:1024px;margin:0 auto;padding:0 24px}
.practice_intro_block{text-align:center;margin:0 0 56px}
.practice_intro_block h2{font-size:38px;line-height:1.2;color:#E6FFFD;margin:0 0 16px;font-weight:700}
.practice_intro_block .desc_text{font-size:17px;line-height:1.6;color:#e6fffdbf;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.strategy_columns{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
.strategy_item{display:flex;gap:20px;margin:0 0 36px}
.strategy_item:last-child{margin-bottom:0}
.strategy_number{width:44px;height:44px;background:linear-gradient(135deg,#00b7f340 0%,#e6fffd1f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;font-weight:700;color:#00B7F3}
.strategy_text h4{font-size:19px;line-height:1.3;color:#E6FFFD;margin:0 0 10px;font-weight:600}
.strategy_text p{font-size:15px;line-height:1.65;color:#e6fffdad;margin:0}
.feature_profile_combo{max-width:1024px;margin:0 auto;padding:70px 24px 90px;display:flex;gap:52px;align-items:center}
.profile_section{width:380px;flex-shrink:0}
.profile_img_wrap{width:100%;height:440px;position:relative;margin:0 0 24px}
.profile_img_wrap::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 24px);height:calc(100% + 24px);border:2px solid #00b7f333;border-radius:6px;z-index:1}
.profile_img_wrap img{width:100%;height:100%;object-fit:cover;border-radius:6px;position:relative;z-index:2}
.profile_caption{background:#1a283380;border-left:3px solid #00B7F3;padding:20px 22px;border-radius:3px}
.profile_caption h5{font-size:17px;line-height:1.3;color:#E6FFFD;margin:0 0 8px;font-weight:600}
.profile_caption p{font-size:14px;line-height:1.6;color:#e6fffdb3;margin:0}
.checklist_area{flex:1}
.checklist_area h3{font-size:32px;line-height:1.25;color:#E6FFFD;margin:0 0 32px;font-weight:700}
.check_items_list{display:flex;flex-direction:column;gap:18px}
.check_item{display:flex;align-items:start;gap:16px;padding:18px 20px;background:#1a283359;border:1px solid #00b7f31f;border-radius:4px;transition:all 240ms cubic-bezier(0.25,0.46,0.45,0.94)}
.check_item:hover{background:#1a28338c;border-color:#00b7f340;transform:translateX(6px)}
.check_icon{width:26px;height:26px;background:linear-gradient(135deg,#00B7F3 0%,#E6FFFD 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.check_icon .jam{font-size:14px;color:#1A2833}
.check_text{flex:1}
.check_text h6{font-size:17px;line-height:1.3;color:#E6FFFD;margin:0 0 6px;font-weight:600}
.check_text p{font-size:14px;line-height:1.6;color:#e6fffdb3;margin:0}
@media (max-width: 768px) {
.title_holder{padding:60px 20px 50px}
.title_content_wrap{flex-direction:column;gap:32px}
.title_img_container{width:100%;max-width:380px;height:340px}
.title_text_area h1{font-size:34px}
.title_text_area .intro_phrase{font-size:17px}
.tips_grid_holder{grid-template-columns:1fr;gap:20px}
.section_wrap_alt{padding:50px 20px}
.practice_section_bg{padding:60px 0}
.practice_intro_block h2{font-size:30px}
.strategy_columns{grid-template-columns:1fr;gap:32px}
.strategy_item{margin:0 0 28px}
.feature_profile_combo{flex-direction:column;gap:40px;padding:50px 20px 70px}
.profile_section{width:100%;max-width:420px}
.profile_img_wrap{height:380px}
.checklist_area h3{font-size:26px;margin:0 0 24px}
.check_items_list{gap:14px}
.check_item{padding:16px 18px}
}
@media (max-width: 480px) {
.title_holder{padding:50px 16px 40px}
.title_text_area h1{font-size:28px}
.title_text_area .intro_phrase{font-size:16px}
.title_img_container{height:300px}
.section_wrap_alt{padding:40px 16px}
.tip_card{padding:24px 20px}
.practice_section_bg{padding:50px 0}
.practice_container{padding:0 16px}
.practice_intro_block{margin:0 0 44px}
.practice_intro_block h2{font-size:26px}
.strategy_item{gap:16px}
.strategy_number{width:40px;height:40px;font-size:16px}
.strategy_text h4{font-size:17px}
.feature_profile_combo{padding:40px 16px 60px;gap:32px}
.profile_img_wrap{height:340px}
.checklist_area h3{font-size:24px}
.check_item{flex-direction:row;gap:12px}
.check_text h6{font-size:16px}
}
.success_holder{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(127deg,#0a1319 0%,#1A2833 35%,#0f1e28 100%);position:relative;overflow:hidden}
.success_holder::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00b7f326 0%,transparent 70%);border-radius:50%;animation:pulse_glow 8s ease-in-out infinite}
.success_holder::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#e6fffd14 0%,transparent 65%);border-radius:50%;animation:pulse_glow 10s ease-in-out infinite reverse}
@keyframes pulse_glow {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.15);opacity:.9}
}
.success_content{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2;background:#1a283366;padding:70px 50px;border-radius:3px;box-shadow:0 12px 40px #00000080 0 2px 8px #00b7f326;backdrop-filter:blur(8px);border:1px solid #00b7f31a}
.success_icon_wrap{width:110px;height:110px;margin:0 auto 35px;position:relative}
.success_icon_wrap::before{content:'';position:absolute;inset:-8px;background:linear-gradient(135deg,#00b7f34d,#e6fffd33);border-radius:50%;animation:rotate_ring 6s linear infinite}
@keyframes rotate_ring {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.success_icon_inner{width:110px;height:110px;background:linear-gradient(135deg,#00B7F3,#0098d1);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 6px 20px #00b7f366}
.success_icon_inner svg{width:54px;height:54px;fill:#E6FFFD;filter:drop-shadow(0 2px 4px #0003)}
.success_title{font-size:38px;font-weight:700;color:#E6FFFD;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.success_desc{font-size:17px;line-height:1.6;color:#e6fffdd9;margin:0 0 40px;max-width:520px;margin-left:auto;margin-right:auto}
.success_action_wrap{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success_butt{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;font-size:16px;font-weight:600;border-radius:3px;text-decoration:none;transition:all 280ms cubic-bezier(0.4,0,0.2,1);position:relative;z-index:10}
.success_butt.primary_butt{background:linear-gradient(135deg,#00B7F3,#0098d1);color:#0a1319;box-shadow:0 4px 12px #00b7f359}
.success_butt.primary_butt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00b7f380}
.success_butt.secondary_butt{background:transparent;color:#E6FFFD;border:2px solid #00b7f380}
.success_butt.secondary_butt:hover{border-color:#00B7F3;background:#00b7f31a;transform:translateY(-2px)}
.success_butt svg{width:18px;height:18px;fill:currentColor}
.success_meta{margin-top:45px;padding-top:35px;border-top:1px solid #00b7f326}
.success_meta_text{font-size:14px;color:#e6fffd99;margin:0 0 16px}
.success_contact_list{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.success_contact_item{display:flex;align-items:center;gap:8px;font-size:15px;color:#e6fffdbf;text-decoration:none;transition:color 200ms ease}
.success_contact_item:hover{color:#00B7F3}
.success_contact_item svg{width:16px;height:16px;fill:currentColor}
@media (max-width: 768px) {
.success_holder{padding:40px 20px;min-height:65vh}
.success_content{padding:50px 30px}
.success_title{font-size:30px}
.success_desc{font-size:16px}
.success_action_wrap{flex-direction:column;align-items:stretch}
.success_butt{justify-content:center}
.success_contact_list{flex-direction:column;gap:12px}
}
@media (max-width: 480px) {
.success_content{padding:40px 24px}
.success_icon_wrap{width:90px;height:90px;margin-bottom:28px}
.success_icon_inner{width:90px;height:90px}
.success_icon_inner svg{width:44px;height:44px}
.success_title{font-size:26px}
.success_desc{font-size:15px;margin-bottom:32px}
}