* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; background: #0a0a0a; color: #f1f1f1; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

/* Header */
.top-header { background: #000; border-bottom: 1px solid #1f1f1f; position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1400px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.logo { font-size: 26px; font-weight: 900; color: #ffd84d; letter-spacing: -1px; text-transform: lowercase; }
.logo span { color: #fff; }
.main-nav { display: flex; gap: 6px; flex-wrap: wrap; }
.main-nav a { padding: 8px 14px; font-size: 14px; font-weight: 500; color: #c4c4c4; border-radius: 4px; transition: all .2s; }
.main-nav a:hover { color: #fff; background: #1a1a1a; }
.main-nav a.active { color: #ffd84d; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.btn-login { padding: 8px 18px; font-size: 13px; font-weight: 600; color: #fff; border: 1px solid #444; border-radius: 4px; background: transparent; transition: all .2s; }
.btn-login:hover { background: #1a1a1a; border-color: #ffd84d; }
.btn-register { padding: 8px 18px; font-size: 13px; font-weight: 700; color: #000; background: #ffd84d; border-radius: 4px; transition: all .2s; }
.btn-register:hover { background: #ffe680; }

/* Hero */
.hero { position: relative; height: 480px; overflow: hidden; background: #111; }
.hero img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.85) 100%); display: flex; align-items: flex-end; padding: 40px 24px; }
.hero-content { max-width: 1400px; margin: 0 auto; width: 100%; }
.hero-tag { display: inline-block; background: #ffd84d; color: #000; padding: 4px 10px; font-size: 11px; font-weight: 700; letter-spacing: 1px; border-radius: 3px; margin-bottom: 14px; }
h1 { font-size: 44px; font-weight: 900; margin-bottom: 12px; line-height: 1.1; max-width: 720px; }
.hero-sub { font-size: 16px; color: #d4d4d4; max-width: 640px; margin-bottom: 22px; }
.hero-cta { display: inline-block; background: #ffd84d; color: #000; padding: 12px 26px; font-weight: 700; border-radius: 4px; font-size: 14px; }

/* Sections */
main { max-width: 1400px; margin: 0 auto; padding: 32px 24px 60px; }
.section { margin-bottom: 44px; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
h2 { font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .5px; }
h2 .accent { color: #ffd84d; font-weight: 400; margin-left: 8px; }
.see-all { font-size: 12px; color: #999; }

/* Grid 4 cols */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card { background: #141414; border-radius: 6px; overflow: hidden; cursor: pointer; transition: transform .2s; }
.card:hover { transform: translateY(-3px); }
.card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #1a1a1a; display: flex; align-items: center; justify-content: center; position: relative; }
.card-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.card-img::after { content: '▶'; position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,.7); color: #fff; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; }
.card-body { padding: 12px 14px 16px; }
.card-title { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 4px; line-height: 1.35; }
.card-meta { font-size: 12px; color: #888; }

/* Grid 3 cols big */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-big { background: #141414; border-radius: 6px; overflow: hidden; position: relative; }
.card-big .card-img { aspect-ratio: 4/5; }
.card-big-label { position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,.75); color: #ffd84d; padding: 6px 12px; font-size: 13px; font-weight: 700; border-radius: 3px; }

/* Featured row */
.featured-row { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; }
.featured-main { position: relative; border-radius: 6px; overflow: hidden; height: 360px; background: #141414; }
.featured-main img { width: 100%; height: 100%; object-fit: cover; }
.featured-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.9) 100%); padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; }
.featured-overlay h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.featured-side { display: flex; flex-direction: column; gap: 14px; }
.side-item { background: #141414; border-radius: 6px; padding: 14px; display: flex; gap: 12px; align-items: center; flex: 1; }
.side-item img { width: 80px; height: 80px; object-fit: contain; border-radius: 4px; background: #1f1f1f; }
.side-item-text h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.side-item-text p { font-size: 12px; color: #888; }

/* About strip */
.about-strip { background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); border-radius: 8px; padding: 36px; margin-bottom: 44px; }
.about-strip h2 { font-size: 22px; color: #ffd84d; margin-bottom: 14px; text-transform: none; letter-spacing: 0; }
.about-strip p { color: #c4c4c4; font-size: 14px; max-width: 900px; margin-bottom: 12px; }
h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 18px 0 10px; }

/* Stats */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.stat-box { background: #0a0a0a; border: 1px solid #1f1f1f; padding: 18px; border-radius: 6px; text-align: center; }
.stat-num { font-size: 26px; font-weight: 900; color: #ffd84d; }
.stat-label { font-size: 12px; color: #888; margin-top: 4px; }

/* FAQ */
.faq-section { background: #111; padding: 36px; border-radius: 8px; }
.faq-item { border-bottom: 1px solid #222; padding: 16px 0; }
.faq-item:last-child { border-bottom: none; }
h4 { font-size: 15px; font-weight: 700; color: #ffd84d; margin-bottom: 8px; }
.faq-item p { font-size: 14px; color: #c4c4c4; }
.faq-item ul { margin: 8px 0 0 22px; color: #b4b4b4; font-size: 13px; }
.faq-item ul li { margin-bottom: 4px; }

/* Review */
.review-box { background: #1a1a1a; border-left: 3px solid #ffd84d; padding: 18px 22px; margin: 24px 0; font-style: italic; color: #d4d4d4; font-size: 14px; border-radius: 4px; }

/* Footer */
footer { background: #000; border-top: 1px solid #1f1f1f; padding: 40px 24px 20px; margin-top: 40px; }
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 30px; }
.footer-col h5 { color: #ffd84d; font-size: 13px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; letter-spacing: .5px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a, .footer-col p { color: #999; font-size: 13px; }
.footer-col a:hover { color: #ffd84d; }
.footer-bottom { border-top: 1px solid #1f1f1f; padding-top: 18px; text-align: center; color: #666; font-size: 12px; }
.footer-bottom .warning { color: #ffd84d; font-weight: 700; margin-bottom: 6px; }

@media (max-width: 900px) {
.header-inner { padding: 12px 16px; }
.main-nav { order: 3; width: 100%; justify-content: center; }
.grid-4 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: 1fr; }
.featured-row { grid-template-columns: 1fr; }
.stats-row { grid-template-columns: repeat(2, 1fr); }
.footer-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
h1 { font-size: 30px; }
.hero { height: 360px; }
main { padding: 20px 14px 40px; }
}
@media (max-width: 480px) {
.grid-4 { grid-template-columns: 1fr; }
.footer-cols { grid-template-columns: 1fr; }
.about-strip, .faq-section { padding: 22px 18px; }
}