*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Sans',sans-serif;background:#FDFDFD;color:#110300;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(180deg,#FDFDFD 0%,#ff5d0f0d 100%);box-shadow:0 4px 12px #11030014;position:relative}
.hd-top{padding:24px 0;border-bottom:1px solid #ff5d0f26}
.hd-container{max-width:960px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.logobox{display:flex;align-items:center}
.logolink{display:block;line-height:0}
.logoimg{height:90px;width:90px;object-fit:contain;border:2px solid #ff5d0f33;border-radius:24px;padding:8px;background:#FDFDFD;box-shadow:0 2px 8px #1103001a}
.mainnav{display:flex;gap:32px;align-items:center;flex-wrap:wrap}
.mainnav .nvlink{color:#110300;text-decoration:none;font-size:16px;font-weight:700;padding:8px 12px;border-radius:20px;transition:background-color 0.2s,color .2s}
.mainnav .nvlink:hover{background-color:#ff5d0f1a;color:#FF5D0F}
.contactblock{display:flex;flex-direction:column;gap:8px}
.contactitem{display:flex;align-items:center;gap:8px;font-size:14px}
.contactitem i{color:#FF5D0F;font-size:18px}
.contactlink{color:#110300;text-decoration:none;transition:color .2s}
.contactlink:hover{color:#FF5D0F}
.hd-bottom{padding:16px 0;background:#ff5d0f08}
.hd-bottom .hd-container{justify-content:center}
.companyname{font-size:15px;font-weight:400;color:#110300;opacity:.85;letter-spacing:.3px}
main{flex:1}
footer{margin-top:auto}
.ft-glass{background:#fdfdfdbf;backdrop-filter:blur(12px);border-top:1px solid #ff5d0f26;padding:32px 0}
.ft-container{max-width:960px;margin:0 auto;padding:0 20px}
.ft-nav{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:20px}
.ft-link{color:#110300;text-decoration:none;font-size:14px;padding:6px 12px;border-radius:16px;transition:background-color 0.2s,color .2s}
.ft-link:hover{background-color:#ff5d0f14;color:#FF5D0F}
.ft-copyright{text-align:center;padding-top:16px;border-top:1px solid #1103001a}
.copyright-text{font-size:13px;color:#110300;opacity:.7}
.cookie-popup{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#FDFDFD 0%,#ff5d0f0d 100%);border-radius:28px;box-shadow:0 8px 24px #11030026;padding:28px 24px;max-width:320px;z-index:9999;border:2px solid #ff5d0f33;transform:translateY(-120%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie-popup[data-visible="true"]{transform:translateY(0)}
.cookie-popup[data-visible="false"]{transform:translateY(-120%)}
.cookie-content .cookie-title{font-size:18px;font-weight:700;color:#110300;margin-bottom:12px}
.cookie-content .cookie-desc{font-size:14px;color:#110300;opacity:.85;margin-bottom:20px;line-height:1.5}
.cookie-actions{display:flex;gap:12px;margin-bottom:16px}
.cookie-btn{flex:1;padding:12px 16px;border:none;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color 0.2s,transform .1s;font-family:'PT Sans',sans-serif}
.accept-btn{background:linear-gradient(135deg,#FF5D0F 0%,#ff7a3d 100%);color:#FDFDFD}
.accept-btn:hover{background:linear-gradient(135deg,#ff7a3d 0%,#FF5D0F 100%)}
.decline-btn{background:#FDFDFD;color:#110300;border:2px solid #11030033}
.decline-btn:hover{background:#1103000d}
.cookie-btn:active{transform:scale(0.97)}
.cookie-settings-link{background:none;border:none;color:#FF5D0F;font-size:13px;text-decoration:underline;cursor:pointer;padding:8px 0;font-family:'PT Sans',sans-serif;transition:color .2s}
.cookie-settings-link:hover{color:#110300}
@media (max-width: 768px) {
.hd-container{flex-direction:column;align-items:center;text-align:center}
.mainnav{justify-content:center;width:100%}
.contactblock{align-items:center}
.cookie-popup{right:10px;left:10px;max-width:none;top:10px}
.ft-nav{flex-direction:column;align-items:center}
}
@media (max-width: 480px) {
.logoimg{height:70px;width:70px}
.mainnav{gap:16px}
.mainnav .nvlink{font-size:14px;padding:6px 10px}
.cookie-actions{flex-direction:column}
}
.legal-wrapper{max-width:960px;margin:0 auto;padding:80px 20px;background:#FDFDFD}
.legal-wrapper h1{font-size:48px;font-weight:700;color:#110300;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}
.legal-wrapper h2{font-size:36px;font-weight:700;color:#110300;margin:64px 0 20px;line-height:1.3;letter-spacing:-.01em}
.legal-wrapper h3{font-size:28px;font-weight:600;color:#110300;margin:48px 0 16px;line-height:1.4}
.legal-wrapper h4{font-size:22px;font-weight:600;color:#110300;margin:40px 0 14px;line-height:1.4}
.legal-wrapper h5{font-size:18px;font-weight:600;color:#110300;margin:32px 0 12px;line-height:1.5}
.legal-wrapper h6{font-size:16px;font-weight:600;color:#110300;margin:28px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.legal-wrapper p{font-size:17px;line-height:1.8;color:#110300;margin:0 0 20px;font-weight:400}
.legal-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,#110300 0%,#FF5D0F 50%,#fdfdfd00 100%);margin:48px 0;border-radius:40px}
.legal-wrapper table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;background:#FDFDFD;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #11030014}
.legal-wrapper thead{background:linear-gradient(135deg,#110300 0%,#FF5D0F 100%)}
.legal-wrapper thead tr th{padding:18px 24px;text-align:left;font-size:15px;font-weight:600;color:#FDFDFD;text-transform:uppercase;letter-spacing:.05em;border-bottom:3px solid #FF5D0F}
.legal-wrapper tbody{background:#FDFDFD}
.legal-wrapper tbody tr{border-bottom:1px solid #1103000f;transition:background .2s ease}
.legal-wrapper tbody tr:hover{background:#ff5d0f08}
.legal-wrapper tbody tr:last-child{border-bottom:none}
.legal-wrapper tbody tr td{padding:16px 24px;font-size:16px;line-height:1.6;color:#110300;font-weight:400}
.legal-wrapper tbody tr th{padding:16px 24px;font-size:16px;font-weight:600;color:#110300;text-align:left;background:#11030005}
.legal-wrapper div{margin:24px 0}
@media (max-width: 768px) {
.legal-wrapper{padding:60px 16px}
.legal-wrapper h1{font-size:36px;margin:0 0 20px}
.legal-wrapper h2{font-size:28px;margin:48px 0 16px}
.legal-wrapper h3{font-size:22px;margin:36px 0 14px}
.legal-wrapper h4{font-size:19px;margin:32px 0 12px}
.legal-wrapper h5{font-size:17px;margin:28px 0 10px}
.legal-wrapper h6{font-size:15px;margin:24px 0 10px}
.legal-wrapper p{font-size:16px;line-height:1.7;margin:0 0 18px}
.legal-wrapper hr{margin:36px 0}
.legal-wrapper table{display:block;overflow-x:auto;margin:24px -16px;border-radius:0;box-shadow:none}
.legal-wrapper thead tr th{padding:14px 16px;font-size:13px;white-space:nowrap}
.legal-wrapper tbody tr td{padding:12px 16px;font-size:15px}
.legal-wrapper tbody tr th{padding:12px 16px;font-size:15px}
.legal-wrapper div{margin:20px 0}
}
@media (max-width: 480px) {
.legal-wrapper{padding:40px 12px}
.legal-wrapper h1{font-size:28px}
.legal-wrapper h2{font-size:24px;margin:40px 0 14px}
.legal-wrapper h3{font-size:20px;margin:32px 0 12px}
.legal-wrapper p{font-size:15px}
.legal-wrapper thead tr th{padding:12px;font-size:12px}
.legal-wrapper tbody tr td{padding:10px 12px;font-size:14px}
.legal-wrapper tbody tr th{padding:10px 12px;font-size:14px}
}
.tp{background:linear-gradient(135deg,#FDFDFD 0%,#fff5ef 100%);padding:80px 20px;position:relative;overflow:hidden}
.tp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,#11030005 49px,#11030005 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,#11030005 49px,#11030005 50px);pointer-events:none}
.tp .cntr{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center;position:relative;z-index:2}
.tp .txtwrp h1{font-size:48px;line-height:1.1;color:#110300;margin:0 0 24px;font-weight:700}
.tp .txtwrp .sub{font-size:18px;line-height:1.6;color:#110300;margin:0 0 32px;opacity:.85}
.tp .imgbox{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 8px 32px #1103001f}
.tp .imgbox img{width:100%;height:480px;object-fit:cover;display:block}
.tp .imgbox::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#ff5d0f26 0%,#11030040 100%);pointer-events:none}
.tp .cta{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#FF5D0F 0%,#ff7a3d 100%);color:#FDFDFD;text-decoration:none;border-radius:32px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #ff5d0f4d}
.tp .cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff5d0f66}
.wbr{background:#FDFDFD;padding:90px 20px}
.wbr .wrap{max-width:960px;margin:0 auto}
.wbr .hdng{text-align:center;margin:0 0 60px}
.wbr .hdng h2{font-size:38px;line-height:1.2;color:#110300;margin:0 0 16px;font-weight:700}
.wbr .hdng .intro{font-size:17px;line-height:1.6;color:#110300;opacity:.75;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.wbr .grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.wbr .itm{background:linear-gradient(145deg,#fff 0%,#fffaf7 100%);border:2px solid transparent;border-radius:24px;padding:36px 28px;transition:all .4s ease;position:relative}
.wbr .itm::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;background:linear-gradient(135deg,#FF5D0F,#110300);opacity:0;transition:opacity .4s ease;z-index:-1}
.wbr .itm:hover::before{opacity:.08}
.wbr .itm:hover{border-color:#ff5d0f4d;transform:translateY(-4px);box-shadow:0 12px 32px #11030014}
.wbr .itm .icn{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#FF5D0F 0%,#ff8a4d 100%);display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.wbr .itm .icn svg{width:28px;height:28px;fill:#FDFDFD}
.wbr .itm h3{font-size:20px;line-height:1.3;color:#110300;margin:0 0 12px;font-weight:600}
.wbr .itm p{font-size:15px;line-height:1.6;color:#110300;opacity:.8;margin:0}
.upcom{background:linear-gradient(180deg,#fff5ef 0%,#FDFDFD 100%);padding:100px 20px;position:relative}
.upcom .cont{max-width:960px;margin:0 auto}
.upcom .tphdr{margin:0 0 50px}
.upcom .tphdr h2{font-size:36px;line-height:1.2;color:#110300;margin:0 0 14px;font-weight:700;position:relative;display:inline-block}
.upcom .tphdr h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FF5D0F 0%,#ff8a4d 100%);border-radius:2px}
.upcom .tphdr .lead{font-size:16px;line-height:1.6;color:#110300;opacity:.75;margin:20px 0 0}
.upcom .evlst{display:flex;flex-direction:column;gap:28px}
.upcom .evt{background:#fff;border-radius:32px;padding:32px;display:grid;grid-template-columns:140px 1fr auto;gap:32px;align-items:center;box-shadow:0 4px 20px #1103000f;transition:all .3s ease;position:relative}
.upcom .evt:hover{box-shadow:0 8px 32px #1103001f;transform:translateX(4px)}
.upcom .evt .dt{text-align:center;background:linear-gradient(135deg,#110300 0%,#2d1a10 100%);color:#FDFDFD;border-radius:20px;padding:20px 16px}
.upcom .evt .dt .dy{font-size:36px;font-weight:700;line-height:1;margin:0 0 4px}
.upcom .evt .dt .mnth{font-size:14px;text-transform:uppercase;letter-spacing:.5px;opacity:.85}
.upcom .evt .info h3{font-size:22px;line-height:1.3;color:#110300;margin:0 0 8px;font-weight:600}
.upcom .evt .info .meta{display:flex;gap:20px;align-items:center;font-size:14px;color:#110300;opacity:.7}
.upcom .evt .info .meta span{display:flex;align-items:center;gap:6px}
.upcom .evt .info .meta svg{width:16px;height:16px;fill:#FF5D0F}
.upcom .evt .desc{font-size:15px;line-height:1.6;color:#110300;opacity:.75;margin:12px 0 0}
.upcom .evt .act{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#FF5D0F;color:#FDFDFD;text-decoration:none;border-radius:24px;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap}
.upcom .evt .act:hover{background:#ff7a3d;transform:scale(1.05)}
.upcom .sttbdg{position:absolute;top:16px;right:16px;padding:6px 14px;background:#ff5d0f1a;color:#FF5D0F;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 768px) {
.tp{padding:60px 20px}
.tp .cntr{grid-template-columns:1fr;gap:40px}
.tp .txtwrp h1{font-size:36px}
.tp .imgbox{order:-1}
.tp .imgbox img{height:320px}
.wbr{padding:60px 20px}
.wbr .hdng h2{font-size:30px}
.wbr .grd{grid-template-columns:1fr;gap:24px}
.upcom{padding:70px 20px}
.upcom .tphdr h2{font-size:28px}
.upcom .evt{grid-template-columns:1fr;gap:20px;padding:24px}
.upcom .evt .dt{width:100px;margin:0 auto}
.upcom .sttbdg{position:static;margin:0 auto;width:fit-content}
}
@media (min-width: 769px) and (max-width: 1024px) {
.tp .cntr{grid-template-columns:1fr 320px;gap:40px}
.wbr .grd{grid-template-columns:repeat(2,1fr)}
.upcom .evt{grid-template-columns:120px 1fr auto;gap:24px}
}
.hero-intro{position:relative;min-height:87vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(359deg,#110300 0%,#FF5D0F 50%,#FDFDFD 100%)}
.hero-intro::before{content:'';position:absolute;top:-4px;left:-4px;width:12px;height:12px;background:radial-gradient(circle,#FF5D0F 2px,transparent 3px);background-size:8px 8px;opacity:.6}
.hero-intro::after{content:'';position:absolute;bottom:-4px;right:-4px;width:12px;height:12px;background:radial-gradient(circle,#FDFDFD 2px,transparent 3px);background-size:8px 8px;opacity:.6}
.hero-intro .bgimg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.28;animation:softpulse 8s ease-in-out infinite}
@keyframes softpulse {
0%,100%{transform:scale(1);opacity:.28}
50%{transform:scale(1.03);opacity:.35}
}
.hero-intro .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#110300d9 0%,#110300a6 100%)}
.hero-intro .txt-container{position:relative;z-index:2;max-width:960px;margin:0 auto;padding:0 24px;text-align:center}
.hero-intro .maintitle{font-size:3.2rem;line-height:1.15;color:#FDFDFD;margin:0 0 22px;font-weight:700}
.hero-intro .maintitle .highlight{color:#FF5D0F;position:relative;display:inline-block}
.hero-intro .maintitle .highlight::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#FF5D0F;opacity:.6}
.hero-intro .subdesc{font-size:1.15rem;line-height:1.6;color:#FDFDFD;margin:0 0 32px;max-width:720px;margin-left:auto;margin-right:auto;opacity:.92}
.hero-intro .actionset{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero-intro .btn{padding:14px 32px;font-size:1rem;border-radius:28px;text-decoration:none;transition:all .3s ease;font-weight:600;position:relative;z-index:10}
.hero-intro .btn-primary{background:#FF5D0F;color:#FDFDFD;box-shadow:0 4px 16px #ff5d0f4d}
.hero-intro .btn-primary:hover{background:#e54d00;transform:translateY(-2px);box-shadow:0 6px 20px #ff5d0f66}
.hero-intro .btn-secondary{background:transparent;color:#FDFDFD;border:2px solid #FDFDFD}
.hero-intro .btn-secondary:hover{background:#fdfdfd26;transform:translateY(-2px)}
.techtools{padding:76px 24px;background:#FDFDFD}
.techtools .wrapper{max-width:960px;margin:0 auto}
.techtools .sectionhead{text-align:center;margin-bottom:56px}
.techtools .sectionhead h2{font-size:2.4rem;color:#110300;margin:0 0 16px;font-weight:700}
.techtools .sectionhead h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FF5D0F 0%,#110300 100%);margin:0 auto 18px;border-radius:2px}
.techtools .sectionhead p{font-size:1.08rem;color:#110300;opacity:.75;max-width:640px;margin:0 auto;line-height:1.6}
.techtools .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.techtools .card{background:linear-gradient(135deg,#FDFDFD 0%,#f5f5f5 100%);padding:32px;border-radius:24px;box-shadow:0 3px 12px #11030014;transition:all .3s ease;position:relative;overflow:hidden}
.techtools .card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FF5D0F 0%,#110300 100%);opacity:0;transition:opacity .3s ease}
.techtools .card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #11030024}
.techtools .card:hover::before{opacity:1}
.techtools .card .icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF5D0F 0%,#e54d00 100%);border-radius:16px;margin-bottom:20px}
.techtools .card .icon svg{width:28px;height:28px;fill:#FDFDFD}
.techtools .card h3{font-size:1.35rem;color:#110300;margin:0 0 12px;font-weight:700}
.techtools .card p{font-size:.98rem;color:#110300;opacity:.72;line-height:1.55;margin:0}
.equipment{padding:72px 24px;background:linear-gradient(180deg,#f8f8f8 0%,#FDFDFD 100%);position:relative}
.equipment .container{max-width:960px;margin:0 auto}
.equipment .toppart{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}
.equipment .textcol h2{font-size:2.2rem;color:#110300;margin:0 0 20px;font-weight:700;position:relative}
.equipment .textcol h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:#FF5D0F}
.equipment .textcol p{font-size:1.05rem;color:#110300;opacity:.78;line-height:1.65;margin:0 0 14px}
.equipment .imagecol{position:relative}
.equipment .imagecol img{width:100%;height:360px;object-fit:cover;border-radius:32px;box-shadow:0 6px 20px #1103001f}
.equipment .itemslist{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.equipment .item{background:#FDFDFD;padding:24px;border-radius:20px;border:2px solid transparent;transition:all .3s ease;position:relative}
.equipment .item:hover{border-color:#FF5D0F;transform:scale(1.02)}
.equipment .item h4{font-size:1.15rem;color:#110300;margin:0 0 10px;font-weight:700;display:flex;align-items:center;gap:10px}
.equipment .item h4::before{content:'';width:8px;height:8px;background:#FF5D0F;border-radius:50%;display:block}
.equipment .item p{font-size:.96rem;color:#110300;opacity:.7;line-height:1.5;margin:0}
.supportlevels{padding:80px 24px;background:#110300;position:relative}
.supportlevels .wrap{max-width:960px;margin:0 auto}
.supportlevels .headzone{text-align:center;margin-bottom:52px}
.supportlevels .headzone h2{font-size:2.5rem;color:#FDFDFD;margin:0 0 18px;font-weight:700}
.supportlevels .headzone p{font-size:1.1rem;color:#FDFDFD;opacity:.82;max-width:680px;margin:0 auto;line-height:1.6}
.supportlevels .levels{display:flex;flex-direction:column;gap:20px}
.supportlevels .levelrow{display:grid;grid-template-columns:1fr 2fr;gap:32px;background:#fdfdfd0d;padding:28px;border-radius:24px;border-left:4px solid #FF5D0F;transition:all .3s ease}
.supportlevels .levelrow:hover{background:#fdfdfd14;transform:translateX(8px)}
.supportlevels .levelrow .label{display:flex;align-items:center;gap:14px}
.supportlevels .levelrow .label .badge{width:48px;height:48px;background:linear-gradient(135deg,#FF5D0F 0%,#e54d00 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#FDFDFD;font-size:1.2rem;flex-shrink:0}
.supportlevels .levelrow .label h3{font-size:1.25rem;color:#FDFDFD;margin:0;font-weight:700}
.supportlevels .levelrow .detail p{font-size:1rem;color:#FDFDFD;opacity:.85;line-height:1.6;margin:0}
.trial{padding:76px 24px;background:linear-gradient(135deg,#FDFDFD 0%,#f9f9f9 100%)}
.trial .container-center{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center}
.trial .leftcol h2{font-size:2.3rem;color:#110300;margin:0 0 18px;font-weight:700}
.trial .leftcol h2 span{color:#FF5D0F}
.trial .leftcol .desc{font-size:1.08rem;color:#110300;opacity:.76;line-height:1.65;margin:0 0 28px}
.trial .leftcol .points{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}
.trial .leftcol .point{display:flex;align-items:flex-start;gap:12px}
.trial .leftcol .point .checkmark{width:24px;height:24px;background:#FF5D0F;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.trial .leftcol .point .checkmark svg{width:14px;height:14px;fill:#FDFDFD}
.trial .leftcol .point p{font-size:1rem;color:#110300;margin:0;line-height:1.5}
.trial .leftcol .cta-btn{display:inline-block;padding:15px 36px;background:linear-gradient(135deg,#FF5D0F 0%,#e54d00 100%);color:#FDFDFD;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.05rem;box-shadow:0 5px 18px #ff5d0f59;transition:all .3s ease;position:relative;z-index:10}
.trial .leftcol .cta-btn:hover{transform:translateY(-3px);box-shadow:0 7px 22px #ff5d0f73}
.trial .rightcol img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 8px 24px #11030026}
.directions{padding:80px 24px;background:#110300}
.directions .mainwrap{max-width:960px;margin:0 auto}
.directions .head{text-align:center;margin-bottom:48px}
.directions .head h2{font-size:2.4rem;color:#FDFDFD;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.directions .head h2::after{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,#FF5D0F 0%,#FDFDFD 100%)}
.directions .head p{font-size:1.1rem;color:#FDFDFD;opacity:.8;margin:24px auto 0;max-width:720px;line-height:1.6}
.directions .gridarea{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.directions .dircard{background:#fdfdfd0f;padding:28px;border-radius:20px;border:1px solid #fdfdfd1a;transition:all .3s ease;position:relative;overflow:hidden}
.directions .dircard::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#FF5D0F,#FDFDFD);border-radius:20px;opacity:0;transition:opacity .3s ease;z-index:0}
.directions .dircard:hover::before{opacity:.15}
.directions .dircard:hover{transform:translateY(-6px);border-color:#ff5d0f66}
.directions .dircard .content{position:relative;z-index:1}
.directions .dircard .iconbox{width:56px;height:56px;background:#FF5D0F;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.directions .dircard .iconbox svg{width:30px;height:30px;fill:#FDFDFD}
.directions .dircard h3{font-size:1.3rem;color:#FDFDFD;margin:0 0 10px;font-weight:700}
.directions .dircard p{font-size:.98rem;color:#FDFDFD;opacity:.78;line-height:1.55;margin:0}
.motivation{padding:76px 24px;background:linear-gradient(180deg,#f7f7f7 0%,#FDFDFD 100%)}
.motivation .boxwrap{max-width:960px;margin:0 auto}
.motivation .toparea{margin-bottom:52px}
.motivation .toparea h2{font-size:2.35rem;color:#110300;margin:0 0 16px;font-weight:700;text-align:center}
.motivation .toparea p{font-size:1.06rem;color:#110300;opacity:.74;line-height:1.6;max-width:720px;margin:0 auto;text-align:center}
.motivation .features{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.motivation .feat{display:flex;gap:20px;background:#FDFDFD;padding:28px;border-radius:24px;box-shadow:0 4px 14px #11030017;transition:all .3s ease;position:relative}
.motivation .feat::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FF5D0F 0%,transparent 100%);border-radius:0 0 24px 24px;opacity:0;transition:opacity .3s ease}
.motivation .feat:hover{transform:translateY(-4px);box-shadow:0 8px 22px #11030021}
.motivation .feat:hover::after{opacity:1}
.motivation .feat .picto{width:64px;height:64px;background:linear-gradient(135deg,#FF5D0F 0%,#e54d00 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.motivation .feat .picto svg{width:32px;height:32px;fill:#FDFDFD}
.motivation .feat .txt h3{font-size:1.2rem;color:#110300;margin:0 0 10px;font-weight:700}
.motivation .feat .txt p{font-size:.98rem;color:#110300;opacity:.72;line-height:1.55;margin:0}
.closingcta{padding:64px 24px;background:linear-gradient(135deg,#110300 0%,#2a0a00 100%);text-align:center}
.closingcta .inner{max-width:760px;margin:0 auto}
.closingcta h2{font-size:2.2rem;color:#FDFDFD;margin:0 0 18px;font-weight:700}
.closingcta p{font-size:1.08rem;color:#FDFDFD;opacity:.85;line-height:1.6;margin:0 0 32px}
.closingcta .btngroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.closingcta .btn-action{padding:15px 34px;background:#FF5D0F;color:#FDFDFD;text-decoration:none;border-radius:28px;font-weight:600;font-size:1.05rem;box-shadow:0 4px 16px #ff5d0f66;transition:all .3s ease;position:relative;z-index:10}
.closingcta .btn-action:hover{background:#e54d00;transform:translateY(-2px);box-shadow:0 6px 20px #ff5d0f80}
.closingcta .btn-outline{padding:15px 34px;background:transparent;color:#FDFDFD;text-decoration:none;border-radius:28px;font-weight:600;font-size:1.05rem;border:2px solid #FDFDFD;transition:all .3s ease;position:relative;z-index:10}
.closingcta .btn-outline:hover{background:#fdfdfd1a;transform:translateY(-2px)}
@media (max-width: 768px) {
.hero-intro .maintitle{font-size:2.2rem}
.hero-intro .subdesc{font-size:1rem}
.techtools .grid{grid-template-columns:1fr}
.equipment .toppart{grid-template-columns:1fr;gap:32px}
.equipment .itemslist{grid-template-columns:1fr}
.supportlevels .levelrow{grid-template-columns:1fr;gap:16px}
.trial .container-center{grid-template-columns:1fr;gap:32px}
.directions .gridarea{grid-template-columns:1fr}
.motivation .features{grid-template-columns:1fr}
.closingcta .btngroup{flex-direction:column;align-items:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero-intro .maintitle{font-size:2.8rem}
.techtools .grid{grid-template-columns:repeat(2,1fr)}
.directions .gridarea{grid-template-columns:repeat(2,1fr)}
}
.ctpg{max-width:960px;margin:0 auto;padding:0 20px}
.hdblk{padding:80px 0 60px;position:relative}
.hdblk .imgwrp{width:100%;max-width:720px;height:340px;border-radius:32px;overflow:hidden;margin:0 auto 40px;position:relative}
.hdblk .imgwrp img{width:100%;height:100%;object-fit:cover;opacity:.4;filter:grayscale(60%)}
.hdblk .imgwrp::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1103004d 0%,#ff5d0f33 100%)}
.hdblk .txtcnt{text-align:center;position:relative;z-index:2}
.hdblk .txtcnt h1{font-size:48px;line-height:1.2;color:#110300;margin:0 0 20px;font-weight:700}
.hdblk .txtcnt p{font-size:18px;line-height:1.6;color:#110300;opacity:.75;max-width:600px;margin:0 auto}
.hdblk .dcr{display:flex;justify-content:center;gap:12px;margin-top:30px}
.hdblk .dcr span{width:8px;height:8px;background:#FF5D0F;border-radius:50%;opacity:.6}
.hdblk .dcr span:nth-child(2){opacity:.8}
.hdblk .dcr span:nth-child(3){opacity:1}
.hdblk .dcr span:nth-child(4){opacity:.8}
.hdblk .dcr span:nth-child(5){opacity:.6}
.frmblk{padding:60px 0 100px;background:linear-gradient(180deg,#FDFDFD 0%,#ff5d0f08 100%)}
.frmcnt{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.infsd{padding-top:20px}
.infsd h2{font-size:32px;line-height:1.3;color:#110300;margin:0 0 24px;font-weight:700}
.infsd .dtls{display:flex;flex-direction:column;gap:24px}
.infsd .dtls .itm{display:flex;flex-direction:column;gap:8px}
.infsd .dtls .itm .lbl{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#FF5D0F;font-weight:600}
.infsd .dtls .itm .vl{font-size:16px;line-height:1.5;color:#110300}
.infsd .dtls .itm a{color:#110300;text-decoration:none;transition:color .3s ease}
.infsd .dtls .itm a:hover{color:#FF5D0F}
.infsd .scl{display:flex;gap:16px;margin-top:32px}
.infsd .scl a{width:44px;height:44px;border-radius:12px;background:#FDFDFD;border:2px solid #1103001a;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#110300;font-size:18px;transition:all .3s ease}
.infsd .scl a:hover{background:#FF5D0F;border-color:#FF5D0F;color:#FDFDFD;transform:translateY(-2px);box-shadow:0 4px 12px #ff5d0f4d}
.frmsd{background:#FDFDFD;border-radius:28px;padding:48px;box-shadow:0 8px 24px #11030014}
.frmsd form{display:flex;flex-direction:column;gap:24px}
.frmsd .fldgrp{display:flex;flex-direction:column;gap:8px}
.frmsd .fldgrp label{font-size:14px;font-weight:600;color:#110300;margin-left:4px}
.frmsd .fldgrp input,.frmsd .fldgrp textarea{width:100%;padding:14px 18px;border:2px solid #1103001f;border-radius:14px;font-size:15px;color:#110300;background:#FDFDFD;transition:all .3s ease;font-family:inherit}
.frmsd .fldgrp input:focus,.frmsd .fldgrp textarea:focus{outline:none;border-color:#FF5D0F;box-shadow:0 0 0 4px #ff5d0f1a}
.frmsd .fldgrp textarea{resize:vertical;min-height:120px}
.frmsd .chkwrp{display:flex;align-items:start;gap:10px;margin-top:8px}
.frmsd .chkwrp input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.frmsd .chkwrp label{font-size:13px;line-height:1.6;color:#110300;opacity:.8;margin:0}
.frmsd .chkwrp label a{color:#FF5D0F;text-decoration:none}
.frmsd .chkwrp label a:hover{text-decoration:underline}
.frmsd .sbmt{background:linear-gradient(135deg,#FF5D0F 0%,#110300 100%);color:#FDFDFD;border:none;border-radius:14px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;position:relative;z-index:10}
.frmsd .sbmt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff5d0f59}
.frmsd .sbmt:active{transform:translateY(0)}
@media (max-width: 768px) {
.hdblk{padding:60px 0 40px}
.hdblk .imgwrp{height:240px;margin-bottom:32px}
.hdblk .txtcnt h1{font-size:36px}
.hdblk .txtcnt p{font-size:16px}
.frmblk{padding:40px 0 60px}
.frmcnt{grid-template-columns:1fr;gap:40px}
.infsd h2{font-size:28px}
.frmsd{padding:32px 24px}
}
@media (max-width: 480px) {
.hdblk .imgwrp{height:200px;border-radius:24px}
.hdblk .txtcnt h1{font-size:32px}
.frmsd{padding:28px 20px}
.infsd .scl{flex-wrap:wrap}
}
.hdr{padding:80px 20px 60px;background:linear-gradient(135deg,#FDFDFD 0%,#FFF5F0 100%)}
.hdr .cntnr{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hdr .txt h1{font-size:48px;line-height:1.2;color:#110300;margin:0 0 24px;font-weight:700}
.hdr .txt h1 span{display:block;color:#FF5D0F;margin-top:12px}
.hdr .txt p{font-size:18px;line-height:1.6;color:#110300;margin:0;opacity:.8}
.hdr .imgwrp{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 12px 32px #1103001f;transform:perspective(1000px) rotateY(-3deg);transition:transform .4s ease}
.hdr .imgwrp:hover{transform:perspective(1000px) rotateY(0deg)}
.hdr .imgwrp img{width:100%;height:420px;object-fit:cover;display:block}
.pthsec{padding:80px 20px;background:#FDFDFD}
.pthsec .wrap{max-width:960px;margin:0 auto}
.pthsec h2{font-size:36px;color:#110300;margin:0 0 16px;font-weight:700}
.pthsec .intro{font-size:17px;line-height:1.7;color:#110300;margin:0 0 48px;opacity:.75}
.pthsec .pathgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.pthsec .pathcard{background:linear-gradient(145deg,#FDFDFD 0%,#FFF8F5 100%);border-radius:24px;padding:32px 28px;border:2px solid transparent;transition:all .3s ease;position:relative}
.pthsec .pathcard:hover{border-color:#FF5D0F;transform:translateY(-4px);box-shadow:0 8px 24px #ff5d0f26}
.pthsec .pathcard .icn{width:56px;height:56px;background:linear-gradient(135deg,#FF5D0F 0%,#FF8A50 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.pthsec .pathcard .icn svg{width:28px;height:28px;fill:#FDFDFD}
.pthsec .pathcard h3{font-size:22px;color:#110300;margin:0 0 12px;font-weight:600}
.pthsec .pathcard p{font-size:15px;line-height:1.6;color:#110300;margin:0;opacity:.7}
.strsec{padding:80px 20px;background:linear-gradient(359deg,#110300 0%,#2A1A10 50%,#FDFDFD 100%)}
.strsec .box{max-width:960px;margin:0 auto}
.strsec h2{font-size:38px;color:#FDFDFD;text-align:center;margin:0 0 60px;font-weight:700}
.strsec .steps{display:flex;gap:24px;position:relative}
.strsec .steps::before{content:'';position:absolute;top:40px;left:40px;right:40px;height:3px;background:linear-gradient(90deg,#FF5D0F 0%,#FF8A50 100%);z-index:1}
.strsec .step{flex:1;background:#fdfdfdf2;border-radius:28px;padding:36px 24px;position:relative;z-index:2;text-align:center}
.strsec .step .num{width:80px;height:80px;background:linear-gradient(135deg,#FF5D0F 0%,#FF8A50 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;font-weight:700;color:#FDFDFD;box-shadow:0 6px 20px #ff5d0f4d}
.strsec .step h4{font-size:20px;color:#110300;margin:0 0 12px;font-weight:600}
.strsec .step p{font-size:15px;line-height:1.6;color:#110300;margin:0;opacity:.75}
.fmtsec{padding:80px 20px;background:#FDFDFD}
.fmtsec .container{max-width:960px;margin:0 auto}
.fmtsec h2{font-size:36px;color:#110300;margin:0 0 48px;font-weight:700}
.fmtsec .toggle{display:flex;gap:12px;margin-bottom:40px}
.fmtsec .toggle input[type="radio"]{display:none}
.fmtsec .toggle label{flex:1;padding:16px 24px;background:#FFF8F5;border-radius:20px;text-align:center;cursor:pointer;font-size:16px;font-weight:600;color:#110300;transition:all .3s ease;border:2px solid transparent}
.fmtsec .toggle input[type="radio"]:checked + label{background:linear-gradient(135deg,#FF5D0F 0%,#FF8A50 100%);color:#FDFDFD;border-color:#FF5D0F}
.fmtsec .content{display:none;animation:fadein .4s ease}
.fmtsec #grp:checked ~ .grpcontent,.fmtsec #ind:checked ~ .indcontent{display:block}
@keyframes fadein {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.fmtsec .grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.fmtsec .col h3{font-size:24px;color:#110300;margin:0 0 20px;font-weight:600}
.fmtsec .col ul{list-style:none;padding:0;margin:0}
.fmtsec .col li{padding:12px 0 12px 32px;position:relative;font-size:16px;line-height:1.6;color:#110300;opacity:.8}
.fmtsec .col li::before{content:'';position:absolute;left:0;top:18px;width:18px;height:18px;background:#FF5D0F;border-radius:50%}
.fmtsec .highlight{background:linear-gradient(135deg,#FFF8F5 0%,#FDFDFD 100%);border-radius:24px;padding:28px;border-left:4px solid #FF5D0F;margin-top:24px}
.fmtsec .highlight h4{font-size:18px;color:#110300;margin:0 0 12px;font-weight:600}
.fmtsec .highlight p{font-size:15px;line-height:1.6;color:#110300;margin:0;opacity:.75}
.ctasec{padding:80px 20px;background:linear-gradient(180deg,#110300 0%,#FF5D0F 50%,#FDFDFD 100%)}
.ctasec .holder{max-width:700px;margin:0 auto;text-align:center}
.ctasec .imgbox{margin-bottom:40px;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #11030040}
.ctasec .imgbox img{width:100%;height:380px;object-fit:cover;display:block}
.ctasec h2{font-size:40px;color:#FDFDFD;margin:0 0 20px;font-weight:700}
.ctasec p{font-size:18px;line-height:1.6;color:#FDFDFD;margin:0 0 36px;opacity:.9}
.ctasec .btns{display:flex;gap:16px;justify-content:center}
.ctasec .btn{padding:16px 32px;border-radius:28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}
.ctasec .primary{background:#FDFDFD;color:#110300;box-shadow:0 4px 16px #fdfdfd4d}
.ctasec .primary:hover{background:#FF5D0F;color:#FDFDFD;transform:translateY(-2px);box-shadow:0 6px 20px #ff5d0f66}
.ctasec .secondary{background:transparent;color:#FDFDFD;border:2px solid #FDFDFD}
.ctasec .secondary:hover{background:#FDFDFD;color:#110300;transform:translateY(-2px)}
@media (max-width: 768px) {
.hdr .cntnr{grid-template-columns:1fr;gap:40px}
.hdr .txt h1{font-size:36px}
.hdr .imgwrp{transform:none}
.hdr .imgwrp img{height:300px}
.pthsec .pathgrid{grid-template-columns:1fr;gap:24px}
.strsec .steps{flex-direction:column}
.strsec .steps::before{display:none}
.fmtsec .grid{grid-template-columns:1fr;gap:32px}
.ctasec .btns{flex-direction:column}
.ctasec .imgbox img{height:280px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hdr .cntnr{gap:48px}
.pthsec .pathgrid{grid-template-columns:repeat(2,1fr)}
.strsec .steps{gap:20px}
}
.titlblk{position:relative;max-width:960px;margin:0 auto 80px;padding:60px 20px;overflow:visible}
.titlblk .imgwrp{position:relative;width:58%;margin-left:-80px;margin-bottom:40px;filter:drop-shadow(8px 12px 24px #11030026)}
.titlblk .imgwrp img{width:100%;height:auto;display:block;border-radius:32px;object-fit:cover}
.titlblk .txtcnt{max-width:520px;margin-left:auto;padding-left:30px}
.titlblk .qstn{font-size:1.1rem;color:#FF5D0F;margin:0 0 12px;font-weight:500;letter-spacing:.3px}
.titlblk .answr{font-size:2.2rem;line-height:1.3;color:#110300;margin:0 0 24px;font-weight:700}
.titlblk .dsc{font-size:1.05rem;line-height:1.7;color:#110300;opacity:.82}
.titlblk .bgacc{position:absolute;top:-20px;right:-60px;width:280px;height:280px;background:linear-gradient(135deg,#ff5d0f14 0%,#fdfdfd66 100%);border-radius:50%;z-index:-1;filter:blur(40px)}
.stryblk{background:linear-gradient(178deg,#FDFDFD 0%,#ff5d0f0a 100%);padding:70px 20px;margin-bottom:80px}
.stryblk .cntr{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.stryblk .lftsd{display:flex;flex-direction:column;gap:30px}
.stryblk .hdng{font-size:2.4rem;line-height:1.2;color:#110300;margin:0 0 20px;font-weight:700;position:relative;padding-left:18px}
.stryblk .hdng::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#FF5D0F 0%,#ff5d0f4d 100%);border-radius:3px}
.stryblk .tx{font-size:1rem;line-height:1.8;color:#110300;opacity:.85;margin:0 0 16px}
.stryblk .rgtsd{display:grid;grid-template-columns:1fr;gap:24px}
.stryblk .imgbx{position:relative;width:100%;border-radius:28px;overflow:hidden;box-shadow:0 6px 20px #1103001f}
.stryblk .imgbx img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .4s ease}
.stryblk .imgbx:hover img{transform:scale(1.05)}
.valblk{max-width:960px;margin:0 auto 80px;padding:0 20px}
.valblk .hdr{text-align:center;margin-bottom:60px}
.valblk .hdr .ttl{font-size:2.6rem;line-height:1.2;color:#110300;margin:0 0 18px;font-weight:700}
.valblk .hdr .sttl{font-size:1.15rem;line-height:1.6;color:#110300;opacity:.78;max-width:620px;margin:0 auto}
.valblk .grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.valblk .crd{background:#FDFDFD;border:2px solid #ff5d0f26;border-radius:24px;padding:36px 28px;position:relative;transition:all .3s ease;box-shadow:0 4px 12px #1103000f}
.valblk .crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #ff5d0f2e;border-color:#FF5D0F}
.valblk .crd .icn{width:56px;height:56px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff5d0f1f 0%,#ff5d0f0d 100%);border-radius:16px}
.valblk .crd .icn svg{width:32px;height:32px;fill:#FF5D0F}
.valblk .crd .ttl{font-size:1.35rem;line-height:1.3;color:#110300;margin:0 0 14px;font-weight:700}
.valblk .crd .dsc{font-size:.98rem;line-height:1.7;color:#110300;opacity:.82;margin:0}
.valblk .crd .acnt{position:absolute;top:-8px;right:-8px;width:48px;height:48px;background:linear-gradient(135deg,#FF5D0F 0%,#ff5d0fb3 100%);border-radius:50%;opacity:.15}
@media (max-width: 768px) {
.titlblk{padding:40px 20px;margin-bottom:60px}
.titlblk .imgwrp{width:85%;margin-left:-20px;margin-bottom:30px}
.titlblk .txtcnt{padding-left:0}
.titlblk .qstn{font-size:1rem}
.titlblk .answr{font-size:1.8rem}
.titlblk .bgacc{width:200px;height:200px;right:-40px}
.stryblk{padding:50px 20px;margin-bottom:60px}
.stryblk .cntr{grid-template-columns:1fr;gap:35px}
.stryblk .hdng{font-size:2rem}
.stryblk .imgbx img{height:220px}
.valblk{margin-bottom:60px}
.valblk .hdr{margin-bottom:40px}
.valblk .hdr .ttl{font-size:2rem}
.valblk .hdr .sttl{font-size:1.05rem}
.valblk .grd{grid-template-columns:1fr;gap:24px}
.valblk .crd{padding:30px 24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.titlblk .imgwrp{width:65%;margin-left:-40px}
.titlblk .answr{font-size:2rem}
.stryblk .hdng{font-size:2.1rem}
.valblk .grd{grid-template-columns:repeat(2,1fr)}
}
.succwrap{max-width:960px;margin:0 auto;padding:80px 20px}
.confirmblock{background:linear-gradient(135deg,#FDFDFD 0%,#FF5D0F15 100%);border-radius:32px;padding:60px 40px;text-align:center;margin-bottom:60px;box-shadow:0 4px 16px #11030014}
.confirmblock .iconwrap{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(135deg,#FF5D0F 0%,#110300 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.confirmblock .iconwrap::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #FF5D0F;border-radius:50%;opacity:.2}
.confirmblock .iconwrap svg{width:60px;height:60px}
.confirmblock .mainhdg{font-size:42px;font-weight:700;color:#110300;margin:0 0 16px;line-height:1.2}
.confirmblock .subdsc{font-size:18px;color:#110300;opacity:.8;line-height:1.6;max-width:600px;margin:0 auto 32px}
.confirmblock .emailnote{background:#FDFDFD;border-left:4px solid #FF5D0F;padding:20px 28px;border-radius:12px;text-align:left;max-width:540px;margin:0 auto}
.confirmblock .emailnote .label{font-size:14px;font-weight:600;color:#FF5D0F;margin-bottom:8px;display:block}
.confirmblock .emailnote .info{font-size:16px;color:#110300;line-height:1.6}
.nxtsteps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:60px}
.stepcard{background:#FDFDFD;border-radius:24px;padding:36px 28px;box-shadow:0 2px 12px #1103000f;transition:all .3s ease;position:relative;overflow:hidden}
.stepcard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF5D0F 0%,#110300 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.stepcard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1103001f}
.stepcard:hover::before{transform:scaleX(1)}
.stepcard .num{width:48px;height:48px;background:linear-gradient(135deg,#FF5D0F 0%,#110300 100%);color:#FDFDFD;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:20px}
.stepcard .steptitle{font-size:22px;font-weight:700;color:#110300;margin:0 0 12px;line-height:1.3}
.stepcard .stepdsc{font-size:15px;color:#110300;opacity:.75;line-height:1.7;margin:0}
.actionzone{background:linear-gradient(359deg,#110300 0%,#FF5D0F 50%,#FDFDFD 100%);padding:2px;border-radius:28px;margin-bottom:40px}
.actionzone .inner{background:#FDFDFD;border-radius:26px;padding:48px 40px;text-align:center}
.actionzone .calltitle{font-size:28px;font-weight:700;color:#110300;margin:0 0 16px}
.actionzone .calldsc{font-size:16px;color:#110300;opacity:.8;margin:0 0 32px;line-height:1.6}
.actionzone .btnrow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.actionzone .primabtn{background:linear-gradient(135deg,#FF5D0F 0%,#110300 100%);color:#FDFDFD;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #ff5d0f4d;z-index:10;position:relative}
.actionzone .primabtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5d0f66}
.actionzone .secbtn{background:transparent;color:#110300;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #110300;transition:all .3s ease;z-index:10;position:relative}
.actionzone .secbtn:hover{background:#110300;color:#FDFDFD}
.helpinfo{background:#FDFDFD;border-radius:24px;padding:40px;box-shadow:0 2px 12px #1103000f}
.helpinfo .helptitle{font-size:24px;font-weight:700;color:#110300;margin:0 0 24px}
.helpinfo .contactgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.helpinfo .contactitem{display:flex;align-items:flex-start;gap:12px}
.helpinfo .contactitem .ico{width:40px;height:40px;background:linear-gradient(135deg,#FF5D0F 0%,#110300 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.helpinfo .contactitem .ico svg{width:20px;height:20px}
.helpinfo .contactitem .details .lbl{font-size:13px;font-weight:600;color:#FF5D0F;margin-bottom:4px;display:block}
.helpinfo .contactitem .details .val{font-size:15px;color:#110300;text-decoration:none;display:block;transition:color .3s ease}
.helpinfo .contactitem .details .val:hover{color:#FF5D0F}
@media (max-width: 768px) {
.succwrap{padding:60px 16px}
.confirmblock{padding:40px 24px}
.confirmblock .mainhdg{font-size:32px}
.confirmblock .subdsc{font-size:16px}
.nxtsteps{grid-template-columns:1fr}
.actionzone .inner{padding:32px 24px}
.actionzone .calltitle{font-size:24px}
.actionzone .btnrow{flex-direction:column}
.actionzone .primabtn,.actionzone .secbtn{width:100%}
.helpinfo{padding:28px 20px}
.helpinfo .contactgrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.confirmblock .iconwrap{width:100px;height:100px}
.confirmblock .iconwrap::before{width:120px;height:120px}
.confirmblock .iconwrap svg{width:50px;height:50px}
.confirmblock .mainhdg{font-size:28px}
.stepcard{padding:28px 20px}
}