@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;line-height:1.6;color:#FFF;background:linear-gradient(145deg,#0E172E 0%,#1a2540 100%);min-height:100vh;display:flex;flex-direction:column}
.topribbn{background:linear-gradient(92deg,#0E172E 0%,#1d2847 100%);border-bottom:1px solid #ffac1633;padding:12px 0}
.topribbn .cntnr{max-width:1000px;margin:0 auto;padding:0 20px}
.topnv{display:flex;justify-content:center;align-items:center;gap:35px;flex-wrap:wrap}
.topnv a{color:#FFF;text-decoration:none;font-size:14px;font-weight:400;padding:8px 12px;border-radius:4px;transition:background-color .2s ease,color .2s ease}
.topnv a:hover{background-color:#ffac1626;color:#FFAC16}
.brndbnnr{background:linear-gradient(125deg,#0E172E 0%,#2a3a5c 50%,#0E172E 100%);padding:35px 0;box-shadow:0 4px 12px #0006}
.brndbnnr .cntnr{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.lgblck{display:flex;align-items:center;gap:20px}
.lgwrp{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:8px;padding:10px;box-shadow:0 2px 8px #ffac164d}
.lgwrp img{width:100%;height:100%;object-fit:contain}
.cmpnyname{font-size:28px;font-weight:700;color:#FFAC16;text-shadow:0 2px 6px #ffac1666}
main{flex:1}
.sitefoot{background:linear-gradient(180deg,#0E172E 0%,#0a0f1f 100%);border-top:2px solid #ffac164d;padding:45px 0 25px;margin-top:60px}
.footcntnr{max-width:1000px;margin:0 auto;padding:0 20px}
.footgrd{display:grid;grid-template-columns:1.5fr 1fr;gap:50px;margin-bottom:35px}
.abtblck{display:flex;flex-direction:column;gap:18px}
.footlg{width:70px;height:70px;padding:8px;background:#ffffff0d;border-radius:6px}
.footlg img{width:100%;height:100%;object-fit:contain}
.abtblck p{font-size:14px;line-height:1.7;color:#fffc;max-width:450px}
.linkblck h3{font-size:16px;color:#FFAC16;margin-bottom:18px;font-weight:700}
.footlinks{display:flex;flex-direction:column;gap:12px}
.footlinks a{color:#ffffffbf;text-decoration:none;font-size:14px;transition:color .2s ease}
.footlinks a:hover{color:#FFAC16}
.footbtm{padding-top:25px;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.cpyrght{font-size:13px;color:#fff9}
.cntctdata{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#ffffffb3}
.cntctdata a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}
.cntctdata a:hover{color:#FFAC16}
.ckpopup{position:fixed;left:20px;top:50%;transform:translateY(-50%) translateX(-400px);width:380px;max-height:85vh;background:linear-gradient(135deg,#1a2540 0%,#0E172E 100%);border:2px solid #FFAC16;border-radius:8px;padding:25px;box-shadow:0 8px 24px #0009;z-index:9999;overflow-y:auto;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.ckpopup.showing{transform:translateY(-50%) translateX(0)}
.ckpopup.hiding{transform:translateY(-50%) translateX(-400px)}
.ckpopup h2{font-size:20px;color:#FFAC16;margin-bottom:15px;font-weight:700}
.ckpopup p{font-size:14px;line-height:1.6;color:#ffffffd9;margin-bottom:20px}
.ckgrd{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px}
.ckcard{background:#ffffff0d;border:1px solid #ffac164d;border-radius:6px;padding:12px}
.ckcard label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#FFF}
.ckcard input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.ckcard .desc{font-size:12px;color:#ffffffa6;margin-top:6px;margin-left:28px}
.optoutblck{background:#ffac161a;border:1px solid #FFAC16;border-radius:6px;padding:15px;margin-bottom:20px}
.optoutblck label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#FFAC16;font-weight:700}
.optoutblck input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.ckbtns{display:flex;gap:15px;justify-content:center}
.ckbtns button{background:none;border:none;color:#FFAC16;text-decoration:underline;font-size:14px;cursor:pointer;padding:8px 12px;font-family:'DM Sans',sans-serif;transition:opacity .2s ease}
.ckbtns button:hover{opacity:.8}
@media (max-width: 768px) {
.topnv{gap:15px}
.topnv a{font-size:13px;padding:6px 10px}
.brndbnnr .cntnr{flex-direction:column;text-align:center}
.lgblck{flex-direction:column;gap:15px}
.cmpnyname{font-size:24px}
.footgrd{grid-template-columns:1fr;gap:35px}
.footbtm{flex-direction:column;text-align:center}
.ckpopup{left:10px;right:10px;width:auto;transform:translateY(-50%) translateY(100vh)}
.ckpopup.showing{transform:translateY(-50%) translateY(0)}
.ckpopup.hiding{transform:translateY(-50%) translateY(100vh)}
}
@media (max-width: 480px) {
.topnv{flex-direction:column;gap:10px}
.lgwrp{width:70px;height:70px}
.cmpnyname{font-size:20px}
}
.policy-body{max-width:1000px;margin:60px auto;padding:40px 20px;background:linear-gradient(135deg,#0E172E 0%,#1a2847 100%);border-radius:8px;box-shadow:0 8px 24px #0006}
.policy-body h1{font-size:42px;line-height:1.2;color:#FFF;margin:0 0 32px;padding-bottom:20px;border-bottom:3px solid #FFAC16;font-weight:700}
.policy-body h2{font-size:32px;line-height:1.3;color:#FFF;margin:48px 0 24px;font-weight:600;position:relative;padding-left:16px}
.policy-body h2::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#FFAC16 0%,#f80 100%);border-radius:2px}
.policy-body h3{font-size:24px;line-height:1.4;color:#FFAC16;margin:36px 0 18px;font-weight:600}
.policy-body h4{font-size:20px;line-height:1.4;color:#FFF;margin:28px 0 16px;font-weight:600}
.policy-body h5{font-size:18px;line-height:1.5;color:#FFF;margin:24px 0 14px;font-weight:600}
.policy-body h6{font-size:16px;line-height:1.5;color:#FFAC16;margin:20px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-body p{font-size:16px;line-height:1.8;color:#e8e8e8;margin:0 0 20px}
.policy-body ul{margin:0 0 24px;padding-left:28px;list-style-type:none}
.policy-body ul li{font-size:16px;line-height:1.8;color:#e8e8e8;margin-bottom:12px;position:relative;padding-left:8px}
.policy-body ul li::before{content:'';position:absolute;left:-20px;top:12px;width:6px;height:6px;background:#FFAC16;border-radius:50%}
.policy-body ol{margin:0 0 24px;padding-left:28px;counter-reset:policy-counter;list-style:none}
.policy-body ol li{font-size:16px;line-height:1.8;color:#e8e8e8;margin-bottom:12px;position:relative;padding-left:12px;counter-increment:policy-counter}
.policy-body ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;color:#FFAC16;font-weight:600}
.policy-body strong,.policy-body b{color:#FFF;font-weight:600}
.policy-body em,.policy-body i{color:#FFAC16;font-style:italic}
.policy-body hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#FFAC16 50%,transparent 100%);margin:40px 0}
.policy-body div{margin:0 0 20px}
@media (max-width: 768px) {
.policy-body{margin:40px auto;padding:32px 16px;border-radius:6px}
.policy-body h1{font-size:32px;margin-bottom:24px;padding-bottom:16px}
.policy-body h2{font-size:26px;margin:36px 0 20px;padding-left:14px}
.policy-body h3{font-size:22px;margin:28px 0 16px}
.policy-body h4{font-size:19px;margin:24px 0 14px}
.policy-body h5{font-size:17px;margin:20px 0 12px}
.policy-body h6{font-size:15px;margin:18px 0 10px}
.policy-body p{font-size:15px;line-height:1.7;margin-bottom:18px}
.policy-body ul,.policy-body ol{padding-left:24px;margin-bottom:20px}
.policy-body ul li,.policy-body ol li{font-size:15px;line-height:1.7;margin-bottom:10px}
.policy-body hr{margin:32px 0}
}
@media (max-width: 480px) {
.policy-body{margin:24px auto;padding:24px 12px}
.policy-body h1{font-size:28px}
.policy-body h2{font-size:24px;padding-left:12px}
.policy-body h2::before{width:3px}
}
.pgcntnr{max-width:1000px;margin:0 auto;padding:0 20px}
.hdrblck{position:relative;min-height:520px;display:flex;align-items:center;margin:0 0 80px;overflow:hidden;background:linear-gradient(155deg,#1a2438 0%,#0E172E 45%,#0a0f1a 100%)}
.hdrblck::before{content:'';position:absolute;top:20px;right:8%;width:12px;height:12px;background:#FFAC16;border-radius:50%;box-shadow:40px 30px 0 0 #ffac1699 -30px 50px 0 0 #ffac1666 60px -20px 0 0 #ffac1680 -50px -30px 0 0 #ffac164d}
.hdrblck::after{content:'';position:absolute;bottom:30px;left:5%;width:8px;height:8px;background:#FFAC16;border-radius:50%;box-shadow:25px 15px 0 0 #ffac1680 -20px 35px 0 0 #ffac1666 45px -15px 0 0 #ffac1699}
.hdrmg{position:absolute;top:0;right:0;width:45%;height:100%;object-fit:cover;opacity:.25;mask-image:linear-gradient(to left,#000000e6 0%,transparent 100%)}
.hdrtxt{position:relative;z-index:2;max-width:620px;padding:60px 0 60px 40px}
.hdrtxt h1{font-size:52px;line-height:1.15;color:#FFF;margin:0 0 28px;font-weight:700}
.hdrtxt h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFAC16 0%,#ffac1600 100%);margin-top:20px}
.hdrdsc{font-size:18px;line-height:1.65;color:#ffffffd9;margin:0}
.hdrdsc span{color:#FFAC16;font-weight:500}
.mdlsctngrd{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;margin:0 0 90px}
.mdlcrd{background:linear-gradient(145deg,#1a2438 0%,#0E172E 100%);border-radius:8px;padding:32px 26px;border:1px solid #ffac1626;transition:all .3s ease;position:relative}
.mdlcrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FFAC16 0%,transparent 100%);opacity:0;transition:opacity .3s ease}
.mdlcrd:hover{transform:translateY(-4px);border-color:#ffac1666;box-shadow:0 8px 24px #ffac1626}
.mdlcrd:hover::before{opacity:1}
.mdlnmbr{display:inline-block;font-size:14px;font-weight:600;color:#FFAC16;background:#ffac161f;padding:6px 14px;border-radius:20px;margin:0 0 20px}
.mdlcrd h3{font-size:22px;line-height:1.3;color:#FFF;margin:0 0 16px;font-weight:600}
.mdldsc{font-size:16px;line-height:1.6;color:#ffffffbf;margin:0 0 20px}
.mdllst{list-style:none;padding:0;margin:0}
.mdllst li{font-size:15px;line-height:1.6;color:#ffffffb3;padding:8px 0 8px 24px;position:relative}
.mdllst li::before{content:'';position:absolute;left:0;top:16px;width:6px;height:6px;background:#FFAC16;border-radius:50%}
.btmspltsct{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;margin:0 0 80px}
.btmcntnt{padding:0 20px 0 0}
.btmcntnt h2{font-size:38px;line-height:1.25;color:#FFF;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.btmcntnt h2::before{content:'';position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(180deg,#FFAC16 0%,#ffac164d 100%);border-radius:2px}
.btmprgrss{margin:0 0 36px}
.prgrsstm{margin:0 0 24px}
.prgrsshdr{display:flex;justify-content:space-between;align-items:center;margin:0 0 10px}
.prgrssnm{font-size:16px;font-weight:600;color:#FFF}
.prgrsspct{font-size:14px;font-weight:500;color:#FFAC16}
.prgrssbr{height:8px;background:#ffffff14;border-radius:10px;overflow:hidden;position:relative}
.prgrssfl{height:100%;background:linear-gradient(90deg,#FFAC16 0%,#ff8c00 100%);border-radius:10px;transition:width .6s ease;position:relative}
.prgrssfl::after{content:'';position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(90deg,transparent 0%,#ffffff4d 100%)}
.btmtxt{font-size:17px;line-height:1.65;color:#fffc;margin:0 0 18px}
.btmtxt:last-of-type{margin-bottom:0}
.btmmg{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0006;border:1px solid #ffac1633}
@media (max-width: 1024px) {
.hdrtxt h1{font-size:44px}
.mdlsctngrd{grid-template-columns:1fr 1fr;gap:28px}
.btmspltsct{grid-template-columns:1fr;gap:40px}
.btmcntnt{padding:0}
}
@media (max-width: 768px) {
.hdrblck{min-height:420px;margin:0 0 60px}
.hdrmg{width:60%;opacity:.2}
.hdrtxt{padding:40px 0 40px 20px}
.hdrtxt h1{font-size:36px;margin:0 0 20px}
.hdrdsc{font-size:16px}
.mdlsctngrd{grid-template-columns:1fr;gap:24px;margin:0 0 60px}
.mdlcrd{padding:28px 22px}
.btmcntnt h2{font-size:32px;margin:0 0 20px}
.btmmg{height:360px}
.btmspltsct{margin:0 0 60px}
}
@media (max-width: 480px) {
.pgcntnr{padding:0 16px}
.hdrblck{min-height:360px}
.hdrtxt h1{font-size:30px}
.hdrdsc{font-size:15px}
.btmcntnt h2{font-size:28px}
.btmtxt{font-size:16px}
.btmmg{height:280px}
}
.hroblk{background:linear-gradient(112deg,#0E172E 0%,#1a2847 100%);padding:80px 20px;position:relative;overflow:hidden}
.hroblk::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffac1614 0%,transparent 70%);border-radius:50%}
.hroblk::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#ffac160d 0%,transparent 70%);border-radius:50%}
.hrocntr{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.hrogrd{display:grid;grid-template-columns:1fr;gap:50px;align-items:center}
.hrotxt h1{font-size:48px;color:#FFF;margin:0 0 20px;line-height:1.2;font-weight:700}
.hrotxt p{font-size:18px;color:#c5cad4;margin:0 0 35px;line-height:1.6}
.hrobtnwrp{display:flex;gap:15px;flex-wrap:wrap}
.hrobtnprim,.hrobtnsec{padding:14px 28px;border-radius:6px;font-size:16px;text-decoration:none;transition:all .3s ease;display:inline-block;border:2px solid transparent}
.hrobtnprim{background:linear-gradient(95deg,#FFAC16 0%,#ff8f00 100%);color:#0E172E;font-weight:600}
.hrobtnprim:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffac164d}
.hrobtnsec{background:transparent;color:#FFF;border-color:#ffffff4d}
.hrobtnsec:hover{border-color:#FFAC16;background:#ffac161a}
.hroimgwrp{position:relative}
.hroimgmain{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 40px #0006;position:relative;z-index:2}
.hrogeom{position:absolute;border:2px solid #ffac164d;border-radius:8px}
.hrogeom:nth-child(2){top:-20px;right:-20px;width:180px;height:180px;z-index:1}
.hrogeom:nth-child(3){bottom:-15px;left:-15px;width:140px;height:140px;background:#0e172e99;z-index:3}
.schdlsect{background:#1a2847;padding:70px 20px}
.schdlcntr{max-width:1000px;margin:0 auto}
.schdlhd{text-align:center;margin-bottom:50px}
.schdlhd h2{font-size:38px;color:#FFF;margin:0 0 15px;font-weight:700}
.schdlhd p{font-size:17px;color:#b8bfce;margin:0}
.tmlngrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}
.tmln{background:linear-gradient(135deg,#0E172E 0%,#1e2d4f 100%);border-radius:8px;padding:30px;border-left:4px solid #FFAC16;transition:all .3s ease;position:relative}
.tmln:hover{transform:translateX(5px);box-shadow:0 8px 24px #ffac1626}
.tmln h3{font-size:22px;color:#FFAC16;margin:0 0 12px;font-weight:600}
.tmlnttl{font-size:18px;color:#FFF;margin:0 0 15px;font-weight:500}
.tmlnlst{list-style:none;padding:0;margin:0}
.tmlnlst li{font-size:15px;color:#c5cad4;margin-bottom:10px;padding-left:22px;position:relative;line-height:1.5}
.tmlnlst li::before{content:'→';position:absolute;left:0;color:#FFAC16;font-weight:700}
.prcngsct{background:linear-gradient(148deg,#0E172E 0%,#142038 100%);padding:70px 20px;position:relative;overflow:hidden}
.prcngsct::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:2px;background:linear-gradient(90deg,transparent,#FFAC16,transparent)}
.prcngcntr{max-width:1000px;margin:0 auto}
.prcnghdr{text-align:center;margin-bottom:55px}
.prcnghdr h2{font-size:38px;color:#FFF;margin:0 0 18px;font-weight:700}
.prcnghdr p{font-size:17px;color:#b8bfce;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.prccrdswrp{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}
.prccrd{background:#1a2847;border-radius:10px;padding:40px 35px;width:100%;max-width:460px;border:2px solid #ffac1633;transition:all .3s ease}
.prccrd:hover{border-color:#FFAC16;box-shadow:0 10px 30px #ffac1633}
.prccrd h3{font-size:24px;color:#FFF;margin:0 0 10px;font-weight:600}
.prcamt{font-size:42px;color:#FFAC16;font-weight:700;margin:0 0 20px;line-height:1}
.prcamt span{font-size:18px;color:#b8bfce;font-weight:400}
.prcftrs{list-style:none;padding:0;margin:0 0 30px}
.prcftrs li{font-size:16px;color:#c5cad4;margin-bottom:12px;padding-left:28px;position:relative;line-height:1.5}
.prcftrs li::before{content:'✓';position:absolute;left:0;color:#FFAC16;font-weight:700;font-size:18px}
.prcbtn{display:block;width:100%;padding:14px;background:linear-gradient(95deg,#FFAC16 0%,#ff8f00 100%);color:#0E172E;text-align:center;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease}
.prcbtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ffac164d}
.actvtysct{background:#1a2847;padding:70px 20px}
.actvtycntr{max-width:1000px;margin:0 auto}
.actvtyhdr{margin-bottom:45px}
.actvtyhdr h2{font-size:38px;color:#FFF;margin:0 0 15px;font-weight:700}
.actvtyhdr p{font-size:17px;color:#b8bfce;margin:0;line-height:1.6}
.actvtygrd{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.actvtyitm{background:linear-gradient(135deg,#0E172E 0%,#1e2d4f 100%);border-radius:8px;overflow:hidden;transition:all .3s ease;border:1px solid #ffac161a}
.actvtyitm:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000004d;border-color:#ffac164d}
.actvtyimg{width:100%;height:200px;object-fit:cover}
.actvtycnt{padding:25px}
.actvtycnt h3{font-size:20px;color:#FFF;margin:0 0 12px;font-weight:600}
.actvtycnt p{font-size:15px;color:#c5cad4;margin:0 0 18px;line-height:1.6}
.actvtymta{display:flex;gap:20px;font-size:14px;color:#b8bfce}
.actvtymta span{display:flex;align-items:center;gap:6px}
.actvtymta span::before{content:'●';color:#FFAC16;font-size:10px}
.prtnrsct{background:linear-gradient(132deg,#0E172E 0%,#192341 100%);padding:70px 20px}
.prtncntr{max-width:1000px;margin:0 auto;text-align:center}
.prtnhdr h2{font-size:38px;color:#FFF;margin:0 0 15px;font-weight:700}
.prtnhdr p{font-size:17px;color:#b8bfce;margin:0 0 50px;line-height:1.6}
.prtnstts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-bottom:50px}
.sttsitm{background:#ffac160d;border-radius:8px;padding:30px 20px;border:1px solid #ffac1626;transition:all .3s ease}
.sttsitm:hover{background:#ffac161a;border-color:#ffac164d}
.sttsnum{font-size:44px;color:#FFAC16;font-weight:700;margin:0 0 8px;line-height:1}
.sttslbl{font-size:16px;color:#c5cad4;margin:0}
.prtnlst{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}
.prtnbdg{background:#1a2847;padding:20px 30px;border-radius:6px;color:#FFF;font-size:16px;font-weight:500;border:1px solid #ffac1633;transition:all .3s ease}
.prtnbdg:hover{background:#ffac1614;border-color:#FFAC16}
@media (max-width: 768px) {
.hrotxt h1{font-size:34px}
.hrotxt p{font-size:16px}
.hrobtnwrp{flex-direction:column}
.hrobtnprim,.hrobtnsec{width:100%;text-align:center}
.tmlngrd,.actvtygrd{grid-template-columns:1fr}
.prccrdswrp{flex-direction:column;align-items:center}
.prtnstts{grid-template-columns:1fr}
.schdlhd h2,.prcnghdr h2,.actvtyhdr h2,.prtnhdr h2{font-size:30px}
.hrogrd{gap:30px}
.hrogeom:nth-child(2){width:120px;height:120px;top:-10px;right:-10px}
.hrogeom:nth-child(3){width:100px;height:100px}
}
@media (min-width: 769px) {
.hrogrd{grid-template-columns:1fr 1fr}
}
.ttlsct{position:relative;padding:80px 20px;overflow:hidden;background:linear-gradient(127deg,#0E172E 0%,#1a2847 50%,#0E172E 100%);background-size:200% 200%;animation:dgrdntmv 8s ease infinite}
@keyframes dgrdntmv {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.ttlsct::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffac161a 0%,transparent 70%);animation:crclplse 6s ease-in-out infinite}
@keyframes crclplse {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.2);opacity:.5}
}
.ttlsct::after{content:'';position:absolute;bottom:-30%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#ffac1626 0%,transparent 60%);border-radius:50%}
.ttlcntnr{max-width:1000px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:30px}
.ttlcntnr h1{font-size:48px;color:#FFF;margin:0;font-weight:600;line-height:1.2}
.ttlcntnr .sbttl{font-size:28px;color:#FFAC16;margin:0;font-weight:500}
.ttlcntnr .dscrptn{font-size:18px;color:#ffffffd9;line-height:1.6;max-width:700px}
.ttlmg{position:absolute;right:50px;top:50%;transform:translateY(-50%);width:320px;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000004d;animation:clrshft 5s ease-in-out infinite}
@keyframes clrshft {
0%,100%{filter:hue-rotate(0deg) brightness(1)}
50%{filter:hue-rotate(10deg) brightness(1.1)}
}
.cntctmth{padding:60px 20px;background:linear-gradient(135deg,#1a2847 0%,#0E172E 100%)}
.mthdcntnr{max-width:1000px;margin:0 auto}
.mthdcntnr h2{font-size:36px;color:#FFF;margin:0 0 40px;text-align:center}
.mthdgrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.mthdcrd{background:#ffffff0d;padding:35px 30px;border-radius:10px;border:1px solid #ffac1633;transition:all .3s ease}
.mthdcrd:hover{transform:translateY(-5px);border-color:#FFAC16;box-shadow:0 8px 20px #ffac1633}
.mthdcrd .crdcn{width:48px;height:48px;margin-bottom:20px;color:#FFAC16}
.mthdcrd h3{font-size:22px;color:#FFF;margin:0 0 15px}
.mthdcrd .nf{font-size:16px;color:#fffc;line-height:1.6;margin:0 0 10px}
.mthdcrd a{color:#FFAC16;text-decoration:none;transition:color .2s ease}
.mthdcrd a:hover{color:#ffbe47}
.frmsctn{padding:80px 20px;background:#0E172E}
.frmwrp{max-width:700px;margin:0 auto;background:#ffffff0d;padding:50px;border-radius:12px;border:1px solid #ffac1626}
.frmwrp h2{font-size:32px;color:#FFF;margin:0 0 15px;text-align:center}
.frmwrp .frmntro{font-size:16px;color:#ffffffbf;text-align:center;margin:0 0 40px;line-height:1.5}
.cntctfrm{display:flex;flex-direction:column;gap:25px}
.frmrw{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.frmgrp{display:flex;flex-direction:column;gap:8px}
.frmgrp label{font-size:15px;color:#FFF;font-weight:500}
.frmgrp input,.frmgrp select,.frmgrp textarea{padding:14px 16px;border:1px solid #ffffff26;border-radius:6px;background:#ffffff14;color:#FFF;font-size:15px;transition:all .3s ease}
.frmgrp input:focus,.frmgrp select:focus,.frmgrp textarea:focus{outline:none;border-color:#FFAC16;background:#ffffff1f;box-shadow:0 0 0 3px #ffac161a}
.frmgrp 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='%23FFAC16' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:45px}
.frmgrp textarea{min-height:140px;resize:vertical;font-family:inherit}
.prvccnsnt{display:flex;align-items:flex-start;gap:12px;margin-top:10px}
.prvccnsnt input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#FFAC16}
.prvccnsnt label{font-size:14px;color:#ffffffbf;line-height:1.5;cursor:pointer}
.prvccnsnt label a{color:#FFAC16;text-decoration:none;transition:color .2s ease}
.prvccnsnt label a:hover{color:#ffbe47}
.sbmtbtn{padding:16px 40px;background:linear-gradient(135deg,#FFAC16 0%,#ff9500 100%);color:#0E172E;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}
.sbmtbtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffac1666}
.sbmtbtn:active{transform:translateY(0)}
.lctnsctn{padding:70px 20px;background:linear-gradient(127deg,#1a2847 0%,#0E172E 50%,#1a2847 100%)}
.lctncntnr{max-width:1000px;margin:0 auto}
.lctncntnr h2{font-size:36px;color:#FFF;margin:0 0 45px;text-align:center;position:relative}
.lctncntnr h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#FFAC16,transparent)}
.lctngrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px}
.lctncrd{background:#ffffff0f;padding:40px 35px;border-radius:10px;border-left:4px solid #FFAC16;transition:all .3s ease}
.lctncrd:hover{background:#ffffff17;transform:translateX(5px)}
.lctncrd h3{font-size:20px;color:#FFAC16;margin:0 0 20px;font-weight:600}
.lctncrd .dtlln{font-size:16px;color:#ffffffd9;line-height:1.7;margin:0 0 12px;display:flex;align-items:flex-start;gap:10px}
.lctncrd .dtlln strong{color:#FFF;min-width:80px}
.fqsctn{padding:70px 20px;background:#0E172E}
.fqcntnr{max-width:900px;margin:0 auto}
.fqcntnr h2{font-size:36px;color:#FFF;margin:0 0 50px;text-align:center}
.fqtm{margin-bottom:20px;border:1px solid #ffac1633;border-radius:8px;overflow:hidden;background:#ffffff0a}
.fqtm input[type="checkbox"]{display:none}
.fqlbl{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;cursor:pointer;font-size:18px;color:#FFF;font-weight:500;transition:all .3s ease}
.fqlbl:hover{background:#ffac1614}
.fqlbl::after{content:'+';font-size:28px;color:#FFAC16;transition:transform .3s ease}
.fqtm input[type="checkbox"]:checked + .fqlbl::after{transform:rotate(45deg)}
.fqcntnt{max-height:0;overflow:hidden;transition:max-height .4s ease}
.fqtm input[type="checkbox"]:checked ~ .fqcntnt{max-height:500px}
.fqnsr{padding:0 30px 25px;font-size:16px;color:#fffc;line-height:1.7}
@media (max-width: 768px) {
.ttlsct{padding:60px 20px}
.ttlcntnr h1{font-size:36px}
.ttlcntnr .sbttl{font-size:22px}
.ttlmg{position:static;transform:none;width:100%;height:auto;margin-top:30px}
.mthdgrd{grid-template-columns:1fr}
.frmwrp{padding:35px 25px}
.frmrw{grid-template-columns:1fr}
.lctngrd{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.ttlcntnr h1{font-size:28px}
.ttlcntnr .sbttl{font-size:20px}
.ttlcntnr .dscrptn{font-size:16px}
.frmwrp{padding:25px 20px}
.fqlbl{padding:20px;font-size:16px}
}
.ttlblck{position:relative;overflow:hidden;background:linear-gradient(127deg,#0E172E 0%,#1a2847 100%);padding:0;margin:0}
.ttlblck .grdbg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;background-image:linear-gradient(0deg,#FFAC16 1px,transparent 1px),linear-gradient(90deg,#FFAC16 1px,transparent 1px);background-size:40px 40px;z-index:1}
.ttlblck .cntnr{position:relative;z-index:2;max-width:1000px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;padding:80px 24px}
.ttlblck .txtsd{flex:1;min-width:0}
.ttlblck .hdng{font-size:42px;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.2}
.ttlblck .dsc{font-size:18px;color:#e0e4ea;margin:0 0 32px;line-height:1.6}
.ttlblck .btns{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.ttlblck .prmbtn{padding:14px 32px;background:linear-gradient(135deg,#FFAC16 0%,#ff9500 100%);color:#0E172E;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 12px #ffac164d}
.ttlblck .prmbtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ffac1666}
.ttlblck .scndbtn{padding:14px 32px;background:transparent;color:#FFF;text-decoration:none;border:2px solid #FFAC16;border-radius:6px;font-weight:600;font-size:16px;transition:background 0.2s,color .2s}
.ttlblck .scndbtn:hover{background:#ffac161a}
.ttlblck .mgsd{flex:0 0 420px;position:relative}
.ttlblck .mgsd img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #0006;filter:contrast(1.05) brightness(0.95)}
.strysctn{background:#FFF;padding:96px 24px}
.strysctn .wrppr{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.strysctn .txtclmn h2{font-size:36px;color:#0E172E;margin:0 0 24px;position:relative;padding-left:20px}
.strysctn .txtclmn h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:32px;background:linear-gradient(180deg,#FFAC16 0%,#ff9500 100%);border-radius:2px}
.strysctn .txtclmn p{font-size:16px;color:#3a4557;line-height:1.7;margin:0 0 20px}
.strysctn .mgclmn{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.strysctn .mgclmn img{width:100%;height:180px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0e172e26}
.strysctn .mgclmn img:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}
.strysctn .mgclmn img:nth-child(2){grid-column:2 / 3;grid-row:1 / 2;margin-top:32px}
.vls{background:linear-gradient(142deg,#0E172E 0%,#1c2e52 100%);padding:80px 24px;position:relative}
.vls::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,#ffac1614 0%,transparent 50%);pointer-events:none}
.vls .cntr{max-width:1000px;margin:0 auto;position:relative;z-index:1}
.vls h2{font-size:38px;color:#FFF;text-align:center;margin:0 0 56px}
.vls .grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.vls .crd{background:#ffffff0d;border:1px solid #ffac1633;border-radius:8px;padding:32px 24px;transition:transform 0.3s,border-color 0.3s,background .3s}
.vls .crd:hover{transform:translateY(-4px);border-color:#ffac1680;background:#ffffff14}
.vls .crd .cnwrp{width:48px;height:48px;background:linear-gradient(135deg,#FFAC16 0%,#ff9500 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.vls .crd .cnwrp i{font-size:24px;color:#0E172E}
.vls .crd h3{font-size:20px;color:#FFF;margin:0 0 12px}
.vls .crd p{font-size:15px;color:#b8c1d1;line-height:1.6;margin:0}
.prchs{background:#f8f9fb;padding:88px 24px}
.prchs .cntnt{max-width:1000px;margin:0 auto}
.prchs .tpbar{text-align:center;margin:0 0 48px}
.prchs .tpbar h2{font-size:36px;color:#0E172E;margin:0 0 16px}
.prchs .tpbar .sbtxt{font-size:17px;color:#5a6578;line-height:1.6}
.prchs .pthsys{position:relative;display:flex;flex-direction:row;gap:48px;align-items:stretch}
.prchs .stpcrd{flex:1;background:#FFF;border-radius:10px;padding:32px 28px;box-shadow:0 2px 8px #0e172e14;position:relative;border-top:4px solid #FFAC16}
.prchs .stpcrd .nmbr{width:40px;height:40px;background:linear-gradient(135deg,#FFAC16 0%,#ff9500 100%);color:#0E172E;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 0 20px}
.prchs .stpcrd h3{font-size:22px;color:#0E172E;margin:0 0 12px}
.prchs .stpcrd p{font-size:15px;color:#4a5568;line-height:1.6;margin:0}
.prchs .stpcrd .mgwrp{margin:20px 0 0}
.prchs .stpcrd .mgwrp img{width:100%;height:160px;object-fit:cover;border-radius:6px}
@media (max-width: 1024px) {
.ttlblck .cntnr{gap:32px}
.ttlblck .mgsd{flex:0 0 340px}
.strysctn .wrppr{gap:48px}
.vls .grd{grid-template-columns:repeat(2,1fr)}
.prchs .pthsys{gap:32px}
}
@media (max-width: 768px) {
.ttlblck .cntnr{flex-direction:column;padding:56px 20px;gap:32px}
.ttlblck .mgsd{flex:0 0 auto;width:100%}
.ttlblck .hdng{font-size:32px}
.ttlblck .dsc{font-size:16px}
.ttlblck .btns{flex-direction:column}
.ttlblck .prmbtn,.ttlblck .scndbtn{width:100%;text-align:center}
.strysctn{padding:64px 20px}
.strysctn .wrppr{grid-template-columns:1fr;gap:40px}
.strysctn .txtclmn h2{font-size:28px}
.strysctn .mgclmn{grid-template-columns:1fr}
.strysctn .mgclmn img:nth-child(2){margin-top:0}
.vls{padding:64px 20px}
.vls h2{font-size:28px;margin:0 0 40px}
.vls .grd{grid-template-columns:1fr}
.prchs{padding:64px 20px}
.prchs .tpbar h2{font-size:28px}
.prchs .pthsys{flex-direction:column;gap:24px}
}
@media (max-width: 480px) {
.ttlblck .hdng{font-size:26px}
.strysctn .txtclmn h2{font-size:24px}
.vls h2{font-size:24px}
.prchs .tpbar h2{font-size:24px}
}
.tmhdr{position:relative;background:linear-gradient(127deg,#0E172E 0%,#1a2747 100%);padding:80px 20px;margin-bottom:0;overflow:hidden}
.tmhdr::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffac1626 0%,transparent 70%);border-radius:50%;filter:blur(60px)}
.tmhdr .cntnr{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.tmhdr .hdtxt h1{font-size:2.8rem;color:#FFF;margin:0 0 20px;line-height:1.2}
.tmhdr .hdtxt p{font-size:1.15rem;color:#ffffffd9;max-width:680px;line-height:1.6;margin:0}
.tmmbrs{background:linear-gradient(165deg,#0a0f1f 0%,#0E172E 100%);padding:90px 20px}
.tmmbrs .wrpr{max-width:1000px;margin:0 auto}
.tmmbrs .sctntl{text-align:center;margin-bottom:60px}
.tmmbrs .sctntl h2{font-size:2.2rem;color:#FFF;margin:0 0 16px;position:relative;display:inline-block}
.tmmbrs .sctntl h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#FFAC16,transparent)}
.tmmbrs .sctntl p{color:#ffffffbf;font-size:1.05rem;max-width:600px;margin:20px auto 0;line-height:1.6}
.grdcntnr{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.prsncrd{background:linear-gradient(135deg,#1a2747 0%,#0E172E 100%);border-radius:8px;padding:32px 28px;border:1px solid #ffac1626;transition:all .3s ease;position:relative}
.prsncrd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FFAC16,#ff8c16);border-radius:8px 8px 0 0;opacity:0;transition:opacity .3s ease}
.prsncrd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #ffac1633;border-color:#ffac1659}
.prsncrd:hover::before{opacity:1}
.prsncrd h3{font-size:1.5rem;color:#FFF;margin:0 0 8px}
.prsncrd .rl{font-size:.95rem;color:#FFAC16;margin:0 0 20px;font-weight:500}
.prsncrd .dscr{color:#ffffffbf;font-size:.98rem;line-height:1.7;margin:0 0 20px}
.prsncrd .spclt{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.prsncrd .tg{background:#ffac161f;color:#ffac16f2;padding:6px 14px;border-radius:6px;font-size:.85rem;border:1px solid #ffac1633}
.vlsblck{background:linear-gradient(192deg,#0E172E 0%,#1a2747 100%);padding:90px 20px}
.vlsblck .cntnr{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.vlsblck .txtsct h2{font-size:2.1rem;color:#FFF;margin:0 0 24px;line-height:1.3}
.vlsblck .txtsct p{color:#fffc;font-size:1.05rem;line-height:1.7;margin:0 0 20px}
.vlsblck .txtsct ul{list-style:none;padding:0;margin:30px 0 0}
.vlsblck .txtsct ul li{color:#fffc;font-size:1.02rem;padding:12px 0 12px 32px;position:relative;line-height:1.6}
.vlsblck .txtsct ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;background:linear-gradient(135deg,#FFAC16,#ff8c16);border-radius:50%}
.vlsblck .imgwrp{position:relative}
.vlsblck .imgwrp img{width:100%;height:auto;border-radius:8px;border:2px solid #ffac1633;box-shadow:0 8px 24px #0006}
.vlsblck .imgwrp::after{content:'';position:absolute;top:-12px;right:-12px;bottom:12px;left:12px;border:2px solid #ffac1626;border-radius:8px;z-index:-1}
.prcssblck{background:#0a0f1f;padding:90px 20px}
.prcssblck .wrpr{max-width:1000px;margin:0 auto}
.prcssblck h2{font-size:2.2rem;color:#FFF;text-align:center;margin:0 0 60px}
.stpsgrp{display:flex;flex-direction:column;gap:50px}
.stpitm{display:grid;grid-template-columns:80px 1fr;gap:30px;align-items:start}
.stpnmbr{width:80px;height:80px;background:linear-gradient(135deg,#FFAC16,#ff8c16);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#0E172E;box-shadow:0 6px 20px #ffac164d;position:relative}
.stpitm:not(:last-child) .stpnmbr::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:3px;height:70px;background:linear-gradient(180deg,#FFAC16,transparent)}
.stpcntnt h3{font-size:1.6rem;color:#FFF;margin:0 0 14px}
.stpcntnt p{color:#ffffffbf;font-size:1.05rem;line-height:1.7;margin:0}
.stpcntnt .dtls{margin-top:16px;padding-left:20px;border-left:2px solid #ffac164d;color:#ffffffb3;font-size:.98rem;line-height:1.6}
@media (max-width: 768px) {
.tmhdr{padding:60px 20px}
.tmhdr .hdtxt h1{font-size:2rem}
.tmhdr .hdtxt p{font-size:1.05rem}
.tmmbrs{padding:60px 20px}
.tmmbrs .sctntl h2{font-size:1.8rem}
.grdcntnr{grid-template-columns:1fr;gap:30px}
.vlsblck{padding:60px 20px}
.vlsblck .cntnr{grid-template-columns:1fr;gap:40px}
.vlsblck .txtsct h2{font-size:1.8rem}
.prcssblck{padding:60px 20px}
.prcssblck h2{font-size:1.8rem;margin-bottom:40px}
.stpitm{grid-template-columns:60px 1fr;gap:20px}
.stpnmbr{width:60px;height:60px;font-size:1.5rem}
.stpitm:not(:last-child) .stpnmbr::after{height:50px}
.stpcntnt h3{font-size:1.3rem}
}
@media (max-width: 480px) {
.tmhdr .hdtxt h1{font-size:1.7rem}
.tmmbrs .sctntl h2{font-size:1.6rem}
.vlsblck .txtsct h2{font-size:1.6rem}
.prcssblck h2{font-size:1.6rem}
}
.sccss-mnpg{width:100%;max-width:1000px;margin:0 auto;padding:0}
.sccss-hrsct{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(158deg,#0E172E 0%,#1a2847 50%,#0E172E 100%);margin-bottom:60px}
.sccss-hrbg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,#ffac1614 0%,transparent 50%),radial-gradient(circle at 80% 70%,#ffac160f 0%,transparent 50%);filter:blur(40px)}
.sccss-hrptrn{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;background-image:repeating-linear-gradient(45deg,transparent,transparent 20px,#ffac1666 20px,#ffac1666 22px),repeating-linear-gradient(-45deg,transparent,transparent 20px,#ffac164d 20px,#ffac164d 22px)}
.sccss-hrcntnt{position:relative;z-index:2;max-width:700px;padding:60px 30px;text-align:center}
.sccss-hricn{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#FFAC16 0%,#ffcc5c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ffac164d}
.sccss-hricn svg{width:42px;height:42px;fill:#0E172E}
.sccss-qstn{font-size:26px;color:#FFAC16;margin:0 0 20px;font-weight:600;line-height:1.3}
.sccss-answr{font-size:18px;color:#FFF;margin:0;line-height:1.7;opacity:.95}
.sccss-btnsct{background:#0E172E;padding:80px 30px;position:relative;overflow:hidden}
.sccss-btnsct::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(110deg,transparent 45%,#ffac160d 50%,transparent 55%);animation:shne 8s infinite}
@keyframes shne {
0%,100%{transform:translateX(-100%)}
50%{transform:translateX(100%)}
}
.sccss-btngrd{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;position:relative;z-index:2}
.sccss-btncrd{background:linear-gradient(145deg,#1a2847 0%,#0E172E 100%);padding:36px 28px;border-radius:8px;border:1px solid #ffac1626;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease;position:relative}
.sccss-btncrd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FFAC16 0%,#ffcc5c 100%);border-radius:8px 0 0 8px;transition:height .4s ease}
.sccss-btncrd:hover{transform:translateY(-4px);border-color:#ffac1666;box-shadow:0 12px 32px #ffac1633}
.sccss-btncrd:hover::before{height:100%}
.sccss-crdic{width:56px;height:56px;background:#ffac161f;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease}
.sccss-btncrd:hover .sccss-crdic{background:#ffac1633;transform:scale(1.1)}
.sccss-crdic svg{width:28px;height:28px;fill:#FFAC16}
.sccss-crdttl{font-size:20px;color:#FFF;margin:0 0 12px;font-weight:600}
.sccss-crdtxt{font-size:15px;color:#ffffffbf;margin:0 0 24px;line-height:1.6;flex-grow:1}
.sccss-crdlnk{display:inline-flex;align-items:center;color:#FFAC16;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s ease;gap:8px}
.sccss-crdlnk::after{content:'';width:18px;height:18px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFAC16"><path d="M13.3 17.3l-1.4-1.4 3.9-3.9H4v-2h11.8l-3.9-3.9 1.4-1.4 6.3 6.3z"/></svg>') center/contain no-repeat;transition:transform .3s ease}
.sccss-crdlnk:hover{color:#ffcc5c;gap:12px}
.sccss-crdlnk:hover::after{transform:translateX(4px)}
@media (max-width: 768px) {
.sccss-hrsct{min-height:380px;margin-bottom:40px}
.sccss-hrcntnt{padding:40px 20px}
.sccss-hricn{width:64px;height:64px;margin-bottom:24px}
.sccss-hricn svg{width:34px;height:34px}
.sccss-qstn{font-size:22px;margin-bottom:16px}
.sccss-answr{font-size:16px}
.sccss-btnsct{padding:60px 20px}
.sccss-btngrd{grid-template-columns:1fr;gap:20px}
.sccss-btncrd{padding:28px 24px}
.sccss-crdic{width:48px;height:48px;margin-bottom:16px}
.sccss-crdic svg{width:24px;height:24px}
.sccss-crdttl{font-size:18px;margin-bottom:10px}
.sccss-crdtxt{font-size:14px;margin-bottom:20px}
.sccss-crdlnk{font-size:14px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.sccss-hrsct{min-height:420px}
.sccss-hrcntnt{padding:50px 24px}
.sccss-btnsct{padding:70px 24px}
.sccss-btngrd{grid-template-columns:repeat(2,1fr)}
}