/* Mega Casino ES – Site 3 | Prefix: spotlight- / sp- */
/* Font: Poppins | Theme: Dark Green-Gold */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: #0d0d0d; color: #e8e8e8; line-height: 1.65; padding-bottom: 60px; }
img { display: block; max-width: 100%; height: auto; }
a { color: #C9A227; text-decoration: none; }
.frame { max-width: 1300px; margin: 0 auto; padding: 0 22px; }

/* Buttons */
.sp-btn-main {
    display: inline-block;
    background: #C9A227;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 20px;
    text-decoration: none;
    transition: background .2s, transform .15s;
    box-shadow: 0 4px 18px rgba(201,162,39,.3);
}
.sp-btn-main:hover { background: #D4AF37; transform: translateY(-2px); }

.sp-btn-sec {
    display: inline-block;
    border: 2px solid #C9A227;
    color: #C9A227;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 22px;
    border-radius: 20px;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.sp-btn-sec:hover { background: #C9A227; color: #111; }

/* Floating bar */
.floating-bar {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: linear-gradient(90deg, #1a1a1a, #C9A227);
    color: #fff; z-index: 9999;
    padding: 10px 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    font-weight: 600; font-size: 13px;
}
.floating-bar a { background: #fff; color: #1a1a1a; padding: 7px 18px; border-radius: 20px; text-decoration: none; font-weight: 700; font-size: 13px; white-space: nowrap; }
.fb-close { cursor: pointer; background: none; border: none; font-size: 18px; color: #fff; }

/* Header */
.spotlight-header { position: sticky; top: 0; background: #0a0a0a; border-bottom: 3px solid #C9A227; z-index: 999; }
.spotlight-header__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 22px; }
.spotlight-logo img { height: 40px; width: auto; }
.spotlight-menu ul { display: flex; gap: 26px; list-style: none; }
.spotlight-menu a { color: #c0c0c0; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s; }
.spotlight-menu a:hover { color: #C9A227; }
.spotlight-cta a { background: linear-gradient(135deg, #C9A227, #D4AF37); color: #111; padding: 9px 22px; border-radius: 20px; font-weight: 700; font-size: 13px; text-decoration: none; transition: opacity .2s; }
.spotlight-cta a:hover { opacity: .88; }
.hm-btn { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; }
.hm-btn span { display: block; width: 22px; height: 2px; background: #C9A227; }

/* TOC */
.spotlight-toc { background: #111111; border-bottom: 1px solid #1e1e1e; padding: 8px 0; overflow-x: auto; }
.stoc-links { display: flex; gap: 4px; list-style: none; white-space: nowrap; }
.stoc-links a { display: inline-block; color: #999999; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; transition: background .2s, color .2s; text-decoration: none; }
.stoc-links a:hover { background: #C9A227; color: #111; }

/* Hero */
.spotlight-hero { padding: 60px 0; background: linear-gradient(135deg, #0d0d0d 0%, #161616 100%); }
.spotlight-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.spotlight-hero__image img { border-radius: 12px; box-shadow: 0 12px 48px rgba(0,0,0,.65); }
.spotlight-hero__text h1 { font-size: 38px; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 18px; }
.spotlight-hero__text p { font-size: 14px; color: #b0b0b0; margin-bottom: 26px; }

/* Process */
.spotlight-process { padding: 62px 0; background: #0b0b0b; }
.spotlight-process h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 12px; }
.spotlight-process > .frame > p { font-size: 14px; color: #999999; max-width: 760px; margin-bottom: 32px; }
.sp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sp-step { display: flex; gap: 14px; align-items: flex-start; background: #121212; border: 1px solid #1e1e1e; border-radius: 10px; padding: 18px; transition: border-color .2s, transform .2s; }
.sp-step:hover { border-color: #C9A227; transform: translateY(-2px); }
.sp-step-n { min-width: 34px; height: 34px; background: #C9A227; color: #111; font-size: 15px; font-weight: 800; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; }
.sp-step strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sp-step p { font-size: 12px; color: #7a7a7a; }

/* Games */
.spotlight-games { padding: 62px 0; background: #0d0d0d; }
.spotlight-games h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 12px; }
.spotlight-games > .frame > p { font-size: 14px; color: #999999; max-width: 760px; margin-bottom: 30px; }
.sp-game-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 50px; }
.sp-cat { background: #121212; border: 1px solid #1e1e1e; border-radius: 12px; overflow: hidden; transition: border-color .2s, transform .2s; }
.sp-cat:hover { border-color: #C9A227; transform: translateY(-4px); }
.sp-cat img { width: 100%; height: 170px; object-fit: cover; }
.sp-cat-body { padding: 14px; }
.sp-cat-body h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.sp-cat-body p { font-size: 12px; color: #7a7a7a; }

.sp-subgame { margin-top: 50px; }
.sp-subgame h3 { font-size: 22px; font-weight: 700; color: #D4AF37; margin-bottom: 10px; }
.sp-subgame > p { font-size: 13px; color: #999999; max-width: 760px; margin-bottom: 20px; }

.sp-slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.sp-slot { background: #121212; border: 1px solid #1e1e1e; border-radius: 8px; overflow: hidden; transition: border-color .2s; }
.sp-slot:hover { border-color: #C9A227; }
.sp-slot img { width: 100%; height: 95px; object-fit: cover; }
.sp-slot span { display: block; font-size: 11px; font-weight: 600; color: #ccc; text-align: center; padding: 5px 4px; }

.sp-live-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sp-live-tile { background: #0f0f0f; border: 1px solid #1e1e1e; border-radius: 10px; overflow: hidden; transition: border-color .2s, transform .2s; text-align: center; }
.sp-live-tile:hover { border-color: #C9A227; transform: translateY(-3px); }
.sp-live-tile img { width: 100%; height: 130px; object-fit: cover; }
.sp-live-tile span { display: block; font-size: 12px; font-weight: 700; color: #ccc; padding: 7px; }

/* Registro */
.spotlight-reg { padding: 62px 0; background: #0b0b0b; }
.spotlight-reg__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.spotlight-reg__text h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 14px; }
.spotlight-reg__text p { font-size: 14px; color: #b0b0b0; margin-bottom: 12px; }
.spotlight-reg__text .sp-btn-main { margin-top: 10px; }
.spotlight-reg__img img { border-radius: 10px; box-shadow: 0 8px 36px rgba(0,0,0,.6); }

/* Payments */
.spotlight-pay { padding: 62px 0; background: #0d0d0d; }
.spotlight-pay h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 12px; }
.spotlight-pay > .frame > p { font-size: 14px; color: #999999; max-width: 760px; margin-bottom: 24px; }
.sp-pay-icons { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.sp-pay-icons img { height: 36px; max-width: 80px; background: #fff; padding: 4px 8px; border-radius: 6px; object-fit: contain; }
.sp-pay-badge { display: inline-flex; align-items: center; height: 36px; background: #fff; color: #111; font-weight: 800; font-size: 13px; padding: 4px 12px; border-radius: 6px; }
.sp-pay-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sp-pay-cols h3 { font-size: 18px; font-weight: 700; color: #D4AF37; margin-bottom: 8px; }
.sp-pay-cols > div > p { font-size: 13px; color: #999999; margin-bottom: 14px; }
.sp-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.sp-table th { background: #121212; color: #C9A227; font-weight: 700; padding: 9px 12px; text-align: left; border-bottom: 2px solid #C9A227; }
.sp-table td { padding: 9px 12px; border-bottom: 1px solid #1e1e1e; color: #c8c8c8; }
.sp-table tr:hover td { background: #121212; }

/* Guide */
.spotlight-guide { padding: 62px 0; background: #0b0b0b; }
.spotlight-guide h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 12px; }
.spotlight-guide > .frame > p { font-size: 14px; color: #999999; max-width: 760px; margin-bottom: 28px; }
.sp-guide-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.sp-guide-item { display: flex; gap: 16px; align-items: flex-start; background: #121212; border-radius: 10px; padding: 16px 18px; border-left: 4px solid #C9A227; }
.sp-gi-n { font-size: 24px; font-weight: 800; color: #C9A227; min-width: 40px; line-height: 1.2; }
.sp-gi-body { font-size: 13px; color: #b0b0b0; line-height: 1.6; }
.sp-gi-body strong { color: #fff; }

/* Bonos */
.spotlight-bonos { padding: 62px 0; background: #0d0d0d; }
.spotlight-bonos h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 12px; }
.spotlight-bonos > .frame > p { font-size: 14px; color: #999999; max-width: 760px; margin-bottom: 32px; }
.sp-bonus-group { margin-top: 42px; }
.sp-bonus-group h3 { font-size: 20px; font-weight: 700; color: #D4AF37; margin-bottom: 10px; }
.sp-bonus-group > p { font-size: 13px; color: #999999; max-width: 700px; margin-bottom: 20px; }
.sp-bonus-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sp-bcard { background: #121212; border: 1px solid #1e1e1e; border-radius: 10px; overflow: hidden; transition: border-color .2s, transform .2s; }
.sp-bcard:hover { border-color: #C9A227; transform: translateY(-3px); }
.sp-bcard img { width: 100%; height: 128px; object-fit: cover; }
.sp-bcard-info { padding: 12px 14px; }
.sp-bcard-info strong { display: block; font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sp-bcard-info p { font-size: 12px; color: #7a7a7a; }
.sp-flat-bonus { display: flex; align-items: center; gap: 22px; background: #121212; border: 1px solid #1e1e1e; border-radius: 10px; padding: 18px; }
.sp-flat-bonus img { border-radius: 8px; flex-shrink: 0; max-width: 240px; }
.sp-flat-info strong { display: block; font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sp-flat-info p { font-size: 13px; color: #999999; margin-bottom: 14px; }

/* Win tips */
.spotlight-win { padding: 62px 0; background: #0b0b0b; }
.spotlight-win h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 12px; }
.spotlight-win > .frame > p { font-size: 14px; color: #999999; max-width: 760px; margin-bottom: 28px; }
.sp-tips { display: flex; flex-direction: column; gap: 10px; }
.sp-tip { display: flex; gap: 14px; align-items: flex-start; background: #121212; border-radius: 8px; padding: 14px 16px; border: 1px solid #1e1e1e; transition: border-color .2s; }
.sp-tip:hover { border-color: #C9A227; }
.sp-tip-icon { flex-shrink: 0; padding-top: 2px; }
.sp-tip-text { font-size: 13px; color: #b0b0b0; line-height: 1.6; }
.sp-tip-text strong { color: #fff; }

/* FAQ */
.spotlight-faq { padding: 62px 0; background: #0d0d0d; }
.spotlight-faq h2 { font-size: 28px; font-weight: 700; color: #C9A227; margin-bottom: 24px; }
.sp-faq-list { display: flex; flex-direction: column; gap: 8px; max-width: 840px; }
.sp-faq-item { background: #121212; border: 1px solid #1e1e1e; border-radius: 10px; overflow: hidden; transition: border-color .2s; }
.sp-faq-item[open] { border-color: #C9A227; }
.sp-faq-item summary { cursor: pointer; padding: 14px 18px; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.sp-faq-item summary::-webkit-details-marker { display: none; }
.sp-faq-item summary h3 { font-size: 14px; font-weight: 700; color: #fff; margin: 0; }
.sp-faq-item summary::after { content: '+'; font-size: 20px; color: #C9A227; font-weight: 700; }
.sp-faq-item[open] summary::after { content: '−'; }
.sp-faq-item p { padding: 0 18px 14px; font-size: 13px; color: #999999; line-height: 1.65; }

/* Author */
.spotlight-author { padding: 36px 0; background: #0b0b0b; border-top: 1px solid #1e1e1e; }
.sp-author-card { display: flex; align-items: center; gap: 16px; }
.sp-author-card img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; border: 2px solid #C9A227; flex-shrink: 0; }
.sp-author-info strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sp-author-info span { font-size: 12px; color: #7a7a7a; }

/* Footer */
.spotlight-footer { background: #070707; border-top: 3px solid #C9A227; padding: 30px 0; }
.sp-footer-inner { display: flex; gap: 28px; align-items: flex-start; }
.sp-footer-legal p { font-size: 12px; color: #4a4a4a; margin-bottom: 6px; line-height: 1.5; }
.sp-footer-legal strong { color: #C9A227; }

/* Responsive */
@media (max-width: 767px) {
    .spotlight-menu { display: none; }
    .spotlight-menu.open { display: block; position: absolute; top: 66px; left: 0; right: 0; background: #0a0a0a; padding: 16px 22px; border-top: 1px solid #1e1e1e; }
    .spotlight-menu.open ul { flex-direction: column; gap: 12px; }
    .hm-btn { display: flex; }
    .spotlight-cta { display: none; }
    .spotlight-hero { padding: 36px 0; }
    .spotlight-hero__inner { grid-template-columns: 1fr; }
    .spotlight-hero__image { display: none; }
    .spotlight-hero__text h1 { font-size: 26px; }
    .sp-steps { grid-template-columns: 1fr; }
    .sp-game-cats { grid-template-columns: 1fr; }
    .sp-slots-grid { grid-template-columns: repeat(2, 1fr); }
    .sp-live-grid { grid-template-columns: repeat(2, 1fr); }
    .spotlight-reg__inner { grid-template-columns: 1fr; }
    .spotlight-reg__img { display: none; }
    .sp-pay-cols { grid-template-columns: 1fr; }
    .sp-bonus-cards { grid-template-columns: 1fr; }
    .sp-flat-bonus { flex-direction: column; }
    .sp-flat-bonus img { max-width: 100%; }
    .sp-footer-inner { flex-direction: column; }
    .sp-author-card { flex-direction: column; align-items: flex-start; }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .sp-steps { grid-template-columns: repeat(2, 1fr); }
    .sp-game-cats { grid-template-columns: repeat(2, 1fr); }
    .sp-slots-grid { grid-template-columns: repeat(3, 1fr); }
    .sp-live-grid { grid-template-columns: repeat(2, 1fr); }
    .sp-bonus-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) { .spotlight-hero__text h1 { font-size: 40px; } }
@media (min-width: 1440px) { .spotlight-hero__text h1 { font-size: 46px; } }
