@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Source Code Pro',monospace;font-weight:400;line-height:1.6;color:#1A1718;background:#FFF}
.site-hdr{background:linear-gradient(127deg,#FFF 0%,#FEB2BD 45%,#FFF 100%);padding:28px 0;box-shadow:0 4px 6px #1a171814}
.hdr-wrp{max-width:1140px;margin:0 auto;padding:0 20px}
.tp-rw{text-align:center;margin-bottom:22px}
.cmpny-nm{font-size:28px;font-weight:700;color:#1A1718;letter-spacing:-.5px}
.mdl-rw{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:30px}
.lg-cntr{flex:0 0 auto}
.lg-cntr img{height:110px;width:110px;display:block;filter:drop-shadow(0 2px 4px #1a17181f)}
.cntct-lft,.cntct-rght{flex:1;display:flex;flex-direction:column;gap:12px}
.cntct-lft{align-items:flex-end}
.cntct-rght{align-items:flex-start}
.cntct-itm{display:flex;align-items:center;gap:8px;color:#1A1718;text-decoration:none;font-size:14px;transition:color .2s}
.cntct-itm:hover{color:#FEB2BD}
.cntct-itm i{font-size:16px}
.btm-rw{display:flex;justify-content:center}
.mn-nv{display:flex;gap:32px;list-style:none;flex-wrap:wrap;justify-content:center}
.mn-nv a{color:#1A1718;text-decoration:none;font-weight:600;font-size:15px;padding:8px 14px;border-radius:6px;transition:background 0.2s,color .2s}
.mn-nv a:hover{background:#feb2bd4d;color:#1A1718}
.ftr-wrp{background:linear-gradient(233deg,#1A1718 0%,#3d3739 50%,#1A1718 100%);color:#FFF;padding:50px 0 30px}
.ftr-cntnr{max-width:1140px;margin:0 auto;padding:0 20px}
.ftr-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.ftr-sctn h3{font-size:18px;font-weight:700;margin-bottom:18px;color:#FEB2BD}
.ftr-lnks{list-style:none;display:flex;flex-direction:column;gap:10px}
.ftr-lnks a{color:#FFF;text-decoration:none;font-size:14px;transition:color .2s}
.ftr-lnks a:hover{color:#FEB2BD}
.ftr-txt{font-size:14px;line-height:1.7;color:#ffffffd9}
.ftr-btm{border-top:1px solid #feb2bd33;padding-top:24px;text-align:center;font-size:13px;color:#ffffffb3}
.ckie-bnr{position:fixed;top:33%;left:20px;background:#FFF;border:2px solid #FEB2BD;border-radius:8px;padding:24px;max-width:420px;box-shadow:0 6px 12px #1a171826;transform:translateX(-500px);opacity:0;transition:transform 0.4s,opacity .4s;z-index:9999}
.ckie-bnr.shw{transform:translateX(0);opacity:1}
.ckie-ttl{font-size:18px;font-weight:700;margin-bottom:12px;color:#1A1718}
.ckie-txt{font-size:14px;margin-bottom:18px;color:#1A1718;line-height:1.5}
.ckie-chks{margin-bottom:18px}
.chk-itm{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.chk-itm input{width:18px;height:18px;cursor:pointer}
.chk-itm label{font-size:13px;cursor:pointer}
.ckie-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-ccpt,.btn-plcy{padding:10px 20px;border:2px solid #1A1718;background:transparent;color:#1A1718;border-radius:6px;cursor:pointer;font-family:'Source Code Pro',monospace;font-weight:600;font-size:14px;transition:background 0.2s,color .2s}
.btn-ccpt:hover{background:#1A1718;color:#FFF}
.btn-plcy{text-decoration:none;display:inline-block;border-color:#FEB2BD;color:#FEB2BD}
.btn-plcy:hover{background:#FEB2BD;color:#1A1718}
.ckie-mng{position:fixed;bottom:20px;left:20px;background:#1A1718;color:#FFF;padding:12px 18px;border-radius:6px;cursor:pointer;font-size:13px;box-shadow:0 4px 8px #1a171833;display:none;z-index:9998}
.ckie-mng.shw{display:block}
@media (max-width: 768px) {
.mdl-rw{flex-direction:column;gap:20px}
.cntct-lft,.cntct-rght{align-items:center;display:none}
.mn-nv{gap:16px}
.ckie-bnr{left:10px;right:10px;max-width:calc(100% - 20px);top:20%}
.ftr-grd{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.mn-nv{flex-direction:column;gap:8px}
.cmpny-nm{font-size:22px}
}
.stdmtrls-hr{background:linear-gradient(142deg,#FEB2BD 0%,#FFF 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.stdmtrls-hr::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#feb2bd4d 0%,transparent 70%);animation:pls-flt 8s ease-in-out infinite}
@keyframes pls-flt {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,30px) scale(1.1)}
}
.stdmtrls-cntnt-wrap{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.stdmtrls-txt-zn{flex:1}
.stdmtrls-hdng{font-size:48px;line-height:1.2;color:#1A1718;margin:0 0 24px;font-weight:700}
.stdmtrls-sbhdng{font-size:19px;line-height:1.6;color:#1A1718;margin:0;opacity:.85}
.stdmtrls-img-zn{flex:0 0 420px;position:relative}
.stdmtrls-img-zn img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:4px 4px 0 #1a17181f;animation:img-hvrr 6s ease-in-out infinite}
@keyframes img-hvrr {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.rsrc-cllctn{padding:90px 20px;background:#FFF}
.rsrc-cllctn-cntnt{max-width:1140px;margin:0 auto}
.rsrc-hed{text-align:center;margin-bottom:70px}
.rsrc-hed h2{font-size:38px;color:#1A1718;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.rsrc-hed h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#FEB2BD 0%,#1A1718 100%)}
.rsrc-hed p{font-size:17px;color:#1A1718;margin:24px 0 0;opacity:.75}
.rsrc-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.rsrc-crd{background:linear-gradient(165deg,#FFF 0%,#feb2bd14 100%);padding:36px 28px;border-radius:6px;border:2px solid transparent;box-shadow:2px 2px 6px #1a171814;transition:all .3s ease;position:relative}
.rsrc-crd:hover{border-color:#FEB2BD;transform:translateY(-4px);box-shadow:4px 6px 12px #feb2bd40}
.rsrc-crd-icn{width:54px;height:54px;margin-bottom:20px}
.rsrc-crd-icn svg{width:100%;height:100%}
.rsrc-crd h3{font-size:22px;color:#1A1718;margin:0 0 14px;font-weight:600}
.rsrc-crd p{font-size:16px;line-height:1.5;color:#1A1718;margin:0;opacity:.8}
.stdgd-sctn{padding:85px 20px;background:linear-gradient(225deg,#1A1718 0%,#1a1718eb 100%);position:relative}
.stdgd-sctn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,#feb2bd0d 25%,transparent 25%),linear-gradient(-45deg,#feb2bd0d 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#feb2bd0d 75%),linear-gradient(-45deg,transparent 75%,#feb2bd0d 75%);background-size:40px 40px;background-position:0 0,0 20px,20px -20px,-20px 0;opacity:.3}
.stdgd-wrap{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.stdgd-lyt{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:start}
.stdgd-prfl{position:sticky;top:40px}
.stdgd-prfl img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:6px 6px 0 #feb2bd4d;margin-bottom:24px}
.stdgd-prfl-inf{background:#ffffff14;padding:24px;border-radius:6px;border-left:4px solid #FEB2BD}
.stdgd-prfl-inf h3{font-size:20px;color:#FFF;margin:0 0 8px;font-weight:600}
.stdgd-prfl-inf p{font-size:15px;color:#FFF;margin:0;opacity:.85}
.stdgd-cntnt h2{font-size:36px;color:#FFF;margin:0 0 28px;font-weight:700}
.stdgd-stps{display:flex;flex-direction:column;gap:28px}
.stdgd-stp{display:flex;gap:20px;background:#ffffff0f;padding:28px;border-radius:6px;border:1px solid #feb2bd33;transition:all .3s ease}
.stdgd-stp:hover{background:#ffffff1a;border-color:#FEB2BD}
.stdgd-stp-nmbr{flex:0 0 48px;height:48px;background:linear-gradient(135deg,#FEB2BD 0%,#feb2bdb3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#1A1718;box-shadow:3px 3px 8px #feb2bd4d}
.stdgd-stp-txt h4{font-size:20px;color:#FFF;margin:0 0 10px;font-weight:600}
.stdgd-stp-txt p{font-size:16px;line-height:1.5;color:#FFF;margin:0;opacity:.85}
.tstmnls-zn{padding:90px 20px;background:#FFF}
.tstmnls-cntnt{max-width:1140px;margin:0 auto}
.tstmnls-hdr{text-align:center;margin-bottom:60px}
.tstmnls-hdr h2{font-size:38px;color:#1A1718;margin:0 0 16px;font-weight:700}
.tstmnls-hdr p{font-size:17px;color:#1A1718;margin:0;opacity:.75}
.tstmnls-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.tstmnl-crd{background:linear-gradient(155deg,#feb2bd0f 0%,#FFF 100%);padding:40px 36px;border-radius:8px;border-left:5px solid #FEB2BD;box-shadow:3px 3px 10px #1a171814;position:relative}
.tstmnl-crd::before{content:'"';position:absolute;top:20px;right:30px;font-size:120px;color:#feb2bd26;line-height:1;font-family:serif}
.tstmnl-txt{margin-bottom:28px}
.tstmnl-txt p{font-size:16px;line-height:1.6;color:#1A1718;margin:0;opacity:.85}
.tstmnl-athr{display:flex;align-items:center;gap:18px}
.tstmnl-athr img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #FEB2BD}
.tstmnl-athr-inf h5{font-size:18px;color:#1A1718;margin:0 0 6px;font-weight:600}
.tstmnl-athr-inf p{font-size:14px;color:#1A1718;margin:0;opacity:.7}
@media (max-width: 1366px) {
.stdmtrls-cntnt-wrap{gap:40px}
.stdmtrls-img-zn{flex:0 0 360px}
.stdgd-lyt{gap:50px}
}
@media (max-width: 768px) {
.stdmtrls-hr{padding:60px 20px}
.stdmtrls-cntnt-wrap{flex-direction:column;gap:36px}
.stdmtrls-img-zn{flex:0 0 auto;width:100%}
.stdmtrls-img-zn img{height:300px}
.stdmtrls-hdng{font-size:36px}
.stdmtrls-sbhdng{font-size:17px}
.rsrc-grd{grid-template-columns:1fr;gap:24px}
.rsrc-hed h2{font-size:32px}
.stdgd-lyt{grid-template-columns:1fr;gap:40px}
.stdgd-prfl{position:static}
.stdgd-prfl img{height:340px}
.stdgd-cntnt h2{font-size:30px}
.tstmnls-grd{grid-template-columns:1fr;gap:28px}
.tstmnls-hdr h2{font-size:32px}
}
@media (max-width: 375px) {
.stdmtrls-hdng{font-size:30px}
.stdmtrls-img-zn img{height:260px}
.rsrc-crd{padding:28px 20px}
.stdgd-stp{flex-direction:column;gap:16px}
.tstmnl-crd{padding:32px 24px}
}
.tlblk{background:linear-gradient(137deg,#FEB2BD 0%,#FFF 100%);padding:80px 20px;position:relative;overflow:hidden}
.tlblk::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#fff6 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%}
.tlblk::after{content:'';position:absolute;width:200px;height:200px;background:#1A1718;opacity:.05;bottom:40px;left:60px;border-radius:12px;transform:rotate(25deg)}
.tlcntnr{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:1}
.tltxt h1{font-size:48px;color:#1A1718;margin:0 0 24px;line-height:1.2}
.tltxt h1 .nmbr{color:#FEB2BD;font-weight:700;background:#1A1718;padding:4px 16px;border-radius:6px;display:inline-block;margin-right:8px}
.tltxt p{font-size:18px;color:#1A1718;line-height:1.6;margin:0}
.tlmg{position:relative;flex-shrink:0}
.tlmg img{width:380px;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 6px 24px #1a171826;position:relative;z-index:2}
.tlmg::before{content:'';position:absolute;width:100%;height:100%;background:radial-gradient(circle at 60% 40%,#feb2bd99 0%,transparent 60%);filter:blur(40px);top:20px;left:20px;z-index:1}
.prgtrck{background:#FFF;padding:70px 20px}
.prgtrckcntnr{max-width:1140px;margin:0 auto}
.prgtrck h2{font-size:36px;color:#1A1718;margin:0 0 16px;position:relative;display:inline-block}
.prgtrck h2::after{content:'';position:absolute;bottom:-6px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FEB2BD 0%,#1A1718 100%);border-radius:2px}
.prgtrck p.ntro{font-size:17px;color:#1A1718;margin:24px 0 48px;line-height:1.7}
.prggrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.prgcrd{background:linear-gradient(135deg,#FFF 0%,#FFF5F6 100%);padding:32px;border-radius:8px;border:2px solid transparent;transition:all .3s ease;box-shadow:0 2px 8px #1a171814}
.prgcrd:hover{border-color:#FEB2BD;transform:translateY(-4px);box-shadow:0 6px 16px #1a17181f}
.prgcrd .cnmbr{font-size:48px;color:#FEB2BD;font-weight:700;margin:0 0 12px;line-height:1}
.prgcrd h3{font-size:22px;color:#1A1718;margin:0 0 14px}
.prgcrd p{font-size:16px;color:#1A1718;line-height:1.6;margin:0}
.ntrctv{background:#1A1718;padding:70px 20px;position:relative;overflow:hidden}
.ntrctv::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#feb2bd1a 0%,transparent 70%);top:-150px;left:-100px}
.ntrctvcntnr{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.ntrctv h2{font-size:36px;color:#FFF;margin:0 0 48px;text-align:center}
.ntrctabs{display:flex;gap:12px;justify-content:center;margin-bottom:40px}
.ntrctabs input[type="radio"]{display:none}
.ntrctabs label{padding:12px 28px;background:#feb2bd1a;color:#FFF;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:16px;border:2px solid transparent}
.ntrctabs input[type="radio"]:checked + label{background:#FEB2BD;color:#1A1718;border-color:#FEB2BD}
.ntrctabs label:hover{background:#feb2bd33}
.ntrcpnl{display:none;background:#ffffff0d;padding:40px;border-radius:8px}
#tb1:checked ~ .pnls .pnl1,#tb2:checked ~ .pnls .pnl2,#tb3:checked ~ .pnls .pnl3{display:block}
.ntrcpnl h3{font-size:24px;color:#FEB2BD;margin:0 0 20px}
.ntrcpnl ul{list-style:none;padding:0;margin:0}
.ntrcpnl li{padding:12px 0 12px 32px;color:#FFF;position:relative;font-size:16px;line-height:1.6}
.ntrcpnl li::before{content:'→';position:absolute;left:0;color:#FEB2BD;font-weight:700}
.lrntls{background:#FFF;padding:70px 20px}
.lrntlscntnr{max-width:1140px;margin:0 auto}
.lrntls h2{font-size:36px;color:#1A1718;margin:0 0 48px;text-align:center}
.tlsgrd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.tlstm{display:flex;gap:24px;align-items:flex-start}
.tlscn{width:64px;height:64px;background:linear-gradient(135deg,#FEB2BD 0%,#FFCFD6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #feb2bd4d}
.tlscn svg{width:32px;height:32px;fill:#1A1718}
.tlstxt h3{font-size:22px;color:#1A1718;margin:0 0 12px}
.tlstxt p{font-size:16px;color:#1A1718;line-height:1.6;margin:0}
.ftrlrn{background:linear-gradient(124deg,#FEB2BD 0%,#FFF 100%);padding:70px 20px}
.ftrlrncntnr{max-width:1140px;margin:0 auto;display:flex;gap:60px;align-items:center}
.ftrlrnmg{flex-shrink:0}
.ftrlrnmg img{width:420px;height:320px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #1a171826}
.ftrlrntxt h2{font-size:36px;color:#1A1718;margin:0 0 24px}
.ftrlrntxt p{font-size:17px;color:#1A1718;line-height:1.7;margin:0 0 32px}
.ftrlrntxt ul{list-style:none;padding:0;margin:0 0 32px}
.ftrlrntxt li{padding:10px 0 10px 36px;position:relative;font-size:16px;color:#1A1718}
.ftrlrntxt li::before{content:'';position:absolute;left:0;color:#1A1718;font-weight:700;font-size:20px}
.ftrlrntxt a.btnlnk{display:inline-block;padding:14px 32px;background:#1A1718;color:#FFF;text-decoration:none;border-radius:6px;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #1a171833}
.ftrlrntxt a.btnlnk:hover{background:#2D2627;transform:translateY(-2px);box-shadow:0 6px 16px #1a17184d}
.ggraph{background:#1A1718;padding:70px 20px}
.ggraphcntnr{max-width:1140px;margin:0 auto}
.ggraph h2{font-size:36px;color:#FFF;margin:0 0 16px}
.ggraph p.sbtl{font-size:17px;color:#FEB2BD;margin:0 0 48px}
.sttsrw{display:flex;gap:32px;justify-content:space-between}
.sttbx{flex:1;text-align:center;background:#feb2bd0d;padding:32px 20px;border-radius:8px;border:2px solid #feb2bd33;transition:all .3s ease}
.sttbx:hover{background:#feb2bd1a;border-color:#FEB2BD}
.sttbx .bgnmbr{font-size:52px;color:#FEB2BD;font-weight:700;margin:0 0 12px;line-height:1}
.sttbx h4{font-size:18px;color:#FFF;margin:0}
.cmmnt{background:#FFF;padding:70px 20px}
.cmmntcntnr{max-width:1140px;margin:0 auto}
.cmmnt h2{font-size:36px;color:#1A1718;margin:0 0 48px;text-align:center}
.tstmnlsgrd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.tstcrd{background:linear-gradient(145deg,#FFF5F6 0%,#FFF 100%);padding:32px;border-radius:8px;border-left:4px solid #FEB2BD;box-shadow:0 2px 12px #1a171814}
.tsthddr{display:flex;gap:20px;align-items:center;margin-bottom:20px}
.tsthddr img{width:64px;height:64px;object-fit:cover;border-radius:50%;border:3px solid #FEB2BD}
.tsthddr h4{font-size:20px;color:#1A1718;margin:0 0 4px}
.tsthddr p{font-size:14px;color:#FEB2BD;margin:0}
.tstcrd .tstbdy{font-size:16px;color:#1A1718;line-height:1.7;margin:0;font-style:italic}
@media (max-width: 1366px) {
.tlcntnr{gap:40px}
.tlmg img{width:340px;height:250px}
.ftrlrncntnr{gap:40px}
.ftrlrnmg img{width:380px;height:290px}
}
@media (max-width: 768px) {
.tlblk{padding:60px 20px}
.tlcntnr{flex-direction:column;gap:32px}
.tltxt h1{font-size:36px}
.tlmg img{width:100%;height:240px}
.prggrd{grid-template-columns:1fr;gap:24px}
.ntrctabs{flex-wrap:wrap}
.tlsgrd{grid-template-columns:1fr;gap:32px}
.ftrlrncntnr{flex-direction:column}
.ftrlrnmg img{width:100%;height:280px}
.sttsrw{flex-direction:column;gap:24px}
.tstmnlsgrd{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 375px) {
.tltxt h1{font-size:28px}
.prgtrck h2,.ntrctv h2,.lrntls h2,.ftrlrntxt h2,.ggraph h2,.cmmnt h2{font-size:28px}
.prgcrd{padding:24px}
.ntrcpnl{padding:28px}
}
.cntct-hro{position:relative;height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(127deg,#FEB2BD 0%,#FFF 100%)}
.cntct-hro::before{content:'';position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:linear-gradient(217deg,#feb2bd66 0%,#fff0 70%);border-radius:50%}
.cntct-hro::after{content:'';position:absolute;bottom:-30%;right:-5%;width:450px;height:450px;background:linear-gradient(43deg,#1a171814 0%,#fff0 60%);border-radius:50%}
.cntct-hro .bckgrnd-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15;z-index:1}
.cntct-hro .cntnt-wrp{position:relative;z-index:2;background:#ffffffeb;padding:48px 56px;border-radius:8px;box-shadow:0 4px 6px #1a171814;max-width:680px;margin:0 20px;text-align:center}
.cntct-hro .mn-ttl{font-size:44px;font-weight:700;color:#1A1718;margin:0 0 16px;line-height:1.2}
.cntct-hro .mn-ttl .nmbr-ccnt{color:#FEB2BD;font-weight:800}
.cntct-hro .sbtxt{font-size:18px;color:#1A1718;line-height:1.6;margin:0;opacity:.85}
.cntct-sctn{max-width:1140px;margin:0 auto;padding:80px 20px}
.frm-wrppr{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.cntct-nf{background:#FFF;padding:0}
.cntct-nf .nf-hdr{margin-bottom:32px}
.cntct-nf .nf-hdr h2{font-size:32px;font-weight:700;color:#1A1718;margin:0 0 12px;line-height:1.3}
.cntct-nf .nf-hdr p{font-size:16px;color:#1A1718;opacity:.7;margin:0;line-height:1.6}
.dtls-blck{background:linear-gradient(154deg,#1A1718 0%,#2d2728 100%);padding:48px;border-radius:8px;box-shadow:0 6px 8px #1a17181f}
.dtls-blck h3{font-size:24px;font-weight:700;color:#FFF;margin:0 0 28px;line-height:1.3}
.nf-tm{display:flex;flex-direction:column;gap:24px}
.nf-tm .tm-lmnt{display:flex;align-items:flex-start;gap:16px}
.nf-tm .tm-lmnt .cn-wrp{width:44px;height:44px;background:#FEB2BD;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nf-tm .tm-lmnt .cn-wrp i{font-size:20px;color:#1A1718}
.nf-tm .tm-lmnt .txt-wrp{flex:1}
.nf-tm .tm-lmnt .lbl{font-size:13px;font-weight:600;color:#FEB2BD;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px}
.nf-tm .tm-lmnt .vl{font-size:16px;color:#FFF;margin:0;line-height:1.5}
.nf-tm .tm-lmnt a{color:#FFF;text-decoration:none;transition:color .3s}
.nf-tm .tm-lmnt a:hover{color:#FEB2BD}
.cntct-frm{display:flex;flex-direction:column;gap:24px}
.fld-grp{display:flex;flex-direction:column;gap:8px}
.fld-grp label{font-size:14px;font-weight:600;color:#1A1718;letter-spacing:.3px}
.fld-grp input,.fld-grp select{padding:14px 16px;border:2px solid #e8e8e8;border-radius:6px;font-size:15px;color:#1A1718;background:#FFF;transition:border-color 0.3s,box-shadow .3s}
.fld-grp input:focus,.fld-grp select:focus{outline:none;border-color:#FEB2BD;box-shadow:0 0 0 3px #feb2bd26}
.fld-grp select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%231A1718' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}
.tw-cln{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.prvc-chck{display:flex;align-items:flex-start;gap:10px;margin-top:8px}
.prvc-chck input[type="checkbox"]{width:18px;height:18px;margin:3px 0 0;cursor:pointer;flex-shrink:0;accent-color:#FEB2BD}
.prvc-chck label{font-size:14px;color:#1A1718;opacity:.8;line-height:1.6;cursor:pointer}
.prvc-chck label a{color:#FEB2BD;text-decoration:none;font-weight:600;transition:opacity .3s}
.prvc-chck label a:hover{opacity:.8}
.sbmt-btn{padding:16px 32px;background:linear-gradient(135deg,#FEB2BD 0%,#feb8c3 100%);color:#1A1718;font-size:16px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:transform 0.2s,box-shadow .3s;box-shadow:0 4px 6px #feb2bd4d;z-index:10;position:relative}
.sbmt-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #feb2bd66}
.sbmt-btn:active{transform:translateY(0)}
@media (max-width: 1366px) {
.cntct-hro{height:420px}
.cntct-hro .cntnt-wrp{padding:40px 48px}
.cntct-hro .mn-ttl{font-size:38px}
.frm-wrppr{gap:48px}
}
@media (max-width: 768px) {
.cntct-hro{height:auto;min-height:400px;padding:60px 20px}
.cntct-hro .cntnt-wrp{padding:32px 28px}
.cntct-hro .mn-ttl{font-size:32px;margin-bottom:12px}
.cntct-hro .sbtxt{font-size:16px}
.cntct-sctn{padding:60px 20px}
.frm-wrppr{grid-template-columns:1fr;gap:40px}
.dtls-blck{padding:36px 28px}
.dtls-blck h3{font-size:22px}
.cntct-nf .nf-hdr h2{font-size:28px}
.tw-cln{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.cntct-hro .cntnt-wrp{padding:24px 20px;margin:0 16px}
.cntct-hro .mn-ttl{font-size:28px}
.cntct-hro .sbtxt{font-size:15px}
.cntct-sctn{padding:48px 16px}
.dtls-blck{padding:28px 20px}
.cntct-nf .nf-hdr h2{font-size:24px}
.fld-grp input,.fld-grp select{padding:12px 14px}
.sbmt-btn{padding:14px 28px;font-size:15px}
}
.prgrm-hro{max-width:1140px;margin:3rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.prgrm-hro .hro-img-wrp{position:relative}
.prgrm-hro .hro-img-wrp img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 6px 0 0 #FEB2BD,0 12px 24px #1a171826}
.prgrm-hro .hro-cntnt h1{font-size:2.8rem;line-height:1.2;color:#1A1718;margin:0 0 1.5rem}
.prgrm-hro .hro-cntnt h1 .accnt-prt{color:#FEB2BD;position:relative}
.prgrm-hro .hro-cntnt h1 .accnt-prt::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(135deg,#FEB2BD 0%,#1A1718 100%)}
.prgrm-hro .hro-cntnt p{font-size:1.1rem;line-height:1.7;color:#1A1718;margin:0 0 1rem}
.prgrm-hro .hro-cntnt .cta-wrp{margin-top:2rem}
.prgrm-hro .hro-cntnt .cta-wrp .btn-prm{display:inline-block;padding:.9rem 2rem;background:linear-gradient(135deg,#1A1718 0%,#3a3537 100%);color:#FFF;text-decoration:none;border-radius:6px;font-size:1rem;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 8px #1a171833;margin-right:1rem}
.prgrm-hro .hro-cntnt .cta-wrp .btn-prm:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1a17184d}
.prgrm-hro .hro-cntnt .cta-wrp .btn-scnd{display:inline-block;padding:.9rem 2rem;background:#FFF;color:#1A1718;text-decoration:none;border-radius:6px;border:2px solid #FEB2BD;font-size:1rem;transition:background 0.3s,color .3s}
.prgrm-hro .hro-cntnt .cta-wrp .btn-scnd:hover{background:#FEB2BD;color:#FFF}
.mdls-sctn{background:linear-gradient(155deg,#FEB2BD 0%,#fcd7dd 50%,#FFF 100%);padding:4rem 0;margin:4rem 0}
.mdls-sctn .cntnr-mdls{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.mdls-sctn .cntnr-mdls h2{font-size:2.3rem;color:#1A1718;margin:0 0 1rem;text-align:center}
.mdls-sctn .cntnr-mdls .sbt-txt{font-size:1.1rem;color:#1A1718;text-align:center;margin:0 0 3rem;max-width:680px;margin-left:auto;margin-right:auto}
.mdls-sctn .mdls-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.mdls-sctn .mdl-crd{background:#FFF;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #1a17181a;transition:transform 0.3s,box-shadow .3s;position:relative}
.mdls-sctn .mdl-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FEB2BD 0%,#1A1718 100%);border-radius:8px 0 0 8px}
.mdls-sctn .mdl-crd:hover{transform:translateY(-6px);box-shadow:0 8px 24px #1a17182e}
.mdls-sctn .mdl-crd .mdl-icn{width:48px;height:48px;background:linear-gradient(135deg,#FEB2BD 0%,#feb8c3 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 2px 6px #feb2bd4d}
.mdls-sctn .mdl-crd .mdl-icn svg{width:24px;height:24px;fill:#1A1718}
.mdls-sctn .mdl-crd h3{font-size:1.4rem;color:#1A1718;margin:0 0 .8rem}
.mdls-sctn .mdl-crd p{font-size:.95rem;line-height:1.6;color:#1A1718;margin:0 0 .6rem}
.mdls-sctn .mdl-crd .mdl-dtls{margin-top:1rem;padding-top:1rem;border-top:1px solid #FEB2BD}
.mdls-sctn .mdl-crd .mdl-dtls span{display:inline-block;font-size:.85rem;color:#1A1718;background:#feb2bd33;padding:.3rem .8rem;border-radius:4px;margin-right:.5rem;margin-bottom:.5rem}
.lrning-pth{max-width:1140px;margin:5rem auto;padding:0 1.5rem}
.lrning-pth h2{font-size:2.3rem;color:#1A1718;margin:0 0 1rem}
.lrning-pth .intro-txt{font-size:1.05rem;line-height:1.7;color:#1A1718;margin:0 0 3rem;max-width:720px}
.lrning-pth .pth-cntnr{display:grid;grid-template-columns:250px 1fr;gap:3rem}
.lrning-pth .pth-nvgtn{display:flex;flex-direction:column;gap:.8rem}
.lrning-pth .pth-nvgtn input[type="radio"]{display:none}
.lrning-pth .pth-nvgtn label{display:block;padding:1rem 1.5rem;background:#FFF;border:2px solid #FEB2BD;border-radius:6px;cursor:pointer;transition:background 0.3s,color 0.3s,transform .2s;font-size:1rem;color:#1A1718;position:relative}
.lrning-pth .pth-nvgtn label::before{content:'';position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(135deg,#FEB2BD 0%,#feb8c3 100%);border-radius:4px;transition:width .3s;z-index:-1}
.lrning-pth .pth-nvgtn input[type="radio"]:checked + label{background:linear-gradient(135deg,#FEB2BD 0%,#feb8c3 100%);color:#1A1718;transform:translateX(6px);box-shadow:0 4px 8px #feb2bd4d}
.lrning-pth .pth-nvgtn label:hover{transform:translateX(3px)}
.lrning-pth .pth-cntnt-wrp{position:relative}
.lrning-pth .pth-cntnt{display:none;background:#FFF;border-radius:8px;padding:2.5rem;box-shadow:0 4px 16px #1a17181a}
.lrning-pth #lvl1:checked ~ .pth-cntnt-wrp .cntnt-lvl1,.lrning-pth #lvl2:checked ~ .pth-cntnt-wrp .cntnt-lvl2,.lrning-pth #lvl3:checked ~ .pth-cntnt-wrp .cntnt-lvl3,.lrning-pth #lvl4:checked ~ .pth-cntnt-wrp .cntnt-lvl4{display:block}
.lrning-pth .pth-cntnt h3{font-size:1.8rem;color:#1A1718;margin:0 0 1.2rem;position:relative;padding-bottom:.8rem}
.lrning-pth .pth-cntnt h3::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#FEB2BD 0%,transparent 100%)}
.lrning-pth .pth-cntnt p{font-size:1rem;line-height:1.7;color:#1A1718;margin:0 0 1rem}
.lrning-pth .pth-cntnt .tpcs-lst{margin:1.5rem 0;padding:0;list-style:none}
.lrning-pth .pth-cntnt .tpcs-lst li{padding:.7rem 0;padding-left:2rem;position:relative;font-size:.95rem;color:#1A1718;line-height:1.6}
.lrning-pth .pth-cntnt .tpcs-lst li::before{content:'';position:absolute;left:0;top:1rem;width:12px;height:12px;background:#FEB2BD;border-radius:50%;box-shadow:0 0 0 3px #feb2bd33}
.lrning-pth .pth-cntnt .prgrss-inf{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#feb2bd1a 0%,#feb2bd0d 100%);border-radius:6px;border-left:4px solid #FEB2BD}
.lrning-pth .pth-cntnt .prgrss-inf .inf-ttl{font-size:.9rem;color:#1A1718;margin:0 0 .8rem;font-weight:600}
.lrning-pth .pth-cntnt .prgrss-inf .prgrss-br{width:100%;height:8px;background:#FFF;border-radius:4px;overflow:hidden;margin-bottom:.5rem}
.lrning-pth .pth-cntnt .prgrss-inf .prgrss-br .prgrss-fll{height:100%;background:linear-gradient(90deg,#FEB2BD 0%,#1A1718 100%);border-radius:4px;transition:width .6s}
.lrning-pth .pth-cntnt .prgrss-inf .prgrss-txt{font-size:.85rem;color:#1A1718}
.tchrs-sctn{background:#FFF;padding:4rem 0;margin:4rem 0}
.tchrs-sctn .cntnr-tchrs{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.tchrs-sctn h2{font-size:2.3rem;color:#1A1718;margin:0 0 1rem;text-align:center}
.tchrs-sctn .sbt-txt{font-size:1.05rem;color:#1A1718;text-align:center;margin:0 0 3rem;max-width:680px;margin-left:auto;margin-right:auto}
.tchrs-sctn .tchrs-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.tchrs-sctn .tchr-crd{background:linear-gradient(135deg,#FFF 0%,#feb2bd0d 100%);border-radius:8px;padding:1.8rem;text-align:center;box-shadow:0 4px 12px #1a171814;transition:transform 0.3s,box-shadow .3s;border:2px solid transparent}
.tchrs-sctn .tchr-crd:hover{transform:translateY(-8px);box-shadow:0 8px 24px #1a171826;border-color:#FEB2BD}
.tchrs-sctn .tchr-crd .tchr-img-wrp{width:100px;height:100px;margin:0 auto 1.2rem;border-radius:50%;overflow:hidden;border:3px solid #FEB2BD;box-shadow:0 4px 12px #feb2bd4d}
.tchrs-sctn .tchr-crd .tchr-img-wrp img{width:100%;height:100%;object-fit:cover;display:block}
.tchrs-sctn .tchr-crd h3{font-size:1.15rem;color:#1A1718;margin:0 0 .5rem}
.tchrs-sctn .tchr-crd .tchr-spc{font-size:.9rem;color:#1A1718;margin:0 0 1rem;opacity:.8}
.tchrs-sctn .tchr-crd .tchr-xp{font-size:.85rem;color:#1A1718;background:#feb2bd33;padding:.4rem .9rem;border-radius:4px;display:inline-block}
.tchrs-sctn .tchrs-cta{text-align:center;margin-top:3rem}
.tchrs-sctn .tchrs-cta .btn-cntnr{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#1A1718 0%,#3a3537 100%);color:#FFF;text-decoration:none;border-radius:6px;font-size:1rem;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 8px #1a171833}
.tchrs-sctn .tchrs-cta .btn-cntnr:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1a17184d}
@media (max-width: 1366px) {
.prgrm-hro{gap:2rem}
.lrning-pth .pth-cntnr{gap:2rem}
}
@media (max-width: 768px) {
.prgrm-hro{grid-template-columns:1fr;margin:2rem auto}
.prgrm-hro .hro-cntnt h1{font-size:2rem}
.prgrm-hro .hro-cntnt .cta-wrp .btn-prm,.prgrm-hro .hro-cntnt .cta-wrp .btn-scnd{display:block;margin:0 0 1rem;text-align:center}
.mdls-sctn{padding:3rem 0;margin:3rem 0}
.mdls-sctn .cntnr-mdls h2{font-size:1.8rem}
.mdls-sctn .mdls-grd{grid-template-columns:1fr;gap:1.5rem}
.lrning-pth{margin:3rem auto}
.lrning-pth h2{font-size:1.8rem}
.lrning-pth .pth-cntnr{grid-template-columns:1fr;gap:2rem}
.lrning-pth .pth-nvgtn{flex-direction:row;overflow-x:auto;gap:.5rem}
.lrning-pth .pth-nvgtn label{min-width:140px;padding:.8rem 1rem;font-size:.9rem}
.lrning-pth .pth-cntnt{padding:1.8rem}
.lrning-pth .pth-cntnt h3{font-size:1.5rem}
.tchrs-sctn{padding:3rem 0;margin:3rem 0}
.tchrs-sctn h2{font-size:1.8rem}
.tchrs-sctn .tchrs-grd{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 375px) {
.prgrm-hro{padding:0 1rem}
.prgrm-hro .hro-cntnt h1{font-size:1.7rem}
.mdls-sctn .cntnr-mdls,.lrning-pth,.tchrs-sctn .cntnr-tchrs{padding:0 1rem}
.mdls-sctn .mdl-crd,.lrning-pth .pth-cntnt,.tchrs-sctn .tchr-crd{padding:1.5rem}
}
.prep-title-wrp{position:relative;max-width:1140px;margin:0 auto;padding:80px 20px;overflow:hidden}
.prep-title-wrp::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:linear-gradient(127deg,#FEB2BD 0%,#feb2bd4d 100%);clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);z-index:1;opacity:.4}
.prep-title-wrp::after{content:'';position:absolute;bottom:-20%;left:-5%;width:400px;height:400px;background:linear-gradient(213deg,#1A1718 0%,#1a171833 100%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:1;opacity:.15}
.prep-ttl-cntnt{position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.prep-ttl-txt{flex:1}
.prep-ttl-txt h1{font-size:48px;line-height:1.2;color:#1A1718;margin:0 0 20px;font-weight:700}
.prep-ttl-txt h1::before{content:'';display:inline-block;width:6px;height:48px;background:linear-gradient(180deg,#FEB2BD 0%,#1A1718 100%);margin-right:16px;vertical-align:middle}
.prep-ttl-txt p{font-size:18px;line-height:1.6;color:#1A1718;margin:0 0 16px}
.prep-img-frm{position:relative;flex:0 0 420px}
.prep-img-frm::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:3px solid #FEB2BD;z-index:-1}
.prep-img-frm img{width:100%;height:380px;object-fit:cover;clip-path:polygon(0 0,100% 0,100% 85%,85% 100%,0 100%)}
.rdnss-chck-sctn{background:linear-gradient(165deg,#FFF 0%,#FEB2BD15 100%);padding:70px 20px}
.rdnss-chck-wrp{max-width:1140px;margin:0 auto}
.rdnss-chck-wrp h2{font-size:36px;color:#1A1718;margin:0 0 50px;text-align:center;font-weight:600}
.rdnss-chck-wrp h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FEB2BD 0%,#1A1718 100%);margin:16px auto 0}
.rdnss-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.rdnss-itm{background:#FFF;padding:35px 28px;border-radius:8px;box-shadow:2px 4px 6px #1a171814;position:relative;transition:all .3s ease}
.rdnss-itm:hover{transform:translateY(-4px);box-shadow:4px 8px 12px #1a17181f}
.rdnss-itm::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#FEB2BD;border-radius:8px 0 0 8px;transition:width .3s ease}
.rdnss-itm:hover::before{width:8px}
.rdnss-icn{width:56px;height:56px;background:linear-gradient(135deg,#FEB2BD 0%,#FEB2BD80 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.rdnss-icn svg{width:28px;height:28px;fill:#1A1718}
.rdnss-itm h3{font-size:22px;color:#1A1718;margin:0 0 14px;font-weight:600}
.rdnss-itm p{font-size:16px;line-height:1.5;color:#1A1718;margin:0}
.strt-prcs-sctn{padding:70px 20px;background:#FFF}
.strt-prcs-wrp{max-width:1140px;margin:0 auto}
.strt-prcs-wrp h2{font-size:36px;color:#1A1718;margin:0 0 20px;font-weight:600}
.strt-prcs-intro{font-size:18px;line-height:1.6;color:#1A1718;margin:0 0 50px;max-width:800px}
.strt-tmpln{display:flex;gap:40px;align-items:flex-start}
.strt-tmpln-lft{flex:1}
.strt-stp{display:flex;gap:24px;margin-bottom:40px;position:relative}
.strt-stp:not(:last-child)::after{content:'';position:absolute;left:27px;top:60px;width:2px;height:calc(100% - 20px);background:linear-gradient(180deg,#FEB2BD 0%,#FEB2BD40 100%)}
.strt-stp-nmbr{flex:0 0 56px;height:56px;background:linear-gradient(135deg,#1A1718 0%,#1A1718CC 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;position:relative;z-index:2}
.strt-stp-cntnt h4{font-size:20px;color:#1A1718;margin:0 0 10px;font-weight:600}
.strt-stp-cntnt p{font-size:16px;line-height:1.5;color:#1A1718;margin:0}
.strt-tmpln-rgt{flex:0 0 450px;position:relative}
.strt-tmpln-rgt::before{content:'';position:absolute;top:20px;right:20px;width:200px;height:200px;background:linear-gradient(225deg,#FEB2BD30 0%,transparent 100%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.strt-tmpln-rgt img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:4px 6px 8px #1a17181a;position:relative;z-index:2}
.strt-cta-wrp{margin-top:50px;text-align:center}
.strt-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 36px;background:linear-gradient(135deg,#1A1718 0%,#1A1718E6 100%);color:#FFF;text-decoration:none;font-size:18px;font-weight:600;border-radius:6px;box-shadow:3px 5px 7px #1a171826;transition:all .3s ease;position:relative;z-index:10}
.strt-cta-btn:hover{background:linear-gradient(135deg,#FEB2BD 0%,#FEB2BDE6 100%);color:#1A1718;transform:translateY(-2px);box-shadow:5px 8px 12px #1a171833}
.strt-cta-btn svg{width:20px;height:20px;fill:currentColor}
@media (max-width: 1366px) {
.prep-ttl-cntnt{gap:40px}
.prep-img-frm{flex:0 0 380px}
.rdnss-grd{gap:25px}
.strt-tmpln-rgt{flex:0 0 400px}
}
@media (max-width: 768px) {
.prep-title-wrp{padding:60px 20px}
.prep-ttl-cntnt{flex-direction:column;gap:30px}
.prep-img-frm{flex:0 0 auto;width:100%}
.prep-img-frm img{height:300px}
.prep-ttl-txt h1{font-size:36px}
.prep-ttl-txt h1::before{height:36px;margin-right:12px}
.rdnss-chck-sctn{padding:50px 20px}
.rdnss-chck-wrp h2{font-size:30px;margin-bottom:35px}
.rdnss-grd{grid-template-columns:1fr;gap:20px}
.strt-prcs-sctn{padding:50px 20px}
.strt-prcs-wrp h2{font-size:30px}
.strt-tmpln{flex-direction:column;gap:30px}
.strt-tmpln-rgt{flex:0 0 auto;width:100%}
.strt-tmpln-rgt img{height:350px}
}
@media (max-width: 375px) {
.prep-title-wrp{padding:40px 15px}
.prep-ttl-txt h1{font-size:28px}
.prep-ttl-txt p{font-size:16px}
.rdnss-chck-sctn{padding:40px 15px}
.rdnss-chck-wrp h2{font-size:26px}
.rdnss-itm{padding:25px 20px}
.strt-prcs-sctn{padding:40px 15px}
.strt-prcs-wrp h2{font-size:26px}
.strt-stp{gap:18px}
.strt-stp-nmbr{flex:0 0 48px;height:48px;font-size:20px}
.strt-tmpln-rgt img{height:280px}
.strt-cta-btn{padding:14px 28px;font-size:16px}
}
.ckie-hro{background:linear-gradient(157deg,#1A1718 0%,#3d3537 100%);padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}
.ckie-hro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#feb2bd26 0%,transparent 70%);border-radius:50%}
.ckie-hro::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#feb2bd1a 0%,transparent 70%);border-radius:50%}
.ckie-hro .cntr-wrp{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.ckie-hro .mn-ttl{font-size:48px;color:#FFF;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.ckie-hro .sb-txt{font-size:18px;color:#ffffffd9;margin:0;line-height:1.6}
.plcy-cntnt{background:#FFF;padding:80px 20px}
.plcy-cntnt .cntr-wrp{max-width:900px;margin:0 auto}
.plcy-cntnt .updt-nf{background:linear-gradient(135deg,#feb2bd1a 0%,#feb2bd0d 100%);padding:20px 28px;border-radius:8px;margin:0 0 48px;border-left:4px solid #FEB2BD}
.plcy-cntnt .updt-nf .dt-txt{font-size:14px;color:#1A1718;margin:0;font-weight:600}
.plcy-cntnt .sctn-blk{margin:0 0 56px}
.plcy-cntnt .sctn-blk:last-child{margin-bottom:0}
.plcy-cntnt .sctn-hd{font-size:28px;color:#1A1718;margin:0 0 20px;font-weight:700;position:relative;padding-left:20px}
.plcy-cntnt .sctn-hd::before{content:'';position:absolute;left:0;top:8px;width:6px;height:24px;background:linear-gradient(180deg,#FEB2BD 0%,#feb2bd99 100%);border-radius:3px}
.plcy-cntnt .prg-txt{font-size:16px;color:#4a4647;line-height:1.7;margin:0 0 20px}
.plcy-cntnt .prg-txt:last-child{margin-bottom:0}
.plcy-cntnt .lst-grp{margin:24px 0;padding:0;list-style:none}
.plcy-cntnt .lst-grp .lst-itm{font-size:16px;color:#4a4647;line-height:1.7;margin:0 0 16px;padding-left:32px;position:relative}
.plcy-cntnt .lst-grp .lst-itm::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:linear-gradient(135deg,#FEB2BD 0%,#feb2bdb3 100%);border-radius:50%}
.plcy-cntnt .lst-grp .lst-itm:last-child{margin-bottom:0}
.plcy-cntnt .sb-sctn{margin:28px 0;padding-left:24px;border-left:2px solid #feb2bd4d}
.plcy-cntnt .sb-ttl{font-size:20px;color:#1A1718;margin:0 0 16px;font-weight:600}
.plcy-cntnt .tbl-wrp{overflow-x:auto;margin:28px 0}
.plcy-cntnt .ckie-tbl{width:100%;border-collapse:collapse;border:1px solid #1a17181a}
.plcy-cntnt .ckie-tbl .tbl-hd{background:linear-gradient(135deg,#1A1718 0%,#2d2729 100%)}
.plcy-cntnt .ckie-tbl .tbl-hd .th-cll{padding:16px 20px;text-align:left;font-size:14px;color:#FFF;font-weight:600;border-bottom:2px solid #FEB2BD}
.plcy-cntnt .ckie-tbl .tbl-bdy .tr-rw{border-bottom:1px solid #1a171814}
.plcy-cntnt .ckie-tbl .tbl-bdy .tr-rw:last-child{border-bottom:none}
.plcy-cntnt .ckie-tbl .tbl-bdy .tr-rw:nth-child(even){background:#feb2bd0a}
.plcy-cntnt .ckie-tbl .tbl-bdy .td-cll{padding:16px 20px;font-size:15px;color:#4a4647;line-height:1.6;vertical-align:top}
.plcy-cntnt .hghlght-bx{background:linear-gradient(135deg,#feb2bd14 0%,#feb2bd08 100%);padding:24px 28px;border-radius:8px;margin:28px 0;border:1px solid #feb2bd33}
.plcy-cntnt .cntct-blk{background:#1A1718;padding:32px 36px;border-radius:8px;margin:48px 0 0}
.plcy-cntnt .cntct-blk .cntct-hd{font-size:22px;color:#FFF;margin:0 0 16px;font-weight:600}
.plcy-cntnt .cntct-blk .cntct-txt{font-size:16px;color:#ffffffd9;line-height:1.7;margin:0 0 12px}
.plcy-cntnt .cntct-blk .cntct-lnk{color:#FEB2BD;text-decoration:none;font-weight:500;transition:color .3s ease}
.plcy-cntnt .cntct-blk .cntct-lnk:hover{color:#FFF}
@media (max-width: 768px) {
.ckie-hro{padding:80px 20px 60px}
.ckie-hro .mn-ttl{font-size:32px}
.ckie-hro .sb-txt{font-size:16px}
.plcy-cntnt{padding:60px 20px}
.plcy-cntnt .sctn-hd{font-size:24px}
.plcy-cntnt .ckie-tbl .tbl-hd .th-cll,.plcy-cntnt .ckie-tbl .tbl-bdy .td-cll{padding:12px 16px;font-size:14px}
.plcy-cntnt .cntct-blk{padding:24px 20px}
}
@media (max-width: 375px) {
.ckie-hro .mn-ttl{font-size:28px}
.plcy-cntnt .sctn-hd{font-size:22px}
.plcy-cntnt .ckie-tbl{font-size:13px}
}
.pvc-hdr{background:linear-gradient(142deg,#1A1718 0%,#2d2425 48%,#1A1718 100%);padding:88px 24px 72px;position:relative;overflow:hidden}
.pvc-hdr::before{content:'';position:absolute;top:-120px;right:-80px;width:340px;height:340px;background:#feb2bd14;border-radius:50%;filter:blur(60px)}
.pvc-hdr::after{content:'';position:absolute;bottom:-60px;left:-100px;width:280px;height:280px;background:#feb2bd0f;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.pvc-cntnr{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.pvc-ttl{font-size:46px;font-weight:700;color:#FFF;margin:0 0 16px;letter-spacing:-.5px;line-height:1.2}
.pvc-sbtl{font-size:18px;color:#ffffffd1;margin:0;line-height:1.5}
.pvc-bdy{background:#FFF;padding:0}
.pvc-cntnt-wrp{max-width:1140px;margin:0 auto;padding:80px 24px}
.pvc-sct{margin-bottom:56px}
.pvc-sct:last-child{margin-bottom:0}
.pvc-hdng{font-size:28px;font-weight:700;color:#1A1718;margin:0 0 24px;position:relative;padding-left:18px;line-height:1.3}
.pvc-hdng::before{content:'';position:absolute;left:0;top:6px;width:4px;height:28px;background:linear-gradient(180deg,#FEB2BD 0%,#feb2bd66 100%);border-radius:2px}
.pvc-txt{font-size:16px;color:#4a4344;line-height:1.7;margin:0 0 20px}
.pvc-txt:last-child{margin-bottom:0}
.pvc-lst{list-style:none;padding:0;margin:24px 0}
.pvc-lst-itm{font-size:16px;color:#4a4344;line-height:1.7;margin-bottom:16px;padding-left:32px;position:relative}
.pvc-lst-itm::before{content:'';position:absolute;left:0;top:8px;width:18px;height:18px;background:linear-gradient(135deg,#FEB2BD 0%,#feb2bd80 100%);border-radius:50%;opacity:.85}
.pvc-lst-itm:last-child{margin-bottom:0}
.pvc-sbhdng{font-size:20px;font-weight:600;color:#1A1718;margin:32px 0 16px;line-height:1.4}
.pvc-lnk{color:#1A1718;text-decoration:underline;text-decoration-color:#feb2bd99;text-underline-offset:3px;transition:all .28s ease}
.pvc-lnk:hover{color:#FEB2BD;text-decoration-color:#FEB2BD}
.pvc-dvdr{height:1px;background:linear-gradient(90deg,transparent 0%,#feb2bd4d 20%,#feb2bd4d 80%,transparent 100%);margin:56px 0;border:none}
.pvc-dt{font-size:15px;color:#6b5f60;font-style:italic;margin:48px 0 0;padding-top:24px;border-top:2px solid #feb2bd26}
@media (max-width: 768px) {
.pvc-hdr{padding:64px 20px 56px}
.pvc-ttl{font-size:34px}
.pvc-sbtl{font-size:16px}
.pvc-cntnt-wrp{padding:56px 20px}
.pvc-hdng{font-size:24px;padding-left:16px}
.pvc-hdng::before{width:3px;height:24px}
.pvc-sct{margin-bottom:44px}
.pvc-sbhdng{font-size:18px;margin:28px 0 14px}
.pvc-txt,.pvc-lst-itm{font-size:15px}
.pvc-lst-itm{padding-left:28px}
.pvc-dvdr{margin:44px 0}
}
@media (max-width: 375px) {
.pvc-hdr{padding:52px 16px 44px}
.pvc-ttl{font-size:28px}
.pvc-cntnt-wrp{padding:44px 16px}
}
.sccs-pge{background:linear-gradient(135deg,#FFF 0%,#FEB2BD 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.sccs-pge::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:linear-gradient(225deg,#feb2bd4d 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.sccs-pge::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:linear-gradient(45deg,#1a17180d 0%,transparent 60%);border-radius:50%;filter:blur(60px)}
.sccs-cntnr{max-width:680px;width:100%;background:#fffffff2;padding:70px 50px;border-radius:8px;box-shadow:0 4px 6px #1a171814 0 12px 24px #1a17181f;position:relative;z-index:2;text-align:center}
.sccs-icn-wrp{width:90px;height:90px;margin:0 auto 32px;background:linear-gradient(135deg,#FEB2BD 0%,#FEB2BD 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 6px 20px #feb2bd66}
.sccs-icn-wrp::before{content:'';position:absolute;width:110px;height:110px;border:2px solid #feb2bd4d;border-radius:50%;animation:pls 2s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.15);opacity:.5}
}
.sccs-icn-wrp svg{width:42px;height:42px;fill:#FFF}
.sccs-hdln{font-size:38px;font-weight:700;color:#1A1718;margin:0 0 18px;line-height:1.2}
.sccs-sbhdln{font-size:19px;color:#1A1718;margin:0 0 28px;line-height:1.5;opacity:.85}
.sccs-txt{font-size:16px;color:#1A1718;margin:0 0 15px;line-height:1.6;opacity:.75}
.sccs-txt:last-of-type{margin-bottom:40px}
.sccs-btngrp{display:flex;flex-direction:column;gap:14px;align-items:center}
.sccs-btn-prm{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#1A1718 0%,#1A1718 100%);color:#FFF;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;box-shadow:0 3px 6px #1a171833;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:3}
.sccs-btn-prm:hover{transform:translateY(-2px);box-shadow:0 5px 12px #1a171840}
.sccs-btn-scnd{display:inline-block;padding:16px 44px;background:transparent;color:#1A1718;text-decoration:none;border:2px solid #1A1718;border-radius:6px;font-size:17px;font-weight:600;transition:background .2s ease,color .2s ease;position:relative;z-index:3}
.sccs-btn-scnd:hover{background:#1A1718;color:#FFF}
.sccs-dcr-shp1{position:absolute;top:30px;right:40px;width:60px;height:60px;border:3px solid #feb2bd40;border-radius:50%;z-index:1}
.sccs-dcr-shp2{position:absolute;bottom:45px;left:35px;width:40px;height:40px;background:#feb2bd33;border-radius:6px;transform:rotate(25deg);z-index:1}
.sccs-nfo-bx{margin-top:35px;padding-top:30px;border-top:1px solid #1a17181a}
.sccs-nfo-txt{font-size:14px;color:#1A1718;opacity:.65;margin:0 0 10px;line-height:1.5}
.sccs-cntct-lnk{color:#1A1718;text-decoration:none;font-weight:600;border-bottom:2px solid #FEB2BD;transition:border-color .2s ease;position:relative;z-index:3}
.sccs-cntct-lnk:hover{border-bottom-color:#1A1718}
@media (max-width: 768px) {
.sccs-pge{padding:40px 15px;min-height:75vh}
.sccs-cntnr{padding:50px 30px}
.sccs-icn-wrp{width:75px;height:75px;margin-bottom:26px}
.sccs-icn-wrp svg{width:36px;height:36px}
.sccs-icn-wrp::before{width:90px;height:90px}
.sccs-hdln{font-size:30px;margin-bottom:15px}
.sccs-sbhdln{font-size:17px;margin-bottom:22px}
.sccs-txt{font-size:15px;margin-bottom:12px}
.sccs-txt:last-of-type{margin-bottom:32px}
.sccs-btngrp{gap:12px}
.sccs-btn-prm,.sccs-btn-scnd{padding:14px 36px;font-size:16px;width:100%;text-align:center}
.sccs-dcr-shp1{width:45px;height:45px;top:20px;right:25px}
.sccs-dcr-shp2{width:32px;height:32px;bottom:30px;left:25px}
.sccs-nfo-bx{margin-top:28px;padding-top:24px}
.sccs-nfo-txt{font-size:13px}
}
@media (max-width: 375px) {
.sccs-cntnr{padding:40px 24px}
.sccs-hdln{font-size:26px}
.sccs-sbhdln{font-size:16px}
.sccs-btn-prm,.sccs-btn-scnd{padding:13px 30px;font-size:15px}
}