*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lora',serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.hdrWrppr{background:linear-gradient(135deg,#DEFCF1 0%,#fff 50%,#f0e7ff 100%);border-bottom:3px solid #B494FD;box-shadow:0 8px 20px #b494fd26;padding:32px 0}
.hdrCntnr{max-width:1280px;margin:0 auto;padding:0 20px}
.hdrRw.topRw{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;min-height:120px}
.lgWrppr{flex-shrink:0;background:#fff;padding:16px;border-radius:24px;box-shadow:0 6px 16px #0b5d811f inset 0 2px 4px #fffc}
.lgWrppr .lgLnk{display:block}
.lgWrppr .lgImg{width:110px;height:110px;object-fit:contain}
.cmpnyNmWrppr{flex-grow:1;text-align:center;padding:0 30px}
.cmpnyNmWrppr .cmpnyNm{font-size:48px;font-weight:700;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 12px #b494fd40;letter-spacing:1px}
.mnNvgtn{flex-shrink:0;background:#ffffffd9;padding:20px 28px;border-radius:28px;border:2px solid #b494fd4d;box-shadow:0 8px 18px #0b5d811a inset 0 -3px 6px #defcf166}
.mnNvgtn .nvLst{display:flex;gap:24px;flex-wrap:wrap}
.mnNvgtn .nvItm{white-space:nowrap}
.mnNvgtn .nvLnk{font-size:17px;font-weight:400;color:#0B5D81;padding:10px 18px;display:block;border-radius:18px;transition:background .25s ease,color .25s ease}
.mnNvgtn .nvLnk:hover{background:#b494fd26;color:#7a5ac7}
@media (max-width: 1024px) {
.hdrRw.topRw{flex-wrap:wrap;justify-content:center;gap:24px}
.lgWrppr{order:1;width:100%;display:flex;justify-content:center}
.cmpnyNmWrppr{order:2;width:100%;padding:0}
.cmpnyNmWrppr .cmpnyNm{font-size:36px}
.mnNvgtn{order:3;width:100%}
.mnNvgtn .nvLst{justify-content:center}
}
@media (max-width: 640px) {
.hdrWrppr{padding:20px 0}
.cmpnyNmWrppr .cmpnyNm{font-size:28px}
.lgWrppr .lgImg{width:80px;height:80px}
.mnNvgtn .nvLst{flex-direction:column;gap:12px}
.mnNvgtn .nvLnk{text-align:center}
}
main{min-height:200px}
.ftrWrppr{background:linear-gradient(180deg,#0B5D81 0%,#084a66 100%);padding:56px 0 32px;margin-top:80px;border-top:6px solid #B494FD;box-shadow:0 -10px 24px #b494fd33}
.ftrCntnr{max-width:1280px;margin:0 auto;padding:0 20px}
.ftrTpSctn{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:48px;padding:32px;background:#ffffff14;border-radius:28px;border:2px solid #defcf133;box-shadow:0 8px 20px #00000026 inset 0 2px 4px #ffffff1a}
.ftrGgrphyBlck .ftrGgrphyHdng{font-size:24px;font-weight:700;color:#DEFCF1;margin-bottom:16px;text-shadow:0 2px 6px #0003}
.ftrGgrphyBlck .ftrGgrphyTxt{font-size:16px;line-height:1.7;color:#e8f8f5}
.ftrCntctBlck{display:flex;flex-direction:column;gap:18px}
.ftrCntctBlck .ftrCntctItm{display:flex;align-items:center;gap:14px;color:#DEFCF1;font-size:16px}
.ftrCntctBlck .ftrCntctItm i{font-size:20px;color:#B494FD}
.ftrBttmSctn{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:2px solid #defcf140;flex-wrap:wrap;gap:20px}
.ftrNvgtn .ftrNvLst{display:flex;gap:28px;flex-wrap:wrap}
.ftrNvgtn .ftrNvLnk{font-size:15px;color:#DEFCF1;padding:8px 16px;border-radius:16px;border:1px solid transparent;transition:border-color .25s ease,background .25s ease}
.ftrNvgtn .ftrNvLnk:hover{border-color:#B494FD;background:#b494fd1a}
.cpyrght .cpyrghtTxt{font-size:14px;color:#c7e9e0}
@media (max-width: 768px) {
.ftrTpSctn{grid-template-columns:1fr;gap:32px}
.ftrBttmSctn{flex-direction:column;text-align:center}
.ftrNvgtn .ftrNvLst{justify-content:center}
}
.ckkCnstWrppr{display:none;position:fixed;left:32px;top:50%;transform:translateY(-50%) translateX(-120%);width:420px;max-width:calc(100vw - 64px);background:#fff;border-radius:24px;box-shadow:0 12px 32px #0b5d8140 0 0 0 3px #b494fd33;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.ckkCnstWrppr.ckkSlideIn{transform:translateY(-50%) translateX(0)}
.ckkCnstWrppr.ckkSlideOut{transform:translateY(-50%) translateX(-120%)}
.ckkCnstCntnr{padding:28px}
.ckkCnstHdr .ckkCnstTtl{font-size:22px;font-weight:700;color:#0B5D81;margin-bottom:16px}
.ckkCnstBdy .ckkCnstTxt{font-size:15px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.ckkCtgryWrppr{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}
.ckkCtgryItm .ckkLbl{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px;border-radius:12px;transition:background .2s ease}
.ckkCtgryItm .ckkLbl:hover{background:#b494fd14}
.ckkCtgryItm .ckkChckbx{width:18px;height:18px;cursor:pointer}
.ckkCtgryItm .ckkChckbx:disabled{cursor:not-allowed}
.ckkCtgryItm .ckkLblTxt{font-size:15px;color:#2a2a2a}
.ckkDtSlOptWrppr{margin-top:16px;padding-top:16px;border-top:1px solid #b494fd33}
.ckkPlcyWrppr{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px;background:#defcf166;border-radius:12px}
.ckkPlcyWrppr .ckkPlcyIcn{color:#0B5D81;font-size:18px}
.ckkPlcyWrppr .ckkPlcyTltpTxt{font-size:13px;color:#0B5D81}
.ckkCnstFtr{display:flex;gap:12px;margin-top:24px}
.ckkCnstFtr .ckkBtn{flex:1;padding:14px 24px;font-size:16px;font-weight:700;font-family:'Lora',serif;border-radius:16px;border:2px solid;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}
.ckkCnstFtr .ckkAccptBtn{background:transparent;color:#0B5D81;border-color:#0B5D81}
.ckkCnstFtr .ckkAccptBtn:hover{background:#0B5D81;color:#fff}
.ckkCnstFtr .ckkDclnBtn{background:transparent;color:#B494FD;border-color:#B494FD}
.ckkCnstFtr .ckkDclnBtn:hover{background:#B494FD;color:#fff}
.ckkMngTab{display:none;position:fixed;right:0;top:50%;transform:translateY(-50%);width:56px;height:56px;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);border-radius:16px 0 0 16px;box-shadow:-4px 4px 16px #b494fd4d;cursor:pointer;align-items:center;justify-content:center;z-index:9999;transition:width .25s ease}
.ckkMngTab:hover{width:64px}
.ckkMngTab i{color:#fff;font-size:24px}
@media (max-width: 640px) {
.ckkCnstWrppr{left:16px;right:16px;width:calc(100vw - 32px)}
.ckkCnstFtr{flex-direction:column}
}
.oih-legal-article{max-width:1280px;margin:0 auto;padding:60px 24px;background:#fff}
.oih-legal-article p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 20px;text-align:justify}
.oih-legal-article p:last-child{margin-bottom:0}
.oih-legal-article strong,.oih-legal-article b{font-weight:600;color:#0B5D81}
.oih-legal-article em,.oih-legal-article i{font-style:italic;color:#34495e}
.oih-legal-article h1{font-size:42px;font-weight:700;color:#0B5D81;margin:0 0 32px;line-height:1.2;background:linear-gradient(135deg,#B494FD,#0B5D81);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.oih-legal-article h2{font-size:32px;font-weight:600;color:#0B5D81;margin:48px 0 24px;line-height:1.3;padding-bottom:12px;border-bottom:3px solid #DEFCF1}
.oih-legal-article h3{font-size:24px;font-weight:600;color:#2c3e50;margin:36px 0 18px;line-height:1.4}
.oih-legal-article h4{font-size:20px;font-weight:600;color:#34495e;margin:28px 0 14px;line-height:1.4}
.oih-legal-article h5{font-size:18px;font-weight:600;color:#4a5f7f;margin:24px 0 12px;line-height:1.5}
.oih-legal-article h6{font-size:16px;font-weight:600;color:#5a6c85;margin:20px 0 10px;line-height:1.5}
.oih-legal-article ul,.oih-legal-article ol{margin:0 0 24px;padding-left:32px;color:#2c3e50}
.oih-legal-article ul li,.oih-legal-article ol li{font-size:16px;line-height:1.8;margin-bottom:12px}
.oih-legal-article ul li:last-child,.oih-legal-article ol li:last-child{margin-bottom:0}
.oih-legal-article ul{list-style-type:disc}
.oih-legal-article ul ul{list-style-type:circle;margin-top:12px}
.oih-legal-article ol{list-style-type:decimal}
.oih-legal-article table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;border-radius:24px;overflow:hidden;box-shadow:0 8px 20px #0b5d811f}
.oih-legal-article thead{background:linear-gradient(135deg,#B494FD,#0B5D81)}
.oih-legal-article thead tr th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#fff;border:none}
.oih-legal-article tbody{background:#fff}
.oih-legal-article tbody tr{border-bottom:1px solid #e8f4f8;transition:background .3s ease}
.oih-legal-article tbody tr:last-child{border-bottom:none}
.oih-legal-article tbody tr:hover{background:#f8fcfe}
.oih-legal-article tbody tr td{padding:16px 20px;font-size:15px;line-height:1.6;color:#2c3e50;border:none}
.oih-legal-article tbody tr th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#0B5D81;background:#f0f9fc;border:none}
.oih-legal-article div{margin:0}
.oih-legal-article a{color:#B494FD;text-decoration:none;border-bottom:1px solid #b494fd4d;transition:all .3s ease}
.oih-legal-article a:hover{color:#0B5D81;border-bottom-color:#0B5D81}
.oih-legal-article blockquote{margin:28px 0;padding:24px 28px;background:linear-gradient(135deg,#defcf166,#b494fd14);border-left:5px solid #B494FD;border-radius:0 20px 20px 0;font-style:italic;color:#34495e}
.oih-legal-article blockquote p{margin:0}
.oih-legal-article hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#DEFCF1,transparent);margin:40px 0}
.oih-legal-article code{background:#f8f9fa;padding:3px 8px;border-radius:6px;font-family:'Courier New',monospace;font-size:14px;color:#0B5D81}
.oih-legal-article pre{background:#f8f9fa;padding:20px;border-radius:16px;overflow-x:auto;margin:24px 0;border:1px solid #e9ecef}
.oih-legal-article pre code{background:transparent;padding:0;border-radius:0}
@media (max-width: 768px) {
.oih-legal-article{padding:40px 20px}
.oih-legal-article h1{font-size:32px;margin-bottom:24px}
.oih-legal-article h2{font-size:26px;margin-top:36px}
.oih-legal-article h3{font-size:22px}
.oih-legal-article h4{font-size:19px}
.oih-legal-article p{font-size:15px;text-align:left}
.oih-legal-article table{font-size:14px;border-radius:16px}
.oih-legal-article thead tr th{padding:14px 12px;font-size:14px}
.oih-legal-article tbody tr td,.oih-legal-article tbody tr th{padding:12px;font-size:14px}
.oih-legal-article ul,.oih-legal-article ol{padding-left:24px}
.oih-legal-article blockquote{padding:18px 20px;margin:20px 0}
}
@media (max-width: 480px) {
.oih-legal-article{padding:32px 16px}
.oih-legal-article h1{font-size:28px}
.oih-legal-article h2{font-size:24px}
.oih-legal-article table{display:block;overflow-x:auto;white-space:nowrap}
}
.tpWrpr{background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);padding:80px 20px 120px;position:relative;overflow:hidden}
.tpWrpr::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:80px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q300,0 600,40 T1200,40 L1200,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E") repeat-x;background-size:1200px 80px}
.tpCntnr{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tpTxt h1{font-size:52px;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700}
.tpTxt h1::before{content:'';display:block;width:60px;height:5px;background:#DEFCF1;margin-bottom:20px;border-radius:20px}
.tpDsc{font-size:19px;color:#fffffff2;line-height:1.7;margin:0}
.tpMgWrpr{position:relative}
.tpMgWrpr img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #0b5d8166;position:relative;z-index:2}
.tpMgWrpr::before{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:#defcf126;border-radius:28px;z-index:1;filter:blur(15px)}
.mthdsGrd{max-width:1280px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mthdCrd{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 8px 24px #b494fd1f;border:2px solid transparent;transition:all .3s ease;position:relative}
.mthdCrd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#B494FD,#0B5D81);border-radius:20px 0 0 20px;transition:height .3s ease}
.mthdCrd:hover{transform:translateY(-8px);box-shadow:0 16px 40px #b494fd33;border-color:#B494FD}
.mthdCrd:hover::before{height:100%}
.mthdIcn{width:64px;height:64px;background:linear-gradient(135deg,#DEFCF1 0%,#b494fd26 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.mthdIcn svg{width:32px;height:32px;fill:#0B5D81}
.mthdCrd h3{font-size:24px;color:#0B5D81;margin:0 0 16px;font-weight:600}
.mthdCrd p{font-size:16px;color:#333;line-height:1.6;margin:0}
.prcssSct{background:#DEFCF1;padding:80px 20px;margin:60px 0;position:relative}
.prcssWrpr{max-width:1280px;margin:0 auto}
.prcssHdr{text-align:center;margin-bottom:60px}
.prcssHdr h2{font-size:42px;color:#0B5D81;margin:0 0 20px;font-weight:700}
.prcssHdr h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#B494FD,#0B5D81);margin:16px auto 0;border-radius:20px}
.prcssSbttl{font-size:18px;color:#333;max-width:700px;margin:0 auto;line-height:1.6}
.stpsGrd{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.stpItm{background:#fff;border-radius:20px;padding:32px 24px;position:relative;box-shadow:0 4px 16px #0b5d8114}
.stpNmbr{width:48px;height:48px;background:linear-gradient(135deg,#B494FD,#0B5D81);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:20px;box-shadow:0 4px 12px #b494fd4d}
.stpItm h4{font-size:20px;color:#0B5D81;margin:0 0 12px;font-weight:600}
.stpItm p{font-size:15px;color:#555;line-height:1.6;margin:0}
.cmprsn{max-width:1280px;margin:80px auto;padding:0 20px}
.cmpHdr{text-align:center;margin-bottom:50px}
.cmpHdr h2{font-size:40px;color:#0B5D81;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.cmpHdr h2::before{content:'';position:absolute;top:-10px;left:-20px;width:12px;height:12px;background:#B494FD;border-radius:50%}
.cmpHdr h2::after{content:'';position:absolute;bottom:-10px;right:-20px;width:12px;height:12px;background:#DEFCF1;border-radius:50%}
.cmpTbl{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2px;background:#e0e0e0;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px #0b5d811a}
.cmpCll{background:#fff;padding:24px 28px;display:flex;align-items:center}
.cmpHdCll{background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);color:#fff;font-weight:700;font-size:18px}
.cmpFtr{font-size:16px;color:#333;font-weight:500}
.cmpChck{width:24px;height:24px;background:#DEFCF1;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}
.cmpChck svg{width:14px;height:14px;fill:#0B5D81}
.cmpCrs{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#999;font-size:20px}
.rsrcSct{background:linear-gradient(135deg,#b494fd14 0%,#defcf14d 100%);padding:80px 20px;position:relative;overflow:hidden}
.rsrcSct::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#b494fd26,transparent 70%);border-radius:50%}
.rsrcCntnr{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.rsrcMgWrpr{position:relative}
.rsrcMgWrpr img{width:100%;height:auto;border-radius:28px;box-shadow:0 16px 48px #0b5d8133}
.rsrcMgWrpr::after{content:'';position:absolute;top:20px;right:-20px;width:100%;height:100%;border:3px solid #B494FD;border-radius:28px;z-index:-1}
.rsrcTxt h2{font-size:44px;color:#0B5D81;margin:0 0 28px;font-weight:700;line-height:1.2}
.rsrcLst{list-style:none;padding:0;margin:0}
.rsrcLst li{font-size:17px;color:#333;line-height:1.7;margin-bottom:20px;padding-left:40px;position:relative}
.rsrcLst li::before{content:'';position:absolute;left:0;top:6px;width:24px;height:24px;background:linear-gradient(135deg,#B494FD,#0B5D81);border-radius:6px;box-shadow:0 3px 8px #b494fd4d}
.rsrcLst li::after{content:'→';position:absolute;left:6px;top:6px;color:#fff;font-size:16px;font-weight:700}
.ctBtn{display:inline-block;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);color:#fff;padding:18px 48px;border-radius:28px;text-decoration:none;font-size:18px;font-weight:600;margin-top:32px;box-shadow:0 8px 24px #b494fd66;transition:all .3s ease;position:relative;z-index:10}
.ctBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #b494fd80}
@media (max-width: 1024px) {
.tpCntnr{grid-template-columns:1fr;gap:40px}
.mthdsGrd{grid-template-columns:repeat(2,1fr)}
.stpsGrd{grid-template-columns:repeat(2,1fr)}
.rsrcCntnr{grid-template-columns:1fr;gap:50px}
.cmpTbl{font-size:14px}
}
@media (max-width: 768px) {
.tpWrpr{padding:60px 20px 100px}
.tpTxt h1{font-size:38px}
.tpDsc{font-size:17px}
.mthdsGrd{grid-template-columns:1fr;margin:60px auto}
.prcssHdr h2{font-size:34px}
.stpsGrd{grid-template-columns:1fr}
.cmpHdr h2{font-size:32px}
.cmpTbl{grid-template-columns:1fr}
.cmpCll{padding:16px 20px}
.rsrcTxt h2{font-size:34px}
.rsrcMgWrpr::after{display:none}
}
@media (max-width: 480px) {
.tpTxt h1{font-size:32px}
.mthdCrd{padding:32px 24px}
.prcssHdr h2{font-size:28px}
.cmpHdr h2{font-size:28px}
.rsrcTxt h2{font-size:28px}
.ctBtn{width:100%;text-align:center}
}
.heroWrapper{max-width:1280px;margin:2.5rem auto;padding:0 1.5rem;display:flex;gap:3rem;align-items:center}
.heroWrapper .imgFrm{flex:0 0 420px;position:relative;border-radius:28px;overflow:hidden;box-shadow:0 12px 28px #0b5d8126}
.heroWrapper .imgFrm img{width:100%;height:480px;object-fit:cover;display:block}
.heroWrapper .txtCntnt{flex:1;position:relative}
.heroWrapper .txtCntnt h1{font-size:2.8rem;line-height:1.15;margin:0 0 1.2rem;color:#0B5D81;font-weight:700}
.heroWrapper .txtCntnt .prgrphMain{font-size:1.1rem;line-height:1.65;margin:0 0 1.8rem;color:#2a3b47}
.heroWrapper .dcrtv{position:absolute;top:-20px;right:40px;display:flex;gap:8px;opacity:.4}
.heroWrapper .dcrtv span{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#B494FD,#0B5D81)}
.heroWrapper .btnPrmry{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 2rem;background:linear-gradient(135deg,#B494FD,#0B5D81);color:#fff;border:none;border-radius:24px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 16px #b494fd4d;text-decoration:none}
.heroWrapper .btnPrmry:hover{transform:translateY(-2px);box-shadow:0 12px 24px #b494fd66}
.sprtBlck{max-width:1280px;margin:5rem auto;padding:0 1.5rem}
.sprtBlck .hdrSprts{text-align:center;margin-bottom:3rem}
.sprtBlck .hdrSprts h2{font-size:2.2rem;color:#0B5D81;margin:0 0 .8rem;font-weight:700}
.sprtBlck .hdrSprts p{font-size:1.05rem;color:#4a5568;max-width:680px;margin:0 auto;line-height:1.6}
.sprtBlck .grdSpprt{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.sprtBlck .crdSpprt{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:24px;padding:2rem;box-shadow:0 6px 18px #0b5d8114;transition:all .3s ease;border:2px solid transparent}
.sprtBlck .crdSpprt:hover{transform:translateY(-4px);box-shadow:0 12px 28px #b494fd26;border-color:#b494fd4d}
.sprtBlck .crdSpprt .icnWrp{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#b494fd26,#defcf166);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}
.sprtBlck .crdSpprt h3{font-size:1.4rem;color:#0B5D81;margin:0 0 .8rem;font-weight:600}
.sprtBlck .crdSpprt p{font-size:.98rem;line-height:1.6;color:#4a5568;margin:0}
.pthwyCntnr{max-width:1280px;margin:5rem auto;padding:3rem 1.5rem;background:linear-gradient(120deg,#b494fd0f,#defcf126);border-radius:32px;position:relative;overflow:hidden}
.pthwyCntnr::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#B494FD,#0B5D81,#DEFCF1)}
.pthwyCntnr .hdrPthwy{text-align:center;margin-bottom:3rem}
.pthwyCntnr h2{font-size:2.3rem;color:#0B5D81;margin:0 0 1rem;font-weight:700}
.pthwyCntnr .hdrPthwy p{font-size:1.05rem;color:#4a5568;max-width:720px;margin:0 auto;line-height:1.65}
.pthwyCntnr .tmln{display:flex;flex-direction:column;gap:2rem;max-width:920px;margin:0 auto}
.pthwyCntnr .stpItm{display:flex;align-items:flex-start;gap:1.8rem;background:#fff;padding:1.8rem;border-radius:20px;box-shadow:0 4px 14px #0b5d810f;transition:all .3s ease}
.pthwyCntnr .stpItm:hover{box-shadow:0 8px 24px #b494fd1f;transform:translateX(8px)}
.pthwyCntnr .stpNmbr{flex:0 0 56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#B494FD,#0B5D81);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 6px 16px #b494fd4d}
.pthwyCntnr .stpCntnt h3{font-size:1.35rem;color:#0B5D81;margin:0 0 .6rem;font-weight:600}
.pthwyCntnr .stpCntnt p{font-size:.98rem;line-height:1.6;color:#4a5568;margin:0}
.prctcSec{max-width:1280px;margin:5rem auto;padding:0 1.5rem}
.prctcSec .hdrPrctc{margin-bottom:3rem}
.prctcSec h2{font-size:2.2rem;color:#0B5D81;margin:0 0 1rem;font-weight:700}
.prctcSec .hdrPrctc p{font-size:1.05rem;color:#4a5568;max-width:720px;line-height:1.65}
.prctcSec .lytPrctc{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.prctcSec .imgBlck{border-radius:28px;overflow:hidden;box-shadow:0 12px 32px #0b5d811f}
.prctcSec .imgBlck img{width:100%;height:420px;object-fit:cover;display:block}
.prctcSec .lstPrctc{display:flex;flex-direction:column;gap:1.6rem}
.prctcSec .prcItm{display:flex;gap:1.2rem;padding:1.4rem;background:#fff;border-radius:18px;border-left:4px solid #B494FD;box-shadow:0 4px 12px #0b5d810d;transition:all .3s ease}
.prctcSec .prcItm:hover{box-shadow:0 8px 20px #b494fd26;border-left-color:#0B5D81}
.prctcSec .icnPrc{flex:0 0 44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#b494fd33,#defcf14d);display:flex;align-items:center;justify-content:center}
.prctcSec .prcItm h4{font-size:1.15rem;color:#0B5D81;margin:0 0 .5rem;font-weight:600}
.prctcSec .prcItm p{font-size:.95rem;line-height:1.55;color:#4a5568;margin:0}
.trnspBlck{max-width:1280px;margin:5rem auto;padding:0 1.5rem}
.trnspBlck .hdrTrnsp{text-align:center;margin-bottom:3rem}
.trnspBlck h2{font-size:2.2rem;color:#0B5D81;margin:0 0 .8rem;font-weight:700}
.trnspBlck .hdrTrnsp p{font-size:1.05rem;color:#4a5568;max-width:680px;margin:0 auto;line-height:1.6}
.trnspBlck .grdStats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.trnspBlck .sttCrd{background:linear-gradient(135deg,#fff,#defcf133);border-radius:24px;padding:2.2rem 1.8rem;text-align:center;box-shadow:0 6px 18px #0b5d8114;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}
.trnspBlck .sttCrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#B494FD,#0B5D81);transform:scaleX(0);transition:transform .3s ease}
.trnspBlck .sttCrd:hover::before{transform:scaleX(1)}
.trnspBlck .sttCrd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #b494fd26;border-color:#b494fd4d}
.trnspBlck .nmbrBg{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#B494FD,#0B5D81);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .6rem}
.trnspBlck .lblStat{font-size:.95rem;color:#4a5568;margin:0;font-weight:500}
.trnspBlck .dscrpStat{font-size:.85rem;color:#718096;margin:.4rem 0 0}
.divdrWav{height:80px;background:linear-gradient(90deg,#b494fd1a,#defcf133);position:relative;margin:4rem 0}
.divdrWav svg{position:absolute;top:0;left:0;width:100%;height:100%}
.ctaFnl{max-width:1280px;margin:5rem auto 6rem;padding:0 1.5rem}
.ctaFnl .wrapCta{background:linear-gradient(135deg,#B494FD,#0B5D81);border-radius:32px;padding:3.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;box-shadow:0 16px 40px #0b5d8133;position:relative;overflow:hidden}
.ctaFnl .wrapCta::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#defcf133,transparent);border-radius:50%}
.ctaFnl .txtCta h2{font-size:2.4rem;color:#fff;margin:0 0 1rem;font-weight:700}
.ctaFnl .txtCta p{font-size:1.1rem;color:#ffffffeb;line-height:1.6;margin:0 0 1.8rem}
.ctaFnl .btnCtaWhite{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.2rem;background:#fff;color:#0B5D81;border:none;border-radius:24px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #00000026;text-decoration:none}
.ctaFnl .btnCtaWhite:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0003}
.ctaFnl .imgCta{border-radius:24px;overflow:hidden;box-shadow:0 12px 32px #0003}
.ctaFnl .imgCta img{width:100%;height:340px;object-fit:cover;display:block}
@media (max-width: 968px) {
.heroWrapper{flex-direction:column;gap:2rem}
.heroWrapper .imgFrm{flex:0 0 auto;width:100%;max-width:480px}
.heroWrapper .txtCntnt h1{font-size:2.2rem}
.sprtBlck .grdSpprt{grid-template-columns:1fr;gap:1.5rem}
.prctcSec .lytPrctc{grid-template-columns:1fr;gap:2rem}
.trnspBlck .grdStats{grid-template-columns:repeat(2,1fr);gap:1.5rem}
.ctaFnl .wrapCta{grid-template-columns:1fr;gap:2rem;padding:2.5rem 2rem}
}
@media (max-width: 640px) {
.heroWrapper{margin:1.5rem auto}
.heroWrapper .imgFrm{max-width:100%}
.heroWrapper .imgFrm img{height:320px}
.heroWrapper .txtCntnt h1{font-size:1.8rem}
.heroWrapper .dcrtv{display:none}
.sprtBlck,.pthwyCntnr,.prctcSec,.trnspBlck{margin:3rem auto}
.sprtBlck .hdrSprts h2,.pthwyCntnr h2,.prctcSec h2,.trnspBlck h2{font-size:1.8rem}
.trnspBlck .grdStats{grid-template-columns:1fr}
.pthwyCntnr .stpItm:hover{transform:translateX(0)}
.ctaFnl .txtCta h2{font-size:1.9rem}
}
.cntctHdr{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);border-radius:28px;margin:0 auto 60px;max-width:1280px}
.cntctHdr .bgImgWrpr{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.cntctHdr .bgImgWrpr img{width:100%;height:100%;object-fit:cover;opacity:.15;filter:blur(2px)}
.cntctHdr .cntntOvrl{position:relative;z-index:2;text-align:center;padding:40px 24px;max-width:720px}
.cntctHdr .mainTtl{font-size:3.2rem;font-weight:700;color:#DEFCF1;margin:0 0 24px;text-shadow:2px 4px 12px #0b5d8166;line-height:1.2}
.cntctHdr .thss{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}
.cntctHdr .thss li{font-size:1.15rem;color:#fff;line-height:1.6;background:#0b5d8140;padding:14px 22px;border-radius:16px;backdrop-filter:blur(8px);box-shadow:0 4px 14px #b494fd26}
.cntctSctn{max-width:1280px;margin:0 auto 80px;padding:0 20px}
.rdGrd{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}
.infBlck{background:linear-gradient(160deg,#DEFCF1 0%,#fff 100%);padding:42px 36px;border-radius:24px;box-shadow:0 8px 24px #0b5d811f}
.infBlck h2{font-size:2rem;font-weight:600;color:#0B5D81;margin:0 0 28px;position:relative;padding-left:20px}
.infBlck h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:32px;background:linear-gradient(180deg,#B494FD 0%,#0B5D81 100%);border-radius:8px}
.cntctDtls{display:flex;flex-direction:column;gap:22px}
.dtlItm{display:flex;align-items:flex-start;gap:16px;padding:18px;background:#fff;border-radius:16px;border:2px solid #b494fd26;transition:all .3s ease}
.dtlItm:hover{border-color:#B494FD;box-shadow:0 6px 18px #b494fd33;transform:translateY(-2px)}
.dtlItm .cnIcn{width:44px;height:44px;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.dtlItm .cnIcn svg{width:24px;height:24px;fill:#DEFCF1}
.dtlItm .txtCntnt h4{font-size:1.05rem;font-weight:600;color:#0B5D81;margin:0 0 6px}
.dtlItm .txtCntnt p{font-size:1rem;color:#333;margin:0;line-height:1.5}
.dtlItm .txtCntnt a{color:#0B5D81;text-decoration:none;transition:color .3s ease}
.dtlItm .txtCntnt a:hover{color:#B494FD}
.frmBlck{background:#fff;padding:48px 42px;border-radius:24px;box-shadow:0 12px 32px #0b5d8124;border:1px solid #b494fd1a}
.frmBlck h2{font-size:2rem;font-weight:600;color:#0B5D81;margin:0 0 12px}
.frmBlck .sbttl{font-size:1.05rem;color:#666;margin:0 0 32px;line-height:1.6}
.cntctFrm{display:flex;flex-direction:column;gap:24px}
.frmGrp{display:flex;flex-direction:column;gap:8px}
.frmGrp label{font-size:.95rem;font-weight:500;color:#0B5D81;padding-left:4px}
.frmGrp input,.frmGrp textarea{padding:16px 20px;font-size:1rem;border:2px solid #b494fd33;border-radius:16px;background:#fff;color:#333;transition:all .3s ease;font-family:inherit}
.frmGrp input:focus,.frmGrp textarea:focus{outline:none;border-color:#B494FD;box-shadow:0 4px 16px #b494fd2e}
.frmGrp textarea{min-height:140px;resize:vertical}
.prvcy{display:flex;align-items:flex-start;gap:12px;padding:18px;background:#defcf166;border-radius:16px;margin-top:8px}
.prvcy input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#B494FD}
.prvcy label{font-size:.92rem;color:#333;line-height:1.6;cursor:pointer}
.prvcy label a{color:#0B5D81;text-decoration:underline;transition:color .3s ease}
.prvcy label a:hover{color:#B494FD}
.sbmtBtnWrpr{margin-top:8px}
.sbmtBtn{width:100%;padding:18px 32px;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);color:#fff;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #b494fd4d;z-index:10;position:relative}
.sbmtBtn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #b494fd66}
.sbmtBtn:active{transform:translateY(-1px)}
.mpSctn{max-width:1280px;margin:0 auto 60px;padding:0 20px}
.mpCntnr{background:linear-gradient(135deg,#DEFCF1 0%,#fff 100%);padding:52px 44px;border-radius:24px;text-align:center;box-shadow:0 10px 28px #0b5d811f}
.mpCntnr h3{font-size:1.85rem;font-weight:600;color:#0B5D81;margin:0 0 20px}
.mpCntnr .ddrssBlck{display:inline-block;background:#fff;padding:28px 36px;border-radius:18px;box-shadow:0 6px 18px #b494fd26;margin-top:12px}
.mpCntnr .ddrssBlck p{font-size:1.1rem;color:#333;margin:0;line-height:1.8}
.mpCntnr .ddrssBlck .ctyLn{font-weight:600;color:#0B5D81}
@media (max-width: 968px) {
.rdGrd{grid-template-columns:1fr;gap:40px}
.cntctHdr .mainTtl{font-size:2.4rem}
.cntctHdr .thss li{font-size:1.05rem}
.frmBlck{padding:36px 28px}
}
@media (max-width: 640px) {
.cntctHdr{min-height:360px;margin-bottom:40px;border-radius:20px}
.cntctHdr .mainTtl{font-size:2rem}
.cntctHdr .thss li{font-size:.98rem;padding:12px 18px}
.infBlck,.frmBlck{padding:32px 24px}
.infBlck h2,.frmBlck h2{font-size:1.65rem}
.mpCntnr{padding:36px 24px}
.mpCntnr h3{font-size:1.55rem}
.mpCntnr .ddrssBlck{padding:22px 26px}
}
.pgHdr{position:relative;max-width:1280px;margin:0 auto 80px;padding:0 20px}
.pgHdr .imgWrppr{width:100%;height:520px;border-radius:28px;overflow:hidden;position:relative}
.pgHdr .imgWrppr img{width:100%;height:100%;object-fit:cover;object-position:center}
.pgHdr .txtOvr{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:740px;padding:32px;background:linear-gradient(135deg,#b594fdf5,#0b5d81f0);border-radius:24px;box-shadow:0 12px 32px #0b5d814d}
.pgHdr .txtOvr h1{color:#fff;font-size:46px;line-height:1.2;margin:0 0 16px;font-weight:700}
.pgHdr .txtOvr .sttmnt{color:#DEFCF1;font-size:20px;line-height:1.5;margin:0}
.pgHdr .dcrtvDts{position:absolute;width:12px;height:12px;background:#B494FD;border-radius:50%}
.pgHdr .dcrtvDts:nth-child(1){top:40px;left:60px}
.pgHdr .dcrtvDts:nth-child(2){bottom:60px;right:80px;background:#DEFCF1}
.pgHdr .dcrtvDts:nth-child(3){top:120px;right:100px;background:#0B5D81;width:8px;height:8px}
.crsStrctr{max-width:1280px;margin:0 auto 100px;padding:0 20px}
.crsStrctr .sctnHdr{text-align:center;margin-bottom:56px}
.crsStrctr .sctnHdr h2{font-size:38px;color:#0B5D81;margin:0 0 20px;position:relative;display:inline-block}
.crsStrctr .sctnHdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#B494FD,#0B5D81);border-radius:2px}
.crsStrctr .sctnHdr .ntrTxt{color:#555;font-size:18px;line-height:1.6;max-width:720px;margin:0 auto}
.phsGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.phsCrd{background:#fff;padding:36px 28px;border-radius:20px;box-shadow:0 6px 18px #0b5d811f;position:relative;transition:transform 0.3s,box-shadow .3s}
.phsCrd:hover{transform:translateY(-6px);box-shadow:0 14px 28px #b594fd40}
.phsCrd .phsNmbr{position:absolute;top:-16px;left:28px;width:48px;height:48px;background:linear-gradient(135deg,#B494FD,#0B5D81);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;box-shadow:0 4px 12px #b594fd66}
.phsCrd h3{color:#0B5D81;font-size:24px;margin:24px 0 16px}
.phsCrd .dscr{color:#666;font-size:16px;line-height:1.6;margin:0 0 20px}
.phsCrd .dtlLst{list-style:none;padding:0;margin:0}
.phsCrd .dtlLst li{color:#555;font-size:15px;line-height:1.8;padding-left:24px;position:relative;margin-bottom:8px}
.phsCrd .dtlLst li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#B494FD;border-radius:50%}
.mthdlgySctn{background:linear-gradient(135deg,#DEFCF1 0%,#fff 100%);padding:80px 20px;margin-bottom:100px}
.mthdlgySctn .cntnrWrp{max-width:1280px;margin:0 auto}
.mthdlgySctn .hdngBlck{margin-bottom:48px}
.mthdlgySctn h2{font-size:36px;color:#0B5D81;margin:0 0 16px}
.mthdlgySctn .subHd{color:#666;font-size:18px;line-height:1.6;max-width:680px}
.apprchGrd{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.apprchGrd .imgCntnt{width:100%;height:420px;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0b5d812e}
.apprchGrd .imgCntnt img{width:100%;height:100%;object-fit:cover}
.apprchGrd .txtCntnt .ftrGrp{margin-bottom:32px;padding:24px;background:#fff;border-radius:16px;border-left:4px solid #B494FD;box-shadow:0 4px 12px #b594fd14}
.apprchGrd .txtCntnt .ftrGrp h4{color:#0B5D81;font-size:20px;margin:0 0 12px}
.apprchGrd .txtCntnt .ftrGrp p{color:#555;font-size:16px;line-height:1.7;margin:0}
.prcssFlw{max-width:1280px;margin:0 auto 80px;padding:0 20px}
.prcssFlw .ttl{text-align:center;margin-bottom:52px}
.prcssFlw h2{font-size:38px;color:#0B5D81;margin:0 0 18px}
.prcssFlw .dsc{color:#666;font-size:18px;line-height:1.6;max-width:700px;margin:0 auto}
.flwGrd{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}
.flwGrd::before{content:'';position:absolute;top:50px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#B494FD 0%,#0B5D81 50%,#DEFCF1 100%);z-index:0}
.stpBx{background:#fff;padding:32px 24px;border-radius:20px;text-align:center;position:relative;z-index:1;box-shadow:0 6px 20px #0b5d811a;transition:transform .3s}
.stpBx:hover{transform:scale(1.05)}
.stpBx .cnIcn{width:72px;height:72px;margin:0 auto 20px;background:linear-gradient(135deg,#B494FD,#0B5D81);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #b594fd59}
.stpBx .cnIcn svg{width:36px;height:36px;fill:#fff}
.stpBx h5{color:#0B5D81;font-size:18px;margin:0 0 12px;font-weight:600}
.stpBx .inf{color:#666;font-size:15px;line-height:1.6;margin:0}
.ctaSctn{background:linear-gradient(135deg,#0B5D81,#B494FD);padding:64px 20px;margin-bottom:0;text-align:center}
.ctaSctn .cntnrWrp{max-width:840px;margin:0 auto}
.ctaSctn h2{color:#fff;font-size:36px;margin:0 0 20px;font-weight:700}
.ctaSctn .msgTxt{color:#DEFCF1;font-size:19px;line-height:1.6;margin:0 0 36px}
.btnWrppr{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnPrmry{display:inline-block;padding:16px 42px;background:#fff;color:#0B5D81;font-size:17px;font-weight:600;text-decoration:none;border-radius:28px;transition:transform 0.2s,box-shadow .2s;box-shadow:0 6px 18px #00000026;z-index:10;position:relative}
.btnPrmry:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000038}
.btnScndry{display:inline-block;padding:16px 42px;background:transparent;color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:28px;border:2px solid #fff;transition:background 0.2s,transform .2s;z-index:10;position:relative}
.btnScndry:hover{background:#ffffff26;transform:translateY(-2px)}
@media (max-width: 1024px) {
.phsGrd{grid-template-columns:1fr}
.apprchGrd{grid-template-columns:1fr}
.flwGrd{grid-template-columns:repeat(2,1fr)}
.flwGrd::before{display:none}
}
@media (max-width: 768px) {
.pgHdr .imgWrppr{height:400px}
.pgHdr .txtOvr{padding:24px}
.pgHdr .txtOvr h1{font-size:32px}
.pgHdr .txtOvr .sttmnt{font-size:17px}
.crsStrctr .sctnHdr h2{font-size:30px}
.mthdlgySctn h2{font-size:30px}
.prcssFlw h2{font-size:30px}
.flwGrd{grid-template-columns:1fr}
.ctaSctn h2{font-size:28px}
.btnWrppr{flex-direction:column;align-items:center}
.btnPrmry,.btnScndry{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.pgHdr .imgWrppr{height:320px;border-radius:20px}
.pgHdr .txtOvr h1{font-size:26px}
.pgHdr .txtOvr .sttmnt{font-size:15px}
}
.ttlSctn{background:linear-gradient(135deg,#DEFCF1 0%,#B494FD 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.ttlSctn::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#0b5d8126,transparent 70%);border-radius:50%;top:-100px;right:-100px;animation:pls 8s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1) translate(0,0);opacity:.3}
50%{transform:scale(1.2) translate(-20px,20px);opacity:.6}
}
.ttlWrp{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.ttlCntnt{flex:1.2;z-index:2}
.ttlCntnt h1{font-size:3.2rem;line-height:1.15;color:#0B5D81;margin:0 0 16px;font-weight:700}
.ttlCntnt .tglnTxt{font-size:1.25rem;color:#2c3e50;margin:0 0 32px;line-height:1.6}
.btnGrp{display:flex;gap:16px;flex-wrap:wrap}
.btnPrmry{background:#0B5D81;color:#fff;padding:16px 36px;border-radius:24px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #0b5d8140;display:inline-block}
.btnPrmry:hover{background:#094968;transform:translateY(-3px);box-shadow:0 12px 28px #0b5d8159}
.btnScndry{background:transparent;color:#0B5D81;padding:16px 36px;border:2px solid #0B5D81;border-radius:24px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}
.btnScndry:hover{background:#0B5D81;color:#fff;transform:translateY(-3px)}
.ttlImgWrpr{flex:1;position:relative}
.ttlImgWrpr img{width:100%;height:auto;border-radius:28px;box-shadow:0 16px 48px #00000026;animation:fltImg 6s ease-in-out infinite}
@keyframes fltImg {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-15px)}
}
.strySctn{padding:100px 20px;background:#fff}
.stryCntnr{max-width:1280px;margin:0 auto}
.stryHdr{text-align:center;margin-bottom:80px}
.stryHdr h2{font-size:2.8rem;color:#0B5D81;margin:0 0 20px;position:relative;display:inline-block}
.stryHdr h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#B494FD,#0B5D81);border-radius:2px}
.stryHdr p{font-size:1.15rem;color:#555;max-width:700px;margin:24px auto 0;line-height:1.7}
.stryGrd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}
.stryBx{background:#f8f9fa;padding:36px;border-radius:24px;border-left:6px solid #B494FD;transition:all .4s ease;position:relative}
.stryBx:nth-child(2){border-left-color:#0B5D81}
.stryBx:nth-child(3){border-left-color:#DEFCF1;border-left-width:8px}
.stryBx:nth-child(4){border-left-color:#B494FD;background:linear-gradient(135deg,#f8f9fa 0%,#DEFCF1 100%)}
.stryBx:hover{transform:translateX(8px);box-shadow:0 12px 32px #0000001a}
.stryBx h3{font-size:1.6rem;color:#0B5D81;margin:0 0 16px;font-weight:600}
.stryBx p{font-size:1.05rem;color:#444;line-height:1.7;margin:0}
.tmGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.tmCrd{background:#fff;border-radius:28px;padding:40px 28px;text-align:center;box-shadow:0 8px 24px #b494fd26;transition:all .4s ease;border:2px solid transparent}
.tmCrd:hover{border-color:#B494FD;transform:translateY(-8px);box-shadow:0 16px 40px #b494fd40}
.tmIcn{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#B494FD,#0B5D81);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;font-weight:700}
.tmCrd h4{font-size:1.4rem;color:#0B5D81;margin:0 0 8px;font-weight:600}
.tmRl{font-size:.95rem;color:#B494FD;margin:0 0 16px;font-weight:600}
.tmCrd p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.imgShwcs{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px}
.shwcsImg{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 6px 20px #0000001f;transition:all .4s ease}
.shwcsImg:hover{transform:scale(1.05);box-shadow:0 12px 32px #0003}
.shwcsImg img{width:100%;height:240px;object-fit:cover;display:block}
.vlsSctn{background:linear-gradient(135deg,#0B5D81 0%,#B494FD 100%);padding:80px 20px;text-align:center;color:#fff}
.vlsCntnr{max-width:1100px;margin:0 auto}
.vlsSctn h2{font-size:2.5rem;margin:0 0 24px;font-weight:700}
.vlsSctn p{font-size:1.2rem;line-height:1.7;margin:0 0 36px;opacity:.95}
.vlsSctn .btnPrmry{background:#fff;color:#0B5D81;box-shadow:0 8px 24px #0003}
.vlsSctn .btnPrmry:hover{background:#DEFCF1;transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}
@media (max-width: 992px) {
.ttlWrp{flex-direction:column;gap:40px}
.ttlCntnt h1{font-size:2.5rem}
.stryGrd{grid-template-columns:1fr}
.tmGrd{grid-template-columns:1fr}
.imgShwcs{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.ttlSctn{padding:60px 20px 80px}
.ttlCntnt h1{font-size:2rem}
.ttlCntnt .tglnTxt{font-size:1.1rem}
.btnGrp{flex-direction:column}
.btnPrmry,.btnScndry{width:100%;text-align:center}
.strySctn{padding:60px 20px}
.stryHdr h2{font-size:2rem}
.stryBx{padding:24px}
.imgShwcs{grid-template-columns:1fr}
.vlsSctn{padding:60px 20px}
.vlsSctn h2{font-size:2rem}
}
.sccsWrppr{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}
.hrBlck{min-height:72vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#DEFCF1 0%,#B494FD 100%);position:relative;overflow:hidden;padding:80px 0}
.hrBlck::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0b5d8126 0%,transparent 70%);border-radius:50%}
.hrBlck::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#b494fd33 0%,transparent 70%);border-radius:50%}
.hrCntnr{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2;text-align:center}
.icnWrppr{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:#fff;border-radius:28px;box-shadow:0 12px 32px #0b5d812e;margin-bottom:32px;position:relative}
.icnWrppr::before{content:'';position:absolute;inset:-4px;background:linear-gradient(135deg,#B494FD,#0B5D81);border-radius:30px;z-index:-1;opacity:.6}
.chckIcn{width:64px;height:64px;position:relative}
.chckIcn::before{content:'';position:absolute;width:100%;height:100%;border:5px solid #0B5D81;border-radius:50%;top:0;left:0}
.chckIcn::after{content:'';position:absolute;width:24px;height:42px;border:solid #B494FD;border-width:0 6px 6px 0;transform:rotate(45deg);top:4px;left:22px}
.hdngGrp{margin-bottom:28px}
.mnTtl{font-size:52px;font-weight:700;color:#0B5D81;margin:0 0 12px;line-height:1.15;letter-spacing:-.02em}
.sbTtl{font-size:28px;font-weight:400;color:#0B5D81;margin:0;opacity:.85;line-height:1.4}
.msgTxt{font-size:19px;color:#0B5D81;line-height:1.7;max-width:680px;margin:0 auto 40px;opacity:.9}
.btnGrp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.prmryBtn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);color:#fff;text-decoration:none;border-radius:24px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #b494fd59;position:relative;z-index:10}
.prmryBtn:hover{transform:translateY(-3px);box-shadow:0 12px 28px #b494fd73}
.scndryBtn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;background:#fff;color:#0B5D81;text-decoration:none;border-radius:24px;font-size:18px;font-weight:600;border:3px solid #0B5D81;transition:all .3s ease;position:relative;z-index:10}
.scndryBtn:hover{background:#0B5D81;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #0b5d8140}
.nfBlck{padding:80px 0;background:#fff;position:relative}
.nfGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1280px;margin:0 auto;padding:0 32px}
.nfCrd{background:linear-gradient(145deg,#DEFCF1 0%,white 100%);padding:36px 28px;border-radius:22px;text-align:center;box-shadow:0 6px 18px #0b5d8114;border:2px solid #b494fd26;transition:all .35s ease;position:relative}
.nfCrd::before{content:'';position:absolute;inset:0;border-radius:22px;padding:2px;background:linear-gradient(145deg,#B494FD,#0B5D81);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease}
.nfCrd:hover{transform:translateY(-6px);box-shadow:0 16px 36px #b494fd38}
.nfCrd:hover::before{opacity:1}
.crdIcn{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#B494FD 0%,#0B5D81 100%);border-radius:16px;position:relative}
.crdIcn svg{width:32px;height:32px;fill:#fff}
.crdTtl{font-size:22px;font-weight:700;color:#0B5D81;margin:0 0 14px;line-height:1.3}
.crdTxt{font-size:16px;color:#0B5D81;line-height:1.65;margin:0;opacity:.85}
@media (max-width: 968px) {
.nfGrd{grid-template-columns:1fr;gap:24px;padding:0 24px}
.hrCntnr{padding:0 24px}
.mnTtl{font-size:42px}
.sbTtl{font-size:24px}
.msgTxt{font-size:17px}
.btnGrp{flex-direction:column;align-items:center}
.prmryBtn,.scndryBtn{width:100%;max-width:340px;justify-content:center}
}
@media (max-width: 640px) {
.hrBlck{padding:60px 0;min-height:60vh}
.icnWrppr{width:100px;height:100px;margin-bottom:24px}
.chckIcn{width:52px;height:52px}
.chckIcn::before{border-width:4px}
.chckIcn::after{width:20px;height:34px;border-width:0 5px 5px 0;left:18px}
.mnTtl{font-size:36px}
.sbTtl{font-size:20px}
.msgTxt{font-size:16px}
.nfBlck{padding:60px 0}
.crdTtl{font-size:20px}
.crdTxt{font-size:15px}
}