/* ARC Raiders Landing - minimal structure mapping to provided sections */

body { background-color: #000; }

.arc-hero { position: relative; background: #000; z-index: 1; }
.arc-hero-left { background: #000; }
.arc-hero-right img { display:block; }
.arc-hero-cta .btn, .arc-hero .btn { background:#78b800; border:none; padding:14px 28px; font-weight:700; text-transform:uppercase; border-radius:8px; }

.arc-buy .arc-product { background: #0a0a0a00; border-radius: 12px; padding: 20px; transition: none; border: 0; box-shadow: none; }
.arc-buy .arc-product:hover { transform: none; box-shadow: none; background: #0a0a0a00; }
.arc-buy { margin-top: 60px; }
.arc-buy .arc-gpu { max-height: 120px; margin: 0 auto; }

/* Learn More button: solid green, square corners, no border */
.arc-buy .arc-product .btn { background:#78b800 !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; }
.arc-buy .arc-product .btn:hover { background:#78b800 !important; transform:none !important; box-shadow:none !important; }

.arc-video .arc-video-frame { border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.5); }

.arc-dlss { background:#000; }
.arc-dlss-shot { position: relative; max-width:1000px; margin:0 auto; }
.arc-fps { position:absolute; left:50%; transform:translateX(-50%); bottom:12px; background:#78b800; color:#000; padding:14px 22px; border-radius:8px; font-size:34px; font-weight:800; text-align:center; }
.arc-fps span { display:block; font-size:14px; font-weight:700; }

.arc-bundle { background:#000; }
.arc-bundle img { border-radius:8px; }

.arc-legal { background:#000; border-top:1px solid rgba(255,255,255,.05); }

@media (max-width: 768px){
  .arc-hero-cta{ bottom: 20px; text-align:center; }
}


