/* ========================================
   ARTICLE BODY SECTION HOOK STYLES
   ======================================== */
.article-content .article-section-heading {
  position: relative;
  scroll-margin-top: 110px;
  letter-spacing: 0.02em;
}

.article-content .article-section-heading--h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem 0.75rem;
  border-left: 4px solid var(--accent-cyan);
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.12), rgba(0, 240, 255, 0.03));
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(0, 240, 255, 0.08);
}

.article-content .article-section-heading--h3 {
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(0, 240, 255, 0.55);
}

.article-content .article-section-heading--h2::before,
.article-content .article-section-heading--h3::before {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  color: var(--text-muted);
}

.article-content .article-section-heading--h2[data-section-level="h2"]::before {
  content: "Section";
}

.article-content .article-section-heading--h3[data-section-level="h3"]::before {
  content: "Subsection";
}

.article-content .article-section-heading[data-reading-role="review-section"]::before {
  color: #7ee7ff;
}

.article-content .article-section-heading[data-reading-role="comparison-section"]::before {
  color: #ffd36e;
}

.article-content .article-section-heading[data-reading-role="strategy-section"]::before {
  color: #9dffb0;
}

.article-content .article-section-heading[data-reading-role="education-section"]::before {
  color: #d7b8ff;
}

.article-content .article-section-heading[data-reading-role="review-section"].article-section-heading--h2 {
  border-left-color: #7ee7ff;
  background: linear-gradient(90deg, rgba(126, 231, 255, 0.14), rgba(126, 231, 255, 0.03));
}

.article-content .article-section-heading[data-reading-role="comparison-section"].article-section-heading--h2 {
  border-left-color: #ffd36e;
  background: linear-gradient(90deg, rgba(255, 211, 110, 0.14), rgba(255, 211, 110, 0.03));
}

.article-content .article-section-heading[data-reading-role="strategy-section"].article-section-heading--h2 {
  border-left-color: #9dffb0;
  background: linear-gradient(90deg, rgba(157, 255, 176, 0.14), rgba(157, 255, 176, 0.03));
}

.article-content .article-section-heading[data-reading-role="education-section"].article-section-heading--h2 {
  border-left-color: #d7b8ff;
  background: linear-gradient(90deg, rgba(215, 184, 255, 0.14), rgba(215, 184, 255, 0.03));
}

.article-content .article-section-heading[data-reading-role="review-section"].article-section-heading--h3 {
  border-left-color: rgba(126, 231, 255, 0.65);
}

.article-content .article-section-heading[data-reading-role="comparison-section"].article-section-heading--h3 {
  border-left-color: rgba(255, 211, 110, 0.65);
}

.article-content .article-section-heading[data-reading-role="strategy-section"].article-section-heading--h3 {
  border-left-color: rgba(157, 255, 176, 0.65);
}

.article-content .article-section-heading[data-reading-role="education-section"].article-section-heading--h3 {
  border-left-color: rgba(215, 184, 255, 0.65);
}

/* ========================================
   ARTICLE BODY BLOCK HOOK STYLES
   ======================================== */
.article-content .article-structured-list {
  margin: 1rem 0 1.25rem;
  padding: 0.95rem 1.1rem 0.95rem 2rem;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.article-content .article-structured-list--ul li::marker {
  color: var(--accent-cyan);
}

.article-content .article-structured-list--ol {
  counter-reset: article-step;
  list-style: none;
  padding-left: 0;
}

.article-content .article-structured-list--ol li {
  position: relative;
  padding-left: 2.6rem;
}

.article-content .article-structured-list--ol li::before {
  counter-increment: article-step;
  content: counter(article-step);
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary-bg);
  background: var(--accent-cyan);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.article-content .article-structured-list li strong {
  color: var(--text-primary);
}

.article-content .article-structured-list li + li {
  margin-top: 0.55rem;
}

.article-content .article-structured-list[data-list-context="section-followup"] {
  border-left: 3px solid rgba(0, 240, 255, 0.55);
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.09), rgba(0, 240, 255, 0.025));
}

.article-content .article-structured-list[data-reading-role="review-section"][data-list-context="section-followup"] {
  border-left-color: rgba(126, 231, 255, 0.7);
}

.article-content .article-structured-list[data-reading-role="comparison-section"][data-list-context="section-followup"] {
  border-left-color: rgba(255, 211, 110, 0.7);
}

.article-content .article-structured-list[data-reading-role="strategy-section"][data-list-context="section-followup"] {
  border-left-color: rgba(157, 255, 176, 0.7);
}

.article-content .article-structured-list[data-reading-role="education-section"][data-list-context="section-followup"] {
  border-left-color: rgba(215, 184, 255, 0.7);
}

.article-content .article-callout {
  margin: 1.15rem 0;
  padding: 0.95rem 1rem;
  border-radius: 10px;
  line-height: 1.75;
}

.article-content .article-callout strong {
  color: var(--text-primary);
}

.article-content .article-callout a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.article-content .article-callout--cta {
  border-left: 4px solid var(--accent-magenta);
  background: linear-gradient(90deg, rgba(255, 0, 85, 0.12), rgba(255, 0, 85, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 0, 85, 0.08);
}

.article-content .article-callout--cta a:first-of-type {
  display: inline-block;
  margin-top: 0.2rem;
}

.article-content .article-callout--cta::before {
  content: "Next step";
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.article-content .article-callout--conclusion {
  border-left: 4px solid var(--success);
  background: linear-gradient(90deg, rgba(0, 255, 136, 0.12), rgba(0, 255, 136, 0.03));
  box-shadow: inset 0 0 0 1px rgba(0, 255, 136, 0.08);
}

.article-content .article-callout--conclusion::before {
  content: "Key takeaway";
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.article-inline-toc,
.toc-widget {
  border: 1px solid rgba(0, 240, 255, 0.16);
  background: linear-gradient(180deg, rgba(0, 240, 255, 0.08), rgba(0, 240, 255, 0.03));
  border-radius: 14px;
}

.article-inline-toc {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.1rem;
}

.article-inline-toc-header,
.toc-widget .widget-title {
  margin-bottom: 0.75rem;
}

.article-inline-toc-label,
.toc-widget .widget-title {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-primary);
}

.article-inline-toc-list,
.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.toc-item--h3 {
  padding-left: 0.9rem;
}

/* ========================================
   ARTICLE BODY TOC INTERACTION STYLES
   ======================================== */
.toc-item.active .toc-link {
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.1);
  box-shadow: inset 2px 0 0 rgba(0, 240, 255, 0.45);
}

.toc-link {
  display: inline-block;
  color: var(--text-secondary);
  line-height: 1.55;
  border-radius: 8px;
  padding: 0.28rem 0.45rem;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.toc-link:hover,
.toc-link.active {
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.08);
  text-shadow: none;
}

.article-content .article-section-heading.is-targeted,
.article-content .article-callout.is-targeted {
  animation: articleTargetPulse 1.8s ease;
}

@keyframes articleTargetPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 240, 255, 0.0);
    transform: translateY(0);
  }
  20% {
    box-shadow: 0 0 0 4px rgba(0, 240, 255, 0.14);
    transform: translateY(-1px);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 240, 255, 0.0);
    transform: translateY(0);
  }
}

.toc-progress {
  margin-top: 0.85rem;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.toc-progress-bar {
  width: 0;
  height: 100%;
  background: var(--gradient-cyber);
  transition: width 0.2s ease;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap');

/* PagLucCasino - Cyberpunk Neon Theme */
:root {
  /* Cyberpunk Color Palette */
  --primary-bg: #0A0E27;
  --secondary-bg: #12153D;
  --card-bg: #1A1F4A;
  --accent-cyan: #00F0FF;
  --accent-magenta: #FF0055;
  --accent-purple: #B026FF;
  --secondary-blue: #2A3B8C;
  --text-primary: #FFFFFF;
  --text-secondary: #A0B0E0;
  --text-muted: #6B7BB8;
  --success: #00FF88;
  --warning: #FFD700;
  --danger: #FF3366;
  
  /* Gradients */
  --gradient-cyber: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
  --gradient-magenta: linear-gradient(135deg, var(--accent-magenta), var(--accent-purple));
  --gradient-dark: linear-gradient(180deg, var(--primary-bg), var(--secondary-bg));
  
  /* Shadows */
  --glow-cyan: 0 0 20px rgba(0, 240, 255, 0.5);
  --glow-magenta: 0 0 20px rgba(255, 0, 85, 0.5);
  --glow-purple: 0 0 20px rgba(176, 38, 255, 0.5);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Rajdhani', 'Segoe UI', sans-serif;
  background: var(--primary-bg);
  color: var(--text-primary);
  line-height: 1.6;
  min-height: 100vh;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-primary);
  font-weight: 700;
}

a {
  color: var(--accent-cyan);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--accent-magenta);
  text-shadow: var(--glow-cyan);
}

/* Header / Navigation */
header {
  background: rgba(10, 14, 39, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--secondary-blue);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.5rem 1rem;
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.2rem;
  font-weight: 800;
  background: var(--gradient-cyber);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: var(--glow-cyan);
}

nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
}

nav a {
  color: var(--text-secondary);
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

nav a:hover, nav a.active {
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.1);
  text-shadow: none;
}
/* Language Switcher */
.lang-switcher {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}

.lang-switcher a {
  padding: 0.4rem 0.8rem;
  background: rgba(0, 240, 255, 0.1);
  color: var(--text-secondary);
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lang-switcher a:hover {
  background: rgba(0, 240, 255, 0.2);
  color: var(--accent-cyan);
}

.lang-switcher a.active {
  background: var(--accent-cyan);
  color: var(--primary-bg);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex: 1;
}

.main-nav {
  flex: 1;
}

.main-nav .nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.main-nav .nav-menu a {
  color: var(--text-secondary);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.main-nav .nav-menu a:hover {
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.1);
}


/* Header Navigation Wrapper */
.header-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}


/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary {
  background: var(--gradient-cyber);
  color: var(--primary-bg);
  box-shadow: var(--glow-cyan);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.7);
}

.btn-secondary {
  background: transparent;
  color: var(--accent-cyan);
  border: 2px solid var(--accent-cyan);
}

.btn-secondary:hover {
  background: rgba(0, 240, 255, 0.1);
  box-shadow: var(--glow-cyan);
}

.btn-accent {
  background: var(--gradient-magenta);
  color: var(--text-primary);
  box-shadow: var(--glow-magenta);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(255, 0, 85, 0.7);
}

/* Hero Section */
.hero {
  background: var(--gradient-dark);
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(0, 240, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255, 0, 85, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: var(--gradient-cyber);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* Cards */
.card {
  background: var(--card-bg);
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid var(--secondary-blue);
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--accent-cyan);
  box-shadow: var(--glow-cyan);
  transform: translateY(-4px);
}

.card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.card-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.card-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(0, 240, 255, 0.1);
  color: var(--accent-cyan);
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.card-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 0, 85, 0.1);
  color: var(--accent-magenta);
  border-radius: 20px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

/* Grid Layouts */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

/* Sections */
section {
  padding: 3rem 0;
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gradient-cyber);
  margin: 1rem auto 0;
}

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.feature-item {
  text-align: center;
  padding: 2rem;
  background: var(--card-bg);
  border-radius: 8px;
  border: 1px solid var(--secondary-blue);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--accent-cyan);
}

.feature-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* Footer */
footer {
  background: var(--secondary-bg);
  padding: 3rem 2rem;
  margin-top: 4rem;
  border-top: 1px solid var(--secondary-blue);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-col h4 {
  color: var(--accent-cyan);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: var(--text-secondary);
}

.footer-col a:hover {
  color: var(--accent-cyan);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--secondary-blue);
  color: var(--text-muted);
}

/* Badges */
.badge-hot {
  background: var(--accent-magenta);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-new {
  background: var(--accent-cyan);
  color: var(--primary-bg);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-featured {
  background: var(--accent-purple);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Form Elements */
input, select, textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--secondary-bg);
  border: 1px solid var(--secondary-blue);
  border-radius: 4px;
  color: var(--text-primary);
  font-size: 1rem;
  transition: all 0.3s ease;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.2);
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

th, td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--secondary-blue);
}

th {
  background: var(--secondary-bg);
  color: var(--accent-cyan);
  font-weight: 600;
}

tr:hover {
  background: rgba(0, 240, 255, 0.05);
}

/* Animations */
@keyframes glow {
  0%, 100% { box-shadow: 0 0 20px rgba(0, 240, 255, 0.5); }
  50% { box-shadow: 0 0 40px rgba(0, 240, 255, 0.8); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.animate-glow {
  animation: glow 2s ease-in-out infinite;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 1rem;
  }
  
  nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .games-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  
  .container {
    padding: 1rem;
  }
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--primary-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-blue);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-cyan);
}

/* Payment Methods */
.payments-section {
  padding: 3rem 0;
  background: var(--secondary-bg);
}

.payments-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.payment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: var(--card-bg);
  border-radius: 8px;
  border: 1px solid var(--secondary-blue);
  min-width: 100px;
  transition: all 0.3s ease;
}

.payment-item:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-4px);
}

.payment-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.payment-name {
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-weight: 500;
}

/* Category Pages */
.hero-small {
  background: var(--gradient-dark);
  padding: 2rem 0;
  text-align: center;
}

.hero-small h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  background: var(--gradient-cyber);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-small p {
  color: var(--text-secondary);
  font-size: 1.1rem;
}

.games-section {
  padding: 3rem 0;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.game-card {
  background: var(--card-bg);
  border-radius: 8px;
  border: 1px solid var(--secondary-blue);
  overflow: hidden;
  transition: all 0.3s ease;
}

.game-card:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-4px);
  box-shadow: var(--glow-cyan);
}

.game-image {
  position: relative;
  height: 180px;
  background: var(--secondary-bg);
  overflow: hidden;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-hot, .badge-featured {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-hot {
  background: var(--accent-magenta);
  color: white;
}

.badge-featured {
  background: var(--accent-cyan);
  color: var(--primary-bg);
}

.game-info {
  padding: 1rem;
  text-align: center;
}

.game-info h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.game-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(0, 240, 255, 0.1);
  color: var(--accent-cyan);
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.no-games {
  text-align: center;
  padding: 3rem;
  color: var(--text-secondary);
}


/* Hero Banner Slider */
.hero-slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: var(--primary-bg);
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
}
.slide.active {
  display: flex;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 2rem;
}

.slide-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--accent-magenta);
  color: white;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slide h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: var(--gradient-cyber);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slide p {
  font-size: 1.3rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 240, 255, 0.2);
  border: 2px solid var(--accent-cyan);
  border-radius: 50%;
  color: var(--accent-cyan);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn:hover {
  background: var(--accent-cyan);
  color: var(--primary-bg);
}

.slider-prev { left: 20px; }
.slider-next { right: 20px; }

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: var(--accent-cyan);
  box-shadow: var(--glow-cyan);
}

/* Features Grid - 2 rows x 4 columns */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}

.feature-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--secondary-blue);
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-4px);
  box-shadow: var(--glow-cyan);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* Game Detail Page */
.game-detail {
  padding: 2rem 0;
}

.game-detail-container {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.game-main {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid var(--secondary-blue);
}

.game-cover {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--secondary-bg);
  border-radius: 8px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.game-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--secondary-blue);
}

.game-tab {
  padding: 0.75rem 1.5rem;
  color: var(--text-secondary);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease;
}

.game-tab:hover, .game-tab.active {
  color: var(--accent-cyan);
  border-bottom-color: var(--accent-cyan);
}

.game-content {
  line-height: 1.8;
  color: var(--text-secondary);
}

.game-sidebar {
  position: sticky;
  top: 100px;
}

.game-info-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid var(--secondary-blue);
  margin-bottom: 1rem;
}

.game-info-card h3 {
  font-size: 1.2rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--secondary-blue);
}

.info-label {
  color: var(--text-secondary);
}

.info-value {
  color: var(--text-primary);
  font-weight: 500;
}

.play-btn {
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero-slider {
    height: 400px;
  }
  
  .slide h2 {
    font-size: 2rem;
  }
  
  .game-detail-container {
    grid-template-columns: 1fr;
  }
  
  .game-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-slider {
    height: 350px;
  }
  
  .slide h2 {
    font-size: 1.5rem;
  }
  
  .slide p {
    font-size: 1rem;
  }
  
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .slider-prev { left: 10px; }
  .slider-next { right: 10px; }
}


/* Announcement Bar - Marquee Style */
.announcement-bar {
  background: linear-gradient(90deg, var(--accent-magenta) 0%, var(--accent-purple) 50%, var(--accent-cyan) 100%);
  padding: 0.75rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.announcement-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  font-weight: 600;
  font-size: 0.95rem;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* Hero Title - Futuristic Font */
.hero-title {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple), var(--accent-magenta)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 0 0 30px rgba(0, 240, 255, 0.5) !important;
  animation: glow-text 2s ease-in-out infinite alternate !important;
}

@keyframes glow-text {
  from { filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.5)); }
  to { filter: drop-shadow(0 0 20px rgba(176, 38, 255, 0.8)); }
}

.hero-subtitle {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: var(--text-secondary) !important;
  letter-spacing: 1px !important;
}

/* News Section */
.news-section {
  padding: 3rem 0;
  background: var(--primary-bg);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.news-card {
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--secondary-blue);
  transition: all 0.3s ease;
}

.news-card:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(0, 240, 255, 0.2);
}

.news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.1);
}

.news-date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--accent-magenta);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.news-content {
  padding: 1.5rem;
}

.news-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(0, 240, 255, 0.1);
  color: var(--accent-cyan);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.news-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.4;
  font-family: 'Orbitron', sans-serif;
}

.news-excerpt {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-cyan);
  font-weight: 600;
  font-size: 0.9rem;
}

.news-read-more:hover {
  color: var(--accent-magenta);
}

/* Partners Section */
.partners-section {
  padding: 2rem 0;
  background: var(--secondary-bg);
  text-align: center;
}

.partners-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.partner-logo {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: var(--card-bg);
  padding: 8px;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
}

/* Section Titles */
.section-title {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 2rem !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
  position: relative !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: var(--text-primary) !important;
}

.section-title::after {
  content: '' !important;
  display: block !important;
  width: 60px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-magenta)) !important;
  margin: 1rem auto 0 !important;
  border-radius: 2px !important;
}

/* Game Card - Enhanced */
.game-card {
  background: var(--card-bg) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 2px solid var(--secondary-blue) !important;
  transition: all 0.3s ease !important;
}

.game-card:hover {
  border-color: var(--accent-cyan) !important;
  transform: translateY(-8px) !important;
  box-shadow: 0 10px 40px rgba(0, 240, 255, 0.3) !important;
}

.game-card .game-image {
  position: relative !important;
  height: 180px !important;
  overflow: hidden !important;
}

.game-card .game-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.game-card:hover .game-image img {
  transform: scale(1.15) !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem !important;
    letter-spacing: 2px !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
  }
  
  .news-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== Contact Page Styles ===== */
.contact-methods {
  padding: 3rem 0;
}

.methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.method-card {
  background: var(--card-bg);
  border: 1px solid var(--accent-cyan);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 240, 255, 0.2);
  border-color: var(--accent-magenta);
}

.method-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.method-card h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.method-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.method-status {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.method-status.online {
  color: #00FF7F;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #128C7E, #075E54);
  transform: translateY(-2px);
}

.contact-form-section {
  padding: 3rem 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 3rem;
}

.form-content h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.75rem;
  color: var(--accent-cyan);
  margin-bottom: 0.5rem;
}

.form-content > p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--card-bg);
  border: 1px solid var(--accent-cyan);
  border-radius: 8px;
  padding: 0.875rem 1rem;
  color: var(--text-primary);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent-magenta);
  box-shadow: 0 0 15px rgba(255, 0, 85, 0.3);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-group {
  flex-direction: row;
  align-items: flex-start;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.checkbox-label input {
  width: auto;
  margin-top: 0.25rem;
}

.checkbox-label a {
  color: var(--accent-cyan);
}

.form-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card {
  background: var(--card-bg);
  border: 1px solid var(--accent-cyan);
  border-radius: 12px;
  padding: 1.5rem;
}

.info-card h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 240, 255, 0.2);
}

.response-item,
.hours-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 240, 255, 0.1);
}

.response-type,
.day {
  color: var(--text-secondary);
}

.response-time,
.time {
  color: var(--accent-cyan);
  font-weight: 600;
}

.hours-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
  text-align: center;
}

.lang-list {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.lang-badge {
  background: rgba(0, 240, 255, 0.1);
  color: var(--accent-cyan);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.quick-help {
  padding: 3rem 0;
  background: var(--secondary-bg);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.quick-card {
  background: var(--card-bg);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  transition: all 0.3s ease;
}

.quick-card:hover {
  border-color: var(--accent-cyan);
  transform: translateX(5px);
}

.quick-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.quick-card h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.quick-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.company-info {
  padding: 3rem 0;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.company-card {
  background: var(--card-bg);
  border: 1px solid var(--accent-cyan);
  border-radius: 12px;
  padding: 1.5rem;
}

.company-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.company-card h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

.company-card address {
  font-style: normal;
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
}

.company-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.license-number {
  font-family: monospace;
  background: rgba(0, 240, 255, 0.1);
  padding: 0.5rem;
  border-radius: 4px;
  margin-top: 0.75rem;
}

.trust-badges {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.badge {
  background: rgba(0, 255, 127, 0.1);
  color: #00FF7F;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .methods-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Game Detail Page Styles ===== */
.game-detail {
  padding: 2rem 0;
}

.game-detail-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2rem;
  margin-top: 2rem;
}

.game-cover-large {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--card-bg);
  border: 2px solid var(--accent-cyan);
}

.game-cover-large img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.game-cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(10, 14, 39, 0.95));
}

.game-cover-overlay h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  text-shadow: 0 0 20px var(--accent-cyan);
}

.game-provider {
  color: var(--accent-cyan);
  font-size: 1rem;
}

.game-info-card {
  background: var(--card-bg);
  border: 1px solid var(--accent-cyan);
  border-radius: 16px;
  padding: 2rem;
}

.game-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stat-box {
  background: var(--secondary-bg);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}

.stat-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  color: var(--accent-cyan);
  font-weight: 700;
}

.game-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn-play {
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
  color: var(--primary-bg);
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.btn-play:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.4);
}

.btn-demo {
  background: transparent;
  color: var(--accent-cyan);
  padding: 1rem 2rem;
  border: 2px solid var(--accent-cyan);
  border-radius: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.btn-demo:hover {
  background: var(--accent-cyan);
  color: var(--primary-bg);
}

.game-description {
  margin-top: 2rem;
}

.game-description h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

.game-description p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.game-features {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid rgba(0, 240, 255, 0.2);
}

.game-features h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.feature-item span:first-child {
  color: var(--accent-cyan);
}

.related-games {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 240, 255, 0.2);
}

.related-games h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: var(--accent-cyan);
  margin-bottom: 1.5rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.related-card {
  background: var(--card-bg);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
}

.related-card:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-5px);
}

.related-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.related-card-content {
  padding: 1rem;
}

.related-card h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.related-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .game-detail-grid {
    grid-template-columns: 1fr;
  }
  
  .game-stats {
    grid-template-columns: 1fr 1fr;
  }
  
  .feature-list {
    grid-template-columns: 1fr;
  }
}

/* ===== Bonuses Page Styles ===== */
.welcome-bonus {
  padding: 3rem 0;
}

.bonus-hero-card {
  background: linear-gradient(135deg, var(--card-bg), var(--secondary-bg));
  border: 2px solid var(--accent-cyan);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}

.bonus-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
  color: var(--primary-bg);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.bonus-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bonus-content h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  color: var(--accent-cyan);
  margin-bottom: 0.5rem;
  text-shadow: 0 0 30px var(--accent-cyan);
}

.bonus-amount {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.bonus-amount .highlight {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  color: var(--accent-magenta);
  font-weight: 700;
}

.bonus-desc {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.bonus-features {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.bonus-features .feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary);
  font-size: 0.95rem;
}

.bonus-features .feature-icon {
  font-size: 1.25rem;
}

.bonus-image {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.1), rgba(255, 0, 85, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bonus-visual {
  text-align: center;
}

.bonus-percentage {
  font-family: 'Orbitron', sans-serif;
  font-size: 5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 1;
}

.bonus-text {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.all-bonuses {
  padding: 3rem 0;
}

.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.bonus-card {
  background: var(--card-bg);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.bonus-card:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 240, 255, 0.15);
}

.bonus-card.featured {
  border-color: var(--accent-cyan);
}

.bonus-card.highlight {
  border-color: var(--accent-magenta);
  background: linear-gradient(135deg, var(--card-bg), rgba(255, 0, 85, 0.1));
}

.bonus-card-header {
  padding: 1.5rem;
  background: var(--secondary-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 240, 255, 0.1);
}

.bonus-type {
  font-weight: 600;
  color: var(--text-secondary);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bonus-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-cyan);
}

.bonus-card-body {
  padding: 1.5rem;
}

.bonus-card-body h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.bonus-amount-large {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.75rem;
  color: var(--accent-magenta);
  font-weight: 700;
  margin-bottom: 1rem;
}

.bonus-details {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.bonus-details li {
  padding: 0.4rem 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 240, 255, 0.05);
}

.bonus-details li strong {
  color: var(--text-primary);
}

.bonus-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 0.5rem;
}

.bonus-card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(0, 240, 255, 0.1);
}

.how-to-claim {
  padding: 3rem 0;
  background: var(--secondary-bg);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.step-card {
  background: var(--card-bg);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.step-number {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-bg);
}

.step-content h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  color: var(--accent-cyan);
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}

.step-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.bonus-terms {
  padding: 3rem 0;
}

.terms-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.term-item {
  background: var(--card-bg);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}

.term-item h4 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  color: var(--accent-cyan);
  margin-bottom: 0.75rem;
}

.term-icon {
  font-size: 1.25rem;
}

.term-item p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.terms-note {
  text-align: center;
  color: var(--text-muted);
  margin-top: 2rem;
  font-size: 0.95rem;
}

.terms-note a {
  color: var(--accent-cyan);
}

.bonus-cta {
  padding: 3rem 0;
  background: linear-gradient(135deg, var(--secondary-bg), var(--card-bg));
}

/* ============================================
   INDIAN MARKET OPTIMIZATIONS
   ============================================ */

/* Hindi Font Support */
[lang="hi"], .hindi-text {
  font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif !important;
  font-weight: 500;
}

/* WhatsApp Floating Support Button */
.whatsapp-support {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.5);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-support:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.7);
  color: white;
}

.whatsapp-support::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  animation: whatsapp-pulse 2s infinite;
  z-index: -1;
}

@keyframes whatsapp-pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* Trust Badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(0, 240, 255, 0.05);
  border-radius: 8px;
  border: 1px solid var(--secondary-blue);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--card-bg);
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.trust-badge i {
  color: var(--success);
  font-size: 1rem;
}

.trust-badge.license i {
  color: var(--warning);
}

/* Indian Payment Badges */
.indian-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.payment-badge {
  height: 44px;
  padding: 6px 12px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.payment-badge:hover {
  transform: scale(1.08);
}

.payment-badge.upi {
  border: 2px solid #2ECC71;
}

.payment-badge.phonepe {
  border: 2px solid #5F259F;
}

.payment-badge.paytm {
  border: 2px solid #00B9F1;
}

/* Festival Banner */
.festival-banner {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #8B4513;
  padding: 14px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  position: relative;
  overflow: hidden;
}

.festival-banner::before {
  content: '🎉';
  margin-right: 8px;
}

.festival-banner::after {
  content: '🎊';
  margin-left: 8px;
}

.festival-banner a {
  color: #8B0000;
  text-decoration: underline;
  font-weight: 700;
}

/* Language Toggle - Indian Style */
.lang-toggle {
  display: flex;
  gap: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  border-radius: 20px;
  margin-left: 1rem;
}

.lang-toggle a {
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  background: transparent;
  transition: all 0.3s ease;
}

.lang-toggle a:hover {
  color: var(--primary-bg);
  background: rgba(255, 255, 255, 0.2);
}

.lang-toggle a.active {
  background: var(--accent-cyan);
  color: var(--primary-bg);
}

/* Indian Games Section */
.indian-games-badge {
  background: linear-gradient(135deg, #FF6B00, #FF3D00);
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

/* Bold CTA - Indian Style */
.btn-indian-cta {
  background: linear-gradient(135deg, #FF6B00 0%, #FF3D00 100%);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(255, 107, 0, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-indian-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.btn-indian-cta:hover::before {
  left: 100%;
}

.btn-indian-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.6);
}

/* Urgency Badge */
.urgency-badge {
  background: #FF0000;
  color: white;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  right: -6px;
  font-weight: 700;
  animation: urgency-pulse 1.5s infinite;
}

@keyframes urgency-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Social Proof Counter */
.social-proof-counter {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 255, 136, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 136, 0.3);
}

.counter-item {
  text-align: center;
}

.counter-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--success);
  font-family: 'Orbitron', sans-serif;
}

.counter-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* Mobile-First Optimizations */
@media (max-width: 768px) {
  .whatsapp-support {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
    bottom: 16px;
    right: 16px;
  }
  
  .lang-toggle {
    margin-left: 0.5rem;
  }
  
  .lang-toggle a {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  
  .trust-badges {
    padding: 1rem;
    gap: 0.75rem;
  }
  
  .trust-badge {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
  }
  
  .btn-indian-cta {
    padding: 12px 20px;
    font-size: 1rem;
  }
  
  .festival-banner {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
  
  .social-proof-counter {
    gap: 1rem;
  }
  
  .counter-value {
    font-size: 1.2rem;
  }
  
  /* Touch targets - minimum 48px */
  button, a, input, select {
    min-width: 44px;
    min-height: 44px;
  }
  
  .game-card {
    min-height: 280px;
  }
  
  .game-card img {
    min-height: 160px;
  }
}

/* Footer License Badges */
.footer-licenses {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--secondary-blue);
}

.license-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 4px;
  font-size: 0.8rem;
  color: var(--warning);
}

.license-badge i {
  color: var(--warning);
}

/* SSL Badge */
.ssl-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  background: rgba(0, 255, 136, 0.1);
  border-radius: 4px;
  font-size: 0.8rem;
  color: var(--success);
}

.ssl-badge i {
  color: var(--success);
}

@media (max-width: 768px) {
  .bonus-hero-card {
    grid-template-columns: 1fr;
  }
  
  .bonus-image {
    display: none;
  }
  
  .bonus-content {
    padding: 2rem;
  }
  
  .bonus-content h2 {
    font-size: 1.75rem;
  }
  
  .bonus-features {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  /* Mobile Menu Toggle */
  .mobile-menu-toggle {
    display: flex !important;
  }
  
  .main-nav .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 14, 39, 0.98);
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
    border-top: 1px solid var(--secondary-blue);
    z-index: 999;
  }
  
  .main-nav .nav-menu.active {
    display: flex;
  }
  
  .main-nav .nav-menu a {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    display: block;
  }
  
  .main-nav .nav-menu a:hover {
    background: rgba(0, 240, 255, 0.1);
  }
  
  .header-container {
    position: relative;
    flex-wrap: wrap;
  }
  
  .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: 2px solid var(--accent-cyan);
  color: var(--accent-cyan);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: var(--accent-cyan);
  color: var(--primary-bg);
}
/* Game Card Image Styles */ .game-card-image { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--secondary-bg); } .game-card-image img { width: 100%; height: 100%; max-height: 200px; object-fit: cover; transition: transform 0.4s; } .game-card:hover .game-card-image img { transform: scale(1.08); }

.featured-games-section--mobile .games-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: stretch;
}

.featured-games-section--mobile .game-card {
  height: 100%;
}

.featured-games-section--mobile .game-card a {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
}

.featured-games-section--mobile .game-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}


/* Breadcrumb Styles */
.breadcrumb {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item a {
  color: #00f0ff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-item a:hover {
  color: #ff6b35;
}

.breadcrumb-item span {
  color: #888;
}

.breadcrumb-item::after {
  content: '/';
  color: #666;
  margin-left: 8px;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.breadcrumb-item.active {
  color: #aaa;
}

.breadcrumb-separator {
  color: #666;
  margin: 0 4px;
}


/* ========================================
   REGISTER PAGE STYLES
   ======================================== */
.register-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.register-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,240,255,0.1) 0%, transparent 50%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.register-hero h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.register-hero .bonus-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35, #ff8c5a);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(255,107,53,0.4);
}

.register-steps {
    padding: 50px 0;
    background: #0a0a1a;
}

.register-steps h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.step-card {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #2a2a4a;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.step-card:hover {
    transform: translateY(-10px);
    border-color: #00f0ff;
    box-shadow: 0 10px 40px rgba(0,240,255,0.2);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00f0ff, #00d4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a2e;
    margin: 0 auto 20px;
}

.step-card h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.step-card p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
}

.register-benefits {
    padding: 50px 0;
    background: #0f0f23;
}

.register-benefits h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 25px rgba(0,240,255,0.15);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00f0ff, #00d4ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.benefit-content h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

.benefit-content p {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}

.register-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #16213e, #1a1a2e);
    text-align: center;
}

.register-cta h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}

.register-cta p {
    color: #aaa;
    font-size: 18px;
    margin-bottom: 30px;
}

.register-cta .btn {
    padding: 15px 50px;
    font-size: 18px;
}

/* ========================================
   FAQ / QA PAGE STYLES
   ======================================== */
.faq-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 60px 0;
    text-align: center;
}

.faq-hero h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

.faq-hero p {
    color: #aaa;
    font-size: 18px;
}

.faq-section {
    padding: 60px 0;
    background: #0a0a1a;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-category {
    margin-bottom: 40px;
}

.faq-category h2 {
    color: #00f0ff;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2a2a4a;
}

.faq-item {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #2a2a4a;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #00f0ff;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 25px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.faq-question:hover {
    color: #00f0ff;
}

.faq-question .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #00f0ff;
}

.faq-item.active .faq-question .icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #0f0f23;
}

.faq-answer-content {
    padding: 0 25px 20px;
    color: #aaa;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-search {
    max-width: 600px;
    margin: 0 auto 40px;
    position: relative;
}

.faq-search input {
    width: 100%;
    padding: 15px 25px;
    padding-left: 50px;
    background: #1a1a2e;
    border: 2px solid #2a2a4a;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.faq-search input:focus {
    outline: none;
    border-color: #00f0ff;
}

.faq-search .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 18px;
}

.faq-contact {
    background: linear-gradient(135deg, #16213e, #1a1a2e);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #2a2a4a;
}

.faq-contact h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.faq-contact p {
    color: #aaa;
    margin-bottom: 25px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1a1a2e;
    padding: 12px 25px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-option:hover {
    background: #00f0ff;
    color: #1a1a2e;
}

/* ========================================
   BLOG LIST PAGE STYLES
   ======================================== */
.blog-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 60px 0;
    text-align: center;
}

.blog-hero h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
}

.blog-hero p {
    color: #aaa;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.blog-filters {
    padding: 30px 0;
    background: #0a0a1a;
    border-bottom: 1px solid #2a2a4a;
}

.filter-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    background: #1a1a2e;
    border: 1px solid #2a2a4a;
    color: #aaa;
    padding: 10px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.filter-btn:hover,
.filter-btn.active {
    background: #00f0ff;
    color: #1a1a2e;
    border-color: #00f0ff;
}

.blog-content {
    padding: 50px 0;
    background: #0a0a1a;
}

.featured-article {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #2a2a4a;
}

.featured-image {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.featured-article:hover .featured-image img {
    transform: scale(1.05);
}

.featured-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35, #ff8c5a);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    width: fit-content;
    margin-bottom: 15px;
}

.featured-content h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.featured-content .meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.featured-content .excerpt {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.article-card {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #2a2a4a;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-8px);
    border-color: #00f0ff;
    box-shadow: 0 15px 40px rgba(0,240,255,0.15);
}

.article-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0f0f23;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.article-card:hover .article-card-image img {
    transform: scale(1.08);
}

.article-card-info {
    padding: 20px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 12px;
    color: #666;
}

.article-category {
    color: #00f0ff;
    font-weight: 500;
}

.article-card-info .article-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.article-card-info .article-excerpt {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.read-more {
    color: #00f0ff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    color: #ff6b35;
}

.blog-newsletter {
    background: linear-gradient(135deg, #16213e, #1a1a2e);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #2a2a4a;
}

.blog-newsletter h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.blog-newsletter p {
    color: #aaa;
    margin-bottom: 25px;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 15px;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    background: #1a1a2e;
    border: 2px solid #2a2a4a;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.newsletter-form input:focus {
    outline: none;
    border-color: #00f0ff;
}

.newsletter-form button {
    padding: 15px 30px;
    background: linear-gradient(135deg, #00f0ff, #00d4ff);
    border: none;
    border-radius: 50px;
    color: #1a1a2e;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0,240,255,0.4);
}

@media (max-width: 768px) {
    .featured-article {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .blog-hero h1,
    .register-hero h1,
    .faq-hero h1 {
        font-size: 28px;
    }
}


/* ========================================
   ARTICLE DETAIL PAGE STYLES
   ======================================== */
.article-detail-page {
    padding: 40px 0;
    background: #0a0a1a;
    min-height: 70vh;
}

.article-header {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #2a2a4a;
}

.article-category {
    display: inline-block;
    background: linear-gradient(135deg, #00f0ff, #00d4ff);
    color: #1a1a2e;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.article-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    color: #666;
    font-size: 14px;
}

.article-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-featured-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 40px;
    background: #1a1a2e;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
    line-height: 1.8;
    font-size: 16px;
}

.article-content h1,
.article-content h2,
.article-content h3 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-content h1 { font-size: 32px; }
.article-content h2 { font-size: 26px; }
.article-content h3 { font-size: 22px; }

.article-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.article-content ul,
.article-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content a {
    color: #00f0ff;
    text-decoration: none;
}

.article-content a:hover {
    color: #ff6b35;
    text-decoration: underline;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 25px 0;
    border: 1px solid #2a2a4a;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.article-content th,
.article-content td {
    padding: 12px 15px;
    border: 1px solid #2a2a4a;
    text-align: left;
}

.article-content th {
    background: #1a1a2e;
    color: #fff;
}

.article-content tr:nth-child(even) {
    background: #0f0f23;
}

.article-content blockquote {
    border-left: 4px solid #00f0ff;
    padding-left: 20px;
    margin: 25px 0;
    color: #888;
    font-style: italic;
    background: #1a1a2e;
    padding: 20px;
    border-radius: 0 12px 12px 0;
}

.article-content strong {
    color: #fff;
}

.article-content hr {
    border: none;
    border-top: 1px solid #2a2a4a;
    margin: 40px 0;
}

/* Related Articles */
.related-articles {
    max-width: 800px;
    margin: 60px auto 0;
    padding-top: 40px;
    border-top: 1px solid #2a2a4a;
}

.related-articles h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.related-card {
    background: #1a1a2e;
    border: 1px solid #2a2a4a;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
}

.related-card:hover {
    transform: translateY(-5px);
    border-color: #00f0ff;
}

.related-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0f0f23;
}

.related-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-card-content {
    padding: 15px;
}

.related-card-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.related-card-date {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}

/* Article Share */
.article-share {
    max-width: 800px;
    margin: 40px auto;
    padding: 25px;
    background: #1a1a2e;
    border-radius: 15px;
    text-align: center;
}

.article-share h4 {
    color: #fff;
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn.whatsapp { background: #25D366; color: white; }
.share-btn.facebook { background: #1877F2; color: white; }
.share-btn.twitter { background: #1DA1F2; color: white; }
.share-btn.linkedin { background: #0A66C2; color: white; }

.share-btn:hover {
    transform: scale(1.1);
}

/* ========================================
   BLOG LIST - IMAGE STYLES
   ======================================== */
.blog-list-images {
    display: none; /* Hide broken images */
}

/* If images exist, show with proper styling */
.article-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .article-title {
        font-size: 24px;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .article-content {
        padding: 0 15px;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsive sidebar images - Popular Games, Latest Posts */
.popular-game-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.latest-post-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.related-article-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Popular Games specific */
.popular-game-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #1a1a2e;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.popular-game-item:hover {
    background: #2a2a4a;
    transform: translateX(5px);
}

.popular-game-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.popular-game-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.popular-game-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-game-players {
    font-size: 12px;
    color: #888;
}

/* Latest Posts */
.latest-post-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #1a1a2e;
    border-radius: 10px;
    margin-bottom: 10px;
}

.latest-post-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.latest-post-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.latest-post-title {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-post-date {
    font-size: 11px;
    color: #666;
}

/* Related Articles */
.related-article-card {
    background: #1a1a2e;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 240, 255, 0.15);
}

.related-article-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0f0f23;
}

.related-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-article-card:hover .related-article-image img {
    transform: scale(1.05);
}

.related-article-info {
    padding: 15px;
}

.related-article-category {
    font-size: 11px;
    color: #00f0ff;
    text-transform: uppercase;
    font-weight: 600;
}

.related-article-title {
    font-size: 15px;
    color: #fff;
    margin: 8px 0;
    line-height: 1.4;
}

.related-article-excerpt {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    line-height: 1.5;
}

.related-article-read-time {
    font-size: 12px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .popular-game-img {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
    
    .latest-post-img {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    
    .related-articles-grid-3 {
        grid-template-columns: 1fr;
    }
}

/* Share buttons - bigger and cleaner - Centered */
.article-share {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 12px;
    text-align: center;
}

.share-label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #2a2a4a;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 18px;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 240, 255, 0.3);
}

.share-btn.twitter:hover { background: #1da1f2; }
.share-btn.facebook:hover { background: #4267b2; }
.share-btn.linkedin:hover { background: #0077b5; }
.share-btn.telegram:hover { background: #0088cc; }
.share-btn.whatsapp:hover { background: #25d366; }
.share-btn.copy-link:hover { background: #00f0ff; }

.share-icon {
    font-size: 18px;
}

/* Article Trust Badges - Centered */
.article-trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.trust-badges-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
    padding: 15px;
    background: rgba(26, 26, 46, 0.5);
    border-radius: 10px;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
}

.badge-icon-large {
    font-size: 16px;
}

.badge-text {
    color: #aaa;
}

/* Related Articles Section - Enhanced */
.related-articles-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #2a2a4a;
}

.related-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 4px solid #00f0ff;
}

.related-category-section {
    margin-bottom: 30px;
}

.related-category-title {
    font-size: 18px;
    font-weight: 600;
    color: #888;
    margin-bottom: 15px;
}

.related-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-articles-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.related-article-card {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border: 1px solid #2a2a4a;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 240, 255, 0.2);
    border-color: #00f0ff;
}

.related-card-link {
    text-decoration: none;
    display: block;
}

.related-article-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0f0f23;
}

.related-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-article-card:hover .related-article-image img {
    transform: scale(1.08);
}

.related-article-info {
    padding: 18px;
}

.related-article-category {
    display: inline-block;
    font-size: 11px;
    color: #00f0ff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.related-article-title {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-weight: 600;
}

.related-article-excerpt {
    font-size: 13px;
    color: #888;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.related-article-read-time {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    background: #0f0f23;
    padding: 4px 10px;
    border-radius: 20px;
}

.related-article-date {
    font-size: 12px;
    color: #666;
}

/* You May Also Like - More Articles Section */
.more-articles-section {
    margin-top: 40px;
    padding: 25px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 16px;
    border: 1px solid #2a2a4a;
}

.more-articles-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.more-articles-title::before {
    content: "📚";
}

.more-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.more-article-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(42, 42, 74, 0.5);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.more-article-item:hover {
    background: rgba(0, 240, 255, 0.1);
    transform: translateX(5px);
}

.more-article-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.more-article-info {
    flex: 1;
    min-width: 0;
}

.more-article-title {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-article-meta {
    font-size: 12px;
    color: #666;
}

/* CTA Section Enhanced */
.cta-section {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    border-radius: 16px;
    text-align: center;
    border: 1px solid #2a2a4a;
}

.cta-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.cta-description {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ========================================
   ARCHETYPE VISUAL DIFFERENTIATION LAYER
   Deepens visual split for repeated UI blocks
   ======================================== */
body.dna-archetype-app-first .article-card,
body.dna-archetype-app-first .game-card,
body.dna-archetype-app-first .faq-home-section,
body.dna-archetype-app-first .comparison-card,
body.dna-archetype-app-first .step-card,
body.dna-archetype-app-first .hero-sidecard,
body.dna-archetype-app-first .sidebar-widget,
body.dna-archetype-app-first .article-takeaway-strip {
    border-radius: 22px;
    border: 1px solid rgba(255, 0, 85, 0.22);
    box-shadow: 0 18px 40px rgba(255, 0, 85, 0.14);
}

body.dna-archetype-app-first .article-card,
body.dna-archetype-app-first .game-card,
body.dna-archetype-app-first .comparison-card {
    background: linear-gradient(180deg, rgba(255, 0, 85, 0.08), rgba(0, 240, 255, 0.03));
}

body.dna-archetype-app-first .widget-title,
body.dna-archetype-app-first .faq-home-section h2,
body.dna-archetype-app-first .article-takeaway-strip strong {
    color: #ffd6e6;
    letter-spacing: 0.08em;
}

body.dna-archetype-trust-first .article-card,
body.dna-archetype-trust-first .game-card,
body.dna-archetype-trust-first .faq-home-section,
body.dna-archetype-trust-first .comparison-card,
body.dna-archetype-trust-first .step-card,
body.dna-archetype-trust-first .hero-sidecard,
body.dna-archetype-trust-first .sidebar-widget,
body.dna-archetype-trust-first .article-takeaway-strip {
    border-radius: 16px;
    border: 1px solid rgba(0, 240, 255, 0.18);
    box-shadow: 0 12px 28px rgba(0, 240, 255, 0.1);
}

body.dna-archetype-trust-first .article-card,
body.dna-archetype-trust-first .game-card,
body.dna-archetype-trust-first .faq-home-section,
body.dna-archetype-trust-first .sidebar-widget {
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.06), rgba(255, 255, 255, 0.02));
}

body.dna-archetype-trust-first .widget-title,
body.dna-archetype-trust-first .faq-home-section h2,
body.dna-archetype-trust-first .article-takeaway-strip strong {
    color: #d8fbff;
    letter-spacing: 0.06em;
}

body.dna-archetype-content-first .article-card,
body.dna-archetype-content-first .game-card,
body.dna-archetype-content-first .faq-home-section,
body.dna-archetype-content-first .comparison-card,
body.dna-archetype-content-first .step-card,
body.dna-archetype-content-first .hero-sidecard,
body.dna-archetype-content-first .sidebar-widget,
body.dna-archetype-content-first .article-takeaway-strip {
    border-radius: 14px;
    border: 1px solid rgba(215, 184, 255, 0.2);
    box-shadow: 0 10px 24px rgba(176, 38, 255, 0.1);
}

body.dna-archetype-content-first .article-card,
body.dna-archetype-content-first .comparison-card,
body.dna-archetype-content-first .faq-home-section,
body.dna-archetype-content-first .article-takeaway-strip {
    background: linear-gradient(180deg, rgba(215, 184, 255, 0.07), rgba(255, 255, 255, 0.015));
}

body.dna-archetype-content-first .widget-title,
body.dna-archetype-content-first .faq-home-section h2,
body.dna-archetype-content-first .article-takeaway-strip strong {
    color: #efe3ff;
    letter-spacing: 0.035em;
    text-transform: none;
}

body.dna-archetype-app-first .article-takeaway-strip {
    border-left: 4px solid rgba(255, 0, 85, 0.8);
}

body.dna-archetype-trust-first .article-takeaway-strip {
    border-left: 4px solid rgba(0, 240, 255, 0.75);
}

body.dna-archetype-content-first .article-takeaway-strip {
    border-left: 4px solid rgba(215, 184, 255, 0.8);
}

body.dna-archetype-app-first .counter-item,
body.dna-archetype-app-first .stat-item {
    background: linear-gradient(180deg, rgba(255, 0, 85, 0.12), rgba(255, 255, 255, 0.02));
}

body.dna-archetype-trust-first .counter-item,
body.dna-archetype-trust-first .stat-item {
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.08), rgba(255, 255, 255, 0.02));
}

body.dna-archetype-content-first .counter-item,
body.dna-archetype-content-first .stat-item {
    background: linear-gradient(180deg, rgba(215, 184, 255, 0.08), rgba(255, 255, 255, 0.015));
}
