*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Sans',sans-serif;background:#FCFCFD;color:#1a1a1a;line-height:1.6}
.hdrwrap{background:linear-gradient(137deg,#1A3A67 0%,#274B8D 100%);padding:28px 0;box-shadow:0 6px 20px #1a3a6726}
.hdrcontainer{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.hdrleft{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.logobox{width:85px;height:85px;background:#fcfcfd1f;border-radius:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a}
.logoimg{width:58px;height:58px}
.brandtxt{display:flex;flex-direction:column;gap:4px}
.compname{font-size:26px;font-weight:700;color:#FCFCFD;letter-spacing:.3px}
.tagln{font-size:14px;color:#fcfcfdd9;font-weight:400}
.hdrright{flex:1;display:flex;justify-content:flex-end}
.mainnavbox{display:flex;gap:32px;align-items:center}
.navlnk{color:#FCFCFD;text-decoration:none;font-size:16px;font-weight:400;padding:10px 16px;border-radius:22px;transition:background .3s ease,color .3s ease}
.navlnk:hover{background:#fcfcfd26;color:#FCFCFD}
.ftrwrap{background:linear-gradient(143deg,#1A3A67 0%,#274B8D 100%);padding:50px 0 20px;margin-top:80px}
.ftrcontainer{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:60px;margin-bottom:40px}
.ftrleft{flex:0 0 auto}
.ftrnavbox{display:flex;flex-direction:column;gap:14px}
.ftrlnk{color:#fcfcfde6;text-decoration:none;font-size:15px;transition:color .3s ease}
.ftrlnk:hover{color:#FCFCFD}
.ftrright{flex:1}
.contactblock{display:flex;flex-direction:column;gap:16px}
.contactitem{display:flex;flex-direction:column;gap:4px}
.contactlabel{font-size:13px;color:#fcfcfdb3;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.contactval{font-size:15px;color:#FCFCFD;text-decoration:none}
.contactval:hover{text-decoration:underline}
.copyrightbox{max-width:1400px;margin:0 auto;padding:20px 20px 0;border-top:1px solid #fcfcfd26}
.copyrighttxt{text-align:center;color:#fcfcfdbf;font-size:14px}
.cookiebanner{position:fixed;bottom:20px;left:20px;background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%);padding:24px 28px;border-radius:26px;box-shadow:0 12px 32px #1a3a674d;max-width:420px;z-index:9999;display:none;animation:slideInFromTop .5s ease-out}
.cookiebanner.show{display:block}
.cookiebanner.hide{animation:slideOutToTop .4s ease-in forwards}
@keyframes slideInFromTop {
from{transform:translateY(-100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideOutToTop {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-100px);opacity:0}
}
.cookiecontent{display:flex;flex-direction:column;gap:18px}
.cookietxt{color:#FCFCFD;font-size:15px;line-height:1.5}
.cookiebtns{display:flex;gap:12px}
.cookiebtn{flex:1;padding:12px 20px;border:none;border-radius:20px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:'PT Sans',sans-serif}
.acceptbtn{background:#FCFCFD;color:#1A3A67}
.acceptbtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fcfcfd4d}
.declinebtn{background:transparent;color:#FCFCFD;border:2px solid #fcfcfd99}
.declinebtn:hover{background:#fcfcfd1a;border-color:#FCFCFD}
@media (max-width: 768px) {
.hdrcontainer{flex-direction:column;gap:24px}
.hdrleft{width:100%;justify-content:center}
.hdrright{width:100%;justify-content:center}
.mainnavbox{flex-wrap:wrap;justify-content:center;gap:16px}
.ftrcontainer{flex-direction:column;gap:30px}
.ftrleft{width:100%}
.ftrnavbox{align-items:center}
.contactblock{align-items:center;text-align:center}
.cookiebanner{left:10px;right:10px;max-width:none;bottom:10px}
.cookiebtns{flex-direction:column}
}
@media (max-width: 480px) {
.compname{font-size:22px}
.logobox{width:70px;height:70px}
.logoimg{width:48px;height:48px}
.navlnk{font-size:15px;padding:8px 14px}
}
.doc-section{max-width:1400px;margin:0 auto;padding:80px 20px;background:linear-gradient(135deg,#FCFCFD 0%,#f8f9fb 100%)}
.doc-section h1{font-size:48px;font-weight:700;color:#1A3A67;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.doc-section h2{font-size:36px;font-weight:600;color:#274B8D;margin:60px 0 24px;line-height:1.3;letter-spacing:-.3px}
.doc-section h3{font-size:28px;font-weight:600;color:#1A3A67;margin:40px 0 20px;line-height:1.4}
.doc-section h4{font-size:22px;font-weight:600;color:#274B8D;margin:32px 0 16px;line-height:1.4}
.doc-section h5{font-size:18px;font-weight:600;color:#1A3A67;margin:24px 0 12px;line-height:1.5}
.doc-section h6{font-size:16px;font-weight:600;color:#274B8D;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.doc-section p{font-size:17px;line-height:1.8;color:#2c3e50;margin:0 0 20px;max-width:800px}
.doc-section ul{margin:0 0 24px;padding:0 0 0 24px;max-width:800px}
.doc-section ol{margin:0 0 24px;padding:0 0 0 24px;max-width:800px}
.doc-section ul li{font-size:17px;line-height:1.8;color:#2c3e50;margin:0 0 12px;padding-left:8px}
.doc-section ol li{font-size:17px;line-height:1.8;color:#2c3e50;margin:0 0 12px;padding-left:8px}
.doc-section ul ul{margin:12px 0;padding-left:24px}
.doc-section ol ol{margin:12px 0;padding-left:24px}
.doc-section em{font-style:italic;color:#1A3A67}
.doc-section i{font-style:italic;color:#1A3A67}
.doc-section a{color:#274B8D;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;cursor:pointer}
.doc-section a:hover{color:#1A3A67;border-bottom-color:#1A3A67}
.doc-section table{width:100%;max-width:1000px;border-collapse:collapse;margin:32px 0;background:#FCFCFD;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #1a3a6714}
.doc-section thead{background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%)}
.doc-section thead tr{border:none}
.doc-section thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#FCFCFD;letter-spacing:.3px}
.doc-section tbody{background:#FCFCFD}
.doc-section tbody tr{border-bottom:1px solid #e8ecf1;transition:background .2s ease}
.doc-section tbody tr:last-child{border-bottom:none}
.doc-section tbody tr:hover{background:#f8f9fb}
.doc-section tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#2c3e50}
.doc-section th{font-weight:600}
.doc-section td{vertical-align:top}
.doc-section div{margin:0}
@media (max-width: 768px) {
.doc-section{padding:60px 16px}
.doc-section h1{font-size:36px;margin-bottom:32px}
.doc-section h2{font-size:28px;margin-top:48px;margin-bottom:20px}
.doc-section h3{font-size:24px;margin-top:32px}
.doc-section h4{font-size:20px;margin-top:28px}
.doc-section p{font-size:16px;margin-bottom:18px}
.doc-section ul li,.doc-section ol li{font-size:16px;margin-bottom:10px}
.doc-section table{font-size:14px;border-radius:16px}
.doc-section thead th{padding:16px 12px;font-size:14px}
.doc-section tbody td{padding:14px 12px;font-size:14px}
}
@media (max-width: 320px) {
.doc-section{padding:40px 12px}
.doc-section h1{font-size:30px}
.doc-section h2{font-size:24px}
.doc-section table{margin:24px -12px;width:calc(100% + 24px);border-radius:12px}
.doc-section thead th,.doc-section tbody td{padding:12px 10px;font-size:13px}
}
.herotop{background:linear-gradient(127deg,#1A3A67 0%,#274B8D 100%);padding:140px 40px 120px;position:relative;overflow:hidden}
.herotop::before{content:'';position:absolute;width:280px;height:280px;background:#fcfcfd0a;border-radius:50%;top:-80px;right:15%;z-index:1}
.herotop::after{content:'';position:absolute;width:160px;height:160px;background:#fcfcfd08;border-radius:50%;bottom:40px;left:10%;z-index:1}
.herotop .contentwrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center;position:relative;z-index:2}
.herotop .txtarea h1{font-size:58px;line-height:1.15;color:#FCFCFD;margin:0 0 24px;font-weight:700}
.herotop .txtarea .lead{font-size:21px;line-height:1.5;color:#fcfcfde0;margin:0 0 32px}
.herotop .imgbox{position:relative}
.herotop .imgbox img{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 16px 40px #00000038;border:3px solid #fcfcfd1f}
.openlist{padding:90px 40px;background:#FCFCFD}
.openlist .wrap{max-width:1400px;margin:0 auto}
.openlist .headtxt{text-align:center;margin-bottom:64px}
.openlist .headtxt h2{font-size:44px;line-height:1.2;color:#1A3A67;margin:0 0 18px;font-weight:700}
.openlist .headtxt .subtitle{font-size:19px;line-height:1.5;color:#555;max-width:720px;margin:0 auto}
.jobgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.jobcard{background:#fff;border-radius:24px;padding:36px 32px;box-shadow:0 6px 24px #1a3a6714;transition:all .3s ease;border:2px solid transparent}
.jobcard:hover{transform:translateY(-6px);box-shadow:0 12px 36px #1a3a6724;border-color:#274B8D}
.jobcard .jobtitle{font-size:26px;line-height:1.3;color:#1A3A67;margin:0 0 16px;font-weight:600}
.jobcard .jobtype{display:inline-block;font-size:14px;padding:6px 14px;background:linear-gradient(90deg,#1A3A67,#274B8D);color:#FCFCFD;border-radius:16px;margin-bottom:20px;font-weight:500}
.jobcard .jobdesc{font-size:17px;line-height:1.6;color:#444;margin:0 0 20px}
.jobcard .detailsrow{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:24px}
.jobcard .detailitem{font-size:15px;color:#666}
.jobcard .detailitem strong{color:#1A3A67;font-weight:600}
.jobcard .applybtn{display:inline-block;padding:12px 28px;background:#274B8D;color:#FCFCFD;text-decoration:none;border-radius:20px;font-size:16px;font-weight:600;transition:all .3s ease}
.jobcard .applybtn:hover{background:#1A3A67;transform:scale(1.04)}
.teamstory{padding:100px 40px;background:linear-gradient(215deg,#f8f9fb 0%,#fff 100%)}
.teamstory .contentholder{max-width:1400px;margin:0 auto;display:flex;gap:80px;align-items:center}
.teamstory .visualside{flex:0 0 480px}
.teamstory .visualside img{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:0 20px 48px #1a3a6726}
.teamstory .textside{flex:1}
.teamstory .textside h2{font-size:42px;line-height:1.25;color:#1A3A67;margin:0 0 28px;font-weight:700}
.teamstory .textside .para{font-size:18px;line-height:1.7;color:#444;margin:0 0 20px}
.teamstory .highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}
.teamstory .hlitem{background:#274b8d0f;padding:24px 28px;border-radius:20px;border-left:4px solid #274B8D}
.teamstory .hlitem h4{font-size:20px;color:#1A3A67;margin:0 0 10px;font-weight:600}
.teamstory .hlitem .txt{font-size:16px;line-height:1.6;color:#555;margin:0}
.voicebox{padding:90px 40px;background:#fff}
.voicebox .container{max-width:1400px;margin:0 auto}
.voicebox .sectionhead{text-align:center;margin-bottom:56px}
.voicebox .sectionhead h2{font-size:40px;line-height:1.2;color:#1A3A67;margin:0 0 16px;font-weight:700}
.voicebox .sectionhead .intro{font-size:18px;line-height:1.6;color:#666;max-width:680px;margin:0 auto}
.testimonialgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.testcard{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);border-radius:28px;padding:40px 36px;box-shadow:0 8px 28px #1a3a671a;position:relative;border:1px solid #274b8d1a}
.testcard::before{content:'"';position:absolute;top:20px;left:28px;font-size:80px;line-height:1;color:#274b8d26;font-family:Georgia,serif}
.testcard .profile{display:flex;gap:20px;align-items:center;margin-bottom:24px;position:relative;z-index:2}
.testcard .profile img{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #274B8D}
.testcard .profile .info .name{font-size:20px;font-weight:600;color:#1A3A67;margin:0 0 4px}
.testcard .profile .info .role{font-size:15px;color:#777;margin:0}
.testcard .quote{font-size:17px;line-height:1.65;color:#444;margin:0;position:relative;z-index:2}
@media (max-width: 1024px) {
.herotop .contentwrap{grid-template-columns:1fr;gap:40px}
.herotop .txtarea h1{font-size:46px}
.herotop .imgbox img{height:380px}
.jobgrid{grid-template-columns:1fr}
.teamstory .contentholder{flex-direction:column;gap:48px}
.teamstory .visualside{flex:0 0 auto;width:100%}
.testimonialgrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.herotop{padding:100px 24px 80px}
.herotop .txtarea h1{font-size:38px}
.herotop .txtarea .lead{font-size:18px}
.herotop .imgbox img{height:300px}
.openlist{padding:64px 24px}
.openlist .headtxt h2{font-size:34px}
.jobcard{padding:28px 24px}
.jobcard .jobtitle{font-size:22px}
.teamstory{padding:70px 24px}
.teamstory .textside h2{font-size:34px}
.teamstory .highlights{grid-template-columns:1fr}
.teamstory .visualside img{height:420px}
.voicebox{padding:64px 24px}
.voicebox .sectionhead h2{font-size:32px}
.testcard{padding:32px 28px}
}
.titleblk{max-width:1400px;margin:80px auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:0 20px}
.titleblk .imgframe{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #1a3a671f}
.titleblk .imgframe img{width:100%;height:480px;object-fit:cover;opacity:.88;filter:saturate(0.9)}
.titleblk .imgframe::after{content:'';position:absolute;top:-50%;right:-30%;width:200px;height:200px;background:radial-gradient(circle,#fcfcfd66 0%,transparent 70%);pointer-events:none}
.titleblk .txtarea h1{font-size:3.2rem;line-height:1.2;margin:0 0 24px;color:#1A3A67}
.titleblk .txtarea h1 .highlight{background:linear-gradient(135deg,#274B8D 0%,#1A3A67 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}
.titleblk .txtarea h1 .highlight::before{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#274B8D,transparent)}
.titleblk .txtarea p{font-size:1.15rem;line-height:1.7;color:#2c3e50;margin:0}
.bizsoln{background:linear-gradient(125deg,#FCFCFD 0%,#f0f4f8 100%);padding:90px 20px}
.bizsoln .wrap{max-width:1400px;margin:0 auto}
.bizsoln h2{font-size:2.6rem;color:#1A3A67;margin:0 0 48px;text-align:center;position:relative}
.bizsoln h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#274B8D,#1A3A67);border-radius:2px}
.bizsoln .cardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.bizsoln .crd{background:#fff;border-radius:28px;padding:40px 32px;box-shadow:0 8px 24px #1a3a6714;transition:all .3s ease}
.bizsoln .crd:hover{transform:translateY(-8px);box-shadow:0 16px 48px #1a3a6729}
.bizsoln .crd .icn{width:64px;height:64px;background:linear-gradient(135deg,#274B8D 0%,#1A3A67 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.bizsoln .crd .icn i{font-size:32px;color:#FCFCFD}
.bizsoln .crd h3{font-size:1.5rem;color:#1A3A67;margin:0 0 16px}
.bizsoln .crd p{font-size:1.05rem;line-height:1.6;color:#495057;margin:0}
.eventzone{padding:90px 20px}
.eventzone .wrap{max-width:1400px;margin:0 auto}
.eventzone .splitlayout{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}
.eventzone .contentside h2{font-size:2.4rem;color:#1A3A67;margin:0 0 32px}
.eventzone .eventlist{display:flex;flex-direction:column;gap:24px}
.eventzone .evtitem{background:linear-gradient(120deg,#FCFCFD 0%,#f8f9fa 100%);border-left:4px solid #274B8D;padding:28px 32px;border-radius:20px;box-shadow:0 4px 16px #1a3a670f;transition:all .3s ease}
.eventzone .evtitem:hover{border-left-width:6px;transform:translateX(4px)}
.eventzone .evtitem h4{font-size:1.3rem;color:#1A3A67;margin:0 0 12px}
.eventzone .evtitem p{font-size:1.05rem;line-height:1.6;color:#495057;margin:0}
.eventzone .imgside img{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #1a3a671f}
.rhythm{background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%);padding:90px 20px;position:relative;overflow:hidden}
.rhythm::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#fcfcfd1a 0%,transparent 70%);pointer-events:none}
.rhythm .wrap{max-width:1400px;margin:0 auto;position:relative}
.rhythm h2{font-size:2.6rem;color:#FCFCFD;margin:0 0 56px;text-align:center}
.rhythm .timeline{display:flex;justify-content:space-between;gap:40px;position:relative}
.rhythm .timeline::before{content:'';position:absolute;top:40px;left:0;right:0;height:2px;background:linear-gradient(90deg,#fcfcfd4d,#fcfcfd99,#fcfcfd4d)}
.rhythm .step{flex:1;text-align:center;position:relative}
.rhythm .step .num{width:80px;height:80px;background:#FCFCFD;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:1.8rem;font-weight:700;color:#1A3A67;box-shadow:0 8px 24px #0003}
.rhythm .step h4{font-size:1.4rem;color:#FCFCFD;margin:0 0 12px}
.rhythm .step p{font-size:1.05rem;line-height:1.6;color:#fcfcfde6;margin:0}
.compare{padding:90px 20px}
.compare .wrap{max-width:1400px;margin:0 auto}
.compare h2{font-size:2.6rem;color:#1A3A67;margin:0 0 48px;text-align:center}
.compare .tablebox{background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #1a3a671f}
.compare .tblrow{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #e9ecef}
.compare .tblrow:last-child{border-bottom:none}
.compare .tblrow.header{background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%)}
.compare .tblrow.header .cell{color:#FCFCFD;font-weight:700;font-size:1.2rem}
.compare .cell{padding:28px 32px;font-size:1.05rem;color:#2c3e50}
.compare .cell.feature{font-weight:600;color:#1A3A67}
.compare .cell.check{text-align:center;color:#27ae60;font-size:1.4rem}
.compare .cell.cross{text-align:center;color:#e74c3c;font-size:1.4rem}
.proofzone{background:linear-gradient(140deg,#f8f9fa 0%,#FCFCFD 100%);padding:90px 20px}
.proofzone .wrap{max-width:1400px;margin:0 auto}
.proofzone h2{font-size:2.6rem;color:#1A3A67;margin:0 0 56px;text-align:center}
.proofzone .testgrid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.proofzone .testcard{background:#fff;border-radius:28px;padding:40px;box-shadow:0 8px 24px #1a3a6714;display:flex;gap:28px}
.proofzone .testcard .avatar{flex-shrink:0}
.proofzone .testcard .avatar img{width:90px;height:90px;border-radius:50%;object-fit:cover;box-shadow:0 4px 16px #1a3a671f}
.proofzone .testcard .info h4{font-size:1.3rem;color:#1A3A67;margin:0 0 8px}
.proofzone .testcard .info .role{font-size:.95rem;color:#6c757d;margin:0 0 16px}
.proofzone .testcard .info p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.proofzone .testcard .info .quote{font-style:italic;color:#274B8D}
@media (max-width: 1024px) {
.titleblk{grid-template-columns:1fr;gap:40px;margin:60px auto}
.titleblk .imgframe img{height:380px}
.titleblk .txtarea h1{font-size:2.6rem}
.bizsoln .cardgrid{grid-template-columns:1fr}
.eventzone .splitlayout{grid-template-columns:1fr;gap:40px}
.rhythm .timeline{flex-direction:column}
.rhythm .timeline::before{display:none}
.compare .tblrow{grid-template-columns:1fr}
.compare .cell{padding:20px}
.proofzone .testgrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.titleblk{margin:40px auto}
.titleblk .txtarea h1{font-size:2rem}
.titleblk .imgframe img{height:300px}
.bizsoln,.eventzone,.rhythm,.compare,.proofzone{padding:60px 20px}
.bizsoln h2,.eventzone h2,.rhythm h2,.compare h2,.proofzone h2{font-size:2rem}
.eventzone .imgside img{height:350px}
.proofzone .testcard{flex-direction:column;text-align:center}
.proofzone .testcard .avatar{margin:0 auto}
}
.contactpg{width:100%;max-width:1400px;margin:0 auto}
.titlebox{background:linear-gradient(127deg,#1A3A67 0%,#274B8D 55%,#1A3A67 100%);padding:90px 28px 95px;text-align:center;border-radius:32px;margin:40px 20px}
.titlebox .hdng{font-size:46px;font-weight:700;color:#FCFCFD;margin:0 0 28px;line-height:1.2}
.titlebox .subt{font-size:19px;color:#FCFCFD;opacity:.92;margin:0;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.infosec{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding:80px 28px;max-width:1200px;margin:0 auto}
.crdbox{background:linear-gradient(135deg,#FCFCFD 0%,#f4f5f8 100%);padding:48px 40px;border-radius:28px;box-shadow:0 8px 24px #1a3a6714;transition:all .3s ease}
.crdbox:hover{transform:translateY(-4px);box-shadow:0 16px 32px #1a3a6724}
.crdbox .icontop{width:64px;height:64px;background:linear-gradient(135deg,#1A3A67,#274B8D);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.crdbox .icontop svg{width:32px;height:32px;fill:#FCFCFD}
.crdbox .titl{font-size:22px;font-weight:700;color:#1A3A67;margin:0 0 18px}
.crdbox .dtl{font-size:17px;color:#274B8D;margin:10px 0;line-height:1.7}
.crdbox .dtl a{color:#274B8D;text-decoration:none;transition:color .25s ease}
.crdbox .dtl a:hover{color:#1A3A67;text-decoration:underline}
.frmwrap{background:linear-gradient(147deg,#f8f9fc 0%,#FCFCFD 100%);padding:70px 28px}
.frmcontain{max-width:780px;margin:0 auto;background:#FCFCFD;padding:56px 50px;border-radius:30px;box-shadow:0 12px 28px #1a3a671a}
.frmcontain .htxt{font-size:34px;font-weight:700;color:#1A3A67;margin:0 0 16px;text-align:center}
.frmcontain .subtx{font-size:17px;color:#274B8D;margin:0 0 40px;text-align:center;line-height:1.6}
.frmgrid{display:grid;grid-template-columns:1fr;gap:24px}
.fldwrap{display:flex;flex-direction:column}
.fldwrap label{font-size:15px;font-weight:600;color:#1A3A67;margin-bottom:10px}
.fldwrap input,.fldwrap textarea{padding:16px 20px;border:2px solid #274b8d33;border-radius:16px;font-size:16px;color:#1A3A67;transition:all .25s ease;background:#FCFCFD}
.fldwrap input:focus,.fldwrap textarea:focus{outline:none;border-color:#274B8D;box-shadow:0 4px 16px #274b8d1f}
.fldwrap textarea{resize:vertical;min-height:140px}
.privchk{display:flex;align-items:flex-start;margin:28px 0}
.privchk input[type="checkbox"]{width:20px;height:20px;margin-right:12px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privchk label{font-size:14px;color:#274B8D;line-height:1.6;cursor:pointer}
.privchk label a{color:#1A3A67;text-decoration:underline;transition:color .25s ease}
.privchk label a:hover{color:#274B8D}
.submitbt{width:100%;padding:18px 32px;background:linear-gradient(135deg,#1A3A67,#274B8D);color:#FCFCFD;font-size:17px;font-weight:700;border:none;border-radius:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #1a3a6733}
.submitbt:hover{transform:translateY(-2px);box-shadow:0 10px 28px #1a3a674d}
.submitbt:active{transform:translateY(0)}
.imgbox{margin:60px 28px;max-width:1200px;margin-left:auto;margin-right:auto}
.imgbox img{width:100%;height:auto;border-radius:28px;box-shadow:0 12px 32px #1a3a671f;object-fit:cover}
@media (max-width: 1024px) {
.infosec{gap:35px;padding:60px 24px}
.titlebox .hdng{font-size:38px}
.frmcontain{padding:44px 36px}
}
@media (max-width: 768px) {
.titlebox{padding:70px 24px 75px;margin:30px 16px}
.titlebox .hdng{font-size:32px;margin-bottom:20px}
.titlebox .subt{font-size:17px}
.infosec{grid-template-columns:1fr;gap:28px;padding:50px 20px}
.crdbox{padding:36px 28px}
.frmwrap{padding:50px 20px}
.frmcontain{padding:40px 28px}
.frmcontain .htxt{font-size:28px}
.imgbox{margin:40px 20px}
}
@media (max-width: 480px) {
.titlebox{padding:50px 20px 55px;border-radius:24px}
.titlebox .hdng{font-size:28px}
.titlebox .subt{font-size:16px}
.crdbox{padding:28px 22px;border-radius:22px}
.crdbox .icontop{width:56px;height:56px}
.crdbox .titl{font-size:20px}
.frmcontain{padding:32px 20px;border-radius:24px}
.frmcontain .htxt{font-size:24px}
.fldwrap input,.fldwrap textarea{padding:14px 16px}
.submitbt{padding:16px 28px}
}
.titleblck{position:relative;background:linear-gradient(132deg,#1A3A67 0%,#274B8D 100%);padding:120px 20px 140px;overflow:hidden}
.titleblck::before{content:'';position:absolute;top:30px;left:30px;width:80px;height:80px;border-top:2px solid #fcfcfd4d;border-left:2px solid #fcfcfd4d}
.titleblck::after{content:'';position:absolute;bottom:30px;right:30px;width:80px;height:80px;border-bottom:2px solid #fcfcfd4d;border-right:2px solid #fcfcfd4d}
.titleblck .innerwrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.titleblck .maintxt{font-size:56px;font-weight:700;color:#FCFCFD;line-height:1.2;margin:0 0 24px;text-align:center}
.titleblck .imgwrap{max-width:800px;margin:40px auto 0;position:relative}
.titleblck .imgwrap img{width:100%;height:auto;border-radius:30px;display:block;filter:contrast(1.1) brightness(0.95);box-shadow:0 20px 60px #0000004d}
.techblck{background:#FCFCFD;padding:100px 20px}
.techblck .ctrwrap{max-width:1400px;margin:0 auto}
.techblck .gridlay{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.techblck .cardbox{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);padding:50px 35px;border-radius:32px;box-shadow:0 8px 24px #1a3a6714;transition:all .3s ease;position:relative}
.techblck .cardbox::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1A3A67 0%,#274B8D 100%);border-radius:32px 32px 0 0;opacity:0;transition:opacity .3s ease}
.techblck .cardbox:hover::before{opacity:1}
.techblck .cardbox:hover{transform:translateY(-8px);box-shadow:0 16px 48px #1a3a6726}
.techblck .icomark{font-size:42px;color:#274B8D;margin-bottom:24px;display:block}
.techblck .cardbox h3{font-size:24px;font-weight:600;color:#1A3A67;margin:0 0 16px;line-height:1.3}
.techblck .cardbox p{font-size:16px;line-height:1.6;color:#4a5568;margin:0}
.pathblck{background:linear-gradient(218deg,#f7f9fc 0%,#fff 100%);padding:100px 20px;position:relative}
.pathblck .contentwrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:45% 1fr;gap:80px;align-items:center}
.pathblck .textside h2{font-size:44px;font-weight:700;color:#1A3A67;margin:0 0 28px;line-height:1.2}
.pathblck .textside h2::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#1A3A67 0%,#274B8D 100%);margin-top:20px;border-radius:24px}
.pathblck .textside p{font-size:17px;line-height:1.7;color:#4a5568;margin:0 0 18px}
.pathblck .steplist{display:flex;flex-direction:column;gap:28px}
.pathblck .stepitem{display:flex;gap:20px;align-items:flex-start}
.pathblck .stepnum{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%);color:#FCFCFD;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}
.pathblck .stepcontent h4{font-size:20px;font-weight:600;color:#1A3A67;margin:0 0 8px;line-height:1.3}
.pathblck .stepcontent p{font-size:15px;line-height:1.6;color:#4a5568;margin:0}
.teamblck{background:#fff;padding:100px 20px}
.teamblck .holderwrap{max-width:1400px;margin:0 auto}
.teamblck .headtxt{text-align:center;margin-bottom:70px}
.teamblck .headtxt h2{font-size:42px;font-weight:700;color:#1A3A67;margin:0 0 20px;line-height:1.2;position:relative;display:inline-block}
.teamblck .headtxt h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:28px;height:3px;background:#274B8D}
.teamblck .headtxt h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:28px;height:3px;background:#274B8D}
.teamblck .gridteam{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.teamblck .membercard{background:#FCFCFD;border-radius:28px;overflow:hidden;box-shadow:0 6px 20px #1a3a671a;transition:all .3s ease}
.teamblck .membercard:hover{box-shadow:0 12px 40px #1a3a672e;transform:scale(1.03)}
.teamblck .membercard .photowrap{width:100%;height:280px;overflow:hidden;position:relative}
.teamblck .membercard .photowrap img{width:100%;height:100%;object-fit:cover}
.teamblck .membercard .infowrap{padding:28px 24px;text-align:center}
.teamblck .membercard .infowrap h5{font-size:19px;font-weight:600;color:#1A3A67;margin:0 0 8px;line-height:1.3}
.teamblck .membercard .infowrap p{font-size:14px;color:#274B8D;margin:0;line-height:1.5}
@media (max-width: 1024px) {
.titleblck .maintxt{font-size:44px}
.techblck .gridlay{grid-template-columns:1fr 1fr}
.pathblck .contentwrap{grid-template-columns:1fr;gap:50px}
.teamblck .gridteam{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.titleblck{padding:80px 20px 100px}
.titleblck .maintxt{font-size:34px}
.titleblck::before,.titleblck::after{width:50px;height:50px}
.techblck .gridlay{grid-template-columns:1fr}
.pathblck .textside h2{font-size:34px}
.teamblck .gridteam{grid-template-columns:1fr}
.teamblck .headtxt h2::before,.teamblck .headtxt h2::after{display:none}
}
.aboutmain{background:linear-gradient(118deg,#FCFCFD 0%,#e8eef5 100%);overflow:hidden}
.topintro{max-width:1400px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.topintro .txtcol h1{font-size:48px;line-height:1.2;color:#1A3A67;margin:0 0 24px;font-weight:700}
.topintro .txtcol .quote{font-size:20px;line-height:1.6;color:#274B8D;font-style:italic;border-left:4px solid #1A3A67;padding-left:24px;margin:0}
.topintro .imgcol{position:relative}
.topintro .imgcol img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 16px 40px #1a3a6726}
.topintro .imgcol::before{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#274b8d14 0%,#fcfcfd0a 100%);border-radius:50%;z-index:-1}
.storybox{background:#FCFCFD;padding:100px 20px}
.storybox .innerhold{max-width:1400px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}
.storybox .leftvis{flex:0 0 420px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.storybox .leftvis img{width:100%;height:200px;object-fit:cover;border-radius:24px;box-shadow:0 8px 24px #00000014}
.storybox .leftvis img:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}
.storybox .leftvis img:nth-child(2){grid-column:2 / 3;grid-row:1 / 2;transform:translateY(30px)}
.storybox .leftvis img:nth-child(3){grid-column:1 / 3;grid-row:2 / 3;height:240px}
.storybox .righttext{flex:1}
.storybox .righttext h2{font-size:38px;line-height:1.3;color:#1A3A67;margin:0 0 32px;font-weight:700;position:relative;padding-left:20px}
.storybox .righttext h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:50px;background:linear-gradient(180deg,#274B8D 0%,#1A3A67 100%);border-radius:3px}
.storybox .righttext .txtblock{margin-bottom:28px}
.storybox .righttext .txtblock h3{font-size:22px;color:#274B8D;margin:0 0 12px;font-weight:600}
.storybox .righttext .txtblock p{font-size:17px;line-height:1.7;color:#333;margin:0}
.teammemb{background:linear-gradient(242deg,#274B8D 0%,#1A3A67 100%);padding:90px 20px;position:relative}
.teammemb::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Ccircle cx='30' cy='30' r='2' fill='%23FCFCFD' opacity='0.06'/%3E%3C/svg%3E");opacity:.4}
.teammemb .innerhold{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.teammemb h2{font-size:42px;color:#FCFCFD;text-align:center;margin:0 0 60px;font-weight:700}
.teammemb .cardgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.teammemb .pcard{background:#fcfcfd14;border-radius:32px;padding:36px;backdrop-filter:blur(10px);border:1px solid #fcfcfd1f;display:flex;gap:28px;align-items:center;transition:all .3s ease}
.teammemb .pcard:hover{background:#fcfcfd24;transform:translateY(-4px);box-shadow:0 20px 50px #0000004d}
.teammemb .pcard img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #fcfcfd33}
.teammemb .pcard .info h3{font-size:24px;color:#FCFCFD;margin:0 0 8px;font-weight:600}
.teammemb .pcard .info .role{font-size:16px;color:#fcfcfdb3;margin:0 0 14px;font-weight:500}
.teammemb .pcard .info p{font-size:15px;line-height:1.6;color:#fcfcfdd9;margin:0}
@media (max-width: 1024px) {
.topintro{grid-template-columns:1fr;gap:50px;padding:60px 20px}
.topintro .txtcol h1{font-size:38px}
.topintro .imgcol img{height:400px}
.storybox .innerhold{flex-direction:column;gap:50px}
.storybox .leftvis{flex:1;width:100%}
.teammemb .cardgrid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.topintro .txtcol h1{font-size:32px}
.topintro .txtcol .quote{font-size:18px}
.topintro .imgcol img{height:320px}
.storybox{padding:70px 20px}
.storybox .righttext h2{font-size:30px}
.storybox .righttext .txtblock h3{font-size:20px}
.storybox .leftvis{grid-template-columns:1fr;gap:16px}
.storybox .leftvis img:nth-child(2){transform:none}
.teammemb{padding:70px 20px}
.teammemb h2{font-size:34px;margin-bottom:40px}
.teammemb .pcard{flex-direction:column;text-align:center;padding:28px}
.teammemb .pcard img{width:100px;height:100px}
}
.successwrap{max-width:1400px;margin:0 auto;padding:0 20px}
.herosucc{background:linear-gradient(127deg,#1A3A67 0%,#274B8D 100%);padding:80px 0 100px;position:relative;overflow:hidden}
.herosucc::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#fcfcfd14 0%,transparent 70%);border-radius:50%}
.herosucc::after{content:'';position:absolute;bottom:-30%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,#274b8d80 0%,transparent 60%);border-radius:50%}
.heroinner{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:50px;position:relative;z-index:2}
.succicon{width:140px;height:140px;background:#fcfcfd26;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 12px 40px #0003}
.succicon::before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#fcfcfd4d 0%,transparent 100%);top:-3px;left:-3px}
.succicon svg{width:70px;height:70px;position:relative;z-index:1}
.succtxt{text-align:center;max-width:700px}
.succtxt h1{font-size:48px;color:#FCFCFD;margin:0 0 24px;font-weight:700;line-height:1.2}
.succtxt .leadtxt{font-size:20px;color:#fcfcfde6;margin:0 0 16px;line-height:1.6}
.succtxt .subtxt{font-size:16px;color:#fcfcfdbf;line-height:1.7}
.decorpat{position:absolute;top:40%;left:10%;display:grid;grid-template-columns:repeat(4,8px);gap:12px;opacity:.2}
.decorpat span{width:8px;height:8px;background:#FCFCFD;border-radius:50%}
.decorpat-2{position:absolute;bottom:25%;right:12%;display:grid;grid-template-columns:repeat(3,10px);gap:14px;opacity:.15}
.decorpat-2 span{width:10px;height:10px;background:#FCFCFD;border-radius:50%}
.nextsteps{padding:100px 0;background:#FCFCFD}
.stepgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;max-width:1400px;margin:0 auto;padding:0 20px}
.stepbox{background:linear-gradient(145deg,#1a3a6708 0%,#274b8d0f 100%);border-radius:28px;padding:50px 40px;position:relative;border:2px solid #1a3a6714;transition:transform .3s ease,box-shadow .3s ease}
.stepbox:hover{transform:translateY(-5px);box-shadow:0 20px 50px #1a3a671f}
.stepnum{position:absolute;top:-20px;left:40px;width:50px;height:50px;background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#FCFCFD;box-shadow:0 6px 20px #1a3a674d}
.stepbox h3{font-size:26px;color:#1A3A67;margin:0 0 18px;font-weight:600}
.stepbox .steptxt{font-size:16px;color:#1a3a67cc;line-height:1.7;margin:0 0 30px}
.stepbtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1A3A67 0%,#274B8D 100%);color:#FCFCFD;padding:16px 32px;border-radius:30px;text-decoration:none;font-size:16px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-shadow:0 8px 24px #1a3a6733}
.stepbtn:hover{transform:scale(1.05);box-shadow:0 12px 32px #1a3a674d}
.stepbtn svg{width:18px;height:18px}
.stepbox-alt{background:linear-gradient(145deg,#1A3A67 0%,#274B8D 100%);border:none}
.stepbox-alt h3{color:#FCFCFD}
.stepbox-alt .steptxt{color:#fcfcfdd9}
.stepbox-alt .stepnum{background:#fcfcfd33}
.stepbox-alt .stepbtn{background:#FCFCFD;color:#1A3A67}
@media (max-width: 768px) {
.herosucc{padding:60px 0 70px}
.heroinner{gap:35px}
.succicon{width:110px;height:110px}
.succicon svg{width:55px;height:55px}
.succtxt h1{font-size:36px;margin:0 0 18px}
.succtxt .leadtxt{font-size:18px}
.succtxt .subtxt{font-size:15px}
.decorpat,.decorpat-2{display:none}
.nextsteps{padding:70px 0}
.stepgrid{grid-template-columns:1fr;gap:30px}
.stepbox{padding:40px 30px}
.stepnum{width:45px;height:45px;font-size:20px;top:-18px;left:30px}
.stepbox h3{font-size:22px;margin:0 0 14px}
.stepbox .steptxt{font-size:15px;margin:0 0 24px}
.stepbtn{padding:14px 28px;font-size:15px}
}
@media (max-width: 480px) {
.succtxt h1{font-size:30px}
.stepbox{padding:35px 24px;border-radius:24px}
}