html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit}
body{margin:0;padding:0;font-family:'Fira Sans',sans-serif;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);color:#e8e8e8;line-height:1.6}
.hdr-outer{background:linear-gradient(299deg,#FEB500 0%,#60CCEE 50%,#DE2B3B 100%);box-shadow:0 8px 24px #feb5004d}
.hdr-top{padding:24px 0}
.hdr-cntnr{max-width:1320px;margin:0 auto;padding:0 20px}
.hdr-wrap{display:flex;justify-content:space-between;align-items:center}
.logo-box{background:#ffffff26;border-radius:50%;padding:12px;box-shadow:0 4px 12px #0003}
.logo-link{display:block;width:90px;height:90px}
.logo-img{width:100%;height:100%;object-fit:contain}
.brand-nme{background:#16213ed9;padding:16px 32px;border-radius:50px;box-shadow:0 6px 18px #00000040}
.brand-txt{font-size:28px;font-weight:700;color:#fff;letter-spacing:1px}
.hdr-nav-row{background:#16213ef2;border-top:3px solid #feb50066}
.nav-cntnr{max-width:1320px;margin:0 auto;padding:0 20px}
.main-nvgtn{display:flex;justify-content:center}
.nav-lst{display:flex;list-style:none;margin:0;padding:0;gap:8px}
.nav-itm{position:relative}
.nav-lnk{display:block;padding:18px 28px;color:#e8e8e8;text-decoration:none;font-weight:500;font-size:16px;border-radius:50px;transition:background 0.3s,color .3s}
.nav-lnk:hover{background:#feb50033;color:#FEB500}
.nav-itm.has-dropdown .sub-nav{position:absolute;top:100%;left:0;background:#0f3460fa;list-style:none;margin:0;padding:8px 0;border-radius:24px;box-shadow:0 12px 28px #0006;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility .3s;min-width:200px;z-index:1000}
.nav-itm.has-dropdown:hover .sub-nav{opacity:1;visibility:visible}
.sub-itm{margin:0}
.sub-lnk{display:block;padding:12px 24px;color:#e8e8e8;text-decoration:none;font-size:15px;transition:background 0.3s,color .3s;border-radius:20px;margin:4px 8px}
.sub-lnk:hover{background:#60ccee33;color:#60CCEE}
.ftr-section{background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);padding:48px 0 24px;margin-top:80px;border-top:4px solid #feb5004d}
.ftr-cntnr{max-width:1320px;margin:0 auto;padding:0 20px}
.ftr-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-bottom:32px}
.ftr-col .ftr-title{font-size:20px;font-weight:700;color:#FEB500;margin:0 0 16px}
.ftr-address{color:#b8b8b8;font-size:15px;line-height:1.7;margin:0 0 12px}
.ftr-contact{margin:0}
.ftr-phone,.ftr-email{color:#60CCEE;text-decoration:none;font-size:15px;transition:color .3s}
.ftr-phone:hover,.ftr-email:hover{color:#FEB500}
.ftr-links{list-style:none;margin:0;padding:0}
.ftr-link-itm{margin-bottom:10px}
.ftr-link{color:#b8b8b8;text-decoration:none;font-size:15px;transition:color .3s}
.ftr-link:hover{color:#60CCEE}
.ftr-btm{border-top:1px solid #b8b8b833;padding-top:24px;text-align:center}
.ftr-copy{color:#8a8a8a;font-size:14px;margin:0}
.cookie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity 0.4s,visibility .4s}
.cookie-modal.is-visible{opacity:1;visibility:visible}
.cookie-box{background:linear-gradient(135deg,#16213e 0%,#0f3460 100%);padding:36px;border-radius:28px;max-width:520px;width:90%;box-shadow:0 16px 48px #feb50040;border:2px solid #feb5004d;transform:translateY(-50px);transition:transform .4s}
.cookie-modal.is-visible .cookie-box{transform:translateY(0)}
.cookie-ttl{font-size:24px;font-weight:700;color:#FEB500;margin:0 0 12px}
.cookie-desc{color:#b8b8b8;font-size:15px;margin:0 0 24px;line-height:1.6}
.cookie-opts{margin-bottom:28px}
.cookie-ctgry{margin-bottom:14px}
.cookie-lbl{display:flex;align-items:center;cursor:pointer;color:#e8e8e8;font-size:15px}
.cookie-chk{margin-right:12px;width:20px;height:20px;cursor:pointer}
.cookie-chk:disabled{cursor:not-allowed}
.cookie-actions{display:flex;gap:12px;flex-wrap:wrap}
.cookie-btn{flex:1;min-width:140px;padding:14px 20px;border:none;border-radius:50px;font-family:'Fira Sans',sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.3s,transform .2s}
.cookie-accept{background:linear-gradient(135deg,#FEB500 0%,#DE2B3B 100%);color:#fff}
.cookie-accept:hover{background:linear-gradient(135deg,#e5a300 0%,#c52532 100%);transform:translateY(-2px)}
.cookie-decline{background:#b8b8b833;color:#e8e8e8}
.cookie-decline:hover{background:#b8b8b84d}
.cookie-save{background:linear-gradient(135deg,#60CCEE 0%,#FEB500 100%);color:#fff}
.cookie-save:hover{background:linear-gradient(135deg,#4fb8da 0%,#e5a300 100%);transform:translateY(-2px)}
.cookie-hint{margin:16px 0 0;font-size:13px;color:#8a8a8a;text-align:center}
@media (max-width: 768px) {
.hdr-wrap{flex-direction:column;gap:20px}
.brand-nme{padding:12px 24px}
.brand-txt{font-size:22px}
.nav-lst{flex-direction:column;width:100%}
.nav-lnk{text-align:center}
.nav-itm.has-dropdown .sub-nav{position:static;opacity:1;visibility:visible;background:#0f346099;margin-top:8px}
.ftr-grid{grid-template-columns:1fr;gap:32px}
.cookie-box{padding:28px}
.cookie-actions{flex-direction:column}
.cookie-btn{min-width:100%}
}
@media (max-width: 480px) {
.logo-link{width:70px;height:70px}
.brand-txt{font-size:18px}
.nav-lnk{padding:14px 20px;font-size:15px}
}
.policy-b-content{max-width:1320px;margin:0 auto;padding:80px 20px;background:#1a1a1a;color:#e0e0e0}
.policy-b-content h1{font-size:2.8rem;line-height:1.2;color:#FEB500;margin:0 0 40px;padding-bottom:24px;border-bottom:3px solid #60CCEE;font-weight:700}
.policy-b-content h2{font-size:2.2rem;line-height:1.3;color:#60CCEE;margin:60px 0 28px;font-weight:600;padding-left:16px;border-left:4px solid #FEB500}
.policy-b-content h3{font-size:1.8rem;line-height:1.4;color:#FEB500;margin:48px 0 24px;font-weight:600}
.policy-b-content h4{font-size:1.5rem;line-height:1.4;color:#e0e0e0;margin:36px 0 20px;font-weight:600}
.policy-b-content h5{font-size:1.3rem;line-height:1.5;color:#e0e0e0;margin:32px 0 18px;font-weight:600}
.policy-b-content h6{font-size:1.1rem;line-height:1.5;color:#b0b0b0;margin:28px 0 16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-b-content p{font-size:1.1rem;line-height:1.8;color:#d0d0d0;margin:0 0 24px}
.policy-b-content ul{margin:0 0 28px;padding-left:40px;list-style-type:none}
.policy-b-content ul li{font-size:1.1rem;line-height:1.8;color:#d0d0d0;margin-bottom:16px;padding-left:28px;position:relative}
.policy-b-content ul li:before{content:"▶";position:absolute;left:0;color:#FEB500;font-size:.9rem}
.policy-b-content ol{margin:0 0 28px;padding-left:40px;counter-reset:policy-counter;list-style:none}
.policy-b-content ol li{font-size:1.1rem;line-height:1.8;color:#d0d0d0;margin-bottom:16px;padding-left:32px;position:relative;counter-increment:policy-counter}
.policy-b-content ol li:before{content:counter(policy-counter) ".";position:absolute;left:0;color:#60CCEE;font-weight:700;font-size:1.1rem}
.policy-b-content strong,.policy-b-content b{color:#FEB500;font-weight:700}
.policy-b-content em,.policy-b-content i{color:#60CCEE;font-style:italic}
.policy-b-content hr{margin:60px 0;border:none;height:2px;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 50%,#DE2B3B 100%);border-radius:16px}
.policy-b-content table{width:100%;margin:40px 0;border-collapse:separate;border-spacing:0;background:#252525;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #feb50026}
.policy-b-content thead{background:linear-gradient(135deg,#FEB500 0%,#60CCEE 100%)}
.policy-b-content thead tr th{padding:20px 24px;text-align:left;font-size:1.1rem;font-weight:700;color:#1a1a1a;border-bottom:3px solid #DE2B3B}
.policy-b-content tbody tr{border-bottom:1px solid #3a3a3a}
.policy-b-content tbody tr:last-child{border-bottom:none}
.policy-b-content tbody tr:hover{background:#2a2a2a}
.policy-b-content tbody tr td{padding:18px 24px;font-size:1.05rem;line-height:1.6;color:#d0d0d0}
.policy-b-content thead tr th:first-child{border-top-left-radius:24px}
.policy-b-content thead tr th:last-child{border-top-right-radius:24px}
.policy-b-content div{margin:32px 0}
.policy-b-content a{color:#60CCEE;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease}
.policy-b-content a:hover{color:#FEB500;border-bottom-color:#FEB500}
@media (max-width: 768px) {
.policy-b-content{padding:60px 16px}
.policy-b-content h1{font-size:2.2rem;margin-bottom:32px;padding-bottom:20px}
.policy-b-content h2{font-size:1.8rem;margin:48px 0 24px;padding-left:12px}
.policy-b-content h3{font-size:1.5rem;margin:40px 0 20px}
.policy-b-content h4{font-size:1.3rem;margin:32px 0 18px}
.policy-b-content h5{font-size:1.15rem;margin:28px 0 16px}
.policy-b-content h6{font-size:1rem;margin:24px 0 14px}
.policy-b-content p{font-size:1.05rem;margin-bottom:20px}
.policy-b-content ul,.policy-b-content ol{padding-left:28px;margin-bottom:24px}
.policy-b-content ul li,.policy-b-content ol li{font-size:1.05rem;margin-bottom:14px;padding-left:24px}
.policy-b-content ol li{padding-left:28px}
.policy-b-content table{margin:32px 0;border-radius:16px;display:block;overflow-x:auto}
.policy-b-content thead tr th,.policy-b-content tbody tr td{padding:14px 16px;font-size:1rem}
.policy-b-content hr{margin:48px 0}
}
@media (max-width: 480px) {
.policy-b-content{padding:48px 12px}
.policy-b-content h1{font-size:1.9rem}
.policy-b-content h2{font-size:1.6rem;margin:40px 0 20px}
.policy-b-content h3{font-size:1.35rem}
.policy-b-content table{border-radius:12px}
.policy-b-content thead tr th,.policy-b-content tbody tr td{padding:12px;font-size:.95rem}
}
.abt-hro{position:relative;min-height:480px;display:flex;align-items:center;padding:60px 20px;overflow:hidden;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}
.abt-hro::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(299deg,#feb50026 0%,#60ccee1f 50%,#de2b3b1a 100%);animation:clr-shft 12s ease infinite}
@keyframes clr-shft {
0%,100%{opacity:.8}
50%{opacity:1}
}
.abt-hro .wrppr-innr{max-width:1320px;margin:0 auto;width:100%;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.abt-hro .txt-blck h1{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 24px;text-shadow:2px 2px 12px #0006}
.abt-hro .txt-blck p{font-size:1.1rem;line-height:1.7;color:#e0e0e0;margin:0}
.abt-hro .mg-collg{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;height:360px}
.abt-hro .mg-collg img{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:4px 8px 20px #feb5004d;opacity:.85;transition:all .4s ease}
.abt-hro .mg-collg img:hover{opacity:1;transform:scale(1.05);box-shadow:6px 12px 28px #60ccee66}
.abt-hro .mg-collg img:first-child{grid-column:1 / 2;grid-row:1 / 3}
.abt-hro .mg-collg img:nth-child(2){grid-column:2 / 4;grid-row:1 / 2}
.abt-hro .mg-collg img:last-child{grid-column:2 / 4;grid-row:2 / 3}
.stry-sctn{padding:90px 20px;background:#0a0e27;position:relative}
.stry-sctn::after{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent 0%,#FEB500 50%,transparent 100%)}
.stry-sctn .cntnr-main{max-width:1320px;margin:0 auto}
.stry-sctn .hdr-wrap h2{font-size:2.6rem;color:#fff;text-align:center;margin:0 0 64px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.stry-sctn .hdr-wrap h2::before{content:'';position:absolute;bottom:-12px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 100%);border-radius:8px}
.stry-sctn .cntnt-grd{display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start}
.stry-sctn .prtrt-box{position:sticky;top:40px}
.stry-sctn .prtrt-box img{width:100%;height:auto;border-radius:24px;box-shadow:8px 12px 32px #de2b3b59;border:3px solid #60CCEE}
.stry-sctn .prtrt-box .nme-tag{margin-top:20px;text-align:center}
.stry-sctn .prtrt-box .nme-tag h4{font-size:1.3rem;color:#FEB500;margin:0 0 6px}
.stry-sctn .prtrt-box .nme-tag p{font-size:.95rem;color:#a0a0a0;margin:0}
.stry-sctn .txt-area p{font-size:1.05rem;line-height:1.8;color:#d0d0d0;margin:0 0 28px}
.stry-sctn .txt-area p:last-child{margin-bottom:0}
.vls-sctn{padding:100px 20px;background:linear-gradient(165deg,#16213e 0%,#1a1a2e 100%)}
.vls-sctn .wrp-box{max-width:1320px;margin:0 auto}
.vls-sctn h2{font-size:2.4rem;color:#fff;margin:0 0 56px;text-align:center}
.vls-sctn .crds-flex{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}
.vls-sctn .vl-crd{background:#0f3460;border-radius:28px;padding:48px 36px;flex:1 1 300px;max-width:400px;box-shadow:6px 10px 24px #60ccee33;transition:all .3s ease;position:relative;overflow:hidden}
.vls-sctn .vl-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 50%,#DE2B3B 100%)}
.vls-sctn .vl-crd:hover{transform:translateY(-8px);box-shadow:8px 16px 36px #feb50059}
.vls-sctn .vl-crd h3{font-size:1.6rem;color:#FEB500;margin:0 0 20px;display:flex;align-items:center;gap:12px}
.vls-sctn .vl-crd h3 i{font-size:2rem;color:#60CCEE}
.vls-sctn .vl-crd p{font-size:1rem;line-height:1.7;color:silver;margin:0}
.apprch-sctn{padding:90px 20px;background:#0a0e27}
.apprch-sctn .cntner-box{max-width:1320px;margin:0 auto}
.apprch-sctn h2{font-size:2.5rem;color:#fff;margin:0 0 48px}
.apprch-sctn h2::after{content:'';display:block;width:120px;height:5px;background:linear-gradient(90deg,#DE2B3B 0%,#FEB500 100%);margin-top:16px;border-radius:12px}
.apprch-sctn .stps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.apprch-sctn .stp-item{background:linear-gradient(135deg,#16213e 0%,#0f3460 100%);padding:40px 32px;border-radius:24px;border-left:6px solid #60CCEE;box-shadow:4px 8px 20px #0000004d;position:relative;transition:all .35s ease}
.apprch-sctn .stp-item:hover{border-left-color:#FEB500;transform:scale(1.03);box-shadow:6px 12px 28px #feb50040}
.apprch-sctn .stp-item .nmbr{position:absolute;top:-20px;right:20px;width:56px;height:56px;background:linear-gradient(135deg,#FEB500 0%,#DE2B3B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:#fff;box-shadow:4px 6px 16px #de2b3b66}
.apprch-sctn .stp-item h4{font-size:1.4rem;color:#60CCEE;margin:0 0 16px}
.apprch-sctn .stp-item p{font-size:1rem;line-height:1.7;color:#d0d0d0;margin:0}
@media (max-width: 1024px) {
.abt-hro .wrppr-innr{grid-template-columns:1fr;gap:40px}
.abt-hro .mg-collg{height:280px}
.stry-sctn .cntnt-grd{grid-template-columns:1fr;gap:40px}
.stry-sctn .prtrt-box{position:static;max-width:280px;margin:0 auto}
}
@media (max-width: 768px) {
.abt-hro{min-height:360px;padding:40px 20px}
.abt-hro .txt-blck h1{font-size:2.2rem}
.abt-hro .mg-collg{grid-template-columns:1fr 1fr;height:240px}
.abt-hro .mg-collg img:first-child{grid-column:1 / 2;grid-row:1 / 2}
.abt-hro .mg-collg img:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}
.abt-hro .mg-collg img:last-child{grid-column:1 / 3;grid-row:2 / 3}
.stry-sctn{padding:60px 20px}
.stry-sctn .hdr-wrap h2{font-size:2rem;margin-bottom:40px}
.vls-sctn{padding:70px 20px}
.vls-sctn h2{font-size:2rem;margin-bottom:40px}
.vls-sctn .crds-flex{gap:24px}
.apprch-sctn{padding:60px 20px}
.apprch-sctn h2{font-size:2rem}
.apprch-sctn .stps-grid{gap:32px}
}
@media (max-width: 480px) {
.abt-hro .txt-blck h1{font-size:1.8rem}
.abt-hro .txt-blck p{font-size:1rem}
.vls-sctn .vl-crd{padding:36px 24px}
.apprch-sctn .stp-item{padding:32px 24px}
}
.hdr-glbl{background:linear-gradient(135deg,#FEB500 0%,#60CCEE 50%,#DE2B3B 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.hdr-glbl::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.hdr-cntr{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.hdr-ttl{font-size:3rem;color:#1a1a2e;margin:0 0 28px;line-height:1.2}
.hdr-lst{list-style:none;padding:0;margin:0 0 32px}
.hdr-lst li{color:#1a1a2e;font-size:1.15rem;margin:12px 0;padding-left:28px;position:relative}
.hdr-lst li::before{content:'✓';position:absolute;left:0;color:#1a1a2e;font-weight:700}
.hdr-btn-wrp{margin-top:24px}
.btn-prmry{background:#1a1a2e;color:#FEB500;padding:14px 32px;border:3px solid #1a1a2e;border-radius:24px;font-size:1.1rem;cursor:pointer;display:inline-block;text-decoration:none;transition:all .3s ease;box-shadow:4px 4px 0 #de2b3b66}
.btn-prmry:hover{transform:translateY(-2px);box-shadow:6px 6px 0 #de2b3b99}
.sprt-sctn{background:#16213e;padding:80px 20px;position:relative}
.sprt-wrp{max-width:1320px;margin:0 auto}
.sprt-hdr{text-align:center;margin-bottom:60px}
.sprt-hdr h2{font-size:2.5rem;color:#60CCEE;margin:0 0 18px;position:relative;display:inline-block}
.sprt-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FEB500,#DE2B3B);border-radius:20px}
.sprt-hdr p{color:#e0e0e0;font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.6}
.sprt-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.sprt-crd{background:#1f2937;padding:32px;border-radius:20px;border:2px solid #2d3748;transition:all .3s ease}
.sprt-crd:hover{transform:translateY(-6px);border-color:#FEB500;box-shadow:0 8px 20px #feb5004d}
.sprt-crd-icn{font-size:2.5rem;color:#FEB500;margin-bottom:18px}
.sprt-crd h3{color:#60CCEE;font-size:1.5rem;margin:0 0 14px}
.sprt-crd p{color:#cbd5e0;font-size:1rem;line-height:1.7;margin:0}
.xprnc-sctn{background:linear-gradient(180deg,#2d3748 0%,#1a202c 100%);padding:70px 20px}
.xprnc-cntr{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.xprnc-img-wrp{position:relative}
.xprnc-img-wrp img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:12px 12px 0 #60ccee4d}
.xprnc-cntnt h2{font-size:2.3rem;color:#FEB500;margin:0 0 24px}
.xprnc-cntnt p{color:#e2e8f0;font-size:1.05rem;line-height:1.8;margin-bottom:20px}
.xprnc-qte{border-left:4px solid #DE2B3B;padding-left:20px;margin:28px 0;font-style:italic;color:#cbd5e0}
.xprnc-prfl{display:flex;align-items:center;gap:16px;margin-top:32px;padding:20px;background:#1f2937;border-radius:16px}
.xprnc-prfl img{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #60CCEE}
.xprnc-prfl-dtls h4{color:#FEB500;margin:0 0 6px;font-size:1.1rem}
.xprnc-prfl-dtls p{color:#a0aec0;margin:0;font-size:.95rem}
.ffcncy-sctn{background:#0f172a;padding:75px 20px}
.ffcncy-wrp{max-width:1320px;margin:0 auto}
.ffcncy-ttl{text-align:center;margin-bottom:50px}
.ffcncy-ttl h2{font-size:2.4rem;color:#DE2B3B;margin:0 0 16px}
.ffcncy-ttl p{color:#cbd5e0;font-size:1.08rem;max-width:680px;margin:0 auto}
.ffcncy-tbs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}
.tb-inp{display:none}
.tb-lbl{padding:12px 28px;background:#1e293b;color:#94a3b8;border:2px solid #334155;border-radius:20px;cursor:pointer;transition:all .3s ease}
.tb-inp:checked + .tb-lbl{background:linear-gradient(135deg,#FEB500,#60CCEE);color:#0f172a;border-color:#60CCEE}
.tb-cntnt{display:none}
#tb1:checked ~ .tb-cntnt-wrp .tb-cntnt-1,#tb2:checked ~ .tb-cntnt-wrp .tb-cntnt-2,#tb3:checked ~ .tb-cntnt-wrp .tb-cntnt-3{display:block}
.tb-cntnt-wrp{background:#1e293b;padding:40px;border-radius:24px;border:2px solid #334155}
.tb-cntnt h3{color:#60CCEE;font-size:1.8rem;margin:0 0 20px}
.tb-cntnt ul{list-style:none;padding:0;margin:0}
.tb-cntnt ul li{color:#e2e8f0;padding:12px 0 12px 32px;position:relative;font-size:1.05rem;line-height:1.6}
.tb-cntnt ul li::before{content:'→';position:absolute;left:0;color:#FEB500;font-weight:700}
.ntrctv-sctn{background:linear-gradient(225deg,#1a202c 0%,#2d3748 100%);padding:80px 20px}
.ntrctv-cntr{max-width:1320px;margin:0 auto}
.ntrctv-hdr{text-align:center;margin-bottom:50px}
.ntrctv-hdr h2{font-size:2.5rem;background:linear-gradient(90deg,#FEB500,#60CCEE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 18px}
.ntrctv-hdr p{color:#cbd5e0;font-size:1.1rem;max-width:720px;margin:0 auto}
.ntrctv-grd-2{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px;align-items:start}
.ntrctv-img-bx{position:relative}
.ntrctv-img-bx img{width:100%;height:420px;object-fit:cover;border-radius:24px;border:3px solid #334155}
.ntrctv-pnl{background:#1f2937;padding:36px;border-radius:20px;border-left:5px solid #DE2B3B}
.ntrctv-pnl h3{color:#FEB500;font-size:1.7rem;margin:0 0 18px}
.ntrctv-pnl p{color:#e2e8f0;font-size:1.05rem;line-height:1.7;margin-bottom:16px}
.ntrctv-stts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}
.stt-bx{text-align:center;padding:20px;background:#0f172a;border-radius:16px}
.stt-bx-nmbr{font-size:2rem;color:#60CCEE;font-weight:700;margin-bottom:8px}
.stt-bx-lbl{color:#94a3b8;font-size:.9rem}
.trnsprncy-sctn{background:#16213e;padding:70px 20px}
.trnsprncy-wrp{max-width:1320px;margin:0 auto}
.trnsprncy-ttl{text-align:center;margin-bottom:48px}
.trnsprncy-ttl h2{font-size:2.4rem;color:#60CCEE;margin:0 0 16px}
.trnsprncy-ttl svg{width:100%;height:4px;max-width:200px;margin:0 auto;display:block}
.cmprsn-tbl{background:#1f2937;border-radius:24px;overflow:hidden;border:2px solid #2d3748}
.cmprsn-rw{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #374151}
.cmprsn-rw:last-child{border-bottom:none}
.cmprsn-rw.hdr{background:linear-gradient(90deg,#2d3748,#374151)}
.cmprsn-cll{padding:20px 24px;color:#e2e8f0;font-size:1.05rem}
.cmprsn-rw.hdr .cmprsn-cll{color:#FEB500;font-weight:700}
.cmprsn-cll.chck{text-align:center;font-size:1.5rem;color:#10b981}
.cmprsn-cll.crss{text-align:center;font-size:1.5rem;color:#ef4444}
.cll-sctn{background:linear-gradient(180deg,#0f172a 0%,#1e293b 100%);padding:90px 20px;text-align:center}
.cll-bx{max-width:800px;margin:0 auto;background:#1f2937;padding:50px 40px;border-radius:28px;box-shadow:0 12px 30px #feb50033;border:3px solid #FEB500}
.cll-bx h2{font-size:2.6rem;color:#60CCEE;margin:0 0 22px}
.cll-bx p{color:#cbd5e0;font-size:1.15rem;margin-bottom:32px;line-height:1.7}
.btn-scndry{background:linear-gradient(135deg,#DE2B3B,#FEB500);color:#0f172a;padding:16px 40px;border:none;border-radius:24px;font-size:1.15rem;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:6px 6px 0 #60ccee66;font-weight:700}
.btn-scndry:hover{transform:translateY(-3px);box-shadow:8px 8px 0 #60ccee99}
@media (max-width: 992px) {
.hdr-ttl{font-size:2.3rem}
.xprnc-cntr{grid-template-columns:1fr;gap:40px}
.xprnc-img-wrp img{height:380px}
.ntrctv-grd-2{grid-template-columns:1fr}
.cmprsn-rw{grid-template-columns:1.5fr 1fr 1fr}
.tb-lbl{font-size:.95rem;padding:10px 20px}
}
@media (max-width: 768px) {
.hdr-ttl{font-size:1.9rem}
.hdr-lst li{font-size:1.05rem}
.sprt-hdr h2{font-size:2rem}
.xprnc-cntnt h2{font-size:1.9rem}
.xprnc-img-wrp img{height:320px}
.ffcncy-ttl h2{font-size:2rem}
.ntrctv-hdr h2{font-size:2rem}
.ntrctv-stts{grid-template-columns:1fr}
.cmprsn-rw{grid-template-columns:1fr}
.cmprsn-cll{padding:14px 18px}
.cll-bx{padding:40px 28px}
.cll-bx h2{font-size:2rem}
}
@media (max-width: 576px) {
.hdr-glbl{padding:60px 16px 50px}
.hdr-ttl{font-size:1.6rem}
.sprt-sctn{padding:60px 16px}
.sprt-grd{gap:20px}
.xprnc-sctn{padding:50px 16px}
.ffcncy-sctn{padding:55px 16px}
.tb-cntnt-wrp{padding:28px 20px}
.ntrctv-sctn{padding:60px 16px}
.trnsprncy-sctn{padding:50px 16px}
.cll-sctn{padding:60px 16px}
.cll-bx h2{font-size:1.7rem}
}
.main-wrp{max-width:1320px;margin:0 auto;padding:0 20px}
.hero-cntct{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d44 50%,#1a1a2e 100%);padding:120px 0 80px;position:relative;overflow:hidden;border-radius:28px;margin:40px 0}
.hero-cntct::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#feb50026 0%,transparent 70%);border-radius:50%}
.hero-cntct::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#60ccee1f 0%,transparent 70%);border-radius:50%}
.hero-inner{display:flex;flex-direction:row;gap:60px;align-items:center;position:relative;z-index:2}
.hero-txt-area{flex:1}
.hero-img-side{flex:0 0 420px;position:relative}
.hero-img-side img{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 12px 36px #0006 0 0 0 1px #feb50033;transform:rotate(-2deg)}
.hero-ttl{font-size:56px;font-weight:800;color:#fff;margin:0 0 20px;line-height:1.1}
.hero-subttl{font-size:20px;color:#c8c8d8;margin:0 0 36px;line-height:1.6;max-width:520px}
.hero-btn{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#FEB500 0%,#ffc933 100%);color:#1a1a2e;text-decoration:none;font-weight:700;font-size:17px;border-radius:20px;box-shadow:0 8px 24px #feb5004d;transition:all .3s ease;border:none;cursor:pointer}
.hero-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #feb50066;background:linear-gradient(135deg,#ffc933 0%,#FEB500 100%)}
.form-section{background:#f8f8fc;padding:80px 0 100px;position:relative}
.form-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;height:4px;background:linear-gradient(90deg,transparent 0%,#60CCEE 20%,#DE2B3B 50%,#FEB500 80%,transparent 100%)}
.form-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.info-column h2{font-size:42px;font-weight:800;color:#1a1a2e;margin:0 0 28px;line-height:1.2}
.info-column p{font-size:18px;color:#4a4a5e;margin:0 0 48px;line-height:1.7}
.contact-details{display:flex;flex-direction:column;gap:32px}
.detail-item{display:flex;flex-direction:row;gap:20px;align-items:flex-start;padding:24px;background:#fff;border-radius:20px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.detail-item:hover{transform:translateX(8px);box-shadow:0 8px 24px #0000001a}
.detail-icon{flex:0 0 52px;width:52px;height:52px;background:linear-gradient(135deg,#60CCEE 0%,#4ab8d9 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}
.detail-content h3{font-size:16px;font-weight:700;color:#2d2d44;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.detail-content p{font-size:17px;color:#1a1a2e;margin:0;font-weight:500;line-height:1.5}
.detail-content a{color:#1a1a2e;text-decoration:none;transition:color .3s ease}
.detail-content a:hover{color:#60CCEE}
.form-column{background:#fff;padding:48px;border-radius:24px;box-shadow:0 8px 32px #00000014}
.form-column h3{font-size:28px;font-weight:700;color:#1a1a2e;margin:0 0 32px}
.contact-form{display:flex;flex-direction:column;gap:24px}
.form-row{display:flex;flex-direction:column;gap:8px}
.form-row label{font-size:15px;font-weight:600;color:#2d2d44;display:block}
.form-row input,.form-row textarea,.form-row select{width:100%;padding:16px 20px;font-size:16px;color:#1a1a2e;background:#f8f8fc;border:2px solid #e0e0ea;border-radius:16px;transition:all .3s ease;font-family:inherit}
.form-row input:focus,.form-row textarea:focus,.form-row select:focus{outline:none;border-color:#60CCEE;background:#fff;box-shadow:0 0 0 4px #60ccee1a}
.form-row textarea{min-height:140px;resize:vertical}
.form-row 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='%232d2d44' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;padding-right:50px}
.privacy-box{display:flex;flex-direction:row;gap:12px;align-items:flex-start;margin:8px 0 0}
.privacy-box input[type="checkbox"]{width:20px;height:20px;margin:2px 0 0;cursor:pointer;flex-shrink:0}
.privacy-box label{font-size:14px;color:#4a4a5e;line-height:1.6;cursor:pointer}
.privacy-box label a{color:#60CCEE;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-box label a:hover{color:#4ab8d9;text-decoration:underline}
.submit-btn{padding:18px 48px;background:linear-gradient(135deg,#DE2B3B 0%,#f04555 100%);color:#fff;border:none;border-radius:20px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #de2b3b4d;align-self:flex-start}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #de2b3b66;background:linear-gradient(135deg,#f04555 0%,#DE2B3B 100%)}
.submit-btn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.hero-inner{flex-direction:column;gap:40px}
.hero-img-side{flex:0 0 auto;width:100%;max-width:500px}
.hero-img-side img{height:320px}
.hero-ttl{font-size:44px}
.form-grid{grid-template-columns:1fr;gap:60px}
}
@media (max-width: 768px) {
.hero-cntct{padding:80px 0 60px;margin:20px 0;border-radius:20px}
.hero-ttl{font-size:36px}
.hero-subttl{font-size:18px}
.hero-img-side img{height:280px}
.form-section{padding:60px 0 80px}
.info-column h2{font-size:32px}
.form-column{padding:32px 24px}
.form-column h3{font-size:24px}
.detail-item{padding:20px}
}
@media (max-width: 480px) {
.hero-ttl{font-size:28px}
.hero-subttl{font-size:16px}
.hero-btn{padding:14px 32px;font-size:16px}
.info-column h2{font-size:26px}
.form-column{padding:24px 20px}
.submit-btn{width:100%;text-align:center}
}
.srvcs-hro{position:relative;min-height:480px;display:flex;align-items:center;background:linear-gradient(127deg,#1a1a2e 0%,#16213e 100%);overflow:hidden}
.srvcs-hro::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:linear-gradient(299deg,#feb50014 0%,#60ccee0f 50%,#de2b3b0a 100%);transform:skewY(-12deg);z-index:1}
.srvcs-hro .innr-wrp{max-width:1320px;margin:0 auto;padding:60px 20px;width:100%;position:relative;z-index:2}
.hro-grd{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hro-cntnt h1{font-size:2.8rem;color:#f5f5f5;margin-bottom:24px;line-height:1.2}
.hro-cntnt .subttl{font-size:1.1rem;color:#b8c1d9;line-height:1.7;max-width:520px}
.hro-img-wrp{position:relative}
.hro-img-wrp img{width:100%;height:380px;object-fit:cover;border-radius:24px;filter:saturate(0.7) brightness(0.95);box-shadow:0 12px 40px #0006 0 0 0 1px #feb50033}
.srvcs-ovrvw{background:#0f0f1e;padding:80px 20px}
.srvcs-ovrvw .cntnr{max-width:1320px;margin:0 auto}
.ovrvw-hdr{text-align:center;margin-bottom:70px}
.ovrvw-hdr h2{font-size:2.2rem;color:#FEB500;margin-bottom:18px}
.ovrvw-hdr .dscrptn{font-size:1.05rem;color:#a8b2c8;max-width:680px;margin:0 auto;line-height:1.65}
.srvcs-crds{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.srvc-crd{background:linear-gradient(145deg,#1a1a2e 0%,#16213e 100%);padding:36px 28px;border-radius:20px;border:2px solid #60ccee26;transition:all .3s ease;position:relative}
.srvc-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 100%);border-radius:20px 20px 0 0;opacity:0;transition:opacity .3s ease}
.srvc-crd:hover{transform:translateY(-6px);border-color:#60ccee59;box-shadow:0 16px 48px #feb50026}
.srvc-crd:hover::before{opacity:1}
.crd-icn{width:56px;height:56px;background:linear-gradient(135deg,#feb50033 0%,#60ccee33 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.crd-icn i{font-size:1.8rem;color:#60CCEE}
.srvc-crd h3{font-size:1.45rem;color:#e8eaf6;margin-bottom:14px}
.srvc-crd .txt{font-size:.95rem;color:#9ba3b8;line-height:1.6;margin-bottom:20px}
.prce-tg{display:inline-block;background:#feb50026;color:#FEB500;padding:8px 16px;border-radius:12px;font-size:1.1rem;font-weight:600}
.prcs-sctn{background:#16213e;padding:90px 20px;position:relative;overflow:hidden}
.prcs-sctn::after{content:'';position:absolute;bottom:-30%;left:-15%;width:60%;height:120%;background:radial-gradient(circle,#de2b3b0f 0%,transparent 70%);z-index:1}
.prcs-sctn .wrpr{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.prcs-hdr{margin-bottom:60px}
.prcs-hdr h2{font-size:2.1rem;color:#f0f0f0;margin-bottom:16px}
.prcs-hdr .intro{font-size:1.05rem;color:#a4afc4;line-height:1.7}
.stps-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stp-bx{background:#1a1a2e99;padding:32px 24px;border-radius:18px;border-left:4px solid #60CCEE;position:relative}
.stp-bx::after{content:'';position:absolute;top:50%;right:-12px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid #60ccee66;transform:translateY(-50%)}
.stp-bx:last-child::after{display:none}
.stp-nmbr{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#FEB500 0%,#DE2B3B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#0f0f1e;margin-bottom:20px}
.stp-bx h4{font-size:1.2rem;color:#e0e4f0;margin-bottom:12px}
.stp-bx .dtl{font-size:.9rem;color:#8c94a8;line-height:1.5}
.tstmnls{background:linear-gradient(180deg,#0f0f1e 0%,#1a1a2e 100%);padding:85px 20px}
.tstmnls .cntnr-2{max-width:1320px;margin:0 auto}
.tstmnls-ttl{text-align:center;margin-bottom:65px}
.tstmnls-ttl h2{font-size:2.15rem;color:#DE2B3B;margin-bottom:14px}
.tstmnls-grd{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.tstmnl-crd-2{background:#16213e80;padding:40px 36px;border-radius:24px;border:1px solid #feb5001f;display:flex;gap:28px;transition:all .3s ease}
.tstmnl-crd-2:hover{border-color:#feb5004d;box-shadow:0 12px 36px #de2b3b1f}
.prfle-img{flex-shrink:0}
.prfle-img img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #60ccee4d}
.tstmnl-txt{flex:1}
.tstmnl-txt .qt{font-size:1rem;color:#b4bdd0;line-height:1.7;margin-bottom:20px;font-style:italic}
.tstmnl-athr{margin-top:16px}
.tstmnl-athr .nm{font-size:1.1rem;color:#e4e8f2;font-weight:600;margin-bottom:4px}
.tstmnl-athr .rl{font-size:.88rem;color:#7a8498}
.rtng{display:flex;gap:4px;margin-bottom:14px}
.rtng i{color:#FEB500;font-size:.95rem}
.cta-sctn{background:linear-gradient(299deg,#FEB500 0%,#60CCEE 50%,#DE2B3B 100%);padding:70px 20px;text-align:center}
.cta-sctn .wrpr-2{max-width:900px;margin:0 auto}
.cta-sctn h2{font-size:2.4rem;color:#0f0f1e;margin-bottom:20px;line-height:1.3}
.cta-sctn .msg{font-size:1.15rem;color:#1a1a2e;margin-bottom:36px;line-height:1.6}
.cta-btns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-prm{display:inline-block;padding:16px 36px;background:#0f0f1e;color:#FEB500;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:16px;border:2px solid #0f0f1e;transition:all .3s ease;position:relative;z-index:5}
.btn-prm:hover{background:#1a1a2e;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}
.btn-scnd{display:inline-block;padding:16px 36px;background:transparent;color:#0f0f1e;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:16px;border:2px solid #0f0f1e;transition:all .3s ease;position:relative;z-index:5}
.btn-scnd:hover{background:#0f0f1e1a;transform:translateY(-2px)}
@media (max-width: 992px) {
.hro-grd{grid-template-columns:1fr;gap:40px}
.hro-cntnt h1{font-size:2.2rem}
.srvcs-crds{grid-template-columns:1fr}
.stps-grd{grid-template-columns:1fr 1fr}
.stp-bx::after{display:none}
.tstmnls-grd{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.srvcs-hro{min-height:380px}
.hro-cntnt h1{font-size:1.9rem}
.hro-img-wrp img{height:280px}
.ovrvw-hdr h2{font-size:1.8rem}
.stps-grd{grid-template-columns:1fr}
.tstmnl-crd-2{flex-direction:column;text-align:center}
.prfle-img{margin:0 auto}
.cta-sctn h2{font-size:1.9rem}
.cta-btns{flex-direction:column;align-items:center}
.btn-prm,.btn-scnd{width:100%;max-width:320px}
}
.chvmnts-wrp{max-width:1320px;margin:0 auto;padding:0 20px}
.hdr-tlt-sctn{position:relative;padding:80px 0 120px;background:linear-gradient(157deg,#1a1a2e 0%,#0f0f1a 100%);overflow:hidden}
.hdr-tlt-sctn::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:#feb50014;border-radius:32px;transform:rotate(25deg);z-index:1}
.hdr-tlt-sctn::after{content:'';position:absolute;bottom:15%;left:-8%;width:350px;height:350px;background:#60ccee0f;border-radius:50%;z-index:1}
.hdr-tlt-inr{position:relative;z-index:2;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.hdr-txt-blk{padding-right:40px}
.hdr-txt-blk h1{font-size:52px;line-height:1.15;color:#f5f5f5;margin:0 0 24px;font-weight:700}
.hdr-txt-blk h1::before{content:'';display:block;width:70px;height:5px;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 100%);margin-bottom:20px;border-radius:8px}
.hdr-dsc{font-size:19px;line-height:1.65;color:#c4c4d8;margin:0}
.hdr-mg-wrp{position:relative;transform:rotate(-8deg)}
.hdr-mg-wrp img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #feb50026 0 4px 12px #0000004d}
.hdr-mg-wrp::before{content:'';position:absolute;top:-15px;right:-15px;width:120px;height:120px;background:#de2b3b66;border-radius:50%;z-index:-1}
.rstls-grd-sctn{padding:100px 0;background:#0f0f1a}
.rstls-hdr{text-align:center;max-width:720px;margin:0 auto 70px}
.rstls-hdr h2{font-size:44px;line-height:1.2;color:#f5f5f5;margin:0 0 18px;font-weight:700}
.rstls-hdr h2::after{content:'';display:block;width:90px;height:4px;background:linear-gradient(90deg,#60CCEE 0%,#DE2B3B 100%);margin:18px auto 0;border-radius:8px}
.rstls-sbttl{font-size:18px;line-height:1.6;color:#b0b0c5;margin:0}
.mtrc-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.mtrc-crd{background:linear-gradient(135deg,#1a1a2e 0%,#16161f 100%);padding:42px 32px;border-radius:28px;text-align:center;position:relative;border:2px solid #60ccee26;transition:all .3s ease}
.mtrc-crd:hover{transform:translateY(-6px);border-color:#feb50066;box-shadow:0 16px 48px #feb50033}
.mtrc-crd::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent 0%,#FEB500 50%,transparent 100%);opacity:0;transition:opacity .3s ease}
.mtrc-crd:hover::before{opacity:1}
.mtrc-cn{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#feb5001f;border-radius:50%;margin-bottom:24px}
.mtrc-cn i{font-size:38px;color:#FEB500}
.mtrc-nmbr{font-size:48px;line-height:1;color:#f5f5f5;font-weight:700;margin:0 0 12px}
.mtrc-lbl{font-size:17px;line-height:1.5;color:#9a9ab0;margin:0}
.prgrs-blks{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:60px}
.prgrs-tm{background:linear-gradient(145deg,#16161f 0%,#1a1a2e 100%);padding:38px;border-radius:24px;border:2px solid #de2b3b1f}
.prgrs-tm h3{font-size:22px;line-height:1.3;color:#f5f5f5;margin:0 0 28px;font-weight:600}
.prgrs-br-wrp{margin-bottom:24px}
.prgrs-br-wrp:last-child{margin-bottom:0}
.prgrs-lbl-rw{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.prgrs-nm{font-size:16px;color:#c4c4d8;margin:0}
.prgrs-vl{font-size:18px;color:#FEB500;font-weight:600;margin:0}
.prgrs-br-cntnr{position:relative;width:100%;height:12px;background:#60ccee14;border-radius:16px;overflow:hidden}
.prgrs-br-fll{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 100%);border-radius:16px;transition:width 1.2s ease}
.prgrs-br-fll.w-85{width:85%}
.prgrs-br-fll.w-92{width:92%}
.prgrs-br-fll.w-78{width:78%}
.prgrs-br-fll.w-88{width:88%}
.prgrs-br-fll.w-95{width:95%}
.prgrs-br-fll.w-81{width:81%}
.tstmnl-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:70px}
.tstmnl-crd-2{background:linear-gradient(155deg,#1a1a2e 0%,#12121d 100%);padding:40px;border-radius:26px;position:relative;border:2px solid #60ccee1a}
.tstmnl-crd-2::before{content:'"';position:absolute;top:20px;right:30px;font-size:120px;line-height:1;color:#feb50014;font-weight:700}
.tstmnl-hdr-2{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.tstmnl-mg-2{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #feb5004d}
.tstmnl-nf{flex:1}
.tstmnl-nm-2{font-size:20px;line-height:1.3;color:#f5f5f5;margin:0 0 6px;font-weight:600}
.tstmnl-rl{font-size:15px;color:#8a8a9f;margin:0}
.tstmnl-txt-2{font-size:17px;line-height:1.65;color:#b0b0c5;margin:0;position:relative;z-index:1}
.stts-rw{display:flex;gap:20px;margin-top:70px}
.stt-bx{flex:1;background:linear-gradient(125deg,#16161f 0%,#1a1a2e 100%);padding:36px 28px;border-radius:22px;text-align:center;border:2px solid #de2b3b1f}
.stt-cn-wrp{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#60ccee1f;border-radius:16px;margin-bottom:18px}
.stt-cn-wrp i{font-size:32px;color:#60CCEE}
.stt-fg{font-size:40px;line-height:1;color:#f5f5f5;font-weight:700;margin:0 0 10px}
.stt-dsc{font-size:16px;line-height:1.4;color:#9a9ab0;margin:0}
@media (max-width: 1024px) {
.hdr-tlt-inr{grid-template-columns:1fr;gap:50px}
.hdr-mg-wrp{max-width:450px;margin:0 auto}
.hdr-txt-blk{padding-right:0;text-align:center}
.hdr-txt-blk h1::before{margin-left:auto;margin-right:auto}
.mtrc-grd{grid-template-columns:repeat(2,1fr)}
.prgrs-blks{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hdr-tlt-sctn{padding:60px 0 80px}
.hdr-txt-blk h1{font-size:38px}
.hdr-dsc{font-size:17px}
.hdr-mg-wrp img{height:320px}
.rstls-grd-sctn{padding:70px 0}
.rstls-hdr h2{font-size:34px}
.mtrc-grd{grid-template-columns:1fr;gap:24px}
.tstmnl-grd{grid-template-columns:1fr}
.stts-rw{flex-direction:column;gap:24px}
}
@media (max-width: 480px) {
.hdr-txt-blk h1{font-size:32px}
.rstls-hdr h2{font-size:28px}
.mtrc-crd{padding:32px 24px}
.prgrs-tm{padding:28px 24px}
.tstmnl-crd-2{padding:30px 24px}
}
.sccs-wrppr{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.sccs-wrppr::before{content:'';position:absolute;width:500px;height:500px;background:radial-gradient(circle,#feb50026 0%,transparent 70%);top:-200px;right:-200px;border-radius:50%}
.sccs-wrppr::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#60ccee1f 0%,transparent 70%);bottom:-150px;left:-150px;border-radius:50%}
.cnfrm-bx{max-width:680px;width:100%;background:#0f3460;border-radius:28px;padding:60px 50px;box-shadow:0 12px 48px #0000004d 0 0 0 1px #feb5001a;text-align:center;position:relative;z-index:1}
.icn-chckmark{width:96px;height:96px;margin:0 auto 32px;position:relative;animation:scleIn .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scleIn {
0%{transform:scale(0) rotate(-45deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.icn-chckmark svg{width:100%;height:100%}
.icn-chckmark circle{fill:none;stroke:#FEB500;stroke-width:3;stroke-dasharray:300;stroke-dashoffset:300;animation:drwCircle .8s ease-out .2s forwards}
.icn-chckmark path{fill:none;stroke:#FEB500;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:drwCheck .5s ease-out .6s forwards}
@keyframes drwCircle {
to{stroke-dashoffset:0}
}
@keyframes drwCheck {
to{stroke-dashoffset:0}
}
.cnfrm-bx h1{font-size:42px;color:#FEB500;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.cnfrm-bx .msg-txt{font-size:19px;color:#e0e0e0;line-height:1.7;margin:0 0 36px}
.cnfrm-bx .msg-txt strong{color:#60CCEE;font-weight:600}
.dtls-grd{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 40px;padding:28px;background:#ffffff08;border-radius:20px;border:1px solid #feb50026}
.dtl-itm{text-align:left;padding:16px;background:#ffffff05;border-radius:14px;transition:all .3s ease}
.dtl-itm:hover{background:#feb50014;transform:translateY(-2px)}
.dtl-itm .lbl{font-size:13px;color:#60CCEE;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;display:block}
.dtl-itm .vl{font-size:16px;color:#f5f5f5;font-weight:600}
.actn-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-prm{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#FEB500 0%,#ffa000 100%);color:#1a1a2e;font-size:17px;font-weight:700;border-radius:16px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #feb5004d;position:relative;z-index:2}
.btn-prm:hover{transform:translateY(-3px);box-shadow:0 10px 28px #feb50073;background:linear-gradient(135deg,#ffc107 0%,#FEB500 100%)}
.btn-scnd{display:inline-block;padding:16px 40px;background:transparent;color:#60CCEE;font-size:17px;font-weight:600;border-radius:16px;text-decoration:none;border:2px solid #60CCEE;transition:all .3s ease;position:relative;z-index:2}
.btn-scnd:hover{background:#60ccee1a;transform:translateY(-3px);box-shadow:0 6px 20px #60ccee33}
.nxt-stps{background:linear-gradient(180deg,#16213e 0%,#0f3460 100%);padding:80px 20px}
.stps-cntnr{max-width:1320px;margin:0 auto}
.stps-hdr{text-align:center;margin:0 0 60px}
.stps-hdr h2{font-size:38px;color:#f5f5f5;margin:0 0 18px;font-weight:700}
.stps-hdr h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FEB500 0%,#60CCEE 100%);margin:20px auto 0;border-radius:2px}
.stps-hdr p{font-size:18px;color:#b8b8b8;line-height:1.6;max-width:640px;margin:0 auto}
.stps-tmln{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}
.stp-crd{background:#0f3460;border-radius:24px;padding:40px 32px;position:relative;border:2px solid #feb5001a;transition:all .4s ease}
.stp-crd::before{content:'';position:absolute;top:50%;right:-32px;width:32px;height:2px;background:linear-gradient(90deg,#feb5004d 0%,transparent 100%);transform:translateY(-50%)}
.stp-crd:last-child::before{display:none}
.stp-crd:hover{transform:translateY(-6px);border-color:#feb50066;box-shadow:0 12px 32px #feb50026}
.stp-nmbr{width:60px;height:60px;background:linear-gradient(135deg,#FEB500 0%,#ffa000 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#1a1a2e;margin:0 0 24px;box-shadow:0 6px 20px #feb5004d}
.stp-crd h3{font-size:24px;color:#f5f5f5;margin:0 0 16px;font-weight:700}
.stp-crd p{font-size:16px;color:#c5c5c5;line-height:1.7;margin:0 0 20px}
.stp-crd .stp-ft{display:flex;align-items:center;gap:8px;font-size:14px;color:#60CCEE;font-weight:600}
.stp-crd .stp-ft i{font-size:18px}
@media (max-width: 968px) {
.cnfrm-bx{padding:50px 36px}
.cnfrm-bx h1{font-size:36px}
.dtls-grd{grid-template-columns:1fr;gap:12px;padding:24px}
.stps-tmln{grid-template-columns:1fr;gap:24px}
.stp-crd::before{display:none}
.stps-hdr h2{font-size:32px}
.actn-btns{flex-direction:column}
.btn-prm,.btn-scnd{width:100%}
}
@media (max-width: 640px) {
.sccs-wrppr{padding:30px 16px}
.cnfrm-bx{padding:40px 24px}
.cnfrm-bx h1{font-size:30px}
.cnfrm-bx .msg-txt{font-size:17px}
.icn-chckmark{width:76px;height:76px}
.nxt-stps{padding:60px 16px}
.stps-hdr h2{font-size:28px}
.stp-crd{padding:32px 24px}
.stp-crd h3{font-size:21px}
}