@import "https://cdn.jsdelivr.net/npm/@fontsource/lexend@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lexend@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lexend@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/700.css";
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px}
body{font-family:'Manrope',sans-serif;background:#FBFBFB;color:#1a1a2e;line-height:1.6}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
.hd-outer{background:#014551;position:relative;overflow:hidden}
.hd-outer::before{content:'ARVENZA';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:'Lexend',sans-serif;font-size:9rem;font-weight:700;color:#ffb41f0f;white-space:nowrap;pointer-events:none;letter-spacing:.3em;z-index:0}
.hd-top-bar{border-bottom:1px solid #ffb41f26;position:relative;z-index:2}
.hd-top-inner{max-width:1280px;margin:auto;padding:8px 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.hd-top-inner a{color:#fbfbfb99;font-size:.8rem;font-family:'Manrope',sans-serif;display:flex;align-items:center;gap:6px;transition:color 300ms}
.hd-top-inner a:hover{color:#FFB41F}
.hd-top-inner a i{font-size:.75rem}
.hd-main-row{position:relative;z-index:2}
.hd-main-inner{max-width:1280px;margin:auto;padding:18px 24px;display:flex;align-items:center;gap:32px}
.hd-logo-wrap{position:relative;z-index:3;flex-shrink:0}
.hd-logo-wrap img{width:90px;height:90px;object-fit:contain;border-radius:6px;box-shadow:0 4px 18px #ffb41f40}
.hd-brand-block{flex-shrink:0}
.hd-brand-block .brand-nm{font-family:'Lexend',sans-serif;font-size:1.6rem;font-weight:700;color:#FFB41F;letter-spacing:.04em;line-height:1}
.hd-brand-block .brand-tag{font-family:'Manrope',sans-serif;font-size:.72rem;color:#fbfbfb80;letter-spacing:.08em;text-transform:uppercase;margin-top:4px}
.hd-nav-wrap{flex:1;display:flex;justify-content:flex-end}
.main-nav ul{display:flex;align-items:center;gap:4px}
.main-nav ul li a{font-family:'Lexend',sans-serif;font-size:.88rem;font-weight:500;color:#fbfbfbcc;padding:9px 18px;border-radius:3px;border:1px solid transparent;transition:color 280ms,border-color 280ms,background 280ms;display:block}
.main-nav ul li a:hover{color:#FFB41F;border-color:#ffb41f4d;background:#ffb41f12}
.main-nav ul li a.nav-cta{background:#FFB41F;color:#014551;font-weight:700;border-color:#FFB41F}
.main-nav ul li a.nav-cta:hover{background:#ffb41fd9;color:#014551;border-color:#ffb41fd9}
@media (max-width: 768px) {
.hd-outer::before{font-size:4rem}
.hd-main-inner{padding:14px 16px;gap:16px;flex-wrap:wrap}
.hd-logo-wrap img{width:60px;height:60px}
.hd-brand-block .brand-nm{font-size:1.2rem}
.hd-nav-wrap{width:100%;justify-content:flex-start}
.main-nav ul{flex-wrap:wrap;gap:4px}
.main-nav ul li a{font-size:.8rem;padding:7px 12px}
.hd-top-inner{padding:6px 16px;gap:14px}
}
.ft-wrap{background:#014551;color:#fbfbfbbf;font-family:'Manrope',sans-serif;margin-top:0}
.ft-main-container{max-width:1280px;margin:auto;padding:56px 24px 32px}
.ft-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #ffb41f26}
.ft-col-brand .ft-logo-row{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.ft-col-brand .ft-logo-row img{width:52px;height:52px;object-fit:contain;border-radius:4px}
.ft-col-brand .ft-logo-row .ft-brand-nm{font-family:'Lexend',sans-serif;font-size:1.3rem;font-weight:700;color:#FFB41F}
.ft-col-brand p{font-size:.85rem;line-height:1.7;color:#fbfbfb99;max-width:320px}
.ft-col-brand .ft-disclaimer-box{margin-top:20px;padding:14px;background:#ffb41f14;border-left:3px solid #FFB41F;border-radius:0 4px 4px 0;font-size:.76rem;color:#fbfbfb8c;line-height:1.65}
.ft-col h4{font-family:'Lexend',sans-serif;font-size:.82rem;font-weight:700;color:#FFB41F;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}
.ft-col ul li{border-bottom:1px solid #ffffff0f}
.ft-col ul li:last-child{border-bottom:none}
.ft-col ul li a{display:block;padding:8px 0;font-size:.84rem;color:#fbfbfb99;transition:color 280ms,padding-left 280ms}
.ft-col ul li a:hover{color:#FFB41F;padding-left:6px}
.ft-contact-list li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid #ffffff0f;font-size:.84rem;color:#fbfbfb99}
.ft-contact-list li:last-child{border-bottom:none}
.ft-contact-list li i{color:#FFB41F;font-size:.85rem;margin-top:2px;flex-shrink:0}
.ft-contact-list li a{color:#fbfbfb99;transition:color 280ms}
.ft-contact-list li a:hover{color:#FFB41F}
.ft-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding-top:24px;flex-wrap:wrap;gap:12px}
.ft-bottom-bar .ft-copy{font-size:.78rem;color:#fbfbfb66}
.ft-bottom-bar .ft-copy span{color:#ffb41fb3}
.ft-age-badge{display:inline-flex;align-items:center;gap:7px;background:#ffb41f1f;border:1px solid #ffb41f4d;border-radius:3px;padding:5px 12px;font-size:.76rem;color:#FFB41F;font-weight:700}
@media (max-width: 900px) {
.ft-grid{grid-template-columns:1fr 1fr}
.ft-col-brand{grid-column:1 / -1}
}
@media (max-width: 580px) {
.ft-grid{grid-template-columns:1fr;gap:28px}
.ft-main-container{padding:36px 16px 24px}
.ft-bottom-bar{flex-direction:column;align-items:flex-start}
}
.ck-panel-wrap{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(110%);z-index:8800;width:340px;background:#fff;border-left:4px solid #FFB41F;box-shadow:-6px 0 32px #0145512e;border-radius:6px 0 0 6px;transition:transform 380ms cubic-bezier(0.22,1,0.36,1);max-height:90vh;overflow-y:auto}
.ck-panel-wrap.showing{transform:translateY(-50%) translateX(0)}
.ck-panel-wrap.hiding{transform:translateY(-50%) translateX(110%)}
.ck-panel-inner{padding:22px 20px}
.ck-panel-inner .ck-hd{font-family:'Lexend',sans-serif;font-size:1rem;font-weight:700;color:#014551;margin-bottom:6px}
.ck-panel-inner .ck-sub{font-size:.78rem;color:#555;margin-bottom:16px;line-height:1.5}
.ck-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.ck-card-item{background:#f5f7f8;border-radius:4px;padding:10px 9px;border:2px solid transparent;cursor:pointer;transition:border-color 280ms,background 280ms}
.ck-card-item.loading{border-color:#FFB41F;background:#ffb41f14}
.ck-card-item .ck-card-lbl{font-family:'Lexend',sans-serif;font-size:.72rem;font-weight:700;color:#014551;margin-bottom:3px;display:flex;align-items:center;gap:5px}
.ck-card-item .ck-card-lbl i{font-size:.7rem;color:#FFB41F}
.ck-card-item .ck-card-desc{font-size:.67rem;color:#777;line-height:1.4}
.ck-card-item .ck-toggle-row{display:flex;justify-content:flex-end;margin-top:6px}
.ck-tgl{width:32px;height:18px;background:#ccc;border-radius:9px;position:relative;cursor:pointer;transition:background 280ms;border:none;flex-shrink:0}
.ck-tgl::after{content:'';position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;transition:left 280ms}
.ck-tgl.loading{background:#FFB41F}
.ck-tgl.loading::after{left:16px}
.ck-tgl:disabled{opacity:.5;cursor:default}
.ck-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.ck-btn-accept{background:#014551;color:#fff;border:none;font-family:'Lexend',sans-serif;font-size:.78rem;font-weight:700;padding:11px 8px;cursor:pointer;border-radius:0;transition:background 280ms}
.ck-btn-accept:hover{background:#FFB41F;color:#014551}
.ck-btn-decline{background:#f0f0f0;color:#014551;border:1px solid #ddd;font-family:'Lexend',sans-serif;font-size:.78rem;font-weight:700;padding:11px 8px;cursor:pointer;border-radius:0;transition:background 280ms}
.ck-btn-decline:hover{background:#e0e0e0}
.ck-extras{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px;padding-top:8px;border-top:1px solid #eee}
.ck-policy-lnk{font-size:.72rem;color:#014551;text-decoration:underline}
.ck-optout-btn{font-size:.72rem;background:none;border:none;color:#888;cursor:pointer;text-decoration:underline}
.av-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;z-index:9999}
.av-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:#FBFBFB;min-width:320px;max-width:460px;width:90vw;padding:36px 32px;border-radius:4px;box-shadow:0 20px 60px #01455166;text-align:center}
.av-popup .av-badge{display:inline-block;background:#014551;color:#FFB41F;font-family:'Lexend',sans-serif;font-weight:700;font-size:1.5rem;width:64px;height:64px;line-height:64px;border-radius:50%;margin-bottom:18px;box-shadow:0 4px 16px #01455140}
.av-popup h2{font-family:'Lexend',sans-serif;font-size:1.3rem;font-weight:700;color:#014551;margin-bottom:10px}
.av-popup p{font-size:.87rem;color:#555;line-height:1.65;margin-bottom:22px}
.av-popup .av-disc{font-size:.74rem;color:#888;margin-top:14px;line-height:1.5}
.av-btn-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.av-btn-confirm{background:#014551;color:#FFB41F;border:none;font-family:'Lexend',sans-serif;font-size:.88rem;font-weight:700;padding:14px 10px;cursor:pointer;border-radius:3px;transition:background 280ms}
.av-btn-confirm:hover{background:#FFB41F;color:#014551}
.av-btn-deny{background:#f0f0f0;color:#444;border:1px solid #ddd;font-family:'Lexend',sans-serif;font-size:.88rem;font-weight:700;padding:14px 10px;cursor:pointer;border-radius:3px;transition:background 280ms}
.av-btn-deny:hover{background:#e0e0e0}
.av-denied-msg{display:none;margin-top:16px;padding:12px;background:#ffb41f1a;border-radius:3px;border-left:3px solid #FFB41F;font-size:.8rem;color:#014551;line-height:1.5;text-align:left}
.av-denied-msg.showing{display:block}
@media (max-width: 480px) {
.av-popup{padding:26px 20px}
.ck-panel-wrap{width:300px}
}
.legal-inner{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#FBFBFB;font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.8;color:#1a2a2e}
.legal-inner p{margin:0 0 20px;font-size:16px;line-height:1.85;color:#1a2a2e}
.legal-inner ul,.legal-inner ol{margin:0 0 24px;padding-left:28px}
.legal-inner ul{list-style-type:disc}
.legal-inner ol{list-style-type:decimal}
.legal-inner ul ul,.legal-inner ol ol,.legal-inner ul ol,.legal-inner ol ul{margin-top:8px;margin-bottom:8px}
.legal-inner li{margin-bottom:10px;font-size:16px;line-height:1.8;color:#1a2a2e}
.legal-inner strong,.legal-inner b{font-weight:700;color:#014551}
.legal-inner a{color:#014551;text-decoration:underline;text-decoration-color:#01455166;text-underline-offset:3px;transition:color 300ms ease,text-decoration-color 300ms ease}
.legal-inner a:hover{color:#FFB41F;text-decoration-color:#ffb41f99}
.legal-inner a:visited{color:#025f70}
.legal-inner table{width:100%;border-collapse:collapse;margin:0 0 32px;font-size:15px;background:#fff;box-shadow:0 4px 16px #01455114;border-radius:4px;overflow:hidden}
.legal-inner thead{background:#014551}
.legal-inner thead tr{border-bottom:none}
.legal-inner thead th{padding:14px 18px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#FBFBFB;text-align:left;border:none}
.legal-inner tbody tr{border-bottom:1px solid #0145511a;transition:background 280ms ease}
.legal-inner tbody tr:last-child{border-bottom:none}
.legal-inner tbody tr:hover{background:#ffb41f0f}
.legal-inner td{padding:13px 18px;font-size:15px;color:#1a2a2e;vertical-align:top;border:none}
.legal-inner td strong,.legal-inner td b{color:#014551}
.legal-inner hr{border:none;border-top:2px solid #0145511f;margin:40px 0}
.legal-inner div{margin-bottom:16px}
.legal-inner h1{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:34px;font-weight:700;color:#014551;line-height:1.25;margin:0 0 32px;padding-bottom:18px;border-bottom:3px solid #FFB41F}
.legal-inner h2{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:22px;font-weight:700;color:#014551;line-height:1.35;margin:44px 0 16px}
.legal-inner h3{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:18px;font-weight:600;color:#014551;line-height:1.4;margin:32px 0 12px}
.legal-inner h4{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;font-weight:600;color:#1a2a2e;margin:24px 0 10px}
@media (max-width: 768px) {
.legal-inner{padding:32px 20px 56px;font-size:15px}
.legal-inner h1{font-size:26px;margin-bottom:24px}
.legal-inner h2{font-size:19px;margin-top:36px}
.legal-inner h3{font-size:16px}
.legal-inner p,.legal-inner li{font-size:15px;line-height:1.75}
.legal-inner table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-inner thead th,.legal-inner td{padding:11px 14px;font-size:14px}
.legal-inner ul,.legal-inner ol{padding-left:22px}
}
@media (max-width: 480px) {
.legal-inner{padding:24px 16px 48px}
.legal-inner h1{font-size:22px}
.legal-inner h2{font-size:17px}
.legal-inner p,.legal-inner li{font-size:14px;line-height:1.7}
.legal-inner hr{margin:28px 0}
}
.hd_hero{position:relative;overflow:hidden;min-height:92vh;display:flex;flex-direction:column;justify-content:flex-end}
.hd_hero .bg_img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}
.hd_hero .bg_overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0145512e 0%,#0145518c 50%,#014551ed 100%);z-index:1}
.hd_hero .dot_pattern{position:absolute;top:0;right:0;width:340px;height:340px;background-image:radial-gradient(circle,#ffb41f59 1.5px,transparent 1.5px);background-size:22px 22px;z-index:2;pointer-events:none}
.hd_hero .dot_pattern_bl{position:absolute;bottom:80px;left:-40px;width:220px;height:220px;background-image:radial-gradient(circle,#ffb41f33 1.5px,transparent 1.5px);background-size:18px 18px;z-index:2;pointer-events:none}
.hero_ct{position:relative;z-index:3;max-width:1280px;margin:0 auto;width:100%;padding:0 48px 72px}
.hero_ct .tag_label{display:inline-flex;align-items:center;gap:8px;background:#ffb41f2e;border:1px solid #ffb41f80;color:#FFB41F;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border-radius:3px;margin-bottom:24px}
.hero_ct h1{color:#FBFBFB;font-size:clamp(36px,5.5vw,72px);font-weight:800;line-height:1.1;max-width:780px;margin:0 0 20px;letter-spacing:-1px}
.hero_ct h1 .accent_hl{color:#FFB41F;position:relative}
.hero_ct .hero_sub{color:#fbfbfbc7;font-size:18px;line-height:1.6;max-width:520px;margin:0 0 36px}
.hero_btn_row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;align-items:center}
.btn_primary{background:#FFB41F;color:#014551;font-size:15px;font-weight:700;padding:14px 32px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;transition:background 0.28s,box-shadow 0.28s,transform .2s;box-shadow:0 4px 18px #ffb41f59;position:relative;z-index:4}
.btn_primary:hover{background:#e8a010;box-shadow:0 6px 24px #ffb41f80;transform:translateY(-2px)}
.btn_outline_wh{background:transparent;color:#FBFBFB;font-size:15px;font-weight:600;padding:13px 28px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:2px solid #fbfbfb73;cursor:pointer;transition:border-color 0.28s,color 0.28s,background .28s;position:relative;z-index:4}
.btn_outline_wh:hover{border-color:#FFB41F;color:#FFB41F;background:#ffb41f14}
.hero_stat_row{display:flex;flex-direction:row;gap:40px;margin-top:56px;flex-wrap:wrap}
.hero_stat_item{display:flex;flex-direction:column;gap:4px}
.hero_stat_item .st_num{font-size:32px;font-weight:800;color:#FFB41F;line-height:1}
.hero_stat_item .st_lbl{font-size:13px;color:#fbfbfba6;letter-spacing:.5px}
.opp_section{background:#FBFBFB;padding:96px 0 80px}
.opp_ct{max-width:1280px;margin:0 auto;padding:0 48px}
.sec_eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FFB41F;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.sec_eyebrow::before{content:'';display:inline-block;width:28px;height:2px;background:#FFB41F;border-radius:2px}
.opp_ct .sec_h2{font-size:clamp(26px,3.5vw,44px);font-weight:800;color:#014551;margin:0 0 14px;line-height:1.15;max-width:560px}
.opp_ct .sec_intro{color:#4a6570;font-size:16px;line-height:1.65;max-width:480px;margin:0 0 52px}
.opp_grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.opp_card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 20px #01455114;transition:box-shadow 0.3s,transform .3s;display:flex;flex-direction:column}
.opp_card:hover{box-shadow:0 8px 32px #01455126;transform:translateY(-4px)}
.opp_card_img{width:100%;height:200px;object-fit:cover;display:block}
.opp_card_body{padding:24px 24px 28px;display:flex;flex-direction:column;flex:1}
.opp_card_icon{width:42px;height:42px;background:#ffb41f1f;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#FFB41F;font-size:18px}
.opp_card_body h3{font-size:18px;font-weight:700;color:#014551;margin:0 0 10px;line-height:1.3}
.opp_card_body p{color:#567480;font-size:14px;line-height:1.6;margin:0 0 20px;flex:1}
.opp_tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 10px;border-radius:3px;background:#01455114;color:#014551;align-self:flex-start}
.opp_card.featured_card{grid-column:1 / -1;display:grid;grid-template-columns:1.2fr 1fr;gap:0;background:linear-gradient(135deg,#014551 60%,#01606f)}
.opp_card.featured_card .opp_card_img{height:100%;min-height:280px}
.opp_card.featured_card .opp_card_body{padding:40px;justify-content:center}
.opp_card.featured_card h3{font-size:24px;color:#FBFBFB}
.opp_card.featured_card p{color:#fbfbfbb8;font-size:15px}
.opp_card.featured_card .opp_tag{background:#ffb41f33;color:#FFB41F}
.opp_card.featured_card .opp_card_icon{background:#ffb41f2e}
.career_section{background:linear-gradient(160deg,#014551 0%,#012e38 100%);padding:96px 0;position:relative;overflow:hidden}
.career_section::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:#ffb41f12;pointer-events:none}
.career_ct{max-width:1280px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.career_left .sec_eyebrow{color:#FFB41F}
.career_left .sec_eyebrow::before{background:#FFB41F}
.career_left h2{font-size:clamp(26px,3.2vw,42px);font-weight:800;color:#FBFBFB;margin:0 0 16px;line-height:1.15}
.career_left h2 span{color:#FFB41F}
.career_left .career_desc{color:#fbfbfbad;font-size:15px;line-height:1.7;margin:0 0 36px}
.career_paths{display:flex;flex-direction:column;gap:14px}
.cp_item{display:flex;flex-direction:row;gap:16px;align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff17;border-radius:5px;padding:18px 20px;transition:background 0.28s,border-color .28s}
.cp_item:hover{background:#ffb41f1a;border-color:#ffb41f4d}
.cp_item .cp_icon{width:38px;height:38px;min-width:38px;background:#ffb41f26;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#FFB41F;font-size:16px}
.cp_item .cp_txt h4{font-size:15px;font-weight:700;color:#FBFBFB;margin:0 0 4px}
.cp_item .cp_txt p{font-size:13px;color:#fbfbfb8c;margin:0;line-height:1.5}
.career_right{display:flex;flex-direction:column;gap:0}
.career_img_wrap{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 16px 56px #0006}
.career_img_wrap img{width:100%;height:380px;object-fit:cover;display:block}
.career_img_badge{position:absolute;bottom:24px;left:24px;background:#014551eb;border:1px solid #ffb41f66;border-radius:5px;padding:14px 20px;display:flex;flex-direction:column;gap:2px;backdrop-filter:blur(6px)}
.career_img_badge .badge_num{font-size:26px;font-weight:800;color:#FFB41F;line-height:1}
.career_img_badge .badge_lbl{font-size:12px;color:#fbfbfba6}
.skills_section{background:#FBFBFB;padding:96px 0 80px}
.skills_ct{max-width:1280px;margin:0 auto;padding:0 48px}
.skills_header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:56px}
.skills_header .sec_h2{font-size:clamp(26px,3.5vw,44px);font-weight:800;color:#014551;margin:0 0 10px;line-height:1.15}
.skills_header .sec_desc{color:#567480;font-size:15px;line-height:1.65;margin:0}
.skills_cta_side{display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:flex-end}
.skills_cta_side .cta_note{font-size:13px;color:#8aa5ae}
.skills_tabs_wrap{position:relative}
.skill_tab_input{display:none}
.skills_tab_labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #e5eced;margin-bottom:40px}
.sk_tab_lbl{padding:12px 24px;font-size:14px;font-weight:600;color:#7a9aa5;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.25s,border-color .25s;display:flex;align-items:center;gap:7px}
.sk_tab_lbl:hover{color:#014551}
#sk_t1:checked ~ .skills_tab_labels .sk_lbl_1,#sk_t2:checked ~ .skills_tab_labels .sk_lbl_2,#sk_t3:checked ~ .skills_tab_labels .sk_lbl_3{color:#014551;border-bottom-color:#FFB41F}
.sk_panel{display:none}
#sk_t1:checked ~ .skills_tab_labels ~ .sk_panels .sk_p1,#sk_t2:checked ~ .skills_tab_labels ~ .sk_panels .sk_p2,#sk_t3:checked ~ .skills_tab_labels ~ .sk_panels .sk_p3{display:grid}
.sk_panels .sk_panel{grid-template-columns:1fr 1fr;gap:24px}
.sk_mechanic_card{background:#fff;border:1px solid #e2eaec;border-radius:5px;padding:24px 24px 20px;display:flex;flex-direction:column;gap:10px;transition:border-color 0.28s,box-shadow .28s}
.sk_mechanic_card:hover{border-color:#ffb41f80;box-shadow:0 4px 18px #ffb41f1f}
.sk_mc_top{display:flex;flex-direction:row;align-items:center;gap:12px}
.sk_mc_ico{width:36px;height:36px;background:#01455112;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#014551;font-size:15px;flex-shrink:0}
.sk_mc_top h5{font-size:15px;font-weight:700;color:#014551;margin:0}
.sk_mechanic_card .sk_mc_desc{font-size:13px;color:#677f88;line-height:1.55;margin:0}
.sk_progress_row{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:4px}
.sk_prog_bar{flex:1;height:5px;background:#e5eced;border-radius:3px;overflow:hidden}
.sk_prog_fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#014551,#FFB41F);transition:width .4s}
.sk_prog_pct{font-size:11px;font-weight:700;color:#FFB41F;min-width:32px;text-align:right}
.skills_img_row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px}
.sk_img_block{border-radius:5px;overflow:hidden;position:relative}
.sk_img_block img{width:100%;height:240px;object-fit:cover;display:block}
.sk_img_block .img_caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#014551d1);padding:24px 18px 14px;font-size:13px;font-weight:600;color:#FBFBFB}
.divider_wave{overflow:hidden;line-height:0;display:block}
.divider_wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.hero_ct{padding:0 28px 56px}
.opp_ct{padding:0 28px}
.opp_grid{grid-template-columns:1fr 1fr}
.opp_card.featured_card{grid-template-columns:1fr}
.opp_card.featured_card .opp_card_img{height:220px}
.career_ct{padding:0 28px;grid-template-columns:1fr;gap:40px}
.skills_ct{padding:0 28px}
.skills_header{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.hd_hero{min-height:80vh}
.hero_ct{padding:0 20px 48px}
.hero_stat_row{gap:24px}
.hero_btn_row{flex-direction:column;align-items:flex-start}
.opp_section{padding:64px 0 56px}
.opp_ct{padding:0 20px}
.opp_grid{grid-template-columns:1fr}
.opp_card.featured_card{grid-column:auto;display:flex;flex-direction:column}
.career_section{padding:64px 0}
.career_ct{padding:0 20px}
.skills_section{padding:64px 0 56px}
.skills_ct{padding:0 20px}
.sk_panels .sk_panel{grid-template-columns:1fr}
.skills_tab_labels{overflow-x:auto}
.skills_img_row{grid-template-columns:1fr}
.career_img_wrap img{height:260px}
.dot_pattern{width:180px;height:180px}
}
.ct_pg_wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.ct_hero_block{background:#FBFBFB;padding:72px 0 60px;position:relative;overflow:hidden}
.ct_hero_inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:48px}
.ct_hero_txt{flex:1 1 50%;position:relative;z-index:2}
.ct_hero_badge{display:inline-flex;align-items:center;gap:8px;background:#01455114;border:1px solid #0145512e;border-radius:4px;padding:6px 14px;margin-bottom:22px}
.ct_hero_badge span{font-size:12px;font-weight:600;color:#014551;letter-spacing:.06em;text-transform:uppercase}
.ct_hero_h1{font-size:clamp(32px,4.5vw,52px);font-weight:800;color:#014551;line-height:1.15;margin:0 0 14px}
.ct_hero_h1 em{font-style:normal;color:#FFB41F;position:relative}
.ct_hero_h1 em::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:#FFB41F;border-radius:2px;opacity:.5}
.ct_hero_sub{font-size:17px;color:#014551;font-weight:600;margin:0 0 12px;opacity:.75}
.ct_hero_desc{font-size:15px;color:#3a4a4d;line-height:1.65;margin:0 0 32px;max-width:440px}
.ct_hero_actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.ct_btn_primary{display:inline-flex;align-items:center;gap:8px;background:#FFB41F;color:#014551;font-size:15px;font-weight:700;padding:13px 28px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 16px #ffb41f61;transition:background 300ms,box-shadow 300ms,transform 250ms;position:relative;z-index:3}
.ct_btn_primary:hover{background:#e8a010;box-shadow:0 6px 22px #ffb41f85;transform:translateY(-2px)}
.ct_btn_outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#014551;font-size:15px;font-weight:600;padding:12px 26px;border-radius:4px;text-decoration:none;border:2px solid #014551;cursor:pointer;transition:background 300ms,color 300ms;position:relative;z-index:3}
.ct_btn_outline:hover{background:#014551;color:#FBFBFB}
.ct_hero_img_wrap{flex:1 1 50%;position:relative}
.ct_dots_deco{position:absolute;top:-18px;left:-22px;display:grid;grid-template-columns:repeat(7,10px);grid-template-rows:repeat(5,10px);gap:8px;z-index:0}
.ct_dots_deco span{width:5px;height:5px;border-radius:50%;background:#ffb41f73;display:block}
.ct_hero_img_frame{position:relative;z-index:1;border-radius:6px;overflow:hidden;box-shadow:8px 12px 32px #0145512e}
.ct_hero_img_frame::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#ffb41f38 0%,#0145511f 100%);z-index:1;pointer-events:none}
.ct_hero_img_frame img{width:100%;height:360px;object-fit:cover;display:block}
.ct_accent_bar{position:absolute;bottom:-10px;right:-10px;width:60%;height:5px;background:linear-gradient(90deg,#FFB41F,#ffb41f33);border-radius:3px;z-index:2}
.ct_contact_section{padding:72px 0 80px;background:#FBFBFB;position:relative}
.ct_contact_section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FFB41F 0%,#ffb41f1a 100%)}
.ct_contact_grid{max-width:1280px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1.4fr;gap:56px;align-items:start}
.ct_info_panel{display:flex;flex-direction:column;gap:28px}
.ct_info_heading{font-size:13px;font-weight:700;color:#FFB41F;letter-spacing:.1em;text-transform:uppercase;margin:0 0 6px}
.ct_info_title{font-size:clamp(22px,2.8vw,30px);font-weight:800;color:#014551;line-height:1.25;margin:0 0 14px}
.ct_info_body{font-size:15px;color:#3a4a4d;line-height:1.65;margin:0}
.ct_detail_list{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.ct_detail_item{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:16px 18px;background:#fff;border-radius:5px;border-left:3px solid #FFB41F;box-shadow:0 2px 10px #01455112;transition:box-shadow 300ms,transform 260ms}
.ct_detail_item:hover{box-shadow:0 6px 20px #01455121;transform:translateX(4px)}
.ct_det_icon{width:38px;height:38px;background:#ffb41f1f;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ct_det_icon i{font-size:16px;color:#014551}
.ct_det_label{font-size:11px;font-weight:700;color:#FFB41F;text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:3px}
.ct_det_val{font-size:14px;color:#014551;font-weight:600;line-height:1.5;text-decoration:none;display:block}
.ct_det_val:hover{color:#FFB41F}
.ct_form_panel{background:#fff;border-radius:6px;padding:40px 36px;box-shadow:0 8px 36px #0145511c;border-top:4px solid #FFB41F}
.ct_form_title{font-size:20px;font-weight:800;color:#014551;margin:0 0 6px}
.ct_form_subtitle{font-size:14px;color:#5a6e72;margin:0 0 28px;line-height:1.55}
.ct_form_row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.ct_field_grp{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.ct_field_grp label{font-size:12px;font-weight:700;color:#014551;text-transform:uppercase;letter-spacing:.06em}
.ct_field_grp input,.ct_field_grp select{width:100%;padding:12px 14px;border:1.5px solid #d4dfe1;border-radius:4px;font-size:14px;color:#014551;background:#FBFBFB;transition:border-color 280ms,box-shadow 280ms;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.ct_field_grp input:focus,.ct_field_grp select:focus{border-color:#FFB41F;box-shadow:0 0 0 3px #ffb41f2e;background:#fff}
.ct_select_wrap{position:relative}
.ct_select_wrap::after{content:'';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #014551;pointer-events:none}
.ct_select_wrap select{padding-right:36px;cursor:pointer}
.ct_radio_block{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.ct_radio_block label.ct_radio_lbl{font-size:12px;font-weight:700;color:#014551;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;display:block}
.ct_radio_opts{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.ct_radio_opt{display:flex;flex-direction:row;align-items:center;gap:0;cursor:pointer}
.ct_radio_opt input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.ct_radio_opt .ct_radio_box{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border:1.5px solid #d4dfe1;border-radius:4px;font-size:13px;color:#014551;font-weight:500;background:#FBFBFB;transition:border-color 260ms,background 260ms,color 260ms,box-shadow 260ms;cursor:pointer;user-select:none}
.ct_radio_opt input[type="radio"]:checked + .ct_radio_box{border-color:#FFB41F;background:#ffb41f1a;color:#014551;font-weight:700;box-shadow:0 2px 8px #ffb41f38}
.ct_radio_opt .ct_radio_box:hover{border-color:#FFB41F;background:#ffb41f0f}
.ct_radio_opt i{font-size:13px;color:#014551}
.ct_privacy_row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:22px;padding:14px;background:#0145510a;border-radius:4px}
.ct_privacy_row input[type="checkbox"]{margin-top:2px;accent-color:#FFB41F;width:16px;height:16px;flex-shrink:0;cursor:pointer}
.ct_privacy_txt{font-size:13px;color:#5a6e72;line-height:1.55}
.ct_privacy_txt a{color:#014551;font-weight:600;text-decoration:underline}
.ct_privacy_txt a:hover{color:#FFB41F}
.ct_submit_btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:#FFB41F;color:#014551;font-size:15px;font-weight:800;padding:15px 24px;border-radius:4px;border:none;cursor:pointer;box-shadow:0 4px 18px #ffb41f66;transition:background 280ms,box-shadow 280ms,transform 250ms;letter-spacing:.02em}
.ct_submit_btn:hover{background:#e8a010;box-shadow:0 7px 24px #ffb41f8c;transform:translateY(-2px)}
.ct_submit_btn:active{transform:translateY(0)}
@media (max-width: 900px) {
.ct_hero_inner{flex-direction:column;gap:32px}
.ct_hero_txt{flex:1 1 100%}
.ct_hero_img_wrap{flex:1 1 100%;width:100%}
.ct_hero_img_frame img{height:260px}
.ct_contact_grid{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 600px) {
.ct_hero_block{padding:48px 0 40px}
.ct_hero_desc{max-width:100%}
.ct_form_panel{padding:28px 20px}
.ct_form_row{grid-template-columns:1fr}
.ct_radio_opts{flex-direction:column}
.ct_contact_section{padding:48px 0 56px}
}
.gm-hero{position:relative;overflow:hidden;background:#014551;min-height:520px;display:flex;align-items:center}
.gm-hero .stripe-bg{position:absolute;inset:0;background:repeating-linear-gradient(-55deg,#ffb41f0f 0px,#ffb41f0f 18px,transparent 18px,transparent 44px);z-index:0}
.gm-hero-container{max-width:1280px;margin:auto;width:100%;padding:64px 32px;display:flex;flex-direction:row;align-items:center;gap:52px;position:relative;z-index:1}
.gm-hero-visual{flex:0 0 42%;position:relative;min-height:380px}
.gm-hero-parallax-wrap{position:relative;width:100%;height:380px;border-radius:4px;overflow:hidden}
.gm-hero-parallax-inner{position:absolute;inset:-40px 0;background:linear-gradient(145deg,#ffb41f38 0%,#01455199 60%,#014551f2 100%);display:flex;align-items:center;justify-content:center;transition:transform .1s linear}
.gm-hero-parallax-inner svg{opacity:.18;width:260px;height:260px}
.gm-hero-parallax-accent{position:absolute;bottom:28px;left:28px;background:#ffb41f1f;border:1.5px solid #ffb41f59;border-radius:3px;padding:14px 20px}
.gm-hero-parallax-accent span{display:block;color:#FFB41F;font-size:13px;letter-spacing:.04em}
.gm-hero-parallax-accent strong{display:block;color:#FBFBFB;font-size:22px;font-weight:700;line-height:1.1}
.gm-hero-text{flex:1;display:flex;flex-direction:column;gap:22px}
.gm-hero-text .gm-label{display:inline-block;background:#ffb41f26;color:#FFB41F;font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:2px;width:fit-content}
.gm-hero-text h1{font-size:clamp(28px,4vw,48px);font-weight:800;color:#FBFBFB;line-height:1.15;margin:0}
.gm-hero-text h1 em{font-style:normal;color:#FFB41F}
.gm-hero-text .gm-tagline{color:#fbfbfbbf;font-size:17px;line-height:1.6;margin:0;max-width:420px}
.gm-hero-btns{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.gm-btn-primary{background:#FFB41F;color:#014551;font-weight:700;font-size:15px;padding:13px 28px;border-radius:3px;text-decoration:none;display:inline-block;transition:background 0.28s,box-shadow .28s;box-shadow:0 4px 16px #ffb41f47;position:relative;z-index:2}
.gm-btn-primary:hover{background:#e8a200;box-shadow:0 8px 24px #ffb41f6b}
.gm-btn-outline{background:transparent;color:#FBFBFB;font-weight:600;font-size:15px;padding:12px 28px;border-radius:3px;border:1.5px solid #fbfbfb59;text-decoration:none;display:inline-block;transition:border-color 0.28s,color .28s;position:relative;z-index:2}
.gm-btn-outline:hover{border-color:#FFB41F;color:#FFB41F}
.gm-demo-section{background:#FBFBFB;padding:80px 0 60px;position:relative}
.gm-demo-section::before{content:'';display:block;position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FFB41F 0%,#014551 100%)}
.gm-demo-container{max-width:1280px;margin:auto;padding:0 32px}
.gm-demo-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.gm-demo-header h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#014551;margin:0;line-height:1.2;position:relative;padding-left:18px}
.gm-demo-header h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:#FFB41F;border-radius:2px}
.gm-demo-header p{color:#4a6870;font-size:15px;line-height:1.6;margin:0;max-width:340px;text-align:right}
.gm-demo-frame-wrap{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 8px 40px #0145512e 0 2px 8px #0145511a;border:2px solid #0145511a}
.gm-demo-blur-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#014551d1 0%,#014551b3 100%);backdrop-filter:blur(6px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:10;transition:opacity .35s}
.gm-demo-blur-overlay .gm-demo-icon{width:64px;height:64px;background:#ffb41f26;border:2px solid #ffb41f80;border-radius:50%;display:flex;align-items:center;justify-content:center}
.gm-demo-blur-overlay .gm-demo-icon i{color:#FFB41F;font-size:26px}
.gm-demo-blur-overlay h3{color:#FBFBFB;font-size:22px;font-weight:700;margin:0;text-align:center}
.gm-demo-blur-overlay p{color:#fbfbfbb8;font-size:14px;margin:0;text-align:center;max-width:280px}
.gm-demo-try-btn{background:#FFB41F;color:#014551;font-weight:700;font-size:16px;padding:14px 36px;border-radius:3px;text-decoration:none;display:inline-block;box-shadow:0 4px 20px #ffb41f66;transition:background 0.28s,transform .2s;position:relative;z-index:12}
.gm-demo-try-btn:hover{background:#e8a200;transform:translateY(-2px)}
.gm-demo-frame-wrap iframe{display:block;width:100%;height:560px;border:none;background:#014551}
.gm-demo-tags{display:flex;flex-direction:row;gap:10px;margin-top:18px;flex-wrap:wrap}
.gm-demo-tags span{background:#01455112;color:#014551;font-size:12px;padding:5px 12px;border-radius:2px;border:1px solid #0145511f}
.gm-mechanics-section{background:#014551;padding:80px 0;position:relative;overflow:hidden}
.gm-mechanics-section::after{content:'';position:absolute;right:-80px;bottom:-80px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#ffb41f1a 0%,transparent 70%);pointer-events:none}
.gm-mech-container{max-width:1280px;margin:auto;padding:0 32px}
.gm-mech-top{text-align:center;margin-bottom:52px}
.gm-mech-top h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#FBFBFB;margin:0 0 14px}
.gm-mech-top p{color:#fbfbfba6;font-size:16px;max-width:480px;margin:auto;line-height:1.6}
.gm-mech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gm-mech-card{background:#ffffff0a;border:1px solid #ffffff17;border-radius:4px;padding:32px 26px;transition:background 0.3s,border-color 0.3s,transform .3s;position:relative;overflow:hidden}
.gm-mech-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FFB41F,#ffb41f33);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.gm-mech-card:hover::before{transform:scaleX(1)}
.gm-mech-card:hover{background:#ffffff12;border-color:#ffb41f33;transform:translateY(-4px)}
.gm-mech-card .gm-mech-icon{width:48px;height:48px;background:#ffb41f1f;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.gm-mech-card .gm-mech-icon i{color:#FFB41F;font-size:20px}
.gm-mech-card h4{color:#FBFBFB;font-size:17px;font-weight:700;margin:0 0 10px}
.gm-mech-card p{color:#fbfbfb99;font-size:14px;line-height:1.65;margin:0}
.gm-mech-card .gm-mech-tag{display:inline-block;margin-top:16px;font-size:11px;color:#FFB41F;letter-spacing:.06em;text-transform:uppercase}
.gm-curriculum-section{background:#FBFBFB;padding:80px 0}
.gm-curr-container{max-width:1280px;margin:auto;padding:0 32px;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.gm-curr-left h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#014551;margin:0 0 18px;line-height:1.2}
.gm-curr-left p{color:#4a6870;font-size:15px;line-height:1.7;margin:0 0 28px}
.gm-curr-stats{display:flex;flex-direction:column;gap:16px}
.gm-curr-stat-item{display:flex;flex-direction:row;align-items:center;gap:14px}
.gm-curr-stat-item .gm-stat-num{font-size:28px;font-weight:800;color:#FFB41F;min-width:60px;line-height:1}
.gm-curr-stat-item .gm-stat-desc{color:#014551;font-size:14px;line-height:1.4}
.gm-curr-right{display:flex;flex-direction:column;gap:4px}
.gm-acc-item input[type="checkbox"]{display:none}
.gm-acc-item{border-bottom:1px solid #0145511a}
.gm-acc-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 4px;cursor:pointer;color:#014551;font-size:15px;font-weight:600;transition:color .25s;user-select:none}
.gm-acc-item label:hover{color:#FFB41F}
.gm-acc-item label .gm-acc-arrow{width:22px;height:22px;border:1.5px solid #01455140;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.25s,border-color 0.25s,transform .25s;flex-shrink:0}
.gm-acc-item label .gm-acc-arrow i{font-size:10px;color:#014551;transition:transform .25s}
.gm-acc-item input:checked + label .gm-acc-arrow{background:#FFB41F;border-color:#FFB41F}
.gm-acc-item input:checked + label .gm-acc-arrow i{color:#014551;transform:rotate(180deg)}
.gm-acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.gm-acc-item input:checked ~ .gm-acc-body{max-height:400px}
.gm-acc-body-inner{padding:0 4px 20px;color:#4a6870;font-size:14px;line-height:1.7}
.gm-acc-body-inner ul{margin:10px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:6px}
.gm-acc-body-inner ul li{color:#4a6870;font-size:14px}
.gm-cta-section{background:linear-gradient(120deg,#014551 0%,#01303b 100%);padding:80px 0;position:relative;overflow:hidden}
.gm-cta-section .gm-cta-dots{position:absolute;inset:0;background-image:radial-gradient(#ffb41f1f 1.5px,transparent 1.5px);background-size:32px 32px;pointer-events:none}
.gm-cta-container{max-width:1280px;margin:auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}
.gm-cta-left h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#FBFBFB;margin:0 0 16px;line-height:1.2}
.gm-cta-left h2 span{color:#FFB41F}
.gm-cta-left p{color:#fbfbfbb3;font-size:15px;line-height:1.7;margin:0 0 28px}
.gm-cta-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.gm-cta-list li{display:flex;flex-direction:row;align-items:center;gap:10px;color:#fbfbfbcc;font-size:14px}
.gm-cta-list li i{color:#FFB41F;font-size:14px;flex-shrink:0}
.gm-cta-right{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:5px;padding:36px 32px}
.gm-cta-right h3{color:#FBFBFB;font-size:20px;font-weight:700;margin:0 0 22px}
.gm-enroll-form{display:flex;flex-direction:column;gap:14px}
.gm-enroll-form input{background:#ffffff12;border:1.5px solid #ffffff24;border-radius:3px;padding:12px 16px;color:#FBFBFB;font-size:14px;outline:none;transition:border-color .25s;width:100%;box-sizing:border-box}
.gm-enroll-form input::placeholder{color:#fbfbfb66}
.gm-enroll-form input:focus{border-color:#FFB41F}
.gm-enroll-form button{background:#FFB41F;color:#014551;font-weight:700;font-size:15px;padding:14px;border:none;border-radius:3px;cursor:pointer;transition:background 0.28s,box-shadow .28s;box-shadow:0 4px 16px #ffb41f4d;position:relative;z-index:2}
.gm-enroll-form button:hover{background:#e8a200;box-shadow:0 6px 22px #ffb41f73}
.gm-form-note{color:#fbfbfb66;font-size:12px;text-align:center;margin-top:4px}
@media (max-width: 1024px) {
.gm-hero-container{gap:36px;padding:48px 24px}
.gm-mech-grid{grid-template-columns:repeat(2,1fr)}
.gm-curr-container{grid-template-columns:1fr;gap:40px}
.gm-cta-container{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.gm-hero-container{flex-direction:column;padding:40px 20px}
.gm-hero-visual{min-height:240px;width:100%;flex:unset}
.gm-hero-parallax-wrap{height:240px}
.gm-mech-grid{grid-template-columns:1fr}
.gm-demo-header{flex-direction:column;align-items:flex-start}
.gm-demo-header p{text-align:left}
.gm-demo-frame-wrap iframe{height:320px}
.gm-demo-container{padding:0 20px}
.gm-mech-container{padding:0 20px}
.gm-curr-container{padding:0 20px}
.gm-cta-container{padding:0 20px}
.gm-hero-btns{flex-direction:column}
.gm-cta-right{padding:28px 20px}
}
.sc_success_wrap{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 60px;position:relative;overflow:hidden;background:#FBFBFB}
.sc_success_wrap .bg_geo_layer{position:absolute;inset:0;pointer-events:none;z-index:0}
.sc_success_wrap .bg_geo_layer::before{content:'';position:absolute;top:-120px;right:-100px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#ffb41f21 0%,#0145510f 60%,transparent 80%)}
.sc_success_wrap .bg_geo_layer::after{content:'';position:absolute;bottom:-80px;left:-80px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#01455117 0%,transparent 70%)}
.sc_success_wrap .deco_ring_1{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:700px;height:700px;border:1px solid #ffb41f1a;border-radius:50%;pointer-events:none;z-index:0;animation:scs_ring_spin 28s linear infinite}
.sc_success_wrap .deco_ring_2{position:absolute;top:120px;left:50%;transform:translateX(-50%);width:460px;height:460px;border:1px dashed #0145511f;border-radius:50%;pointer-events:none;z-index:0;animation:scs_ring_spin 18s linear infinite reverse}
@keyframes scs_ring_spin {
from{transform:translateX(-50%) rotate(0deg)}
to{transform:translateX(-50%) rotate(360deg)}
}
.sc_success_inner{position:relative;z-index:2;max-width:680px;margin:0 auto;text-align:center}
.sc_icon_wrap{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#FFB41F 0%,#ffb41f99 100%);box-shadow:0 8px 24px #ffb41f59;margin-bottom:32px;position:relative}
.sc_icon_wrap::after{content:'';position:absolute;inset:-5px;border-radius:50%;border:2px solid #ffb41f40}
.sc_icon_wrap .icon-check{font-size:32px;color:#fff}
.sc_success_inner .scs_hdg{font-size:clamp(28px,4vw,44px);font-weight:800;color:#014551;line-height:1.18;margin:0 0 20px;letter-spacing:-.5px}
.sc_success_inner .scs_hdg span{color:#FFB41F;position:relative}
.sc_success_inner .scs_hdg span::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:3px;background:linear-gradient(90deg,#FFB41F,#ffb41f4d);border-radius:2px}
.sc_success_inner .scs_desc{font-size:17px;color:#3a4a4d;line-height:1.65;margin:0 0 40px;max-width:520px;margin-left:auto;margin-right:auto}
.scs_btn_row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.scs_btn_primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#014551;color:#fff;font-size:15px;font-weight:700;text-decoration:none;border-radius:4px;box-shadow:0 4px 16px #01455138;transition:background 300ms ease,box-shadow 300ms ease,transform 250ms ease;position:relative;z-index:3}
.scs_btn_primary:hover{background:#01303a;box-shadow:0 6px 22px #01455152;transform:translateY(-2px)}
.scs_btn_secondary{display:inline-flex;align-items:center;gap:8px;padding:13px 30px;background:transparent;color:#014551;font-size:15px;font-weight:600;text-decoration:none;border-radius:4px;border:2px solid #014551;transition:background 300ms ease,color 300ms ease,border-color 300ms ease,transform 250ms ease;position:relative;z-index:3}
.scs_btn_secondary:hover{background:#014551;color:#fff;transform:translateY(-2px)}
.sc_next_block{background:#014551;padding:64px 20px;position:relative;overflow:hidden}
.sc_next_block::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FFB41F,#ffb41f33,#FFB41F)}
.sc_next_block .deco_dots{position:absolute;top:0;right:0;width:260px;height:260px;opacity:.06;pointer-events:none;background-image:radial-gradient(circle,#FFB41F 1.5px,transparent 1.5px);background-size:22px 22px}
.sc_next_inner{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;position:relative;z-index:2}
.sc_next_card{background:#ffffff0d;border:1px solid #ffb41f2e;border-radius:6px;padding:32px 26px;transition:background 300ms ease,border-color 300ms ease,transform 280ms ease}
.sc_next_card:hover{background:#ffffff17;border-color:#ffb41f66;transform:translateY(-4px)}
.sc_next_card .nxt_icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:3px;background:#ffb41f26;margin-bottom:18px}
.sc_next_card .nxt_icon i{font-size:20px;color:#FFB41F}
.sc_next_card .nxt_title{font-size:16px;font-weight:700;color:#FBFBFB;margin:0 0 10px;line-height:1.3}
.sc_next_card .nxt_text{font-size:14px;color:#fbfbfbad;line-height:1.6;margin:0}
.sc_next_label{text-align:center;margin-bottom:40px;position:relative;z-index:2}
.sc_next_label .nxt_pre{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FFB41F;margin-bottom:12px}
.sc_next_label .nxt_hdg{font-size:clamp(20px,2.8vw,30px);font-weight:800;color:#FBFBFB;margin:0;line-height:1.25}
@media (max-width: 768px) {
.sc_next_inner{grid-template-columns:1fr;gap:20px}
.sc_success_wrap{padding:60px 20px 48px}
.scs_btn_row{flex-direction:column;align-items:stretch}
.scs_btn_primary,.scs_btn_secondary{justify-content:center;text-align:center}
.sc_next_block{padding:48px 20px}
.sc_success_wrap .deco_ring_1,.sc_success_wrap .deco_ring_2{display:none}
}
@media (min-width: 769px) and (max-width: 1024px) {
.sc_next_inner{grid-template-columns:1fr 1fr}
}