@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Manrope',sans-serif;font-size:16px;line-height:1.6;color:#151515;background:#F8F8F8}
.hdr-wrp{background:#FFF;box-shadow:0 2px 12px #1515150f}
.hdr-cmpny{background:linear-gradient(135deg,#151515 0%,#2a2a2a 100%);padding:18px 0;text-align:center}
.hdr-cmpny h1{font-size:28px;font-weight:700;color:#F8F8F8;letter-spacing:.5px}
.hdr-mn{padding:24px 0}
.hdr-mn .cntnr{max-width:960px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.lg-wrp{flex-shrink:0}
.lg-wrp img{height:110px;width:110px;object-fit:contain;display:block;background:#f8f8f880;padding:8px;border-radius:8px;box-shadow:0 4px 16px #15151514}
.nvgtn{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex:1}
.nvgtn a{padding:12px 20px;text-decoration:none;color:#151515;font-weight:500;font-size:15px;border-radius:6px;transition:background 0.2s,color .2s;white-space:nowrap}
.nvgtn a:hover{background:#fd346114;color:#FD3461}
.ftr-wrp{background:#151515;color:#F8F8F8;padding:48px 0 24px;margin-top:80px}
.ftr-cntnr{max-width:960px;margin:0 auto;padding:0 20px}
.ftr-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;margin-bottom:40px}
.ftr-clmn h3{font-size:16px;font-weight:700;margin-bottom:16px;color:#FD3461}
.ftr-clmn p,.ftr-clmn a{font-size:14px;line-height:1.8;color:#F8F8F8;text-decoration:none;display:block;margin-bottom:8px}
.ftr-clmn a:hover{color:#FD3461}
.ftr-btm{border-top:1px solid #f8f8f81a;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.ftr-btm p{font-size:13px;color:#f8f8f8b3}
.ftr-lnks{display:flex;gap:20px}
.ftr-lnks a{font-size:13px;color:#f8f8f8b3;text-decoration:none}
.ftr-lnks a:hover{color:#FD3461}
.ck-pnl{position:fixed;top:24px;right:24px;background:#FFF;border-radius:12px;box-shadow:0 8px 32px #15151529;padding:28px;max-width:420px;z-index:9999;transform:translateX(500px);opacity:0;transition:transform .4s cubic-bezier(0.4,0,0.2,1),opacity .4s}
.ck-pnl.shw{transform:translateX(0);opacity:1}
.ck-pnl.hdn{transform:translateX(500px);opacity:0}
.ck-hdr{margin-bottom:20px}
.ck-hdr h3{font-size:18px;font-weight:700;color:#151515;margin-bottom:8px}
.ck-hdr p{font-size:14px;color:#666;line-height:1.5}
.ck-tgls{margin-bottom:24px}
.ck-itm{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #1515150f}
.ck-itm:last-child{border-bottom:none}
.ck-lbl{font-size:14px;font-weight:500;color:#151515}
.ck-swtch{position:relative;width:48px;height:24px}
.ck-swtch input{opacity:0;width:0;height:0}
.ck-sldr{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:24px;transition:background .3s}
.ck-sldr:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s}
.ck-swtch input:checked + .ck-sldr{background:#FD3461}
.ck-swtch input:checked + .ck-sldr:before{transform:translateX(24px)}
.ck-btns{display:flex;gap:12px}
.ck-btn{flex:1;padding:12px 20px;border:none;border-radius:8px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background 0.2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}
.ck-btn:active{transform:scale(0.98)}
.ck-accpt{background:#FD3461;color:#FFF}
.ck-accpt:hover{background:#e62e56}
.ck-dcln{background:#F8F8F8;color:#151515}
.ck-dcln:hover{background:#e8e8e8}
@media (max-width: 768px) {
.hdr-mn .cntnr{flex-direction:column;text-align:center}
.nvgtn{justify-content:center}
.nvgtn a{font-size:14px;padding:10px 16px}
.hdr-cmpny h1{font-size:22px}
.lg-wrp img{height:90px;width:90px}
.ftr-btm{flex-direction:column;text-align:center}
.ck-pnl{right:12px;left:12px;max-width:none;top:12px}
}
@media (max-width: 480px) {
.nvgtn{flex-direction:column;width:100%}
.nvgtn a{width:100%;text-align:center}
.ck-btns{flex-direction:column}
}
.legal-inner{max-width:960px;margin:0 auto;padding:60px 20px;background:#F8F8F8}
.legal-inner h1{font-size:42px;font-weight:700;color:#151515;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.legal-inner h2{font-size:32px;font-weight:700;color:#151515;margin:60px 0 24px;line-height:1.3;letter-spacing:-.3px}
.legal-inner h3{font-size:24px;font-weight:600;color:#151515;margin:40px 0 20px;line-height:1.4}
.legal-inner h4{font-size:20px;font-weight:600;color:#151515;margin:32px 0 16px;line-height:1.4}
.legal-inner h5{font-size:18px;font-weight:600;color:#151515;margin:28px 0 14px;line-height:1.5}
.legal-inner h6{font-size:16px;font-weight:600;color:#151515;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.legal-inner p{font-size:16px;line-height:1.75;color:#151515;margin:0 0 20px}
.legal-inner strong,.legal-inner b{font-weight:600;color:#151515}
.legal-inner ul{margin:0 0 20px;padding:0 0 0 24px;list-style-type:disc}
.legal-inner ol{margin:0 0 20px;padding:0 0 24px;list-style-type:decimal}
.legal-inner ul ul,.legal-inner ol ul{margin:8px 0;list-style-type:circle}
.legal-inner ol ol,.legal-inner ul ol{margin:8px 0;list-style-type:lower-alpha}
.legal-inner li{font-size:16px;line-height:1.75;color:#151515;margin:0 0 12px;padding-left:8px}
.legal-inner hr{border:none;border-top:2px solid #1515151a;margin:48px 0}
.legal-inner table{width:100%;border-collapse:collapse;margin:32px 0;background:#FFF;box-shadow:0 2px 16px #15151514;border-radius:8px;overflow:hidden}
.legal-inner thead{background:#151515}
.legal-inner thead tr{border:none}
.legal-inner thead th{font-size:14px;font-weight:600;color:#F8F8F8;text-align:left;padding:16px 20px;text-transform:uppercase;letter-spacing:.5px}
.legal-inner tbody tr{border-bottom:1px solid #15151514}
.legal-inner tbody tr:last-child{border-bottom:none}
.legal-inner tbody tr:nth-child(even){background:#f8f8f880}
.legal-inner td{font-size:15px;line-height:1.6;color:#151515;padding:16px 20px;vertical-align:top}
.legal-inner th{font-weight:600}
@media (max-width: 768px) {
.legal-inner{padding:40px 16px}
.legal-inner h1{font-size:32px;margin-bottom:32px}
.legal-inner h2{font-size:26px;margin:48px 0 20px}
.legal-inner h3{font-size:22px;margin:32px 0 16px}
.legal-inner h4{font-size:19px;margin:28px 0 14px}
.legal-inner h5{font-size:17px;margin:24px 0 12px}
.legal-inner h6{font-size:15px;margin:20px 0 10px}
.legal-inner table{font-size:14px;margin:24px 0}
.legal-inner thead th{font-size:13px;padding:12px 14px}
.legal-inner td{font-size:14px;padding:12px 14px}
}
@media (max-width: 480px) {
.legal-inner{padding:32px 12px}
.legal-inner h1{font-size:28px}
.legal-inner h2{font-size:24px}
.legal-inner p,.legal-inner li{font-size:15px}
.legal-inner table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.artcl-hdr{background:linear-gradient(135deg,#151515f2 0%,#151515d9 100%),url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="#fd34610d" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');padding:80px 20px 60px;position:relative}
.artcl-hdr::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#FD3461 50%,transparent 100%)}
.artcl-cntnr{max-width:960px;margin:0 auto}
.artcl-meta{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-bottom:24px}
.artcl-tag{display:inline-flex;align-items:center;gap:6px;background:#fd346126;color:#FD3461;padding:6px 16px;border-radius:6px;font-size:14px;font-weight:600;border:1px solid #fd34614d}
.artcl-tag i{font-size:16px}
.artcl-stats{display:flex;gap:20px;color:#f8f8f8b3;font-size:14px}
.artcl-stats span{display:flex;align-items:center;gap:6px}
.artcl-stats i{color:#FD3461;font-size:18px}
.artcl-hdr h1{color:#F8F8F8;font-size:42px;line-height:1.2;margin:0;font-weight:700}
.artcl-bdy{background:#F8F8F8;padding:60px 20px}
.artcl-cntnt{max-width:960px;margin:0 auto;background:#fff;padding:50px;border-radius:8px;box-shadow:0 4px 24px #15151514}
.artcl-cntnt p{color:#151515;font-size:17px;line-height:1.7;margin:0 0 20px}
.artcl-cntnt h2{color:#151515;font-size:32px;line-height:1.3;margin:40px 0 20px;font-weight:700;position:relative;padding-left:20px}
.artcl-cntnt h2::before{content:'';position:absolute;left:0;top:6px;width:4px;height:28px;background:linear-gradient(180deg,#FD3461 0%,#fd346166 100%);border-radius:2px}
.artcl-cntnt h3{color:#151515;font-size:24px;line-height:1.4;margin:32px 0 16px;font-weight:600}
.artcl-cntnt strong{color:#FD3461;font-weight:600}
.artcl-cntnt abbr{text-decoration:none;border-bottom:2px dotted #FD3461;cursor:help}
.artcl-cntnt ol{margin:24px 0;padding-left:28px}
.artcl-cntnt li{color:#151515;font-size:17px;line-height:1.7;margin-bottom:12px}
.artcl-cntnt li::marker{color:#FD3461;font-weight:700}
.artcl-cntnt table{width:100%;margin:32px 0;border-collapse:collapse;background:#F8F8F8;border-radius:8px;overflow:hidden}
.artcl-cntnt caption{caption-side:top;text-align:left;padding:16px;background:#151515;color:#F8F8F8;font-weight:600;font-size:18px}
.artcl-cntnt th{background:#1515150d;color:#151515;padding:16px;text-align:left;font-weight:600;border-bottom:2px solid #FD3461}
.artcl-cntnt td{padding:16px;color:#151515;border-bottom:1px solid #1515151a}
.artcl-cntnt tr:last-child td{border-bottom:none}
.artcl-cntnt blockquote{margin:32px 0;padding:24px 32px 24px 56px;background:linear-gradient(135deg,#fd34610d 0%,#fd346105 100%);border-left:4px solid #FD3461;position:relative;border-radius:0 8px 8px 0}
.artcl-cntnt blockquote::before{content:'\f10d';font-family:'Line Awesome Free';font-weight:900;position:absolute;left:20px;top:24px;font-size:24px;color:#FD3461;opacity:.4}
.artcl-cntnt blockquote p{font-size:18px;font-style:italic;margin:0 0 12px;color:#151515}
.artcl-cntnt cite{display:block;font-size:15px;color:#15151599;font-style:normal;font-weight:600}
.artcl-cntnt cite::before{content:'— '}
.artcl-cta{background:#151515;padding:60px 20px}
.cta-wrp{max-width:960px;margin:0 auto;text-align:center}
.cta-wrp h2{color:#F8F8F8;font-size:32px;margin:0 0 16px;font-weight:700}
.cta-wrp p{color:#f8f8f8cc;font-size:17px;margin:0 0 32px;line-height:1.6}
.cta-btn{display:inline-flex;align-items:center;gap:10px;background:#FD3461;color:#F8F8F8;padding:16px 40px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #fd34614d}
.cta-btn:hover{background:#e82d56;transform:translateY(-2px);box-shadow:0 8px 24px #fd346166}
.cta-btn i{font-size:20px}
@media (max-width: 768px) {
.artcl-hdr{padding:60px 20px 40px}
.artcl-hdr h1{font-size:32px}
.artcl-meta{gap:16px}
.artcl-cntnt{padding:32px 24px}
.artcl-cntnt h2{font-size:26px}
.artcl-cntnt h3{font-size:20px}
.artcl-cntnt table{font-size:14px}
.artcl-cntnt th,.artcl-cntnt td{padding:12px 8px}
.cta-wrp h2{font-size:26px}
}
@media (max-width: 480px) {
.artcl-hdr h1{font-size:26px}
.artcl-stats{flex-direction:column;gap:8px;align-items:flex-start}
.artcl-cntnt{padding:24px 16px}
.artcl-cntnt blockquote{padding:20px 20px 20px 48px}
.cta-btn{width:100%;justify-content:center}
}
.mntitle{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#F8F8F8 0%,#fd346114 100%)}
.mntitle .imgfrgmnts{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:12px;padding:20px;opacity:.35;filter:grayscale(0.3)}
.mntitle .imgfrgmnts img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #15151526}
.mntitle .clrblr{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;z-index:1}
.mntitle .clrblr:nth-child(2){width:280px;height:280px;background:#fd346166;top:10%;right:15%}
.mntitle .clrblr:nth-child(3){width:320px;height:320px;background:#15151540;bottom:15%;left:10%}
.mntitle .txtovr{position:relative;z-index:2;max-width:960px;margin:0 auto;padding:0 24px}
.mntitle .txtovr h1{font-size:52px;font-weight:700;color:#151515;margin:0 0 32px;line-height:1.2}
.mntitle .txtovr .dsc{font-size:19px;color:#151515cc;line-height:1.7;max-width:680px}
.trst{padding:80px 24px;background:#F8F8F8}
.trst .cntnr{max-width:960px;margin:0 auto}
.trst h2{font-size:38px;font-weight:700;color:#151515;margin:0 0 48px;text-align:center}
.trst .grdcntnt{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:56px}
.trst .grdcntnt .txtarea{display:flex;flex-direction:column;gap:24px}
.trst .grdcntnt .txtarea h3{font-size:26px;font-weight:600;color:#151515;margin:0;position:relative;padding-left:20px}
.trst .grdcntnt .txtarea h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:28px;background:linear-gradient(180deg,#FD3461 0%,#fd346180 100%);border-radius:2px}
.trst .grdcntnt .txtarea p{font-size:16px;color:#151515d9;line-height:1.7;margin:0}
.trst .grdcntnt .imgarea img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #1515151f}
.trst .prcssflw{display:flex;flex-direction:column;gap:20px;margin-top:48px}
.trst .prcssflw .stpitem{background:#FFF;border-radius:8px;padding:28px 32px;box-shadow:0 4px 16px #15151514;display:flex;align-items:flex-start;gap:24px;transition:all .3s ease}
.trst .prcssflw .stpitem:hover{transform:translateX(8px);box-shadow:0 8px 28px #fd346126}
.trst .prcssflw .stpitem .nmbr{font-size:32px;font-weight:700;color:#FD3461;min-width:50px;line-height:1}
.trst .prcssflw .stpitem .cntnt h4{font-size:20px;font-weight:600;color:#151515;margin:0 0 8px}
.trst .prcssflw .stpitem .cntnt p{font-size:15px;color:#151515cc;line-height:1.6;margin:0}
.lrneff{padding:80px 24px;background:linear-gradient(165deg,#FFF 0%,#f8f8f899 100%)}
.lrneff .cntnr2{max-width:960px;margin:0 auto}
.lrneff .hdrsec{text-align:center;margin-bottom:56px}
.lrneff .hdrsec h2{font-size:38px;font-weight:700;color:#151515;margin:0 0 16px}
.lrneff .hdrsec .subttl{font-size:18px;color:#151515bf;line-height:1.6}
.lrneff .tchgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}
.lrneff .tchgrd .tchcard{background:#FFF;border-radius:10px;padding:32px 24px;box-shadow:0 6px 20px #1515151a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}
.lrneff .tchgrd .tchcard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FD3461 0%,#fd346166 100%);transform:scaleX(0);transition:transform .3s ease}
.lrneff .tchgrd .tchcard:hover::before{transform:scaleX(1)}
.lrneff .tchgrd .tchcard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #fd34612e}
.lrneff .tchgrd .tchcard .icnwrp{width:72px;height:72px;background:linear-gradient(135deg,#fd34611a 0%,#fd34610d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.lrneff .tchgrd .tchcard .icnwrp svg{width:36px;height:36px;fill:#FD3461}
.lrneff .tchgrd .tchcard h3{font-size:20px;font-weight:600;color:#151515;margin:0 0 12px}
.lrneff .tchgrd .tchcard p{font-size:15px;color:#151515cc;line-height:1.6;margin:0}
.lrneff .rsltshwcs{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}
.lrneff .rsltshwcs .imgblk img{width:100%;border-radius:8px;box-shadow:0 8px 24px #1515151f}
.lrneff .rsltshwcs .mtrcblk{display:flex;flex-direction:column;gap:24px}
.lrneff .rsltshwcs .mtrcblk .mtrcitm{background:#FFF;border-radius:8px;padding:24px 28px;box-shadow:0 4px 16px #15151514;display:flex;align-items:center;gap:20px}
.lrneff .rsltshwcs .mtrcblk .mtrcitm .vl{font-size:42px;font-weight:700;color:#FD3461;line-height:1}
.lrneff .rsltshwcs .mtrcblk .mtrcitm .lbl{font-size:16px;color:#151515d9;line-height:1.4;font-weight:500}
.lrneff .btnsec{text-align:center;margin-top:56px}
.lrneff .btnsec .ctabtn{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#FD3461 0%,#fd3461d9 100%);color:#FFF;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 6px 20px #fd34614d;transition:all .3s ease;position:relative;z-index:10}
.lrneff .btnsec .ctabtn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #fd346166}
@media (max-width: 1024px) {
.mntitle .imgfrgmnts{grid-template-columns:repeat(3,1fr)}
.trst .grdcntnt{grid-template-columns:1fr;gap:32px}
.lrneff .tchgrd{grid-template-columns:repeat(2,1fr)}
.lrneff .rsltshwcs{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.mntitle{min-height:380px}
.mntitle .imgfrgmnts{grid-template-columns:repeat(2,1fr);padding:12px;gap:8px}
.mntitle .txtovr h1{font-size:36px;margin-bottom:24px}
.mntitle .txtovr .dsc{font-size:17px}
.trst{padding:60px 20px}
.trst h2{font-size:32px;margin-bottom:36px}
.trst .grdcntnt .txtarea h3{font-size:22px}
.trst .prcssflw .stpitem{padding:20px 24px}
.lrneff{padding:60px 20px}
.lrneff .hdrsec h2{font-size:32px}
.lrneff .tchgrd{grid-template-columns:1fr;gap:24px}
.lrneff .btnsec .ctabtn{padding:14px 36px;font-size:16px}
}
@media (max-width: 480px) {
.mntitle .txtovr h1{font-size:28px}
.mntitle .txtovr .dsc{font-size:16px}
.trst h2{font-size:28px}
.trst .prcssflw .stpitem{flex-direction:column;align-items:flex-start}
.lrneff .hdrsec h2{font-size:28px}
.lrneff .rsltshwcs .mtrcblk .mtrcitm .vl{font-size:36px}
}
.ttl-wrp{position:relative;width:100%;min-height:480px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fd346114 0%,#f8f8f8f2 50%,#1515150a 100%);overflow:hidden;padding:60px 20px}
.ttl-wrp::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 40%,#fd346126,transparent 45%),radial-gradient(circle at 70% 60%,#15151514,transparent 50%);animation:clrshft 18s ease-in-out infinite}
@keyframes clrshft {
0%,100%{transform:rotate(0deg) scale(1)}
50%{transform:rotate(180deg) scale(1.1)}
}
.ttl-wrp .crcl-cnt{position:relative;z-index:2;max-width:720px;text-align:center}
.ttl-wrp .dscrptn34{font-size:15px;color:#151515;opacity:.7;margin-bottom:12px;letter-spacing:.5px;text-transform:uppercase}
.ttl-wrp .mn-hdng87{font-size:48px;font-weight:700;color:#151515;margin:0 0 24px;line-height:1.2}
.ttl-wrp .img-crcl92{position:absolute;width:280px;height:280px;border-radius:50%;overflow:hidden;top:50%;right:-140px;transform:translateY(-50%);box-shadow:0 16px 48px #15151526;border:6px solid #f8f8f8e6}
.ttl-wrp .img-crcl92 img{width:100%;height:100%;object-fit:cover;filter:brightness(1.05) saturate(0.95)}
.stry-sctn{max-width:960px;margin:0 auto;padding:80px 20px}
.stry-sctn .grd-lyut23{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.stry-sctn .txt-zon{padding-right:20px}
.stry-sctn .sctn-lbl9{display:inline-block;font-size:13px;color:#FD3461;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;font-weight:600}
.stry-sctn .txt-zon h2{font-size:36px;color:#151515;margin:0 0 24px;line-height:1.3;font-weight:700}
.stry-sctn .txt-zon p{font-size:16px;color:#151515;line-height:1.7;margin:0 0 20px}
.stry-sctn .txt-zon p:last-child{margin-bottom:0}
.stry-sctn .img-stck78{display:flex;flex-direction:column;gap:20px}
.stry-sctn .img-stck78 img{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #1515151f}
.tm-sctn{background:linear-gradient(to bottom,#F8F8F8 0%,#fd34610a 100%);padding:80px 20px}
.tm-sctn .cntnr-max{max-width:960px;margin:0 auto}
.tm-sctn .hdr-area{text-align:center;margin-bottom:60px}
.tm-sctn .hdr-area h2{font-size:38px;color:#151515;margin:0 0 16px;font-weight:700}
.tm-sctn .hdr-area p{font-size:17px;color:#151515;opacity:.75;max-width:640px;margin:0 auto;line-height:1.6}
.tm-sctn .tm-grd45{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.tm-sctn .tm-crd{background:#fff;border-radius:10px;padding:32px;box-shadow:0 4px 16px #15151514;display:flex;gap:24px;align-items:start;transition:transform .3s ease,box-shadow .3s ease}
.tm-sctn .tm-crd:hover{transform:translateY(-4px);box-shadow:0 12px 32px #fd346126}
.tm-sctn .tm-crd .prtrt-wrp{flex-shrink:0;width:96px;height:96px;border-radius:50%;overflow:hidden;border:3px solid #FD3461}
.tm-sctn .tm-crd .prtrt-wrp img{width:100%;height:100%;object-fit:cover}
.tm-sctn .tm-crd .inf-blck{flex:1}
.tm-sctn .tm-crd .nm87{font-size:20px;font-weight:700;color:#151515;margin:0 0 6px}
.tm-sctn .tm-crd .rl45{font-size:14px;color:#FD3461;margin:0 0 14px;font-weight:600}
.tm-sctn .tm-crd .bio-txt{font-size:15px;color:#151515;line-height:1.6;margin:0;opacity:.85}
.vlus-sctn{max-width:960px;margin:0 auto;padding:80px 20px}
.vlus-sctn .vls-hdr{margin-bottom:48px}
.vlus-sctn .vls-hdr h2{font-size:34px;color:#151515;margin:0 0 20px;font-weight:700}
.vlus-sctn .vls-hdr p{font-size:16px;color:#151515;opacity:.8;line-height:1.7;max-width:700px}
.vlus-sctn .vls-grd78{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.vlus-sctn .vl-crd{position:relative;padding:28px 24px;background:#F8F8F8;border-radius:6px;border-left:4px solid #FD3461;transition:background .3s ease}
.vlus-sctn .vl-crd:hover{background:#fd34610f}
.vlus-sctn .vl-crd .icn-wrp45{font-size:32px;color:#FD3461;margin-bottom:16px}
.vlus-sctn .vl-crd h3{font-size:18px;color:#151515;margin:0 0 12px;font-weight:700}
.vlus-sctn .vl-crd p{font-size:14px;color:#151515;opacity:.8;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.ttl-wrp .img-crcl92{width:220px;height:220px;right:-110px}
.stry-sctn .grd-lyut23{grid-template-columns:1fr;gap:36px}
.tm-sctn .tm-grd45{gap:32px}
.vlus-sctn .vls-grd78{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.ttl-wrp{min-height:360px;padding:40px 20px}
.ttl-wrp .mn-hdng87{font-size:34px}
.ttl-wrp .img-crcl92{position:relative;right:0;top:0;transform:none;width:180px;height:180px;margin:24px auto 0}
.stry-sctn{padding:60px 20px}
.stry-sctn .txt-zon h2{font-size:28px}
.stry-sctn .img-stck78 img{height:200px}
.tm-sctn{padding:60px 20px}
.tm-sctn .hdr-area h2{font-size:30px}
.tm-sctn .tm-grd45{grid-template-columns:1fr;gap:24px}
.vlus-sctn{padding:60px 20px}
.vlus-sctn .vls-hdr h2{font-size:28px}
.vlus-sctn .vls-grd78{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.ttl-wrp .mn-hdng87{font-size:28px}
.stry-sctn .txt-zon h2{font-size:24px}
.tm-sctn .hdr-area h2{font-size:26px}
.tm-sctn .tm-crd{flex-direction:column;text-align:center;align-items:center}
.vlus-sctn .vls-hdr h2{font-size:24px}
}
.cntct-hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;margin-bottom:68px}
.cntct-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#151515e0 0%,#fd3461b8 100%);z-index:1}
.cntct-hero-bg{position:absolute;top:0;right:0;width:55%;height:100%;object-fit:cover;z-index:0}
.cntct-hero-content{position:relative;z-index:2;max-width:960px;margin:0 auto;padding:64px 24px}
.cntct-hero h1{font-size:52px;font-weight:700;color:#F8F8F8;margin:0 0 18px;line-height:1.2}
.cntct-hero-desc{font-size:19px;color:#F8F8F8;line-height:1.6;max-width:580px;margin:0}
.cntct-main{max-width:960px;margin:0 auto 96px;padding:0 24px}
.cntct-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.cntct-info-section h2{font-size:32px;font-weight:600;color:#151515;margin:0 0 28px;line-height:1.3}
.cntct-info-txt{font-size:17px;color:#151515;line-height:1.7;margin:0 0 36px}
.cntct-details{display:flex;flex-direction:column;gap:24px}
.cntct-item{display:flex;align-items:start;gap:16px}
.cntct-item i{font-size:28px;color:#FD3461;flex-shrink:0;margin-top:2px}
.cntct-item-data h3{font-size:15px;font-weight:600;color:#151515;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.cntct-item-data p{font-size:17px;color:#151515;margin:0;line-height:1.5}
.cntct-item-data a{color:#151515;text-decoration:none;transition:color .3s ease}
.cntct-item-data a:hover{color:#FD3461}
.cntct-form-wrapper{background:linear-gradient(145deg,#F8F8F8 0%,#f8f8f866 100%);padding:48px 40px;border-radius:8px;box-shadow:0 12px 48px #15151514}
.cntct-form-wrapper h3{font-size:28px;font-weight:600;color:#151515;margin:0 0 8px}
.cntct-form-sub{font-size:16px;color:#151515;margin:0 0 32px;line-height:1.5}
.cntct-form{display:flex;flex-direction:column;gap:20px}
.cntct-field label{display:block;font-size:14px;font-weight:600;color:#151515;margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}
.cntct-field input,.cntct-field select{width:100%;padding:14px 18px;font-size:16px;color:#151515;background:#fff;border:2px solid #1515151f;border-radius:6px;transition:all .3s ease;box-sizing:border-box}
.cntct-field input:focus,.cntct-field select:focus{outline:none;border-color:#FD3461;box-shadow:0 0 0 3px #fd34611a}
.cntct-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23151515' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:48px}
.cntct-privacy{display:flex;align-items:start;gap:12px;margin-top:8px}
.cntct-privacy input[type="checkbox"]{width:20px;height:20px;cursor:pointer;margin-top:2px;flex-shrink:0;accent-color:#FD3461}
.cntct-privacy label{font-size:14px;color:#151515;line-height:1.5;cursor:pointer;margin:0;text-transform:none;letter-spacing:0;font-weight:400}
.cntct-privacy a{color:#FD3461;text-decoration:none;font-weight:600;transition:opacity .2s ease}
.cntct-privacy a:hover{opacity:.8}
.cntct-submit{width:100%;padding:16px 32px;font-size:17px;font-weight:600;color:#F8F8F8;background:linear-gradient(135deg,#FD3461 0%,#151515 100%);border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;margin-top:12px;position:relative;z-index:10}
.cntct-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fd34614d}
.cntct-submit:active{transform:translateY(0)}
@media (max-width: 1024px) {
.cntct-hero{min-height:360px}
.cntct-hero-bg{width:50%}
.cntct-hero h1{font-size:44px}
.cntct-grid{gap:48px}
}
@media (max-width: 768px) {
.cntct-hero{min-height:320px;margin-bottom:48px}
.cntct-hero-bg{width:100%;opacity:.3}
.cntct-hero::before{background:linear-gradient(135deg,#151515eb 0%,#fd3461d1 100%)}
.cntct-hero-content{padding:48px 24px}
.cntct-hero h1{font-size:36px;margin-bottom:14px}
.cntct-hero-desc{font-size:17px}
.cntct-main{margin-bottom:72px}
.cntct-grid{grid-template-columns:1fr;gap:48px}
.cntct-info-section h2{font-size:28px}
.cntct-form-wrapper{padding:36px 28px}
.cntct-form-wrapper h3{font-size:24px}
}
@media (max-width: 480px) {
.cntct-hero h1{font-size:32px}
.cntct-hero-desc{font-size:16px}
.cntct-info-section h2{font-size:26px;margin-bottom:20px}
.cntct-info-txt{font-size:16px;margin-bottom:28px}
.cntct-item i{font-size:24px}
.cntct-form-wrapper{padding:32px 24px}
.cntct-form-wrapper h3{font-size:22px}
.cntct-form-sub{font-size:15px}
.cntct-field input,.cntct-field select{padding:12px 16px;font-size:15px}
.cntct-submit{padding:14px 28px;font-size:16px}
}
.prgmhdr{max-width:960px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.prgmhdr .imgwrp{position:relative}
.prgmhdr .imgwrp img{width:100%;height:420px;object-fit:cover;border-radius:8px;filter:grayscale(100%) contrast(1.2);mix-blend-mode:multiply}
.prgmhdr .imgwrp::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#FD3461 0%,#151515 100%);mix-blend-mode:screen;border-radius:8px;opacity:.7}
.prgmhdr .txtblck h1{font-size:42px;color:#151515;margin:0 0 24px;line-height:1.2;font-weight:700}
.prgmhdr .txtblck .mnfst{font-size:16px;color:#151515;line-height:1.7;margin:0 0 16px}
.prgmhdr .txtblck .mnfst:last-of-type{margin-bottom:0}
@media (max-width: 768px) {
.prgmhdr{grid-template-columns:1fr;gap:30px;padding:40px 20px}
.prgmhdr .txtblck h1{font-size:32px}
.prgmhdr .imgwrp img{height:280px}
}
.mdlsarea{background:linear-gradient(to bottom,#F8F8F8 0%,#fff 100%);padding:80px 20px}
.mdlsarea .cntnrmdl{max-width:960px;margin:0 auto}
.mdlsarea h2{font-size:36px;color:#151515;margin:0 0 48px;text-align:center;font-weight:700}
.mdlsarea .mdlgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mdlsarea .mdlcrd{background:#fff;border-radius:8px;padding:32px 24px;box-shadow:0 4px 16px #15151514;transition:all .3s ease;border:2px solid transparent}
.mdlsarea .mdlcrd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1515151f;border-color:#FD3461}
.mdlsarea .mdlcrd .nmbr{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#FD3461 0%,#ff5a7e 100%);color:#fff;border-radius:50%;font-size:20px;font-weight:700;line-height:48px;text-align:center;margin-bottom:20px}
.mdlsarea .mdlcrd h3{font-size:20px;color:#151515;margin:0 0 12px;font-weight:600}
.mdlsarea .mdlcrd .dscrp{font-size:15px;color:#151515;line-height:1.6;margin:0 0 20px}
.mdlsarea .mdlcrd .drtn{font-size:14px;color:#FD3461;font-weight:600;display:flex;align-items:center;gap:6px}
@media (max-width: 1024px) {
.mdlsarea .mdlgrd{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.mdlsarea{padding:60px 20px}
.mdlsarea h2{font-size:28px;margin-bottom:32px}
.mdlsarea .mdlgrd{grid-template-columns:1fr}
}
.tchrs{background:#151515;padding:80px 20px;position:relative}
.tchrs::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent 0%,#FD3461 50%,transparent 100%)}
.tchrs .wrprtchr{max-width:960px;margin:0 auto}
.tchrs h2{font-size:36px;color:#F8F8F8;margin:0 0 56px;text-align:center;font-weight:700}
.tchrs .prflsgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.tchrs .prflcrd{text-align:center}
.tchrs .prflcrd .imghldr{width:180px;height:180px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid #FD3461;box-shadow:0 8px 24px #fd34614d}
.tchrs .prflcrd .imghldr img{width:100%;height:100%;object-fit:cover}
.tchrs .prflcrd h3{font-size:22px;color:#F8F8F8;margin:0 0 8px;font-weight:600}
.tchrs .prflcrd .spcl{font-size:15px;color:#FD3461;margin:0 0 16px;font-weight:500}
.tchrs .prflcrd .bio{font-size:14px;color:#f8f8f8cc;line-height:1.6;margin:0}
@media (max-width: 768px) {
.tchrs{padding:60px 20px}
.tchrs h2{font-size:28px;margin-bottom:40px}
.tchrs .prflsgrd{grid-template-columns:1fr;gap:40px}
.tchrs .prflcrd .imghldr{width:160px;height:160px}
}
.structrd{padding:80px 20px;background:#F8F8F8}
.structrd .cntnrstr{max-width:960px;margin:0 auto}
.structrd h2{font-size:36px;color:#151515;margin:0 0 48px;font-weight:700}
.structrd .twocols{display:grid;grid-template-columns:380px 1fr;gap:48px;align-items:start}
.structrd .imgside img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #15151526}
.structrd .cntntside .prcsslist{display:flex;flex-direction:column;gap:24px}
.structrd .prcsslist input[type="radio"]{display:none}
.structrd .prcsslist .stpwrp{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #1515150f;transition:all .3s ease}
.structrd .prcsslist .stpwrp:hover{box-shadow:0 6px 20px #1515151a}
.structrd .prcsslist label{display:flex;align-items:center;gap:16px;padding:20px 24px;cursor:pointer;transition:background .2s ease}
.structrd .prcsslist label:hover{background:#fd346108}
.structrd .prcsslist .icnwrp{width:44px;height:44px;background:linear-gradient(135deg,#FD3461 0%,#ff5a7e 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.structrd .prcsslist .icnwrp i{font-size:22px;color:#fff}
.structrd .prcsslist .stpttl{font-size:18px;color:#151515;font-weight:600;margin:0}
.structrd .prcsslist .cntntpnl{max-height:0;overflow:hidden;transition:max-height .4s ease}
.structrd .prcsslist input[type="radio"]:checked ~ .cntntpnl{max-height:400px}
.structrd .prcsslist .cntntpnl .innr{padding:0 24px 24px 84px}
.structrd .prcsslist .cntntpnl p{font-size:15px;color:#151515;line-height:1.7;margin:0 0 12px}
.structrd .prcsslist .cntntpnl p:last-child{margin-bottom:0}
.structrd .prcsslist input[type="radio"]:checked ~ label{background:#fd34610d}
@media (max-width: 768px) {
.structrd{padding:60px 20px}
.structrd h2{font-size:28px;margin-bottom:32px}
.structrd .twocols{grid-template-columns:1fr;gap:32px}
.structrd .imgside img{height:320px}
.structrd .prcsslist .cntntpnl .innr{padding-left:24px}
}
.ctablck{background:linear-gradient(135deg,#151515 0%,#2a2a2a 100%);padding:80px 20px;text-align:center}
.ctablck .wrprct{max-width:640px;margin:0 auto}
.ctablck h2{font-size:38px;color:#F8F8F8;margin:0 0 20px;font-weight:700}
.ctablck .subttl{font-size:17px;color:#f8f8f8d9;line-height:1.6;margin:0 0 40px}
.ctablck .btngrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ctablck .btnprmr{display:inline-flex;align-items:center;gap:8px;background:#FD3461;color:#fff;text-decoration:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #fd34614d}
.ctablck .btnprmr:hover{background:#e62d56;transform:translateY(-2px);box-shadow:0 8px 24px #fd346166}
.ctablck .btnsecnd{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#F8F8F8;text-decoration:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;border:2px solid #F8F8F8;transition:all .3s ease}
.ctablck .btnsecnd:hover{background:#F8F8F8;color:#151515;transform:translateY(-2px)}
@media (max-width: 640px) {
.ctablck{padding:60px 20px}
.ctablck h2{font-size:28px}
.ctablck .btngrp{flex-direction:column}
.ctablck .btnprmr,.ctablck .btnsecnd{width:100%;justify-content:center}
}
.exprt-hdr{background:linear-gradient(135deg,#151515 0%,#2a2a2a 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.exprt-hdr::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#fd34611a 0%,transparent 50%);pointer-events:none}
.exprt-hdr .cntnr{max-width:960px;margin:0 auto;position:relative;z-index:2}
.exprt-hdr h1{font-size:48px;font-weight:700;color:#F8F8F8;margin:0 0 16px;letter-spacing:-.5px}
.exprt-hdr .sbtxt{font-size:18px;color:#f8f8f8cc;line-height:1.6;max-width:640px;margin:0 auto}
.psts-wrp{max-width:960px;margin:0 auto;padding:60px 20px 80px}
.pstgrd{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}
.pstcrd3{background:#F8F8F8;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #15151514;display:flex;flex-direction:column}
.pstcrd3:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1515151f}
.pstcrd3 .imgwrp{width:100%;height:200px;overflow:hidden;position:relative;background:#e5e5e5}
.pstcrd3 .imgwrp img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.pstcrd3:hover .imgwrp img{transform:scale(1.05)}
.pstcrd3 .cntnt{padding:24px;flex:1;display:flex;flex-direction:column}
.pstcrd3 .tg{display:inline-block;background:#fd34611a;color:#FD3461;font-size:12px;font-weight:600;padding:6px 12px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;align-self:flex-start}
.pstcrd3 h3{font-size:20px;font-weight:700;color:#151515;margin:0 0 12px;line-height:1.3}
.pstcrd3 h3 a{color:inherit;text-decoration:none;transition:color .2s ease}
.pstcrd3 h3 a:hover{color:#FD3461}
.pstcrd3 .dsc{font-size:15px;color:#555;line-height:1.6;margin:0 0 16px;flex:1}
.pstcrd3 .mtdta{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #15151514;font-size:13px;color:#777}
.pstcrd3 .mtdta .dt{display:flex;align-items:center;gap:6px}
.pstcrd3 .mtdta .vws{display:flex;align-items:center;gap:6px}
.infsct{background:linear-gradient(to right,#fd34610d 0%,#15151505 100%);padding:60px 20px;margin:80px 0 0}
.infsct .cntnr{max-width:960px;margin:0 auto}
.infsct h2{font-size:32px;font-weight:700;color:#151515;margin:0 0 20px;position:relative;display:inline-block}
.infsct h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#FD3461}
.infsct .infotxt{font-size:16px;color:#444;line-height:1.7;margin:24px 0 0}
.ctstats{background:#151515;padding:60px 20px;margin:80px 0 0}
.ctstats .cntnr{max-width:960px;margin:0 auto}
.statsgrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}
.statitm{text-align:center}
.statitm .nmbr{font-size:48px;font-weight:700;color:#FD3461;margin:0 0 8px;display:block}
.statitm .lbl{font-size:16px;color:#f8f8f8b3;display:block}
@media (max-width: 768px) {
.exprt-hdr{padding:60px 20px 40px}
.exprt-hdr h1{font-size:36px}
.exprt-hdr .sbtxt{font-size:16px}
.psts-wrp{padding:40px 20px 60px}
.pstgrd{grid-template-columns:1fr;gap:24px}
.infsct h2{font-size:28px}
.statsgrd{grid-template-columns:repeat(2,1fr);gap:30px}
.statitm .nmbr{font-size:40px}
}
@media (max-width: 480px) {
.exprt-hdr h1{font-size:28px}
.pstcrd3 .imgwrp{height:180px}
.pstcrd3 .cntnt{padding:20px}
.pstcrd3 h3{font-size:18px}
.statsgrd{grid-template-columns:1fr}
}
.sccs-wrp{background:linear-gradient(135deg,#F8F8F8 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.sccs-wrp::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fd346114 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sccs-wrp::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#1515150a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sccs-cntnr{max-width:960px;width:100%;margin:0 auto;position:relative;z-index:2}
.sccs-bx{background:#fff;border-radius:12px;padding:70px 60px;box-shadow:0 8px 32px #15151514;text-align:center;position:relative}
.sccs-icn-wrp{margin-bottom:35px;display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;background:linear-gradient(135deg,#FD3461 0%,#ff5278 100%);border-radius:50%;box-shadow:0 12px 28px #fd346140;position:relative}
.sccs-icn-wrp::before{content:'';position:absolute;inset:-8px;border-radius:50%;background:linear-gradient(135deg,#fd346133 0%,transparent 100%);z-index:-1}
.sccs-icn-wrp svg{width:54px;height:54px;stroke:#fff;stroke-width:2.5;fill:none}
.sccs-hdng{font-size:42px;font-weight:700;color:#151515;margin:0 0 20px;line-height:1.2}
.sccs-txt{font-size:18px;color:#151515;line-height:1.7;margin:0 0 40px;max-width:620px;margin-left:auto;margin-right:auto;opacity:.85}
.sccs-btns{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}
.sccs-btn-prm{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#FD3461;color:#fff;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #fd34614d;position:relative;z-index:5}
.sccs-btn-prm:hover{background:#e62d56;box-shadow:0 6px 24px #fd346166;transform:translateY(-2px)}
.sccs-btn-prm i{font-size:20px}
.sccs-btn-scnd{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:transparent;color:#151515;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;border:2px solid #151515;transition:all .3s ease;position:relative;z-index:5}
.sccs-btn-scnd:hover{background:#151515;color:#fff;transform:translateY(-2px)}
.sccs-btn-scnd i{font-size:20px}
.sccs-dcr-ln{position:absolute;top:50px;left:30px;width:120px;height:3px;background:linear-gradient(90deg,#FD3461 0%,transparent 100%);border-radius:4px}
.sccs-dcr-ln2{position:absolute;bottom:50px;right:30px;width:140px;height:3px;background:linear-gradient(90deg,transparent 0%,#15151526 100%);border-radius:4px}
.sccs-dcr-crcl{position:absolute;top:30px;right:40px;width:16px;height:16px;border:3px solid #FD3461;border-radius:50%;opacity:.3}
.sccs-dcr-crcl2{position:absolute;bottom:40px;left:50px;width:22px;height:22px;border:3px solid #1515151a;border-radius:50%}
@media (max-width: 768px) {
.sccs-wrp{padding:40px 16px;min-height:auto}
.sccs-bx{padding:50px 30px}
.sccs-icn-wrp{width:90px;height:90px;margin-bottom:28px}
.sccs-icn-wrp svg{width:44px;height:44px}
.sccs-hdng{font-size:32px;margin-bottom:16px}
.sccs-txt{font-size:16px;margin-bottom:32px}
.sccs-btns{flex-direction:column;gap:12px}
.sccs-btn-prm,.sccs-btn-scnd{width:100%;justify-content:center;padding:14px 28px}
.sccs-dcr-ln,.sccs-dcr-ln2{display:none}
.sccs-dcr-crcl{top:20px;right:20px;width:12px;height:12px}
.sccs-dcr-crcl2{bottom:20px;left:20px;width:16px;height:16px}
}
@media (max-width: 480px) {
.sccs-bx{padding:40px 24px}
.sccs-hdng{font-size:28px}
.sccs-txt{font-size:15px}
}