html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}
*,::before,::after{box-sizing:border-box}
body{font-family:'Noto Sans',sans-serif;font-size:16px;line-height:1.6;color:#2F2E2E;background:#FAFAFA;min-height:100vh;display:flex;flex-direction:column}
.SiteHdr{background:linear-gradient(135deg,#FFDF10 0%,#FFF8D6 100%);box-shadow:0 2px 8px #0079981a;padding:20px 0;position:relative}
.HdrWrppr{max-width:1400px;margin:0 auto;padding:0 20px}
.HdrTpRw{display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:90px}
.LogoCntnr{flex-shrink:0}
.LogoLnk{display:block;transition:transform .2s ease}
.LogoLnk:hover{transform:scale(1.05)}
.LogoImg{height:110px;width:110px;display:block;box-shadow:0 4px 12px #2f2e2e26;border-radius:12px;background:#fff;padding:8px}
.CmpnyNmBlck{flex-grow:1;text-align:center;padding:0 20px}
.CmpnyNm{font-family:'Merriweather',serif;font-size:32px;font-weight:700;color:#007998;text-shadow:1px 1px 2px #2f2e2e1a;letter-spacing:.5px}
.MnNvgtn{flex-shrink:0}
.NvgtnLst{display:flex;list-style:none;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.NvgtnItm{margin:0}
.NvgtnLnk{display:block;padding:12px 20px;color:#2F2E2E;text-decoration:none;font-weight:500;border-radius:8px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}
.NvgtnLnk:hover{background:#0079981a;color:#007998}
.NvgtnItm.active .NvgtnLnk{background:#007998;color:#fff}
main{flex:1}
.SiteFtr{background:linear-gradient(180deg,#F5F5F5 0%,#E8E8E8 100%);padding:60px 0 30px;margin-top:80px;border-top:3px solid #FFDF10}
.FtrWrppr{max-width:1400px;margin:0 auto;padding:0 20px}
.FtrCntnt{display:flex;flex-wrap:wrap;gap:60px;margin-bottom:40px}
.CntctCrd{flex:1;min-width:280px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px #0079981f}
.CntctTtl{font-family:'Merriweather',serif;font-size:24px;font-weight:700;color:#007998;margin-bottom:20px}
.CntctDtls{margin-bottom:25px}
.CntctItm{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;font-size:15px;line-height:1.5}
.CntctItm i{color:#FFDF10;font-size:20px;margin-top:2px;flex-shrink:0}
.CntctItm a{color:#007998;text-decoration:none;transition:color .2s ease}
.CntctItm a:hover{color:#2F2E2E}
.CtaBlck{margin-top:25px}
.CtaBttn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#FFDF10 0%,#FFE94D 100%);color:#2F2E2E;text-decoration:none;font-weight:600;border-radius:8px;box-shadow:0 4px 12px #ffdf104d;transition:transform .2s ease,box-shadow .2s ease}
.CtaBttn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffdf1066}
.FtrMnuBlck{flex:1;min-width:280px}
.FtrMnuLst{list-style:none;display:flex;flex-direction:column;gap:12px}
.FtrMnuItm{margin:0}
.FtrMnuLnk{display:inline-block;color:#2F2E2E;text-decoration:none;font-size:15px;padding:8px 0;transition:color .2s ease;border-bottom:2px solid transparent}
.FtrMnuLnk:hover{color:#007998;border-bottom-color:#FFDF10}
.CpyrgtBlck{text-align:center;padding-top:30px;border-top:1px solid #D0D0D0}
.CpyrgtTxt{color:#666;font-size:14px}
.CkPpWrppr{position:fixed;left:20px;top:50%;transform:translateY(-50%);z-index:9999;max-width:480px;width:calc(100% - 40px)}
.CkPpCntnr{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00799840;overflow:hidden;border:2px solid #FFDF10}
.CkPpHdr{background:linear-gradient(135deg,#007998 0%,#005F7A 100%);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.CkPpTtl{font-family:'Merriweather',serif;font-size:20px;font-weight:700;color:#fff;margin:0}
.PlcyLnk{color:#FFDF10;font-size:13px;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}
.PlcyLnk:hover{opacity:.8}
.CkPpBdy{padding:24px;max-height:60vh;overflow-y:auto}
.CkPpBdy::-webkit-scrollbar{width:5px}
.CkPpBdy::-webkit-scrollbar-track{background:#F0F0F0}
.CkPpBdy::-webkit-scrollbar-thumb{background:#007998;border-radius:10px}
.CkPpDscrptn{font-size:14px;line-height:1.6;color:#555;margin-bottom:20px}
.CkCtgrsGrd{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px}
.CkCtgrCrd{background:#F8F8F8;padding:16px;border-radius:8px;border:1px solid #E0E0E0;transition:box-shadow .2s ease}
.CkCtgrCrd:hover{box-shadow:0 2px 8px #0079981a}
.CtgrHdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.TgglLbl{display:flex;align-items:center;gap:12px;cursor:pointer;flex-grow:1}
.TgglInpt{position:absolute;opacity:0;width:0;height:0}
.TgglSldr{position:relative;width:44px;height:24px;background:#CCC;border-radius:24px;transition:background .2s ease;flex-shrink:0}
.TgglSldr::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s ease}
.TgglInpt:checked + .TgglSldr{background:#007998}
.TgglInpt:checked + .TgglSldr::before{transform:translateX(20px)}
.CtgrTtl{font-size:16px;font-weight:600;color:#2F2E2E;margin:0}
.RqrdLbl{font-size:12px;color:#007998;font-weight:600;background:#E6F7FB;padding:4px 10px;border-radius:6px}
.CtgrDscrptn{font-size:13px;color:#666;line-height:1.5;margin:0}
.OptOutBlck{margin-top:20px;padding-top:20px;border-top:1px solid #E0E0E0}
.OptOutLbl{display:flex;align-items:center;gap:12px;cursor:pointer}
.OptOutChck{width:20px;height:20px;cursor:pointer;accent-color:#007998}
.OptOutTxt{font-size:14px;color:#2F2E2E;font-weight:500}
.CkPpFtr{padding:20px 24px;background:#F8F8F8;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.CkBttn{padding:12px 24px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;white-space:nowrap}
.CkBttnDcln{background:transparent;color:#666;border-color:#CCC}
.CkBttnDcln:hover{background:#F0F0F0;border-color:#999}
.CkBttnAccpt{background:transparent;color:#007998;border-color:#007998}
.CkBttnAccpt:hover{background:#007998;color:#fff}
.CkBttnAll{background:linear-gradient(135deg,#FFDF10 0%,#FFE94D 100%);color:#2F2E2E;border-color:#FFDF10}
.CkBttnAll:hover{box-shadow:0 4px 12px #ffdf104d;transform:translateY(-1px)}
@keyframes sldInRght {
from{transform:translate(100%,-50%);opacity:0}
to{transform:translate(0,-50%);opacity:1}
}
@keyframes sldOutRght {
from{transform:translate(0,-50%);opacity:1}
to{transform:translate(100%,-50%);opacity:0}
}
@media (max-width: 1024px) {
.HdrTpRw{flex-direction:column;gap:20px;text-align:center}
.CmpnyNmBlck{order:-1;padding:0}
.LogoCntnr{order:0}
.MnNvgtn{order:1}
.NvgtnLst{justify-content:center}
.CmpnyNm{font-size:26px}
}
@media (max-width: 768px) {
.LogoImg{height:80px;width:80px}
.CmpnyNm{font-size:22px}
.NvgtnLst{flex-direction:column;align-items:center;gap:4px}
.NvgtnLnk{padding:10px 24px;width:100%;text-align:center}
.FtrCntnt{flex-direction:column;gap:30px}
.CkPpWrppr{left:10px;right:10px;width:calc(100% - 20px);max-width:none}
.CkPpFtr{flex-direction:column}
.CkBttn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.SiteHdr{padding:15px 0}
.HdrWrppr{padding:0 15px}
.LogoImg{height:70px;width:70px}
.CmpnyNm{font-size:20px}
.CkPpHdr{flex-direction:column;align-items:flex-start;gap:8px}
}
.doc-area{max-width:1400px;margin:0 auto;padding:80px 40px;background:#fff}
.doc-area h1{font-size:48px;line-height:1.2;color:#2F2E2E;font-weight:700;margin:0 0 16px;letter-spacing:-.02em}
.doc-area h2{font-size:36px;line-height:1.3;color:#2F2E2E;font-weight:600;margin:64px 0 24px;letter-spacing:-.01em}
.doc-area h3{font-size:28px;line-height:1.4;color:#007998;font-weight:600;margin:48px 0 20px}
.doc-area h4{font-size:22px;line-height:1.4;color:#2F2E2E;font-weight:600;margin:36px 0 16px}
.doc-area h5{font-size:18px;line-height:1.5;color:#2F2E2E;font-weight:600;margin:28px 0 12px}
.doc-area h6{font-size:16px;line-height:1.5;color:#007998;font-weight:600;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.05em}
.doc-area p{font-size:17px;line-height:1.7;color:#2F2E2E;margin:0 0 24px}
.doc-area ul{margin:0 0 32px;padding:0 0 0 28px;list-style:none}
.doc-area ul li{font-size:17px;line-height:1.7;color:#2F2E2E;margin:0 0 16px;padding-left:12px;position:relative}
.doc-area ul li:before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#FFDF10;border-radius:50%}
.doc-area ol{margin:0 0 32px;padding:0 0 0 28px;counter-reset:policy-counter;list-style:none}
.doc-area ol li{font-size:17px;line-height:1.7;color:#2F2E2E;margin:0 0 16px;padding-left:12px;position:relative;counter-increment:policy-counter}
.doc-area ol li:before{content:counter(policy-counter) ".";position:absolute;left:-28px;top:0;font-weight:600;color:#007998}
.doc-area ul ul,.doc-area ol ul,.doc-area ul ol,.doc-area ol ol{margin:16px 0}
.doc-area em,.doc-area i{font-style:italic;color:#007998}
.doc-area strong{font-weight:600;color:#2F2E2E}
.doc-area a{color:#007998;text-decoration:none;border-bottom:1px solid #0079984d;transition:all 180ms ease}
.doc-area a:hover{color:#FFDF10;border-bottom-color:#FFDF10}
.doc-area a:active{color:#2F2E2E;border-bottom-color:#2F2E2E}
.doc-area table{width:100%;border-collapse:collapse;margin:40px 0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #2f2e2e14}
.doc-area thead{background:linear-gradient(135deg,#007998 0%,#00657f 100%)}
.doc-area thead tr{border:none}
.doc-area thead th{padding:20px 24px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;border:none}
.doc-area tbody{background:#fff}
.doc-area tbody tr{border-bottom:1px solid #2f2e2e14;transition:background 180ms ease}
.doc-area tbody tr:last-child{border-bottom:none}
.doc-area tbody tr:hover{background:#ffdf100f}
.doc-area tbody td{padding:20px 24px;font-size:16px;line-height:1.6;color:#2F2E2E;border:none}
.doc-area tbody th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#007998;background:#0079980a;border:none}
.doc-area div{margin:0 0 24px}
.doc-area hr{border:none;height:2px;background:linear-gradient(90deg,#ffdf1000 0%,#FFDF10 50%,#ffdf1000 100%);margin:64px 0}
@media (max-width: 1024px) {
.doc-area{padding:60px 32px}
.doc-area h1{font-size:40px}
.doc-area h2{font-size:32px;margin:56px 0 20px}
.doc-area h3{font-size:24px;margin:40px 0 16px}
.doc-area table{font-size:15px}
.doc-area thead th,.doc-area tbody td,.doc-area tbody th{padding:16px 20px}
}
@media (max-width: 768px) {
.doc-area{padding:40px 24px}
.doc-area h1{font-size:32px}
.doc-area h2{font-size:26px;margin:48px 0 16px}
.doc-area h3{font-size:22px;margin:36px 0 12px}
.doc-area h4{font-size:19px}
.doc-area p,.doc-area ul li,.doc-area ol li{font-size:16px}
.doc-area table{display:block;overflow-x:auto;box-shadow:0 2px 6px #2f2e2e14}
.doc-area thead th,.doc-area tbody td,.doc-area tbody th{padding:14px 16px;font-size:14px}
}
@media (max-width: 480px) {
.doc-area{padding:32px 20px}
.doc-area h1{font-size:28px}
.doc-area h2{font-size:24px}
.doc-area h3{font-size:20px}
.doc-area ul,.doc-area ol{padding-left:24px}
.doc-area table{margin:32px -20px;width:calc(100% + 40px);border-radius:0}
}
.PgWrpr{width:100%;max-width:1400px;margin:0 auto}
.HrBlck{position:relative;width:100%;height:520px;overflow:hidden;margin-bottom:80px}
.HrBlck .img-lyr{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.HrBlck .img-lyr img{width:100%;height:100%;object-fit:cover;object-position:center}
.HrBlck .ovrl-lyr{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffdf10bf 0%,#007998a6 100%);z-index:2}
.HrBlck .cntnt-flot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;max-width:920px;width:90%}
.HrBlck .cntnt-flot .mn-hdng{font-size:52px;font-weight:700;color:#2F2E2E;margin:0 0 28px;line-height:1.15}
.HrBlck .cntnt-flot .sb-txt{font-size:19px;line-height:1.6;color:#2F2E2E;margin:0;font-weight:400}
.SrvcTyps{padding:0 24px 90px}
.SrvcTyps .sctn-hdr{text-align:center;margin-bottom:60px}
.SrvcTyps .sctn-hdr h2{font-size:38px;font-weight:700;color:#2F2E2E;margin:0 0 18px;position:relative;display:inline-block}
.SrvcTyps .sctn-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FFDF10 0%,#007998 100%);border-radius:8px}
.SrvcTyps .sctn-hdr .intro-txt{font-size:17px;line-height:1.7;color:#555;max-width:780px;margin:0 auto}
.SrvcTyps .srvc-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:20px}
.SrvcTyps .srvc-crd{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:32px 28px;transition:all 220ms ease;box-shadow:0 2px 8px #0000000a}
.SrvcTyps .srvc-crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00799826;border-color:#007998}
.SrvcTyps .srvc-crd .icn-wrp{width:64px;height:64px;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.SrvcTyps .srvc-crd .icn-wrp svg{width:32px;height:32px;fill:#2F2E2E}
.SrvcTyps .srvc-crd h3{font-size:22px;font-weight:600;color:#2F2E2E;margin:0 0 14px}
.SrvcTyps .srvc-crd .dscr{font-size:15px;line-height:1.65;color:#666;margin:0 0 20px}
.SrvcTyps .srvc-crd .img-cntnt{width:100%;height:180px;border-radius:8px;overflow:hidden;margin-top:18px}
.SrvcTyps .srvc-crd .img-cntnt img{width:100%;height:100%;object-fit:cover}
.RlvncBlck{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);padding:80px 24px;margin-bottom:90px}
.RlvncBlck .cntnt-wrpr{max-width:1400px;margin:0 auto;display:flex;gap:60px;align-items:center}
.RlvncBlck .txt-clmn{flex:1}
.RlvncBlck .txt-clmn h2{font-size:36px;font-weight:700;color:#2F2E2E;margin:0 0 24px;position:relative;padding-left:18px}
.RlvncBlck .txt-clmn h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:85%;background:linear-gradient(180deg,#FFDF10 0%,#007998 100%);border-radius:8px}
.RlvncBlck .txt-clmn .prgrph{font-size:16px;line-height:1.75;color:#555;margin:0 0 20px}
.RlvncBlck .txt-clmn .prgrph:last-of-type{margin-bottom:0}
.RlvncBlck .img-clmn{flex:0 0 480px}
.RlvncBlck .img-clmn img{width:100%;height:380px;object-fit:cover;border-radius:14px;box-shadow:0 8px 24px #0079982e}
.PrblmSltn{padding:0 24px 90px}
.PrblmSltn .sctn-hdr{text-align:center;margin-bottom:50px}
.PrblmSltn .sctn-hdr h2{font-size:38px;font-weight:700;color:#2F2E2E;margin:0 0 16px}
.PrblmSltn .sctn-hdr .intro{font-size:17px;line-height:1.7;color:#555;max-width:720px;margin:0 auto}
.PrblmSltn .prblm-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;max-width:1200px;margin:0 auto}
.PrblmSltn .prblm-itm{background:#fff;border-radius:12px;padding:36px;border-left:5px solid transparent;transition:all 200ms ease;box-shadow:0 3px 12px #0000000f}
.PrblmSltn .prblm-itm:nth-child(odd){border-left-color:#FFDF10}
.PrblmSltn .prblm-itm:nth-child(even){border-left-color:#007998}
.PrblmSltn .prblm-itm:hover{transform:translateX(8px);box-shadow:0 8px 24px #0000001a}
.PrblmSltn .prblm-itm h3{font-size:24px;font-weight:600;color:#2F2E2E;margin:0 0 12px}
.PrblmSltn .prblm-itm .prblm-txt{font-size:15px;line-height:1.65;color:#666;margin:0 0 18px;padding-bottom:18px;border-bottom:1px dashed #e0e0e0}
.PrblmSltn .prblm-itm .sltn-lbl{font-size:14px;font-weight:600;color:#007998;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}
.PrblmSltn .prblm-itm .sltn-txt{font-size:15px;line-height:1.65;color:#555;margin:0}
.TrstBlck{background:#2F2E2E;padding:80px 24px;position:relative;overflow:hidden}
.TrstBlck::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#ffdf1014 0%,#00799814 100%);z-index:1}
.TrstBlck .cntnt-wrpr{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.TrstBlck .sctn-hdr{text-align:center;margin-bottom:60px}
.TrstBlck .sctn-hdr h2{font-size:36px;font-weight:700;color:#FFDF10;margin:0 0 16px}
.TrstBlck .sctn-hdr .intro{font-size:17px;line-height:1.7;color:#ddd;max-width:700px;margin:0 auto}
.TrstBlck .tstmnl-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.TrstBlck .tstmnl-crd{background:#ffffff0d;border:1px solid #ffdf1026;border-radius:12px;padding:36px;transition:all 220ms ease}
.TrstBlck .tstmnl-crd:hover{background:#ffffff14;border-color:#ffdf104d;transform:scale(1.02)}
.TrstBlck .tstmnl-crd .prfl-sctn{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.TrstBlck .tstmnl-crd .prfl-img{width:72px;height:72px;border-radius:50%;overflow:hidden;border:3px solid #FFDF10}
.TrstBlck .tstmnl-crd .prfl-img img{width:100%;height:100%;object-fit:cover}
.TrstBlck .tstmnl-crd .prfl-nfo h4{font-size:20px;font-weight:600;color:#FFDF10;margin:0 0 6px}
.TrstBlck .tstmnl-crd .prfl-nfo .rl{font-size:14px;color:#aaa;margin:0}
.TrstBlck .tstmnl-crd .tstmnl-txt{font-size:15px;line-height:1.7;color:#ddd;margin:0;font-style:italic}
@media (max-width: 1024px) {
.HrBlck{height:420px}
.HrBlck .cntnt-flot .mn-hdng{font-size:42px}
.SrvcTyps .srvc-grd{grid-template-columns:repeat(2,1fr);gap:28px}
.RlvncBlck .cntnt-wrpr{gap:40px}
.RlvncBlck .img-clmn{flex:0 0 380px}
.PrblmSltn .prblm-grd{gap:28px}
.TrstBlck .tstmnl-grd{gap:32px}
}
@media (max-width: 768px) {
.HrBlck{height:360px;margin-bottom:60px}
.HrBlck .cntnt-flot .mn-hdng{font-size:34px;margin-bottom:20px}
.HrBlck .cntnt-flot .sb-txt{font-size:17px}
.SrvcTyps{padding:0 20px 70px}
.SrvcTyps .sctn-hdr{margin-bottom:45px}
.SrvcTyps .sctn-hdr h2{font-size:32px}
.SrvcTyps .srvc-grd{grid-template-columns:1fr;gap:24px}
.RlvncBlck{padding:60px 20px;margin-bottom:70px}
.RlvncBlck .cntnt-wrpr{flex-direction:column;gap:36px}
.RlvncBlck .img-clmn{flex:1;width:100%}
.RlvncBlck .img-clmn img{height:320px}
.RlvncBlck .txt-clmn h2{font-size:30px}
.PrblmSltn{padding:0 20px 70px}
.PrblmSltn .sctn-hdr h2{font-size:32px}
.PrblmSltn .prblm-grd{grid-template-columns:1fr;gap:24px}
.TrstBlck{padding:60px 20px}
.TrstBlck .sctn-hdr h2{font-size:30px}
.TrstBlck .tstmnl-grd{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.HrBlck{height:300px}
.HrBlck .cntnt-flot .mn-hdng{font-size:28px}
.HrBlck .cntnt-flot .sb-txt{font-size:16px}
.SrvcTyps .sctn-hdr h2{font-size:28px}
.SrvcTyps .srvc-crd{padding:28px 22px}
.RlvncBlck .txt-clmn h2{font-size:26px}
.PrblmSltn .sctn-hdr h2{font-size:28px}
.PrblmSltn .prblm-itm{padding:28px}
.TrstBlck .sctn-hdr h2{font-size:26px}
.TrstBlck .tstmnl-crd{padding:28px}
}
.cntct-wrpr{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}
.hdr-blck{position:relative;padding:80px 0 60px;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);overflow:hidden}
.hdr-blck::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,#2f2e2e14 0%,transparent 60%)}
.hdr-innr{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative}
.hdr-txt{flex:1;max-width:600px}
.hdr-txt h1{font-size:48px;line-height:1.2;color:#2F2E2E;margin:0 0 20px;font-weight:700}
.hdr-txt h1 .undrln{position:relative;display:inline-block}
.hdr-txt h1 .undrln::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#2F2E2E}
.hdr-txt p{font-size:18px;line-height:1.6;color:#2F2E2E;margin:0;opacity:.9}
.hdr-img{flex:1;max-width:500px;position:relative}
.hdr-img img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #2f2e2e26;position:relative}
.hdr-img::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#0079984d 100%);pointer-events:none;border-radius:12px}
.dcr-pts{position:absolute;top:20px;right:40px;display:flex;gap:8px}
.dcr-pts span{width:6px;height:6px;background:#2F2E2E;border-radius:50%;opacity:.3}
.dcr-pts span:nth-child(2){opacity:.5}
.dcr-pts span:nth-child(3){opacity:.7}
.cntct-sctn{padding:80px 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.cntct-grd{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;max-width:1400px;margin:0 auto;padding:0 40px}
.nfo-sd{display:flex;flex-direction:column;gap:32px}
.nfo-ttl{font-size:32px;line-height:1.3;color:#2F2E2E;margin:0 0 8px;font-weight:700}
.nfo-sbtl{font-size:16px;line-height:1.6;color:#666;margin:0}
.nfo-bx{background:#fff;padding:28px;border-radius:10px;box-shadow:0 4px 16px #2f2e2e14;transition:all 200ms ease}
.nfo-bx:hover{box-shadow:0 8px 24px #2f2e2e1f;transform:translateY(-2px)}
.nfo-bx h3{font-size:20px;color:#2F2E2E;margin:0 0 16px;font-weight:600;display:flex;align-items:center;gap:10px}
.nfo-bx h3::before{content:'';width:4px;height:20px;background:linear-gradient(180deg,#FFDF10 0%,#007998 100%);border-radius:2px}
.nfo-bx p{margin:0 0 8px;font-size:15px;line-height:1.6;color:#444}
.nfo-bx p:last-child{margin:0}
.nfo-bx a{color:#007998;text-decoration:none;transition:color 180ms ease}
.nfo-bx a:hover{color:#005a73}
.frm-sd{background:#fff;padding:44px;border-radius:12px;box-shadow:0 8px 32px #2f2e2e1a}
.frm-sd h2{font-size:28px;line-height:1.3;color:#2F2E2E;margin:0 0 12px;font-weight:700}
.frm-sd .frm-intro{font-size:15px;line-height:1.6;color:#666;margin:0 0 32px}
.frm-rw{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.frm-grp{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.frm-lbl{font-size:14px;font-weight:600;color:#2F2E2E}
.frm-npt{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;color:#2F2E2E;transition:all 180ms ease;background:#fafafa}
.frm-npt:focus{outline:none;border-color:#007998;background:#fff;box-shadow:0 0 0 3px #0079981a}
.frm-npt::placeholder{color:#999}
.frm-txtarea{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;color:#2F2E2E;transition:all 180ms ease;background:#fafafa;min-height:140px;resize:vertical;font-family:inherit}
.frm-txtarea:focus{outline:none;border-color:#007998;background:#fff;box-shadow:0 0 0 3px #0079981a}
.prvc-chck{display:flex;align-items:flex-start;gap:12px;margin:24px 0}
.prvc-chck input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#007998}
.prvc-chck label{font-size:14px;line-height:1.5;color:#555;cursor:pointer}
.prvc-chck label a{color:#007998;text-decoration:none;font-weight:600}
.prvc-chck label a:hover{text-decoration:underline}
.sbmt-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);border:none;border-radius:10px;font-size:16px;font-weight:700;color:#2F2E2E;cursor:pointer;transition:all 200ms ease;box-shadow:0 4px 16px #ffdf104d}
.sbmt-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffdf1066}
.sbmt-btn:active{transform:translateY(0)}
.hrs-sctn{padding:70px 0;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.hrs-cntnt{max-width:1400px;margin:0 auto;padding:0 40px;text-align:center}
.hrs-cntnt h2{font-size:36px;line-height:1.3;color:#2F2E2E;margin:0 0 16px;font-weight:700}
.hrs-cntnt h2::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FFDF10 0%,#007998 100%);margin:16px auto 0;border-radius:2px}
.hrs-cntnt p{font-size:17px;line-height:1.7;color:#555;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.hrs-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.hr-crd{background:#fff;padding:32px 24px;border-radius:10px;box-shadow:0 4px 20px #2f2e2e14;border:2px solid transparent;transition:all 220ms ease}
.hr-crd:hover{border-color:#FFDF10;box-shadow:0 8px 28px #2f2e2e1f}
.hr-crd h3{font-size:18px;color:#007998;margin:0 0 12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.hr-crd p{font-size:16px;line-height:1.5;color:#2F2E2E;margin:0;font-weight:600}
@media (max-width: 1024px) {
.hdr-innr{flex-direction:column;padding:0 30px;gap:40px}
.hdr-txt{max-width:100%;text-align:center}
.hdr-img{max-width:100%}
.cntct-grd{grid-template-columns:1fr;gap:40px;padding:0 30px}
.hrs-grd{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.hdr-blck{padding:60px 0 40px}
.hdr-txt h1{font-size:36px}
.hdr-txt p{font-size:16px}
.hdr-img img{height:300px}
.dcr-pts{top:15px;right:30px}
.cntct-sctn{padding:60px 0}
.nfo-ttl{font-size:28px}
.frm-sd{padding:32px 24px}
.frm-sd h2{font-size:24px}
.frm-rw{grid-template-columns:1fr;gap:0}
.hrs-sctn{padding:60px 0}
.hrs-cntnt h2{font-size:30px}
.hrs-cntnt p{font-size:16px}
}
@media (max-width: 480px) {
.hdr-innr{padding:0 20px}
.hdr-txt h1{font-size:28px}
.hdr-img img{height:240px}
.cntct-grd{padding:0 20px}
.frm-sd{padding:24px 20px}
.nfo-bx{padding:20px}
.hrs-cntnt{padding:0 20px}
.hrs-cntnt h2{font-size:26px}
.hr-crd{padding:24px 20px}
}
.abt-hdr-wrp{position:relative;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);padding:0;margin:0 auto 80px;max-width:1400px;border-radius:12px;overflow:hidden}
.abt-hdr-img{width:100%;height:420px;object-fit:cover;display:block;opacity:.15}
.abt-hdr-cntnt{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}
.abt-hdr-ttl{font-size:3.2rem;color:#2F2E2E;margin:0 0 20px;font-weight:700;text-shadow:0 2px 8px #ffffff4d}
.abt-hdr-dsc{font-size:1.3rem;color:#2F2E2E;max-width:720px;margin:0 0 35px;line-height:1.6}
.abt-hdr-btns{display:flex;flex-direction:row;gap:18px}
.abt-btn-prmry{background:#2F2E2E;color:#FFDF10;padding:14px 32px;border-radius:10px;text-decoration:none;font-weight:600;transition:all 180ms ease;box-shadow:0 4px 12px #00000026;z-index:10;position:relative}
.abt-btn-prmry:hover{background:#1a1919;transform:translateY(-2px);box-shadow:0 6px 18px #00000040}
.abt-btn-scndry{background:#ffffffe6;color:#007998;padding:14px 32px;border-radius:10px;text-decoration:none;font-weight:600;transition:all 180ms ease;box-shadow:0 4px 12px #0000001a;z-index:10;position:relative}
.abt-btn-scndry:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #0003}
.stry-sctn{max-width:1400px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.stry-txt-wr{padding-right:20px}
.stry-hdng{font-size:2.6rem;color:#2F2E2E;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.stry-hdng::before{content:'';position:absolute;left:0;top:8px;width:6px;height:40px;background:linear-gradient(180deg,#FFDF10,#007998);border-radius:3px}
.stry-prgrph{font-size:1.1rem;color:#4a4a4a;line-height:1.8;margin:0 0 20px}
.stry-img-wrp{position:relative}
.stry-img-mn{width:100%;height:480px;object-fit:cover;border-radius:14px;box-shadow:0 8px 24px #00799833}
.vlus-grid{max-width:1400px;margin:0 auto 100px;padding:0 24px}
.vlus-ttl{font-size:2.8rem;color:#2F2E2E;text-align:center;margin:0 0 50px;font-weight:700}
.vlus-cntner{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.vlu-crd{background:linear-gradient(145deg,#f8f8f8,#fff);padding:36px 28px;border-radius:12px;border:2px solid transparent;transition:all 220ms ease;box-shadow:0 3px 10px #0000000f}
.vlu-crd:hover{border-color:#FFDF10;box-shadow:0 8px 24px #ffdf1040;transform:translateY(-4px)}
.vlu-icn{width:56px;height:56px;margin:0 0 20px;fill:#007998}
.vlu-nm{font-size:1.5rem;color:#2F2E2E;margin:0 0 14px;font-weight:600}
.vlu-dsc{font-size:1.05rem;color:#5a5a5a;line-height:1.7;margin:0}
.tm-showcase{background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%);padding:80px 24px;margin:0 0 100px}
.tm-cntnr{max-width:1400px;margin:0 auto}
.tm-hdr{font-size:2.7rem;color:#2F2E2E;text-align:center;margin:0 0 60px;font-weight:700}
.tm-lst{display:flex;flex-direction:row;gap:45px;justify-content:center;align-items:flex-start}
.tm-mmbr{text-align:center;max-width:320px}
.tm-pht-wrp{position:relative;margin:0 0 24px;display:inline-block}
.tm-pht{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid #FFDF10;box-shadow:0 6px 20px #00799833}
.tm-nm{font-size:1.6rem;color:#2F2E2E;margin:0 0 8px;font-weight:600}
.tm-rle{font-size:1.1rem;color:#007998;margin:0 0 16px;font-weight:500}
.tm-bio{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.prcss-wrp{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.prcss-hd{font-size:2.7rem;color:#2F2E2E;margin:0 0 50px;font-weight:700;text-align:center}
.prcss-trcks{display:flex;flex-direction:row;gap:32px;justify-content:space-between}
.prcss-stg{flex:1;background:#fff;padding:32px 24px;border-radius:12px;border-left:5px solid #007998;box-shadow:0 4px 14px #00000014;transition:all 200ms ease;position:relative}
.prcss-stg:hover{box-shadow:0 8px 24px #ffdf104d;transform:translateY(-3px);border-left-color:#FFDF10}
.prcss-nmbr{font-size:3rem;color:#FFDF10;font-weight:700;margin:0 0 12px;line-height:1}
.prcss-lbl{font-size:1.4rem;color:#2F2E2E;margin:0 0 14px;font-weight:600}
.prcss-dtl{font-size:1.05rem;color:#5a5a5a;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.abt-hdr-ttl{font-size:2.6rem}
.abt-hdr-dsc{font-size:1.15rem}
.stry-sctn{grid-template-columns:1fr;gap:40px}
.vlus-cntner{grid-template-columns:repeat(2,1fr)}
.tm-lst{flex-wrap:wrap}
.prcss-trcks{flex-wrap:wrap}
.prcss-stg{flex-basis:calc(50% - 16px)}
}
@media (max-width: 768px) {
.abt-hdr-wrp{margin-bottom:60px}
.abt-hdr-img{height:320px}
.abt-hdr-ttl{font-size:2.2rem}
.abt-hdr-dsc{font-size:1.05rem}
.abt-hdr-btns{flex-direction:column;gap:12px;width:100%;max-width:280px}
.abt-btn-prmry,.abt-btn-scndry{width:100%;text-align:center}
.stry-hdng{font-size:2rem}
.stry-img-mn{height:360px}
.vlus-cntner{grid-template-columns:1fr}
.tm-lst{flex-direction:column;align-items:center}
.prcss-trcks{flex-direction:column}
.prcss-stg{flex-basis:100%}
}
.srvcs-wrp{max-width:1400px;margin:0 auto;width:100%}
.tl-zne{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#007998 0%,#2F2E2E 100%);margin-bottom:80px}
.tl-zne::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 40%,#ffdf1026 0%,transparent 60%);pointer-events:none}
.tl-img-lyr{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.tl-img-lyr img{width:100%;height:100%;object-fit:cover;opacity:.25;filter:brightness(0.8)}
.tl-cntnt-wrp{position:relative;z-index:2;padding:60px 40px;max-width:800px}
.tl-nmbr{font-size:120px;font-weight:700;line-height:1;color:#FFDF10;margin:0 0 16px;text-shadow:2px 4px 12px #0000004d}
.tl-hdng{font-size:48px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2}
.tl-dscrptn{font-size:20px;color:#fff;line-height:1.6;max-width:640px}
.mdl-blck{padding:80px 40px;background:#fff}
.svc-grd-ar{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.svc-crd{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:12px;border:2px solid #e9ecef;transition:all 220ms ease;position:relative;overflow:hidden}
.svc-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FFDF10 0%,#007998 100%);transition:height 220ms ease}
.svc-crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00799826;border-color:#007998}
.svc-crd:hover::before{height:100%}
.svc-icn{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.svc-icn svg{width:32px;height:32px;fill:#2F2E2E}
.svc-crd h3{font-size:24px;font-weight:700;color:#2F2E2E;margin:0 0 16px}
.svc-crd p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.prcs-sctn{padding:80px 40px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.prcs-hdr{text-align:center;margin-bottom:60px}
.prcs-hdr h2{font-size:42px;font-weight:700;color:#2F2E2E;margin:0 0 20px;position:relative;display:inline-block}
.prcs-hdr h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FFDF10 0%,#007998 100%);border-radius:2px}
.prcs-hdr p{font-size:18px;color:#6c757d;max-width:680px;margin:24px auto 0;line-height:1.7}
.prcs-stps{display:flex;gap:24px;position:relative;margin-top:50px}
.prcs-stps::before{content:'';position:absolute;top:40px;left:40px;right:40px;height:3px;background:linear-gradient(90deg,#FFDF10 0%,#007998 50%,#2F2E2E 100%);z-index:1}
.prcs-stp{flex:1;position:relative;z-index:2}
.stp-nmbr{width:80px;height:80px;border-radius:50%;background:#fff;border:4px solid #007998;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#007998;margin:0 auto 24px;box-shadow:0 4px 16px #00799833}
.prcs-stp h4{font-size:20px;font-weight:700;color:#2F2E2E;margin:0 0 12px;text-align:center}
.prcs-stp p{font-size:15px;color:#6c757d;line-height:1.6;text-align:center;margin:0}
.bnfts-wrp{padding:80px 40px;background:#fff}
.bnfts-lyt{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.bnfts-img-sd{position:relative}
.bnfts-img-sd img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 16px 40px #2f2e2e26}
.bnfts-img-sd::before{content:'';position:absolute;top:-20px;left:-20px;width:160px;height:160px;background:radial-gradient(circle,#FFDF10 0%,transparent 70%);opacity:.4;border-radius:50%;z-index:-1}
.bnfts-txt-sd h2{font-size:40px;font-weight:700;color:#2F2E2E;margin:0 0 32px;line-height:1.3}
.bnft-lst{list-style:none;padding:0;margin:0}
.bnft-lst li{padding:20px 0;border-bottom:1px solid #e9ecef;display:flex;align-items:flex-start;gap:16px}
.bnft-lst li:last-child{border-bottom:none}
.bnft-chck{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.bnft-chck svg{width:16px;height:16px;fill:#2F2E2E}
.bnft-txt{flex:1}
.bnft-txt strong{font-size:18px;font-weight:700;color:#2F2E2E;display:block;margin-bottom:6px}
.bnft-txt span{font-size:15px;color:#6c757d;line-height:1.6}
.tstmnl-ar{padding:80px 40px;background:linear-gradient(135deg,#2F2E2E 0%,#007998 100%);position:relative;overflow:hidden}
.tstmnl-ar::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffdf1033 0%,transparent 70%);border-radius:50%}
.tstmnl-hdr{text-align:center;margin-bottom:60px;position:relative;z-index:2}
.tstmnl-hdr h2{font-size:42px;font-weight:700;color:#fff;margin:0 0 16px}
.tstmnl-hdr p{font-size:18px;color:#ffffffd9;max-width:600px;margin:0 auto}
.tstmnl-crd{background:#fffffff2;border-radius:16px;padding:40px;max-width:900px;margin:0 auto;box-shadow:0 20px 60px #0000004d;position:relative;z-index:2}
.tstmnl-tp{display:flex;gap:24px;align-items:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #e9ecef}
.tstmnl-pht{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #FFDF10}
.tstmnl-pht img{width:100%;height:100%;object-fit:cover}
.tstmnl-nf h4{font-size:22px;font-weight:700;color:#2F2E2E;margin:0 0 6px}
.tstmnl-nf p{font-size:15px;color:#6c757d;margin:0}
.tstmnl-rtng{display:flex;gap:4px;margin-top:8px}
.tstmnl-rtng svg{width:18px;height:18px;fill:#FFDF10}
.tstmnl-txt{font-size:17px;color:#495057;line-height:1.7;font-style:italic;position:relative;padding-left:32px}
.tstmnl-txt::before{content:'"';position:absolute;left:0;top:-10px;font-size:72px;color:#007998;opacity:.3;font-family:Georgia,serif;line-height:1}
.cta-fnl{padding:80px 40px;background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);text-align:center}
.cta-fnl h2{font-size:40px;font-weight:700;color:#2F2E2E;margin:0 0 20px}
.cta-fnl p{font-size:18px;color:#6c757d;max-width:700px;margin:0 auto 40px;line-height:1.7}
.cta-btn-rw{display:flex;gap:20px;justify-content:center;align-items:center}
.btn-prm{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);color:#2F2E2E;font-size:18px;font-weight:700;text-decoration:none;border-radius:10px;transition:all 200ms ease;box-shadow:0 6px 20px #00799840;position:relative;z-index:10}
.btn-prm:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00799859}
.btn-scnd{display:inline-block;padding:18px 48px;background:#fff;color:#007998;font-size:18px;font-weight:700;text-decoration:none;border-radius:10px;border:2px solid #007998;transition:all 200ms ease;position:relative;z-index:10}
.btn-scnd:hover{background:#007998;color:#fff;transform:translateY(-3px)}
@media (max-width: 1024px) {
.svc-grd-ar{grid-template-columns:repeat(2,1fr)}
.prcs-stps{flex-wrap:wrap}
.prcs-stps::before{display:none}
.prcs-stp{flex:0 0 calc(50% - 12px)}
.bnfts-lyt{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.tl-cntnt-wrp{padding:40px 24px}
.tl-nmbr{font-size:80px}
.tl-hdng{font-size:36px}
.tl-dscrptn{font-size:17px}
.mdl-blck,.prcs-sctn,.bnfts-wrp,.tstmnl-ar,.cta-fnl{padding:60px 24px}
.svc-grd-ar{grid-template-columns:1fr}
.prcs-stp{flex:0 0 100%}
.prcs-hdr h2{font-size:32px}
.bnfts-txt-sd h2{font-size:32px}
.tstmnl-hdr h2{font-size:32px}
.cta-fnl h2{font-size:32px}
.cta-btn-rw{flex-direction:column}
.btn-prm,.btn-scnd{width:100%;max-width:320px}
}
.sccs-wrp{background:linear-gradient(135deg,#FFDF10 0%,#007998 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.sccs-wrp::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%;animation:fltng 8s ease-in-out infinite}
.sccs-wrp::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#2f2e2e14 0%,transparent 70%);border-radius:50%;animation:fltng 6s ease-in-out infinite reverse}
@keyframes fltng {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.sccs-cntnr{max-width:680px;width:100%;background:#fffffff7;border-radius:16px;padding:70px 50px;box-shadow:0 20px 60px #00799840;text-align:center;position:relative;z-index:2}
.sccs-icn-wrp{width:120px;height:120px;margin:0 auto 35px;background:linear-gradient(135deg,#007998 0%,#FFDF10 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 12px 35px #0079984d;animation:pls 2s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1);box-shadow:0 12px 35px #0079984d}
50%{transform:scale(1.05);box-shadow:0 15px 45px #00799866}
}
.sccs-icn-wrp::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #00799833;border-radius:50%;animation:rtt 10s linear infinite}
@keyframes rtt {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.sccs-icn{width:60px;height:60px}
.sccs-icn circle{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-dasharray:150;stroke-dashoffset:150;animation:chck .8s ease-out .5s forwards}
@keyframes chck {
to{stroke-dashoffset:0}
}
.sccs-hdng{font-size:42px;font-weight:700;color:#2F2E2E;margin:0 0 18px;line-height:1.2}
.sccs-sbhdng{font-size:22px;font-weight:500;color:#007998;margin:0 0 30px;line-height:1.4}
.sccs-txt{font-size:17px;line-height:1.7;color:#5a5a5a;margin:0 0 40px}
.sccs-nf-blck{background:linear-gradient(to right,#ffdf101a,#0079981a);border-left:4px solid #FFDF10;padding:25px 30px;border-radius:10px;margin:0 0 40px;text-align:left}
.sccs-nf-ttl{font-size:16px;font-weight:600;color:#2F2E2E;margin:0 0 12px}
.sccs-nf-txt{font-size:15px;line-height:1.6;color:#666;margin:0}
.sccs-nf-txt strong{color:#007998;font-weight:600}
.sccs-btn-grp{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.sccs-btn{padding:16px 40px;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all 200ms ease;position:relative;z-index:10;border:none;cursor:pointer}
.sccs-btn.prmry{background:linear-gradient(135deg,#007998 0%,#005f7a 100%);color:#fff;box-shadow:0 6px 20px #0079984d}
.sccs-btn.prmry:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00799866}
.sccs-btn.scndry{background:#fff;color:#007998;border:2px solid #007998;box-shadow:0 4px 15px #00799826}
.sccs-btn.scndry:hover{background:#007998;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #00799840}
.sccs-dcr-shp{position:absolute;border-radius:50%;background:#ffdf1026}
.sccs-dcr-shp.shp-one{width:80px;height:80px;top:10%;left:5%;animation:flt 7s ease-in-out infinite}
.sccs-dcr-shp.shp-two{width:50px;height:50px;bottom:15%;right:8%;animation:flt 9s ease-in-out infinite reverse}
@keyframes flt {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(180deg)}
}
@media (max-width: 768px) {
.sccs-wrp{padding:40px 15px;min-height:75vh}
.sccs-cntnr{padding:50px 30px}
.sccs-icn-wrp{width:100px;height:100px;margin-bottom:28px}
.sccs-icn{width:50px;height:50px}
.sccs-hdng{font-size:32px;margin-bottom:14px}
.sccs-sbhdng{font-size:19px;margin-bottom:24px}
.sccs-txt{font-size:16px;margin-bottom:30px}
.sccs-nf-blck{padding:20px 22px;margin-bottom:30px}
.sccs-btn-grp{flex-direction:column;gap:14px}
.sccs-btn{width:100%;padding:14px 30px;font-size:15px}
}
@media (max-width: 480px) {
.sccs-cntnr{padding:40px 24px}
.sccs-hdng{font-size:28px}
.sccs-sbhdng{font-size:17px}
.sccs-txt{font-size:15px}
.sccs-nf-blck{padding:18px 20px}
.sccs-nf-ttl{font-size:15px}
.sccs-nf-txt{font-size:14px}
}