*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;background:#1b0245;color:#fff;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
.topbar{background:#160137;padding:15px 10px;display:flex;justify-content:space-between;align-items:center;z-index:1000}
.logowrap{display:flex;align-items:center;justify-content:space-between;width:100%}
@media(min-width:1081px){.logowrap{width:auto}}
.brandlogo{width:165px;height:55px;flex-shrink:0}
.brandlogo img{width:100%;height:100%;object-fit:contain}
.menutoggle{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px}
.menutoggle span{display:block;width:28px;height:3px;background:#fff;transition:0.3s;margin-bottom:5px}
.menutoggle span:last-child{margin-bottom:0}
@media(min-width:1081px){.menutoggle{display:none}}
.navbar{display:none}
@media(min-width:1081px){.navbar{display:flex;gap:30px;align-items:center}}
.navbar a,.navbar .navactive{color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:color 0.3s}
.navbar a:hover{color:#35c6a1}
.navbar .navactive{opacity:0.7;cursor:default}
.authbtns{display:none}
@media(min-width:1081px){.authbtns{display:flex;gap:15px}}
.btnsignup,.btnsignin{padding:10px 24px;border-radius:5px;text-decoration:none;font-weight:600;font-size:14px;transition:all 0.3s;display:inline-block}
.btnsignup{background:#35c6a1;color:#160137}
.btnsignup:hover{background:#2eb594;transform:translateY(-2px)}
.btnsignin{background:transparent;color:#fff;border:2px solid #35c6a1}
.btnsignin:hover{background:#35c6a1;color:#160137}
.mobilemenu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#160137;padding:20px;display:flex;flex-direction:column;transition:right 0.4s;z-index:2000;overflow-y:auto}
@media(max-width:300px){.mobilemenu{width:100%}}
.mobilemenu.active{right:0}
.mobiletop{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.mobilelogo{width:165px;height:55px}
.mobilelogo img{width:100%;height:100%;object-fit:contain}
.menuclose{background:none;border:none;color:#fff;font-size:36px;cursor:pointer;padding:0;line-height:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.mobilemenu a{color:#fff;text-decoration:none;padding:12px 0;font-size:16px;font-weight:500;transition:color 0.3s;display:block;margin-bottom:8px}
.mobilemenu a:hover{color:#35c6a1}
.mobileauth{display:flex;flex-direction:column;margin-top:25px}
.mobileauth .btnsignup{margin-bottom:12px;text-align:center}
.mobileauth .btnsignin{text-align:center}
.bannerbg{background-image:url('/images/paradise-8-casino-south-africa-background.webp');background-size:cover;background-position:center;padding:80px 10px;position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}
.bannerbg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:0.8;z-index:1}
.textzone{position:relative;z-index:2;max-width:1200px;width:100%;text-align:center}
.textzone h1{font-size:48px;margin-bottom:25px;color:#fff;text-shadow:4px 4px 12px rgba(0,0,0,1)}
@media(max-width:768px){.textzone h1{font-size:36px}}
@media(max-width:480px){.textzone h1{font-size:28px}}
.textzone p{font-size:18px;line-height:1.8;margin-bottom:30px;color:#fff;text-shadow:3px 3px 10px rgba(0,0,0,1)}
@media(max-width:768px){.textzone p{font-size:16px}}
@media(max-width:480px){.textzone p{font-size:15px}}
.ctacenter{text-align:center;margin:30px 0}
.ctabtn{display:inline-block;padding:16px 40px;background:#35c6a1;color:#160137;text-decoration:none;font-weight:700;font-size:18px;border-radius:8px;transition:all 0.3s;box-shadow:0 4px 15px rgba(53,198,161,0.4)}
.ctabtn:hover{background:#2eb594;transform:translateY(-3px);box-shadow:0 6px 20px rgba(53,198,161,0.6)}
.pagecontent{max-width:1200px;width:100%;margin:0 auto;padding:60px 10px}
.pagecontent h2{font-size:32px;margin:50px 0 25px;color:#35c6a1}
.pagecontent h2:first-child{margin-top:0}
@media(max-width:768px){.pagecontent h2{font-size:28px}}
.pagecontent h3{font-size:24px;margin:25px 0 15px;color:#fff}
@media(max-width:768px){.pagecontent h3{font-size:21px}}
.pagecontent p{margin-bottom:20px;font-size:16px;line-height:1.8}
.tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:25px 0}
.infotable{width:100%;border-collapse:collapse;background:rgba(255,255,255,0.05);margin:20px 0}
.infotable td{padding:12px 15px;font-size:15px}
@media(max-width:480px){.infotable td{font-size:14px;padding:10px 12px}}
@media(max-width:320px){.infotable td{font-size:13px;padding:8px 10px}}
.infotable td:first-child{font-weight:600;color:#35c6a1;width:40%}
.infotable tr:not(:last-child) td{border-bottom:1px solid rgba(255,255,255,0.1)}
.prosconsgrid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:30px 0}
@media(max-width:968px){.prosconsgrid{grid-template-columns:1fr;gap:25px}}
.prosbox,.consbox{background:rgba(255,255,255,0.05);padding:25px;border-radius:8px}
.prosbox h3{color:#4ade80;margin-top:0}
.consbox h3{color:#f87171;margin-top:0}
.prosbox ul,.consbox ul{list-style:none}
.prosbox ul li,.consbox ul li{padding:8px 0 8px 25px;position:relative;font-size:15px}
.prosbox ul li::before{content:'✓';position:absolute;left:0;color:#4ade80;font-weight:700}
.consbox ul li::before{content:'✗';position:absolute;left:0;color:#f87171;font-weight:700}
.gamesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:30px 0}
@media(max-width:968px){.gamesgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.gamesgrid{grid-template-columns:1fr}}
.gamecard{background:rgba(255,255,255,0.05);padding:25px;border-radius:8px;text-align:center;transition:transform 0.3s}
.gamecard:hover{transform:translateY(-5px);background:rgba(255,255,255,0.08)}
.gameicon{font-size:48px;margin-bottom:15px}
.gamecard h3{margin:15px 0 10px;font-size:20px}
.gamecard p{font-size:14px;line-height:1.6;margin:0}
.stepsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:30px 0}
@media(max-width:968px){.stepsgrid{grid-template-columns:1fr}}
.stepcard{background:rgba(255,255,255,0.05);padding:25px;border-radius:8px;text-align:center}
.stepnum{width:60px;height:60px;background:#35c6a1;color:#160137;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 20px}
.stepcard h3{margin:15px 0 10px;font-size:20px}
.stepcard p{font-size:14px;line-height:1.6;margin:0}
.faqblock{margin:30px 0}
.faqitem{background:rgba(255,255,255,0.05);padding:20px;margin-bottom:15px;border-radius:8px}
.faqitem h3{color:#35c6a1;margin:0 0 12px;font-size:18px}
.faqitem p{margin:0;font-size:15px;line-height:1.7}
.footerbar{background:#160137;padding:40px 10px 20px;margin-top:auto}
.footlinks{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:35px}
.footlinks a{color:#fff;text-decoration:none;font-size:14px;transition:color 0.3s}
.footlinks a:hover{color:#35c6a1}
.paymentrow,.providerrow,.trustrow{margin-bottom:35px;max-width:1000px;margin-left:auto;margin-right:auto}
.paymentrow h3,.providerrow h3,.trustrow h3{text-align:center;color:#35c6a1;font-size:18px;margin-bottom:20px}
.paymenticons,.providericons,.trusticons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px}
.paymenticons img,.providericons img,.trusticons img{object-fit:contain;filter:brightness(0.9);transition:filter 0.3s}
.paymenticons img:hover,.providericons img:hover,.trusticons img:hover{filter:brightness(1.2)}
.licenseinfo{max-width:900px;margin:0 auto 25px;text-align:center}
.licenseinfo p{font-size:13px;color:rgba(255,255,255,0.7);line-height:1.6;margin:0}
.copyrighttext{text-align:center;padding-top:20px}
.copyrighttext::before{content:'';display:block;width:200px;height:1px;background:rgba(255,255,255,0.1);margin:0 auto 20px}
.copyrighttext p{font-size:13px;color:rgba(255,255,255,0.6);margin:0}
@media(max-width:768px){.paymenticons img,.providericons img{max-width:70px}}
@media(max-width:480px){.paymenticons img,.providericons img{max-width:60px}}
