*{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,header,footer,main,nav,section,article,aside,h1,h2,h3,h4,h5,h6,p,a,img,ul,li,form,label,input,button,textarea{margin:0;padding:0;border:0}
body{font-family:'Alegreya',serif;background:#FFFFF8;color:#1a1a1a;line-height:1.6}
.hdr-tp{background:linear-gradient(135deg,#ff18670d 0%,#6621eb0d 100%);padding:32px 0;border-bottom:3px solid #FF1867}
.hdr-cntnr{max-width:1024px;margin:0 auto;padding:0 20px}
.brnd-zn{display:flex;flex-direction:column;align-items:center;gap:12px}
.lg-img{width:120px;height:120px;object-fit:contain;background:#fff;padding:8px;border-radius:8px;box-shadow:0 4px 12px #ff186726}
.cmpny-nm{font-size:32px;font-weight:700;color:#6621EB;letter-spacing:1px}
.hdr-btm{background:#fff;border-bottom:2px solid #6621eb1a;box-shadow:0 2px 8px #0000000d}
.mn-nvgtn{display:flex;justify-content:center;gap:48px;padding:20px 0;flex-wrap:wrap}
.nv-lnk{color:#1a1a1a;text-decoration:none;font-size:18px;font-weight:400;transition:color .3s ease-out;position:relative}
.nv-lnk:hover{color:#FF1867}
footer{background:linear-gradient(180deg,#6621EB 0%,#FF1867 100%);color:#FFFFF8;padding:48px 0 24px;margin-top:80px;border-radius:40px 40px 0 0}
.ftr-cntnr{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}
.ftr-lft{flex:1;min-width:280px}
.cntct-blck{margin-bottom:24px}
.cntct-itm{margin-bottom:12px;display:flex;align-items:center;gap:10px;font-size:16px}
.cntct-itm a{color:#FFFFF8;text-decoration:none;transition:opacity .3s ease-out}
.cntct-itm a:hover{opacity:.8}
.scl-lnks{display:flex;gap:16px}
.scl-btn{width:44px;height:44px;background:#fffff826;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#FFFFF8;text-decoration:none;font-size:24px;transition:background .3s ease-out}
.scl-btn:hover{background:#fffff840}
.ftr-cntr{flex:1;display:flex;justify-content:center;align-items:center}
.ftr-nvgtn{display:flex;flex-direction:column;gap:16px}
.ftr-lnk{color:#FFFFF8;text-decoration:none;font-size:16px;transition:opacity .3s ease-out}
.ftr-lnk:hover{opacity:.8}
.cpyrght{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #fffff833;font-size:14px;opacity:.9}
.ckie-ppup{position:fixed;top:20px;left:20px;width:320px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0003;z-index:10000;animation:slideInLeft .4s ease-out}
@keyframes slideInLeft {
from{transform:translateX(-100%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.ckie-hdr{padding:20px;border-bottom:2px solid #FF1867}
.ckie-ttl{font-size:20px;font-weight:700;color:#1a1a1a}
.ckie-bdy{padding:20px}
.ckie-txt{font-size:14px;color:#333;margin-bottom:16px;line-height:1.5}
.ckie-ctgry{display:flex;flex-direction:column;gap:12px}
.ckie-lbl{display:flex;align-items:center;gap:10px;font-size:14px;color:#1a1a1a;cursor:pointer}
.ckie-chck{width:18px;height:18px;cursor:pointer}
.ckie-chck:disabled{cursor:not-allowed;opacity:.6}
.ckie-ftr{padding:20px;display:flex;gap:12px;border-top:1px solid #eee}
.ckie-btn{flex:1;padding:12px 20px;font-family:'Alegreya',serif;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;transition:all .3s ease-out}
.ckie-rjct{background:transparent;color:#6621EB;border:2px solid #6621EB}
.ckie-rjct:hover{background:#6621eb0d}
.ckie-ccpt{background:#FF1867;color:#fff;border:2px solid #FF1867}
.ckie-ccpt:hover{background:#e01559;border-color:#e01559}
@media (max-width: 768px) {
.hdr-tp{padding:24px 0}
.lg-img{width:90px;height:90px}
.cmpny-nm{font-size:24px}
.mn-nvgtn{gap:24px;padding:16px 0}
.nv-lnk{font-size:16px}
.ftr-cntnr{flex-direction:column;gap:32px}
.ckie-ppup{width:calc(100% - 40px);left:20px;right:20px}
}
@media (max-width: 480px) {
.mn-nvgtn{flex-direction:column;align-items:center;gap:16px}
.ckie-ftr{flex-direction:column}
}
.hero-wrapper{position:relative;min-height:520px;overflow:hidden;background:linear-gradient(135deg,#6621EB 0%,#FF1867 100%);display:flex;align-items:center;justify-content:center;margin-bottom:0}
.hero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,#fffff808 0px,#fffff808 20px,transparent 20px,transparent 40px)}
.hero-cntnt{max-width:1024px;width:100%;margin:0 auto;padding:60px 24px;position:relative;z-index:2;display:flex;align-items:center;gap:48px}
.hero-txtblck{flex:1}
.hero-ttl{font-size:48px;font-weight:700;color:#FFFFF8;margin:0 0 32px;line-height:1.2}
.hero-btn{display:inline-block;padding:16px 40px;background:#FFFFF8;color:#6621EB;text-decoration:none;font-weight:600;font-size:18px;border-radius:8px;transition:all .3s ease-out;box-shadow:0 4px 12px #00000026}
.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#fff}
.hero-imgwrap{flex:0 0 380px;position:relative}
.hero-imgwrap img{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0003;position:relative}
.hero-imgwrap::before,.hero-imgwrap::after{content:'';position:absolute;left:0;right:0;height:40px;pointer-events:none;border-radius:12px}
.hero-imgwrap::before{top:0;background:linear-gradient(180deg,#6621eb99 0%,transparent 100%)}
.hero-imgwrap::after{bottom:0;background:linear-gradient(0deg,#ff186799 0%,transparent 100%)}
.tools-sctn{max-width:1024px;margin:80px auto;padding:0 24px}
.tools-hdr{text-align:center;margin-bottom:56px}
.tools-hdr h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.tools-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#FF1867,#6621EB);border-radius:2px}
.tools-hdr p{font-size:18px;color:#4a4a4a;line-height:1.6;max-width:720px;margin:24px auto 0}
.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.tool-card{background:#fff;padding:32px 24px;border-radius:10px;box-shadow:0 2px 8px #00000014;transition:all .3s ease-out;border:2px solid transparent;position:relative}
.tool-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FF1867,#6621EB);border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease-out}
.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6621eb26;border-color:#6621EB}
.tool-card:hover::before{opacity:1}
.tool-icn{width:56px;height:56px;background:linear-gradient(135deg,#ff18671a,#6621eb1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.tool-icn svg{width:28px;height:28px;fill:#6621EB}
.tool-card h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.tool-card p{font-size:16px;color:#5a5a5a;line-height:1.6;margin:0}
.effcncy-sctn{background:linear-gradient(135deg,#6621eb0d,#ff18670d);padding:80px 0;margin-top:80px}
.effcncy-wrap{max-width:1024px;margin:0 auto;padding:0 24px}
.effcncy-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.effcncy-cntnt h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.3}
.effcncy-cntnt h2::before{content:'';display:block;width:48px;height:5px;background:#FF1867;margin-bottom:20px;border-radius:3px}
.effcncy-cntnt p{font-size:17px;color:#3a3a3a;line-height:1.7;margin:0 0 20px}
.effcncy-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.stat-bx{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f;text-align:center;position:relative;overflow:hidden}
.stat-bx::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6621EB,#FF1867)}
.stat-num{font-size:42px;font-weight:700;color:#FF1867;margin:0 0 8px;line-height:1}
.stat-lbl{font-size:15px;color:#5a5a5a;font-weight:500;margin:0}
.effcncy-visuals{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.effcncy-visuals img{width:100%;height:240px;object-fit:cover;border-radius:10px;box-shadow:0 4px 12px #0000001a}
.effcncy-visuals img:first-child{grid-column:1 / -1;height:280px}
@media (max-width: 768px) {
.hero-cntnt{flex-direction:column;text-align:center;padding:40px 20px}
.hero-ttl{font-size:32px;margin-bottom:24px}
.hero-imgwrap{flex:0 0 auto;width:100%;max-width:360px}
.hero-imgwrap img{height:260px}
.tools-sctn{margin:60px auto}
.tools-hdr h2{font-size:28px}
.tools-hdr p{font-size:16px}
.tools-grid{grid-template-columns:1fr;gap:24px}
.effcncy-sctn{padding:60px 0;margin-top:60px}
.effcncy-layout{grid-template-columns:1fr;gap:40px}
.effcncy-cntnt h2{font-size:28px}
.effcncy-cntnt p{font-size:16px}
.effcncy-stats{grid-template-columns:1fr}
.effcncy-visuals{grid-template-columns:1fr}
.effcncy-visuals img:first-child{grid-column:1;height:220px}
.effcncy-visuals img{height:200px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero-cntnt{gap:32px}
.hero-ttl{font-size:40px}
.hero-imgwrap{flex:0 0 320px}
.tools-grid{grid-template-columns:repeat(2,1fr)}
.effcncy-layout{gap:40px}
.effcncy-cntnt h2{font-size:32px}
}
.cntct-wrpr{max-width:1024px;margin:0 auto;padding:0 20px}
.hro-cntct{padding:80px 0 60px;background:linear-gradient(135deg,#6621eb14 0%,#ff18670f 100%);text-align:center}
.hro-cntct .hdng-main{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.5px}
.hro-cntct .subttl{font-size:20px;color:#4a4a4a;margin:0 0 32px;line-height:1.6}
.chnls-bx{padding:70px 0}
.chnls-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.chnl-crd{background:#FFFFF8;padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease-out;border:2px solid transparent}
.chnl-crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #6621eb26;border-color:#ff18674d}
.chnl-crd .icn-hldr{width:64px;height:64px;background:linear-gradient(135deg,#FF1867 0%,#6621EB 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.chnl-crd .icn-hldr svg{width:32px;height:32px;fill:#FFFFF8}
.chnl-crd .chnl-ttl{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.chnl-crd .chnl-nfo{font-size:16px;color:#4a4a4a;line-height:1.5}
.chnl-crd .chnl-lnk{color:#6621EB;text-decoration:none;font-weight:500;transition:color .3s ease-out}
.chnl-crd .chnl-lnk:hover{color:#FF1867}
.frm-sctn{padding:80px 0;background:linear-gradient(180deg,#ff18670a 0%,#6621eb0a 100%)}
.frm-sctn .sctn-hdng{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 12px;text-align:center}
.frm-sctn .sctn-dsc{font-size:18px;color:#4a4a4a;text-align:center;margin:0 0 50px;max-width:640px;margin-left:auto;margin-right:auto}
.frm-cntnr{max-width:720px;margin:0 auto;background:#FFFFF8;padding:48px;border-radius:10px;box-shadow:0 8px 24px #00000014}
.frm-ctl{margin:0 0 28px}
.frm-lbl{display:block;font-size:15px;font-weight:600;color:#2a2a2a;margin:0 0 8px}
.frm-npt{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;color:#1a1a1a;background:#fff;transition:all .3s ease-out;box-sizing:border-box}
.frm-npt:focus{outline:none;border-color:#6621EB;box-shadow:0 0 0 3px #6621eb1a}
.nm-rw{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 28px}
.rdio-grp{margin:0 0 28px}
.rdio-grp .frm-lbl{margin:0 0 16px}
.rdio-ptns{display:flex;gap:16px}
.rdio-ptn{position:relative}
.rdio-ptn input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.rdio-ptn .rdio-lbl{display:block;padding:12px 24px;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;font-size:15px;font-weight:500;color:#4a4a4a;transition:all .3s ease-out}
.rdio-ptn input[type="radio"]:checked + .rdio-lbl{border-color:#FF1867;background:#ff186714;color:#FF1867}
.rdio-ptn .rdio-lbl:hover{border-color:#6621EB}
.cndtnl-fld{max-height:0;overflow:hidden;transition:max-height .4s ease-out}
#typ-entreprise:checked ~ .cndtnl-fld.entrprse-flds,#typ-individuel:checked ~ .cndtnl-fld.indvdl-flds{max-height:300px}
.chckbx-wrpr{margin:0 0 28px}
.chckbx-wrpr input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}
.chckbx-wrpr .chckbx-lbl{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;color:#4a4a4a;line-height:1.6}
.chckbx-wrpr .chckbx-lbl::before{content:'';display:inline-block;width:20px;height:20px;border:2px solid #e0e0e0;border-radius:4px;margin-right:12px;flex-shrink:0;transition:all .3s ease-out;background:#fff}
.chckbx-wrpr input[type="checkbox"]:checked + .chckbx-lbl::before{background:#6621EB;border-color:#6621EB;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath fill='%23FFFFF8' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.chckbx-wrpr .plcy-lnk{color:#6621EB;text-decoration:underline;transition:color .3s ease-out}
.chckbx-wrpper .plcy-lnk:hover{color:#FF1867}
.sbmt-bttn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#FF1867 0%,#6621EB 100%);color:#FFFFF8;font-size:17px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease-out;box-shadow:0 4px 12px #ff18674d}
.sbmt-bttn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff186766}
.sbmt-bttn:active{transform:translateY(0)}
.lctn-dtls{padding:70px 0}
.lctn-dtls .sctn-hdng{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 44px;text-align:center}
.lctn-crd{background:#FFFFF8;padding:44px 40px;border-radius:10px;box-shadow:0 6px 20px #00000012;max-width:640px;margin:0 auto}
.lctn-crd .adrs-ttl{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 24px;padding-bottom:16px;border-bottom:3px solid #ff186733}
.lctn-crd .adrs-txt{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0}
.hrs-sctn{padding:80px 0;background:linear-gradient(135deg,#6621eb0f 0%,#ff18670a 100%)}
.hrs-sctn .sctn-hdng{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;text-align:center}
.hrs-sctn .hrs-dsc{font-size:17px;color:#4a4a4a;text-align:center;margin:0 0 44px}
.hrs-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;max-width:880px;margin:0 auto}
.hrs-tm{background:#FFFFF8;padding:28px 24px;border-radius:8px;text-align:center;box-shadow:0 4px 14px #0000000f;border:2px solid transparent;transition:all .3s ease-out}
.hrs-tm:hover{border-color:#6621eb4d}
.hrs-tm .dy-nm{font-size:18px;font-weight:700;color:#6621EB;margin:0 0 8px}
.hrs-tm .tm-rnge{font-size:15px;color:#4a4a4a;margin:0}
@media (max-width: 768px) {
.hro-cntct{padding:60px 0 40px}
.hro-cntct .hdng-main{font-size:36px}
.hro-cntct .subttl{font-size:18px}
.chnls-bx{padding:50px 0}
.chnls-grd{grid-template-columns:1fr;gap:20px}
.frm-sctn{padding:60px 0}
.frm-sctn .sctn-hdng{font-size:32px}
.frm-cntnr{padding:32px 24px}
.nm-rw{grid-template-columns:1fr;gap:0}
.rdio-ptns{flex-direction:column}
.lctn-dtls,.hrs-sctn{padding:50px 0}
.lctn-dtls .sctn-hdng,.hrs-sctn .sctn-hdng{font-size:30px}
.lctn-crd{padding:32px 24px}
.hrs-grd{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hro-cntct .hdng-main{font-size:28px}
.frm-sctn .sctn-hdng{font-size:26px}
.chnl-crd{padding:28px 20px}
}
.abt-hero-wrap{background:linear-gradient(135deg,#FFFFF8 0%,#6621eb14 100%);padding:80px 20px;position:relative;overflow:hidden}
.abt-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ff18671f 0%,transparent 70%);border-radius:50%}
.abt-hero-cntnr{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.abt-hero-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
.abt-hero-txt h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.abt-hero-txt h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FF1867 0%,#6621EB 100%);margin-top:16px}
.abt-hero-txt p{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 16px}
.abt-hero-img{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #0000001f}
.abt-hero-img img{width:100%;height:auto;display:block;object-fit:cover}
.abt-stats-row{display:flex;gap:32px;margin-top:40px;flex-wrap:wrap}
.abt-stat-box{flex:1;min-width:140px;padding:24px;background:#fffff899;border:2px solid #6621eb33;border-radius:8px;transition:all .3s ease-out}
.abt-stat-box:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6621eb26;border-color:#6621EB}
.abt-stat-num{font-size:36px;font-weight:700;color:#FF1867;margin:0 0 8px;display:block}
.abt-stat-lbl{font-size:14px;color:#666;margin:0;text-transform:uppercase;letter-spacing:.5px}
.abt-story-wrap{padding:100px 20px;background:#FFFFF8;position:relative}
.abt-story-cntnr{max-width:1024px;margin:0 auto}
.abt-story-layout{display:grid;grid-template-columns:2fr 3fr;gap:64px;align-items:start}
.abt-story-sidebar{position:sticky;top:40px}
.abt-story-img-wrap{position:relative;margin-bottom:32px}
.abt-story-img-wrap::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;background:linear-gradient(135deg,#ff186726,#6621eb26);border-radius:8px;z-index:1}
.abt-story-img{position:relative;z-index:2;border-radius:8px;overflow:hidden}
.abt-story-img img{width:100%;height:auto;display:block;object-fit:cover}
.abt-profile-card{background:linear-gradient(135deg,#6621eb0d 0%,#ff18670d 100%);padding:28px;border-radius:8px;border-left:4px solid #FF1867}
.abt-profile-img{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:16px;border:3px solid #FFFFF8;box-shadow:0 4px 12px #0000001a}
.abt-profile-img img{width:100%;height:100%;object-fit:cover}
.abt-profile-nm{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 4px}
.abt-profile-ttl{font-size:14px;color:#6621EB;margin:0 0 12px;font-weight:600}
.abt-profile-bio{font-size:14px;line-height:1.5;color:#4a4a4a;margin:0}
.abt-story-cntnt h2{font-size:36px;line-height:1.3;color:#1a1a1a;margin:0 0 32px;font-weight:700;position:relative;padding-left:20px}
.abt-story-cntnt h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#FF1867 0%,#6621EB 100%);border-radius:3px}
.abt-story-cntnt h3{font-size:24px;color:#2a2a2a;margin:40px 0 16px;font-weight:600}
.abt-story-cntnt p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.abt-timeline{position:relative;padding-left:32px;margin:48px 0}
.abt-timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#6621EB 0%,#FF1867 100%)}
.abt-timeline-itm{position:relative;margin-bottom:32px}
.abt-timeline-itm::before{content:'';position:absolute;left:-38px;top:4px;width:12px;height:12px;background:#FF1867;border-radius:50%;border:3px solid #FFFFF8;box-shadow:0 0 0 2px #FF1867}
.abt-timeline-yr{font-size:18px;font-weight:700;color:#6621EB;margin:0 0 8px}
.abt-timeline-txt{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
.abt-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:48px 0}
.abt-feature-card{background:#FFFFF8;padding:28px;border-radius:8px;border:2px solid transparent;transition:all .3s ease-out;position:relative;overflow:hidden}
.abt-feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FF1867 0%,#6621EB 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-out}
.abt-feature-card:hover::before{transform:scaleX(1)}
.abt-feature-card:hover{border-color:#6621eb33;box-shadow:0 8px 24px #6621eb1f;transform:translateY(-2px)}
.abt-feature-icn{width:48px;height:48px;background:linear-gradient(135deg,#ff18671a,#6621eb1a);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.abt-feature-icn svg{width:24px;height:24px;fill:#FF1867}
.abt-feature-ttl{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.abt-feature-desc{font-size:14px;line-height:1.6;color:#666;margin:0}
.abt-cta-section{background:linear-gradient(135deg,#6621EB 0%,#FF1867 100%);padding:48px;border-radius:8px;text-align:center;margin-top:48px;position:relative;overflow:hidden}
.abt-cta-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fffff81a 0%,transparent 70%);animation:rttn 20s linear infinite}
@keyframes rttn {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.abt-cta-cntnt{position:relative;z-index:2}
.abt-cta-hdng{font-size:28px;color:#FFFFF8;margin:0 0 16px;font-weight:700}
.abt-cta-txt{font-size:16px;color:#fffff8e6;margin:0 0 32px;line-height:1.6}
.abt-cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.abt-btn-prmry{display:inline-block;padding:14px 32px;background:#FFFFF8;color:#6621EB;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease-out;border:2px solid #FFFFF8;z-index:10;position:relative}
.abt-btn-prmry:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}
.abt-btn-scndry{display:inline-block;padding:14px 32px;background:transparent;color:#FFFFF8;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;border:2px solid #FFFFF8;transition:all .3s ease-out;z-index:10;position:relative}
.abt-btn-scndry:hover{background:#fffff81a;transform:translateY(-2px)}
@media (max-width: 768px) {
.abt-hero-wrap{padding:60px 20px}
.abt-hero-txt h1{font-size:32px}
.abt-stats-row{gap:16px}
.abt-stat-box{min-width:100px;padding:16px}
.abt-stat-num{font-size:28px}
.abt-story-wrap{padding:60px 20px}
.abt-story-layout{grid-template-columns:1fr;gap:40px}
.abt-story-sidebar{position:static}
.abt-story-cntnt h2{font-size:28px}
.abt-story-cntnt h3{font-size:20px}
.abt-features-grid{grid-template-columns:1fr}
.abt-cta-section{padding:32px 24px}
.abt-cta-hdng{font-size:24px}
.abt-cta-btns{flex-direction:column;align-items:stretch}
.abt-btn-prmry,.abt-btn-scndry{width:100%;text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.abt-hero-grid{grid-template-columns:1fr}
.abt-story-layout{grid-template-columns:1fr 2fr;gap:48px}
.abt-features-grid{grid-template-columns:1fr}
}
@media (min-width: 1025px) {
.abt-hero-grid{grid-template-columns:1.2fr 1fr}
}
.prjcts-hdr{background:linear-gradient(135deg,#FF1867 0%,#6621EB 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.prjcts-hdr::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#fffff81a;border-radius:50%}
.prjcts-hdr::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#fffff814;border-radius:50%}
.hdr-cntnr{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.hdr-cntnr h1{font-size:48px;color:#FFFFF8;margin:0 0 20px;font-weight:700;line-height:1.2}
.hdr-cntnr p{font-size:20px;color:#FFFFF8;opacity:.95;margin:0;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.prjct-gllry{padding:80px 20px;background:#FFFFF8}
.gllry-wrppr{max-width:1024px;margin:0 auto}
.gllry-wrppr h2{font-size:36px;color:#6621EB;margin:0 0 16px;font-weight:600}
.gllry-wrppr .sbtitle{font-size:18px;color:#333;margin:0 0 50px;line-height:1.6}
.prjct-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.prjct-crd{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease-out;position:relative}
.prjct-crd:hover{transform:translateY(-8px);box-shadow:0 12px 24px #6621eb26}
.prjct-crd .img-wrp{width:100%;height:320px;overflow:hidden;position:relative}
.prjct-crd .img-wrp img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out}
.prjct-crd:hover .img-wrp img{transform:scale(1.08)}
.prjct-crd .cntnt-bx{padding:28px}
.prjct-crd h3{font-size:24px;color:#FF1867;margin:0 0 12px;font-weight:600}
.prjct-crd .ctgry-tg{display:inline-block;background:#6621EB;color:#FFFFF8;padding:4px 14px;border-radius:20px;font-size:13px;margin-bottom:16px;font-weight:500}
.prjct-crd p{font-size:16px;color:#555;line-height:1.7;margin:0 0 20px}
.prjct-crd .mtrcx-lst{display:flex;gap:24px;margin-bottom:20px}
.mtrcx-itm{display:flex;flex-direction:column}
.mtrcx-itm .lbl{font-size:13px;color:#888;margin-bottom:4px}
.mtrcx-itm .vl{font-size:18px;color:#FF1867;font-weight:600}
.stdnt-nf{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #eee}
.stdnt-nf .vtr{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #6621EB}
.stdnt-nf .nm{font-size:15px;color:#333;font-weight:500}
.tchng-pprch{background:linear-gradient(165deg,#6621EB 0%,#FF1867 100%);padding:90px 20px;position:relative;overflow:hidden}
.tchng-pprch::before{content:'';position:absolute;top:10%;left:-8%;width:320px;height:320px;background:#fffff80f;transform:rotate(45deg)}
.tchng-cntnr{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.tchng-cntnr h2{font-size:38px;color:#FFFFF8;margin:0 0 20px;font-weight:600;text-align:center}
.tchng-cntnr .intro-txt{font-size:18px;color:#FFFFF8;opacity:.95;text-align:center;margin:0 auto 60px;max-width:800px;line-height:1.7}
.mthd-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mthd-crd-2{background:#fffff81f;backdrop-filter:blur(10px);border-radius:8px;padding:32px 24px;border:1px solid #fffff833;transition:all .3s ease-out}
.mthd-crd-2:hover{background:#fffff82e;transform:translateY(-6px)}
.mthd-crd-2 .icn-wrp{width:56px;height:56px;background:#FFFFF8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.mthd-crd-2 .icn-wrp svg{width:28px;height:28px;fill:#6621EB}
.mthd-crd-2 h3{font-size:22px;color:#FFFFF8;margin:0 0 14px;font-weight:600}
.mthd-crd-2 p{font-size:16px;color:#FFFFF8;opacity:.9;line-height:1.6;margin:0}
.rslt-shwcse{padding:80px 20px;background:#f8f8f8}
.rslt-wrp{max-width:1024px;margin:0 auto}
.rslt-wrp h2{font-size:36px;color:#FF1867;margin:0 0 16px;font-weight:600}
.rslt-wrp .sbtitle-2{font-size:18px;color:#444;margin:0 0 50px;line-height:1.6}
.stts-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:60px}
.stt-bx{background:#fff;padding:32px 24px;border-radius:8px;text-align:center;box-shadow:0 3px 10px #0000000f;position:relative;overflow:hidden}
.stt-bx::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF1867 0%,#6621EB 100%)}
.stt-bx .nmbr{font-size:42px;color:#6621EB;font-weight:700;margin:0 0 8px;line-height:1}
.stt-bx .lbl-2{font-size:15px;color:#666;margin:0}
.sccs-stry{background:#fff;border-radius:8px;padding:40px;box-shadow:0 4px 16px #00000014;display:flex;align-items:center;gap:40px}
.sccs-stry .prfl-img{width:140px;height:140px;border-radius:50%;object-fit:cover;flex-shrink:0;border:4px solid #FF1867}
.sccs-stry .txt-cntnt{flex:1}
.sccs-stry h3{font-size:26px;color:#6621EB;margin:0 0 6px;font-weight:600}
.sccs-stry .rle{font-size:15px;color:#FF1867;margin:0 0 16px;font-weight:500}
.sccs-stry p{font-size:17px;color:#444;line-height:1.7;margin:0}
@media (max-width: 768px) {
.prjcts-hdr{padding:60px 20px 50px}
.hdr-cntnr h1{font-size:32px}
.hdr-cntnr p{font-size:17px}
.prjct-gllry{padding:60px 20px}
.gllry-wrppr h2{font-size:28px}
.prjct-grd{grid-template-columns:1fr;gap:32px}
.prjct-crd .img-wrp{height:240px}
.tchng-pprch{padding:60px 20px}
.tchng-cntnr h2{font-size:28px}
.mthd-grd{grid-template-columns:1fr;gap:24px}
.rslt-shwcse{padding:60px 20px}
.rslt-wrp h2{font-size:28px}
.stts-grd{grid-template-columns:repeat(2,1fr);gap:20px}
.sccs-stry{flex-direction:column;text-align:center;padding:32px 24px}
.sccs-stry .prfl-img{width:120px;height:120px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.prjct-grd{gap:32px}
.mthd-grd{grid-template-columns:repeat(2,1fr)}
.stts-grd{grid-template-columns:repeat(2,1fr)}
}
.prtns-mstr{max-width:1024px;margin:0 auto;padding:0 20px}
.prtns-ttl-wrp{padding:60px 0 40px;text-align:center}
.prtns-ttl-wrp h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.prtns-ttl-wrp .sbtxt{font-size:18px;color:#4a4a4a;line-height:1.6;max-width:720px;margin:0 auto}
.prtns-intrd-bx{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:50px 0;align-items:start}
.prtns-intrd-bx .txt-cntnr{padding:30px 0}
.prtns-intrd-bx h2{font-size:32px;font-weight:600;color:#2a2a2a;margin:0 0 24px;line-height:1.3;position:relative;padding-bottom:16px}
.prtns-intrd-bx h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#FF1867,#6621EB);border-radius:2px}
.prtns-intrd-bx p{font-size:16px;color:#3a3a3a;line-height:1.7;margin:0 0 16px}
.prtns-intrd-bx .img-hldr{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.prtns-intrd-bx .img-hldr img{width:100%;height:auto;display:block;object-fit:cover}
.prtns-vls-sctn{background:linear-gradient(135deg,#ff186714 0%,#6621eb14 100%);padding:60px 40px;margin:60px 0;border-radius:10px;position:relative}
.prtns-vls-sctn::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FF1867,#6621EB)}
.prtns-vls-sctn h2{font-size:34px;font-weight:600;color:#1a1a1a;margin:0 0 40px;text-align:center}
.vls-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.vl-crd{background:#FFFFF8;padding:32px 24px;border-radius:8px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease-out,box-shadow .3s ease-out;position:relative}
.vl-crd:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.vl-crd .icn-wrp{width:56px;height:56px;background:linear-gradient(135deg,#ff186726,#6621eb26);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.vl-crd .icn-wrp svg{width:28px;height:28px;fill:#FF1867}
.vl-crd h3{font-size:20px;font-weight:600;color:#2a2a2a;margin:0 0 12px}
.vl-crd p{font-size:15px;color:#4a4a4a;line-height:1.6;margin:0}
.tms-prcss{padding:70px 0}
.tms-prcss h2{font-size:36px;font-weight:600;color:#1a1a1a;margin:0 0 50px;text-align:center;position:relative;display:inline-block;width:100%}
.tms-prcss h2::before{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FF1867,#6621EB);border-radius:2px}
.stps-flx{display:flex;justify-content:space-between;gap:24px;position:relative;margin-bottom:50px}
.stps-flx::before{content:'';position:absolute;top:30px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#ff18674d,#6621eb4d);z-index:1}
.stp-itm{flex:1;text-align:center;position:relative;z-index:2}
.stp-itm .nmbr-crcl{width:60px;height:60px;background:linear-gradient(135deg,#FF1867,#6621EB);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px;font-weight:700;color:#FFFFF8;box-shadow:0 4px 12px #ff18674d}
.stp-itm h4{font-size:18px;font-weight:600;color:#2a2a2a;margin:0 0 10px}
.stp-itm p{font-size:15px;color:#4a4a4a;line-height:1.5;margin:0}
.prtns-tstmnl{background:#f8f8f4;padding:60px 0;margin:60px 0 0}
.prtns-tstmnl .prtns-mstr{display:flex;gap:50px;align-items:center}
.tstmnl-img-wrp{flex-shrink:0}
.tstmnl-img-wrp img{width:280px;height:350px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001a}
.tstmnl-cntnt{flex:1}
.tstmnl-cntnt .qt-mrk{font-size:64px;color:#FF1867;line-height:.5;margin-bottom:20px;font-family:Georgia,serif}
.tstmnl-cntnt p{font-size:18px;color:#3a3a3a;line-height:1.7;margin:0 0 24px;font-style:italic}
.tstmnl-athr{display:flex;flex-direction:column;gap:6px}
.tstmnl-athr .nm{font-size:20px;font-weight:600;color:#2a2a2a}
.tstmnl-athr .rle{font-size:16px;color:#6621EB}
.cntct-pnl{background:linear-gradient(135deg,#6621EB,#FF1867);padding:50px;margin:70px 0 0;border-radius:10px;text-align:center;color:#FFFFF8}
.cntct-pnl h2{font-size:32px;font-weight:600;margin:0 0 16px;color:#FFFFF8}
.cntct-pnl p{font-size:17px;line-height:1.6;margin:0 0 32px;max-width:650px;margin-left:auto;margin-right:auto;color:#fffff8f2}
.cntct-btns{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}
.btn-prm{display:inline-block;padding:14px 32px;background:#FFFFF8;color:#6621EB;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:transform .3s ease-out,box-shadow .3s ease-out;box-shadow:0 4px 12px #00000026;position:relative;z-index:10}
.btn-prm:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0003}
@media (max-width: 768px) {
.prtns-ttl-wrp h1{font-size:32px}
.prtns-ttl-wrp .sbtxt{font-size:16px}
.prtns-intrd-bx{grid-template-columns:1fr;gap:30px}
.vls-grd{grid-template-columns:1fr;gap:20px}
.stps-flx{flex-direction:column}
.stps-flx::before{display:none}
.prtns-tstmnl .prtns-mstr{flex-direction:column;gap:30px}
.tstmnl-img-wrp img{width:100%;max-width:280px;height:auto}
.cntct-pnl{padding:40px 24px}
.cntct-btns{flex-direction:column}
.btn-prm{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.prtns-ttl-wrp{padding:40px 0 30px}
.prtns-ttl-wrp h1{font-size:28px}
.prtns-intrd-bx h2{font-size:26px}
.prtns-vls-sctn{padding:40px 20px}
.prtns-vls-sctn h2{font-size:28px}
.tms-prcss h2{font-size:28px}
.cntct-pnl h2{font-size:26px}
}
.ckplcy-wrppr{max-width:1024px;margin:0 auto;padding:60px 20px}
.ckplcy-hdr{margin-bottom:48px;text-align:center}
.ckplcy-hdr h1{font-size:42px;color:#6621EB;margin-bottom:16px;font-weight:700}
.ckplcy-hdr .updt-nfo{font-size:15px;color:#666;margin-bottom:12px}
.ckplcy-hdr .intrdctn{font-size:17px;color:#444;line-height:1.6;max-width:720px;margin:0 auto}
.cntnt-blck{margin-bottom:56px}
.cntnt-blck h2{font-size:28px;color:#FF1867;margin-bottom:20px;font-weight:600;position:relative;padding-left:24px}
.cntnt-blck h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#FF1867 0%,#6621EB 100%)}
.cntnt-blck h3{font-size:22px;color:#6621EB;margin-top:32px;margin-bottom:16px;font-weight:600}
.cntnt-blck p{font-size:16px;color:#333;line-height:1.7;margin-bottom:18px}
.cntnt-blck ul{list-style:none;padding:0;margin:24px 0}
.cntnt-blck ul li{font-size:16px;color:#333;line-height:1.7;margin-bottom:14px;padding-left:32px;position:relative}
.cntnt-blck ul li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#FF1867;clip-path:polygon(0 0,100% 0,50% 100%);transform:rotate(90deg)}
.cntnt-blck strong{color:#6621EB;font-weight:600}
.cntnt-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin:32px 0}
.nfobx{background:linear-gradient(135deg,#6621eb0a 0%,#ff18670a 100%);border:2px solid #6621eb26;padding:28px;border-radius:8px;transition:all .3s ease-out}
.nfobx:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6621eb1f;border-color:#6621EB}
.nfobx h4{font-size:19px;color:#FF1867;margin-bottom:14px;font-weight:600}
.nfobx p{font-size:15px;color:#444;line-height:1.6;margin-bottom:0}
.tbl-sctn{margin:40px 0;overflow-x:auto}
.ckktbl{width:100%;border-collapse:separate;border-spacing:0;border:2px solid #6621eb33;border-radius:8px;overflow:hidden}
.ckktbl thead{background:linear-gradient(135deg,#6621EB 0%,#FF1867 100%)}
.ckktbl th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#FFFFF8}
.ckktbl td{padding:16px 20px;font-size:15px;color:#333;border-bottom:1px solid #6621eb1a}
.ckktbl tbody tr:last-child td{border-bottom:none}
.ckktbl tbody tr:nth-child(even){background:#ff186708}
.ckktbl tbody tr:hover{background:#6621eb0f}
.cntct-sctn{background:linear-gradient(135deg,#ff186714 0%,#6621eb14 100%);border:2px solid #6621eb33;padding:40px;border-radius:10px;margin-top:56px;text-align:center}
.cntct-sctn h2{font-size:26px;color:#6621EB;margin-bottom:20px;padding-left:0}
.cntct-sctn h2::before{display:none}
.cntct-sctn p{font-size:16px;color:#444;line-height:1.7;margin-bottom:24px}
.cntct-lnks{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center}
.cntct-lnk{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:#6621EB;text-decoration:none;padding:10px 20px;background:#FFFFF8;border:2px solid #6621EB;border-radius:6px;transition:all .3s ease-out;font-weight:600}
.cntct-lnk:hover{background:#6621EB;color:#FFFFF8;transform:scale(1.05);box-shadow:0 6px 18px #6621eb4d}
.dcrtv-shp{position:relative}
.dcrtv-shp::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:80px;height:80px;background:radial-gradient(circle,#ff186726 0%,transparent 70%);border-radius:50%;z-index:-1}
@media (max-width: 768px) {
.ckplcy-wrppr{padding:40px 16px}
.ckplcy-hdr h1{font-size:32px}
.cntnt-blck h2{font-size:24px}
.cntnt-blck h3{font-size:20px}
.cntnt-grd{grid-template-columns:1fr}
.ckktbl{font-size:14px}
.ckktbl th,.ckktbl td{padding:12px 14px}
.cntct-sctn{padding:28px 20px}
.cntct-lnks{flex-direction:column}
.cntct-lnk{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.ckplcy-hdr h1{font-size:28px}
.cntnt-blck h2{font-size:22px;padding-left:20px}
.cntnt-blck h2::before{width:4px;height:24px}
.nfobx{padding:20px}
}
.pvcy-wrppr{max-width:1024px;margin:0 auto;padding:60px 24px}
.pvcy-hdr-bx{margin-bottom:48px;text-align:center}
.pvcy-hdr-bx h1{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px}
.pvcy-hdr-bx .lst-updtd{font-size:16px;color:#666;margin-bottom:24px}
.pvcy-hdr-bx .ntro-txt{font-size:18px;line-height:1.7;color:#333;max-width:800px;margin:0 auto}
.sctn-grp{display:flex;flex-direction:column;gap:56px;margin-top:56px}
.plcy-sctn{position:relative;padding-left:32px;border-left:3px solid #FF1867}
.plcy-sctn h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:20px;position:relative}
.plcy-sctn h2::before{content:'';position:absolute;left:-32px;top:6px;width:3px;height:24px;background:linear-gradient(180deg,#FF1867 0%,#6621EB 100%);border-radius:2px}
.plcy-sctn h3{font-size:20px;font-weight:600;color:#222;margin-top:32px;margin-bottom:16px}
.plcy-sctn p{font-size:16px;line-height:1.8;color:#444;margin-bottom:16px}
.plcy-sctn ul{list-style:none;padding-left:0;margin:20px 0}
.plcy-sctn ul li{font-size:16px;line-height:1.8;color:#444;padding-left:28px;margin-bottom:12px;position:relative}
.plcy-sctn ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#6621EB;border-radius:50%}
.plcy-sctn ul li strong{color:#1a1a1a;font-weight:600}
.cntct-bx{background:linear-gradient(135deg,#ff186714 0%,#6621eb14 100%);padding:40px;border-radius:8px;margin-top:64px;border:1px solid #ff186733}
.cntct-bx h2{font-size:26px;font-weight:700;color:#1a1a1a;margin-bottom:20px}
.cntct-bx p{font-size:16px;line-height:1.8;color:#444;margin-bottom:16px}
.cntct-dtls{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.cntct-dtls a{font-size:16px;color:#6621EB;text-decoration:none;transition:color .3s ease-out}
.cntct-dtls a:hover{color:#FF1867}
.tbl-cntnr{overflow-x:auto;margin:24px 0;border-radius:8px;border:1px solid #6621eb26}
.plcy-tbl{width:100%;border-collapse:collapse;background:#FFFFF8}
.plcy-tbl thead{background:linear-gradient(135deg,#ff18671f 0%,#6621eb1f 100%)}
.plcy-tbl th{padding:16px 20px;text-align:left;font-size:15px;font-weight:700;color:#1a1a1a;border-bottom:2px solid #FF1867}
.plcy-tbl td{padding:16px 20px;font-size:15px;line-height:1.7;color:#444;border-bottom:1px solid #6621eb1a}
.plcy-tbl tbody tr:last-child td{border-bottom:none}
.plcy-tbl tbody tr:hover{background:#6621eb0a}
.emphss{background:linear-gradient(135deg,#ff18671a 0%,#6621eb1a 100%);padding:24px;border-radius:6px;border-left:4px solid #FF1867;margin:24px 0}
.emphss p{margin-bottom:8px}
.emphss p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.pvcy-wrppr{padding:40px 20px}
.pvcy-hdr-bx h1{font-size:32px}
.pvcy-hdr-bx .ntro-txt{font-size:16px}
.plcy-sctn{padding-left:20px}
.plcy-sctn h2{font-size:24px}
.plcy-sctn h2::before{left:-20px}
.plcy-sctn h3{font-size:18px}
.cntct-bx{padding:28px 20px}
.plcy-tbl th,.plcy-tbl td{padding:12px 14px;font-size:14px}
}
@media (max-width: 480px) {
.pvcy-hdr-bx h1{font-size:28px}
.plcy-sctn h2{font-size:22px}
.sctn-grp{gap:40px}
}
.sccss-wrppr{max-width:1024px;margin:0 auto;padding:0 20px}
.sccss-hro{background:linear-gradient(135deg,#FF1867 0%,#6621EB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.sccss-hro::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fffff814;border-radius:50%;z-index:1}
.sccss-hro::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#6621eb26;border-radius:50%;z-index:1}
.hro-cntnr{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.sccss-icn-bx{width:120px;height:120px;margin:0 auto 32px;background:#fffff826;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.sccss-icn-bx::before{content:'';position:absolute;width:140px;height:140px;border:2px solid #fffff833;border-radius:50%;animation:plsfx 2s ease-out infinite}
@keyframes plsfx {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.3);opacity:0}
}
.sccss-icn-svg{width:64px;height:64px}
.hro-cntnr h1{font-size:42px;font-weight:700;color:#FFFFF8;margin:0 0 20px;line-height:1.2}
.hro-cntnr .sbttl{font-size:20px;color:#fffff8f2;margin:0 0 16px;line-height:1.5}
.hro-cntnr .dscrptn{font-size:16px;color:#fffff8d9;margin:0;line-height:1.6}
.dtls-sctn{padding:60px 20px;background:#FFFFF8}
.dtls-grd{max-width:880px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.dtls-crd{background:linear-gradient(135deg,#ff18670d 0%,#6621eb0d 100%);padding:32px;border-radius:8px;border-left:4px solid #FF1867;transition:transform .3s ease-out,box-shadow .3s ease-out}
.dtls-crd:nth-child(2){border-left-color:#6621EB}
.dtls-crd:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}
.dtls-crd h2{font-size:22px;font-weight:600;color:#2a2a2a;margin:0 0 16px}
.dtls-crd .lbl{font-size:14px;font-weight:600;color:#FF1867;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;display:block}
.dtls-crd:nth-child(2) .lbl{color:#6621EB}
.dtls-crd p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 20px}
.dtls-crd p:last-child{margin-bottom:0}
.dtls-crd .nmbr{font-size:18px;color:#2a2a2a;font-weight:600;display:block;margin-top:4px}
.dtls-crd a{color:#FF1867;text-decoration:none;font-weight:500;transition:color .3s ease-out}
.dtls-crd:nth-child(2) a{color:#6621EB}
.dtls-crd a:hover{color:#6621EB}
.dtls-crd:nth-child(2) a:hover{color:#FF1867}
.actn-sctn{padding:60px 20px;background:linear-gradient(135deg,#ff186708 0%,#6621eb08 100%);position:relative}
.actn-sctn::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent 0%,#FF1867 50%,transparent 100%)}
.actn-cntnr{max-width:640px;margin:0 auto;text-align:center}
.actn-cntnr h2{font-size:32px;font-weight:700;color:#2a2a2a;margin:0 0 20px;line-height:1.3}
.actn-cntnr p{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 36px}
.bttn-grp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.bttn-prm{background:linear-gradient(135deg,#FF1867 0%,#6621EB 100%);color:#FFFFF8;padding:16px 40px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:transform .3s ease-out,box-shadow .3s ease-out;box-shadow:0 4px 12px #ff18674d;z-index:10;position:relative}
.bttn-prm:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff186766}
.bttn-scnd{background:#FFFFF8;color:#FF1867;padding:16px 40px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #FF1867;transition:background .3s ease-out,color .3s ease-out,transform .3s ease-out;z-index:10;position:relative}
.bttn-scnd:hover{background:#FF1867;color:#FFFFF8;transform:translateY(-2px)}
.bttn-icn{width:20px;height:20px}
@media (max-width: 768px) {
.sccss-hro{padding:60px 20px 40px}
.sccss-icn-bx{width:100px;height:100px;margin-bottom:24px}
.sccss-icn-bx::before{width:120px;height:120px}
.sccss-icn-svg{width:52px;height:52px}
.hro-cntnr h1{font-size:32px;margin-bottom:16px}
.hro-cntnr .sbttl{font-size:18px}
.dtls-sctn{padding:40px 20px}
.dtls-grd{grid-template-columns:1fr;gap:24px}
.dtls-crd{padding:24px}
.actn-sctn{padding:40px 20px}
.actn-cntnr h2{font-size:26px}
.bttn-grp{flex-direction:column;align-items:stretch}
.bttn-prm,.bttn-scnd{justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hro-cntnr h1{font-size:38px}
.dtls-grd{gap:32px}
}