/* monsterwin-theme — generated */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #06121c;
  color: #f4f6f8;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #d4a017; text-decoration: none; }
a:hover { color: #e6b32c; }
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 900; line-height: 1.15; color: #f4f6f8; margin: 0 0 16px; }
h1 { font-size: clamp(28px, 5vw, 48px); }
h2 { font-size: clamp(22px, 3.5vw, 34px); }
h3 { font-size: 20px; }
p { margin: 0 0 14px; }
ul, ol { margin: 0 0 14px; padding-left: 20px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #06121c;
  border-bottom: 1px solid #1c2b3d;
}
.header-topbar {
  background: #0a1a29;
  font-size: 13px;
  border-bottom: 1px solid #1c2b3d;
}
.header-topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 34px; }
.topbar-lang { color: #94a3b8; }
.topbar-login { color: #f4f6f8; font-weight: 600; }
.header-main .wrap { display: flex; align-items: center; gap: 24px; height: 64px; }
.site-logo img { display: block; height: 40px; width: auto; }
.header-navrow { background: #06121c; border-top: 1px solid #1c2b3d; }
.site-nav { display: flex; gap: 24px; align-items: center; height: 46px; }
.nav-item { color: #f4f6f8; font-weight: 500; font-size: 14px; padding: 6px 2px; text-transform: uppercase; letter-spacing: .04em; }
.nav-item:hover { color: #d4a017; }
.header-cta { margin-left: auto; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: #f4f6f8; margin: 5px 0; transition: transform .2s; }
.mobile-nav { display: none; flex-direction: column; padding: 16px 20px; background: #0a1a29; border-top: 1px solid #1c2b3d; }
.mobile-nav.open { display: flex; }
.mobile-nav .nav-item, .mobile-nav .cta-btn { padding: 12px 0; }

/* CTAs */
.cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 20px; font-weight: 700; font-size: 14px;
  background: #d4a017; color: #06121c;
  border: 0; border-radius: 9px; cursor: pointer;
  text-transform: uppercase; letter-spacing: .04em;
  transition: background .15s, transform .15s;
}
.cta-btn:hover { background: #e6b32c; color: #06121c; }
.cta-large { padding: 14px 32px; font-size: 16px; border-radius: 10px; }
.cta-wide { padding: 12px 44px; }
.cta-sm { padding: 6px 12px; font-size: 12px; }
.btn-secondary {
  display: inline-flex; align-items: center; padding: 12px 22px;
  color: #f4f6f8; border: 1px solid #1c2b3d; border-radius: 10px; font-weight: 600;
}
.btn-secondary:hover { border-color: #d4a017; color: #d4a017; }

/* Hero */
.hero {
  position: relative; min-height: 480px;
  background-size: cover; background-position: center;
  display: flex; align-items: center; padding: 60px 0;
  border-bottom: 1px solid #1c2b3d;
}
.hero-compact { min-height: 320px; padding: 48px 0; }
.hero-inner { text-align: center; max-width: 780px; margin: 0 auto; }
.hero-brand { margin: 0 auto 20px; display: block; }
.hero-title { color: #f4f6f8; margin-bottom: 12px; }
.hero-sub { color: #94a3b8; font-size: 18px; margin-bottom: 28px; }
.hero-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.hero-timer { color: #94a3b8; font-size: 14px; }
.hero-timer b { color: #d4a017; font-size: 20px; }

/* Promo widget */
.promo-widget {
  background: linear-gradient(135deg, #0f1f30, #0a1a29);
  border-top: 1px solid #1c2b3d; border-bottom: 1px solid #1c2b3d;
  padding: 40px 0;
}
.promo-inner { text-align: center; }
.promo-logo { margin: 0 auto 14px; display: block; }
.promo-timer { display: flex; justify-content: center; gap: 16px; margin: 12px 0 18px; }
.timer-part { display: flex; flex-direction: column; align-items: center; padding: 8px 12px; background: #0a1a29; border-radius: 8px; border: 1px solid #1c2b3d; min-width: 64px; }
.timer-part b { font-size: 24px; color: #d4a017; }
.timer-part small { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .06em; }
.promo-headline { font-size: 22px; font-weight: 700; margin-bottom: 18px; }
.promo-headline b { color: #d4a017; }
.code-box {
  display: inline-flex; align-items: stretch; gap: 0;
  background: #0a1a29; border: 1px solid #1c2b3d;
  border-radius: 10px; overflow: hidden; margin-bottom: 20px;
}
.code-box-hero { margin: 20px auto; }
.code-value {
  padding: 12px 24px; font-family: 'Courier New', monospace;
  font-size: 20px; font-weight: 700; color: #d4a017;
  letter-spacing: 2px;
}
.copy-btn {
  background: #d4a017; color: #06121c; border: 0;
  padding: 12px 20px; font-weight: 700; cursor: pointer;
  text-transform: uppercase; font-size: 12px; letter-spacing: .06em;
}
.copy-btn:hover { background: #e6b32c; }
.promo-fine { color: #94a3b8; font-size: 12px; margin-top: 8px; }

/* Section titles */
.section-title { text-align: center; margin-bottom: 8px; }
.section-lede { text-align: center; color: #94a3b8; margin-bottom: 32px; max-width: 640px; margin-left: auto; margin-right: auto; }
.section-note { text-align: center; color: #94a3b8; font-size: 13px; margin-top: 20px; }

/* Bonus grid */
.bonus-grid-section { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.bonus-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.bonus-card {
  background: #0f1f30; border: 1px solid #1c2b3d;
  border-radius: 12px; padding: 24px; display: flex; flex-direction: column;
}
.bonus-rating { color: #d4a017; font-weight: 700; margin-bottom: 8px; font-size: 14px; }
.bonus-rating span { color: #94a3b8; font-weight: 500; margin-left: 4px; }
.bonus-title { font-size: 20px; margin-bottom: 12px; }
.bonus-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.pill { display: inline-block; padding: 4px 10px; border-radius: 20px; background: #0a1a29; border: 1px solid #1c2b3d; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #94a3b8; }
.pill-fs { color: #d4a017; border-color: #d4a017; }
.bonus-features { font-size: 14px; color: #94a3b8; margin-bottom: 20px; list-style: none; padding: 0; }
.bonus-features li { padding: 4px 0 4px 20px; position: relative; }
.bonus-features li::before { content: "✓"; position: absolute; left: 0; color: #d4a017; font-weight: 700; }
.bonus-card .cta-btn { margin-top: auto; }

/* Slots grid */
.slots-section { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.slot-card {
  position: relative; display: flex; flex-direction: column;
  background: #0f1f30; border: 1px solid #1c2b3d;
  border-radius: 10px; overflow: hidden;
  color: inherit; transition: border-color .15s, transform .15s;
}
.slot-card:hover { border-color: #d4a017; transform: translateY(-2px); color: inherit; }
.slot-img {
  display: block; width: 100%; aspect-ratio: 1 / 1;
  background-size: cover; background-position: center;
  background-color: #0a1a29;
}
.slot-meta { padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.slot-name { color: #f4f6f8; font-weight: 600; font-size: 14px; }
.slot-provider { color: #94a3b8; font-size: 12px; }
.slot-play {
  position: absolute; top: 8px; right: 8px;
  background: #d4a017; color: #06121c;
  font-weight: 700; font-size: 11px;
  padding: 4px 10px; border-radius: 12px;
  text-transform: uppercase; letter-spacing: .04em;
  opacity: 0; transition: opacity .15s;
}
.slot-card:hover .slot-play { opacity: 1; }
.slot-cta { text-align: center; margin-top: 28px; }

/* Reviews */
.reviews-section { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  background: #0f1f30; border: 1px solid #1c2b3d;
  border-radius: 12px; padding: 20px;
}
.review-card header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.review-name { font-weight: 700; color: #f4f6f8; }
.review-rating { color: #d4a017; font-size: 14px; }
.review-card p { color: #94a3b8; margin: 0; font-size: 14px; }

/* Payments */
.payments { padding: 48px 0; border-bottom: 1px solid #1c2b3d; }
.payments-row { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; }
.payment-icon { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; background: #0f1f30; border: 1px solid #1c2b3d; border-radius: 8px; min-width: 84px; }
.payment-icon img { height: 24px; width: auto; }
.payment-icon span { font-size: 11px; color: #94a3b8; text-transform: uppercase; letter-spacing: .04em; }

/* Providers */
.providers { padding: 48px 0; border-bottom: 1px solid #1c2b3d; }
.providers-row { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center; }
.provider-icon { padding: 10px 14px; background: #0f1f30; border: 1px solid #1c2b3d; border-radius: 8px; }
.provider-icon img { height: 26px; width: auto; filter: brightness(0) invert(1); opacity: .8; }

/* FAQ */
.faq { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq details { background: #0f1f30; border: 1px solid #1c2b3d; border-radius: 10px; padding: 16px 20px; margin-bottom: 10px; }
.faq details[open] { border-color: #d4a017; }
.faq summary { font-weight: 700; cursor: pointer; color: #f4f6f8; padding-right: 20px; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 0; color: #d4a017; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 12px 0 0; color: #94a3b8; }

/* Steps */
.steps-section { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.steps-list, .steps-numbered { max-width: 720px; margin: 0 auto 24px; color: #f4f6f8; font-size: 16px; }
.steps-list li, .steps-numbered li { margin-bottom: 12px; padding-left: 8px; }
.steps-section .cta-btn { display: block; margin: 0 auto; max-width: 260px; }

/* Tables */
.table-section { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.table-wrap { overflow-x: auto; margin-bottom: 20px; }
.offers-table { width: 100%; border-collapse: collapse; background: #0f1f30; border-radius: 12px; overflow: hidden; }
.offers-table th, .offers-table td {
  padding: 14px 16px; text-align: left;
  border-bottom: 1px solid #1c2b3d;
}
.offers-table th { background: #0a1a29; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .06em; color: #94a3b8; }
.offers-table td { font-size: 14px; }
.offers-table tr:last-child td { border-bottom: 0; }
.code-table code { font-family: 'Courier New', monospace; font-size: 14px; font-weight: 700; color: #d4a017; background: #0a1a29; padding: 3px 8px; border-radius: 4px; }
.table-section .cta-btn.cta-wide { display: block; margin: 0 auto; max-width: 320px; }
.score-table .score-bar { display: inline-block; height: 6px; background: #d4a017; border-radius: 3px; margin-right: 8px; vertical-align: middle; width: var(--w); }

/* Wiki */
.wiki-article { padding: 64px 0; border-bottom: 1px solid #1c2b3d; }
.wiki-body { max-width: 780px; margin: 0 auto; }
.wiki-body h2 { margin-top: 32px; }
.wiki-body h3 { margin-top: 24px; }
.wiki-body p, .wiki-body ul { color: #f4f6f8; }

/* Pros/cons */
.proscons { padding: 48px 0; border-bottom: 1px solid #1c2b3d; }
.proscons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.proscons .pros, .proscons .cons { background: #0f1f30; border: 1px solid #1c2b3d; border-radius: 12px; padding: 24px; }
.proscons .pros h3 { color: #22c55e; }
.proscons .cons h3 { color: #ef4444; }
.proscons ul { list-style: none; padding: 0; color: #94a3b8; }
.proscons ul li { padding: 6px 0 6px 22px; position: relative; }
.proscons .pros li::before { content: "+"; position: absolute; left: 0; color: #22c55e; font-weight: 900; }
.proscons .cons li::before { content: "−"; position: absolute; left: 0; color: #ef4444; font-weight: 900; }

/* Page lede */
.page-lede { padding: 32px 0 8px; text-align: center; }
.page-lede p { color: #94a3b8; max-width: 720px; margin: 0 auto; }

/* Footer */
.site-footer { background: #0a1a29; border-top: 1px solid #1c2b3d; padding-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; padding-bottom: 32px; }
.footer-brand img { margin-bottom: 12px; }
.footer-tag { color: #94a3b8; font-size: 14px; }
.footer-18 { color: #94a3b8; font-size: 12px; margin-top: 14px; }
.badge-18 { display: inline-block; padding: 2px 8px; background: #ef4444; color: white; border-radius: 4px; font-weight: 700; margin-right: 6px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #94a3b8; margin-bottom: 10px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { padding: 0; }
.footer-list a { display: block; padding: 4px 0; color: #f4f6f8; font-size: 14px; }
.footer-list a:hover { color: #d4a017; }
.footer-bottom { border-top: 1px solid #1c2b3d; padding: 20px 0; }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 20px; color: #94a3b8; font-size: 12px; }

/* Responsive — mobile-first tweaks */
@media (max-width: 900px) {
  .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .slots-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .proscons-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .header-navrow { display: none; }
  .header-cta { display: none; }
  .burger { display: block; margin-left: auto; }
  .header-main .wrap { height: 60px; }
  .hero { min-height: 380px; padding: 40px 0; }
  .hero-compact { min-height: 260px; padding: 32px 0; }
  .bonus-grid, .slots-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom .wrap { flex-direction: column; align-items: flex-start; }
  .footer-links { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .slots-grid { grid-template-columns: 1fr 1fr; }
  .promo-timer { gap: 8px; }
  .timer-part { min-width: 54px; padding: 6px 8px; }
  .code-value { font-size: 16px; padding: 10px 14px; letter-spacing: 1px; }
  .code-box { flex-direction: column; }
}
