/* SEO Pages Styles */

.seo-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* Hero Section */
.seo-hero {
  padding: 48px 24px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

.seo-hero-particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 15% 25%, rgba(109,40,217,.35), transparent),
    radial-gradient(1px 1px at 85% 40%, rgba(109,40,217,.25), transparent),
    radial-gradient(1.5px 1.5px at 50% 15%, rgba(109,40,217,.2), transparent),
    radial-gradient(1px 1px at 30% 70%, rgba(109,40,217,.15), transparent),
    radial-gradient(1px 1px at 70% 80%, rgba(109,40,217,.2), transparent);
  pointer-events: none;
  animation: seo-float 8s ease-in-out infinite;
}

@keyframes seo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

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

.seo-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 16px;
}

.seo-breadcrumb a {
  color: #a78bfa;
  text-decoration: none;
  transition: color 150ms;
}

.seo-breadcrumb a:hover {
  color: #c4b5fd;
}

.seo-breadcrumb-sep {
  color: #6b7280;
}

.seo-hero-title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  color: #e5e0f0;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.seo-hero-title span {
  background: linear-gradient(135deg, #6d28d9 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-hero-sub {
  color: #9ca3af;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Content Layout */
.seo-content {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  margin-bottom: 48px;
}

.seo-article {
  background: var(--panel-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 32px;
}

.seo-article h2 {
  font-size: 22px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.seo-article h2:first-child {
  margin-top: 0;
}

.seo-article h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e5e0f0;
  margin: 24px 0 12px;
}

.seo-article p {
  color: #d1d5db;
  line-height: 1.7;
  margin: 0 0 16px;
}

.seo-article ul, .seo-article ol {
  color: #d1d5db;
  margin: 0 0 16px;
  padding-left: 24px;
}

.seo-article li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.seo-article strong {
  color: #e5e0f0;
  font-weight: 600;
}

.seo-article a {
  color: #a78bfa;
  text-decoration: none;
  border-bottom: 1px solid rgba(167,139,250,.35);
  transition: color 150ms, border-color 150ms;
}

.seo-article a:hover {
  color: #c4b5fd;
  border-color: rgba(196,181,253,.6);
}

/* Comparison Table */
.seo-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.seo-comparison-table th {
  background: rgba(109,40,217,.15);
  color: #e5e0f0;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 2px solid rgba(109,40,217,.3);
}

.seo-comparison-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #d1d5db;
}

.seo-comparison-table tr:hover td {
  background: rgba(109,40,217,.05);
}

.seo-comparison-table .seo-table-highlight {
  color: #22c55e;
  font-weight: 600;
}

/* Casino Card in Review */
.seo-casino-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.seo-casino-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  padding: 8px;
}

.seo-casino-info {
  flex: 1;
}

.seo-casino-name {
  font-size: 28px;
  font-weight: 800;
  color: #e5e0f0;
  margin: 0 0 8px;
}

.seo-casino-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.seo-casino-stars {
  color: #fbbf24;
  font-size: 18px;
}

.seo-casino-rating-text {
  color: #9ca3af;
  font-size: 14px;
}

.seo-casino-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.seo-casino-badge {
  background: rgba(109,40,217,.2);
  color: #a78bfa;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
}

/* Review Sections */
.seo-review-section {
  margin-bottom: 32px;
}

.seo-review-section h2 {
  font-size: 18px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.seo-review-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 16px;
}

.seo-review-item-label {
  font-size: 12px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
}

.seo-review-item-value {
  font-size: 16px;
  font-weight: 600;
  color: #e5e0f0;
}

.seo-review-item-value--positive {
  color: #22c55e;
}

.seo-review-item-value--negative {
  color: #ef4444;
}

/* Pros and Cons */
.seo-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 24px 0;
}

.seo-pros, .seo-cons {
  background: rgba(255,255,255,.03);
  border-radius: 12px;
  padding: 20px;
}

.seo-pros h3 {
  color: #22c55e !important;
  font-size: 16px;
  margin: 0 0 12px !important;
}

.seo-cons h3 {
  color: #ef4444 !important;
  font-size: 16px;
  margin: 0 0 12px !important;
}

.seo-pros ul, .seo-cons ul {
  margin: 0;
  padding-left: 20px;
}

.seo-pros li, .seo-cons li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* CTA Button */
.seo-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 100%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(109,40,217,.4);
  transition: transform 150ms, box-shadow 150ms;
}

.seo-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(109,40,217,.5);
  color: #fff;
}

.seo-cta-btn:active {
  transform: scale(.98);
}

.seo-cta-btn--secondary {
  background: transparent;
  color: #e5e0f0;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: none;
}

.seo-cta-btn--secondary:hover {
  border-color: rgba(109,40,217,.5);
  color: #a78bfa;
}

/* Sidebar */
.seo-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.seo-sidebar-card {
  background: var(--panel-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 20px;
}

.seo-sidebar-title {
  font-size: 14px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.seo-sidebar-casino {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-decoration: none;
  transition: opacity 150ms;
}

.seo-sidebar-casino:last-of-type {
  border-bottom: none;
}

.seo-sidebar-casino:hover {
  opacity: 0.8;
}

.seo-sidebar-casino-name {
  font-weight: 600;
  color: #e5e0f0;
  font-size: 14px;
}

.seo-sidebar-casino-bonus {
  font-size: 12px;
  color: #22c55e;
  font-weight: 600;
}

.seo-sidebar-link {
  display: block;
  color: #a78bfa;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: color 150ms;
}

.seo-sidebar-link:hover {
  color: #c4b5fd;
}

.seo-sidebar-link:last-child {
  border-bottom: none;
}

.seo-trust-badge {
  text-align: center;
}

.seo-trust-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.seo-trust-badge p {
  color: #9ca3af;
  font-size: 12px;
  margin: 0;
}

/* FAQ Section */
.seo-faq {
  margin: 48px 0;
}

.seo-faq-title {
  font-size: 24px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 0 0 24px;
  text-align: center;
}

.seo-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.seo-faq-item {
  background: var(--panel-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
}

.seo-faq-question {
  padding: 16px 20px;
  font-weight: 600;
  color: #e5e0f0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 150ms;
}

.seo-faq-question::-webkit-details-marker {
  display: none;
}

.seo-faq-question::after {
  content: '+';
  font-size: 20px;
  color: #a78bfa;
  transition: transform 200ms;
}

.seo-faq-item[open] .seo-faq-question::after {
  transform: rotate(45deg);
}

.seo-faq-item:hover .seo-faq-question {
  background: rgba(109,40,217,.05);
}

.seo-faq-answer {
  padding: 0 20px 16px;
  color: #d1d5db;
  line-height: 1.7;
}

/* Bottom CTA */
.seo-cta {
  background: linear-gradient(135deg, rgba(109,40,217,.2) 0%, rgba(124,58,237,.1) 100%);
  border: 1px solid rgba(109,40,217,.3);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin: 48px 0;
}

.seo-cta-content {
  max-width: 500px;
  margin: 0 auto;
}

.seo-cta-title {
  font-size: 22px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 0 0 20px;
}

/* Internal Links Grid */
.seo-internal-links {
  margin: 48px 0;
}

.seo-internal-links-title {
  font-size: 20px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 0 0 20px;
  text-align: center;
}

.seo-internal-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.seo-internal-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--panel-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 150ms, transform 150ms;
}

.seo-internal-link-card:hover {
  border-color: rgba(109,40,217,.4);
  transform: translateY(-2px);
}

.seo-internal-link-icon {
  font-size: 24px;
}

.seo-internal-link-text {
  color: #e5e0f0;
  font-weight: 500;
  font-size: 14px;
}

/* Responsible Gaming */
.seo-responsible-gaming {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(255,255,255,.03);
  border-radius: 12px;
  margin-top: 48px;
}

.seo-rg-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.seo-responsible-gaming p {
  color: #9ca3af;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

.seo-responsible-gaming a {
  color: #a78bfa;
}

/* Rating Stars Display */
.seo-rating-display {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(109,40,217,.1);
  border-radius: 12px;
  margin: 24px 0;
}

.seo-rating-number {
  font-size: 42px;
  font-weight: 800;
  color: #fbbf24;
}

.seo-rating-label {
  font-size: 14px;
  color: #9ca3af;
}

/* Target Player Badge */
.seo-target-player {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.2);
  border-radius: 9999px;
  color: #22c55e;
  font-size: 13px;
  font-weight: 600;
  margin: 16px 0;
}

/* Final Verdict */
.seo-verdict {
  background: linear-gradient(135deg, rgba(109,40,217,.15) 0%, rgba(124,58,237,.08) 100%);
  border: 1px solid rgba(109,40,217,.3);
  border-radius: 16px;
  padding: 24px;
  margin: 32px 0;
}

.seo-verdict h3 {
  font-size: 18px;
  font-weight: 700;
  color: #e5e0f0;
  margin: 0 0 12px;
}

.seo-verdict p {
  color: #d1d5db;
  margin: 0;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 900px) {
  .seo-content {
    grid-template-columns: 1fr;
  }
  
  .seo-sidebar {
    order: -1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .seo-sidebar-card {
    flex: 1;
    min-width: 250px;
  }
}

@media (max-width: 600px) {
  .seo-page {
    padding: 0 16px 60px;
  }
  
  .seo-hero {
    padding: 32px 16px 24px;
  }
  
  .seo-hero-title {
    font-size: 28px;
  }
  
  .seo-article {
    padding: 20px;
  }
  
  .seo-casino-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .seo-pros-cons {
    grid-template-columns: 1fr;
  }
  
  .seo-review-grid {
    grid-template-columns: 1fr;
  }
  
  .seo-cta {
    padding: 24px;
  }
  
  .seo-internal-links-grid {
    grid-template-columns: 1fr;
  }
}