/* 365bet.it.com - Main Stylesheet */
/* Design System: Dark premium casino theme with blue-gold accents */
/* Layout: Aggregation + Distribution homepage following competitor skeleton */

:root {
  --color-primary: #0a1628;
  --color-secondary: #0f2440;
  --color-tertiary: #1a3a5c;
  --color-accent-gold: #f0c040;
  --color-accent-gold-dark: #e8a020;
  --color-accent-blue: #2874fc;
  --color-accent-blue-light: #4a94ff;
  --color-text-primary: #ffffff;
  --color-text-secondary: #a0b8d0;
  --color-text-muted: #6a8aaa;
  --color-border: rgba(40,116,252,0.15);
  --color-border-gold: rgba(240,192,64,0.25);
  --color-card-bg: rgba(15,36,64,0.85);
  --color-card-hover: rgba(26,58,92,0.95);
  --color-success: #2ecc71;
  --color-danger: #e74c3c;
  --font-stack: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-bn: "Noto Sans Bengali", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 50px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.2);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.3);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.4);
  --shadow-glow-blue: 0 0 20px rgba(40,116,252,0.15);
  --shadow-glow-gold: 0 0 20px rgba(240,192,64,0.15);
  --container-max: 1200px;
  --header-height: 70px;
  --transition: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-bn);
  background: var(--color-primary);
  color: var(--color-text-primary);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--color-accent-blue-light); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-accent-gold); }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 20px; }

/* ====== HEADER ====== */
.site-header {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo svg {
  height: 44px;
  width: auto;
  max-width: 160px;
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.header-nav a {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.header-nav a:hover,
.header-nav a.active {
  color: var(--color-accent-gold);
  background: rgba(240,192,64,0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-bn);
  font-weight: 700;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-pill);
  padding: 10px 24px;
  font-size: 14px;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-register {
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-gold-dark));
  color: var(--color-primary);
  box-shadow: var(--shadow-glow-gold);
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(240,192,64,0.4);
  color: var(--color-primary);
}

.btn-login {
  background: transparent;
  color: var(--color-text-primary);
  border: 1.5px solid var(--color-accent-blue);
}

.btn-login:hover {
  background: var(--color-accent-blue);
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile menu toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text-primary);
  margin: 5px 0;
  transition: var(--transition);
  border-radius: 2px;
}

/* ====== CATEGORY NAV BAR ====== */
.category-nav {
  background: var(--color-secondary);
  border-bottom: 1px solid var(--color-border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-nav::-webkit-scrollbar { height: 0; }

.category-nav-inner {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
  min-height: 48px;
}

.category-nav a {
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 18px;
  white-space: nowrap;
  transition: all var(--transition);
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.category-nav a:hover,
.category-nav a.active {
  color: var(--color-accent-gold);
  border-bottom-color: var(--color-accent-gold);
}

/* ====== BANNER / HERO ====== */
.hero-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 540px;
  object-fit: cover;
}

/* ====== SHORTCUT CARDS GRID ====== */
.shortcut-section {
  padding: 40px 0 30px;
}

.shortcut-section .section-label {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-accent-gold);
  margin-bottom: 24px;
  text-transform: uppercase;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.shortcut-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.shortcut-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent-blue), var(--color-accent-gold));
  opacity: 0;
  transition: opacity var(--transition);
}

.shortcut-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-accent-blue);
  box-shadow: var(--shadow-glow-blue);
}

.shortcut-card:hover::before { opacity: 1; }

.shortcut-card .card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--color-accent-blue), var(--color-tertiary));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shortcut-card .card-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--color-accent-gold);
}

.shortcut-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.shortcut-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ====== CONTENT FEED / ARTICLE CARDS ====== */
.content-feed {
  padding: 50px 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-text-primary);
}

.section-header .view-all {
  color: var(--color-accent-gold);
  font-size: 14px;
  font-weight: 600;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-accent-blue);
}

.article-card .card-image {
  height: 180px;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-tertiary));
  position: relative;
  overflow: hidden;
}

.article-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card .card-date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--color-accent-gold);
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.article-card .card-body {
  padding: 20px;
}

.article-card .card-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 10px;
  line-height: 1.4;
}

.article-card .card-body h3 a {
  color: inherit;
}

.article-card .card-body h3 a:hover {
  color: var(--color-accent-gold);
}

.article-card .card-body p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ====== FEATURES / ADVANTAGES ====== */
.features-section {
  padding: 50px 0;
  background: linear-gradient(180deg, var(--color-secondary), var(--color-primary));
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition);
}

.feature-card:hover {
  border-color: var(--color-accent-gold);
  box-shadow: var(--shadow-glow-gold);
}

.feature-card .icon-circle {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(40,116,252,0.2), rgba(240,192,64,0.1));
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-accent-gold);
}

.feature-card p {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ====== CATEGORY DISTRIBUTION SECTION ====== */
.category-dist {
  padding: 50px 0;
}

.cat-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cat-dist-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.cat-dist-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-accent-gold);
}

.cat-dist-card .card-visual {
  height: 160px;
  background: linear-gradient(135deg, var(--color-tertiary), var(--color-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cat-dist-card .card-visual .overlay-text {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-accent-gold);
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.cat-dist-card .card-info {
  padding: 20px;
  flex: 1;
}

.cat-dist-card .card-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cat-dist-card .card-info h3 a { color: var(--color-text-primary); }
.cat-dist-card .card-info h3 a:hover { color: var(--color-accent-gold); }

.cat-dist-card .card-info p {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 14px;
  line-height: 1.6;
}

.cat-dist-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-accent-blue-light);
  font-size: 13px;
  font-weight: 600;
}

/* ====== LONG-FORM CONTENT ====== */
.longform-section {
  padding: 50px 0;
  border-top: 1px solid var(--color-border);
}

.longform-content {
  max-width: 900px;
  margin: 0 auto;
}

.longform-content h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--color-accent-gold);
  line-height: 1.3;
}

.longform-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 16px;
  color: var(--color-text-primary);
  padding-left: 16px;
  border-left: 3px solid var(--color-accent-gold);
}

.longform-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 12px;
  color: var(--color-text-primary);
}

.longform-content p {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
  line-height: 1.8;
}

.longform-content ul, .longform-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.longform-content li {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin-bottom: 8px;
  line-height: 1.7;
}

.longform-content a {
  color: var(--color-accent-blue-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ====== FAQ ====== */
.faq-section {
  padding: 50px 0;
  background: var(--color-secondary);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--color-card-bg);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--color-text-primary);
  font-family: var(--font-bn);
  font-size: 15px;
  font-weight: 600;
  padding: 18px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all var(--transition);
}

.faq-question:hover {
  background: rgba(40,116,252,0.05);
}

.faq-question .arrow {
  font-size: 18px;
  transition: transform var(--transition);
  color: var(--color-accent-gold);
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer-inner {
  padding: 0 24px 18px;
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

/* ====== CTA SECTION ====== */
.cta-section {
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-tertiary));
  border-top: 1px solid var(--color-border-gold);
  border-bottom: 1px solid var(--color-border-gold);
}

.cta-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
}

.cta-section p {
  font-size: 16px;
  color: var(--color-text-secondary);
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-gold-dark));
  color: var(--color-primary);
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 800;
  border-radius: var(--radius-pill);
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--transition);
}

.btn-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(240,192,64,0.4);
  color: var(--color-primary);
}

.btn-cta-secondary {
  background: transparent;
  color: var(--color-text-primary);
  border: 2px solid var(--color-accent-blue);
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--transition);
}

.btn-cta-secondary:hover {
  background: var(--color-accent-blue);
  color: #fff;
  transform: translateY(-2px);
}

/* ====== PARTNER / TRUST ====== */
.trust-section {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid var(--color-border);
}

.trust-section h3 {
  font-size: 16px;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  opacity: 0.6;
}

.trust-logos span {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-secondary);
  letter-spacing: 2px;
}

/* ====== FOOTER ====== */
.site-footer {
  background: linear-gradient(180deg, var(--color-secondary), #060e1a);
  padding: 50px 0 0;
  border-top: 2px solid var(--color-border-gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-accent-gold);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-brand-desc {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-top: 12px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--color-text-secondary);
  font-size: 13px;
  transition: color var(--transition);
}

.footer-col ul li a:hover {
  color: var(--color-accent-gold);
}

.footer-contact p {
  font-size: 13px;
  color: var(--color-text-secondary);
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-contact strong {
  color: var(--color-text-primary);
}

.footer-keywords {
  padding: 20px 0;
  border-top: 1px solid var(--color-border);
  text-align: center;
}

.footer-keywords p {
  font-size: 12px;
  color: var(--color-text-muted);
  line-height: 1.8;
}

.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding: 18px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 12px;
  color: var(--color-text-muted);
}

/* ====== BREADCRUMB ====== */
.breadcrumb {
  padding: 16px 0;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
}

.breadcrumb-list li { color: var(--color-text-muted); }
.breadcrumb-list li a { color: var(--color-text-secondary); }
.breadcrumb-list li a:hover { color: var(--color-accent-gold); }
.breadcrumb-list li + li::before { content: '/'; margin-right: 6px; color: var(--color-text-muted); }

/* ====== PAGE HERO ====== */
.page-hero {
  padding: 50px 0 30px;
  text-align: center;
  background: linear-gradient(180deg, var(--color-secondary), var(--color-primary));
  border-bottom: 1px solid var(--color-border);
}

.page-hero h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 14px;
}

.page-hero p {
  font-size: 16px;
  color: var(--color-text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* ====== ARCHIVE / LISTING PAGE ====== */
.archive-section {
  padding: 40px 0;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.archive-card {
  display: flex;
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.archive-card:hover {
  border-color: var(--color-accent-blue);
  box-shadow: var(--shadow-md);
}

.archive-card .card-thumb {
  width: 200px;
  min-height: 160px;
  background: linear-gradient(135deg, var(--color-tertiary), var(--color-secondary));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-card .card-content {
  padding: 20px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.archive-card .card-content h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.archive-card .card-content h3 a { color: var(--color-text-primary); }
.archive-card .card-content h3 a:hover { color: var(--color-accent-gold); }

.archive-card .card-content .meta {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.archive-card .card-content p {
  font-size: 13px;
  color: var(--color-text-secondary);
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

/* ====== ARTICLE DETAIL ====== */
.article-detail {
  padding: 40px 0;
}

.article-detail .article-meta {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
}

.article-detail .article-body {
  max-width: 800px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.article-detail .article-body h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 32px 0 14px;
  color: var(--color-text-primary);
  padding-left: 14px;
  border-left: 3px solid var(--color-accent-gold);
}

.article-detail .article-body p {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.related-articles {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
}

.related-articles h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ====== GAME GRID (for live, slots, sports) ====== */
.game-grid-section {
  padding: 40px 0;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.game-item {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
}

.game-item:hover {
  transform: translateY(-3px);
  border-color: var(--color-accent-gold);
  box-shadow: var(--shadow-glow-gold);
}

.game-item .game-thumb {
  height: 140px;
  background: linear-gradient(135deg, var(--color-tertiary), var(--color-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-item .game-thumb span {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-accent-gold);
}

.game-item .game-info {
  padding: 14px;
  text-align: center;
}

.game-item .game-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

.game-item .game-info p {
  font-size: 12px;
  color: var(--color-text-muted);
}

/* ====== STEP/PROCESS LIST ====== */
.steps-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.steps-list li {
  counter-increment: step;
  padding: 20px 20px 20px 70px;
  position: relative;
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
}

.steps-list li::before {
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-gold-dark));
  color: var(--color-primary);
  font-weight: 800;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-list li h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

.steps-list li p {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ====== BONUS TABLE ====== */
.bonus-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.bonus-table th, .bonus-table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--color-border);
}

.bonus-table th {
  background: var(--color-secondary);
  color: var(--color-accent-gold);
  font-weight: 700;
}

.bonus-table td {
  color: var(--color-text-secondary);
}

.bonus-table tr:hover td {
  background: rgba(40,116,252,0.05);
}

/* ====== POLICY / ABOUT CONTENT ====== */
.policy-content, .about-content {
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
}

.policy-content h2, .about-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 32px 0 14px;
  color: var(--color-accent-gold);
}

.policy-content p, .about-content p {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
  line-height: 1.8;
}

.about-content .timeline-item {
  padding: 20px 0 20px 30px;
  border-left: 2px solid var(--color-accent-gold);
  position: relative;
  margin-bottom: 16px;
}

.about-content .timeline-item::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-accent-gold);
  position: absolute;
  left: -7px;
  top: 24px;
}

.about-content .timeline-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

/* ====== 404 PAGE ====== */
.page-404 {
  padding: 100px 0;
  text-align: center;
}

.page-404 h1 {
  font-size: 100px;
  font-weight: 900;
  color: var(--color-accent-gold);
  line-height: 1;
  margin-bottom: 16px;
}

.page-404 h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.page-404 p {
  color: var(--color-text-secondary);
  margin-bottom: 30px;
}

.page-404 .error-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-404 .error-links a {
  padding: 10px 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-text-secondary);
  font-size: 14px;
  transition: all var(--transition);
}

.page-404 .error-links a:hover {
  border-color: var(--color-accent-gold);
  color: var(--color-accent-gold);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .shortcut-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-cards-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-height: 60px; }

  .header-nav { display: none; }

  .header-nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--color-primary);
    border-bottom: 1px solid var(--color-border);
    padding: 16px 20px;
    z-index: 999;
    gap: 4px;
  }

  .header-nav.open a {
    padding: 12px 16px;
    width: 100%;
  }

  .mobile-menu-toggle { display: block; }

  .header-logo svg { height: 36px; max-width: 130px; }

  .shortcut-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .article-grid { grid-template-columns: 1fr; }

  .features-grid { grid-template-columns: 1fr; }

  .cat-cards-row { grid-template-columns: 1fr; }

  .archive-grid { grid-template-columns: 1fr; }

  .archive-card { flex-direction: column; }
  .archive-card .card-thumb { width: 100%; min-height: 140px; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }

  .game-grid { grid-template-columns: repeat(2, 1fr); }

  .longform-content h1 { font-size: 24px; }
  .longform-content h2 { font-size: 20px; }

  .page-hero h1 { font-size: 24px; }
  .page-404 h1 { font-size: 60px; }

  .cta-section h2 { font-size: 22px; }
}

@media (max-width: 480px) {
  .shortcut-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .shortcut-card { padding: 18px 12px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .header-actions .btn { padding: 8px 14px; font-size: 12px; }
}
