/* Apply border-box to all elements for easier sizing */
*{
box-sizing:border-box;
}

/* Global styles */
body {
background:#171c2f;
color:#f2f2f6;
font-family:'Segoe UI', Arial, sans-serif;
margin:0;
padding:0;
overflow-x:hidden;
}

/* Header styles (same as other pages) */
.site-header {
background:#21274a;
width:100%;
min-height:64px;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 3px 6px rgba(0,0,0,0.4);
position:relative;
z-index:1000;
overflow-x:hidden;
}
.header-container {
max-width:1360px;
width:100%;
padding:0 10px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
position:relative;
}
.logo-link {
display:inline-block;
width:160px;
height:40px;
flex-shrink:0;
}
.logo-img {
width:160px;
height:40px;
display:block;
}
.main-nav {
display:flex;
align-items:center;
gap:15px;
flex-grow:1;
min-width:0;
}
.nav-list {
display:flex;
list-style:none;
margin:0;
padding:0;
gap:20px;
flex-shrink:1;
min-width:0;
overflow-x:auto;
scrollbar-width:none;
-ms-overflow-style:none;
}
.nav-list::-webkit-scrollbar {
display:none;
}
.nav-item {
white-space:nowrap;
}
.nav-list .nav-current {
color:#ffe600;
font-weight:700;
}
.nav-item a, .nav-current {
text-decoration:none;
color:#fff;
font-size:18px;
padding:14px 8px;
display:block;
transition:.2s color ease-in-out;
}
.nav-item a:hover {
color:#ffe600;
}
.auth-btns {
display:flex;
gap:10px;
flex-shrink:0;
}
.auth-btns.desktop-auth-btns {
margin-left:auto;
display:flex;
gap:10px;
flex-shrink:0;
}
.register-btn, .login-btn {
background:#ffe600;
color:#21274a;
border:none;
border-radius:5px;
padding:10px 22px;
font-weight:600;
font-size:17px;
text-decoration:none;
box-shadow:0 2px 5px rgba(29,38,50,0.08);
transition:background .2s,color .2s;
white-space:nowrap;
}
.login-btn {
background:#fff;
color:#21274a;
}
.register-btn:hover, .login-btn:hover {
background:#21274a;
color:#ffe600;
}
.hamburger {
display:none;
flex-direction:column;
justify-content:center;
align-items:center;
width:44px;
height:44px;
cursor:pointer;
background:none;
border:none;
transition:all .2s ease-in-out;
flex-shrink:0;
}
.hamburger span {
display:block;
height:4px;
width:28px;
background:#fff;
border-radius:3px;
margin:4px 0;
}

/* Mobile nav styles */
@media(max-width:1080px){
.auth-btns.desktop-auth-btns {
display:none;
}
.hamburger {
display:flex;
}
.nav-list {
display:none;
}
.main-nav {
flex-grow:0;
}
}
.mobile-nav {
display:none;
position:fixed;
top:0;
right:0;
width:81vw;
max-width:370px;
height:100vh;
background:#161c29;
z-index:2001;
flex-direction:column;
padding:60px 10px 70px 10px;
box-shadow:-8px 0 22px rgba(18,20,32,0.25);
overflow-y:auto;
}
.mobile-nav.active {
display:flex;
}
.mobile-nav-list {
list-style:none;
padding:0;
margin:0;
flex-grow:1;
}
.mobile-nav-list li {
padding:18px 20px;
font-size:20px;
color:#ffe600;
border-bottom:1px solid #22304a;
white-space:nowrap;
}
.mobile-nav-list li a {
color:#ffe600;
text-decoration:none;
display:block;
}
.mobile-auth-btns {
position:absolute;
bottom:24px;
left:0;
width:100%;
display:flex;
justify-content:center;
gap:28px;
padding:0 10px;
}
.mobile-auth-btns .register-btn,
.mobile-auth-btns .login-btn {
width:120px;
font-size:19px;
padding:13px 0;
border-radius:5px;
text-align:center;
display:flex;
align-items:center;
justify-content:center;
white-space:nowrap;
box-sizing:border-box;
}

/* Casino banner section */
.section-casino-banner {
position:relative;
background:linear-gradient(135deg,#2e5366 0%,#1e3a4a 50%,#25405a 100%);
padding:80px 10px;
text-align:center;
border-radius:13px;
box-shadow:0 6px 16px rgba(22,22,40,0.10);
margin:22px 10px 0 10px;
max-width:calc(100% - 20px);
}


.section-casino-banner img {
display:block;
margin:20px auto 0 auto;
max-width:100%;
height:auto;
border-radius:10px;
box-shadow:0 4px 12px rgba(0,0,0,0.2);
}


.section-casino-banner h1 {
font-size:2.4rem;
font-weight:800;
color:#ffe600;
margin-bottom:15px;
line-height:1.1;
}
.section-casino-banner p {
font-size:1.25rem;
margin-bottom:25px;
color:#f5faf8;
line-height:1.4;
}
.cta-casino-btn {
display:inline-block;
background:#ffe600;
color:#21274a;
font-weight:700;
font-size:20px;
padding:17px 40px;
border-radius:8px;
text-decoration:none;
box-shadow:0 4px 12px rgba(255,230,0,0.3);
transition:all .3s ease;
margin-bottom:20px;
}
.cta-casino-btn:hover {
background:#21274a;
color:#ffe600;
transform:translateY(-2px);
}

/* Casino content sections */
.casino-content {
overflow-x:hidden;
width:100%;
}
.casino-content section {
padding:30px 10px;
margin-left:auto;
margin-right:auto;
max-width:1240px;
width:100%;
box-sizing:border-box;
}

/* Section headings */
.section-game-categories h2,
.section-popular-slots h2,
.section-table-games h2,
.section-live-casino h2,
.section-game-providers h2,
.section-casino-bonuses h2,
.section-mobile-casino h2,
.section-casino-payments h2,
.section-responsible-casino h2 {
font-size:1.6rem;
color:#ffe600;
margin-bottom:20px;
font-weight:700;
line-height:1.2;
text-align:center;
}

/* Game categories grid */
.categories-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}
.category-card {
background:#24335e;
padding:25px 20px;
border-radius:12px;
text-align:center;
transition:transform .3s ease,box-shadow .3s ease;
}
.category-card:hover {
transform:translateY(-5px);
box-shadow:0 8px 20px rgba(255,230,0,0.15);
}
.category-icon {
font-size:3rem;
display:block;
margin-bottom:15px;
}
.category-card h3 {
color:#ffe600;
font-size:1.3rem;
margin-bottom:10px;
}
.category-card p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
margin-bottom:15px;
}
.category-btn {
background:#03cb78;
color:#fff;
border:none;
border-radius:6px;
font-weight:600;
font-size:16px;
padding:10px 20px;
text-decoration:none;
transition:background .3s ease;
}
.category-btn:hover {
background:#ffe600;
color:#21274a;
}

/* Slots grid */
.slots-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}
.slot-card {
background:#214159;
padding:20px;
border-radius:10px;
border:2px solid transparent;
transition:border-color .3s ease;
}
.slot-card:hover {
border-color:#ffe600;
}
.slot-card h3 {
color:#ffe600;
font-size:1.2rem;
margin-bottom:10px;
}
.slot-card p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
margin-bottom:15px;
}
.slot-stats {
display:flex;
justify-content:space-between;
gap:10px;
}
.slot-stats span {
background:#24335e;
color:#ffe600;
font-size:0.85rem;
font-weight:600;
padding:5px 10px;
border-radius:4px;
}
.view-all-slots {
display:inline-block;
background:#ffe600;
color:#21274a;
font-weight:600;
font-size:18px;
padding:15px 30px;
border-radius:8px;
text-decoration:none;
margin-top:20px;
transition:all .3s ease;
}
.view-all-slots:hover {
background:#21274a;
color:#ffe600;
}

/* Table games grid */
.table-games-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}
.table-game-card {
background:#24335e;
padding:20px;
border-radius:10px;
}
.table-game-card h3 {
color:#ffe600;
font-size:1.2rem;
margin-bottom:10px;
}
.table-game-card p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
margin-bottom:15px;
}
.game-features {
display:flex;
flex-direction:column;
gap:5px;
}
.game-features span {
background:#214159;
color:#f2f2f6;
font-size:0.85rem;
padding:4px 8px;
border-radius:3px;
}

/* Live casino section */
.live-casino-features {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
margin-bottom:30px;
}
.live-feature {
background:#24335e;
padding:20px;
border-radius:10px;
text-align:center;
}
.live-feature h3 {
color:#ffe600;
font-size:1.2rem;
margin-bottom:10px;
}
.live-feature p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
}
.live-games-showcase {
background:#214159;
padding:25px;
border-radius:12px;
text-align:center;
}
.live-games-showcase h3 {
color:#ffe600;
font-size:1.3rem;
margin-bottom:15px;
}
.live-games-list {
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:20px;
list-style:none;
padding:0;
}
.live-games-list li {
color:#f2f2f6;
font-size:1rem;
padding:8px;
background:#24335e;
border-radius:5px;
}
.live-casino-btn {
background:#03cb78;
color:#fff;
border:none;
border-radius:8px;
font-weight:600;
font-size:18px;
padding:15px 35px;
text-decoration:none;
box-shadow:0 3px 10px rgba(3,203,120,0.3);
transition:all .3s ease;
}
.live-casino-btn:hover {
background:#ffe600;
color:#21274a;
}

/* Game providers */
.providers-showcase {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:20px;
}
.provider-info {
background:#24335e;
padding:20px;
border-radius:10px;
text-align:center;
}
.provider-info img {
border-radius:8px;
margin-bottom:15px;
}
.provider-info p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
}

/* Casino bonuses */
.casino-bonus-cards {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}
.bonus-card {
background:#214159;
padding:20px;
border-radius:10px;
}
.bonus-card h3 {
color:#ffe600;
font-size:1.2rem;
margin-bottom:10px;
}
.bonus-card p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
margin-bottom:15px;
}
.bonus-link {
background:#03cb78;
color:#fff;
font-weight:600;
font-size:14px;
padding:8px 16px;
border-radius:5px;
text-decoration:none;
transition:background .3s ease;
}
.bonus-link:hover {
background:#ffe600;
color:#21274a;
}

/* Mobile casino section */
.mobile-casino-benefits {
margin:20px 0;
}
.mobile-benefit {
display:flex;
align-items:flex-start;
gap:15px;
background:#24335e;
padding:20px;
border-radius:10px;
margin-bottom:15px;
}
.benefit-icon {
font-size:2rem;
flex-shrink:0;
}
.mobile-benefit h3 {
color:#ffe600;
font-size:1.2rem;
margin-bottom:8px;
}
.mobile-benefit p {
color:#f2f2f6;
font-size:1rem;
line-height:1.4;
}
.mobile-download-section {
text-align:center;
margin-top:20px;
}
.mobile-casino-app {
display:inline-flex;
align-items:center;
gap:10px;
background:#ffe600;
color:#21274a;
font-weight:600;
font-size:18px;
padding:15px 30px;
border-radius:8px;
text-decoration:none;
transition:all .3s ease;
}
.mobile-casino-app:hover {
background:#21274a;
color:#ffe600;
}

/* Casino payments */
.casino-payments-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}
.payment-method-casino {
display:flex;
align-items:center;
gap:15px;
background:#24335e;
padding:20px;
border-radius:10px;
}
.payment-method-casino img {
background:#fff;
padding:8px;
border-radius:8px;
flex-shrink:0;
}
.payment-details h3 {
color:#ffe600;
font-size:1.1rem;
margin-bottom:5px;
}
.payment-details p {
color:#f2f2f6;
font-size:0.9rem;
line-height:1.3;
}

/* Responsible gaming */
.responsible-gaming-tools {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin:20px 0;
}
.responsible-tool {
background:#214159;
padding:20px;
border-radius:10px;
}
.responsible-tool h3 {
color:#ffe600;
font-size:1.2rem;
margin-bottom:10px;
}
.responsible-tool p {
color:#f2f2f6;
font-size:0.95rem;
line-height:1.4;
}

/* Footer styles (same as other pages) */
.site-footer {
background:#27294b;
width:100%;
padding:25px 10px 15px 10px;
margin-top:50px;
display:flex;
flex-direction:column;
gap:14px;
align-items:center;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);
overflow-x:hidden;
}
.footer-payments {
display:flex;
gap:18px;
margin-bottom:12px;
justify-content:center;
flex-wrap:wrap;
max-width:680px;
padding:0 10px;
box-sizing:border-box;
width:100%;
}
.footer-providers {
display:flex;
gap:22px;
margin-bottom:12px;
flex-wrap:wrap;
justify-content:center;
align-items:center;
max-width:810px;
width:100%;
padding:0 10px;
box-sizing:border-box;
}
.footer-providers img {
background:#0b1122;
border-radius:8px;
padding:7px 5px;
height:auto;
max-height:53px;
object-fit:contain;
}
.footer-company-details {
color:#f0ecef;
font-size:13px;
text-align:center;
margin-top:14px;
max-width:750px;
line-height:1.6em;
padding:0 10px;
width:100%;
box-sizing:border-box;
}

/* Responsive design */
@media(max-width:1080px){
.header-container {
height:54px;
padding:0 15px;
}
.nav-list {
display:none;
}
.hamburger {
display:flex;
margin-left:auto;
}
.main-nav {
width:auto;
flex-grow:0;
gap:10px;
}
.casino-content section,
.section-casino-banner {
padding-left:10px;
padding-right:10px;
margin-left:10px;
margin-right:10px;
max-width:calc(100% - 20px);
}
}

@media(max-width:768px){
.categories-grid {
grid-template-columns:repeat(2,1fr);
gap:15px;
}
.slots-grid {
grid-template-columns:repeat(2,1fr);
gap:15px;
}
.table-games-grid {
grid-template-columns:repeat(2,1fr);
gap:15px;
}
.live-casino-features {
grid-template-columns:1fr;
gap:15px;
}
.live-games-list {
grid-template-columns:1fr;
}
.providers-showcase {
grid-template-columns:1fr;
gap:15px;
}
.casino-bonus-cards {
grid-template-columns:1fr;
gap:15px;
}
.casino-payments-grid {
grid-template-columns:1fr;
gap:15px;
}
.responsible-gaming-tools {
grid-template-columns:1fr;
gap:15px;
}
.section-casino-banner {
padding:40px 10px;
}
}

@media(max-width:480px){
.categories-grid {
grid-template-columns:1fr;
gap:12px;
}
.slots-grid {
grid-template-columns:1fr;
gap:12px;
}
.table-games-grid {
grid-template-columns:1fr;
gap:12px;
}
.section-casino-banner h1 {
font-size:1.8rem;
}
.section-casino-banner p {
font-size:1.1rem;
}
.mobile-benefit {
flex-direction:column;
text-align:center;
}
.payment-method-casino {
flex-direction:column;
text-align:center;
}
}

@media(max-width:320px){
.logo-link, .logo-img {
width:110px;
height:28px;
}
.section-casino-banner h1 {
font-size:1.4rem;
}
.section-casino-banner p {
font-size:1rem;
}
.casino-content section {
padding:20px 5px;
}
}
