*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;background:#191a1e;color:#e8e8e8;line-height:1.6;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:#e8e8e8;}
.navigation-bar{background:#191a1e;position:sticky;top:0;z-index:1000;padding:10px;}
.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;}
.brand-mark{display:flex;align-items:center;}
.brand-mark img{width:150px;height:34px;}
.desktop-links{display:flex;align-items:center;}
.desktop-links a,.desktop-links span{font-size:15px;font-weight:500;margin-left:30px;transition:color 0.3s;}
.desktop-links a:hover{color:#ffd700;}
.desktop-links .active-page{color:#ffd700;font-weight:600;}
.account-access{display:flex;}
.login-btn{padding:10px 24px;background:transparent;color:#ffd700;font-weight:600;transition:all 0.3s;margin-left:12px;}
.login-btn:hover{color:#ffed4e;}
.register-btn{padding:10px 24px;background:#ffd700;color:#191a1e;font-weight:600;transition:all 0.3s;margin-left:12px;border-radius:4px;}
.register-btn:hover{background:#ffed4e;}
.menu-trigger{display:none;background:transparent;border:none;flex-direction:column;cursor:pointer;padding:5px;}
.menu-trigger span{width:25px;height:3px;background:#ffd700;display:block;transition:all 0.3s;margin-bottom:4px;}
.menu-trigger span:last-child{margin-bottom:0;}
.mobile-panel{position:fixed;top:0;left:0;width:100%;height:100vh;background:#191a1e;z-index:2000;transform:translateX(-100%);transition:transform 0.3s ease;}
.mobile-panel.active{transform:translateX(0);}
.panel-top{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;}
.panel-top img{width:150px;height:34px;}
.panel-close{background:transparent;border:none;color:#ffd700;font-size:32px;cursor:pointer;line-height:1;}
.mobile-links{display:flex;flex-direction:column;padding:20px;}
.mobile-links a,.mobile-links span{padding:15px 0;font-size:18px;}
.mobile-links .active-mobile{color:#ffd700;font-weight:600;}
.mobile-account{display:flex;flex-direction:column;padding:20px;}
.mobile-login,.mobile-register{padding:14px;text-align:center;font-weight:600;font-size:16px;border-radius:4px;}
.mobile-login{background:transparent;color:#ffd700;margin-bottom:12px;}
.mobile-register{background:#ffd700;color:#191a1e;}
.hero-banner{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;padding:60px 10px;overflow:hidden;}
.hero-banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('/images/king-billy-casino-south-africa-background.webp') center/cover no-repeat;opacity:0.2;z-index:0;}
.banner-text{position:relative;z-index:1;max-width:900px;text-align:center;}
.banner-text h1{font-size:48px;margin-bottom:20px;color:#fff;text-shadow:3px 3px 12px rgba(0,0,0,1);}
.banner-text p{font-size:18px;margin-bottom:30px;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,0.9);}
.action-btn-primary{display:inline-block;padding:16px 40px;background:#ffd700;color:#191a1e;font-size:18px;font-weight:700;border-radius:6px;transition:all 0.3s;}
.action-btn-primary:hover{background:#ffed4e;transform:translateY(-2px);box-shadow:0 8px 16px rgba(255,215,0,0.3);}
.article-space{max-width:1200px;margin:60px auto;padding:0 10px;}
.text-area{margin-bottom:60px;}
.text-area h2{font-size:32px;color:#ffd700;margin-bottom:20px;}
.text-area h3{font-size:24px;color:#e8e8e8;margin:25px 0 15px;}
.text-area p{margin-bottom:18px;font-size:16px;line-height:1.7;}
.text-area ul{list-style:none;margin:15px 0;}
.text-area ul li{padding:8px 0;font-size:16px;line-height:1.6;}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:25px 0;}
.details-table{width:100%;border-collapse:collapse;background:#1f2024;min-width:600px;}
.details-table td{padding:14px;font-size:15px;}
.details-table td:first-child{font-weight:600;color:#ffd700;width:35%;}
.comparison-layout{display:grid;grid-template-columns:1fr 1fr;margin-top:20px;}
.positive-side,.negative-side{background:#1f2024;padding:25px;border-radius:8px;}
.positive-side{margin-right:15px;}
.negative-side{margin-left:15px;}
.positive-side h3,.negative-side h3{font-size:22px;margin-bottom:15px;color:#ffd700;}
.positive-side ul li{color:#4ade80;margin-bottom:10px;}
.negative-side ul li{color:#f87171;margin-bottom:10px;}
.card-display{margin-bottom:60px;}
.card-display h2{font-size:32px;color:#ffd700;margin-bottom:30px;text-align:center;}
.display-grid{display:grid;grid-template-columns:repeat(3,1fr);}
.display-card{background:#1f2024;padding:25px;margin:12px;border-radius:8px;text-align:center;transition:transform 0.3s;}
.display-card:hover{transform:translateY(-5px);}
.card-symbol{font-size:48px;margin-bottom:15px;}
.display-card h3{font-size:20px;color:#ffd700;margin-bottom:12px;}
.display-card p{font-size:15px;line-height:1.6;}
.button-zone{text-align:center;margin:50px 0;}
.action-btn-outline{display:inline-block;padding:14px 36px;background:transparent;color:#ffd700;font-size:17px;font-weight:600;border-radius:6px;transition:all 0.3s;}
.action-btn-outline:hover{background:#ffd700;color:#191a1e;}
.question-block{margin-bottom:25px;background:#1f2024;padding:20px;border-radius:8px;}
.question-block h3{font-size:19px;color:#ffd700;margin-bottom:10px;}
.question-block p{font-size:15px;line-height:1.7;}
.site-base{background:#121214;padding:50px 10px 30px;margin-top:80px;}
.base-container{max-width:1200px;margin:0 auto;}
.payments-providers{margin-bottom:40px;}
.payment-strip,.provider-strip,.trust-strip{margin-bottom:30px;}
.strip-title{font-size:14px;color:#999;margin-bottom:12px;text-align:center;}
.logo-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:15px;}
.logo-row img{margin:10px;}
.base-links{display:flex;flex-wrap:wrap;justify-content:center;padding:30px 0;}
.base-links a{font-size:14px;color:#ccc;transition:color 0.3s;margin:8px 15px;}
.base-links a:hover{color:#ffd700;}
.legal-notice{margin-top:30px;text-align:center;}
.legal-notice p{font-size:13px;color:#888;line-height:1.8;margin-bottom:10px;max-width:900px;margin-left:auto;margin-right:auto;}
@media(max-width:1080px){
.desktop-links,.account-access{display:none;}
.menu-trigger{display:flex;}
.banner-text h1{font-size:36px;}
.banner-text p{font-size:16px;}
.display-grid{grid-template-columns:1fr;}
.comparison-layout{grid-template-columns:1fr;}
.positive-side{margin-right:0;margin-bottom:20px;}
.negative-side{margin-left:0;}
}
@media(max-width:768px){
.banner-text h1{font-size:30px;}
.hero-banner{min-height:500px;padding:40px 10px;}
.text-area h2{font-size:28px;}
.text-area h3{font-size:21px;}
.card-display h2{font-size:28px;}
.display-card h3{font-size:18px;}
.details-table td{padding:12px;font-size:14px;}
}
@media(max-width:480px){
.banner-text h1{font-size:26px;}
.banner-text p{font-size:15px;}
.text-area h2{font-size:24px;}
.text-area h3{font-size:19px;}
.text-area p,.text-area ul li{font-size:15px;}
.card-display h2{font-size:24px;}
.card-symbol{font-size:40px;}
.details-table td{padding:10px;font-size:13px;}
.action-btn-primary{padding:14px 32px;font-size:16px;}
.action-btn-outline{padding:12px 28px;font-size:16px;}
}
@media(max-width:320px){
.brand-mark img{width:120px;height:27px;}
.panel-top img{width:120px;height:27px;}
.banner-text h1{font-size:22px;}
.banner-text p{font-size:14px;}
.text-area h2{font-size:22px;}
.text-area h3{font-size:18px;}
.text-area p,.text-area ul li{font-size:14px;}
.card-display h2{font-size:22px;}
.display-card h3{font-size:17px;}
.display-card p{font-size:14px;}
.details-table td{padding:8px;font-size:12px;}
.legal-notice p{font-size:12px;}
}