*{margin:0;padding:0;box-sizing:border-box}
html{height:100%}
body{font-family:'Raleway',sans-serif;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);color:#333;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}
main{flex:1}
.hd{background:linear-gradient(127deg,#113270 0%,#1a4a9e 100%);box-shadow:0 6px 18px #11327026;padding:0}
.hd-container{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:24px 20px;gap:40px}
.hd-left{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.logo-wrap{display:flex;align-items:center;justify-content:center;width:90px;height:90px;background:#f7f6b61f;border-radius:8px;box-shadow:0 4px 12px #f4cf5633}
.logo-img{width:70px;height:70px;object-fit:contain}
.branding-txt{display:flex;flex-direction:column;gap:4px}
.brand-name{font-size:28px;font-weight:700;color:#F7F6B6;letter-spacing:.5px}
.brand-tag{font-size:13px;font-weight:300;color:#F4CF56;letter-spacing:.8px}
.hd-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex:1}
.nv{display:flex;gap:32px;align-items:center}
.nv-link{color:#F7F6B6;text-decoration:none;font-size:16px;font-weight:400;padding:8px 16px;border-radius:4px;transition:all 180ms ease;position:relative}
.nv-link:hover{color:#F4CF56;background:#f4cf561a}
.contact-info{display:flex;gap:24px;align-items:center}
.contact-item{color:#F7F6B6;font-size:14px;font-weight:300;letter-spacing:.3px}
.ft{background:linear-gradient(142deg,#113270 0%,#0d2552 50%,#113270 100%);color:#F7F6B6;padding:60px 0 30px;margin-top:80px}
.ft-container{max-width:1140px;margin:0 auto;padding:0 20px}
.ft-upper{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:50px;border-bottom:1px solid #f7f6b626}
.ft-col{display:flex;flex-direction:column;gap:20px}
.ft-heading{font-size:20px;font-weight:700;color:#F4CF56;margin-bottom:8px}
.ft-desc{font-size:15px;font-weight:300;line-height:1.7;color:#f7f6b6d9}
.ft-nav{display:flex;flex-direction:column;gap:12px}
.ft-link{color:#f7f6b6d9;text-decoration:none;font-size:15px;font-weight:300;transition:color 160ms ease}
.ft-link:hover{color:#F4CF56}
.ft-contact{display:flex;flex-direction:column;gap:10px}
.ft-addr,.ft-phone,.ft-email{font-size:14px;font-weight:300;color:#f7f6b6d9;line-height:1.6}
.ft-lower{padding-top:30px;text-align:center}
.ft-copy{font-size:13px;font-weight:300;color:#f7f6b6a6}
.cookie-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#113270d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:cookieFadeIn 320ms ease-out}
@keyframes cookieFadeIn {
from{opacity:0}
to{opacity:1}
}
.cookie-inner{background:#fff;max-width:900px;width:100%;padding:40px;border-radius:0;box-shadow:0 12px 40px #0000004d;animation:cookieUnfold 420ms ease-out}
@keyframes cookieUnfold {
from{transform:scaleX(0.3) scaleY(0.8);opacity:0}
to{transform:scaleX(1) scaleY(1);opacity:1}
}
.cookie-title{font-size:26px;font-weight:700;color:#113270;margin-bottom:12px}
.cookie-desc{font-size:15px;font-weight:300;color:#666;margin-bottom:30px;line-height:1.6}
.cookie-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}
.cookie-card{background:linear-gradient(135deg,#f9f9f9 0%,#f0f0f0 100%);padding:24px;border-radius:0;border:2px solid #e0e0e0;transition:all 200ms ease}
.cookie-card:hover{border-color:#F4CF56;box-shadow:0 6px 16px #f4cf5626}
.cookie-card-title{font-size:17px;font-weight:700;color:#113270;margin-bottom:10px}
.cookie-card-text{font-size:14px;font-weight:300;color:#555;margin-bottom:16px;line-height:1.5}
.cookie-toggle{display:flex;align-items:center;gap:10px}
.cookie-toggle input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.cookie-toggle input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.6}
.cookie-toggle label{font-size:14px;font-weight:400;color:#333;cursor:pointer}
.cookie-actions{display:flex;gap:12px;justify-content:flex-end}
.cookie-btn{padding:14px 28px;font-size:15px;font-weight:700;border:none;border-radius:0;cursor:pointer;transition:all 180ms ease;font-family:'Raleway',sans-serif}
.cookie-btn-reject{background:#e0e0e0;color:#555}
.cookie-btn-reject:hover{background:#d0d0d0}
.cookie-btn-accept{background:linear-gradient(127deg,#113270 0%,#1a4a9e 100%);color:#F7F6B6}
.cookie-btn-accept:hover{background:linear-gradient(127deg,#1a4a9e 0%,#113270 100%);box-shadow:0 4px 12px #1132704d}
.cookie-btn-save{background:#F4CF56;color:#113270}
.cookie-btn-save:hover{background:#f0c840;box-shadow:0 4px 12px #f4cf564d}
@media (max-width: 1024px) {
.hd-container{flex-direction:column;align-items:flex-start;gap:24px}
.hd-left{width:100%;justify-content:center}
.hd-right{width:100%;align-items:center}
.nv{flex-wrap:wrap;justify-content:center}
.contact-info{flex-direction:column;gap:8px;align-items:center}
.ft-upper{grid-template-columns:1fr;gap:40px}
.cookie-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hd-container{padding:20px 16px}
.logo-wrap{width:70px;height:70px}
.logo-img{width:55px;height:55px}
.brand-name{font-size:24px}
.brand-tag{font-size:12px}
.nv{gap:16px}
.nv-link{font-size:15px;padding:6px 12px}
.cookie-inner{padding:30px 24px}
.cookie-title{font-size:22px}
.cookie-actions{flex-direction:column}
.cookie-btn{width:100%}
}
@media (max-width: 480px) {
.hd-left{flex-direction:column;gap:12px;text-align:center}
.branding-txt{align-items:center}
.nv{flex-direction:column;gap:8px}
.ft{padding:40px 0 20px}
.ft-upper{gap:30px}
.cookie-inner{padding:24px 16px}
}
.doc-wrapper{max-width:1140px;margin:0 auto;padding:80px 20px;background:#fff}
.doc-wrapper h1{font-size:42px;line-height:1.2;color:#113270;margin:0 0 32px;font-weight:700;letter-spacing:-.5px}
.doc-wrapper h2{font-size:32px;line-height:1.3;color:#113270;margin:64px 0 24px;font-weight:600;letter-spacing:-.3px}
.doc-wrapper h3{font-size:24px;line-height:1.4;color:#113270;margin:48px 0 20px;font-weight:600}
.doc-wrapper h4{font-size:20px;line-height:1.4;color:#113270;margin:36px 0 16px;font-weight:600}
.doc-wrapper h5{font-size:18px;line-height:1.5;color:#113270;margin:28px 0 14px;font-weight:600}
.doc-wrapper h6{font-size:16px;line-height:1.5;color:#113270;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.doc-wrapper p{font-size:17px;line-height:1.75;color:#333;margin:0 0 20px;font-weight:400}
.doc-wrapper em,.doc-wrapper i{font-style:italic;color:#113270}
.doc-wrapper a{color:#113270;text-decoration:underline;transition:all .2s ease;font-weight:500}
.doc-wrapper a:hover{color:#F4CF56;text-decoration:none}
.doc-wrapper table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 12px #11327014;border-radius:8px;overflow:hidden}
.doc-wrapper thead{background:linear-gradient(135deg,#113270 0%,#1a4a9e 100%)}
.doc-wrapper thead tr{border:none}
.doc-wrapper thead th{padding:18px 24px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.doc-wrapper tbody tr{border-bottom:1px solid #e8e8e8;transition:background .18s ease}
.doc-wrapper tbody tr:last-child{border-bottom:none}
.doc-wrapper tbody tr:hover{background:#fafafa}
.doc-wrapper tbody td{padding:16px 24px;font-size:16px;line-height:1.6;color:#333;border:none}
.doc-wrapper tbody th{padding:16px 24px;text-align:left;font-size:16px;font-weight:600;color:#113270;background:#f8f8f8;border:none}
.doc-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,#113270 0%,#F4CF56 50%,#113270 100%);margin:56px 0;opacity:.3;border-radius:2px}
@media (max-width: 1024px) {
.doc-wrapper{padding:60px 24px}
.doc-wrapper h1{font-size:36px;margin-bottom:28px}
.doc-wrapper h2{font-size:28px;margin:52px 0 20px}
.doc-wrapper h3{font-size:22px;margin:40px 0 18px}
}
@media (max-width: 768px) {
.doc-wrapper{padding:48px 20px}
.doc-wrapper h1{font-size:32px;margin-bottom:24px}
.doc-wrapper h2{font-size:26px;margin:44px 0 18px}
.doc-wrapper h3{font-size:20px;margin:36px 0 16px}
.doc-wrapper h4{font-size:18px}
.doc-wrapper p{font-size:16px;line-height:1.7}
.doc-wrapper table{font-size:14px;margin:24px 0}
.doc-wrapper thead th{padding:14px 16px;font-size:13px}
.doc-wrapper tbody td,.doc-wrapper tbody th{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.doc-wrapper{padding:36px 16px}
.doc-wrapper h1{font-size:28px;margin-bottom:20px}
.doc-wrapper h2{font-size:24px;margin:36px 0 16px}
.doc-wrapper h3{font-size:19px;margin:32px 0 14px}
.doc-wrapper p{font-size:15px}
.doc-wrapper table{display:block;overflow-x:auto;margin:20px -16px;width:calc(100% + 32px);border-radius:0}
.doc-wrapper thead th{padding:12px;font-size:12px}
.doc-wrapper tbody td,.doc-wrapper tbody th{padding:10px 12px;font-size:13px}
.doc-wrapper hr{margin:40px 0}
}
.hd1{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(127deg,#113270 0%,#1a4288 100%);padding:80px 0}
.hd1::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(142deg,#f7f6b614 0%,#f4cf561f 100%);z-index:1}
.hdwrp{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:2;width:100%}
.hdct{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hdtxt h1{font-size:52px;line-height:1.2;color:#F7F6B6;margin:0 0 24px;font-weight:700}
.hdtxt p{font-size:19px;line-height:1.7;color:#ffffffeb;margin:0}
.hdimg{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px #00000059}
.hdimg img{width:100%;height:480px;object-fit:cover;display:block;filter:contrast(1.15) brightness(0.95);mix-blend-mode:luminosity;opacity:.88}
.str2{max-width:1140px;margin:90px auto;padding:0 20px}
.str2hd{text-align:center;margin-bottom:64px}
.str2hd h2{font-size:42px;color:#113270;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.str2hd h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F4CF56 0%,#F7F6B6 100%);border-radius:2px}
.str2hd p{font-size:18px;color:#4a4a4a;line-height:1.7;max-width:720px;margin:28px auto 0}
.strgd{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.stritm{background:#fff;border-radius:16px;padding:42px 32px;box-shadow:0 6px 20px #11327014;transition:all 220ms ease;border:2px solid transparent;position:relative}
.stritm:hover{transform:translateY(-8px);box-shadow:0 12px 36px #1132702e;border-color:#F4CF56}
.stritm h3{font-size:24px;color:#113270;margin:0 0 18px;font-weight:600}
.stritm p{font-size:16px;color:#555;line-height:1.75;margin:0}
.sec3wrp{background:linear-gradient(155deg,#f8f9fc 0%,#fff 100%);padding:95px 0;margin-top:70px}
.sec3ct{max-width:1140px;margin:0 auto;padding:0 20px}
.sec3grd{display:flex;gap:56px;align-items:center}
.sec3img{flex:0 0 480px;position:relative}
.sec3img img{width:100%;height:520px;object-fit:cover;border-radius:20px;box-shadow:0 10px 28px #11327024}
.sec3txt{flex:1}
.sec3txt h2{font-size:40px;color:#113270;margin:0 0 26px;font-weight:700;position:relative;padding-left:24px}
.sec3txt h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#F4CF56 0%,#F7F6B6 100%);border-radius:3px}
.sec3txt p{font-size:17px;color:#4a4a4a;line-height:1.8;margin:0 0 22px}
.sec3txt p:last-child{margin-bottom:0}
.tm4sec{max-width:1140px;margin:95px auto;padding:0 20px}
.tm4hd{margin-bottom:58px}
.tm4hd h2{font-size:40px;color:#113270;margin:0 0 18px;font-weight:700}
.tm4hd p{font-size:18px;color:#555;line-height:1.7;max-width:680px}
.tm4layout{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.tm4card{background:#fff;border-radius:18px;padding:38px;box-shadow:0 8px 24px #1132701f;border:2px solid #F4CF56}
.tm4img{width:160px;height:160px;border-radius:50%;overflow:hidden;margin:0 auto 28px;border:4px solid #F7F6B6;box-shadow:0 6px 18px #11327026}
.tm4img img{width:100%;height:100%;object-fit:cover}
.tm4info{text-align:center}
.tm4info h3{font-size:26px;color:#113270;margin:0 0 8px;font-weight:600}
.tm4info h4{font-size:17px;color:#F4CF56;margin:0 0 20px;font-weight:500}
.tm4info p{font-size:16px;color:#555;line-height:1.7;margin:0}
.tm4content{background:#fff;border-radius:18px;padding:44px;box-shadow:0 6px 20px #1132701a}
.tm4content h3{font-size:28px;color:#113270;margin:0 0 24px;font-weight:600}
.tm4content p{font-size:17px;color:#4a4a4a;line-height:1.8;margin:0 0 20px}
.tm4content p:last-child{margin-bottom:0}
.val5sec{background:linear-gradient(168deg,#113270 0%,#1a4a95 100%);padding:85px 0;position:relative;overflow:hidden}
.val5sec::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f7f6b61f 0%,transparent 70%);border-radius:50%}
.val5wrp{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.val5hd{text-align:center;margin-bottom:56px}
.val5hd h2{font-size:42px;color:#F7F6B6;margin:0 0 20px;font-weight:700}
.val5hd p{font-size:18px;color:#ffffffe0;line-height:1.7;max-width:720px;margin:0 auto}
.val5grd{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.val5itm{text-align:center;padding:36px 24px;background:#ffffff14;border-radius:14px;border:2px solid #f4cf564d;transition:all 200ms ease}
.val5itm:hover{background:#ffffff24;border-color:#F4CF56;transform:scale(1.05)}
.val5num{font-size:48px;color:#F4CF56;font-weight:700;margin:0 0 12px;line-height:1}
.val5lbl{font-size:18px;color:#F7F6B6;margin:0;font-weight:500}
@media (max-width: 1024px) {
.hdct{grid-template-columns:1fr;gap:40px}
.hdtxt h1{font-size:42px}
.hdimg img{height:400px}
.strgd{grid-template-columns:1fr;gap:28px}
.sec3grd{flex-direction:column;gap:40px}
.sec3img{flex:0 0 auto;width:100%}
.tm4layout{grid-template-columns:1fr;gap:36px}
.val5grd{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 768px) {
.hd1{min-height:400px;padding:60px 0}
.hdtxt h1{font-size:34px}
.hdtxt p{font-size:17px}
.hdimg img{height:320px}
.str2{margin:60px auto}
.str2hd h2{font-size:34px}
.sec3txt h2{font-size:32px}
.tm4hd h2{font-size:32px}
.val5grd{grid-template-columns:1fr}
.val5hd h2{font-size:34px}
}
@media (max-width: 480px) {
.hdtxt h1{font-size:28px}
.str2hd h2,.sec3txt h2,.tm4hd h2,.val5hd h2{font-size:28px}
.stritm{padding:32px 24px}
.sec3wrp{padding:65px 0}
.tm4card{padding:28px}
.tm4content{padding:32px 24px}
}
.ttlblk{position:relative;max-width:1140px;margin:60px auto 0;padding:0 20px;display:flex;gap:60px;align-items:center}
.ttlblk .txtwrp{flex:1;min-width:0}
.ttlblk .imgwrp{flex:0 0 380px;position:relative}
.ttlblk .imgwrp img{width:100%;height:auto;border-radius:20px;box-shadow:8px 12px 28px #1132702e;display:block}
.ttlblk .decoshp{position:absolute;width:140px;height:140px;top:-30px;right:-30px;background:linear-gradient(135deg,#F4CF56 0%,#F7F6B6 100%);border-radius:50%;opacity:.7;z-index:-1}
.ttlblk .smtxt{font-size:15px;color:#113270;font-weight:600;margin-bottom:12px;letter-spacing:.5px}
.ttlblk .mntxt{font-size:42px;line-height:1.2;color:#113270;margin-bottom:20px;font-weight:700}
.ttlblk .dsc{font-size:17px;line-height:1.7;color:#4a5568}
.apprch{background:linear-gradient(125deg,#f8f9fa 0%,#fff 100%);padding:80px 0;margin-top:80px}
.apprch .cntwrp{max-width:1140px;margin:0 auto;padding:0 20px}
.apprch .scthd{text-align:center;margin-bottom:60px}
.apprch .scthd h2{font-size:38px;color:#113270;margin-bottom:16px;font-weight:700}
.apprch .scthd .subln{font-size:18px;color:#5a6c7d;max-width:720px;margin:0 auto;line-height:1.6}
.mthgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.mthcrd{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 4px 16px #11327014;transition:all .22s;position:relative;overflow:hidden}
.mthcrd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#113270 0%,#F4CF56 100%);transition:height .22s}
.mthcrd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #11327029}
.mthcrd:hover::before{height:100%}
.mthcrd .icnwrp{width:64px;height:64px;background:linear-gradient(135deg,#F7F6B6 0%,#F4CF56 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.mthcrd .icnwrp svg{width:32px;height:32px;fill:#113270}
.mthcrd h3{font-size:22px;color:#113270;margin-bottom:14px;font-weight:600}
.mthcrd p{font-size:16px;line-height:1.7;color:#5a6c7d}
.intrctv{max-width:1140px;margin:100px auto 0;padding:0 20px}
.intrctv .hdr{margin-bottom:50px}
.intrctv .hdr h2{font-size:36px;color:#113270;margin-bottom:12px;font-weight:700}
.intrctv .hdr .inf{font-size:17px;color:#5a6c7d;line-height:1.6}
.tlwrp{position:relative}
.tlwrp::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#F4CF56 0%,#113270 50%,#F7F6B6 100%);transform:translateX(-50%)}
.tlitm{display:flex;gap:40px;margin-bottom:60px;position:relative}
.tlitm:nth-child(even){flex-direction:row-reverse}
.tlitm .side{flex:1;text-align:right;padding-top:10px}
.tlitm:nth-child(even) .side{text-align:left}
.tlitm .dot{width:20px;height:20px;background:#113270;border-radius:50%;border:4px solid #F4CF56;position:absolute;left:50%;top:20px;transform:translateX(-50%);z-index:2;transition:all .2s}
.tlitm:hover .dot{transform:translateX(-50%) scale(1.3);background:#F4CF56;border-color:#113270}
.tlitm .nmb{font-size:48px;font-weight:700;color:#F4CF56;line-height:1;margin-bottom:8px;opacity:.5}
.tlitm h4{font-size:24px;color:#113270;margin-bottom:12px;font-weight:600}
.tlitm .dsc2{font-size:16px;line-height:1.7;color:#5a6c7d}
.tstmblk{background:linear-gradient(135deg,#113270 0%,#1a4489 100%);padding:90px 0;margin-top:100px;position:relative;overflow:hidden}
.tstmblk::before{content:'';position:absolute;top:-50px;right:-80px;width:300px;height:300px;background:#f7f6b61a;border-radius:50%}
.tstmblk::after{content:'';position:absolute;bottom:-60px;left:-100px;width:350px;height:350px;background:#f4cf5614;border-radius:50%}
.tstmblk .cntr{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:1}
.tstmblk .hd3{text-align:center;margin-bottom:60px}
.tstmblk .hd3 h2{font-size:38px;color:#fff;margin-bottom:14px;font-weight:700}
.tstmblk .hd3 .sb2{font-size:18px;color:#F7F6B6;line-height:1.6}
.tstgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.tstcrd{background:#fffffff7;border-radius:18px;padding:36px 30px;box-shadow:0 8px 24px #00000026;transition:transform .2s}
.tstcrd:hover{transform:translateY(-8px)}
.tstcrd .prfwrp{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.tstcrd .prfwrp img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #F4CF56}
.tstcrd .nminfo h5{font-size:19px;color:#113270;margin-bottom:4px;font-weight:600}
.tstcrd .nminfo .rl{font-size:14px;color:#6b7785}
.tstcrd .qttxt{font-size:16px;line-height:1.7;color:#4a5568;font-style:italic}
.tstcrd .qttxt::before{content:'"';font-size:32px;color:#F4CF56;line-height:1;display:block;margin-bottom:-8px}
@media (max-width: 1024px) {
.ttlblk{gap:40px}
.ttlblk .imgwrp{flex:0 0 320px}
.mthgrd{grid-template-columns:repeat(2,1fr)}
.tstgrd{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.ttlblk{flex-direction:column;gap:30px;margin-top:40px}
.ttlblk .imgwrp{flex:0 0 auto;width:100%;max-width:400px}
.ttlblk .mntxt{font-size:32px}
.apprch{padding:60px 0;margin-top:60px}
.mthgrd{grid-template-columns:1fr;gap:24px}
.intrctv{margin-top:70px}
.tlwrp::before{left:20px}
.tlitm{flex-direction:column;gap:0;padding-left:50px;margin-bottom:45px}
.tlitm:nth-child(even){flex-direction:column}
.tlitm .side{text-align:left}
.tlitm:nth-child(even) .side{text-align:left}
.tlitm .dot{left:20px;transform:translateX(-50%)}
.tlitm:hover .dot{transform:translateX(-50%) scale(1.3)}
.tstmblk{padding:70px 0;margin-top:70px}
.tstgrd{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.ttlblk .mntxt{font-size:28px}
.apprch .scthd h2{font-size:30px}
.intrctv .hdr h2{font-size:28px}
.tstmblk .hd3 h2{font-size:30px}
.tlitm .nmb{font-size:36px}
.tlitm h4{font-size:20px}
}
.hrowrap{background:linear-gradient(142deg,#113270 0%,#1a4a9e 45%,#113270 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.hrowrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#f7f6b614 0%,transparent 70%);animation:slowpulse 18s ease-in-out infinite}
@keyframes slowpulse {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,30px) scale(1.05)}
}
.hro-inner{max-width:1140px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:48px}
.hro-txt h1{font-size:58px;line-height:1.15;color:#fff;text-align:center;margin:0 0 24px;font-weight:700}
.hro-txt p{font-size:20px;line-height:1.6;color:#ffffffe6;text-align:center;max-width:720px;margin:0}
.hroimgbox{width:100%;max-width:900px;position:relative}
.hroimgbox img{width:100%;height:auto;border-radius:16px;box-shadow:0 24px 64px #0000004d 0 0 0 1px #ffffff1a;filter:blur(0.3px)}
.feedwrap{padding:90px 20px;background:#fafafa}
.feedwrap .ct{max-width:1140px;margin:0 auto}
.feedwrap h2{font-size:42px;line-height:1.25;color:#113270;margin:0 0 16px;font-weight:700}
.feedwrap .intro-text{font-size:18px;line-height:1.7;color:#444;margin:0 0 56px;max-width:840px}
.feedgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.feedcard{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 16px #11327014;transition:transform 180ms ease,box-shadow 180ms ease}
.feedcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #11327024}
.feedcard-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#F4CF56 0%,#F7F6B6 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.feedcard-icon svg{width:28px;height:28px;fill:#113270}
.feedcard h3{font-size:22px;line-height:1.3;color:#113270;margin:0 0 12px;font-weight:600}
.feedcard p{font-size:16px;line-height:1.65;color:#555;margin:0}
.transp-zone{padding:100px 20px;background:#fff;position:relative}
.transp-zone::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#113270 0%,#F4CF56 50%,#113270 100%)}
.transp-zone .ct{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.transp-imgbox{position:relative}
.transp-imgbox img{width:100%;height:auto;border-radius:20px;box-shadow:0 16px 48px #11327026}
.transp-content h2{font-size:44px;line-height:1.2;color:#113270;margin:0 0 24px;font-weight:700}
.transp-content p{font-size:17px;line-height:1.75;color:#444;margin:0 0 20px}
.transp-content p:last-of-type{margin-bottom:0}
.numzone{padding:90px 20px;background:linear-gradient(156deg,#113270 0%,#1e5aa8 100%);position:relative;overflow:hidden}
.numzone::after{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#f4cf561f 0%,transparent 70%)}
.numzone .ct{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.numzone h2{font-size:46px;line-height:1.2;color:#fff;text-align:center;margin:0 0 64px;font-weight:700}
.numgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px}
.numcard{text-align:center}
.numcard-val{font-size:64px;line-height:1;color:#F4CF56;font-weight:700;margin:0 0 12px}
.numcard-label{font-size:18px;line-height:1.5;color:#ffffffd9;margin:0}
.learnpath{padding:100px 20px;background:#fafafa}
.learnpath .ct{max-width:1140px;margin:0 auto}
.learnpath h2{font-size:44px;line-height:1.2;color:#113270;text-align:center;margin:0 0 20px;font-weight:700}
.learnpath .subh{font-size:18px;line-height:1.6;color:#555;text-align:center;margin:0 0 72px;max-width:720px;margin-left:auto;margin-right:auto}
.pathsteps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;position:relative}
.pathstep{position:relative;padding:40px 32px;background:#fff;border-radius:16px;box-shadow:0 6px 24px #1132701a;transition:all 200ms ease}
.pathstep:hover{transform:translateY(-6px);box-shadow:0 16px 48px #11327029}
.pathstep-num{position:absolute;top:-20px;left:32px;width:48px;height:48px;background:linear-gradient(135deg,#F4CF56 0%,#F7F6B6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#113270;box-shadow:0 4px 12px #f4cf5666}
.pathstep h4{font-size:24px;line-height:1.3;color:#113270;margin:0 0 16px;font-weight:600}
.pathstep p{font-size:16px;line-height:1.7;color:#555;margin:0}
.teamzone{padding:100px 20px;background:#fff}
.teamzone .ct{max-width:1140px;margin:0 auto}
.teamzone h2{font-size:44px;line-height:1.2;color:#113270;text-align:center;margin:0 0 64px;font-weight:700;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.teamzone h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F4CF56 0%,#F7F6B6 100%);border-radius:2px}
.teamgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:48px}
.teamcard{background:#fafafa;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1132701a;transition:transform 200ms ease}
.teamcard:hover{transform:translateY(-8px)}
.teamcard-img{width:100%;height:320px;overflow:hidden}
.teamcard-img img{width:100%;height:100%;object-fit:cover}
.teamcard-info{padding:28px}
.teamcard-info h5{font-size:22px;line-height:1.3;color:#113270;margin:0 0 8px;font-weight:600}
.teamcard-info .role{font-size:15px;line-height:1.4;color:#F4CF56;margin:0 0 16px;font-weight:500}
.teamcard-info p{font-size:15px;line-height:1.7;color:#555;margin:0}
.aboutplat{padding:100px 20px;background:linear-gradient(168deg,#fafafa 0%,#f0f0f0 100%);position:relative}
.aboutplat .ct{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:72px;align-items:center}
.aboutplat-txt h2{font-size:46px;line-height:1.2;color:#113270;margin:0 0 28px;font-weight:700}
.aboutplat-txt p{font-size:17px;line-height:1.75;color:#444;margin:0 0 20px}
.aboutplat-txt p:last-of-type{margin-bottom:32px}
.aboutplat-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#113270 0%,#1e5aa8 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:10px;box-shadow:0 8px 20px #11327040;transition:all 180ms ease;position:relative;z-index:2}
.aboutplat-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #11327059;background:linear-gradient(135deg,#1e5aa8 0%,#113270 100%)}
.aboutplat-img{position:relative}
.aboutplat-img img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #11327033}
@media (max-width: 1024px) {
.hro-txt h1{font-size:46px}
.transp-zone .ct{grid-template-columns:1fr;gap:48px}
.aboutplat .ct{grid-template-columns:1fr;gap:48px}
.numgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hro-txt h1{font-size:38px}
.hrowrap{padding:80px 20px 70px}
.feedwrap h2,.transp-content h2,.learnpath h2,.teamzone h2,.aboutplat-txt h2{font-size:34px}
.numzone h2{font-size:36px}
.numcard-val{font-size:52px}
.feedgrid{grid-template-columns:1fr}
.pathsteps{grid-template-columns:1fr}
.teamgrid{grid-template-columns:1fr}
.numgrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hro-txt h1{font-size:32px}
.hro-txt p{font-size:17px}
.hrowrap{padding:60px 16px 50px}
.feedwrap,.transp-zone,.numzone,.learnpath,.teamzone,.aboutplat{padding:60px 16px}
}
.ctwp{max-width:1140px;margin:0 auto;padding:0 20px}
.ttlsec{position:relative;padding:120px 0 80px;overflow:hidden}
.ttlsec::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(127deg,#113270 0%,#3a5294 45%,#F4CF56 100%);z-index:-1;opacity:.93}
.ttlsec::after{content:'';position:absolute;bottom:-50px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,#f7f6b640,transparent);border-radius:50%;z-index:0}
.ttlgrd{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.ttlcnt h1{font-size:48px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.ttlcnt .sbtxt{font-size:19px;line-height:1.6;color:#ffffffeb;margin:0}
.ttlimg{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 16px 42px #11327059}
.ttlimg img{width:100%;height:auto;display:block;object-fit:cover;transform:scale(1.05)}
.ttlimg::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#f4cf5626,transparent);z-index:1;pointer-events:none}
.ctmeth{padding:90px 0;background:#f8f9fb}
.ctmeth h2{font-size:38px;line-height:1.3;color:#113270;margin:0 0 18px;text-align:center;font-weight:700}
.ctmeth h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F4CF56,#F7F6B6);margin:16px auto 0;border-radius:2px}
.ctmeth .introtx{font-size:17px;line-height:1.7;color:#4a5568;text-align:center;max-width:720px;margin:0 auto 50px}
.mtdgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mtdcrd{background:#fff;padding:36px 28px;border-radius:14px;box-shadow:0 6px 18px #11327014;transition:transform 180ms,box-shadow 180ms;border-top:4px solid #F4CF56}
.mtdcrd:hover{transform:translateY(-6px);box-shadow:0 14px 32px #11327029}
.mtdcrd h3{font-size:22px;line-height:1.4;color:#113270;margin:0 0 14px;font-weight:600}
.mtdcrd p{font-size:16px;line-height:1.65;color:#5a6c7d;margin:0}
.frmwrp{padding:100px 0;background:linear-gradient(168deg,#113270 0%,#2a4789 100%);position:relative}
.frmwrp::before{content:'';position:absolute;top:-40px;left:0;width:100%;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80'%3E%3Cpath d='M0,40 Q300,0 600,40 T1200,40 L1200,80 L0,80 Z' fill='%23113270'/%3E%3C/svg%3E");background-size:cover}
.frmcnt{max-width:680px;margin:0 auto}
.frmcnt h2{font-size:42px;line-height:1.3;color:#fff;margin:0 0 16px;text-align:center;font-weight:700}
.frmcnt .frmintro{font-size:18px;line-height:1.7;color:#ffffffe0;text-align:center;margin:0 0 44px}
.frmbox{background:#fff;padding:42px 38px;border-radius:16px;box-shadow:0 12px 36px #0000002e}
.frmgrp{margin-bottom:28px}
.frmgrp label{display:block;font-size:15px;font-weight:600;color:#113270;margin-bottom:8px}
.frmgrp input[type="text"],.frmgrp input[type="email"],.frmgrp select{width:100%;padding:14px 16px;border:2px solid #e1e8ed;border-radius:8px;font-size:16px;color:#2d3748;transition:border-color 200ms,box-shadow 200ms;box-sizing:border-box}
.frmgrp input:focus,.frmgrp select:focus{outline:none;border-color:#F4CF56;box-shadow:0 0 0 3px #f4cf5633}
.frmgrp select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23113270' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 14px center;cursor:pointer}
input[type="checkbox"].chkbx{display:none}
input[type="checkbox"].chkbx + label{display:flex;align-items:start;gap:10px;font-size:14px;line-height:1.6;color:#4a5568;cursor:pointer;margin-bottom:24px}
input[type="checkbox"].chkbx + label::before{content:'';flex-shrink:0;width:20px;height:20px;border:2px solid #cbd5e0;border-radius:4px;background:#fff;transition:all 180ms;margin-top:2px}
input[type="checkbox"].chkbx:checked + label::before{background:#113270;border-color:#113270;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3 3 7-7' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
input[type="checkbox"].chkbx + label a{color:#F4CF56;text-decoration:underline}
.sbmtbtn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#F4CF56 0%,#F7F6B6 100%);color:#113270;font-size:17px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:transform 180ms,box-shadow 200ms;box-shadow:0 6px 16px #f4cf5659}
.sbmtbtn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #f4cf5673}
.sbmtbtn:active{transform:translateY(-1px)}
input[type="radio"].rdopt{display:none}
input[type="radio"].rdopt + label{display:block;padding:14px 18px;border:2px solid #e1e8ed;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all 180ms;background:#fff;font-size:15px;color:#2d3748}
input[type="radio"].rdopt:checked + label{border-color:#F4CF56;background:#f4cf5614;color:#113270;font-weight:600}
.cndfield{max-height:0;overflow:hidden;opacity:0;transition:max-height 400ms,opacity 350ms,margin 400ms;margin:0}
#indiv:checked ~ .indivopts{max-height:500px;opacity:1;margin-top:20px}
#group:checked ~ .grpopts{max-height:500px;opacity:1;margin-top:20px}
.cntwys{padding:80px 0;background:#fff}
.cntwys h2{font-size:36px;line-height:1.3;color:#113270;margin:0 0 44px;text-align:center;font-weight:700}
.cntwys h2::before{content:'';display:inline-block;width:40px;height:3px;background:#F4CF56;vertical-align:middle;margin-right:12px}
.cntwys h2::after{content:'';display:inline-block;width:40px;height:3px;background:#F4CF56;vertical-align:middle;margin-left:12px}
.infogrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:36px}
.infocard{padding:32px 26px;background:#f8f9fb;border-radius:12px;border-left:5px solid #F4CF56;transition:transform 160ms}
.infocard:hover{transform:translateX(6px)}
.infocard h4{font-size:20px;line-height:1.3;color:#113270;margin:0 0 12px;font-weight:600}
.infocard p{font-size:16px;line-height:1.6;color:#5a6c7d;margin:0}
.infocard a{color:#113270;text-decoration:none;font-weight:600;transition:color 150ms}
.infocard a:hover{color:#F4CF56}
.qasec{padding:90px 0;background:linear-gradient(145deg,#f8f9fb 0%,#fff 100%)}
.qasec h2{font-size:38px;line-height:1.3;color:#113270;margin:0 0 50px;text-align:center;font-weight:700}
.qabox{max-width:820px;margin:0 auto}
.qaitem{margin-bottom:18px;background:#fff;border-radius:10px;box-shadow:0 4px 12px #1132700f;overflow:hidden}
.qaitem input[type="checkbox"]{display:none}
.qaitem label{display:block;padding:20px 24px;font-size:18px;font-weight:600;color:#113270;cursor:pointer;position:relative;transition:background 180ms}
.qaitem label::after{content:'';position:absolute;right:24px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-right:3px solid #F4CF56;border-bottom:3px solid #F4CF56;transform:translateY(-50%) rotate(45deg);transition:transform 220ms}
.qaitem input:checked + label{background:#f4cf561f}
.qaitem input:checked + label::after{transform:translateY(-50%) rotate(-135deg)}
.qacnt{max-height:0;overflow:hidden;transition:max-height 350ms,padding 350ms}
.qaitem input:checked ~ .qacnt{max-height:400px;padding:0 24px 20px}
.qacnt p{font-size:16px;line-height:1.7;color:#5a6c7d;margin:0}
@media(max-width:1024px) {
.ttlgrd{grid-template-columns:1fr;gap:40px}
.ttlsec{padding:80px 0 60px}
.ttlcnt h1{font-size:38px}
.mtdgrd{grid-template-columns:1fr;gap:24px}
.frmwrp{padding:70px 0}
.frmcnt h2{font-size:34px}
.infogrd{grid-template-columns:1fr;gap:24px}
}
@media(max-width:768px) {
.ttlcnt h1{font-size:32px}
.ttlcnt .sbtxt{font-size:17px}
.ctmeth h2{font-size:30px}
.frmcnt h2{font-size:28px}
.frmbox{padding:32px 24px}
.cntwys h2{font-size:28px}
.qasec h2{font-size:30px}
.qaitem label{font-size:16px;padding:16px 20px}
}
.lp-hero{max-width:1140px;margin:4rem auto;padding:0 20px;display:flex;align-items:center;gap:3rem}
.lp-hero .hero-txt{flex:1.2}
.lp-hero .hero-txt h1{font-size:2.8rem;line-height:1.15;color:#113270;margin:0 0 1.5rem;font-weight:700}
.lp-hero .hero-txt h1::before{content:'';display:inline-block;width:48px;height:5px;background:linear-gradient(135deg,#F4CF56,#F7F6B6);margin-right:16px;vertical-align:middle;border-radius:3px}
.lp-hero .hero-txt .intro-p{font-size:1.05rem;line-height:1.7;color:#2a2a2a;margin:0 0 2rem}
.lp-hero .hero-vis{flex:.8;position:relative}
.lp-hero .hero-vis img{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 28px #11327026}
.lp-hero .hero-vis::after{content:'';position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:radial-gradient(circle,#F7F6B6 0%,transparent 70%);opacity:.6;border-radius:50%;z-index:-1}
.lp-hero .cta-btn{display:inline-block;padding:14px 38px;background:linear-gradient(120deg,#113270,#1a4a9e);color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 6px 16px #11327040}
.lp-hero .cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #11327059}
.lp-paths{background:linear-gradient(155deg,#f9f9f9 0%,#fff 100%);padding:5rem 20px;margin:5rem 0}
.lp-paths .paths-wrap{max-width:1140px;margin:0 auto}
.lp-paths .paths-hd{text-align:center;margin-bottom:3.5rem}
.lp-paths .paths-hd h2{font-size:2.4rem;color:#113270;margin:0 0 1rem;font-weight:700}
.lp-paths .paths-hd p{font-size:1.1rem;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
.lp-paths .path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.lp-paths .path-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 8px 20px #0000000f;transition:all .22s;position:relative;overflow:hidden}
.lp-paths .path-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#113270,#F4CF56);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.lp-paths .path-card:hover::before{transform:scaleX(1)}
.lp-paths .path-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #11327026}
.lp-paths .path-card h3{font-size:1.5rem;color:#113270;margin:0 0 1rem;font-weight:700}
.lp-paths .path-card .path-desc{font-size:.98rem;line-height:1.65;color:#444;margin:0 0 1.5rem}
.lp-paths .path-card ul{list-style:none;padding:0;margin:0 0 1.5rem}
.lp-paths .path-card ul li{padding:.5rem 0;font-size:.95rem;color:#555;position:relative;padding-left:28px}
.lp-paths .path-card ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;background:linear-gradient(135deg,#F4CF56,#F7F6B6);border-radius:50%}
.lp-paths .path-card ul li::after{content:'✓';position:absolute;left:5px;top:50%;transform:translateY(-50%);font-size:.75rem;color:#113270;font-weight:700}
.lp-approach{max-width:1140px;margin:6rem auto;padding:0 20px}
.lp-approach .approach-hd{margin-bottom:3rem}
.lp-approach .approach-hd h2{font-size:2.3rem;color:#113270;margin:0 0 1rem;font-weight:700;position:relative;display:inline-block}
.lp-approach .approach-hd h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#F4CF56,transparent);border-radius:2px}
.lp-approach .approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.lp-approach .approach-txt .feature-block{margin-bottom:2.5rem}
.lp-approach .approach-txt .feature-block:last-child{margin-bottom:0}
.lp-approach .approach-txt .feature-block h3{font-size:1.4rem;color:#113270;margin:0 0 .8rem;font-weight:700}
.lp-approach .approach-txt .feature-block p{font-size:1rem;line-height:1.7;color:#444;margin:0}
.lp-approach .approach-vis{position:relative}
.lp-approach .approach-vis img{width:100%;height:auto;border-radius:18px;box-shadow:0 14px 36px #1132702e}
.lp-approach .approach-vis::before{content:'';position:absolute;bottom:-25px;left:-25px;width:180px;height:180px;background:linear-gradient(225deg,#F7F6B6,#F4CF56);opacity:.3;border-radius:50%;z-index:-1}
.lp-testimonials{background:linear-gradient(170deg,#113270 0%,#1a4a9e 100%);padding:5rem 20px;margin:6rem 0;position:relative;overflow:hidden}
.lp-testimonials::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#f7f6b626 0%,transparent 70%);border-radius:50%}
.lp-testimonials .test-wrap{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.lp-testimonials .test-hd{text-align:center;margin-bottom:3.5rem}
.lp-testimonials .test-hd h2{font-size:2.4rem;color:#fff;margin:0 0 1rem;font-weight:700}
.lp-testimonials .test-hd p{font-size:1.1rem;color:#F7F6B6;margin:0}
.lp-testimonials .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.lp-testimonials .test-card{background:#fffffff2;padding:2.5rem;border-radius:18px;box-shadow:0 10px 30px #0003;position:relative;transition:all .24s}
.lp-testimonials .test-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000004d}
.lp-testimonials .test-card::before{content:'"';position:absolute;top:15px;left:20px;font-size:5rem;color:#F4CF56;opacity:.3;font-family:Georgia,serif;line-height:1}
.lp-testimonials .test-card .test-txt{font-size:1rem;line-height:1.7;color:#333;margin:0 0 2rem;position:relative;z-index:1}
.lp-testimonials .test-card .test-author{display:flex;align-items:center;gap:1rem}
.lp-testimonials .test-card .test-author img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #F4CF56}
.lp-testimonials .test-card .test-author .author-info .author-name{font-size:1.1rem;font-weight:700;color:#113270;margin:0 0 .3rem}
.lp-testimonials .test-card .test-author .author-info .author-role{font-size:.9rem;color:#666;margin:0}
@media (max-width: 1024px) {
.lp-hero{flex-direction:column;gap:2rem}
.lp-hero .hero-txt h1{font-size:2.3rem}
.lp-paths .path-grid{grid-template-columns:repeat(2,1fr)}
.lp-approach .approach-grid{grid-template-columns:1fr;gap:2rem}
.lp-testimonials .test-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.lp-hero{margin:2rem auto}
.lp-hero .hero-txt h1{font-size:2rem}
.lp-hero .hero-txt h1::before{width:32px;height:4px;margin-right:10px}
.lp-paths{padding:3rem 20px;margin:3rem 0}
.lp-paths .paths-hd h2{font-size:2rem}
.lp-paths .path-grid{grid-template-columns:1fr;gap:1.5rem}
.lp-approach{margin:4rem auto}
.lp-approach .approach-hd h2{font-size:1.9rem}
.lp-testimonials{padding:3rem 20px;margin:4rem 0}
.lp-testimonials .test-hd h2{font-size:2rem}
}
@media (max-width: 480px) {
.lp-hero .hero-txt h1{font-size:1.7rem}
.lp-hero .hero-txt .intro-p{font-size:.98rem}
.lp-hero .cta-btn{padding:12px 28px;font-size:.95rem}
.lp-paths .paths-hd h2{font-size:1.7rem}
.lp-paths .path-card{padding:2rem 1.5rem}
.lp-approach .approach-hd h2{font-size:1.6rem}
.lp-testimonials .test-hd h2{font-size:1.7rem}
.lp-testimonials .test-card{padding:2rem 1.5rem}
}
.sucshdr{position:relative;min-height:100vh;display:flex;align-items:flex-end;padding:80px 40px;background:linear-gradient(156deg,#113270 0%,#1a4a9e 48%,#113270 100%);overflow:hidden}
.sucshdr::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#f7f6b614 0%,transparent 50%),radial-gradient(circle at 80% 70%,#f4cf561f 0%,transparent 50%);opacity:1}
.sucshdr::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.06'/%3E%3C/svg%3E");pointer-events:none;mix-blend-mode:overlay}
.sucshdr .cntwrp{position:relative;z-index:2;max-width:1140px;margin:0 auto;width:100%}
.sucshdr .txtblk{background:#fffffff7;padding:48px 56px;border-radius:16px;box-shadow:0 20px 60px #11327040 0 8px 20px #11327026 inset 0 1px 0 #ffffffe6;max-width:820px}
.sucshdr .txtblk h1{font-size:52px;font-weight:700;color:#113270;margin:0 0 20px;line-height:1.15;letter-spacing:-.02em}
.sucshdr .txtblk .msgtxt{font-size:19px;line-height:1.6;color:#2a2a2a;margin:0}
.sucshdr .decshp1{position:absolute;top:15%;right:8%;width:280px;height:280px;background:linear-gradient(135deg,#f4cf5626 0%,#f7f6b640 100%);border-radius:50%;filter:blur(60px);z-index:1}
.sucshdr .decshp2{position:absolute;bottom:25%;left:10%;width:200px;height:200px;background:linear-gradient(225deg,#f7f6b633 0%,#f4cf561a 100%);border-radius:50%;filter:blur(50px);z-index:1}
.nxtstps{padding:96px 40px;background:#fafafa;position:relative}
.nxtstps .cntwrp2{max-width:1140px;margin:0 auto}
.nxtstps .topinfo{text-align:center;margin-bottom:64px}
.nxtstps .topinfo h2{font-size:42px;font-weight:700;color:#113270;margin:0 0 18px;line-height:1.25}
.nxtstps .topinfo .subdsc{font-size:18px;line-height:1.65;color:#4a4a4a;max-width:680px;margin:0 auto}
.nxtstps .grdlay{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:56px}
.nxtstps .stepcard{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 4px 16px #11327014;position:relative;transition:all 240ms ease;border:1px solid #1132700f}
.nxtstps .stepcard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #11327024}
.nxtstps .stepcard .num{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#F4CF56 0%,#F7F6B6 100%);border-radius:50%;font-size:24px;font-weight:700;color:#113270;margin-bottom:24px;box-shadow:0 4px 12px #f4cf564d}
.nxtstps .stepcard h3{font-size:22px;font-weight:600;color:#113270;margin:0 0 14px;line-height:1.3}
.nxtstps .stepcard .stptxt{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0}
.nxtstps .stepcard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#F4CF56 0%,#F7F6B6 100%);border-radius:0 2px 2px 0;transition:height 240ms ease}
.nxtstps .stepcard:hover::before{height:100%}
.nxtstps .actsec{background:linear-gradient(124deg,#113270 0%,#1a4899 100%);padding:52px 64px;border-radius:16px;text-align:center;box-shadow:0 16px 48px #11327033;position:relative;overflow:hidden}
.nxtstps .actsec::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#f7f6b61f 0%,transparent 70%);border-radius:50%}
.nxtstps .actsec .acthd{font-size:34px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3;position:relative;z-index:2}
.nxtstps .actsec .acttxt{font-size:17px;line-height:1.6;color:#ffffffeb;margin:0 0 32px;max-width:620px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.nxtstps .actsec .btnwrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.nxtstps .actsec .btnprim{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;background:linear-gradient(135deg,#F4CF56 0%,#F7F6B6 100%);color:#113270;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all 200ms ease;box-shadow:0 6px 20px #f4cf5666;border:none}
.nxtstps .actsec .btnprim:hover{transform:translateY(-3px);box-shadow:0 10px 28px #f4cf5680;background:linear-gradient(135deg,#F7F6B6 0%,#F4CF56 100%)}
.nxtstps .actsec .btnsec{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;background:#ffffff1f;color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all 200ms ease;border:2px solid #ffffff4d;backdrop-filter:blur(10px)}
.nxtstps .actsec .btnsec:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}
@media (max-width: 1024px) {
.sucshdr{padding:60px 32px}
.sucshdr .txtblk{padding:40px 44px}
.sucshdr .txtblk h1{font-size:44px}
.nxtstps{padding:72px 32px}
.nxtstps .grdlay{grid-template-columns:repeat(2,1fr);gap:28px}
.nxtstps .actsec{padding:44px 48px}
}
@media (max-width: 768px) {
.sucshdr{padding:48px 24px;min-height:85vh}
.sucshdr .txtblk{padding:32px 28px}
.sucshdr .txtblk h1{font-size:36px}
.sucshdr .txtblk .msgtxt{font-size:17px}
.nxtstps{padding:56px 24px}
.nxtstps .topinfo h2{font-size:34px}
.nxtstps .grdlay{grid-template-columns:1fr;gap:24px}
.nxtstps .actsec{padding:36px 28px}
.nxtstps .actsec .acthd{font-size:28px}
.nxtstps .actsec .btnwrp{flex-direction:column;align-items:stretch}
.nxtstps .actsec .btnprim,.nxtstps .actsec .btnsec{justify-content:center}
}
@media (max-width: 480px) {
.sucshdr .txtblk h1{font-size:30px}
.sucshdr .txtblk .msgtxt{font-size:16px}
.nxtstps .topinfo h2{font-size:28px}
.nxtstps .stepcard{padding:32px 24px}
}