html { scroll-behavior: smooth; --color-primary: #E53935; --color-primary-dark: #B71C1C; --color-primary-pale: #2D1618; --color-surface: #1A1D27; --color-surface-alt: #141620; --color-border: #2A2D3E; --color-text: #E8EAF0; --color-text-muted: #8B93A8; --color-text-hint: #5A6273; --radius-card: 12px; --shadow-card: 0 1px 3px rgba(0,0,0,0.3); }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.6; color: #E8EAF0; background: #0F1117; margin: 0; padding: 0; }
.wrapper { min-height: 100vh; display: flex; flex-direction: column; }
article { flex: 1; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }
h1 { font-size: 48px; font-weight: 900; color: #E8EAF0; line-height: 1.15; margin-top: 0; }
h2 { font-size: 36px; font-weight: 800; color: #E8EAF0; line-height: 1.15; margin-top: 0; }
h3 { font-size: 24px; font-weight: 700; color: #E8EAF0; line-height: 1.15; margin-top: 0; }
h4 { font-size: 20px; font-weight: 700; color: #E8EAF0; line-height: 1.15; margin-top: 0; }
h5 { font-size: 17px; font-weight: 700; color: #E8EAF0; line-height: 1.15; margin-top: 0; }
h6 { font-size: 15px; font-weight: 700; color: #E8EAF0; line-height: 1.15; margin-top: 0; }
p { margin: 0 0 16px; }
a { color: #E53935; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 24px; }
li { margin-bottom: 6px; }
.section { padding: 72px 0; }
.section-alt { background: #141620; }
.section-dark { background: #080A10; color: #E8EAF0; }
.section-title { text-align: center; margin-bottom: 8px; }
.section-subtitle { text-align: center; color: #8B93A8; font-size: 18px; margin-bottom: 40px; }
.section-lead { font-size: 16px; color: #8B93A8; margin-bottom: 24px; }
.content-h3 { margin-top: 32px; }
.guide-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 40px; }
.guide-card { background: #1A1D27; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.3); padding: 32px 28px; text-decoration: none; color: inherit; display: flex; flex-direction: column; border: 1px solid #2A2D3E; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.guide-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.4); border-color: #E53935; text-decoration: none; }
.guide-card .guide-icon { width: 48px; height: 48px; background: #2D1618; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.guide-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; color: #E8EAF0; }
.guide-card p { font-size: 15px; color: #8B93A8; flex: 1; margin: 0 0 16px; }
.guide-card .guide-link { font-size: 14px; font-weight: 700; color: #E53935; display: inline-flex; align-items: center; gap: 4px; }
.compliance-strip { background: #141620; border-top: 1px solid #2A2D3E; padding: 16px 0; }
.compliance-strip .container { display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 40px; }
.compliance-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #8B93A8; white-space: nowrap; }
.compliance-item a { color: #8B93A8; font-weight: 600; }
.compliance-item a:hover { color: #E53935; }
.compliance-item a img { display: block; height: 22px; width: auto; opacity: 0.7; transition: opacity 0.2s; }
.compliance-item a:hover img { opacity: 1; }
.badge-18plus { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; border: 2px solid #EF4444; color: #EF4444; font-size: 10px; font-weight: 900; flex-shrink: 0; }
.affiliate-disclosure { background: #1D1A0A; border: 1px solid #4A3A18; border-radius: 8px; padding: 14px 18px; font-size: 14px; color: #D97706; margin-bottom: 28px; display: flex; align-items: flex-start; gap: 12px; }
.affiliate-disclosure .disc-icon { flex-shrink: 0; margin-top: 1px; }
.page-hero { background: linear-gradient(135deg, #080A10 0%, #1A0A0A 100%); padding: 56px 0 48px; border-bottom: 1px solid #3D1616; }
.page-hero h1 { color: #E8EAF0; margin-bottom: 12px; }
.page-hero p { font-size: 17px; color: rgba(232,234,240,0.7); max-width: 640px; margin: 0 0 24px; }
.breadcrumb { font-size: 13px; color: rgba(232,234,240,0.5); margin-bottom: 20px; }
.breadcrumb a { color: #E53935; }
.breadcrumb span { margin: 0 8px; }
.content-img { margin: 0 0 32px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
.content-img img { width: 100%; height: auto; display: block; max-height: 400px; object-fit: cover; }
.info-box { background: #2D1618; border-left: 4px solid #E53935; border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 24px 0; font-size: 15px; }
.info-box strong { color: #B71C1C; }
.faq-list { list-style: none; padding: 0; margin: 0; }
.faq-item { border-bottom: 1px solid #2A2D3E; }
.faq-question { width: 100%; background: none; border: none; padding: 20px 0; text-align: left; font-size: 16px; font-weight: 600; color: #E8EAF0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; user-select: none; }
.faq-question .faq-icon { flex-shrink: 0; transition: transform 0.25s ease; color: #E53935; }
.faq-item.open .faq-question .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 0 20px; color: #8B93A8; font-size: 15px; line-height: 1.75; }
.faq-answer-inner a { color: #E53935; }
.btn-primary { display: inline-block; background: #E53935; color: #FFFFFF; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 15px; text-decoration: none; transition: background 0.2s, transform 0.1s; border: none; cursor: pointer; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; letter-spacing: 0.3px; }
.btn-primary:hover { background: #B71C1C; text-decoration: none; transform: translateY(-1px); }
.bonus-table-wrap { overflow-x: auto; margin: 24px 0; }
.bonus-table { width: 100%; border-collapse: collapse; background: #1A1D27; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.3); font-size: 14px; }
.bonus-table thead { background: #141620; }
.bonus-table th { padding: 14px 18px; text-align: left; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #8B93A8; border-bottom: 2px solid #2A2D3E; }
.bonus-table td { padding: 14px 18px; border-bottom: 1px solid #2A2D3E; vertical-align: middle; color: #E8EAF0; }
.bonus-table tr:last-child td { border-bottom: none; }
.bonus-table tr:hover td { background: #1D0F10; }
.bonus-table .bonus-amount { font-weight: 700; color: #E53935; }
@media (max-width: 768px) {
  .section { padding: 48px 0; }
  .guide-cards { grid-template-columns: 1fr; }
  .compliance-strip { padding: 12px 0; }
  .compliance-strip .container { flex-wrap: wrap; gap: 10px 16px; justify-content: center; }
  .compliance-item { white-space: normal; font-size: 11px; gap: 5px; }
  .compliance-item a img { height: 16px; }
  .badge-18plus { width: 22px; height: 22px; font-size: 8px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  .page-hero { padding: 28px 0 20px; }
  .page-hero h1 { margin-bottom: 8px; }
  .page-hero p { font-size: 14px; margin-bottom: 12px; }
  .breadcrumb { font-size: 12px; margin-bottom: 12px; }
  .container { padding: 0 16px; }
}
