body{margin:0;font-family:Arial;background:#0a0f2c;color:#fff}
a{text-decoration:none;color:inherit}

/* HERO */
.hero{
min-height:100vh;
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
url("../../gorseller/LekoStorePS4PremiumGirisArkaplan.jpg") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:40px 20px
}
.hero-content{max-width:900px}
.hero h1{font-size:48px;color:#3aa0ff}

.btn{
display:inline-block;
padding:14px 28px;
margin:8px;
background:#1e90ff;
border-radius:8px;
font-weight:bold
}

.user-box{
background:rgba(0,0,0,.6);
border:1px solid #1e90ff;
border-radius:12px;
padding:25px;
margin-top:40px;
text-align:left
}

/* GENEL */
.section{padding:60px 6%}
.white{background:#fff;color:#111}
h2{text-align:center;font-size:32px;margin-bottom:25px}

/* SLIDER */
.slider-wrap{position:relative;max-width:100%}
.slider{
display:flex;
gap:20px;
overflow:hidden;
scroll-behavior:smooth;
padding:10px 0
}
.game{
min-width:220px;
background:#f2f2f2;
color:#000;
border-radius:14px;
padding:15px;
text-align:center;
box-shadow:0 6px 15px rgba(0,0,0,.15)
}
.game img{
width:100%;
height:140px;
object-fit:cover;
border-radius:10px
}

.arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#1e90ff;
color:#fff;
border:none;
font-size:28px;
width:48px;
height:48px;
border-radius:50%;
cursor:pointer;
z-index:10
}
.arrow.left{left:-25px}
.arrow.right{right:-25px}

/* MAĞAZA */
.about{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
flex-wrap:wrap
}
.about img{width:420px;border-radius:16px}
.about-text{max-width:520px}

/* SSS */
details{
background:#fff;
color:#000;
padding:15px;
border-radius:10px;
margin-bottom:15px
}

/* FOOTER */
footer{
background:linear-gradient(135deg,#050814,#0a1a3a);
padding:70px 6%;
color:#ccc
}
.footer-inner{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:40px
}
footer h3,footer h4{color:#fff}
