@import "https://cdn.jsdelivr.net/npm/@fontsource/open-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/open-sans@latest/700.css";
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Open Sans',Arial,sans-serif;font-size:1rem;line-height:1.6;color:#282626;background:#f8f7f5}
.header{background:#195A82;border-bottom:3px solid #ED7B00}
.header .heado-top{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:18px 24px 14px;gap:24px}
.header .site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.header .site-logo img{height:90px;width:90px;object-fit:contain;border-radius:8px;background:#fff;padding:6px;box-shadow:0 2px 10px #0000002e}
.header .main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.header .main-nav a{color:#e8f4fb;text-decoration:none;font-size:.95rem;padding:8px 16px;border-radius:6px;transition:background 0.2s,color .2s;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}
.header .main-nav a:hover{background:#ed7b002e;color:#ED7B00}
.header .main-nav a.nv-active{background:#ED7B00;color:#fff;font-weight:700}
.header .heado-bottom{background:linear-gradient(135deg,#282626 0%,#195A82 60%,#ED7B00 100%)}
.header .heado-bottom .heado-inner{max-width:1280px;margin:0 auto;padding:10px 24px;display:flex;align-items:center;gap:12px}
.header .heado-bottom .comp-label{color:#ffffffb8;font-size:.82rem;letter-spacing:2.5px;text-transform:uppercase;font-weight:400}
.header .heado-bottom .comp-name{color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:1px}
.header .heado-bottom .comp-divider{width:1px;height:18px;background:#ffffff4d}
@media (max-width: 768px) {
.header .heado-top{flex-direction:column;align-items:flex-start;padding:14px 16px 10px}
.header .main-nav{justify-content:flex-start;gap:4px}
.header .main-nav a{font-size:.88rem;padding:8px 12px}
.header .heado-bottom .heado-inner{padding:8px 16px}
}
@media (max-width: 480px) {
.header .site-logo img{height:70px;width:70px}
.header .main-nav a{font-size:.82rem;padding:7px 10px}
}
.ft{background:#282626;color:#c9c5c0;padding:52px 0 0}
.ft .ft-container{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ft .ft-col h4{color:#ED7B00;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;font-weight:700}
.ft .ft-col p{font-size:.9rem;line-height:1.7;color:#a09b95}
.ft .ft-col address{font-style:normal;font-size:.9rem;line-height:1.8;color:#a09b95}
.ft .ft-col address i{color:#ED7B00;margin-right:8px}
.ft .ft-nav-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.ft .ft-nav-list a{color:#a09b95;text-decoration:none;font-size:.9rem;transition:color .2s;display:inline-flex;align-items:center;gap:6px}
.ft .ft-nav-list a:hover{color:#ED7B00}
.ft .ft-nav-list a i{font-size:.75rem}
.ft .ft-social{display:flex;gap:12px;margin-top:16px}
.ft .ft-social a{color:#a09b95;font-size:1.2rem;transition:color .2s}
.ft .ft-social a:hover{color:#ED7B00}
.ft .ft-bottom{max-width:1280px;margin:0 auto;padding:20px 24px;border-top:1px solid #ffffff14;margin-top:40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.ft .ft-bottom .ft-copy{font-size:.82rem;color:#6b6560}
.ft .ft-bottom .ft-badge{font-size:.78rem;color:#6b6560;display:flex;align-items:center;gap:6px}
.ft .ft-bottom .ft-badge i{color:#195A82}
@media (max-width: 1024px) {
.ft .ft-container{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.ft .ft-container{grid-template-columns:1fr;gap:28px;padding:0 16px}
.ft .ft-bottom{flex-direction:column;align-items:flex-start;padding:16px}
}
.ck-wrap{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-120%);z-index:9999;width:340px;max-width:calc(100vw - 32px);transition:transform .4s linear}
.ck-wrap.revealing{transform:translateY(-50%) translateX(0)}
.ck-wrap.hiding{transform:translateY(-50%) translateX(-120%)}
.ck-card{background:#fff;border-radius:10px;box-shadow:4px 4px 24px #2826262e inset 0 2px 6px #195a8212;border-left:4px solid #ED7B00;overflow:hidden}
.ck-card .ck-head{background:linear-gradient(135deg,#195A82 0%,#282626 100%);padding:16px 20px 12px}
.ck-card .ck-head h3{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:8px}
.ck-card .ck-head p{color:#ffffffb8;font-size:.78rem;line-height:1.5}
.ck-card .ck-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px}
.ck-card .ck-item{background:#f4f2ef;border-radius:8px;padding:10px 12px;border:1px solid #e8e4de}
.ck-card .ck-item[data-state="on"]{border-color:#195A82;background:#edf4f9}
.ck-card .ck-item label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.8rem;color:#282626;font-weight:700}
.ck-card .ck-item label input{accent-color:#195A82;width:15px;height:15px}
.ck-card .ck-item .ck-item-desc{font-size:.72rem;color:#6b6560;margin-top:4px;line-height:1.4}
.ck-card .ck-item-essential label{color:#195A82}
.ck-card .ck-item-essential input{opacity:.5}
.ck-card .ck-actions{display:flex;gap:8px;padding:0 16px 16px}
.ck-card .ck-butt{flex:1;padding:10px 8px;border-radius:50px;border:none;cursor:pointer;font-size:.82rem;font-weight:700;font-family:inherit;transition:opacity .2s;min-height:44px}
.ck-card .ck-butt-accept{background:#ED7B00;color:#fff}
.ck-card .ck-butt-decline{background:#f0ede8;color:#282626;border:1px solid #d8d3cc}
.ck-card .ck-butt:hover{opacity:.88}
.ck-card .ck-note{padding:0 16px 14px;font-size:.7rem;color:#9b9590;text-align:center;line-height:1.5}
@media (max-width: 480px) {
.ck-wrap{width:calc(100vw - 24px);left:12px;top:auto;bottom:16px;top:unset;transform:translateX(-120%) translateY(0)}
.ck-wrap.revealing{transform:translateX(0) translateY(0)}
.ck-wrap.hiding{transform:translateX(-120%) translateY(0)}
}
.policy-frame{max-width:860px;margin:0 auto;padding:48px 32px;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.8;color:#282626;background:#fff}
.policy-frame ul{margin:20px 0 24px;padding-left:28px;list-style:none}
.policy-frame ol{margin:20px 0 24px;padding-left:28px;list-style:none;counter-reset:policy-counter}
.policy-frame ul li{position:relative;padding:6px 0 6px 18px;color:#282626;font-size:15.5px;line-height:1.75;border-bottom:1px solid #f2f2f2}
.policy-frame ul li:last-child{border-bottom:none}
.policy-frame ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#ED7B00 0%,#195A82 100%)}
.policy-frame ol li{position:relative;padding:6px 0 6px 18px;color:#282626;font-size:15.5px;line-height:1.75;counter-increment:policy-counter;border-bottom:1px solid #f2f2f2}
.policy-frame ol li:last-child{border-bottom:none}
.policy-frame ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:6px;font-weight:700;font-size:13px;color:#195A82;min-width:16px}
.policy-frame ul ul,.policy-frame ol ol,.policy-frame ul ol,.policy-frame ol ul{margin:8px 0 8px 16px;padding-left:16px}
.policy-frame ul ul li::before{width:5px;height:5px;background:#ED7B00;opacity:.6}
.policy-frame em{font-style:italic;color:#195A82}
.policy-frame i{font-style:italic;color:#555}
.policy-frame a{color:#195A82;text-decoration:underline;text-decoration-color:#195a8266;text-underline-offset:3px;transition:color .2s linear,text-decoration-color .2s linear;font-weight:500;word-break:break-word}
.policy-frame a:hover{color:#ED7B00;text-decoration-color:#ed7b0099}
.policy-frame a:visited{color:#7a4fa0;text-decoration-color:#7a4fa066}
.policy-frame a:focus{outline:2px solid #ED7B00;outline-offset:3px;border-radius:3px}
.policy-frame table{width:100%;border-collapse:collapse;margin:28px 0;font-size:14.5px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #28262614 0 1px 4px #2826260d}
.policy-frame thead{background:linear-gradient(135deg,#195A82 0%,#282626 100%)}
.policy-frame thead tr{background:transparent}
.policy-frame thead th{padding:14px 18px;text-align:left;font-size:13px;font-weight:700;color:#fff;letter-spacing:.06em;text-transform:uppercase;border:none}
.policy-frame tbody{background:#fff}
.policy-frame tbody tr{border-bottom:1px solid #eef0f3;transition:background .15s linear}
.policy-frame tbody tr:last-child{border-bottom:none}
.policy-frame tbody tr:hover{background:#195a820a}
.policy-frame tbody tr:nth-child(even){background:#ed7b0008}
.policy-frame tbody tr:nth-child(even):hover{background:#195a820f}
.policy-frame td{padding:13px 18px;color:#282626;font-size:14.5px;line-height:1.65;vertical-align:top;border-right:1px solid #eef0f3}
.policy-frame td:last-child{border-right:none}
.policy-frame th{border-right:1px solid #ffffff26}
.policy-frame th:last-child{border-right:none}
.policy-frame hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#ED7B00 20%,#195A82 80%,transparent 100%);margin:40px 0;opacity:.5}
.policy-frame div{margin-bottom:12px}
.policy-frame div p{margin:0 0 12px}
@media (max-width: 768px) {
.policy-frame{padding:32px 20px;font-size:15px}
.policy-frame ul{padding-left:18px}
.policy-frame ol{padding-left:18px}
.policy-frame table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:6px;font-size:13.5px}
.policy-frame thead th{padding:11px 13px;font-size:12px}
.policy-frame td{padding:10px 13px;font-size:13.5px}
.policy-frame hr{margin:28px 0}
}
@media (max-width: 480px) {
.policy-frame{padding:24px 16px;font-size:14.5px;line-height:1.75}
.policy-frame ul li,.policy-frame ol li{font-size:14.5px;padding:5px 0 5px 16px}
.policy-frame thead th{padding:10px 11px;white-space:nowrap}
.policy-frame td{padding:9px 11px;white-space:nowrap}
}
@media (min-width: 1024px) {
.policy-frame{padding:64px 48px;font-size:16.5px}
.policy-frame ul li,.policy-frame ol li{font-size:16px}
.policy-frame td{font-size:15px}
}
.careers-heado{position:relative;overflow:hidden;padding:90px 20px 80px;background:linear-gradient(335deg,#ED7B00 0%,#195A82 50%,#282626 100%)}
.careers-heado .heado-layer{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}
.careers-heado .heado-layer::before{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:#ed7b002e;top:-100px;right:-80px;animation:floatCircle 7s ease-in-out infinite alternate}
.careers-heado .heado-layer::after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:#195a8238;bottom:-60px;left:5%;animation:floatCircle 9s ease-in-out infinite alternate-reverse}
@keyframes floatCircle {
from{transform:translateY(0) scale(1)}
to{transform:translateY(-28px) scale(1.06)}
}
.careers-heado .heado-container{max-width:1280px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.careers-heado .heado-txt{flex:1 1 0;min-width:0}
.careers-heado .heado-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff21;border:1px solid #ed7b0073;border-radius:24px;padding:6px 18px;color:#ffd49e;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:22px}
.careers-heado .heado-h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 20px}
.careers-heado .heado-h1 span{color:#ED7B00}
.careers-heado .heado-desc{font-size:1.08rem;color:#ffffffd1;line-height:1.65;max-width:520px;margin:0 0 32px}
.careers-heado .heado-ctas{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.careers-heado .butt-main{background:#ED7B00;color:#fff;border:none;border-radius:8px;padding:14px 30px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s linear,box-shadow .2s linear,transform .15s linear;box-shadow:0 4px 18px #ed7b0052;display:inline-block}
.careers-heado .butt-main:hover{background:#c96500;transform:translateY(-2px);box-shadow:0 8px 24px #ed7b006b}
.careers-heado .butt-outline{background:transparent;color:#fff;border:2px solid #ffffff8c;border-radius:8px;padding:12px 28px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:border-color .2s linear,background .2s linear;display:inline-block}
.careers-heado .butt-outline:hover{border-color:#ED7B00;background:#ed7b001f}
.careers-heado .heado-img-wrap{flex:0 0 420px;max-width:420px;position:relative}
.careers-heado .heado-img-wrap img{width:100%;height:320px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 16px 48px #00000061;animation:imgFloat 6s ease-in-out infinite alternate}
@keyframes imgFloat {
from{transform:translateY(0)}
to{transform:translateY(-12px)}
}
.careers-heado .heado-img-wrap::before{content:'';position:absolute;inset:-10px;border:2px dashed #ed7b0059;border-radius:20px;pointer-events:none;animation:rotateBorder 18s linear infinite}
@keyframes rotateBorder {
to{transform:rotate(360deg)}
}
.why-join-sect{background:#f7f4f0;padding:80px 20px}
.why-join-sect .wj-container{max-width:1280px;margin:auto}
.why-join-sect .wj-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px}
.why-join-sect .wj-hdg{max-width:540px}
.why-join-sect .wj-label{display:inline-block;background:#ED7B00;color:#fff;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:4px;margin-bottom:14px}
.why-join-sect .wj-h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#282626;line-height:1.2;margin:0 0 10px;position:relative;padding-bottom:18px}
.why-join-sect .wj-h2::after{content:'';position:absolute;left:0;bottom:0;width:56px;height:4px;background:linear-gradient(90deg,#ED7B00,#195A82);border-radius:2px}
.why-join-sect .wj-sub{color:#555;font-size:1rem;line-height:1.6;margin:0}
.why-join-sect .wj-stat-row{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.why-join-sect .wj-stat{text-align:center;padding:14px 20px;background:#fff;border-radius:10px;border-top:3px solid #ED7B00;min-width:100px;box-shadow:0 2px 12px #28262612}
.why-join-sect .wj-stat .stat-num{font-size:1.5rem;font-weight:800;color:#195A82;display:block}
.why-join-sect .wj-stat .stat-lbl{font-size:.75rem;color:#777;text-transform:uppercase;letter-spacing:.05em}
.why-join-sect .wj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-join-sect .wj-card{background:#fff;border-radius:12px;padding:32px 28px;box-shadow:0 4px 20px #28262614;transition:transform .2s linear,box-shadow .2s linear;position:relative;overflow:hidden}
.why-join-sect .wj-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ED7B00,#195A82)}
.why-join-sect .wj-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #28262621}
.why-join-sect .wj-card .card-ico{width:48px;height:48px;background:linear-gradient(135deg,#ED7B00,#195A82);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;font-size:1.3rem}
.why-join-sect .wj-card h4{font-size:1.08rem;font-weight:700;color:#282626;margin:0 0 10px}
.why-join-sect .wj-card p{font-size:.93rem;color:#666;line-height:1.6;margin:0}
.jobs-sect{padding:80px 20px;background:#fff}
.jobs-sect .jobs-container{max-width:1280px;margin:auto}
.jobs-sect .jobs-header{display:flex;flex-direction:row;align-items:center;gap:20px;margin-bottom:44px}
.jobs-sect .jobs-header-txt h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#282626;margin:0 0 8px}
.jobs-sect .jobs-header-txt p{font-size:.97rem;color:#666;margin:0}
.jobs-sect .jobs-tabs-wrap{display:flex;flex-direction:column;gap:0}
.jobs-sect input[type="radio"]{display:none}
.jobs-sect .tab-labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #e8e4df;margin-bottom:32px;flex-wrap:wrap}
.jobs-sect .tab-labels label{padding:12px 24px;font-size:.92rem;font-weight:600;color:#888;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s linear,border-color .15s linear;white-space:nowrap}
.jobs-sect .tab-labels label:hover{color:#195A82}
.jobs-sect #tab-all:checked ~ .tab-labels label[for="tab-all"],.jobs-sect #tab-edu:checked ~ .tab-labels label[for="tab-edu"],.jobs-sect #tab-tech:checked ~ .tab-labels label[for="tab-tech"],.jobs-sect #tab-mkt:checked ~ .tab-labels label[for="tab-mkt"]{color:#ED7B00;border-bottom-color:#ED7B00}
.jobs-sect .tab-pane{display:none}
.jobs-sect #tab-all:checked ~ .tab-content .pane-all,.jobs-sect #tab-edu:checked ~ .tab-content .pane-edu,.jobs-sect #tab-tech:checked ~ .tab-content .pane-tech,.jobs-sect #tab-mkt:checked ~ .tab-content .pane-mkt{display:block}
.jobs-sect .job-listing{display:flex;flex-direction:column;gap:16px}
.jobs-sect .job-card{border:1.5px solid #e8e4df;border-radius:10px;padding:24px 28px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;transition:border-color .2s linear,box-shadow .2s linear;background:#fff}
.jobs-sect .job-card:hover{border-color:#ED7B00;box-shadow:0 4px 20px #ed7b001f}
.jobs-sect .job-card .jc-left{display:flex;flex-direction:row;align-items:center;gap:20px;flex:1 1 0;min-width:0}
.jobs-sect .job-card .jc-ico{width:44px;height:44px;background:linear-gradient(135deg,#195A82 0%,#282626 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.15rem;flex-shrink:0}
.jobs-sect .job-card .jc-info h5{font-size:1rem;font-weight:700;color:#282626;margin:0 0 6px}
.jobs-sect .job-card .jc-info .jc-meta{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.jobs-sect .job-card .jc-info .jc-meta span{font-size:.8rem;color:#888;display:flex;align-items:center;gap:4px}
.jobs-sect .job-card .jc-badge{display:inline-block;background:#195a821a;color:#195A82;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:20px;white-space:nowrap}
.jobs-sect .job-card .jc-badge.remote{background:#ed7b001a;color:#c96500}
.jobs-sect .job-card .jc-apply{background:#195A82;color:#fff;border:none;border-radius:7px;padding:10px 22px;font-size:.88rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s linear;white-space:nowrap;display:inline-block}
.jobs-sect .job-card .jc-apply:hover{background:#ED7B00}
.apply-sect{padding:80px 20px;background:linear-gradient(335deg,#282626 0%,#195A82 60%,#1a3a50 100%);position:relative;overflow:hidden}
.apply-sect::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;background:#ed7b001f;border-radius:50%;pointer-events:none}
.apply-sect::after{content:'';position:absolute;bottom:-80px;left:8%;width:200px;height:200px;background:#195a822e;border-radius:50%;pointer-events:none}
.apply-sect .apply-container{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;position:relative;z-index:2}
.apply-sect .apply-txt h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fff;margin:0 0 18px;line-height:1.2}
.apply-sect .apply-txt h2 span{color:#ED7B00}
.apply-sect .apply-txt p{color:#ffffffc7;font-size:.97rem;line-height:1.65;margin:0 0 28px}
.apply-sect .apply-img{width:100%;height:240px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 10px 36px #00000059}
.apply-sect .apply-perks{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}
.apply-sect .apply-perks li{display:flex;flex-direction:row;align-items:center;gap:10px;color:#ffffffd9;font-size:.93rem}
.apply-sect .apply-perks li i{color:#ED7B00;font-size:1rem;flex-shrink:0}
.apply-sect .apply-form-wrap{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;padding:38px 36px;backdrop-filter:blur(6px)}
.apply-sect .apply-form-wrap h3{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 24px}
.apply-sect .form-row{display:flex;flex-direction:row;gap:14px;margin-bottom:14px}
.apply-sect .form-grp{display:flex;flex-direction:column;gap:6px;flex:1 1 0}
.apply-sect .form-grp label{font-size:.82rem;color:#ffffffa6;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.apply-sect .form-grp input,.apply-sect .form-grp select,.apply-sect .form-grp textarea{background:#ffffff1a;border:1.5px solid #ffffff2e;border-radius:8px;padding:12px 14px;color:#fff;font-size:.93rem;outline:none;transition:border-color .2s linear;width:100%;box-sizing:border-box}
.apply-sect .form-grp input::placeholder,.apply-sect .form-grp textarea::placeholder{color:#ffffff59}
.apply-sect .form-grp input:focus,.apply-sect .form-grp select:focus,.apply-sect .form-grp textarea:focus{border-color:#ED7B00}
.apply-sect .form-grp select option{background:#195A82;color:#fff}
.apply-sect .form-grp textarea{resize:vertical;min-height:90px}
.apply-sect .form-full{margin-bottom:14px}
.apply-sect .butt-send{background:linear-gradient(90deg,#ED7B00,#c96500);color:#fff;border:none;border-radius:8px;padding:14px 36px;font-size:1rem;font-weight:700;cursor:pointer;width:100%;transition:opacity .2s linear,transform .15s linear;margin-top:6px}
.apply-sect .butt-send:hover{opacity:.9;transform:translateY(-2px)}
@media (max-width: 1024px) {
.careers-heado .heado-img-wrap{flex:0 0 320px;max-width:320px}
.why-join-sect .wj-grid{grid-template-columns:repeat(2,1fr)}
.apply-sect .apply-container{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.careers-heado .heado-container{flex-direction:column}
.careers-heado .heado-img-wrap{flex:0 0 auto;max-width:100%;width:100%}
.careers-heado .heado-img-wrap img{height:220px}
.why-join-sect .wj-top{flex-direction:column;align-items:flex-start}
.why-join-sect .wj-grid{grid-template-columns:1fr}
.jobs-sect .job-card{flex-direction:column;align-items:flex-start}
.jobs-sect .job-card .jc-left{width:100%}
.apply-sect .apply-form-wrap{padding:24px 18px}
.apply-sect .form-row{flex-direction:column}
}
@media (max-width: 480px) {
.careers-heado{padding:60px 16px 56px}
.why-join-sect,.jobs-sect,.apply-sect{padding:56px 16px}
.jobs-sect .tab-labels{overflow-x:auto;flex-wrap:nowrap}
}
.heado-wrap{position:relative;overflow:hidden;background:linear-gradient(335deg,#ED7B00 0%,#195A82 50%,#282626 100%);padding:80px 20px 60px}
.heado-wrap .heado-container{max-width:1280px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.heado-wrap .heado-txt{flex:1 1 50%;min-width:0}
.heado-wrap .heado-badge{display:inline-flex;align-items:center;gap:8px;background:#ed7b002e;border:1px solid #ed7b0073;border-radius:24px;padding:6px 16px;color:#ED7B00;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}
.heado-wrap .heado-h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;color:#fff;line-height:1.18;margin:0 0 20px}
.heado-wrap .heado-h1 .hl-accent{color:#ED7B00}
.heado-wrap .heado-sub{color:#ffffffd1;font-size:1.05rem;line-height:1.65;max-width:520px;margin:0 0 32px}
.heado-wrap .heado-butt-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.heado-wrap .butt-primary{display:inline-flex;align-items:center;gap:8px;background:#ED7B00;color:#fff;font-size:.95rem;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;transition:background .2s linear,box-shadow .2s linear;box-shadow:0 4px 16px #ed7b0052;z-index:3}
.heado-wrap .butt-primary:hover{background:#c96b00;box-shadow:0 6px 24px #ed7b0070}
.heado-wrap .butt-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:.95rem;font-weight:600;padding:13px 26px;border-radius:8px;border:1.5px solid #ffffff61;text-decoration:none;transition:border-color .2s linear,background .2s linear;z-index:3}
.heado-wrap .butt-ghost:hover{border-color:#ED7B00;background:#ed7b001a}
.heado-wrap .heado-img-col{flex:1 1 42%;min-width:0;position:relative}
.heado-wrap .heado-img-col img{width:100%;height:420px;object-fit:cover;border-radius:12px;opacity:.82;display:block;box-shadow:0 12px 40px #00000061}
.heado-wrap .deco-circle{position:absolute;border-radius:50%;opacity:.1;pointer-events:none}
.heado-wrap .deco-circle-1{width:320px;height:320px;background:#ED7B00;top:-80px;right:-60px}
.heado-wrap .deco-circle-2{width:180px;height:180px;background:#195A82;bottom:-40px;left:-30px}
.heado-wrap .deco-dot-grid{position:absolute;top:20px;left:50%;width:120px;height:80px;background-image:radial-gradient(circle,#ffffff2e 1.5px,transparent 1.5px);background-size:16px 16px;pointer-events:none;z-index:1}
.stats-sect{background:#fff;padding:64px 20px}
.stats-sect .stats-container{max-width:1280px;margin:auto}
.stats-sect .stats-intro{text-align:center;margin-bottom:52px}
.stats-sect .stats-intro .sect-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ED7B00;display:block;margin-bottom:12px}
.stats-sect .stats-intro h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#282626;margin:0 0 10px}
.stats-sect .stats-intro p{color:#555;font-size:.98rem;max-width:520px;margin:0 auto;line-height:1.6}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat-card{background:linear-gradient(145deg,#f8f9fb 0%,#eef2f6 100%);border-radius:12px;padding:32px 24px;text-align:center;border-bottom:3px solid #ED7B00;box-shadow:0 2px 12px #195a8212;transition:box-shadow .2s linear,transform .2s linear}
.stat-card:hover{box-shadow:0 8px 28px #195a8224;transform:translateY(-3px)}
.stat-card .stat-icon{font-size:1.8rem;color:#195A82;margin-bottom:12px;display:block}
.stat-card .stat-num{font-size:2.4rem;font-weight:800;color:#ED7B00;line-height:1;margin-bottom:8px;display:block}
.stat-card .stat-lbl{font-size:.88rem;color:#555;font-weight:500;line-height:1.4}
.stats-bar-row{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:28px}
.bar-item{display:flex;flex-direction:column;gap:8px}
.bar-item .bar-labels{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.bar-item .bar-name{font-size:.9rem;font-weight:600;color:#282626}
.bar-item .bar-pct{font-size:.85rem;color:#ED7B00;font-weight:700}
.bar-track{height:8px;background:#e8edf2;border-radius:4px;overflow:hidden}
.bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#195A82 0%,#ED7B00 100%)}
.effi-sect{background:#f4f7fa;padding:72px 20px}
.effi-sect .effi-container{max-width:1280px;margin:auto;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.effi-sect .effi-left{flex:1 1 44%;min-width:0}
.effi-sect .effi-left .sect-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#195A82;display:block;margin-bottom:14px}
.effi-sect .effi-left h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#282626;margin:0 0 20px;line-height:1.28}
.effi-sect .effi-left h2 span{color:#ED7B00}
.effi-sect .effi-left p{color:#555;font-size:.97rem;line-height:1.65;margin:0 0 16px}
.effi-sect .effi-left .effi-img-wrap{margin-top:28px;border-radius:10px;overflow:hidden;box-shadow:0 8px 28px #28262624}
.effi-sect .effi-left .effi-img-wrap img{width:100%;height:260px;object-fit:cover;display:block}
.effi-sect .effi-right{flex:1 1 50%;min-width:0}
.effi-feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.effi-feat-card{background:#fff;border-radius:10px;padding:24px 20px;box-shadow:0 2px 10px #195a8212;border-top:3px solid transparent;transition:border-color .2s linear,box-shadow .2s linear}
.effi-feat-card:hover{border-top-color:#ED7B00;box-shadow:0 6px 22px #ed7b001f}
.effi-feat-card .effi-icon{width:42px;height:42px;background:linear-gradient(135deg,#195A82 0%,#ED7B00 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.effi-feat-card .effi-icon i{color:#fff;font-size:1.2rem}
.effi-feat-card h4{font-size:.97rem;font-weight:700;color:#282626;margin:0 0 8px}
.effi-feat-card p{font-size:.84rem;color:#666;line-height:1.55;margin:0}
.about-sect{padding:72px 20px;background:linear-gradient(335deg,#282626 0%,#195A82 60%,#ED7B00 100%);position:relative;overflow:hidden}
.about-sect .about-deco{position:absolute;inset:0;pointer-events:none;z-index:0}
.about-sect .about-deco-shape{position:absolute;border:1.5px solid #ffffff12;border-radius:50%}
.about-sect .about-deco-shape-1{width:400px;height:400px;top:-120px;right:-80px}
.about-sect .about-deco-shape-2{width:220px;height:220px;bottom:-60px;left:-40px}
.about-sect .about-container{max-width:1280px;margin:auto;position:relative;z-index:1;display:flex;flex-direction:row;gap:56px;align-items:center}
.about-sect .about-img-col{flex:0 0 420px;min-width:0}
.about-sect .about-img-col img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 16px 48px #00000061;display:block}
.about-sect .about-txt{flex:1 1 auto;min-width:0}
.about-sect .about-txt .sect-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ED7B00;display:block;margin-bottom:14px}
.about-sect .about-txt h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;margin:0 0 20px;line-height:1.24}
.about-sect .about-txt p{color:#ffffffd1;font-size:.97rem;line-height:1.68;margin:0 0 16px}
.about-value-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}
.about-value-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;color:#ffffffe0;font-size:.93rem;line-height:1.52}
.about-value-list li .li-icon{flex-shrink:0;width:24px;height:24px;background:#ed7b0038;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.about-value-list li .li-icon i{color:#ED7B00;font-size:.78rem}
.about-cta-row{margin-top:32px;display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.about-cta-row .cta-primary{display:inline-flex;align-items:center;gap:8px;background:#ED7B00;color:#fff;font-size:.93rem;font-weight:700;padding:13px 26px;border-radius:8px;text-decoration:none;transition:background .2s linear;z-index:3}
.about-cta-row .cta-primary:hover{background:#c96b00}
.about-cta-row .cta-link{display:inline-flex;align-items:center;gap:6px;color:#ffffffc7;font-size:.93rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .2s linear;z-index:3}
.about-cta-row .cta-link:hover{color:#ED7B00}
.process-sect{background:#fff;padding:72px 20px}
.process-sect .process-container{max-width:1280px;margin:auto}
.process-sect .process-intro{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:52px;gap:32px}
.process-sect .process-intro-left h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#282626;margin:0 0 10px;line-height:1.24}
.process-sect .process-intro-left h2 .hl-orange{color:#ED7B00}
.process-sect .process-intro-left .sect-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#195A82;display:block;margin-bottom:12px}
.process-sect .process-intro-right p{color:#666;font-size:.96rem;line-height:1.62;max-width:400px;margin:0}
.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}
.process-steps::after{content:'';position:absolute;top:36px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#195A82 0%,#ED7B00 100%);z-index:0}
.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative;z-index:1}
.process-step .step-num-wrap{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:20px;box-shadow:0 4px 18px #195a8238;background:linear-gradient(135deg,#195A82 0%,#282626 100%);border:3px solid #fff;transition:transform .2s linear}
.process-step:hover .step-num-wrap{transform:scale(1.10)}
.process-step.active-step .step-num-wrap{background:linear-gradient(135deg,#ED7B00 0%,#c96b00 100%);box-shadow:0 6px 24px #ed7b0061}
.process-step h4{font-size:.95rem;font-weight:700;color:#282626;margin:0 0 8px}
.process-step p{font-size:.82rem;color:#666;line-height:1.52;margin:0}
.process-steps-mobile{display:none;flex-direction:column;gap:18px}
.step-mob-card{display:flex;flex-direction:row;gap:16px;align-items:flex-start;background:#f4f7fa;border-radius:10px;padding:20px 18px}
.step-mob-card .smob-num{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#195A82 0%,#282626 100%);color:#fff;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center}
.step-mob-card h4{font-size:.95rem;font-weight:700;color:#282626;margin:0 0 6px}
.step-mob-card p{font-size:.84rem;color:#666;line-height:1.52;margin:0}
@media (max-width: 1024px) {
.stats-grid{grid-template-columns:repeat(2,1fr)}
.stats-bar-row{grid-template-columns:1fr}
.effi-sect .effi-container{flex-direction:column;gap:36px}
.about-sect .about-container{flex-direction:column;gap:36px}
.about-sect .about-img-col{flex:none;width:100%}
.process-steps{display:none}
.process-steps-mobile{display:flex}
.process-sect .process-intro{flex-direction:column;align-items:flex-start}
}
@media (max-width: 768px) {
.heado-wrap .heado-container{flex-direction:column;gap:32px}
.heado-wrap .heado-img-col img{height:240px}
.stats-grid{grid-template-columns:1fr 1fr;gap:16px}
.effi-feat-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.stats-grid{grid-template-columns:1fr}
.heado-wrap{padding:52px 16px 40px}
.stats-sect,.effi-sect,.about-sect,.process-sect{padding:48px 16px}
}
.ct-page-wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.ct-hero-block{position:relative;overflow:hidden;background:linear-gradient(335deg,#ED7B00 0%,#195A82 50%,#282626 100%);padding:80px 0 60px}
.ct-hero-block::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:#ed7b0026;pointer-events:none}
.ct-hero-block::after{content:'';position:absolute;bottom:-60px;left:10%;width:180px;height:180px;background:#195a8233;transform:rotate(45deg);pointer-events:none}
.ct-hero-inner{display:flex;flex-direction:row;align-items:center;gap:48px;max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.ct-hero-txt{flex:1 1 0;min-width:0}
.ct-hero-label{display:inline-block;background:#ed7b0033;border:1px solid #ed7b0080;color:#ED7B00;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:22px}
.ct-hero-txt h1{font-size:2.8rem;font-weight:800;line-height:1.15;margin:0 0 20px;color:#fff}
.ct-hero-txt h1 .ct-h1-accent{color:#ED7B00;position:relative}
.ct-hero-txt h1 .ct-h1-accent::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#ED7B00,transparent);border-radius:2px}
.ct-hero-desc{color:#ffffffd1;font-size:1.05rem;line-height:1.65;max-width:480px;margin:0}
.ct-hero-img-wrap{flex:0 0 400px;position:relative}
.ct-hero-img-wrap img{width:400px;height:300px;object-fit:cover;border-radius:10px;display:block;filter:saturate(0.85) brightness(0.9) sepia(0.15);box-shadow:0 12px 40px #00000059}
.ct-hero-img-wrap::before{content:'';position:absolute;top:-10px;left:-10px;width:100%;height:100%;border:2px solid #ed7b0066;border-radius:12px;z-index:0}
.ct-hero-img-wrap img{position:relative;z-index:1}
.ct-deco-shape{position:absolute;top:20px;right:-20px;z-index:2}
.ct-info-block{background:#f7f8fa;padding:72px 0}
.ct-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1280px;margin:0 auto;padding:0 20px}
.ct-info-card{background:#fff;border-radius:10px;padding:32px 28px;box-shadow:0 2px 16px #28262612;border-top:4px solid #ED7B00;display:flex;flex-direction:column;gap:12px}
.ct-info-card.ct-info-card-2{border-top-color:#195A82}
.ct-info-card.ct-info-card-3{border-top-color:#282626}
.ct-info-icon{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,#ED7B00,#195A82);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}
.ct-info-card.ct-info-card-2 .ct-info-icon{background:linear-gradient(135deg,#195A82,#282626)}
.ct-info-card.ct-info-card-3 .ct-info-icon{background:linear-gradient(135deg,#282626,#195A82)}
.ct-info-card h4{font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#195A82;margin:0}
.ct-info-card p{font-size:.97rem;color:#444;line-height:1.55;margin:0}
.ct-info-card a{color:#ED7B00;text-decoration:none;font-weight:600;transition:color .2s linear}
.ct-info-card a:hover{color:#195A82}
.ct-form-section{background:#fff;padding:80px 0}
.ct-form-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.ct-form-left{flex:1 1 0;min-width:0}
.ct-form-section-tag{display:inline-block;color:#ED7B00;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-left:3px solid #ED7B00;padding-left:10px;margin-bottom:16px}
.ct-form-left h2{font-size:2rem;font-weight:800;color:#282626;line-height:1.2;margin:0 0 16px}
.ct-form-left h2 span{color:#195A82}
.ct-form-left p{color:#555;font-size:.97rem;line-height:1.65;max-width:400px;margin:0 0 32px}
.ct-expect-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.ct-expect-list li{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:#333;line-height:1.5}
.ct-expect-list li .bi{color:#ED7B00;font-size:1.1rem;margin-top:2px;flex-shrink:0}
.ct-form-right{flex:0 0 500px;min-width:0}
.ct-contact-form{background:linear-gradient(160deg,#f7f8fa 0%,#eef2f6 100%);border-radius:12px;padding:40px 36px;box-shadow:0 4px 24px #195a8217}
.ct-field-row{display:flex;flex-direction:row;gap:16px;margin-bottom:18px}
.ct-field-grp{display:flex;flex-direction:column;gap:6px;flex:1 1 0;margin-bottom:18px}
.ct-field-grp label{font-size:.82rem;font-weight:700;color:#282626;letter-spacing:.04em}
.ct-field-grp .ct-req{color:#ED7B00;margin-left:2px}
.ct-field-grp input[type="text"],.ct-field-grp input[type="email"],.ct-field-grp select,.ct-field-grp textarea{background:#fff;border:1.5px solid #d0d8e4;border-radius:6px;padding:11px 14px;font-size:.95rem;color:#282626;width:100%;box-sizing:border-box;transition:border-color .2s linear,box-shadow .2s linear;outline:none;-webkit-appearance:none;appearance:none}
.ct-field-grp input[type="text"]:focus,.ct-field-grp input[type="email"]:focus,.ct-field-grp select:focus,.ct-field-grp textarea:focus{border-color:#195A82;box-shadow:0 0 0 3px #195a821f}
.ct-field-grp select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23195A82' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}
.ct-field-grp textarea{resize:vertical;min-height:90px}
.ct-radio-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:4px}
.ct-radio-label{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:.9rem;color:#333;background:#fff;border:1.5px solid #d0d8e4;border-radius:6px;padding:8px 14px;transition:border-color .2s linear,background .2s linear}
.ct-radio-label input[type="radio"]{accent-color:#195A82;width:16px;height:16px;cursor:pointer}
.ct-radio-label:has(input[type="radio"]:checked){border-color:#195A82;background:#195a820f;color:#195A82;font-weight:600}
.ct-privacy-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:22px}
.ct-privacy-row input[type="checkbox"]{accent-color:#ED7B00;width:17px;height:17px;margin-top:2px;flex-shrink:0;cursor:pointer}
.ct-privacy-row span{font-size:.82rem;color:#555;line-height:1.5}
.ct-privacy-row span a{color:#195A82;font-weight:600;text-decoration:underline}
.ct-submit-butt{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,#ED7B00 0%,#195A82 100%);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:6px;padding:14px 36px;cursor:pointer;width:100%;letter-spacing:.03em;transition:opacity .2s linear,box-shadow .2s linear;box-shadow:0 4px 16px #ed7b002e;position:relative;z-index:2}
.ct-submit-butt:hover{opacity:.9;box-shadow:0 6px 22px #ed7b0047}
.ct-submit-butt:active{opacity:.8}
.ct-divider-wave{width:100%;line-height:0;overflow:hidden}
.ct-divider-wave svg{display:block;width:100%}
.ct-faq-section{background:linear-gradient(170deg,#282626 0%,#195A82 100%);padding:72px 0}
.ct-faq-inner{max-width:1280px;margin:0 auto;padding:0 20px}
.ct-faq-head{text-align:center;margin-bottom:48px}
.ct-faq-head h2{font-size:1.9rem;font-weight:800;color:#fff;margin:0 0 10px}
.ct-faq-head p{color:#ffffffb8;font-size:.97rem;margin:0}
.ct-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ct-faq-item{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;overflow:hidden}
.ct-faq-item input[type="checkbox"]{display:none}
.ct-faq-q{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;font-size:.97rem;font-weight:700;color:#fff;transition:background .2s linear;gap:12px;user-select:none}
.ct-faq-q:hover{background:#ed7b001a}
.ct-faq-q .ct-faq-ico{flex-shrink:0;font-size:1.1rem;color:#ED7B00;transition:transform .25s linear}
.ct-faq-item input[type="checkbox"]:checked ~ .ct-faq-q .ct-faq-ico{transform:rotate(45deg)}
.ct-faq-ans{max-height:0;overflow:hidden;transition:max-height .35s linear,padding .25s linear;padding:0 24px}
.ct-faq-item input[type="checkbox"]:checked ~ .ct-faq-ans{max-height:200px;padding:0 24px 20px}
.ct-faq-ans p{font-size:.9rem;color:#ffffffbf;line-height:1.65;margin:0}
@media (max-width: 1024px) {
.ct-hero-inner{gap:32px}
.ct-hero-img-wrap{flex:0 0 300px}
.ct-hero-img-wrap img{width:300px;height:230px}
.ct-hero-txt h1{font-size:2.1rem}
.ct-info-grid{grid-template-columns:1fr 1fr}
.ct-form-container{gap:36px}
.ct-form-right{flex:0 0 420px}
.ct-faq-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.ct-hero-inner{flex-direction:column;gap:28px}
.ct-hero-img-wrap{flex:none;width:100%}
.ct-hero-img-wrap img{width:100%;height:220px}
.ct-hero-txt h1{font-size:1.7rem}
.ct-info-grid{grid-template-columns:1fr}
.ct-form-container{flex-direction:column;gap:36px}
.ct-form-right{flex:none;width:100%}
.ct-contact-form{padding:28px 18px}
.ct-field-row{flex-direction:column;gap:0}
.ct-faq-grid{grid-template-columns:1fr}
.ct-hero-block{padding:50px 0 40px}
.ct-info-block{padding:48px 0}
.ct-form-section{padding:52px 0}
.ct-faq-section{padding:48px 0}
}
@media (max-width: 480px) {
.ct-hero-txt h1{font-size:1.4rem}
.ct-form-left h2{font-size:1.5rem}
.ct-radio-group{flex-direction:column}
}
.abt-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.title-heado{position:relative;overflow:hidden;padding:80px 0 60px;background:linear-gradient(335deg,#ED7B00 0%,#195A82 50%,#282626 100%)}
.title-heado::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#ed7b0059 0%,transparent 70%);pointer-events:none}
.title-heado::after{content:'';position:absolute;bottom:-60px;left:10%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#195a824d 0%,transparent 70%);pointer-events:none}
.title-heado .abt-wrap{display:flex;flex-direction:row;align-items:center;gap:56px;position:relative;z-index:2}
.title-text-side{flex:1 1 50%}
.title-tag{display:inline-block;background:#ed7b0038;border:1px solid #ed7b0080;color:#ED7B00;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:4px;margin-bottom:20px}
.title-heado .main-heading{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.1;color:#fff;margin:0 0 8px}
.title-heado .main-heading span{color:#ED7B00}
.title-heado .sub-heading{font-size:clamp(18px,2.5vw,26px);font-weight:400;color:#ffffffbf;margin:0 0 24px;line-height:1.35}
.title-heado .intro-para{font-size:16px;line-height:1.7;color:#ffffffd1;max-width:480px;margin:0 0 32px}
.title-cta-butt{display:inline-flex;align-items:center;gap:10px;background:#ED7B00;color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;transition:background .25s linear,box-shadow .25s linear;box-shadow:0 4px 18px #ed7b0059;z-index:5;position:relative}
.title-cta-butt:hover{background:#c96800;box-shadow:0 6px 24px #ed7b0080}
.title-img-side{flex:1 1 45%;position:relative}
.title-img-side img{width:100%;height:400px;object-fit:cover;border-radius:12px;display:block;filter:contrast(1.08) saturate(1.1);box-shadow:0 16px 48px #00000061}
.title-img-side::before{content:'';position:absolute;top:-12px;left:-12px;width:100%;height:100%;border:2px solid #ed7b0066;border-radius:14px;z-index:0}
.title-img-side img{position:relative;z-index:1}
.story-sect{padding:80px 0;background:#f7f4f0;position:relative}
.story-sect::before{content:'';display:block;width:100%;height:3px;background:linear-gradient(90deg,#ED7B00,#195A82,#282626);position:absolute;top:0;left:0}
.story-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}
.story-col-main{grid-column:1 / 3;padding-right:48px;border-right:1px solid #ddd}
.story-col-aside{padding-left:48px;display:flex;flex-direction:column;gap:28px}
.sect-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#195A82;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.sect-eyebrow::before{content:'';width:28px;height:2px;background:#195A82;display:inline-block}
.story-col-main h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#282626;line-height:1.15;margin:0 0 20px}
.story-col-main h2 .hl{color:#195A82}
.story-col-main .story-txt{font-size:16px;line-height:1.75;color:#444;margin-bottom:16px}
.story-col-main .story-txt:last-child{margin-bottom:0}
.stat-card{background:#fff;border-radius:10px;padding:24px 20px;box-shadow:0 4px 16px #28262617;border-left:4px solid #ED7B00}
.stat-card .stat-num{font-size:36px;font-weight:800;color:#ED7B00;line-height:1;margin-bottom:6px}
.stat-card .stat-lbl{font-size:13px;color:#555;line-height:1.5}
.stat-card.alt-card{border-left-color:#195A82}
.stat-card.alt-card .stat-num{color:#195A82}
.values-sect{padding:80px 0;background:#fff}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.val-card{background:linear-gradient(160deg,#f8f9ff 0%,#fff 100%);border:1px solid #e8eaf0;border-radius:12px;padding:32px 24px;transition:box-shadow .25s linear,transform .25s linear;position:relative;overflow:hidden}
.val-card::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#ED7B00,#195A82);transition:width .3s linear}
.val-card:hover::after{width:100%}
.val-card:hover{box-shadow:0 10px 32px #195a8224;transform:translateY(-4px)}
.val-icon{width:52px;height:52px;border-radius:10px;background:linear-gradient(135deg,#ED7B00,#c96800);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px;color:#fff}
.val-card.v2 .val-icon{background:linear-gradient(135deg,#195A82,#0f3e5e)}
.val-card.v3 .val-icon{background:linear-gradient(135deg,#282626,#444)}
.val-card h4{font-size:18px;font-weight:700;color:#282626;margin:0 0 12px}
.val-card p{font-size:14px;line-height:1.7;color:#555;margin:0}
.sect-head-center{text-align:center;max-width:620px;margin:0 auto}
.sect-head-center h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#282626;margin:12px 0 16px;line-height:1.2}
.sect-head-center p{font-size:15px;line-height:1.7;color:#666;margin:0}
.approach-sect{padding:80px 0;background:linear-gradient(335deg,#282626 0%,#195A82 60%,#1a3a50 100%);position:relative;overflow:hidden}
.approach-sect::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#ed7b0026 0%,transparent 65%)}
.approach-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;position:relative;z-index:2}
.approach-left h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#fff;line-height:1.15;margin:0 0 20px}
.approach-left h2 em{font-style:normal;color:#ED7B00}
.approach-left .appr-txt{font-size:15px;line-height:1.75;color:#ffffffc7;margin-bottom:14px}
.approach-img-wrap{position:relative}
.approach-img-wrap img{width:100%;height:360px;object-fit:cover;border-radius:10px;display:block;box-shadow:0 20px 48px #0006}
.appr-badge{position:absolute;bottom:-16px;left:-16px;background:#ED7B00;color:#fff;border-radius:10px;padding:16px 20px;box-shadow:0 8px 24px #ed7b0066;z-index:3}
.appr-badge .bdg-num{font-size:28px;font-weight:800;line-height:1}
.appr-badge .bdg-txt{font-size:12px;opacity:.9;margin-top:4px}
.steps-list{list-style:none;padding:0;margin:28px 0 0;display:flex;flex-direction:column;gap:16px}
.steps-list li{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.step-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:2px solid #ED7B00;color:#ED7B00;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}
.step-txt strong{display:block;font-size:15px;font-weight:700;color:#fff;margin-bottom:4px}
.step-txt span{font-size:13px;color:#ffffffad;line-height:1.5}
.proof-sect{padding:80px 0 60px;background:#f2f5f9;position:relative}
.proof-sect::after{content:'';display:block;width:100%;height:3px;background:linear-gradient(90deg,#195A82,#ED7B00);position:absolute;bottom:0;left:0}
.proof-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center;margin-top:48px}
.proof-img-col img{width:100%;height:380px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 12px 36px #195a822e}
.proof-content h2{font-size:clamp(24px,3vw,34px);font-weight:800;color:#282626;line-height:1.2;margin:0 0 18px}
.proof-content h2 .acc{color:#ED7B00}
.proof-content .proof-para{font-size:15px;line-height:1.75;color:#555;margin-bottom:14px}
.kw-pill{display:inline-block;background:#ed7b001a;border:1px solid #ed7b0040;color:#c96800;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;margin:4px 4px 4px 0}
.accord-list{margin-top:28px;display:flex;flex-direction:column;gap:0}
.accord-item{border-bottom:1px solid #dde2ea}
.accord-item input[type="checkbox"]{display:none}
.accord-lbl{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;font-size:15px;font-weight:600;color:#282626;transition:color .2s linear;gap:12px}
.accord-lbl:hover{color:#195A82}
.accord-lbl .acc-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:2px solid #195A82;display:flex;align-items:center;justify-content:center;color:#195A82;font-size:14px;transition:background .2s linear,color .2s linear}
.accord-item input[type="checkbox"]:checked + .accord-lbl .acc-icon{background:#195A82;color:#fff}
.accord-body{max-height:0;overflow:hidden;transition:max-height .35s linear}
.accord-item input[type="checkbox"]:checked ~ .accord-body{max-height:180px}
.accord-body p{font-size:14px;line-height:1.7;color:#666;padding:0 0 16px;margin:0}
.cta-band{padding:72px 0;background:linear-gradient(335deg,#ED7B00 0%,#195A82 60%,#282626 100%);text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;border:1px solid #ffffff12}
.cta-band .abt-wrap{position:relative;z-index:2}
.cta-band h2{font-size:clamp(24px,4vw,42px);font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}
.cta-band p{font-size:16px;color:#fffc;max-width:520px;margin:0 auto 32px;line-height:1.7}
.cta-btn-grp{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.cta-butt-pri{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#195A82;font-size:15px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;transition:background .2s linear,box-shadow .2s linear;box-shadow:0 4px 16px #0000002e}
.cta-butt-pri:hover{background:#f0f4ff;box-shadow:0 8px 28px #00000040}
.cta-butt-sec{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:8px;border:2px solid #ffffff8c;text-decoration:none;transition:border-color .2s linear,background .2s linear}
.cta-butt-sec:hover{border-color:#fff;background:#ffffff1a}
.kw-tags-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:20px}
@media (max-width: 1024px) {
.title-heado .abt-wrap{flex-direction:column;gap:36px}
.title-img-side img{height:300px}
.story-inner{grid-template-columns:1fr}
.story-col-main{grid-column:1;padding-right:0;border-right:none;border-bottom:1px solid #ddd;padding-bottom:32px}
.story-col-aside{padding-left:0;padding-top:24px;flex-direction:row;flex-wrap:wrap}
.stat-card{flex:1 1 calc(50% - 12px)}
.values-grid{grid-template-columns:repeat(2,1fr)}
.approach-layout{grid-template-columns:1fr;gap:40px}
.proof-layout{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.title-heado{padding:56px 0 44px}
.story-sect{padding:56px 0}
.values-grid{grid-template-columns:1fr}
.values-sect{padding:56px 0}
.approach-sect{padding:56px 0}
.proof-sect{padding:56px 0 44px}
.cta-band{padding:56px 0}
.stat-card{flex:1 1 100%}
.story-col-aside{flex-direction:column}
.title-img-side img{height:240px}
}
@media (max-width: 480px) {
.abt-wrap{padding:0 16px}
.approach-img-wrap img{height:260px}
.appr-badge{bottom:-10px;left:-10px}
.cta-btn-grp{flex-direction:column;align-items:stretch}
}
.succ-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.succ-hero{position:relative;overflow:hidden;padding:80px 0 60px;background:linear-gradient(335deg,#ED7B00 0%,#195A82 50%,#282626 100%)}
.succ-hero::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:#ffffff0a;pointer-events:none}
.succ-hero::after{content:'';position:absolute;bottom:-40px;left:10%;width:220px;height:220px;border-radius:50%;background:#ed7b001f;pointer-events:none}
.succ-hero .succ-wrap{display:flex;flex-direction:row;align-items:center;gap:64px;position:relative;z-index:2}
.succ-heado{flex:1 1 55%;min-width:0}
.succ-badge{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:100px;padding:7px 18px;margin-bottom:28px}
.succ-badge i{color:#ED7B00;font-size:18px}
.succ-badge span{color:#fff;font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.succ-h1{font-size:clamp(32px,5vw,58px);font-weight:800;color:#fff;line-height:1.12;margin:0 0 10px}
.succ-h1 .pause-line{display:block;color:#ED7B00;font-style:italic;font-size:.78em;font-weight:400;letter-spacing:.01em;margin-top:4px}
.succ-desc{color:#ffffffd1;font-size:17px;line-height:1.65;margin:20px 0 34px;max-width:480px}
.succ-btns{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.succ-butt-main{display:inline-flex;flex-direction:row;align-items:center;gap:9px;background:#ED7B00;color:#fff;font-size:15px;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background .2s linear,box-shadow .2s linear,transform .15s linear;box-shadow:0 4px 18px #ed7b0047;z-index:5;position:relative}
.succ-butt-main:hover{background:#c96800;box-shadow:0 8px 24px #ed7b0061;transform:translateY(-2px)}
.succ-butt-out{display:inline-flex;flex-direction:row;align-items:center;gap:9px;background:transparent;color:#fff;font-size:15px;font-weight:600;padding:13px 26px;border-radius:8px;text-decoration:none;border:2px solid #ffffff59;cursor:pointer;transition:border-color .2s linear,background .2s linear;z-index:5;position:relative}
.succ-butt-out:hover{border-color:#fff;background:#ffffff14}
.succ-visual{flex:0 0 340px;display:flex;flex-direction:column;align-items:center;position:relative}
.succ-check-ring{width:160px;height:160px;position:relative;margin-bottom:28px}
.succ-check-ring svg{width:160px;height:160px;display:block}
.succ-stats-row{display:flex;flex-direction:row;gap:18px;width:100%}
.succ-stat-card{flex:1 1 0;background:#ffffff17;border:1px solid #ffffff24;border-radius:10px;padding:16px 14px 14px;text-align:center}
.succ-stat-num{font-size:26px;font-weight:800;color:#ED7B00;line-height:1}
.succ-stat-lbl{font-size:12px;color:#ffffffb3;margin-top:4px;line-height:1.3}
.succ-divider{width:100%;overflow:hidden;line-height:0;background:linear-gradient(335deg,#ED7B00 0%,#195A82 50%,#282626 100%)}
.succ-divider svg{display:block;width:100%}
.succ-next{background:#f7f5f2;padding:64px 0 80px}
.succ-next .succ-wrap{display:flex;flex-direction:column;gap:48px}
.succ-next-header{text-align:center}
.succ-next-label{display:inline-block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#195A82;background:#195a8217;border-radius:100px;padding:5px 16px;margin-bottom:16px}
.succ-next-h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#282626;margin:0 0 12px;line-height:1.18}
.succ-next-h2 .hl{color:#ED7B00;position:relative}
.succ-next-h2 .hl::after{content:'';display:block;height:3px;border-radius:2px;background:#ED7B00;position:absolute;left:0;right:0;bottom:-3px}
.succ-next-sub{color:#555;font-size:16px;max-width:520px;margin:0 auto;line-height:1.6}
.succ-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.succ-step-card{background:#fff;border-radius:12px;box-shadow:0 2px 16px #28262614;padding:32px 26px 28px;position:relative;transition:box-shadow .2s linear,transform .2s linear;display:flex;flex-direction:column;gap:0;border-top:4px solid transparent}
.succ-step-card:nth-child(1){border-top-color:#ED7B00}
.succ-step-card:nth-child(2){border-top-color:#195A82}
.succ-step-card:nth-child(3){border-top-color:#282626}
.succ-step-card:hover{box-shadow:0 8px 32px #28262624;transform:translateY(-4px)}
.succ-step-num{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#aaa;margin-bottom:14px}
.succ-step-icon{width:48px;height:48px;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:18px;font-size:22px}
.succ-step-card:nth-child(1) .succ-step-icon{background:#ed7b001f;color:#ED7B00}
.succ-step-card:nth-child(2) .succ-step-icon{background:#195a821a;color:#195A82}
.succ-step-card:nth-child(3) .succ-step-icon{background:#28262614;color:#282626}
.succ-step-title{font-size:17px;font-weight:700;color:#282626;margin:0 0 10px;line-height:1.25}
.succ-step-txt{font-size:14px;color:#666;line-height:1.6;margin:0;flex:1}
.succ-step-link{display:inline-flex;flex-direction:row;align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;margin-top:20px;transition:gap .2s linear}
.succ-step-card:nth-child(1) .succ-step-link{color:#ED7B00}
.succ-step-card:nth-child(2) .succ-step-link{color:#195A82}
.succ-step-card:nth-child(3) .succ-step-link{color:#282626}
.succ-step-link:hover{gap:10px}
.succ-keywords-strip{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;padding:28px 0 0;border-top:1px dashed #ddd}
.succ-kw-pill{display:inline-flex;flex-direction:row;align-items:center;gap:7px;background:#fff;border:1.5px solid #e8e3dc;border-radius:100px;padding:8px 18px;font-size:13px;color:#282626;font-weight:500}
.succ-kw-pill i{color:#ED7B00;font-size:15px}
@media (max-width: 1024px) {
.succ-hero .succ-wrap{gap:40px}
.succ-visual{flex:0 0 280px}
.succ-steps-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.succ-hero{padding:56px 0 48px}
.succ-hero .succ-wrap{flex-direction:column;gap:40px;align-items:flex-start}
.succ-visual{flex:none;width:100%;align-items:flex-start}
.succ-stats-row{max-width:340px}
.succ-steps-grid{grid-template-columns:1fr}
.succ-next{padding:48px 0 60px}
.succ-keywords-strip{gap:8px}
}
@media (max-width: 480px) {
.succ-btns{flex-direction:column}
.succ-butt-main,.succ-butt-out{width:100%;justify-content:center}
.succ-stats-row{flex-direction:column;max-width:200px}
.succ-check-ring{width:120px;height:120px}
.succ-check-ring svg{width:120px;height:120px}
}