ul,ol,h1,h2,h3,h4,h5,h6,figure,blockquote{margin:0;padding:0;list-style:none}
*{box-sizing:border-box}
body{margin:0;padding:0;font-family:'Open Sans',sans-serif;background-color:#EFF2F4;color:#012D34;line-height:1.6}
.hd-top{background:linear-gradient(135deg,#012D34 0%,#014D54 100%);padding:24px 0;box-shadow:0 6px 18px #012d3426}
.hd-wrap{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.lg-box{display:flex;align-items:center}
.lg-img{height:90px;width:90px;object-fit:contain;background:#eff2f414;padding:8px;border-radius:10px;box-shadow:0 4px 12px #eb9c001f}
.nv-main{flex-grow:1;display:flex;justify-content:flex-end}
.nv-list{display:flex;gap:32px;align-items:center}
.nv-itm{display:inline-block}
.nv-lnk{color:#EFF2F4;text-decoration:none;font-size:15px;font-weight:400;padding:10px 18px;border-radius:8px;transition:background-color .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1)}
.nv-lnk:hover{background-color:#eb9c0026;color:#EB9C00}
.hd-btm{background:#eff2f4f2;padding:16px 0;border-top:2px solid #012d3414}
.cmp-nm{font-family:'Merriweather',serif;font-size:17px;font-weight:300;color:#012D34;text-align:center;letter-spacing:1.2px;margin:0}
.ft-layer{background:linear-gradient(165deg,#012D34 0%,#023940 100%);padding:56px 0 28px;margin-top:80px;position:relative}
.ft-layer::before{content:'';position:absolute;top:-40px;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,#012d340d)}
.ft-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.ft-hdg{font-family:'Merriweather',serif;font-size:19px;font-weight:700;color:#EB9C00;margin-bottom:20px}
.ft-txt{color:#EFF2F4;font-size:14px;line-height:1.7}
.ft-cntct{padding:0;margin:0}
.ft-cntct-itm{color:#EFF2F4;font-size:14px;margin-bottom:14px;display:flex;align-items:flex-start;gap:10px}
.ft-cntct-itm i{color:#EB9C00;font-size:18px;margin-top:2px}
.ft-cntct-itm a{color:#EFF2F4;text-decoration:none;transition:color .28s cubic-bezier(0.4,0,0.2,1)}
.ft-cntct-itm a:hover{color:#EB9C00}
.ft-menu{padding:0;margin:0}
.ft-menu-itm{margin-bottom:12px}
.ft-menu-lnk{color:#EFF2F4;text-decoration:none;font-size:14px;transition:color .28s cubic-bezier(0.4,0,0.2,1),padding-left .28s cubic-bezier(0.4,0,0.2,1);display:inline-block}
.ft-menu-lnk:hover{color:#EB9C00;padding-left:6px}
.ft-base{border-top:1px solid #eff2f426;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.ft-cpy{color:#eff2f4b3;font-size:13px;margin:0}
.ft-pref-btn{background:transparent;border:1px solid #EB9C00;color:#EB9C00;padding:8px 18px;font-size:13px;border-radius:6px;cursor:pointer;transition:background-color .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1)}
.ft-pref-btn:hover{background-color:#EB9C00;color:#012D34}
.ck-popup{position:fixed;bottom:24px;right:24px;background:#EFF2F4;border-radius:12px;box-shadow:0 10px 32px #012d3440;max-width:380px;z-index:9999;animation:ck_bounce .68s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes ck_bounce {
0%{transform:scale(0) translateY(100px);opacity:0}
50%{transform:scale(1.08) translateY(-8px)}
100%{transform:scale(1) translateY(0);opacity:1}
}
.ck-content{padding:28px}
.ck-ttl{font-family:'Merriweather',serif;font-size:19px;font-weight:700;color:#012D34;margin-bottom:12px}
.ck-txt{font-size:14px;color:#012D34;line-height:1.6;margin-bottom:20px}
.ck-btns{display:flex;flex-direction:column;gap:10px}
.ck-btn{padding:12px 20px;border:none;border-radius:0;font-size:14px;font-weight:600;cursor:pointer;transition:transform .22s cubic-bezier(0.4,0,0.2,1),box-shadow .22s cubic-bezier(0.4,0,0.2,1)}
.ck-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #012d342e}
.ck-btn-accept{background-color:#012D34;color:#EFF2F4}
.ck-btn-reject{background-color:#EFF2F4;color:#012D34;border:2px solid #012D34}
.ck-btn-settings{background-color:#EB9C00;color:#012D34}
.ck-settings{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#EFF2F4;border-radius:12px;box-shadow:0 12px 40px #012d344d;max-width:480px;width:90%;z-index:10000;animation:ck_settings_appear .42s cubic-bezier(0.4,0,0.2,1)}
@keyframes ck_settings_appear {
0%{opacity:0;transform:translate(-50%,-50%) scale(0.9)}
100%{opacity:1;transform:translate(-50%,-50%) scale(1)}
}
.ck-settings-content{padding:32px}
.ck-settings-ttl{font-family:'Merriweather',serif;font-size:21px;font-weight:700;color:#012D34;margin-bottom:24px}
.ck-option{margin-bottom:18px}
.ck-lbl{display:flex;align-items:center;gap:12px;font-size:14px;color:#012D34;cursor:pointer}
.ck-chk{width:20px;height:20px;cursor:pointer}
.ck-settings-btns{display:flex;gap:12px;margin-top:28px}
.ck-btn-save{flex:1;background-color:#012D34;color:#EFF2F4}
.ck-btn-cancel{flex:1;background-color:#EFF2F4;color:#012D34;border:2px solid #012D34}
@media (max-width: 768px) {
.hd-wrap{flex-direction:column;gap:20px}
.nv-main{width:100%;justify-content:center}
.nv-list{flex-direction:column;gap:12px;width:100%}
.nv-itm{width:100%;text-align:center}
.nv-lnk{display:block;width:100%}
.ft-grid{grid-template-columns:1fr;gap:32px}
.ft-base{flex-direction:column;text-align:center}
.ck-popup{right:12px;left:12px;bottom:12px;max-width:none}
.ck-settings{width:95%}
}
@media (max-width: 480px) {
.lg-img{height:70px;width:70px}
.hd-top{padding:16px 0}
.ck-content{padding:20px}
.ck-settings-content{padding:24px}
}
.agreement-content{max-width:1200px;margin:0 auto;padding:60px 20px;background:#fff}
.agreement-content h1{font-size:42px;line-height:1.2;color:#012D34;margin:0 0 40px;font-weight:700;letter-spacing:-.5px}
.agreement-content h2{font-size:32px;line-height:1.3;color:#012D34;margin:50px 0 25px;font-weight:600;letter-spacing:-.3px}
.agreement-content h3{font-size:24px;line-height:1.4;color:#012D34;margin:40px 0 20px;font-weight:600}
.agreement-content h4{font-size:20px;line-height:1.4;color:#012D34;margin:30px 0 15px;font-weight:600}
.agreement-content h5{font-size:18px;line-height:1.5;color:#012D34;margin:25px 0 12px;font-weight:600}
.agreement-content h6{font-size:16px;line-height:1.5;color:#012D34;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.agreement-content p{font-size:17px;line-height:1.75;color:#2c3e50;margin:0 0 20px}
.agreement-content strong,.agreement-content b{font-weight:600;color:#012D34}
.agreement-content em,.agreement-content i{font-style:italic;color:#34495e}
.agreement-content a{color:#EB9C00;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.agreement-content a:hover{color:#d18800;border-bottom-color:#d18800}
.agreement-content ul,.agreement-content ol{font-size:17px;line-height:1.75;color:#2c3e50;margin:0 0 20px;padding-left:30px}
.agreement-content ul li,.agreement-content ol li{margin-bottom:12px}
.agreement-content ul li:last-child,.agreement-content ol li:last-child{margin-bottom:0}
.agreement-content div{margin-bottom:20px}
.agreement-content table{width:100%;border-collapse:collapse;margin:30px 0;font-size:16px;background:#fff;box-shadow:0 2px 12px #012d3414;border-radius:10px;overflow:hidden}
.agreement-content thead{background:linear-gradient(135deg,#012D34 0%,#024956 100%)}
.agreement-content thead tr th{color:#fff;font-weight:600;text-align:left;padding:18px 20px;border-bottom:3px solid #EB9C00}
.agreement-content tbody tr{border-bottom:1px solid #e8ecef;transition:background .25s cubic-bezier(0.4,0,0.2,1)}
.agreement-content tbody tr:last-child{border-bottom:none}
.agreement-content tbody tr:hover{background:#f8fafb}
.agreement-content tbody tr td{padding:16px 20px;color:#2c3e50;line-height:1.6}
.agreement-content tbody tr th{padding:16px 20px;color:#012D34;font-weight:600;text-align:left}
.agreement-content blockquote{margin:30px 0;padding:20px 25px 20px 50px;background:#EFF2F4;border-left:5px solid #EB9C00;border-radius:8px;font-size:17px;line-height:1.7;color:#34495e;position:relative}
.agreement-content code{background:#EFF2F4;padding:3px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:15px;color:#012D34}
.agreement-content pre{background:#EFF2F4;padding:20px;border-radius:8px;overflow-x:auto;margin:25px 0}
.agreement-content pre code{background:none;padding:0}
.agreement-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#EB9C00 50%,transparent 100%);margin:50px 0}
@media (max-width: 768px) {
.agreement-content{padding:40px 15px}
.agreement-content h1{font-size:32px;margin-bottom:30px}
.agreement-content h2{font-size:26px;margin-top:40px}
.agreement-content h3{font-size:22px}
.agreement-content h4{font-size:19px}
.agreement-content p,.agreement-content ul,.agreement-content ol{font-size:16px}
.agreement-content table{font-size:14px}
.agreement-content thead tr th,.agreement-content tbody tr td,.agreement-content tbody tr th{padding:12px 15px}
}
@media (max-width: 480px) {
.agreement-content h1{font-size:28px}
.agreement-content h2{font-size:23px}
.agreement-content table{display:block;overflow-x:auto;white-space:nowrap}
}
.ab-tit{position:relative;height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:0}
.ab-tit-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.ab-tit-img::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#012d34bf 0%,#eb9c0066 100%);pointer-events:none}
.ab-tit-tx{position:relative;z-index:5;text-align:center;max-width:820px;padding:0 24px}
.ab-tit-tx h1{font-size:3.2rem;color:#EFF2F4;margin:0 0 18px;font-weight:700;letter-spacing:-.02em;text-shadow:2px 4px 12px #012d3480}
.ab-tit-tx .qt{font-size:1.25rem;color:#EFF2F4;font-style:italic;line-height:1.6;text-shadow:1px 2px 8px #012d3466}
.wv-div{position:relative;width:100%;height:70px;overflow:hidden;margin-top:-1px}
.wv-div svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.st-wrap{max-width:1200px;margin:0 auto;padding:90px 28px}
.st-gr{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.st-tx h2{font-size:2.4rem;color:#012D34;margin:0 0 24px;font-weight:700;position:relative;padding-left:22px}
.st-tx h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#EB9C00 0%,#012D34 100%);border-radius:3px}
.st-tx p{font-size:1.05rem;line-height:1.75;color:#2a3f44;margin:0 0 22px}
.st-tx p:last-child{margin-bottom:0}
.st-vis{display:flex;flex-direction:column;gap:28px}
.st-cd{background:linear-gradient(135deg,#EFF2F4 0%,#fff 100%);padding:32px 28px;border-radius:12px;box-shadow:6px 8px 24px #012d3414;border-left:5px solid #EB9C00;transition:all .35s cubic-bezier(0.34,1.56,0.64,1)}
.st-cd:hover{transform:translateX(8px);box-shadow:10px 12px 32px #eb9c002e;border-left-color:#012D34}
.st-cd h3{font-size:1.4rem;color:#012D34;margin:0 0 14px;font-weight:600;display:flex;align-items:center;gap:12px}
.st-cd h3 i{color:#EB9C00;font-size:1.6rem}
.st-cd p{font-size:1rem;line-height:1.65;color:#3d5257;margin:0}
.tm-sec{background:linear-gradient(160deg,#012D34 0%,#024854 100%);padding:95px 28px;position:relative;overflow:hidden}
.tm-sec::before{content:'';position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#eb9c001f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.tm-wrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.tm-hed{text-align:center;margin-bottom:58px}
.tm-hed h2{font-size:2.6rem;color:#EFF2F4;margin:0 0 18px;font-weight:700}
.tm-hed p{font-size:1.15rem;color:#eff2f4d9;line-height:1.7;max-width:720px;margin:0 auto}
.tm-fl{display:flex;gap:45px;align-items:center;justify-content:center;flex-wrap:wrap}
.tm-pr{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:340px;background:#eff2f40f;padding:38px 32px;border-radius:16px;backdrop-filter:blur(8px);border:2px solid #eb9c0040;transition:all .4s cubic-bezier(0.34,1.56,0.64,1)}
.tm-pr:hover{transform:translateY(-12px);background:#eff2f41a;border-color:#eb9c0099;box-shadow:0 16px 40px #eb9c0033}
.tm-pr-img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:5px solid #EB9C00;margin-bottom:24px;box-shadow:0 8px 24px #0000004d}
.tm-pr h3{font-size:1.5rem;color:#EFF2F4;margin:0 0 8px;font-weight:600}
.tm-pr .rl{font-size:1rem;color:#EB9C00;margin:0 0 18px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}
.tm-pr p{font-size:1rem;line-height:1.7;color:#eff2f4cc;margin:0}
.vl-sec{max-width:1200px;margin:0 auto;padding:95px 28px}
.vl-gd{display:grid;grid-template-columns:45% 1fr;gap:70px;align-items:center}
.vl-img-bx{position:relative;border-radius:16px;overflow:hidden;box-shadow:12px 16px 40px #012d3426}
.vl-img-bx img{width:100%;height:auto;display:block;object-fit:cover}
.vl-img-bx::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#012d344d 0%,#eb9c0026 100%);pointer-events:none}
.vl-ct h2{font-size:2.5rem;color:#012D34;margin:0 0 28px;font-weight:700;position:relative;display:inline-block}
.vl-ct h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:5px;background:#EB9C00;border-radius:3px}
.vl-ls{list-style:none;padding:0;margin:0 0 32px}
.vl-ls li{font-size:1.08rem;line-height:1.8;color:#2a3f44;margin-bottom:18px;padding-left:36px;position:relative}
.vl-ls li::before{content:'';position:absolute;left:0;top:8px;width:22px;height:22px;background:linear-gradient(135deg,#EB9C00 0%,#012D34 100%);border-radius:50%;box-shadow:0 3px 8px #eb9c004d}
.vl-ls li::after{content:'✓';position:absolute;left:6px;top:7px;color:#EFF2F4;font-size:.8rem;font-weight:700}
.vl-ct p{font-size:1.05rem;line-height:1.75;color:#3d5257;margin:0}
@media (max-width: 980px) {
.ab-tit{height:380px}
.ab-tit-tx h1{font-size:2.4rem}
.ab-tit-tx .qt{font-size:1.1rem}
.st-gr{grid-template-columns:1fr;gap:45px}
.st-wrap{padding:70px 24px}
.tm-sec{padding:75px 24px}
.tm-fl{flex-direction:column;gap:35px}
.vl-gd{grid-template-columns:1fr;gap:50px}
.vl-sec{padding:75px 24px}
}
@media (max-width: 640px) {
.ab-tit{height:320px}
.ab-tit-tx h1{font-size:1.9rem}
.ab-tit-tx .qt{font-size:1rem}
.st-tx h2{font-size:1.9rem}
.tm-hed h2{font-size:2rem}
.vl-ct h2{font-size:1.95rem}
.st-wrap,.tm-sec,.vl-sec{padding:60px 20px}
}
.pt-hd{background:linear-gradient(160deg,#EFF2F4 0%,#EFF2F4 45%,#012D34 45%,#012D34 100%);padding:90px 0 100px;position:relative;margin-bottom:80px}
.pt-hd .ctr{max-width:1200px;margin:0 auto;padding:0 30px;display:flex;align-items:center;gap:70px;position:relative}
.pt-hd .txt-blk{flex:1;z-index:3;background:#ffffffeb;padding:50px 45px;border-radius:12px;box-shadow:0 8px 30px #012d3426;position:relative}
.pt-hd .txt-blk::before{content:'';position:absolute;left:-8px;top:20px;width:4px;height:80px;background:linear-gradient(180deg,#EB9C00 0%,#012D34 100%);border-radius:2px}
.pt-hd .txt-blk h1{font-size:48px;line-height:1.2;color:#012D34;margin:0 0 20px;font-weight:700}
.pt-hd .txt-blk p{font-size:18px;line-height:1.7;color:#333;margin:0}
.pt-hd .img-wr{flex:0 0 480px;position:relative;z-index:2}
.pt-hd .img-wr img{width:100%;height:400px;object-fit:cover;border-radius:14px;box-shadow:0 12px 40px #012d3440;filter:brightness(1.05)}
.pt-hd .deco-dots{position:absolute;right:40px;bottom:-30px;display:grid;grid-template-columns:repeat(6,8px);gap:12px;z-index:1}
.pt-hd .deco-dots span{width:8px;height:8px;background:#EB9C00;border-radius:50%;opacity:.6}
.pt-hd .deco-dots span:nth-child(2),.pt-hd .deco-dots span:nth-child(5),.pt-hd .deco-dots span:nth-child(8),.pt-hd .deco-dots span:nth-child(11){background:#012D34}
.wrk-grid{max-width:1200px;margin:0 auto 100px;padding:0 30px}
.wrk-grid h2{font-size:38px;color:#012D34;margin:0 0 60px;text-align:center;font-weight:700;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.wrk-grid h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#012D34 0%,#EB9C00 50%,#012D34 100%);border-radius:2px}
.wrk-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.wrk-card{background:#fff;border:2px solid #EFF2F4;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(0.34,1.56,0.64,1);position:relative}
.wrk-card:hover{transform:translateY(-8px);box-shadow:0 16px 45px #012d342e;border-color:#EB9C00}
.wrk-card .img-box{width:100%;height:260px;overflow:hidden;position:relative}
.wrk-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.wrk-card:hover .img-box img{transform:scale(1.08)}
.wrk-card .img-box::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#012d3480,transparent)}
.wrk-card .cnt{padding:35px 30px}
.wrk-card .cnt h3{font-size:24px;color:#012D34;margin:0 0 15px;font-weight:600;position:relative;padding-left:20px}
.wrk-card .cnt h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#EB9C00;border-radius:50%;box-shadow:0 0 0 3px #eb9c0033}
.wrk-card .cnt p{font-size:16px;line-height:1.7;color:#555;margin:0 0 20px}
.wrk-card .meta{display:flex;gap:25px;padding-top:20px;border-top:1px solid #EFF2F4}
.wrk-card .meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}
.wrk-card .meta-item i{color:#EB9C00;font-size:16px}
.wrk-card .tg-wrap{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}
.wrk-card .tg{display:inline-block;padding:6px 14px;background:#EFF2F4;color:#012D34;font-size:13px;border-radius:20px;transition:all .3s ease}
.wrk-card:hover .tg{background:#012D34;color:#EFF2F4}
.cl-sect{background:linear-gradient(135deg,#012D34 0%,#024955 100%);padding:90px 0;position:relative;overflow:hidden}
.cl-sect::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#eb9c001a 0%,transparent 70%);border-radius:50%}
.cl-sect .ctr{max-width:1200px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.cl-sect .prof-col{display:flex;flex-direction:column;gap:30px}
.cl-prof{background:#ffffff14;backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:16px;padding:30px;display:flex;gap:25px;align-items:flex-start;transition:all .4s ease}
.cl-prof:hover{background:#ffffff1f;transform:translateX(10px);box-shadow:0 8px 30px #0000004d}
.cl-prof .av{flex-shrink:0;width:90px;height:90px;border-radius:50%;overflow:hidden;border:3px solid #EB9C00;box-shadow:0 4px 15px #eb9c0066}
.cl-prof .av img{width:100%;height:100%;object-fit:cover}
.cl-prof .tx{flex:1}
.cl-prof .tx h4{font-size:22px;color:#fff;margin:0 0 8px;font-weight:600}
.cl-prof .tx .role{font-size:14px;color:#EB9C00;margin:0 0 15px;text-transform:uppercase;letter-spacing:1px}
.cl-prof .tx p{font-size:15px;line-height:1.7;color:#ffffffd9;margin:0}
.cl-prof .tx .rt{display:flex;gap:4px;margin-top:12px}
.cl-prof .tx .rt i{color:#EB9C00;font-size:14px}
.cl-sect .info-col h2{font-size:42px;color:#fff;margin:0 0 25px;font-weight:700;line-height:1.3}
.cl-sect .info-col p{font-size:17px;line-height:1.8;color:#ffffffe6;margin:0 0 30px}
.cl-sect .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:40px}
.stat-box{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:25px;text-align:center;transition:all .3s ease}
.stat-box:hover{background:#eb9c0026;border-color:#EB9C00}
.stat-box .num{font-size:36px;color:#EB9C00;font-weight:700;margin:0 0 8px}
.stat-box .lbl{font-size:15px;color:#fffc;margin:0}
.cl-sect .btn-act{display:inline-block;margin-top:35px;padding:16px 40px;background:linear-gradient(135deg,#EB9C00 0%,#d88c00 100%);color:#012D34;text-decoration:none;font-size:17px;font-weight:600;border-radius:30px;transition:all .4s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 6px 20px #eb9c0059;position:relative;z-index:2}
.cl-sect .btn-act:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px #eb9c0080}
@media (max-width: 1024px) {
.pt-hd .ctr{flex-direction:column;gap:50px}
.pt-hd .img-wr{flex:0 0 auto;width:100%;max-width:500px}
.cl-sect .ctr{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.pt-hd{background:#EFF2F4;padding:60px 0 70px}
.pt-hd .txt-blk h1{font-size:36px}
.pt-hd .txt-blk{padding:35px 30px}
.pt-hd .img-wr img{height:320px}
.wrk-items{grid-template-columns:1fr;gap:30px}
.wrk-grid h2{font-size:32px}
.cl-sect .info-col h2{font-size:34px}
.cl-sect .stats{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.pt-hd .txt-blk h1{font-size:28px}
.pt-hd .ctr,.wrk-grid,.cl-sect .ctr{padding:0 20px}
.wrk-card .cnt{padding:25px 20px}
.cl-prof{flex-direction:column;text-align:center}
.cl-prof .av{margin:0 auto}
}
.bl-hero{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:0}
.bl-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.bl-hero-bg img{width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(0.7);animation:subtle-zoom 20s ease-in-out infinite alternate}
@keyframes subtle-zoom {
from{transform:scale(1)}
to{transform:scale(1.08)}
}
.bl-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:40px 20px;background:#012d34d9;backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 8px 32px #0000004d}
.bl-hero-content h1{font-size:2.8rem;color:#EFF2F4;margin:0 0 16px;font-weight:700;line-height:1.2}
.bl-hero-content .subt{font-size:1.3rem;color:#EB9C00;margin:0 0 12px;font-weight:600}
.bl-hero-content .desc{font-size:1.05rem;color:#EFF2F4;line-height:1.6;margin:0;opacity:.95}
.wrp{max-width:1200px;margin:0 auto;padding:0 20px}
.intro-sect{padding:80px 20px;background:linear-gradient(135deg,#EFF2F4 0%,#fff 100%)}
.intro-sect .intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro-sect .txt-side h2{font-size:2.4rem;color:#012D34;margin:0 0 24px;font-weight:700;position:relative}
.intro-sect .txt-side h2::before{content:'';position:absolute;left:-30px;top:12px;width:6px;height:40px;background:linear-gradient(180deg,#EB9C00 0%,#012D34 100%);border-radius:3px}
.intro-sect .txt-side p{font-size:1.05rem;color:#333;line-height:1.75;margin:0 0 20px}
.intro-sect .txt-side .hl{color:#EB9C00;font-weight:600}
.intro-sect .img-side img{width:100%;height:auto;border-radius:12px;box-shadow:8px 12px 28px #012d3433}
.rhythm-sect{padding:90px 20px;background:#012D34}
.rhythm-sect h2{font-size:2.2rem;color:#EFF2F4;text-align:center;margin:0 0 60px;font-weight:700}
.rhythm-sect .feat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.rhythm-sect .fc{background:linear-gradient(145deg,#eff2f414 0%,#eb9c000d 100%);padding:40px 28px;border-radius:10px;border:1px solid #eb9c0033;transition:all .35s cubic-bezier(0.4,0,0.2,1)}
.rhythm-sect .fc:hover{transform:translateY(-6px);box-shadow:0 12px 36px #eb9c0040;border-color:#EB9C00}
.rhythm-sect .fc h3{font-size:1.5rem;color:#EB9C00;margin:0 0 16px;font-weight:600}
.rhythm-sect .fc p{font-size:1rem;color:#EFF2F4;line-height:1.65;margin:0}
.real-sect{padding:85px 20px;background:linear-gradient(225deg,#fff 0%,#EFF2F4 100%)}
.real-sect .split-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:center}
.real-sect .content-area h2{font-size:2.3rem;color:#012D34;margin:0 0 28px;font-weight:700}
.real-sect .content-area h2::after{content:'';display:block;width:80px;height:4px;background:#EB9C00;margin-top:14px;border-radius:2px}
.real-sect .content-area .info-item{margin-bottom:26px}
.real-sect .content-area .info-item h4{font-size:1.25rem;color:#EB9C00;margin:0 0 10px;font-weight:600}
.real-sect .content-area .info-item p{font-size:1.02rem;color:#333;line-height:1.7;margin:0}
.real-sect .visual-area img{width:100%;height:auto;border-radius:10px;box-shadow:-6px 10px 32px #012d342e}
.experts-sect{padding:80px 20px;background:#EFF2F4}
.experts-sect h2{font-size:2.2rem;color:#012D34;text-align:center;margin:0 0 50px;font-weight:700}
.experts-sect .team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.experts-sect .tm-card{background:#fff;border-radius:12px;padding:36px;box-shadow:0 6px 24px #012d341a;display:flex;gap:28px;align-items:flex-start;transition:transform .3s ease}
.experts-sect .tm-card:hover{transform:scale(1.02)}
.experts-sect .tm-card .portrait{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #EB9C00}
.experts-sect .tm-card .portrait img{width:100%;height:100%;object-fit:cover}
.experts-sect .tm-card .inf{flex:1}
.experts-sect .tm-card .inf h4{font-size:1.4rem;color:#012D34;margin:0 0 8px;font-weight:600}
.experts-sect .tm-card .inf .role{font-size:.95rem;color:#EB9C00;margin:0 0 14px;font-weight:500}
.experts-sect .tm-card .inf p{font-size:1rem;color:#555;line-height:1.65;margin:0}
.interactive-sect{padding:90px 20px;background:linear-gradient(180deg,#012D34 0%,#014650 100%)}
.interactive-sect h2{font-size:2.3rem;color:#EFF2F4;text-align:center;margin:0 0 50px;font-weight:700}
.interactive-sect .prog-track{max-width:900px;margin:0 auto}
.interactive-sect .step-item{position:relative;padding-left:70px;margin-bottom:44px}
.interactive-sect .step-item .num{position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,#EB9C00 0%,#d18800 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#012D34;font-weight:700;box-shadow:0 4px 16px #eb9c0066}
.interactive-sect .step-item h4{font-size:1.35rem;color:#EB9C00;margin:0 0 12px;font-weight:600}
.interactive-sect .step-item p{font-size:1.02rem;color:#EFF2F4;line-height:1.7;margin:0}
.interactive-sect .step-item:not(:last-child)::before{content:'';position:absolute;left:24px;top:55px;width:2px;height:calc(100% + 10px);background:#eb9c004d}
.modern-sect{padding:85px 20px;background:#fff}
.modern-sect .flex-wrap{display:flex;gap:50px;align-items:center}
.modern-sect .img-block{flex:0 0 45%}
.modern-sect .img-block img{width:100%;height:auto;border-radius:10px;box-shadow:6px 10px 30px #012d3426}
.modern-sect .txt-block{flex:1}
.modern-sect .txt-block h2{font-size:2.25rem;color:#012D34;margin:0 0 26px;font-weight:700;position:relative;padding-left:20px}
.modern-sect .txt-block h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:35px;background:#EB9C00;border-radius:3px}
.modern-sect .txt-block p{font-size:1.05rem;color:#333;line-height:1.75;margin:0 0 20px}
.modern-sect .txt-block .accent{color:#EB9C00;font-weight:600}
.cta-sect{padding:90px 20px;background:linear-gradient(135deg,#EFF2F4 0%,#d9e1e5 100%);text-align:center}
.cta-sect h2{font-size:2.4rem;color:#012D34;margin:0 0 20px;font-weight:700}
.cta-sect p{font-size:1.1rem;color:#333;line-height:1.7;max-width:700px;margin:0 auto 36px}
.cta-sect .btn-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-sect .btn{padding:16px 40px;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}
.cta-sect .btn-primary{background:linear-gradient(135deg,#EB9C00 0%,#d18800 100%);color:#012D34;box-shadow:0 6px 20px #eb9c004d}
.cta-sect .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #eb9c0073}
.cta-sect .btn-secondary{background:#012D34;color:#EFF2F4;box-shadow:0 6px 20px #012d3440}
.cta-sect .btn-secondary:hover{background:#014650;transform:translateY(-3px);box-shadow:0 10px 30px #012d3466}
@media (max-width: 992px) {
.bl-hero-content h1{font-size:2.2rem}
.intro-sect .intro-grid{grid-template-columns:1fr;gap:40px}
.rhythm-sect .feat-cards{grid-template-columns:1fr}
.real-sect .split-layout{grid-template-columns:1fr}
.experts-sect .team-grid{grid-template-columns:1fr}
.modern-sect .flex-wrap{flex-direction:column}
.modern-sect .img-block{flex:1}
}
@media (max-width: 600px) {
.bl-hero{min-height:380px}
.bl-hero-content{padding:30px 16px}
.bl-hero-content h1{font-size:1.8rem}
.bl-hero-content .subt{font-size:1.1rem}
.intro-sect .txt-side h2::before{left:0;top:-16px;width:40px;height:4px}
.cta-sect .btn-group{flex-direction:column;align-items:center}
.cta-sect .btn{width:100%;max-width:280px}
}
.ctp{max-width:1200px;margin:0 auto;padding:0 20px}
.hero-ct{display:flex;align-items:center;gap:60px;padding:80px 0;background:linear-gradient(135deg,#EFF2F4 0%,#fff 100%)}
.hero-ct .txt-side{flex:1;padding-right:40px}
.hero-ct .img-side{flex:1;position:relative}
.hero-ct .img-side::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(225deg,#012D34 0%,#EB9C00 100%);border-radius:12px;z-index:1}
.hero-ct .img-side::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#012d341a 0%,#eb9c001a 100%);border-radius:12px;z-index:3}
.hero-ct .visual-box{position:relative;z-index:2;background:linear-gradient(180deg,#012D34 0%,#01434d 100%);border-radius:12px;padding:80px 60px;box-shadow:0 15px 40px #012d3440}
.hero-ct .visual-box .deco-shape{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#eb9c004d 0%,transparent 70%)}
.hero-ct .visual-box .deco-shape:first-child{top:-30px;right:-30px}
.hero-ct .visual-box .deco-shape:last-child{bottom:-40px;left:-40px;width:160px;height:160px}
.hero-ct h1{font-size:48px;line-height:1.2;color:#012D34;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.hero-ct h1::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#EB9C00 0%,transparent 100%);border-radius:2px}
.hero-ct .desc-tx{font-size:18px;line-height:1.7;color:#4a5568;margin:0 0 32px}
.hero-ct .btn-grp{display:flex;gap:16px;flex-wrap:wrap}
.hero-ct .btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#012D34 0%,#01434d 100%);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:16px;transition:all .35s cubic-bezier(0.4,0,0.2,1);box-shadow:0 8px 20px #012d3440;position:relative;z-index:5}
.hero-ct .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #012d3459;background:linear-gradient(135deg,#01434d 0%,#012D34 100%)}
.hero-ct .btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;color:#012D34;text-decoration:none;border-radius:10px;font-weight:600;font-size:16px;border:2px solid #012D34;transition:all .35s cubic-bezier(0.4,0,0.2,1);position:relative;z-index:5}
.hero-ct .btn-secondary:hover{background:#012D34;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #012d3433}
.info-grid-wrap{padding:100px 0;background:#fff}
.info-grid-wrap h2{text-align:center;font-size:42px;color:#012D34;margin:0 0 20px;font-weight:700}
.info-grid-wrap .sub-head{text-align:center;font-size:20px;color:#6b7280;margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto}
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:60px}
.contact-card{background:linear-gradient(135deg,#EFF2F4 0%,#fff 100%);padding:40px 32px;border-radius:14px;border:2px solid transparent;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.contact-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#012D34 0%,#EB9C00 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.contact-card:hover::before{transform:scaleX(1)}
.contact-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #012d3426;border-color:#EB9C00}
.contact-card .ic-wrap{width:64px;height:64px;background:linear-gradient(135deg,#012D34 0%,#01434d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 20px #012d3433}
.contact-card .ic-wrap i{font-size:28px;color:#EB9C00}
.contact-card h3{font-size:22px;color:#012D34;margin:0 0 12px;font-weight:600}
.contact-card .info-tx{font-size:16px;color:#4a5568;line-height:1.6;margin:0}
.contact-card a{color:#012D34;text-decoration:none;transition:color .3s ease}
.contact-card a:hover{color:#EB9C00}
.form-section{padding:100px 0;background:linear-gradient(180deg,#EFF2F4 0%,#fff 100%)}
.form-section h2{font-size:42px;color:#012D34;margin:0 0 16px;font-weight:700;text-align:center}
.form-section .lead-tx{font-size:18px;color:#6b7280;text-align:center;margin:0 0 50px;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}
.form-container{max-width:800px;margin:0 auto;background:#fff;padding:60px 50px;border-radius:16px;box-shadow:0 20px 60px #012d341f;border:1px solid #eb9c001a}
.form-container form{display:flex;flex-direction:column;gap:28px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.field-grp{display:flex;flex-direction:column;gap:10px}
.field-grp label{font-size:15px;font-weight:600;color:#012D34;display:flex;align-items:center;gap:6px}
.field-grp label .req-mark{color:#EB9C00;font-size:18px}
.field-grp input[type="text"],.field-grp input[type="email"],.field-grp input[type="tel"],.field-grp textarea,.field-grp select{padding:14px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;color:#1f2937;background:#fff;transition:all .3s cubic-bezier(0.4,0,0.2,1);font-family:inherit}
.field-grp input[type="text"]:focus,.field-grp input[type="email"]:focus,.field-grp input[type="tel"]:focus,.field-grp textarea:focus,.field-grp select:focus{outline:none;border-color:#EB9C00;box-shadow:0 0 0 4px #eb9c001a}
.field-grp textarea{min-height:140px;resize:vertical}
.field-grp select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23012D34' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:45px}
.radio-grp{display:flex;flex-direction:column;gap:10px}
.radio-grp label{font-size:15px;font-weight:600;color:#012D34;margin-bottom:12px;display:block}
.radio-options{display:flex;gap:20px;flex-wrap:wrap}
.radio-item{display:flex;align-items:center;gap:8px}
.radio-item input[type="radio"]{width:20px;height:20px;cursor:pointer;accent-color:#EB9C00}
.radio-item label{font-size:16px;color:#4a5568;cursor:pointer;font-weight:400;margin:0}
.privacy-box{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#EFF2F4;border-radius:10px;border:2px solid transparent;transition:border-color .3s ease}
.privacy-box:has(input:focus){border-color:#EB9C00}
.privacy-box input[type="checkbox"]{width:20px;height:20px;cursor:pointer;margin-top:2px;accent-color:#EB9C00;flex-shrink:0}
.privacy-box label{font-size:14px;color:#4a5568;line-height:1.6;cursor:pointer}
.privacy-box label a{color:#012D34;text-decoration:underline;font-weight:600;transition:color .3s ease}
.privacy-box label a:hover{color:#EB9C00}
.submit-btn{padding:18px 40px;background:linear-gradient(135deg,#012D34 0%,#01434d 100%);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:all .35s cubic-bezier(0.4,0,0.2,1);box-shadow:0 10px 25px #012d344d;display:flex;align-items:center;justify-content:center;gap:12px;align-self:flex-start}
.submit-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #012d3466;background:linear-gradient(135deg,#01434d 0%,#056571 100%)}
.submit-btn:active{transform:translateY(-1px)}
@media (max-width: 968px) {
.hero-ct{flex-direction:column;padding:60px 0;gap:40px}
.hero-ct .txt-side{padding-right:0}
.hero-ct h1{font-size:38px}
.form-row{grid-template-columns:1fr}
.contact-grid{grid-template-columns:1fr}
.info-grid-wrap h2,.form-section h2{font-size:34px}
.form-container{padding:40px 30px}
}
@media (max-width: 640px) {
.hero-ct h1{font-size:32px}
.hero-ct .desc-tx{font-size:16px}
.hero-ct .btn-grp{flex-direction:column}
.hero-ct .btn-primary,.hero-ct .btn-secondary{width:100%;justify-content:center}
.info-grid-wrap,.form-section{padding:60px 0}
.info-grid-wrap h2,.form-section h2{font-size:28px}
.form-container{padding:30px 20px}
.radio-options{flex-direction:column}
.hero-ct .visual-box{padding:60px 40px}
}
.pg-hd{background:linear-gradient(165deg,#EFF2F4 0%,#012d3408 100%);padding:90px 0 80px;position:relative;overflow:hidden}
.pg-hd::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#eb9c0014 0%,transparent 70%);border-radius:50%}
.pg-hd::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#012d340d 0%,transparent 70%);border-radius:50%}
.hd-cnt{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hd-img-frm{flex:0 0 420px;position:relative}
.hd-img-frm::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid #EB9C00;border-radius:12px;z-index:1}
.hd-img-frm img{width:100%;height:380px;object-fit:cover;border-radius:12px;position:relative;z-index:2;filter:saturate(0.7);box-shadow:0 8px 24px #012d341f}
.hd-txt{flex:1}
.hd-main-ttl{font-size:48px;font-weight:700;color:#012D34;margin:0 0 16px;line-height:1.2}
.hd-sub-ttl{font-size:24px;font-weight:600;color:#EB9C00;margin:0 0 24px;line-height:1.3}
.hd-dsc{font-size:17px;color:#012D34;line-height:1.7;margin:0}
.sv-grd{background:#fff;padding:90px 0}
.sv-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.sv-grd-ttl{font-size:38px;font-weight:700;color:#012D34;text-align:center;margin:0 0 60px;position:relative;padding-bottom:20px}
.sv-grd-ttl::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#012D34 0%,#EB9C00 100%);border-radius:8px}
.sv-items{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 50px}
.sv-crd{background:#EFF2F4;padding:40px 36px;border-radius:14px;border-left:5px solid #EB9C00;transition:all .35s cubic-bezier(0.4,0,0.2,1);position:relative}
.sv-crd::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#eb9c0008 0%,transparent 100%);border-radius:14px;opacity:0;transition:opacity .35s cubic-bezier(0.4,0,0.2,1)}
.sv-crd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #012d3426;border-left-color:#012D34}
.sv-crd:hover::before{opacity:1}
.sv-crd-ic{width:56px;height:56px;background:linear-gradient(135deg,#012D34 0%,#024550 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:1}
.sv-crd-ic i{font-size:28px;color:#EB9C00}
.sv-crd-nm{font-size:22px;font-weight:700;color:#012D34;margin:0 0 16px;position:relative;z-index:1}
.sv-crd-txt{font-size:16px;color:#012D34;line-height:1.7;margin:0;position:relative;z-index:1}
.tm-zn{background:linear-gradient(180deg,#EFF2F4 0%,#fff 100%);padding:90px 0}
.tm-ctr{max-width:1200px;margin:0 auto;padding:0 24px}
.tm-main-hd{font-size:38px;font-weight:700;color:#012D34;text-align:center;margin:0 0 70px}
.tm-main-hd::before{content:'';display:block;width:60px;height:4px;background:#EB9C00;margin:0 auto 20px;border-radius:8px}
.tm-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:start}
.tm-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #012d3414;transition:all .4s cubic-bezier(0.4,0,0.2,1)}
.tm-card:hover{box-shadow:0 14px 36px #012d3429;transform:scale(1.02)}
.tm-prof{display:flex;align-items:center;gap:24px;padding:36px 32px 28px;background:linear-gradient(135deg,#EFF2F4 0%,#fff 100%)}
.tm-pic{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #EB9C00;flex-shrink:0}
.tm-inf{flex:1}
.tm-nam{font-size:20px;font-weight:700;color:#012D34;margin:0 0 6px}
.tm-rol{font-size:15px;color:#EB9C00;font-weight:600;margin:0}
.tm-txt{padding:0 32px 36px;font-size:16px;color:#012D34;line-height:1.8;position:relative}
.tm-txt::before{content:'"';font-size:72px;color:#eb9c0026;position:absolute;top:-30px;left:20px;font-family:Georgia,serif;line-height:1}
.tm-rt{padding:0 32px 32px;display:flex;gap:4px}
.tm-str{color:#EB9C00;font-size:18px}
@media (max-width: 992px) {
.hd-cnt{flex-direction:column;gap:40px}
.hd-img-frm{flex:0 0 auto;width:100%;max-width:500px}
.hd-main-ttl{font-size:38px}
.hd-sub-ttl{font-size:21px}
.sv-items{grid-template-columns:1fr;gap:30px}
.tm-grd{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.pg-hd{padding:60px 0 50px}
.hd-main-ttl{font-size:32px}
.hd-sub-ttl{font-size:19px}
.hd-dsc{font-size:16px}
.sv-grd{padding:60px 0}
.sv-grd-ttl{font-size:30px;margin-bottom:40px}
.sv-crd{padding:32px 28px}
.tm-zn{padding:60px 0}
.tm-main-hd{font-size:30px;margin-bottom:50px}
.tm-prof{flex-direction:column;text-align:center;padding:28px 24px 20px}
}
@media (max-width: 576px) {
.hd-img-frm{flex:0 0 auto;max-width:100%}
.hd-img-frm img{height:300px}
.hd-main-ttl{font-size:28px}
.sv-crd-nm{font-size:20px}
.tm-card{border-radius:12px}
}
.success-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#EFF2F4 0%,#fff 100%);padding:2rem 1rem}
.success-content{max-width:680px;margin:0 auto;text-align:center}
.success-icon{width:120px;height:120px;margin:0 auto 2.5rem;position:relative}
.success-icon svg{width:100%;height:100%;fill:none;stroke:#EB9C00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 20px #eb9c0040)}
.success-icon::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;background:linear-gradient(135deg,#eb9c001a 0%,#012d340d 100%);border-radius:50%;z-index:-1}
.success-title{font-size:2.8rem;font-weight:700;color:#012D34;margin:0 0 1.2rem;line-height:1.2}
.success-msg{font-size:1.25rem;color:#012D34;opacity:.75;line-height:1.6;margin:0 0 2.8rem}
.success-details{background:#fff;border:2px solid #EFF2F4;border-radius:12px;padding:2rem;margin:0 0 2.5rem;box-shadow:0 4px 16px #012d3414}
.success-details p{margin:0 0 1rem;color:#012D34;font-size:1.05rem;line-height:1.7}
.success-details p:last-child{margin-bottom:0}
.success-details strong{color:#EB9C00;font-weight:600}
.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#EB9C00 0%,#d88f00 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .35s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 6px 20px #eb9c004d;border:none}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #eb9c0066;background:linear-gradient(135deg,#d88f00 0%,#EB9C00 100%)}
.btn-secondary{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#012D34;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .35s cubic-bezier(0.34,1.56,0.64,1);border:2px solid #012D34}
.btn-secondary:hover{background:#012D34;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #012d3440}
.success-note{margin-top:2.5rem;padding:1.5rem;background:#eb9c0014;border-left:4px solid #EB9C00;border-radius:6px;text-align:left}
.success-note p{margin:0 0 .8rem;color:#012D34;font-size:.95rem;line-height:1.6}
.success-note p:last-child{margin-bottom:0}
.success-contact{margin-top:1rem;padding-top:1rem;border-top:1px solid #012d3426}
.success-contact a{color:#EB9C00;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-contact a:hover{color:#d88f00;text-decoration:underline}
@media (max-width: 768px) {
.success-wrap{padding:1.5rem 1rem}
.success-icon{width:90px;height:90px;margin-bottom:2rem}
.success-icon::before{width:110px;height:110px}
.success-title{font-size:2rem;margin-bottom:1rem}
.success-msg{font-size:1.1rem;margin-bottom:2rem}
.success-details{padding:1.5rem;margin-bottom:2rem}
.success-details p{font-size:1rem}
.success-actions{flex-direction:column;align-items:stretch}
.btn-primary,.btn-secondary{padding:.9rem 2rem;font-size:1rem}
.success-note{margin-top:2rem;padding:1.2rem}
.success-note p{font-size:.9rem}
}
@media (max-width: 480px) {
.success-title{font-size:1.75rem}
.success-msg{font-size:1rem}
.success-details{padding:1.2rem}
.success-details p{font-size:.95rem}
}