*{box-sizing:border-box}
body{margin:0;padding:0;font-family:'Oxygen',sans-serif;background:#fafafa;color:#2a2a2a;line-height:1.6}
.HdrWrp{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);box-shadow:0 4px 6px #00000014}
.HdrWrp .TopRw{max-width:1000px;margin:0 auto;padding:24px 20px 16px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.HdrWrp .LgCntnr{flex-shrink:0}
.HdrWrp .LgCntnr img{height:85px;width:85px;display:block;background:#fff;padding:8px;border-radius:20px;box-shadow:0 3px 8px #fd568026}
.HdrWrp .NvgtnBlck{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.HdrWrp .NvgtnBlck a{text-decoration:none;color:#2a2a2a;padding:10px 18px;border-radius:16px;font-weight:400;font-size:15px;background:#fff9;border:1px solid #e0e0e0;transition:all .2s ease}
.HdrWrp .NvgtnBlck a:hover{background:#FD5680;color:#fff;border-color:#FD5680}
.HdrWrp .BtmRw{background:linear-gradient(90deg,#FD5680 0%,#016352 100%);padding:14px 20px}
.HdrWrp .BtmRw .CmpnyNm{max-width:1000px;margin:0 auto;color:#fff;font-size:17px;font-weight:300;letter-spacing:.5px;text-align:center}
.FtrWrp{background:linear-gradient(135deg,#FD5680 0%,#6b3a4d 100%);padding:50px 20px 30px;color:#fff;margin-top:80px}
.FtrWrp .FtrCntnr{max-width:1000px;margin:0 auto}
.FtrWrp .FtrMnCntnt{display:flex;gap:60px;margin-bottom:40px;flex-wrap:wrap}
.FtrWrp .LgSctn{flex:0 0 auto}
.FtrWrp .LgSctn img{height:120px;width:120px;background:#ffffff26;padding:12px;border-radius:24px}
.FtrWrp .CntctSctn{flex:1 1 300px}
.FtrWrp .CntctSctn h3{margin:0 0 20px;font-size:18px;font-weight:700}
.FtrWrp .CntctSctn p{margin:8px 0;font-size:14px;line-height:1.7}
.FtrWrp .CntctSctn a{color:#E2CFEE;text-decoration:none}
.FtrWrp .CntctSctn a:hover{text-decoration:underline}
.FtrWrp .LnksSctn{display:flex;gap:24px;padding:20px 0;border-top:1px solid #fff3;flex-wrap:wrap}
.FtrWrp .LnksSctn a{color:#E2CFEE;text-decoration:none;font-size:14px}
.FtrWrp .LnksSctn a:hover{color:#fff}
.FtrWrp .CpyrgtSctn{text-align:center;padding-top:20px;border-top:1px solid #fff3;font-size:13px;opacity:.85}
.CkPnl{position:fixed;right:20px;top:50%;transform:translateY(-50%) translateX(120%);width:420px;max-width:calc(100vw - 40px);background:#fff;box-shadow:0 8px 24px #0003;border-radius:0;z-index:9999;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);max-height:85vh;overflow-y:auto}
.CkPnl.shw{transform:translateY(-50%) translateX(0)}
.CkPnl .CkHdr{background:linear-gradient(135deg,#FD5680 0%,#016352 100%);padding:20px;color:#fff}
.CkPnl .CkHdr h2{margin:0 0 8px;font-size:20px}
.CkPnl .CkHdr p{margin:0;font-size:13px;opacity:.95}
.CkPnl .CkBdy{padding:20px}
.CkPnl .CkCtgry{margin-bottom:16px;border:1px solid #e0e0e0;border-radius:0}
.CkPnl .CtgryHdr{display:flex;justify-content:space-between;align-items:center;padding:14px;background:#f8f8f8;cursor:pointer}
.CkPnl .CtgryHdr h3{margin:0;font-size:15px;font-weight:700}
.CkPnl .CtgryHdr .TgglSwch{width:50px;height:26px;background:#ccc;border-radius:0;position:relative;transition:background .3s}
.CkPnl .CtgryHdr .TgglSwch.ctv{background:#016352}
.CkPnl .CtgryHdr .TgglSwch::after{content:'';position:absolute;width:22px;height:22px;background:#fff;top:2px;left:2px;transition:left .3s}
.CkPnl .CtgryHdr .TgglSwch.ctv::after{left:26px}
.CkPnl .CtgryHdr .TgglSwch.dsbl{opacity:.5;cursor:not-allowed}
.CkPnl .CtgryDtls{padding:14px;display:none;font-size:13px;line-height:1.6;color:#555}
.CkPnl .CtgryDtls.pn{display:block}
.CkPnl .CtgryDtls a{color:#FD5680}
.CkPnl .CkActns{display:flex;gap:12px;padding:20px;border-top:1px solid #e0e0e0}
.CkPnl .CkActns button{flex:1;padding:14px;border:none;border-radius:0;font-size:15px;font-weight:700;cursor:pointer;font-family:'Oxygen',sans-serif;transition:opacity .2s}
.CkPnl .CkActns button:hover{opacity:.85}
.CkPnl .CkActns .BtnCcpt{background:#016352;color:#fff}
.CkPnl .CkActns .BtnDcln{background:#e0e0e0;color:#2a2a2a}
@media (max-width: 768px) {
.HdrWrp .TopRw{flex-direction:column;gap:20px;text-align:center}
.HdrWrp .NvgtnBlck{justify-content:center}
.FtrWrp .FtrMnCntnt{flex-direction:column;gap:30px}
.CkPnl{width:calc(100vw - 40px);right:20px}
}
.doc-block{max-width:1000px;margin:0 auto;padding:60px 24px;background:#fff}
.doc-block h1{font-size:42px;font-weight:700;color:#016352;margin:0 0 32px;line-height:1.2;letter-spacing:-.5px}
.doc-block h2{font-size:32px;font-weight:600;color:#016352;margin:48px 0 24px;line-height:1.3;border-bottom:3px solid #E2CFEE;padding-bottom:12px}
.doc-block h3{font-size:24px;font-weight:600;color:#FD5680;margin:36px 0 16px;line-height:1.4}
.doc-block h4{font-size:20px;font-weight:600;color:#333;margin:28px 0 14px;line-height:1.4}
.doc-block h5{font-size:18px;font-weight:600;color:#444;margin:24px 0 12px;line-height:1.5}
.doc-block h6{font-size:16px;font-weight:600;color:#555;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.doc-block p{font-size:17px;line-height:1.75;color:#333;margin:0 0 20px}
.doc-block strong,.doc-block b{font-weight:700;color:#016352}
.doc-block em,.doc-block i{font-style:italic;color:#555}
.doc-block a{color:#FD5680;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:all .3s ease}
.doc-block a:hover{color:#016352;text-decoration-thickness:3px}
.doc-block a:focus{outline:3px solid #E2CFEE;outline-offset:2px;border-radius:4px}
.doc-block div{margin:24px 0}
.doc-block table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;background:#fff;border:2px solid #016352;border-radius:24px;overflow:hidden;box-shadow:0 6px 0 0 #01635226}
.doc-block thead{background:linear-gradient(135deg,#016352 0%,#FD5680 100%)}
.doc-block thead tr{border:none}
.doc-block thead th{padding:18px 20px;text-align:left;font-weight:700;font-size:16px;color:#fff;border-bottom:3px solid #FD5680}
.doc-block tbody tr{border-bottom:1px solid #E2CFEE;transition:background .2s ease}
.doc-block tbody tr:last-child{border-bottom:none}
.doc-block tbody tr:nth-child(even){background:#fafafa}
.doc-block tbody tr:hover{background:#E2CFEE}
.doc-block tbody td{padding:16px 20px;font-size:16px;line-height:1.6;color:#333}
.doc-block th{font-weight:700}
@media (max-width: 768px) {
.doc-block{padding:40px 20px}
.doc-block h1{font-size:32px;margin-bottom:24px}
.doc-block h2{font-size:26px;margin:36px 0 20px}
.doc-block h3{font-size:22px;margin:28px 0 14px}
.doc-block h4{font-size:19px;margin:24px 0 12px}
.doc-block h5{font-size:17px}
.doc-block h6{font-size:15px}
.doc-block p{font-size:16px;line-height:1.7}
.doc-block table{border-radius:16px;font-size:14px;margin:24px 0}
.doc-block thead th{padding:14px 12px;font-size:14px}
.doc-block tbody td{padding:12px;font-size:14px}
}
@media (max-width: 480px) {
.doc-block{padding:32px 16px}
.doc-block h1{font-size:28px}
.doc-block h2{font-size:24px}
.doc-block h3{font-size:20px}
.doc-block table{display:block;overflow-x:auto}
.doc-block thead{display:none}
.doc-block tbody tr{display:block;margin-bottom:16px;border:2px solid #E2CFEE;border-radius:16px;padding:12px}
.doc-block tbody td{display:block;text-align:left;padding:8px 0;border:none}
.doc-block tbody td::before{content:attr(data-label);font-weight:700;color:#016352;display:block;margin-bottom:4px}
}
.HeroWrapper{position:relative;width:100%;max-width:1000px;margin:0 auto 4rem;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#E2CFEE 0%,#FD5680 100%)}
.HeroWrapper .HeroImage{width:100%;height:480px;object-fit:cover;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);display:block}
.HeroWrapper::before{content:'';position:absolute;bottom:0;left:0;right:0;height:45%;background:linear-gradient(to top,#016352d9,transparent);z-index:1}
.HeroWrapper .HeroContent{position:absolute;bottom:3rem;left:3rem;right:3rem;z-index:2}
.HeroWrapper .HeroContent h1{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1.5rem;text-shadow:2px 4px 12px #0006}
.HeroWrapper .HeroContent .MainAction{display:inline-block;padding:1rem 2.5rem;background:#FD5680;color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:28px;box-shadow:4px 6px 0 #00000040;transition:all .2s;border:3px solid #fff}
.HeroWrapper .HeroContent .MainAction:hover{transform:translateY(-2px);box-shadow:6px 8px 0 #0000004d;background:#ff4571}
.ResultsSection{max-width:1000px;margin:0 auto 5rem;padding:0 2rem}
.ResultsSection h2{font-size:2.2rem;margin:0 0 2.5rem;color:#016352;position:relative;padding-left:1.5rem}
.ResultsSection h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,#FD5680,#016352);border-radius:3px}
.ResultsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.ResultCard{background:linear-gradient(135deg,#e2cfee4d,#fd56801a);padding:2rem;border-radius:20px;border:2px solid #E2CFEE;box-shadow:3px 5px 0 #01635226}
.ResultCard h3{font-size:1.4rem;margin:0 0 .8rem;color:#FD5680}
.ResultCard .StatValue{font-size:2.8rem;font-weight:700;color:#016352;margin:.5rem 0;line-height:1.2}
.ResultCard p{margin:.8rem 0 0;color:#333;line-height:1.6}
.ExperienceBlock{max-width:1000px;margin:0 auto 5rem;padding:0 2rem}
.ExperienceBlock h2{font-size:2.2rem;margin:0 0 3rem;text-align:center;color:#016352}
.TestimonialWrapper{display:grid;grid-template-columns:1fr 1.8fr;gap:3rem;background:#fff;border-radius:24px;overflow:hidden;box-shadow:4px 6px 0 #0163521f;border:2px solid #E2CFEE}
.TestimonialWrapper .ProfileArea{background:linear-gradient(180deg,#016352,#FD5680);padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
.TestimonialWrapper .ProfileArea img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #fff;margin-bottom:1.5rem;box-shadow:3px 5px 0 #0003}
.TestimonialWrapper .ProfileArea .ClientName{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-align:center}
.TestimonialWrapper .ProfileArea .ClientRole{font-size:.95rem;color:#ffffffe6;text-align:center;margin:0}
.TestimonialWrapper .ContentArea{padding:2.5rem 3rem 2.5rem 0;display:flex;flex-direction:column;justify-content:center}
.TestimonialWrapper .ContentArea .QuoteMark{font-size:4rem;color:#E2CFEE;line-height:.5;margin-bottom:1rem}
.TestimonialWrapper .ContentArea p{margin:0 0 1.2rem;color:#333;line-height:1.7;font-size:1.05rem}
.TestimonialWrapper .ContentArea .Achievement{background:#fd56801a;padding:1rem 1.5rem;border-radius:16px;border-left:4px solid #FD5680;margin-top:1rem}
.TestimonialWrapper .ContentArea .Achievement strong{color:#016352}
.QualityStandards{max-width:1000px;margin:0 auto 5rem;padding:0 2rem}
.QualityStandards h2{font-size:2.2rem;margin:0 0 2.5rem;color:#016352;text-align:center}
.StandardsLayout{display:flex;gap:2.5rem;align-items:stretch}
.StandardsLayout .ImageColumn{flex:1}
.StandardsLayout .ImageColumn img{width:100%;height:100%;min-height:400px;object-fit:cover;border-radius:20px;box-shadow:5px 7px 0 #fd568033;border:3px solid #E2CFEE}
.StandardsLayout .ContentColumn{flex:1.2;display:flex;flex-direction:column;gap:1.5rem}
.RequirementItem{background:#fff;padding:1.8rem;border-radius:18px;border:2px solid #E2CFEE;box-shadow:3px 4px 0 #0163521a;position:relative;padding-left:5rem}
.RequirementItem::before{content:'';position:absolute;left:1.8rem;top:50%;transform:translateY(-50%);width:42px;height:42px;background:linear-gradient(135deg,#FD5680,#016352);border-radius:50%;box-shadow:2px 3px 0 #00000026}
.RequirementItem h4{margin:0 0 .6rem;color:#016352;font-size:1.2rem}
.RequirementItem p{margin:0;color:#333;line-height:1.6}
.ToolsSection{max-width:1000px;margin:0 auto 5rem;padding:0 2rem}
.ToolsSection h2{font-size:2.2rem;margin:0 0 3rem;color:#016352;text-align:center}
.ToolsShowcase{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.ToolCard{background:#fff;border-radius:20px;overflow:hidden;border:2px solid #E2CFEE;box-shadow:4px 5px 0 #fd568026;transition:all .3s}
.ToolCard:hover{transform:translateY(-5px);box-shadow:6px 8px 0 #fd568040}
.ToolCard img{width:100%;height:200px;object-fit:cover;display:block}
.ToolCard .ToolContent{padding:1.8rem}
.ToolCard .ToolContent h3{font-size:1.3rem;margin:0 0 .8rem;color:#016352}
.ToolCard .ToolContent .ToolCategory{display:inline-block;padding:.4rem 1rem;background:linear-gradient(90deg,#fd568033,#e2cfee4d);border-radius:12px;font-size:.85rem;color:#FD5680;font-weight:600;margin-bottom:1rem}
.ToolCard .ToolContent p{margin:0;color:#333;line-height:1.6}
@media (max-width: 768px) {
.HeroWrapper .HeroImage{height:320px}
.HeroWrapper .HeroContent{bottom:1.5rem;left:1.5rem;right:1.5rem}
.HeroWrapper .HeroContent h1{font-size:2rem;margin-bottom:1rem}
.HeroWrapper .HeroContent .MainAction{padding:.9rem 2rem;font-size:1rem}
.ResultsGrid{grid-template-columns:1fr;gap:1.5rem}
.ResultCard{padding:1.5rem}
.ResultCard .StatValue{font-size:2.2rem}
.TestimonialWrapper{grid-template-columns:1fr;gap:0}
.TestimonialWrapper .ProfileArea{padding:2rem}
.TestimonialWrapper .ContentArea{padding:2rem}
.StandardsLayout{flex-direction:column;gap:2rem}
.StandardsLayout .ImageColumn img{min-height:280px}
.RequirementItem{padding:1.5rem 1.5rem 1.5rem 4.5rem}
.RequirementItem::before{width:36px;height:36px;left:1.5rem}
.ToolsShowcase{grid-template-columns:1fr;gap:1.5rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.HeroWrapper .HeroImage{height:400px}
.HeroWrapper .HeroContent h1{font-size:2.5rem}
.ResultsGrid{grid-template-columns:repeat(2,1fr)}
.ToolsShowcase{grid-template-columns:repeat(2,1fr)}
}
.TlBlk{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;background:linear-gradient(135deg,#FD5680 0%,#016352 100%);padding:80px 20px}
.TlBlk::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e2cfee4d 0%,transparent 70%);animation:PulsGlw 8s ease-in-out infinite}
@keyframes PulsGlw {
0%,100%{transform:scale(1) translateY(0);opacity:.3}
50%{transform:scale(1.2) translateY(-20px);opacity:.5}
}
.TlBlk-wrp{max-width:1000px;margin:0 auto;width:100%;position:relative;z-index:2;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.TlBlk-cntnt h1{font-size:3.2rem;color:#fff;margin:0 0 24px;line-height:1.1;font-weight:700}
.TlBlk-cntnt .nmrc-ccnt{display:inline-block;background:#ffffff40;padding:4px 16px;border-radius:24px;margin-right:12px;font-size:2.8rem}
.TlBlk-cntnt p{font-size:1.15rem;color:#fffffff2;line-height:1.6;max-width:520px}
.TlBlk-mg{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #00000040}
.TlBlk-mg img{width:100%;height:320px;object-fit:cover;display:block}
.CntctDtls{background:#fff;padding:80px 20px}
.CntctDtls-wrp{max-width:1000px;margin:0 auto}
.CntctDtls-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.CntctCrd{background:linear-gradient(135deg,#E2CFEE 0%,#fff 100%);padding:40px 28px;border-radius:20px;text-align:center;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.CntctCrd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #fd568033}
.CntctCrd-cn{width:64px;height:64px;background:linear-gradient(135deg,#FD5680,#016352);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}
.CntctCrd h3{font-size:1.3rem;color:#016352;margin:0 0 12px;font-weight:600}
.CntctCrd p{font-size:1rem;color:#333;margin:0;line-height:1.6}
.CntctCrd a{color:#FD5680;text-decoration:none;transition:color .3s ease}
.CntctCrd a:hover{color:#016352}
.FrmSctn{background:#f8f9fa;padding:90px 20px;position:relative}
.FrmSctn::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#FD5680 0%,#016352 100%)}
.FrmSctn-wrp{max-width:720px;margin:0 auto}
.FrmSctn h2{font-size:2.4rem;color:#016352;margin:0 0 16px;text-align:center}
.FrmSctn-sbttl{text-align:center;font-size:1.1rem;color:#555;margin:0 0 48px;line-height:1.5}
.FrmCntnr{background:#fff;padding:48px 40px;border-radius:24px;box-shadow:0 6px 24px #0000001a}
.FrmGrp{margin-bottom:28px}
.FrmGrp label{display:block;font-size:.95rem;color:#333;margin-bottom:8px;font-weight:500}
.FrmGrp input[type="text"],.FrmGrp input[type="email"],.FrmGrp input[type="tel"]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:16px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}
.FrmGrp input:focus{outline:none;border-color:#FD5680;box-shadow:0 0 0 4px #fd56801a}
.FrmRw{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ChcGrp{margin:32px 0}
.ChcGrp-ttl{font-size:1rem;color:#333;margin-bottom:16px;font-weight:500}
.ChcGrp-tm{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.ChcOpt{position:relative}
.ChcOpt input[type="checkbox"]{position:absolute;opacity:0}
.ChcOpt label{display:block;padding:12px 16px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-align:center}
.ChcOpt input[type="checkbox"]:checked + label{background:linear-gradient(135deg,#FD5680,#016352);color:#fff;border-color:#FD5680}
.ChcOpt input[type="checkbox"]:focus + label{box-shadow:0 0 0 4px #fd568033}
.PrvChck{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.PrvChck input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.PrvChck label{font-size:.9rem;color:#555;line-height:1.5;cursor:pointer}
.PrvChck a{color:#FD5680;text-decoration:none}
.PrvChck a:hover{text-decoration:underline}
.SbmtBtn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#FD5680,#016352);color:#fff;border:none;border-radius:20px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #fd56804d}
.SbmtBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fd568066}
.SbmtBtn:active{transform:translateY(0)}
.MpSctn{background:#fff;padding:80px 20px}
.MpSctn-wrp{max-width:1000px;margin:0 auto}
.MpSctn h2{font-size:2.2rem;color:#016352;margin:0 0 40px;text-align:center}
.LctnBx{background:linear-gradient(135deg,#e2cfee4d,#fffc);padding:48px 40px;border-radius:24px;border:3px solid #E2CFEE;box-shadow:0 6px 20px #00000014}
.LctnBx-hdr{display:flex;align-items:center;gap:16px;margin-bottom:28px}
.LctnBx-cn{width:56px;height:56px;background:linear-gradient(135deg,#FD5680,#016352);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;flex-shrink:0}
.LctnBx-hdr h3{font-size:1.6rem;color:#016352;margin:0}
.LctnBx-ddrss{font-size:1.15rem;color:#333;line-height:1.7;margin-bottom:20px}
.LctnBx-xtr{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding-top:20px;border-top:2px solid #01635226}
.LctnDtl{display:flex;align-items:center;gap:12px}
.LctnDtl-cn{width:40px;height:40px;background:#fd56801a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#FD5680;flex-shrink:0}
.LctnDtl-txt{font-size:.95rem;color:#555}
@media (max-width: 768px) {
.TlBlk-wrp{grid-template-columns:1fr;gap:40px}
.TlBlk-cntnt h1{font-size:2.4rem}
.TlBlk-cntnt .nmrc-ccnt{font-size:2rem}
.TlBlk-mg{max-width:400px;margin:0 auto}
.CntctDtls-grd{grid-template-columns:1fr;gap:24px}
.FrmRw{grid-template-columns:1fr}
.ChcGrp-tm{grid-template-columns:1fr}
.FrmCntnr{padding:32px 24px}
.LctnBx{padding:32px 24px}
.LctnBx-xtr{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.TlBlk{min-height:400px;padding:60px 16px}
.TlBlk-cntnt h1{font-size:2rem}
.FrmSctn h2{font-size:2rem}
.MpSctn h2{font-size:1.8rem}
}
.HrWrp{width:100%;max-width:1000px;margin:0 auto;padding:80px 24px 0}
.HrBx{position:relative;background:linear-gradient(135deg,#FD5680 0%,#016352 100%);border-radius:32px;padding:80px 48px;overflow:hidden;animation:gradientShift 8s ease-in-out infinite}
@keyframes gradientShift {
0%,100%{background:linear-gradient(135deg,#FD5680 0%,#016352 100%)}
50%{background:linear-gradient(135deg,#016352 0%,#FD5680 100%)}
}
.HrBx::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e2cfee4d 0%,transparent 70%);animation:float 12s ease-in-out infinite}
@keyframes float {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-30px,30px)}
}
.HrCnt{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 0.8fr;gap:64px;align-items:center}
.HrTxt h1{font-size:56px;line-height:1.1;color:#fff;margin:0 0 24px;font-weight:700}
.HrTxt p{font-size:20px;line-height:1.6;color:#fffffff2;margin:0}
.HrImg{position:relative}
.HrImg img{width:100%;height:380px;object-fit:cover;clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);box-shadow:0 16px 48px #0000004d}
.SrvWrp{width:100%;max-width:1000px;margin:120px auto 0;padding:0 24px}
.SrvGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.SrvCrd{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);border-radius:24px;padding:48px 32px;box-shadow:0 4px 12px #01635214;transition:all .3s ease;border:2px solid transparent}
.SrvCrd:hover{transform:translateY(-8px);box-shadow:0 12px 32px #fd568026;border-color:#FD5680}
.SrvIcn{width:64px;height:64px;background:linear-gradient(135deg,#FD5680 0%,#016352 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.SrvIcn i{font-size:32px;color:#fff}
.SrvCrd h3{font-size:24px;color:#016352;margin:0 0 16px;font-weight:700}
.SrvCrd p{font-size:16px;line-height:1.7;color:#4a5568;margin:0}
.PrcWrp{width:100%;background:linear-gradient(180deg,#E2CFEE 0%,#fff 100%);margin-top:120px;padding:96px 24px}
.PrcCntr{max-width:1000px;margin:0 auto}
.PrcHdr{text-align:center;margin-bottom:64px}
.PrcHdr h2{font-size:48px;color:#016352;margin:0 0 16px;font-weight:700}
.PrcHdr p{font-size:20px;color:#4a5568;margin:0}
.PrcLyt{display:flex;gap:48px;align-items:flex-start}
.PrcLft{flex:1}
.PrcStps{display:flex;flex-direction:column;gap:24px}
.PrcStp{background:#fff;border-radius:20px;padding:32px;border-left:6px solid #FD5680;box-shadow:0 6px 20px #0000000f;position:relative;transition:all .3s ease}
.PrcStp:hover{border-left-width:12px;box-shadow:0 8px 28px #fd56801f}
.PrcStp::before{content:attr(data-num);position:absolute;left:-20px;top:32px;width:40px;height:40px;background:#FD5680;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 12px #fd56804d}
.PrcStp h4{font-size:22px;color:#016352;margin:0 0 12px;font-weight:700}
.PrcStp p{font-size:16px;line-height:1.6;color:#4a5568;margin:0}
.PrcRgt{width:360px;position:sticky;top:120px}
.PrcRgt img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 12px 40px #01635233}
.PrcRgt .team-label{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#FD5680 0%,#016352 100%);color:#fff;padding:12px 32px;border-radius:24px;font-weight:700;font-size:16px;box-shadow:0 6px 20px #fd56804d}
.CtaWrp{width:100%;max-width:1000px;margin:120px auto 80px;padding:0 24px}
.CtaBx{background:linear-gradient(135deg,#016352 0%,#FD5680 100%);border-radius:32px;padding:64px 48px;text-align:center;position:relative;overflow:hidden}
.CtaBx::after{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%)}
.CtaBx h3{font-size:40px;color:#fff;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.CtaBx p{font-size:20px;color:#fffffff2;margin:0 0 40px;position:relative;z-index:2}
.CtaBtns{display:flex;gap:20px;justify-content:center;position:relative;z-index:2}
.CtaBtns .btn-primary{background:#fff;color:#016352;padding:16px 40px;border-radius:24px;text-decoration:none;font-weight:700;font-size:18px;box-shadow:0 6px 20px #00000026;transition:all .3s ease;border:2px solid #fff}
.CtaBtns .btn-primary:hover{background:transparent;color:#fff;transform:translateY(-4px);box-shadow:0 8px 28px #0003}
.CtaBtns .btn-secondary{background:transparent;color:#fff;padding:16px 40px;border-radius:24px;text-decoration:none;font-weight:700;font-size:18px;border:2px solid #fffc;transition:all .3s ease}
.CtaBtns .btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-4px)}
@media (max-width: 768px) {
.HrWrp{padding:48px 16px 0}
.HrBx{padding:48px 24px}
.HrCnt{grid-template-columns:1fr;gap:40px}
.HrTxt h1{font-size:36px}
.HrTxt p{font-size:18px}
.HrImg img{height:280px}
.SrvWrp{margin-top:80px;padding:0 16px}
.SrvGrid{grid-template-columns:1fr;gap:24px}
.PrcWrp{margin-top:80px;padding:64px 16px}
.PrcHdr h2{font-size:32px}
.PrcHdr p{font-size:18px}
.PrcLyt{flex-direction:column;gap:32px}
.PrcRgt{width:100%;position:relative;top:0}
.PrcRgt img{height:400px}
.CtaWrp{margin:80px auto 48px;padding:0 16px}
.CtaBx{padding:48px 24px}
.CtaBx h3{font-size:28px}
.CtaBx p{font-size:18px}
.CtaBtns{flex-direction:column;gap:16px}
.CtaBtns .btn-primary,.CtaBtns .btn-secondary{width:100%;text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.HrCnt{gap:48px}
.HrTxt h1{font-size:44px}
.SrvGrid{grid-template-columns:repeat(2,1fr)}
.PrcLyt{gap:32px}
.PrcRgt{width:300px}
}
.PgAbt{width:100%;max-width:1000px;margin:0 auto;padding:0 20px}
.HrBlck{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0;position:relative}
.HrBlck::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:4px;height:100%;background:linear-gradient(180deg,#FD5680 0%,#016352 100%);border-radius:16px;box-shadow:0 4px 8px #fd56804d}
.HrBlck .TxtSd{z-index:2}
.HrBlck .TxtSd h1{font-size:2.8rem;line-height:1.2;margin:0 0 24px;color:#016352;position:relative}
.HrBlck .TxtSd h1::after{content:'';position:absolute;bottom:-12px;left:0;width:80px;height:6px;background:#FD5680;border-radius:16px;box-shadow:2px 2px 4px #00000026}
.HrBlck .TxtSd p{font-size:1.1rem;line-height:1.7;color:#333;margin:0 0 32px}
.HrBlck .ImgSd{position:relative;z-index:2}
.HrBlck .ImgSd img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:6px 6px 0 #01635233 -2px -2px 6px #fd568026;filter:saturate(0.95) brightness(1.05)}
.BtnPrm{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#FD5680 0%,#E2CFEE 100%);color:#fff;text-decoration:none;border-radius:28px;font-weight:600;font-size:1rem;box-shadow:4px 4px 0 #0000001a;transition:all .3s ease;position:relative;z-index:3}
.BtnPrm:hover{transform:translateY(-3px);box-shadow:6px 6px 0 #00000026}
.BtnPrm:active{transform:translateY(0);box-shadow:2px 2px 0 #0000001a}
.StryGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:100px 0;background:linear-gradient(to bottom,#e2cfee26 0%,#0163520d 100%);margin:60px -20px;padding-left:20px;padding-right:20px}
.StryGrd .CrdWrp{background:#fff;border-radius:20px;padding:36px 28px;box-shadow:3px 3px 0 #0163521f;border:2px solid #E2CFEE;position:relative;overflow:hidden}
.StryGrd .CrdWrp::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FD5680 0%,#016352 100%)}
.StryGrd .CrdWrp .IcnHld{width:64px;height:64px;background:linear-gradient(135deg,#016352 0%,#FD5680 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:inset 2px 2px 6px #0003}
.StryGrd .CrdWrp .IcnHld i{font-size:28px;color:#fff}
.StryGrd .CrdWrp h3{font-size:1.4rem;margin:0 0 16px;color:#016352}
.StryGrd .CrdWrp p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.TmSct{padding:80px 0}
.TmSct h2{font-size:2.2rem;text-align:center;margin:0 0 20px;color:#016352;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.TmSct h2::before{content:'';position:absolute;top:-16px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#FD5680;border-radius:16px}
.TmSct .IntroTxt{text-align:center;max-width:700px;margin:0 auto 60px;font-size:1.05rem;line-height:1.7;color:#444}
.TmGrd{display:flex;gap:50px;align-items:flex-start;justify-content:center}
.TmGrd .PrflCrd{flex:0 0 calc(50% - 25px);background:#fff;border-radius:24px;padding:40px;box-shadow:5px 5px 0 #fd568026;border:3px solid #E2CFEE;position:relative}
.TmGrd .PrflCrd::after{content:'';position:absolute;bottom:0;right:0;width:120px;height:120px;background:radial-gradient(circle,#e2cfee66 0%,transparent 70%);border-radius:50%;pointer-events:none}
.TmGrd .PrflCrd .ImgWrp{width:140px;height:140px;margin:0 auto 28px;border-radius:50%;overflow:hidden;border:5px solid #FD5680;box-shadow:0 6px 12px #00000026;position:relative;z-index:2}
.TmGrd .PrflCrd .ImgWrp img{width:100%;height:100%;object-fit:cover}
.TmGrd .PrflCrd h4{font-size:1.5rem;text-align:center;margin:0 0 8px;color:#016352}
.TmGrd .PrflCrd .Rl{text-align:center;font-size:.95rem;color:#FD5680;font-weight:600;margin:0 0 20px}
.TmGrd .PrflCrd .Ds{font-size:.95rem;line-height:1.6;color:#555;margin:0}
@media (max-width: 768px) {
.HrBlck{grid-template-columns:1fr;gap:40px;padding:60px 0}
.HrBlck::before{display:none}
.HrBlck .TxtSd h1{font-size:2.2rem}
.HrBlck .ImgSd img{height:300px}
.StryGrd{grid-template-columns:1fr;gap:30px;padding:60px 20px;margin:40px -20px}
.TmSct h2{font-size:1.8rem}
.TmGrd{flex-direction:column;gap:40px}
.TmGrd .PrflCrd{flex:1 1 100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.HrBlck{gap:40px}
.HrBlck .TxtSd h1{font-size:2.4rem}
.StryGrd{grid-template-columns:repeat(2,1fr);gap:35px}
}
.ApprchHdr{background:linear-gradient(135deg,#E2CFEE 0%,#fff 100%);padding:3rem 1.5rem 2rem;border-radius:24px;margin-bottom:4rem;box-shadow:0 4px 0 #0163521a;position:relative;overflow:hidden}
.ApprchHdr::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#fd568014 0%,transparent 70%);border-radius:50%}
.ApprchHdrWrp{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 140px;gap:2.5rem;align-items:center;position:relative;z-index:1}
.ApprchHdrTxt h1{font-size:2.8rem;line-height:1.2;color:#016352;margin:0 0 1rem}
.ApprchHdrTxt h1 .MrkdWrd{color:#FD5680;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:6px}
.ApprchHdrTxt p{font-size:1.15rem;line-height:1.6;color:#2d3748;margin:0}
.ApprchHdrImg{position:relative}
.ApprchHdrImg img{width:140px;height:180px;object-fit:cover;border-radius:20px;box-shadow:4px 4px 0 #01635226 inset 0 2px 8px #ffffff80;filter:brightness(1.05)}
.MthdSct{max-width:1000px;margin:0 auto 5rem;padding:0 1.5rem}
.MthdGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.MthdCrd{background:#fff;border-radius:28px;padding:2.5rem 2rem;box-shadow:0 6px 0 #fd56801f;border:2px solid #E2CFEE;transition:transform 0.3s,box-shadow .3s;position:relative}
.MthdCrd:hover{transform:translateY(-6px);box-shadow:0 12px 0 #fd56802e}
.MthdCrd::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;height:6px;background:linear-gradient(90deg,#FD5680,#016352);border-radius:28px 28px 0 0}
.MthdIcn{width:56px;height:56px;background:linear-gradient(135deg,#FD5680,#016352);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:inset 0 -3px 0 #00000026}
.MthdIcn i{font-size:1.75rem;color:#fff}
.MthdCrd h3{font-size:1.5rem;color:#016352;margin:0 0 1rem}
.MthdCrd p{font-size:1rem;line-height:1.6;color:#4a5568;margin:0}
.PrcSct{background:linear-gradient(180deg,#016352 0%,#014d40 100%);padding:4rem 1.5rem;border-radius:32px;margin:0 auto 4rem;max-width:1000px;box-shadow:0 8px 0 #0000001a;position:relative}
.PrcSct::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#FD5680,transparent)}
.PrcSctHdr{text-align:center;margin-bottom:3rem}
.PrcSctHdr h2{font-size:2.4rem;color:#fff;margin:0 0 1rem;position:relative;display:inline-block}
.PrcSctHdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FD5680;border-radius:2px}
.PrcSctHdr p{font-size:1.1rem;color:#E2CFEE;margin:1.5rem 0 0}
.PrcTmlnWrp{position:relative;padding-left:3rem}
.PrcTmlnWrp::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FD5680,#E2CFEE)}
.PrcStpItm{position:relative;margin-bottom:2.5rem;padding-left:2rem}
.PrcStpItm:last-child{margin-bottom:0}
.PrcStpMrkr{position:absolute;left:-2.75rem;top:4px;width:28px;height:28px;background:#FD5680;border:4px solid #014d40;border-radius:50%;box-shadow:0 0 0 3px #FD5680;z-index:2}
.PrcStpNmbr{position:absolute;left:-2.75rem;top:-8px;font-size:.75rem;font-weight:700;color:#E2CFEE;background:#014d40;padding:2px 6px;border-radius:8px}
.PrcStpItm h4{font-size:1.4rem;color:#fff;margin:0 0 .75rem}
.PrcStpItm p{font-size:1rem;line-height:1.6;color:#E2CFEE;margin:0}
.TstSct{max-width:1000px;margin:0 auto 4rem;padding:0 1.5rem}
.TstSctHdr{text-align:center;margin-bottom:3rem}
.TstSctHdr h2{font-size:2.2rem;color:#016352;margin:0 0 .5rem}
.TstCrdWrp{background:#fff;border-radius:28px;padding:3rem;box-shadow:0 6px 0 #0163521a;border:3px solid #E2CFEE;display:grid;grid-template-columns:120px 1fr;gap:2.5rem;align-items:start;position:relative}
.TstCrdWrp::before{content:'"';position:absolute;top:1.5rem;right:2rem;font-size:6rem;color:#E2CFEE;font-family:Georgia,serif;line-height:1}
.TstPrflImg img{width:120px;height:120px;object-fit:cover;border-radius:20px;box-shadow:0 4px 0 #fd568033;border:3px solid #FD5680}
.TstCntnt blockquote{font-size:1.15rem;line-height:1.7;color:#2d3748;margin:0 0 1.5rem;font-style:italic}
.TstAthr{display:flex;flex-direction:column;gap:.25rem}
.TstAthrNm{font-size:1.2rem;font-weight:700;color:#016352}
.TstAthrRl{font-size:.95rem;color:#718096}
@media (max-width: 768px) {
.ApprchHdrWrp{grid-template-columns:1fr;gap:1.5rem}
.ApprchHdrImg{text-align:center}
.ApprchHdrImg img{width:100%;max-width:200px;height:240px}
.ApprchHdrTxt h1{font-size:2rem}
.MthdGrd{grid-template-columns:1fr;gap:1.5rem}
.PrcTmlnWrp{padding-left:2rem}
.TstCrdWrp{grid-template-columns:1fr;gap:1.5rem;padding:2rem}
.TstPrflImg{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.MthdGrd{grid-template-columns:repeat(2,1fr)}
}
.SccsPg{background:linear-gradient(135deg,#E2CFEE 0%,#fff 100%);min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem}
.SccsCntr{max-width:1000px;width:100%;margin:0 auto}
.SccsTtl{text-align:center;margin-bottom:3.5rem}
.SccsTtl h1{font-size:2.8rem;color:#016352;margin:0 0 1.5rem;line-height:1.2;position:relative;display:inline-block}
.SccsTtl h1::after{content:'';position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FD5680,#016352);border-radius:20px}
.SccsTtl p{font-size:1.25rem;color:#555;max-width:600px;margin:0 auto;line-height:1.6}
.SccsIcnWrp{width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#FD5680,#016352);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #fd56804d;position:relative}
.SccsIcnWrp::before{content:'';position:absolute;inset:-12px;border-radius:50%;background:linear-gradient(135deg,#fd568033,#01635233);z-index:-1}
.SccsIcnWrp i{font-size:4rem;color:#fff}
.SccsCrdGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.SccsCrd{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 4px 16px #00000014;border-left:5px solid #FD5680;transition:all .3s ease}
.SccsCrd:nth-child(2){border-left-color:#016352}
.SccsCrd:nth-child(3){border-left-color:#E2CFEE}
.SccsCrd:hover{transform:translateY(-8px);box-shadow:0 8px 28px #00000024}
.SccsCrd h3{font-size:1.4rem;color:#016352;margin:0 0 1rem;display:flex;align-items:center;gap:.75rem}
.SccsCrd h3 i{font-size:1.8rem;color:#FD5680}
.SccsCrd p{font-size:1rem;color:#666;line-height:1.7;margin:0}
.SccsQABlck{background:#fff;padding:3rem 2.5rem;border-radius:28px;box-shadow:0 6px 24px #0000001a;margin-top:3rem;max-width:720px;margin-left:auto;margin-right:auto}
.SccsQA{margin-bottom:2rem}
.SccsQA:last-child{margin-bottom:0}
.SccsQ{font-size:1.15rem;color:#FD5680;font-weight:600;margin:0 0 .5rem;position:relative;padding-left:1.5rem}
.SccsQ::before{content:'Q:';position:absolute;left:0;font-weight:700}
.SccsA{font-size:1rem;color:#444;margin:0;padding-left:1.5rem;line-height:1.7;position:relative}
.SccsA::before{content:'R:';position:absolute;left:0;font-weight:700;color:#016352}
.SccsBtnWrp{display:flex;gap:1.5rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}
.SccsBtnPrmr{background:linear-gradient(135deg,#FD5680,#016352);color:#fff;padding:1rem 2.5rem;border-radius:28px;text-decoration:none;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 6px 20px #fd568059;transition:all .3s ease;border:none;cursor:pointer;z-index:10;position:relative}
.SccsBtnPrmr:hover{transform:scale(1.05);box-shadow:0 8px 28px #fd568073}
.SccsBtnScndry{background:#fff;color:#016352;padding:1rem 2.5rem;border-radius:28px;text-decoration:none;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;border:2px solid #E2CFEE;cursor:pointer;z-index:10;position:relative}
.SccsBtnScndry:hover{background:#E2CFEE;transform:scale(1.05);box-shadow:0 6px 20px #00000026}
.SccsDvdr{margin:4rem 0;position:relative;height:3px;background:linear-gradient(90deg,transparent,#FD5680,#016352,transparent);border-radius:20px}
.SccsSttsBlck{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}
.SccsSttsItm{text-align:center;padding:2rem 1rem;background:#fff;border-radius:20px;box-shadow:0 4px 16px #00000014;position:relative;overflow:hidden}
.SccsSttsItm::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FD5680,#016352)}
.SccsSttsNmbr{font-size:2.5rem;font-weight:700;color:#FD5680;margin:0 0 .5rem;line-height:1}
.SccsSttsLbl{font-size:.95rem;color:#666;margin:0;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 768px) {
.SccsPg{padding:2rem 1rem}
.SccsTtl h1{font-size:2rem}
.SccsTtl p{font-size:1.1rem}
.SccsCrdGrd{grid-template-columns:1fr;gap:1.5rem}
.SccsQABlck{padding:2rem 1.5rem}
.SccsBtnWrp{flex-direction:column;align-items:stretch}
.SccsBtnPrmr,.SccsBtnScndry{justify-content:center}
.SccsSttsBlck{grid-template-columns:1fr;gap:1.5rem}
.SccsIcnWrp{width:100px;height:100px}
.SccsIcnWrp i{font-size:3rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.SccsTtl h1{font-size:2.4rem}
.SccsCrdGrd{grid-template-columns:repeat(2,1fr)}
.SccsSttsBlck{gap:1.5rem}
}