*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#181819;color:#e8e8e8;line-height:1.7;font-size:17px;}
a{color:#ff3b3b;text-decoration:none;transition:color 0.3s;}
a:hover{color:#ff6b6b;}
img{max-width:100%;height:auto;display:block;}
header{background:#1c1d22;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,0.4);}
.topnav{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;max-width:1400px;margin:0 auto;}
.brandlogo img{width:150px;height:58px;}
.linkbar{display:flex;align-items:center;}
.linkbar a,.linkbar .activelink{margin:0 18px;font-weight:500;font-size:16px;color:#e8e8e8;white-space:nowrap;}
.linkbar .activelink{color:#ff3b3b;}
.linkbar a:hover{color:#ff3b3b;}
.authbtns{display:flex;}
.btnsignin,.btnsignup{padding:10px 24px;border-radius:6px;font-weight:600;font-size:15px;transition:all 0.3s;}
.btnsignin{background:transparent;border:2px solid #ff3b3b;color:#ff3b3b;margin-right:12px;}
.btnsignin:hover{background:#ff3b3b;color:#fff;}
.btnsignup{background:#ff3b3b;color:#fff;border:2px solid #ff3b3b;}
.btnsignup:hover{background:#ff1a1a;border-color:#ff1a1a;}
.menutoggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;}
.menutoggle span{width:26px;height:3px;background:#ff3b3b;margin:3px 0;border-radius:2px;transition:all 0.3s;}
.sidepanel{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#1c1d22;transition:right 0.3s ease;padding:20px;box-shadow:-4px 0 20px rgba(0,0,0,0.5);z-index:1001;overflow-y:auto;}
.sidepanel.active{right:0;}
.paneltop{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.paneltop img{width:130px;height:auto;}
.closemenu{background:transparent;border:none;font-size:36px;color:#ff3b3b;cursor:pointer;line-height:1;}
.sidelinks{display:flex;flex-direction:column;}
.sidelinks a,.sidelinks .activelink{padding:14px 0;font-size:17px;color:#e8e8e8;border-bottom:1px solid rgba(255,255,255,0.1);}
.sidelinks .activelink{color:#ff3b3b;}
.sideauth{margin-top:24px;display:flex;flex-direction:column;}
.sideauth .btnsignin,.sideauth .btnsignup{margin:8px 0;text-align:center;}
.appshowcase{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto 60px;padding:80px 10px;background:linear-gradient(135deg,#1f2024 0%,#2a2b30 100%);border-radius:12px;position:relative;overflow:hidden;}
.appshowcase::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,59,59,0.03) 10px,rgba(255,59,59,0.03) 20px);pointer-events:none;}
.showcasetext{flex:1;padding-right:40px;position:relative;z-index:1;}
.showcasetext h1{font-size:48px;font-weight:800;margin-bottom:24px;color:#ff3b3b;}
.showcasetext p{font-size:18px;margin-bottom:32px;color:#d4d4d4;line-height:1.8;}
.showcaseimg{flex-shrink:0;}
.showcaseimg img{width:250px;height:500px;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,0.6);}
.actionbtn{display:block;padding:16px 40px;background:#ff3b3b;color:#fff;font-size:18px;font-weight:700;border-radius:8px;transition:all 0.3s;box-shadow:0 4px 16px rgba(255,59,59,0.4);text-align:center;margin:20px auto;max-width:320px;width:fit-content;}
.actionbtn:hover{background:#ff1a1a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,59,59,0.6);}
.pagetext,.gridzone{max-width:1200px;margin:0 auto 60px;padding:0 10px;}
.pagetext h2,.gridzone h2{font-size:38px;margin-bottom:24px;color:#ff3b3b;}
.pagetext h3{font-size:28px;margin:32px 0 16px;color:#e8e8e8;}
.pagetext p{margin-bottom:20px;color:#d4d4d4;}
.itemgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;}
.griditem{background:#1f2024;padding:28px;border-radius:10px;transition:transform 0.3s,box-shadow 0.3s;}
.griditem:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(255,59,59,0.2);}
.itememoji{font-size:48px;margin-bottom:16px;}
.griditem h3{font-size:22px;margin-bottom:12px;color:#ff3b3b;}
.griditem p{font-size:15px;color:#c4c4c4;}
.faqzone{margin-top:24px;}
.faqzone dt{font-size:20px;font-weight:600;color:#ff3b3b;margin-top:24px;margin-bottom:8px;}
.faqzone dd{font-size:16px;color:#d4d4d4;padding-left:20px;margin-bottom:16px;}
footer{background:#181819;padding:50px 10px 30px;border-top:3px solid #ff3b3b;}
.bottomzone{max-width:1000px;margin:0 auto;text-align:center;}
.bottomlinks{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:40px;}
.bottomlinks a{margin:8px 16px;font-size:15px;color:#c4c4c4;}
.bottomlinks a:hover{color:#ff3b3b;}
.iconstrip{margin-bottom:36px;}
.iconstrip h4{font-size:18px;color:#ff3b3b;margin-bottom:16px;}
.payicons,.provicons,.trusticons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.payicons img,.provicons img,.trusticons img{margin:8px 12px;opacity:0.85;transition:opacity 0.3s;}
.payicons img:hover,.provicons img:hover,.trusticons img:hover{opacity:1;}
.legalnotice{margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.1);}
.legalnotice p{font-size:13px;color:#999;line-height:1.6;}
@media(max-width:1080px){
.linkbar,.authbtns{display:none;}
.menutoggle{display:flex;}
.appshowcase{flex-direction:column;padding:60px 10px;}
.showcasetext{padding-right:0;text-align:center;margin-bottom:40px;}
.showcasetext h1{font-size:38px;}
.showcasetext p{font-size:17px;}
.itemgrid{grid-template-columns:1fr;}
}
@media(max-width:768px){
.topnav{padding:12px 10px;}
.brandlogo img{width:130px;height:auto;}
.showcasetext h1{font-size:32px;}
.showcasetext p{font-size:16px;}
.showcaseimg img{width:220px;height:440px;}
.pagetext h2,.gridzone h2{font-size:32px;}
.pagetext h3{font-size:24px;}
.faqzone dt{font-size:18px;}
.faqzone dd{font-size:15px;}
}
@media(max-width:480px){
.appshowcase{padding:40px 10px;}
.showcasetext h1{font-size:28px;}
.showcasetext p{font-size:15px;}
.showcaseimg img{width:200px;height:400px;}
.pagetext h2,.gridzone h2{font-size:28px;}
.pagetext h3{font-size:22px;}
.pagetext p,.griditem p{font-size:15px;}
.actionbtn{padding:14px 32px;font-size:16px;}
.faqzone dt{font-size:17px;}
.faqzone dd{font-size:14px;}
}
@media(max-width:320px){
.showcasetext h1{font-size:24px;}
.showcasetext p{font-size:14px;}
.showcaseimg img{width:180px;height:360px;}
.pagetext h2,.gridzone h2{font-size:24px;}
.pagetext h3{font-size:20px;}
.actionbtn{padding:12px 28px;font-size:15px;}
}
@media(max-width:300px){
.sidepanel{width:100%;right:-100%;}
.sidepanel.active{right:0;}
}