/*
Theme Name: TOPGUN77 Landing Theme
Theme URI: http://example.com/
Author: ChatGPT
Description: Tema landing page sederhana bergaya OLX-style untuk TOPGUN77. Warna utama: merah (#FF0000).
Version: 1.1
Text Domain: topgun77
*/
body { margin:0; font-family: Arial, Helvetica, sans-serif; background:#111; color:#fff; }
a { color: #FF0000; text-decoration:none; }
.container { width:92%; max-width:1200px; margin:0 auto; }
.header { background:#000; padding:12px 0; }
.header .logo { color:#FF0000; font-weight:700; font-size:22px; }
.btn-live { background:#FF0000; color:#fff; padding:8px 14px; border-radius:6px; font-weight:700; }
.hero { height:320px; background:url('https://picsum.photos/1200/500?random=10') center/cover no-repeat; display:flex; align-items:center; justify-content:center; }
.hero .inner { background: rgba(0,0,0,0.45); padding:20px; border-radius:8px; text-align:center; }
.grid { display:grid; gap:12px; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); }
.box { background:#222; padding:18px; border-radius:10px; font-weight:700; box-shadow:0 6px 20px rgba(0,0,0,0.6); }
.btn-big { background:#FF0000; color:#fff; padding:14px; border-radius:10px; display:block; font-weight:800; text-align:center; }
.promo-grid img { width:100%; height:auto; border-radius:8px; display:block; }
.footer { background:#000; padding:14px 0; margin-top:18px; text-align:center; color:#ccc; }
.bank-card { background:#222; padding:12px; border-radius:8px; font-weight:700; }
@media(max-width:600px){ .hero{height:260px} .header .logo{font-size:18px} }
