*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#171717;color:#e5e5e5;line-height:1.6;overflow-x:hidden}
header{background:#000;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.5)}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;max-width:100%;margin:0 auto}
.brand{display:flex;align-items:center;width:180px;height:23px}
.brand img{max-width:100%;height:auto;display:block}
.mainnav{display:none;align-items:center}
.mainnav a,.mainnav .currentpage{color:#e5e5e5;text-decoration:none;margin:0 20px;font-weight:500;transition:color 0.3s}
.mainnav a:hover{color:#ffd700}
.mainnav .currentpage{color:#ffd700;cursor:default}
.authbtns{display:none;align-items:center}
.btnsignin{padding:8px 20px;background:rgba(255,215,0,0.15);color:#ffd700;text-decoration:none;border-radius:5px;margin-right:10px;font-weight:600;transition:background 0.3s;border:1px solid rgba(255,215,0,0.3)}
.btnsignin:hover{background:rgba(255,215,0,0.25)}
.btnsignup{padding:10px 24px;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;text-decoration:none;border-radius:5px;font-weight:700;transition:transform 0.3s}
.btnsignup:hover{transform:scale(1.05)}
.hamburger{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}
.hamburger span{width:28px;height:3px;background:#ffd700;margin:4px 0;border-radius:2px;transition:all 0.3s}
.mobilemenu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;z-index:2000;flex-direction:column;padding:20px}
.mobilemenu.active{display:flex}
.mobiletop{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.mobiletop img{width:180px;height:23px}
.closemenu{background:none;border:none;color:#ffd700;font-size:40px;cursor:pointer;line-height:1;padding:0;width:40px;height:40px}
.mobilenav{display:flex;flex-direction:column}
.mobilenav a,.mobilenav .currentpage{color:#e5e5e5;text-decoration:none;font-size:20px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.1);transition:color 0.3s}
.mobilenav a:hover{color:#ffd700}
.mobilenav .currentpage{color:#ffd700}
.mobileauth{display:flex;flex-direction:column;margin-top:30px}
.mobileauth .btnsignin,.mobileauth .btnsignup{margin:10px 0;text-align:center;display:block}
main{padding:10px;max-width:100%}
.appshowcase{max-width:1200px;margin:0 auto 60px;padding:60px 10px;position:relative;overflow:hidden}
.appshowcase::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,215,0,0.03) 35px,rgba(255,215,0,0.03) 70px);z-index:-1}
.appshowcase::after{content:'';position:absolute;top:50%;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,215,0,0.1),transparent);border-radius:50%;z-index:-1;transform:translateY(-50%)}
.showcasewrap{display:flex;align-items:center;justify-content:center;max-width:1000px;margin:0 auto}
.textblock{flex:1;max-width:550px;padding-right:50px}
.textblock h1{font-size:42px;color:#ffd700;margin-bottom:20px}
.textblock p{font-size:16px;color:#d4d4d4;margin-bottom:30px;line-height:1.7}
.downloadbuttons{display:flex;flex-wrap:wrap}
.downloadbuttons .btndownload{display:inline-flex;align-items:center;padding:12px 24px;background:linear-gradient(135deg,#1f1f1f,#2a2a2a);color:#ffd700;text-decoration:none;border-radius:8px;margin-right:15px;margin-bottom:15px;font-weight:600;transition:transform 0.3s,box-shadow 0.3s;box-shadow:0 3px 10px rgba(0,0,0,0.3)}
.downloadbuttons .btndownload:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,215,0,0.3)}
.downloadbuttons .btndownload img{margin-right:10px}
.phoneblock{flex-shrink:0}
.phoneblock img{max-width:100%;height:auto;display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,0.6))}
.systemrequirements,.appfeatures,.installation,.mobilevsdesktop,.faqzone{max-width:1200px;margin:0 auto 60px;padding:0 10px}
.systemrequirements h2,.appfeatures h2,.installation h2,.mobilevsdesktop h2,.faqzone h2{font-size:36px;color:#ffd700;margin-bottom:25px;text-align:center}
.systemrequirements p,.appfeatures p,.installation p,.mobilevsdesktop p{margin-bottom:20px;font-size:16px;color:#d4d4d4}
.reqgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:25px;grid-row-gap:25px;margin:30px 0}
.featuregrid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:25px;grid-row-gap:25px;margin:30px 0}
.comparisongrid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:25px;grid-row-gap:25px;margin:30px 0}
.reqcard,.featurecard,.comparisoncard{background:linear-gradient(135deg,#1f1f1f,#2a2a2a);padding:25px;border-radius:8px;transition:transform 0.3s;position:relative;overflow:hidden}
.reqcard::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:repeating-linear-gradient(60deg,transparent,transparent 10px,rgba(255,215,0,0.02) 10px,rgba(255,215,0,0.02) 20px);transform:rotate(30deg);z-index:0}
.featurecard::before{content:'';position:absolute;bottom:-20px;right:-20px;width:100px;height:100px;background:radial-gradient(circle,rgba(255,215,0,0.05),transparent);border-radius:50%;z-index:0}
.comparisoncard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ffd700,transparent);z-index:0}
.reqcard:hover,.featurecard:hover,.comparisoncard:hover{transform:translateY(-5px)}
.reqcard h3,.featurecard h3,.comparisoncard h3{color:#ffd700;margin-bottom:15px;font-size:20px;position:relative;z-index:1}
.reqcard p,.featurecard p,.comparisoncard p{color:#d4d4d4;font-size:15px;position:relative;z-index:1}
.installation h3{color:#ffd700;margin:30px 0 15px;font-size:24px}
.installation ol{margin-left:20px;color:#d4d4d4}
.installation ol li{margin-bottom:12px;padding-left:10px}
.faqitem{background:#1f1f1f;padding:25px;margin-bottom:20px;border-radius:8px}
.faqitem h3{color:#ffd700;margin-bottom:12px;font-size:19px}
.faqitem p{color:#d4d4d4;font-size:15px}
.ctacenter{text-align:center;margin:40px 0}
.btnprimary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;text-decoration:none;border-radius:8px;font-weight:700;font-size:18px;transition:transform 0.3s,box-shadow 0.3s;box-shadow:0 4px 15px rgba(255,215,0,0.4)}
.btnprimary:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(255,215,0,0.6)}
footer{background:#000;padding:50px 10px 20px;color:#b0b0b0}
.footerwrap{max-width:1200px;margin:0 auto;text-align:center}
.footlinks{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:30px}
.footlinks a{color:#b0b0b0;text-decoration:none;margin:8px 15px;font-size:14px;transition:color 0.3s}
.footlinks a:hover{color:#ffd700}
.paymenticons,.providerlogos,.trustlogos{margin:30px 0}
.paymenticons p,.providerlogos p,.trustlogos p{color:#ffd700;font-weight:600;margin-bottom:15px;font-size:16px}
.iconrow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.iconrow img{margin:10px;max-width:100%;height:auto;opacity:0.85;transition:opacity 0.3s}
.iconrow img:hover{opacity:1}
.licensing{max-width:800px;margin:40px auto 20px;font-size:13px;line-height:1.7;color:#999}
.copyright{margin-top:30px;font-size:13px;color:#666}
@media(min-width:1081px){
.mainnav{display:flex}
.authbtns{display:flex}
.hamburger{display:none}
}
@media(max-width:1080px){
.showcasewrap{flex-direction:column}
.textblock{max-width:100%;padding-right:0;margin-bottom:40px}
.textblock h1{font-size:36px;text-align:center}
.textblock p{text-align:center}
.downloadbuttons{justify-content:center}
.phoneblock{text-align:center}
.phoneblock img{max-width:250px}
.systemrequirements h2,.appfeatures h2,.installation h2,.mobilevsdesktop h2,.faqzone h2{font-size:30px}
.reqgrid,.featuregrid,.comparisongrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.appshowcase{padding:40px 10px}
.textblock h1{font-size:28px}
.textblock p{font-size:15px}
.downloadbuttons{flex-direction:column}
.downloadbuttons .btndownload{margin-right:0;width:100%;justify-content:center}
.systemrequirements h2,.appfeatures h2,.installation h2,.mobilevsdesktop h2,.faqzone h2{font-size:26px}
.reqgrid,.featuregrid,.comparisongrid{grid-template-columns:1fr}
.btnprimary{padding:14px 32px;font-size:16px}
}
@media(max-width:480px){
.appshowcase{padding:30px 10px}
.textblock h1{font-size:24px}
.textblock p{font-size:14px}
.systemrequirements h2,.appfeatures h2,.installation h2,.mobilevsdesktop h2,.faqzone h2{font-size:22px}
.reqcard,.featurecard,.comparisoncard{padding:20px}
.faqitem{padding:20px}
.btnprimary{padding:12px 28px;font-size:15px}
.footlinks a{margin:6px 10px;font-size:13px}
}
@media(max-width:320px){
.textblock h1{font-size:20px}
.textblock p{font-size:13px}
.systemrequirements h2,.appfeatures h2,.installation h2,.mobilevsdesktop h2,.faqzone h2{font-size:20px}
.btnprimary{padding:10px 24px;font-size:14px}
}
