    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { background:#0b0e13; font-family: Arial, Helvetica, sans-serif; color:#cfd3da; }


    footer {
    background: radial-gradient(circle at top left, #1b1f27, #0a0d12 70%);
    padding: 70px 8% 0;
    }


    .footer-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    gap: 60px;
    }


    .brand img {
    width: 230px;
    margin-bottom: 20px;
    }


    .brand p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 420px;
    color: #b8bcc4;
    }


    .social {
    margin-top: 25px;
    display: flex;
    gap: 14px;
    }


    .social a {
    width: 44px;
    height: 44px;
    border: 1px solid #3a3f4b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s ease;
    text-decoration: none;
    }


    .social a:hover {
    background: #fff;
    color: #000;
    }


    h4 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 18px;
    }


    ul { list-style: none; }


    ul li {
    margin-bottom: 14px;
    font-size: 14px;
    color: #b8bcc4;
    }


    ul li a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
    }


    ul li a:hover { color:#fff; }


    .bottom {
    margin-top: 60px;
    border-top: 1px solid #1c2029;
    padding: 22px 0;
    text-align: center;
    font-size: 13px;
    }


    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { background:#0b0e13; font-family: Arial, Helvetica, sans-serif; }


    .marquee-wrap {
    width: 100%;
    overflow: hidden;
    background: #6b3acc;
    padding: 26px 0;
    }


    .marquee {
    display: flex;
    width: max-content;
    animation: scroll 18s linear infinite;
    }


    .marquee span {
    display: flex;
    align-items: center;
    font-size: 56px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #fff;
    white-space: nowrap;
    }


    .dot {
    margin: 0 28px;
    font-size: 42px;
    }


    @keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
    }


   * { margin:0; padding:0; box-sizing:border-box; }
    body { background:#0b0e13; font-family:'Inter', sans-serif; }

    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: radial-gradient(circle at top left, #1b1f27, #090c11 70%);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .navbar {
      max-width: 1400px;
      margin: 0 auto;
      padding: 22px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo img {
      height: 42px;
    }

    nav ul {
      display: flex;
      gap: 34px;
      list-style: none;
      align-items: center;
    }

    nav ul li {
      position: relative;
    }

    nav ul li a {
      text-decoration: none;
      color: #e6e8ec;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: color .2s ease;
    }

    nav ul li a:hover { color:#fff; }

    nav ul li a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 0;
      height: 2px;
      background: #fff;
      transition: width .25s ease;
    }

    nav ul li:hover a::after {
      width: 100%;
    }

    .arrow {
      font-size: 10px;
      opacity: .7;
    }

    .steam-btn {
      background: linear-gradient(180deg, #ff7a2f, #e25a1c);
      padding: 12px 22px;
      border-radius: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      box-shadow: 0 8px 24px rgba(226,90,28,0.35);
      transition: transform .15s ease, box-shadow .15s ease;
    }

    .steam-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 30px rgba(226,90,28,0.45);
    }

    @media(max-width: 900px) {
      nav ul { display:none; }
    }

    .section{
padding:120px 0 140px;
background:radial-gradient(circle at top left,#1b1f27,#07090d 70%);
}


.slider-wrap{
position:relative;
max-width:1320px;
margin:0 auto;
}


.slide{
position:relative;
width:100%;
height:560px;
border-radius:28px;
overflow:hidden;
box-shadow:0 40px 140px rgba(0,0,0,.85);
}


.slide img{
width:100%;
height:100%;
object-fit:cover;
}


.slide::after{
content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at top,rgba(0,0,0,.65),transparent 60%);
}


.nav{
position:absolute;
right:26px;
bottom:26px;
display:flex;
gap:14px;
}


.nav button{
width:54px;
height:54px;
border:2px solid rgba(255,255,255,.85);
border-radius:14px;
background:transparent;
color:#fff;
font-size:26px;
cursor:pointer;
transition:.2s ease;
}


.nav button:hover{background:#fff;color:#000}


.caption{
max-width:1320px;
margin:18px auto 0;
font-size:14px;
opacity:.75;
}


@media(max-width:900px){
.slide{height:380px;border-radius:20px}
}

:root{
--bg:#050608;
--fg:#ffffff;
--muted:#bfc3c9;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
margin:0;
font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
overflow-x:hidden;
}
/* subtle diagonal texture */
body::before{
content:"";
position:fixed; inset:0;
opacity:.25;
pointer-events:none;
z-index:0;
}


.wrap{max-width:1400px; margin:0 auto; padding:64px 48px 120px}


header{
position:relative;
z-index:1;
display:flex; flex-direction:column; align-items:center; gap:14px;
margin-top:24px; margin-bottom:120px;
}
.title{
text-transform:uppercase;
letter-spacing:.06em;
font-weight:900;
font-size:clamp(48px, 8vw, 120px);
line-height:1.05;
text-align:center;
padding:8px 16px;
}
.subtitle{
text-transform:uppercase;
letter-spacing:.28em;
font-size:12px;
opacity:.9;
padding:4px 12px;
}


main{
display:grid;
grid-template-columns: 1.1fr .9fr;
gap:64px;
align-items:start;
}


.about h2{
margin:0 0 18px 0;
font-size:28px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
}
.about p{
max-width:520px;
line-height:1.6;
color:#e7e9ec;
margin:0 0 14px 0;
font-size:14px;
}
.about em{font-style:italic}


.lb{
justify-self:end;
font-weight:900;
font-size:clamp(160px, 32vw, 420px);
line-height:0.9;
}


    :root{
      --bg:#050608;
      --fg:#ffffff;
      --muted:rgba(255,255,255,.72);
      --orange:#d55b22;
      --orange2:#b74a19;
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      background:var(--bg);
      color:var(--fg);
      overflow-x:hidden;
    }

    /* background texture like screenshot */
    body::before{
      content:"";
      position:fixed; inset:0;
      opacity:.35;
      pointer-events:none;
    }

    .page{
      min-height:100vh;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:64px 48px;
    }

    .frame{
      width:min(1180px, 100%);
      position:relative;
      display:grid;
      grid-template-columns: 1fr 520px;
      gap:56px;
      align-items:center;
    }

    /* Left content */
    .content{
      position:relative;
      min-height:520px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .copy{
      width:100%;
      max-width:520px;
      text-align:center;
      transform: translateY(20px);
    }

    .lead{
      font-size:12px;
      line-height:1.5;
      color:rgba(255,255,255,.62);
      letter-spacing:.01em;
      margin:0 0 28px 0;
    }

    /* Big title like screenshot */
    .big{
      margin:0 0 26px 0;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-size:72px;
      line-height:1;
      text-shadow: 0 2px 0 rgba(0,0,0,.35);
    }

    .cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
    text-decoration:none;
      padding:12px 22px;
      border-radius:8px;
      background:linear-gradient(180deg, var(--orange), var(--orange2));
      color:#fff;
      font-weight:800;
      font-size:11px;
      letter-spacing:.02em;
      text-transform:uppercase;
      border:1px solid rgba(255,255,255,.10);
      box-shadow: 0 10px 22px rgba(0,0,0,.35);
      cursor:pointer;
    }

    /* Right large poster card */
    .posterWrap{
      position:relative;
      width:520px;
      height:560px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .poster{
      width:100%;
      height:100%;
      border-radius:26px;
      overflow:hidden;
      position:relative;
      z-index:1;
      box-shadow: 0 18px 55px rgba(0,0,0,.55);
      background:
        radial-gradient(120% 90% at 50% 40%, rgba(210,0,0,.38), rgba(0,0,0,0) 55%),
        radial-gradient(70% 70% at 50% 55%, rgba(255,0,0,.22), rgba(0,0,0,0) 58%),
        linear-gradient(180deg, #120508, #070507 55%, #050608);
    }

    /* red splatter-ish feel */
    .poster::before{
      content:"";
      position:absolute; inset:-30px;
      background:
        radial-gradient(circle at 55% 35%, rgba(255,30,30,.75) 0 2px, rgba(0,0,0,0) 3px),
        radial-gradient(circle at 60% 28%, rgba(255,30,30,.55) 0 3px, rgba(0,0,0,0) 4px),
        radial-gradient(circle at 65% 45%, rgba(255,30,30,.65) 0 2px, rgba(0,0,0,0) 3px),
        radial-gradient(circle at 44% 48%, rgba(255,30,30,.45) 0 3px, rgba(0,0,0,0) 4px),
        radial-gradient(circle at 52% 60%, rgba(255,30,30,.5) 0 2px, rgba(0,0,0,0) 3px);
      opacity:.55;
      filter: blur(0.2px);
      mix-blend-mode:screen;
      pointer-events:none;
    }

    .poster::after{
      content:"";
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      font-size:86px;
      color:rgba(255,50,50,.70);
      text-shadow: 0 10px 30px rgba(0,0,0,.65);
      transform: translateX(6px);
      pointer-events:none;
    }

    .poster img{
    width:100%;
    height:100%;
    object-fit:cover;
    }
    /* Small overlapping screenshot card */
    .mini{
      position:absolute;
      top:72px;
      left:-120px;
      width:420px;
      height:240px;
      border-radius:22px;
      overflow:hidden;
      box-shadow: 0 16px 40px rgba(0,0,0,.55);
      background:
        linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.55)),
        linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0)),
        radial-gradient(80% 90% at 50% 35%, rgba(255,255,255,.14), rgba(0,0,0,0) 55%),
        linear-gradient(180deg, #3b3b3b, #1d1d1d);
      z-index:3;
    }

    .mini .img{
      position:absolute; inset:0;
      /* Replace this background-image with your real screenshot */
      background-size:cover;
      background-position:center;
    }

    .mini img{
    width:100%;
    height:100%;
    object-fit:cover;
    }
    .mini p{
      position:absolute;
      left:24px; right:24px;
      bottom:18px;
      margin:0;
      font-size:11px;
      line-height:1.5;
      color:rgba(255,255,255,.70);
      text-align:center;
      text-shadow: 0 2px 12px rgba(0,0,0,.75);
    }

    /* make the overlap sit like screenshot */
    .mini{ transform: translateX(-185px); }

    @media (max-width: 980px){
      .frame{grid-template-columns:1fr; gap:36px;}
      .posterWrap{width:min(520px, 100%); height:520px; justify-self:center;}
      .content{min-height:auto}
      .mini{left:50%; top:0; transform:translate(-50%, -26%); width:min(420px, 92%);}
      .copy{transform:none}
      .big{font-size:60px}
    }

    /* GAME FEATURES */
    
    .features-2{
      padding-top:0;
      margin-top:0; /* iki section arası boşluk yok */
    }

    .features-grid-2{
      grid-template-columns: repeat(3, 1fr);
    }

    .feature-cta{
      background: linear-gradient(180deg, #e0621f 0%, #c14e18 100%);
      color:#fff;
      position:relative;
      text-decoration:none;
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.15),
        0 22px 45px rgba(0,0,0,.55);
    }

    .feature-cta h3 span{color:#fff}

    .feature-cta p{
      color:rgba(255,255,255,.9);
    }

    .feature-cta .arrow{
      position:absolute;
      bottom:22px;
      right:22px;
      width:44px;
      height:44px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:22px;
      background:rgba(117, 34, 211, 0.432);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
    }

    @media (max-width: 980px){
      .features-grid-2{grid-template-columns:1fr;}
    }

    .features{
      padding:140px 48px 120px; /* footer ile boşluk eklendi */
      display:flex;
      justify-content:center;
    }

    .features-wrap{
      width:min(1180px,100%);
      text-align:center;
    }

    .features-title{
      margin:0 0 16px 0;
      font-size:clamp(40px,6vw,72px);
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
    }

    .features-sub{
      margin:0 auto 72px;
      max-width:760px;
      font-size:14px;
      line-height:1.6;
      color:rgba(255,255,255,.75);
    }

    .features-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:36px;
    }

    .feature-card{
      text-align:left;
      padding:36px 34px 42px;
      border-radius:18px;
      background:linear-gradient(180deg, #1b1f25, #14181e);
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.06),
        0 18px 40px rgba(0,0,0,.45);
    }

    /* FORCE COLORED CTA CARD (override) */
    .features-grid .feature-card.feature-cta{
      background: linear-gradient(180deg, #571185 0%, #0d0114 100%) !important;
      color:#fff;
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.15),
        0 22px 45px rgba(117, 5, 192, 0.55);
    }

    .feature-card h3{
      margin:0 0 18px 0;
      font-size:26px;
      font-weight:800;
      letter-spacing:.02em;
      line-height:1.2;
    }

    .feature-card h3 span{
      color:var(--orange);
    }

    .feature-card p{
      margin:0;
      font-size:13px;
      line-height:1.6;
      color:rgba(255,255,255,.70);
    }

    @media (max-width: 980px){
      .features-grid{grid-template-columns:1fr;}
      .feature-card{text-align:center}
    }

    
        /* CONTACT */
    .contact{
      padding:180px 48px 200px 0;
      min-height:720px; /* görsel yüksekliğiyle hizalı */
      display:flex;
      justify-content:flex-end;
      position:relative;
      overflow:hidden;
    }

    .contact-wrap{
      width:100%;
      max-width:1720px;
      display:grid;
      grid-template-columns: 420px 1fr;
      gap:96px;
      align-items:center;
      position:relative;
      z-index:1;
      margin-left:auto;
      padding-left:520px; /* soldaki görsel için yer */
    }

    .contact-image{
      position:absolute;
      left:0;
      top:50%;
      transform:translateY(-50%);
      width:420px; /* görseldeki gibi sabit genişlik */
      height:520px; /* görseldeki gibi sabit yükseklik */
      border-radius:0 32px 32px 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.75)),
        url('/images/4.png');
      background-size:cover;
      background-position:center left;
      box-shadow:0 40px 90px rgba(0,0,0,.7);
      z-index:0;
      pointer-events:none;
    }

    .contact-form{
      position:absolute;
      left:360px; /* görselin üstüne taşacak */
      top:50%;
      transform:translateY(-50%);
      background:linear-gradient(180deg,#1b1f25,#12161c);
      border-radius:26px;
      padding:34px;
      width:360px;
      z-index:2; /* görselin üstünde */
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        0 28px 70px rgba(0,0,0,.65);
    }


    .section-divider{
  width:100%;
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.18) 50%,
    rgba(255,255,255,0) 100%
  );
  opacity:.6;
}

    .contact-form label{
      font-size:11px;
      letter-spacing:.08em;
      color:rgba(255,255,255,.6);
    }

    .contact-form input,
    .contact-form textarea{
      width:100%;
      margin:8px 0 18px;
      padding:12px 14px;
      border-radius:10px;
      border:1px solid rgba(255,255,255,.08);
      background:#0e1116;
      color:#fff;
    }

    .contact-form textarea{min-height:90px; resize:none}

    .contact-form button{
      width:100%;
      padding:14px;
      border-radius:10px;
      border:none;
      background:linear-gradient(180deg,var(--orange),var(--orange2));
      color:#fff;
      font-weight:800;
      cursor:pointer;
    }

    .captcha{
      margin-bottom:18px;
      font-size:12px;
      padding:10px;
      border-radius:8px;
      background:#0e1116;
      color:rgba(255,255,255,.7);
    }

    .contact-text h2{
      font-size:72px;
      font-weight:900;
      line-height:1.05;
      margin:0 0 36px;
      letter-spacing:.02em;
    }

    .contact-text p{
      display:flex;
      align-items:flex-start;
      gap:14px;
      color:rgba(255,255,255,.75);
      max-width:360px;
      font-size:14px;
      line-height:1.6;
    }
    
    .contact-text{
      position:absolute;
      right:400px;
      top:50%;
      transform:translateY(-50%);
      z-index:1;
      max-width:420px;
    }

    .contact-text span{
      color:var(--orange);
      font-size:28px;
      line-height:1;
      margin-top:2px;
    }

    @media (max-width: 1024px){
      .contact-wrap{
        grid-template-columns:1fr;
        padding-left:0;
      }
      .contact-image{
        position:relative;
        top:auto;
        transform:none;
        width:100%;
        height:420px;
        border-radius:0;
        margin-bottom:32px;
      }
    }
      .contact-image{height:420px}
    
/* ABOUT US */
.about{
  padding:120px 48px 200px; /* üstten daha erken başlasın */
  display:flex;
  justify-content:center;
  position:relative;
}

.about-wrap{
  width:min(1180px,100%);
  display:flex;
  flex-direction:column;
  align-items:center; /* GERÇEK merkezleme */
  text-align:center;
}

.about-title{
  margin:0 auto 12px; /* tam ortala */
  font-size:clamp(36px,5vw,64px);
  font-weight:900;
  letter-spacing:.14em;
  text-align:center;
}

.about-sub{
  margin:24px 0 64px; /* başlığın tam altı */
  max-width:none; /* sola kayma sebebiydi */
  width:100%;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.75);
}

.about-logo{
  margin:96px 0 140px; /* logoyu aşağı kaydır */
}

.about-logo img{
  display:block;            /* merkeze al */
  margin:0 auto;            /* ABOUT US altına tam ortala */
  max-width:520px;
  opacity:.95;
}

.about-grid{
  width:100%;
  display:grid;
  grid-template-columns: 1fr 1.2fr; /* sol başlık | sağ metin */
  gap:120px;
  align-items:flex-start; /* üstten hizala */
  text-align:left;
}

.about-left h3{
  margin:0 0 64px;
  font-size:64px; /* görseldeki gibi büyük */
  font-weight:900;
  line-height:1.05;
}

.about-left span{
  color:var(--orange);
}

.about-cta{
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  margin-top:24px;
}

.about-cta .arrow{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.about-cta:hover .arrow{
  transform: translate(6px,-6px) rotate(12deg);
  background:rgba(213,91,34,.9);
  box-shadow:0 10px 30px rgba(213,91,34,.45);
}

.about-cta .arrow{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
}

.about-right p{
  margin:0 0 18px;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.75);
}

@media (max-width: 980px){
  .about-sub{margin-bottom:72px}
  .about-logo{margin-bottom:96px}
  .about-grid{grid-template-columns:1fr; gap:64px}
}

/* SECTION DIVIDER */
    .section-divider{
      width:100%;
      height:1px;
      margin:0;
      background:linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.18) 50%,
        rgba(255,255,255,0) 100%
      );
      opacity:.6;
    }

* { box-sizing: border-box; }


body {
margin: 0;
font-family: 'Inter', sans-serif;
background: radial-gradient(circle at top left, #2a2a2a 0%, #050505 55%);
color: #ffffff;
min-height: 100vh;
overflow-x: hidden;
}


.wrapper {
max-width: 1400px;
margin: 0 auto;
padding: 100px 80px;
}


.layout {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
align-items: center;
column-gap: 120px;
}


.content {
max-width: 620px;
}


h1 {
font-size: 80px;
font-weight: 800;
letter-spacing: 6px;
margin: 0 0 36px 0;
}


.content p {
font-size: 16px;
line-height: 1.7;
color: #e6e6e6;
margin: 0 0 26px 0;
max-width: 560px;
}


.poster {
width: 440px;
height: 640px;
border-radius: 20px;
background: url('decayed-poster.jpg') center/cover no-repeat;
box-shadow: 0 40px 100px rgba(0,0,0,0.9);
justify-self: end;
}


@media (max-width: 1200px) {
.layout {
grid-template-columns: 1fr;
row-gap: 64px;
}


.poster {
justify-self: center;
}
}    