:root{font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
html{box-sizing:border-box;scroll-behavior:smooth}
*,:before,:after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Lato',sans-serif;background-color:#f8f9fa;color:#2c3e50;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Arimo',sans-serif;font-weight:700;line-height:1.2}
a{text-decoration:none;color:inherit;transition:color .3s ease}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#e9ecef;box-shadow:inset 0 0 4px #0000001a}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#B954F7 0%,#9b3dd6 100%);border-radius:2px;box-shadow:0 2px 6px #b954f74d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9b3dd6 0%,#B954F7 100%)}
header{background:linear-gradient(135deg,#fff 0%,#f0f0f5 100%);box-shadow:0 4px 12px #00000014}
.hd-top{padding:28px 0;background:linear-gradient(135deg,#b954f70d 0%,#1bba5008 100%);border-bottom:1px solid #b954f71a}
.hd-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.brnd-box{text-align:center}
.brnd-txt{font-size:3.2rem;color:#B954F7;margin-bottom:8px;text-shadow:2px 2px 4px #b954f726}
.brnd-sub{font-size:1.1rem;color:#5a6c7d;font-weight:400;letter-spacing:.5px}
.hd-btm{padding:18px 0;background:#fff}
.hd-btm .hd-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.lg-box{flex-shrink:0}
.lg-lnk{display:block;width:95px;height:95px}
.lg-img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:8px;box-shadow:0 3px 8px #0000001a;padding:8px}
.nv-main{flex-grow:1}
.nv-lst{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.nv-itm{position:relative}
.nv-a{display:block;padding:12px 22px;font-size:1rem;font-weight:600;color:#34495e;border-radius:6px;transition:background-color .3s ease,color .3s ease}
.nv-a:hover{background-color:#b954f714;color:#B954F7}
.nv-itm--active .nv-a{background-color:#B954F7;color:#fff}
.nv-has-sub{position:relative}
.nv-sub{position:absolute;top:100%;left:0;min-width:220px;background:#fff;box-shadow:0 6px 16px #0000001f;border-radius:6px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:100;margin-top:8px}
.nv-has-sub:hover .nv-sub{opacity:1;visibility:visible;transform:translateY(0)}
.nv-sub-itm{display:block}
.nv-sub-a{display:block;padding:10px 20px;font-size:.95rem;color:#34495e;transition:background-color .3s ease,color .3s ease}
.nv-sub-a:hover{background-color:#b954f70f;color:#B954F7}
main{min-height:200px}
footer{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#e8e9ed}
.ft-main{padding:60px 0 40px}
.ft-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}
.ft-col--info{padding-right:30px}
.ft-hdng{font-size:1.8rem;color:#B954F7;margin-bottom:18px}
.ft-txt{font-size:.95rem;line-height:1.7;color:#c5c9d4;margin-bottom:24px}
.ft-contact-box{display:flex;flex-direction:column;gap:14px}
.ft-contact-itm{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#c5c9d4}
.ft-icn{font-size:1.3rem;color:#1BBA50;flex-shrink:0;margin-top:2px}
.ft-lnk{color:#c5c9d4;transition:color .3s ease}
.ft-lnk:hover{color:#1BBA50}
.ft-hdng-sm{font-size:1.25rem;color:#fff;margin-bottom:20px}
.ft-menu{display:flex;flex-direction:column;gap:10px}
.ft-menu-lnk{font-size:.9rem;color:#c5c9d4;transition:color .3s ease;display:inline-block}
.ft-menu-lnk:hover{color:#1BBA50}
.ft-cookie-trigger{margin-top:28px;padding-top:20px;border-top:1px solid #ffffff1a}
.ft-cookie-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#b954f726;color:#fff;font-size:.9rem;font-weight:600;border-radius:6px;transition:background-color .3s ease}
.ft-cookie-btn:hover{background:#b954f740}
.ft-cookie-hint{margin-top:10px;font-size:.8rem;color:#8b91a0}
.ft-cookie-hint kbd{padding:2px 6px;background:#ffffff1a;border-radius:3px;font-family:monospace;font-size:.85em}
.ft-btm{padding:20px 0;border-top:1px solid #ffffff1a;background:#0003}
.ft-copy{text-align:center;font-size:.88rem;color:#a0a5b3}
.cookie-modal{position:fixed;right:30px;top:50%;transform:translateY(-50%) translateX(120%);width:90%;max-width:480px;background:#fff;border-radius:0;box-shadow:0 12px 36px #00000040;z-index:9999;transition:transform .5s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie-modal--visible{transform:translateY(-50%) translateX(0)}
.cookie-content{padding:0}
.cookie-hdr{background:linear-gradient(135deg,#B954F7 0%,#9b3dd6 100%);padding:24px 28px;display:flex;align-items:center;gap:14px}
.cookie-icn-main{font-size:2rem;color:#fff}
.cookie-ttl{font-size:1.5rem;color:#fff;margin:0}
.cookie-bdy{padding:28px}
.cookie-desc{font-size:.95rem;line-height:1.6;color:#34495e;margin-bottom:24px}
.cookie-categories{display:flex;flex-direction:column;gap:16px}
.cookie-cat{padding:14px;background:#f8f9fa;border-radius:0;border-left:3px solid #1BBA50}
.cookie-cat-lbl{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;color:#2c3e50;margin-bottom:6px}
.cookie-chk{width:18px;height:18px;cursor:pointer}
.cookie-chk:disabled{cursor:not-allowed;opacity:.6}
.cookie-cat-nm{font-size:.95rem}
.cookie-cat-desc{font-size:.85rem;color:#5a6c7d;margin-left:28px;line-height:1.5}
.cookie-ftr{padding:20px 28px;background:#f0f1f3;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.cookie-btn{padding:12px 24px;font-size:.95rem;font-weight:600;border-radius:0;transition:background-color .3s ease,transform .2s ease}
.cookie-btn:hover{transform:translateY(-2px)}
.cookie-btn--reject{background:#95a5a6;color:#fff}
.cookie-btn--reject:hover{background:#7f8c8d}
.cookie-btn--accept{background:#1BBA50;color:#fff}
.cookie-btn--accept:hover{background:#17a646}
.cookie-policy-lnk{margin-left:auto;font-size:.88rem;color:#B954F7;text-decoration:underline;transition:color .3s ease}
.cookie-policy-lnk:hover{color:#9b3dd6}
@media (max-width: 992px) {
.ft-grid{grid-template-columns:1fr 1fr;gap:40px}
.ft-col--info{grid-column:1 / -1}
}
@media (max-width: 768px) {
.brnd-txt{font-size:2.4rem}
.brnd-sub{font-size:.95rem}
.hd-btm .hd-wrap{flex-direction:column;gap:20px}
.lg-box{width:80px;height:80px}
.lg-lnk{width:80px;height:80px}
.nv-lst{justify-content:center;gap:4px}
.nv-a{padding:10px 16px;font-size:.9rem}
.ft-grid{grid-template-columns:1fr;gap:35px}
.cookie-modal{right:15px;left:15px;width:auto;max-width:none}
.cookie-ftr{flex-direction:column}
.cookie-btn{width:100%}
.cookie-policy-lnk{margin-left:0}
}
@media (max-width: 480px) {
.brnd-txt{font-size:2rem}
.nv-lst{flex-direction:column;width:100%}
.nv-itm{width:100%}
.nv-a{width:100%;text-align:center}
.nv-sub{position:static;transform:none;margin-top:4px}
.nv-has-sub:hover .nv-sub{transform:none}
}
.pgWrap{max-width:1200px;margin:0 auto;padding:0 20px}
.hBox{background:linear-gradient(135deg,#b954f714 0%,#1bba500f 100%);padding:80px 20px;margin-bottom:60px;position:relative;overflow:hidden}
.hBox::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fbaf0c1f 0%,transparent 70%);border-radius:50%}
.hBox .pgWrap{position:relative;z-index:2}
.pgTitle{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.pgTitle::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#B954F7 0%,#1BBA50 100%);margin-top:16px}
.leadTxt{font-size:20px;line-height:1.6;color:#4a4a4a;max-width:780px;margin:0}
.crsMd{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:80px}
.crsMd .imgWrap{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.crsMd .imgWrap img{width:100%;height:420px;object-fit:cover;display:block;transition:transform .4s ease}
.crsMd .imgWrap:hover img{transform:scale(1.05)}
.crsMd .cntArea{padding:0 20px}
.sbHd{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;padding-left:20px}
.sbHd::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:#B954F7;border-radius:3px}
.crsMd .cntArea .txBlk{font-size:17px;line-height:1.7;color:#555;margin:0 0 18px}
.crsMd .cntArea .txBlk:last-of-type{margin-bottom:0}
.aprchGr{background:#f8f8f8;padding:70px 20px;margin-bottom:80px;position:relative}
.aprchGr::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#B954F7 0%,#1BBA50 50%,#FBAF0C 100%)}
.aprchGr .sbHd{text-align:center;padding-left:0;margin-bottom:50px}
.aprchGr .sbHd::before{display:none}
.aprchGr .sbHd::after{content:'';display:block;width:100px;height:4px;background:#1BBA50;margin:16px auto 0}
.stpGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:0 auto}
.stpCrd{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #00000014;position:relative;transition:all .3s ease;border-top:4px solid transparent}
.stpCrd:nth-child(1){border-top-color:#B954F7}
.stpCrd:nth-child(2){border-top-color:#1BBA50}
.stpCrd:nth-child(3){border-top-color:#FBAF0C}
.stpCrd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000024}
.stpNum{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;font-size:24px;font-weight:700;margin-bottom:20px;color:#fff}
.stpCrd:nth-child(1) .stpNum{background:#B954F7}
.stpCrd:nth-child(2) .stpNum{background:#1BBA50}
.stpCrd:nth-child(3) .stpNum{background:#FBAF0C}
.stpTtl{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 14px}
.stpTxt{font-size:16px;line-height:1.6;color:#666;margin:0}
.pthSec{margin-bottom:80px}
.pthSec .sbHd{margin-bottom:40px}
.pthTab{display:flex;gap:12px;margin-bottom:32px;border-bottom:2px solid #e0e0e0}
.pthTab input[type="radio"]{display:none}
.pthTab label{padding:16px 32px;font-size:18px;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;position:relative;bottom:-2px}
.pthTab label:hover{color:#B954F7}
.pthTab input[type="radio"]:checked + label{color:#B954F7;border-bottom-color:#B954F7}
.pthCnt{display:none;background:#fafafa;padding:40px;border-radius:10px;animation:fdIn .4s ease}
@keyframes fdIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
#tp1:checked ~ .pthBlk .pthCnt:nth-of-type(1),#tp2:checked ~ .pthBlk .pthCnt:nth-of-type(2),#tp3:checked ~ .pthBlk .pthCnt:nth-of-type(3){display:block}
.pthLst{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.pthItm{display:flex;align-items:flex-start;gap:16px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.pthIcn{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#b954f71a;color:#B954F7;font-size:20px}
.pthItm h4{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.pthItm .dsc{font-size:15px;line-height:1.5;color:#666;margin:0}
.bnftBox{background:linear-gradient(135deg,#B954F7 0%,#1BBA50 100%);padding:80px 20px;position:relative;overflow:hidden}
.bnftBox::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff14;border-radius:50%}
.bnftBox::after{content:'';position:absolute;bottom:-120px;right:-80px;width:350px;height:350px;background:#fbaf0c1f;border-radius:50%}
.bnftBox .pgWrap{position:relative;z-index:2}
.bnftBox .sbHd{color:#fff;text-align:center;padding-left:0;margin-bottom:50px}
.bnftBox .sbHd::before{display:none}
.bnftBox .sbHd::after{content:'';display:block;width:100px;height:4px;background:#fff;margin:16px auto 0}
.valGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.valCrd{background:#fffffff2;padding:32px 24px;border-radius:10px;text-align:center;transition:all .3s ease;backdrop-filter:blur(10px)}
.valCrd:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0003;background:#fff}
.valIcn{width:70px;height:70px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:32px;color:#fff}
.valCrd:nth-child(1) .valIcn{background:linear-gradient(135deg,#B954F7 0%,#d084f9 100%)}
.valCrd:nth-child(2) .valIcn{background:linear-gradient(135deg,#1BBA50 0%,#3ed96f 100%)}
.valCrd:nth-child(3) .valIcn{background:linear-gradient(135deg,#FBAF0C 0%,#fdc645 100%)}
.valCrd:nth-child(4) .valIcn{background:linear-gradient(135deg,#B954F7 0%,#1BBA50 100%)}
.valCrd h4{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.valCrd .dsc{font-size:15px;line-height:1.6;color:#555;margin:0}
.ctaBox{background:#1a1a1a;padding:60px 20px;text-align:center}
.ctaBox h3{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px}
.ctaBox .subTxt{font-size:18px;line-height:1.6;color:#ccc;margin:0 0 32px;max-width:700px;margin-left:auto;margin-right:auto}
.btnWrap{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrim,.btnSec{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative;z-index:10}
.btnPrim{background:linear-gradient(135deg,#B954F7 0%,#d084f9 100%);color:#fff;box-shadow:0 4px 12px #b954f74d}
.btnPrim:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b954f766}
.btnSec{background:transparent;color:#fff;border:2px solid #fff}
.btnSec:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px)}
@media (max-width: 1024px) {
.stpGrid{grid-template-columns:1fr;gap:30px}
.valGrid{grid-template-columns:repeat(2,1fr)}
.pthLst{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.pgTitle{font-size:36px}
.leadTxt{font-size:18px}
.crsMd{grid-template-columns:1fr;gap:30px}
.crsMd .imgWrap img{height:320px}
.sbHd{font-size:28px}
.pthTab{flex-direction:column;border-bottom:none}
.pthTab label{border-bottom:none;border-left:3px solid transparent;padding:12px 20px}
.pthTab input[type="radio"]:checked + label{border-left-color:#B954F7;border-bottom:none;background:#f8f8f8}
.valGrid{grid-template-columns:1fr;gap:24px}
.btnWrap{flex-direction:column;align-items:stretch}
.btnPrim,.btnSec{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.hBox{padding:50px 20px}
.pgTitle{font-size:28px}
.leadTxt{font-size:16px}
.aprchGr{padding:50px 20px}
.pthCnt{padding:24px}
.bnftBox{padding:50px 20px}
.ctaBox{padding:40px 20px}
.ctaBox h3{font-size:26px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#f1f1f1}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#B954F7 0%,#1BBA50 100%);border-radius:6px;box-shadow:inset 0 0 4px #0003}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#d084f9 0%,#3ed96f 100%)}
.pgWrp{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.heroZn{position:relative;padding:80px 0 60px;background:linear-gradient(135deg,#b954f714 0%,#1bba500d 100%);overflow:hidden}
.heroZn::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#fbaf0c26 0%,transparent 70%);border-radius:50%}
.heroGd{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.heroTxtBox{z-index:2}
.heroTxtBox h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.heroTxtBox .subHdTxt{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 30px}
.heroBtGrp{display:flex;gap:15px;flex-wrap:wrap}
.primBtn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#B954F7 0%,#9a3dd4 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #b954f740}
.primBtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #b954f759}
.secBtn{display:inline-block;padding:14px 32px;background:#fff;color:#B954F7;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;border:2px solid #B954F7;transition:all .3s ease}
.secBtn:hover{background:#B954F7;color:#fff}
.heroImgBox{position:relative;z-index:2}
.shpClip{clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.shpClip img{width:100%;height:auto;display:block}
.heroImgBox::before{content:'';position:absolute;top:20px;left:20px;width:100%;height:100%;border:3px solid #1BBA50;clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%);z-index:-1}
.dotPtrn{position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background-image:radial-gradient(circle,#FBAF0C 2px,transparent 2px);background-size:15px 15px;opacity:.4}
.outcmSct{padding:70px 0;background:#fff}
.sctHdWrp{text-align:center;margin-bottom:50px}
.sctHdWrp h2{font-size:36px;color:#1a1a1a;margin:0 0 15px;font-weight:700}
.sctHdWrp .subLine{font-size:17px;color:#666;max-width:700px;margin:0 auto;line-height:1.6}
.outcmGd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.outcmCard{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:35px 25px;border-radius:10px;border-left:4px solid #B954F7;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.outcmCard:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a;border-left-color:#1BBA50}
.outcmCard .icnBox{width:56px;height:56px;background:linear-gradient(135deg,#b954f71a 0%,#1bba501a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.outcmCard .icnBox i{font-size:28px;color:#B954F7}
.outcmCard h3{font-size:20px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.outcmCard p{font-size:15px;color:#555;line-height:1.7;margin:0}
.rsltSct{padding:70px 0;background:linear-gradient(135deg,#1bba500d 0%,#fbaf0c14 100%)}
.rsltLyt{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.rsltImgWrp{position:relative}
.rsltImgWrp img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.rsltImgWrp::after{content:'';position:absolute;bottom:-15px;right:-15px;width:100%;height:100%;border:3px solid #FBAF0C;border-radius:12px;z-index:-1}
.rsltCntBox h2{font-size:34px;color:#1a1a1a;margin:0 0 25px;font-weight:700}
.rsltCntBox p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 20px}
.rsltStatGd{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}
.statItem{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}
.statItem .numVal{font-size:32px;font-weight:700;color:#B954F7;display:block;margin-bottom:5px}
.statItem .lbl{font-size:14px;color:#666;line-height:1.4}
.apprchSct{padding:70px 0;background:#fff}
.apprchCnt{max-width:900px;margin:0 auto}
.apprchCnt h2{font-size:36px;color:#1a1a1a;text-align:center;margin:0 0 50px;font-weight:700}
.stpWrp{position:relative;padding-left:80px;margin-bottom:40px}
.stpWrp::before{content:'';position:absolute;left:28px;top:60px;width:3px;height:calc(100% - 60px);background:linear-gradient(180deg,#B954F7 0%,#1BBA50 100%)}
.stpWrp:last-child::before{display:none}
.stpNum{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#B954F7 0%,#1BBA50 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:0 4px 12px #b954f74d}
.stpCnt h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.stpCnt p{font-size:15px;color:#555;line-height:1.7;margin:0}
.casesSct{padding:70px 0;background:linear-gradient(135deg,#b954f70d 0%,#fbaf0c0d 100%)}
.csHdWrp{text-align:center;margin-bottom:50px}
.csHdWrp h2{font-size:36px;color:#1a1a1a;margin:0 0 15px;font-weight:700}
.csHdWrp .subLine{font-size:17px;color:#666;max-width:700px;margin:0 auto}
.csGd{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.csCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.csCard:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}
.csImgBox{width:100%;height:240px;overflow:hidden}
.csImgBox img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.csCard:hover .csImgBox img{transform:scale(1.05)}
.csCntBox{padding:25px}
.csCntBox h3{font-size:20px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.csCntBox p{font-size:15px;color:#555;line-height:1.7;margin:0 0 15px}
.csTagBox{display:flex;gap:8px;flex-wrap:wrap}
.csTag{display:inline-block;padding:5px 12px;background:#b954f71a;color:#B954F7;font-size:13px;border-radius:20px;font-weight:500}
.ctaSct{padding:70px 0;background:linear-gradient(135deg,#B954F7 0%,#1BBA50 100%);text-align:center}
.ctaBox h2{font-size:36px;color:#fff;margin:0 0 20px;font-weight:700}
.ctaBox p{font-size:18px;color:#fff;margin:0 0 35px;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}
.ctaBtn{display:inline-block;padding:16px 40px;background:#fff;color:#B954F7;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.ctaBtn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}
@media (max-width: 992px) {
.heroGd{grid-template-columns:1fr;gap:40px}
.heroTxtBox h1{font-size:36px}
.rsltLyt{grid-template-columns:1fr;gap:40px}
.csGd{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroZn{padding:60px 0 40px}
.heroTxtBox h1{font-size:32px}
.heroTxtBox .subHdTxt{font-size:16px}
.heroBtGrp{flex-direction:column}
.primBtn,.secBtn{width:100%;text-align:center}
.sctHdWrp h2,.csHdWrp h2,.apprchCnt h2,.ctaBox h2{font-size:28px}
.outcmGd{grid-template-columns:1fr}
.rsltStatGd{grid-template-columns:1fr}
.stpWrp{padding-left:70px}
.stpNum{width:50px;height:50px;font-size:20px}
}
@media (max-width: 480px) {
.heroTxtBox h1{font-size:28px}
.sctHdWrp h2,.csHdWrp h2,.apprchCnt h2,.ctaBox h2{font-size:24px}
.rsltCntBox h2{font-size:26px}
.outcmCard,.csCntBox{padding:25px 20px}
}
.cntWrp{max-width:1200px;margin:0 auto;padding:0 20px}
.hdrArea{background:linear-gradient(135deg,#b954f714 0%,#1bba5014 100%);padding:80px 20px 60px;text-align:center;margin-bottom:60px}
.hdrArea .hdTxt{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px}
.hdrArea .subInfo{font-size:18px;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
.gridBase{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:80px}
.infoBlock{background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #B954F7}
.infoBlock .blkHd{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:24px;display:flex;align-items:center;gap:12px}
.infoBlock .blkHd i{color:#B954F7;font-size:28px}
.infoBlock .dtRow{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}
.infoBlock .dtRow:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.infoBlock .dtLbl{font-size:13px;text-transform:uppercase;letter-spacing:.8px;color:#888;margin-bottom:8px;font-weight:600}
.infoBlock .dtVal{font-size:16px;color:#333;font-weight:500}
.infoBlock .dtVal a{color:#1BBA50;text-decoration:none;transition:color .3s ease}
.infoBlock .dtVal a:hover{color:#B954F7}
.imgShowcase{margin-bottom:80px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.imgShowcase img{width:100%;height:420px;object-fit:cover;display:block}
.imgShowcase::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#b954f71a 0%,#1bba5026 100%);pointer-events:none}
.frmSct{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:70px 20px;margin-bottom:80px}
.frmSct .frmTtl{font-size:36px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:12px}
.frmSct .frmDesc{font-size:17px;color:#666;text-align:center;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}
.frmWrp{max-width:680px;margin:0 auto;background:#fff;padding:50px 45px;border-radius:10px;box-shadow:0 4px 16px #00000014}
.frmWrp form{display:flex;flex-direction:column;gap:28px}
.fldGrp{display:flex;flex-direction:column;gap:10px}
.fldGrp label{font-size:15px;font-weight:600;color:#333;letter-spacing:.2px}
.fldGrp input[type="email"]{padding:16px 18px;border:2px solid #e5e5e5;border-radius:6px;font-size:15px;transition:all .3s ease;background:#fafafa}
.fldGrp input[type="email"]:focus{outline:none;border-color:#B954F7;background:#fff;box-shadow:0 0 0 3px #b954f71a}
.ctgSelector{position:relative}
.ctgSelector input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.ctgSelector .optBx{display:flex;flex-direction:column;gap:14px}
.ctgSelector label.optItem{display:flex;align-items:center;padding:18px 22px;border:2px solid #e5e5e5;border-radius:6px;cursor:pointer;transition:all .3s ease;background:#fafafa;position:relative;font-weight:500;color:#444}
.ctgSelector label.optItem::before{content:'';width:20px;height:20px;border:2px solid #ccc;border-radius:50%;margin-right:14px;transition:all .3s ease;flex-shrink:0}
.ctgSelector input[type="radio"]:checked + label.optItem{border-color:#B954F7;background:#b954f70d;color:#1a1a1a}
.ctgSelector input[type="radio"]:checked + label.optItem::before{border-color:#B954F7;background:#B954F7;box-shadow:inset 0 0 0 4px #fff}
.privacyBx{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f9f9f9;border-radius:6px}
.privacyBx input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#B954F7}
.privacyBx label{font-size:14px;color:#555;line-height:1.6;cursor:pointer}
.privacyBx label a{color:#1BBA50;text-decoration:underline;transition:color .3s ease}
.privacyBx label a:hover{color:#B954F7}
.sbmBtn{padding:18px 36px;background:linear-gradient(135deg,#B954F7 0%,#9a3ed6 100%);color:#fff;border:none;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;box-shadow:0 4px 12px #b954f74d}
.sbmBtn:hover{background:linear-gradient(135deg,#9a3ed6 0%,#B954F7 100%);transform:translateY(-2px);box-shadow:0 6px 16px #b954f766}
.sbmBtn:active{transform:translateY(0)}
.whyArea{padding:70px 20px;background:linear-gradient(135deg,#1bba500f 0%,#fbaf0c0f 100%);margin-bottom:80px}
.whyArea .secHd{font-size:34px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:50px}
.benGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}
.benCard{background:#fff;padding:36px 28px;border-radius:8px;text-align:center;box-shadow:0 3px 14px #00000012;transition:all .3s ease;border-top:3px solid transparent}
.benCard:nth-child(1){border-top-color:#B954F7}
.benCard:nth-child(2){border-top-color:#1BBA50}
.benCard:nth-child(3){border-top-color:#FBAF0C}
.benCard:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}
.benCard i{font-size:42px;margin-bottom:20px;display:block}
.benCard:nth-child(1) i{color:#B954F7}
.benCard:nth-child(2) i{color:#1BBA50}
.benCard:nth-child(3) i{color:#FBAF0C}
.benCard .crdTtl{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:14px}
.benCard .crdTxt{font-size:15px;color:#666;line-height:1.6}
.hoursDisplay{background:#fff;padding:60px 20px;text-align:center}
.hoursDisplay .hrTtl{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px}
.schedGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:900px;margin:0 auto}
.dayBox{background:linear-gradient(135deg,#f5f5f5 0%,#fff 100%);padding:24px 20px;border-radius:8px;border:2px solid #e5e5e5;transition:all .3s ease}
.dayBox:hover{border-color:#B954F7;box-shadow:0 4px 12px #b954f726}
.dayBox .dyName{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}
.dayBox .tmRange{font-size:15px;color:#1BBA50;font-weight:500}
@media (max-width: 968px) {
.gridBase{grid-template-columns:1fr;gap:30px}
.benGrid{grid-template-columns:1fr;gap:24px}
.hdrArea .hdTxt{font-size:34px}
.frmSct .frmTtl{font-size:30px}
.frmWrp{padding:40px 30px}
.imgShowcase img{height:320px}
}
@media (max-width: 640px) {
.hdrArea{padding:60px 20px 40px}
.hdrArea .hdTxt{font-size:28px}
.hdrArea .subInfo{font-size:16px}
.infoBlock{padding:30px 24px}
.frmSct{padding:50px 20px}
.frmWrp{padding:35px 24px}
.whyArea{padding:50px 20px}
.whyArea .secHd{font-size:28px}
.schedGrid{grid-template-columns:1fr}
.imgShowcase img{height:260px}
}
.rvSect{max-width:1200px;margin:60px auto;padding:0 20px}
.rvHdr{text-align:center;margin-bottom:80px}
.rvHdr h1{font-size:42px;color:#2d2d2d;margin-bottom:16px;font-weight:700}
.rvHdr .subTxt{font-size:18px;color:#666;line-height:1.6;max-width:680px;margin:0 auto}
.feedGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;margin-bottom:100px}
.feedCard{background:#fff;border:2px solid #f0f0f0;padding:32px;border-radius:8px;position:relative;transition:all .3s ease}
.feedCard:hover{border-color:#B954F7;box-shadow:0 8px 24px #b954f71f;transform:translateY(-4px)}
.feedCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#B954F7 0%,#1BBA50 100%);border-radius:8px 0 0 8px}
.starBox{display:flex;gap:6px;margin-bottom:20px}
.starIco{width:20px;height:20px}
.starIco svg{width:100%;height:100%;fill:#FBAF0C}
.feedTxt{font-size:16px;line-height:1.7;color:#444;margin-bottom:24px}
.authBox{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid #e8e8e8}
.authIco{width:48px;height:48px;background:linear-gradient(135deg,#b954f71a 0%,#1bba501a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.authIco svg{width:24px;height:24px;fill:#B954F7}
.authDet .nm{font-size:16px;font-weight:600;color:#2d2d2d;margin-bottom:4px}
.authDet .dt{font-size:14px;color:#888}
.statBand{background:linear-gradient(135deg,#B954F7 0%,#1BBA50 100%);padding:80px 20px;margin-bottom:100px}
.statWrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:48px}
.statBox{text-align:center}
.statNum{font-size:56px;font-weight:700;color:#fff;margin-bottom:12px;display:block}
.statLbl{font-size:18px;color:#ffffffe6;font-weight:500}
.vizSec{max-width:1200px;margin:0 auto 100px;padding:0 20px}
.vizGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.vizImg{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #0000001a}
.vizContent h2{font-size:36px;color:#2d2d2d;margin-bottom:24px;font-weight:700}
.vizContent h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#B954F7 0%,#1BBA50 100%);margin-bottom:20px}
.vizContent p{font-size:17px;line-height:1.8;color:#555;margin-bottom:20px}
.metricRow{display:flex;gap:24px;margin-top:40px}
.metricItem{flex:1;background:#f9f9f9;padding:24px;border-radius:6px;border-left:3px solid #B954F7}
.metricVal{font-size:32px;font-weight:700;color:#B954F7;margin-bottom:8px}
.metricTxt{font-size:15px;color:#666}
.compareSec{max-width:1200px;margin:0 auto 100px;padding:0 20px}
.compHdr{text-align:center;margin-bottom:60px}
.compHdr h2{font-size:38px;color:#2d2d2d;margin-bottom:16px;font-weight:700}
.compHdr p{font-size:17px;color:#666;max-width:720px;margin:0 auto}
.compLayout{display:grid;grid-template-columns:380px 1fr;gap:48px;align-items:start}
.compImg{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 8px 28px #0000001f;position:sticky;top:20px}
.featureList{display:flex;flex-direction:column;gap:20px}
.featureBox{background:#fff;border:2px solid #e8e8e8;padding:28px;border-radius:6px;display:flex;gap:20px;transition:all .3s ease}
.featureBox:hover{border-color:#1BBA50;box-shadow:0 6px 20px #1bba5014}
.featureIcon{width:54px;height:54px;background:linear-gradient(135deg,#1bba501a 0%,#fbaf0c1a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.featureIcon svg{width:28px;height:28px;fill:#1BBA50}
.featureCont h3{font-size:20px;color:#2d2d2d;margin-bottom:10px;font-weight:600}
.featureCont p{font-size:16px;line-height:1.6;color:#555}
.divShape{height:2px;background:linear-gradient(90deg,transparent 0%,#B954F7 20%,#1BBA50 50%,#FBAF0C 80%,transparent 100%);margin:100px auto;max-width:800px}
@media (max-width: 968px) {
.vizGrid{grid-template-columns:1fr;gap:40px}
.vizImg{height:380px}
.compLayout{grid-template-columns:1fr;gap:36px}
.compImg{height:400px;position:static}
.feedGrid{grid-template-columns:1fr}
.metricRow{flex-direction:column}
}
@media (max-width: 640px) {
.rvHdr h1{font-size:32px}
.vizContent h2{font-size:28px}
.compHdr h2{font-size:30px}
.statNum{font-size:42px}
.statWrap{grid-template-columns:1fr;gap:32px}
}
.page-main-content{background:#fafafa}
.rvSect:nth-of-type(1){padding-top:40px}
.faqWrp{max-width:1200px;margin:0 auto;padding:60px 20px}
.faqHead{text-align:center;margin-bottom:70px}
.faqHead h1{font-size:42px;color:#2c2c2c;margin-bottom:18px;font-weight:700}
.faqHead .subTxt{font-size:18px;color:#666;line-height:1.6;max-width:680px;margin:0 auto}
.qGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:80px}
.qItem{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border-radius:8px;overflow:hidden;box-shadow:0 3px 12px #0000000f;transition:all .3s ease}
.qItem:hover{box-shadow:0 6px 20px #b954f726;transform:translateY(-2px)}
.qToggle{display:none}
.qLabel{display:block;padding:26px 28px;cursor:pointer;position:relative;user-select:none}
.qLabel::after{content:'';position:absolute;right:28px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:linear-gradient(135deg,#B954F7 0%,#9c3ed9 100%);border-radius:50%;transition:all .3s ease}
.qLabel::before{content:'+';position:absolute;right:32px;top:50%;transform:translateY(-50%);color:#fff;font-size:20px;font-weight:700;z-index:2;transition:all .3s ease}
.qToggle:checked + .qLabel::before{content:'−'}
.qToggle:checked + .qLabel::after{background:linear-gradient(135deg,#1BBA50 0%,#159942 100%)}
.qLabel h3{font-size:19px;color:#2c2c2c;margin:0;padding-right:50px;line-height:1.5;font-weight:600}
.qContent{max-height:0;overflow:hidden;transition:max-height .4s ease}
.qToggle:checked ~ .qContent{max-height:600px}
.qContent .innerTxt{padding:0 28px 28px;color:#555;font-size:16px;line-height:1.7}
.qContent .innerTxt strong{color:#B954F7;font-weight:600}
.ctaBx{background:linear-gradient(135deg,#b954f714 0%,#1bba500d 100%);border-radius:12px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}
.ctaBx::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#b954f71f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.ctaBx::after{content:'';position:absolute;bottom:-30%;left:-8%;width:350px;height:350px;background:radial-gradient(circle,#1bba501a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.ctaBx .ctaInner{position:relative;z-index:2;max-width:720px;margin:0 auto}
.ctaBx h2{font-size:36px;color:#2c2c2c;margin-bottom:20px;font-weight:700}
.ctaBx .descTxt{font-size:17px;color:#666;line-height:1.7;margin-bottom:32px}
.ctaBtnGrp{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.ctaBtn{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #0000001a}
.ctaBtn.prim{background:linear-gradient(135deg,#B954F7 0%,#9c3ed9 100%);color:#fff}
.ctaBtn.prim:hover{transform:translateY(-3px);box-shadow:0 6px 20px #b954f759}
.ctaBtn.sec{background:#fff;color:#1BBA50;border:2px solid #1BBA50}
.ctaBtn.sec:hover{background:#1BBA50;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #1bba504d}
.ctaBtn i{font-size:20px}
.imgBx{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:50px;max-width:900px;margin-left:auto;margin-right:auto}
.imgBx img{width:100%;height:280px;object-fit:cover;border-radius:10px;box-shadow:0 5px 18px #0000001f;transition:all .3s ease}
.imgBx img:hover{transform:scale(1.03);box-shadow:0 8px 24px #b954f740}
@media (max-width: 968px) {
.qGrid{grid-template-columns:1fr;gap:20px}
.faqHead h1{font-size:34px}
.ctaBx h2{font-size:30px}
.ctaBx{padding:50px 30px}
.imgBx{grid-template-columns:1fr}
.imgBx img{height:240px}
}
@media (max-width: 640px) {
.faqWrp{padding:40px 16px}
.faqHead{margin-bottom:50px}
.faqHead h1{font-size:28px}
.faqHead .subTxt{font-size:16px}
.qLabel{padding:20px 22px}
.qLabel h3{font-size:17px;padding-right:45px}
.qContent .innerTxt{padding:0 22px 22px;font-size:15px}
.ctaBx{padding:40px 20px}
.ctaBx h2{font-size:26px}
.ctaBx .descTxt{font-size:16px}
.ctaBtnGrp{flex-direction:column;gap:14px}
.ctaBtn{width:100%;justify-content:center;padding:14px 28px;font-size:16px}
.imgBx{margin-top:40px}
}
.faqWrp::-webkit-scrollbar{width:12px}
.faqWrp::-webkit-scrollbar-track{background:#f4f4f4;border-radius:10px}
.faqWrp::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#B954F7 0%,#9c3ed9 100%);border-radius:10px;box-shadow:0 2px 6px #00000026}
.faqWrp::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9c3ed9 0%,#8635c2 100%)}
.cpContent{max-width:1200px;margin:0 auto;padding:60px 20px}
.cpHdr{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #B954F7;position:relative}
.cpHdr::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,#1BBA50,#FBAF0C)}
.cpHdr h1{font-size:2.8rem;color:#2c3e50;margin-bottom:15px;font-weight:700}
.cpMeta{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;color:#666;font-size:.95rem}
.cpMeta span{display:flex;align-items:center;gap:8px}
.cpMeta i{color:#B954F7;font-size:1.2rem}
.cpIntro{background:linear-gradient(135deg,#b954f714,#1bba5014);padding:35px;border-radius:8px;margin-bottom:50px;border-left:5px solid #B954F7}
.cpIntro p{font-size:1.05rem;line-height:1.8;color:#2c3e50;margin:0}
.cpSec{margin-bottom:45px}
.cpSec h2{font-size:2rem;color:#2c3e50;margin-bottom:20px;padding-left:20px;border-left:4px solid #1BBA50;font-weight:600}
.cpSec h3{font-size:1.5rem;color:#34495e;margin:30px 0 15px;font-weight:600}
.cpSec h4{font-size:1.2rem;color:#555;margin:25px 0 12px;font-weight:600}
.cpSec p{font-size:1rem;line-height:1.8;color:#444;margin-bottom:18px}
.cpSec ul{list-style:none;padding:0;margin:20px 0}
.cpSec ul li{padding:12px 0 12px 35px;position:relative;font-size:1rem;line-height:1.7;color:#444;margin-bottom:10px}
.cpSec ul li::before{content:'';position:absolute;left:0;top:16px;width:8px;height:8px;background:#B954F7;border-radius:50%;box-shadow:0 0 0 3px #b954f733}
.cpHighlight{background:linear-gradient(120deg,#fbaf0c26,#1bba5026);padding:25px 30px;border-radius:8px;margin:30px 0;border:2px solid #1bba504d}
.cpHighlight p{margin:0;font-weight:500}
.cpTable{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:8px;overflow:hidden}
.cpTable th{background:linear-gradient(135deg,#B954F7,#9b3fd9);color:#fff;padding:18px;text-align:left;font-weight:600;font-size:1.05rem}
.cpTable td{padding:16px 18px;border-bottom:1px solid #e8e8e8;color:#444;line-height:1.6}
.cpTable tr:last-child td{border-bottom:none}
.cpTable tr:hover td{background:#b954f70d}
.cpContactBox{background:linear-gradient(135deg,#b954f71a,#fbaf0c1a);padding:40px;border-radius:10px;margin:50px 0;text-align:center}
.cpContactBox h3{font-size:1.8rem;color:#2c3e50;margin-bottom:20px}
.cpContactBox p{font-size:1.05rem;color:#555;margin-bottom:25px;line-height:1.7}
.cpContactInfo{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:25px}
.cpContactItem{display:flex;align-items:center;gap:12px;font-size:1.05rem;color:#2c3e50}
.cpContactItem i{font-size:1.5rem;color:#1BBA50}
.cpContactItem a{color:#B954F7;text-decoration:none;font-weight:500;transition:all .3s ease}
.cpContactItem a:hover{color:#9b3fd9;text-decoration:underline}
.cpDivider{height:2px;background:linear-gradient(90deg,transparent,#B954F7,#1BBA50,#FBAF0C,transparent);margin:50px 0;opacity:.4}
@media (max-width: 768px) {
.cpContent{padding:40px 15px}
.cpHdr h1{font-size:2rem}
.cpMeta{gap:15px;font-size:.9rem}
.cpIntro{padding:25px 20px}
.cpSec h2{font-size:1.6rem;padding-left:15px}
.cpSec h3{font-size:1.3rem}
.cpSec h4{font-size:1.1rem}
.cpTable{font-size:.9rem}
.cpTable th,.cpTable td{padding:12px}
.cpContactBox{padding:30px 20px}
.cpContactInfo{gap:25px;flex-direction:column;align-items:center}
}
@media (max-width: 480px) {
.cpHdr h1{font-size:1.6rem}
.cpSec h2{font-size:1.4rem}
.cpContactBox h3{font-size:1.5rem}
}
.privacyWrap{max-width:1200px;margin:0 auto;padding:80px 20px}
.pvHero{background:linear-gradient(135deg,#b954f714 0%,#1bba500f 100%);padding:60px 40px;border-radius:8px;margin-bottom:60px;position:relative;overflow:hidden}
.pvHero::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#fbaf0c26 0%,transparent 70%);border-radius:50%}
.pvHero h1{font-size:42px;color:#2a2a2a;margin:0 0 20px;font-weight:700;position:relative}
.pvHero .updateDt{font-size:16px;color:#666;margin:0 0 24px;font-weight:500}
.pvHero .introTxt{font-size:18px;line-height:1.7;color:#444;max-width:900px;position:relative}
.docContent{display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}
.navSidebar{position:sticky;top:20px;background:#fff;border:2px solid #f0f0f0;border-radius:8px;padding:30px 24px}
.navSidebar h3{font-size:16px;font-weight:700;color:#2a2a2a;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}
.navSidebar ul{list-style:none;margin:0;padding:0}
.navSidebar li{margin:0 0 12px}
.navSidebar a{display:block;padding:10px 16px;color:#555;text-decoration:none;font-size:15px;border-radius:6px;transition:all .25s ease;border-left:3px solid transparent}
.navSidebar a:hover{background:#b954f714;color:#B954F7;border-left-color:#B954F7;transform:translateX(4px)}
.mainDoc{background:#fff;padding:50px 45px;border-radius:8px;box-shadow:0 2px 12px #0000000a}
.docSection{margin-bottom:50px;padding-bottom:40px;border-bottom:1px solid #e8e8e8}
.docSection:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.docSection h2{font-size:32px;color:#2a2a2a;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.docSection h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:28px;background:linear-gradient(180deg,#B954F7 0%,#1BBA50 100%);border-radius:3px}
.docSection h3{font-size:24px;color:#333;margin:32px 0 16px;font-weight:600}
.docSection p{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 18px}
.docSection ul,.docSection ol{margin:0 0 20px;padding-left:24px}
.docSection li{font-size:16px;line-height:1.75;color:#4a4a4a;margin-bottom:12px}
.docSection li strong{color:#2a2a2a;font-weight:600}
.infoBox{background:linear-gradient(135deg,#1bba500f 0%,#b954f70a 100%);padding:28px 32px;border-radius:8px;border-left:4px solid #1BBA50;margin:28px 0}
.infoBox p{margin:0;font-size:16px;color:#333;line-height:1.7}
.contactBlock{background:#f8f8f8;padding:32px 36px;border-radius:8px;margin:32px 0;display:flex;flex-direction:column;gap:16px}
.contactBlock h4{font-size:20px;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.contactBlock a{color:#B954F7;text-decoration:none;font-size:16px;font-weight:500;transition:color .25s ease}
.contactBlock a:hover{color:#1BBA50;text-decoration:underline}
.dataTable{width:100%;border-collapse:collapse;margin:24px 0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}
.dataTable th{background:linear-gradient(135deg,#B954F7 0%,#9d3ee0 100%);color:#fff;padding:16px 20px;text-align:left;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.dataTable td{padding:16px 20px;border-bottom:1px solid #eee;font-size:15px;color:#4a4a4a;line-height:1.6}
.dataTable tr:last-child td{border-bottom:none}
.dataTable tr:hover{background:#b954f708}
@media (max-width: 992px) {
.docContent{grid-template-columns:1fr;gap:30px}
.navSidebar{position:static;display:none}
.pvHero{padding:40px 30px}
.pvHero h1{font-size:34px}
.mainDoc{padding:35px 30px}
.docSection h2{font-size:28px}
}
@media (max-width: 768px) {
.privacyWrap{padding:50px 16px}
.pvHero{padding:32px 24px;border-radius:6px}
.pvHero h1{font-size:28px;margin-bottom:14px}
.pvHero .introTxt{font-size:16px}
.mainDoc{padding:28px 20px}
.docSection{margin-bottom:40px;padding-bottom:32px}
.docSection h2{font-size:24px;padding-left:16px}
.docSection h2::before{width:5px;height:24px}
.docSection h3{font-size:20px}
.infoBox,.contactBlock{padding:20px 24px}
.dataTable{font-size:14px}
.dataTable th,.dataTable td{padding:12px 16px}
}
.successWrp{max-width:1200px;margin:0 auto;padding:80px 20px}
.confirmBox{background:linear-gradient(135deg,#b954f714 0%,#1bba5014 100%);border-radius:8px;padding:60px 40px;text-align:center;box-shadow:0 4px 12px #0000000f;position:relative;overflow:hidden}
.confirmBox::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#b954f708 0%,transparent 70%);animation:rotateGlow 20s linear infinite}
@keyframes rotateGlow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.confirmBox .iconCircle{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#1BBA50 0%,#16a344 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #1bba5040;position:relative;z-index:1}
.confirmBox .iconCircle i{font-size:64px;color:#fff}
.confirmBox .mainHdg{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;z-index:1;line-height:1.2}
.confirmBox .subTxt{font-size:18px;color:#4a4a4a;margin:0 0 35px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.confirmBox .detailGrid{display:flex;gap:24px;justify-content:center;margin:40px 0;flex-wrap:wrap;position:relative;z-index:1}
.confirmBox .detailCard{background:#ffffffb3;border:2px solid #b954f726;border-radius:6px;padding:24px 32px;min-width:240px;transition:all .3s ease}
.confirmBox .detailCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #b954f726;border-color:#b954f74d}
.confirmBox .detailCard .cardIcon{font-size:32px;color:#B954F7;margin-bottom:12px}
.confirmBox .detailCard .cardLabel{font-size:13px;color:#666;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.confirmBox .detailCard .cardValue{font-size:20px;color:#1a1a1a;margin:0;font-weight:700}
.confirmBox .nextSteps{background:#ffffff80;border-radius:6px;padding:32px;margin:40px 0 0;text-align:left;position:relative;z-index:1;border:1px solid #b954f71f}
.confirmBox .nextSteps .stepsHdg{font-size:22px;color:#1a1a1a;margin:0 0 20px;font-weight:700;display:flex;align-items:center;gap:12px}
.confirmBox .nextSteps .stepsHdg::before{content:'';width:4px;height:28px;background:linear-gradient(180deg,#B954F7 0%,#1BBA50 100%);border-radius:2px}
.confirmBox .nextSteps .stepList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}
.confirmBox .nextSteps .stepItem{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fff9;border-radius:4px;transition:all .3s ease}
.confirmBox .nextSteps .stepItem:hover{background:#ffffffe6;transform:translateX(4px)}
.confirmBox .nextSteps .stepNum{width:32px;height:32px;background:linear-gradient(135deg,#B954F7 0%,#9a3fd4 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}
.confirmBox .nextSteps .stepContent{flex:1}
.confirmBox .nextSteps .stepTitle{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.confirmBox .nextSteps .stepDesc{font-size:15px;color:#555;margin:0;line-height:1.5}
.confirmBox .actionRow{display:flex;gap:16px;justify-content:center;margin-top:40px;flex-wrap:wrap;position:relative;z-index:1}
.confirmBox .btnPrimary{background:linear-gradient(135deg,#B954F7 0%,#9a3fd4 100%);color:#fff;border:none;padding:16px 40px;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 14px #b954f74d}
.confirmBox .btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b954f766}
.confirmBox .btnSecondary{background:transparent;color:#B954F7;border:2px solid #B954F7;padding:14px 38px;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:10px}
.confirmBox .btnSecondary:hover{background:#b954f71a;transform:translateY(-2px)}
.confirmBox .supportInfo{margin-top:40px;padding-top:30px;border-top:2px solid #b954f71f;position:relative;z-index:1}
.confirmBox .supportInfo .supportTxt{font-size:15px;color:#666;margin:0 0 16px}
.confirmBox .supportInfo .contactLinks{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.confirmBox .supportInfo .contactItem{display:flex;align-items:center;gap:8px;color:#1BBA50;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease}
.confirmBox .supportInfo .contactItem:hover{color:#16a344;transform:translateY(-1px)}
.confirmBox .supportInfo .contactItem i{font-size:18px}
@media (max-width: 768px) {
.successWrp{padding:60px 16px}
.confirmBox{padding:40px 24px}
.confirmBox .mainHdg{font-size:32px}
.confirmBox .subTxt{font-size:16px}
.confirmBox .detailGrid{flex-direction:column;gap:16px}
.confirmBox .detailCard{min-width:100%}
.confirmBox .nextSteps{padding:24px 20px}
.confirmBox .actionRow{flex-direction:column;align-items:stretch}
.confirmBox .btnPrimary,.confirmBox .btnSecondary{justify-content:center;width:100%}
.confirmBox .supportInfo .contactLinks{flex-direction:column;gap:12px}
}
@media (max-width: 480px) {
.confirmBox .iconCircle{width:100px;height:100px}
.confirmBox .iconCircle i{font-size:52px}
.confirmBox .mainHdg{font-size:28px}
}