.landing-page .btn-hero-primary,
.landing-page .btn-primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.35);
  font-weight: 800;
  border-radius: 12px;
}
.landing-page .btn-hero-outline,
.landing-page .btn-outline-primary {
  background: rgba(14, 18, 26, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #e2e8f0 !important;
  font-weight: 700;
  border-radius: 12px;
}

html[data-theme="light"] .landing-page .btn-hero-outline,
html[data-theme="light"] .landing-page .btn-outline-primary {
  background: #fff !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

html[data-theme="light"] .landing-page .btn-hero-outline:hover,
html[data-theme="light"] .landing-page .btn-outline-primary:hover {
  background: #f8fafc !important;
  border-color: color-mix(in srgb, var(--afram-accent, #38bdf8) 38%, #e2e8f0) !important;
  color: #0f172a !important;
}
.landing-page .navbar-brand,
.landing-page .landing-nav .navbar-brand {
  color: #f1f5f9 !important;
  font-weight: 800;
}

html[data-theme="light"] .landing-page .navbar-brand,
html[data-theme="light"] .landing-page .landing-nav .navbar-brand,
html[data-theme="light"] .home-page .home-nav-brand,
html[data-theme="light"] .home-page .home-nav-name {
  color: #0f172a !important;
}
.landing-page .text-primary { color: #a5b4fc !important; }

.landing-nav > .container-xl {
  display: block;
}

.landing-nav-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem 1rem;
  width: 100%;
  min-height: 2.75rem;
}

.landing-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  font-size: 1.25rem;
  cursor: pointer;
  flex-shrink: 0;
}

[data-theme="light"] .landing-menu-btn {
  border-color: var(--afram-border);
  background: var(--afram-surface);
  color: var(--afram-text);
}

.landing-nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex: 1 1 auto;
  min-width: 0;
}

.landing-nav-end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-inline-start: auto;
  flex-shrink: 0;
  height: 2.75rem;
}

.landing-nav-end .theme-btn-wrap {
  width: 40px;
  height: 40px;
  line-height: 0;
}

.landing-nav-end .btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  line-height: 1.2;
}

.landing-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(18rem, 88vw);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1rem 0.85rem calc(1rem + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, var(--afram-sidebar-from, #040810) 0%, var(--afram-sidebar-mid, #0f1d32) 50%, var(--afram-sidebar-to, #020508) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.4);
  transform: translateX(105%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.landing-sidebar::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 9rem;
  pointer-events: none;
  background: radial-gradient(ellipse at 70% 0%, color-mix(in srgb, var(--afram-accent) 28%, transparent), transparent 70%);
}

.landing-sidebar.open {
  transform: translateX(0);
}

.landing-sidebar-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-sidebar-head .sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  text-decoration: none;
  color: #fff;
}

.landing-sidebar-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  cursor: pointer;
  flex-shrink: 0;
}

.landing-sidebar-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1 1 auto;
  overflow-y: auto;
}

.landing-sidebar-nav .nav-section-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.38);
  padding: 0.55rem 0.85rem 0.35rem;
}

.landing-sidebar-nav .nav-section-label::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent);
}

.landing-sidebar-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid transparent;
  transition: background 0.15s, color 0.15s;
}

.landing-sidebar-nav a .nav-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
}

.landing-sidebar-nav a:hover {
  background: color-mix(in srgb, var(--afram-accent) 18%, rgba(255, 255, 255, 0.06));
  border-color: color-mix(in srgb, var(--afram-accent) 30%, transparent);
  color: #fff;
}

.landing-sidebar-nav a:hover .nav-link-icon {
  background: color-mix(in srgb, var(--afram-accent) 50%, transparent);
  color: #fff;
}

.landing-sidebar-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
  .landing-sidebar,
  .landing-page > .sidebar-overlay {
    display: none !important;
  }
}

[data-theme="light"] .landing-sidebar {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-left-color: var(--afram-border);
}

[data-theme="light"] .landing-sidebar-head {
  border-bottom-color: var(--afram-border);
}

[data-theme="light"] .landing-sidebar-head .sidebar-brand,
[data-theme="light"] .landing-sidebar-nav a {
  color: var(--afram-text);
}

[data-theme="light"] .landing-sidebar-nav .nav-section-label {
  color: var(--afram-text-muted);
}

[data-theme="light"] .landing-sidebar-nav a .nav-link-icon {
  background: var(--afram-surface-2, #f1f5f9);
  color: var(--afram-accent);
}

[data-theme="light"] .landing-sidebar-close {
  border-color: var(--afram-border);
  background: var(--afram-surface);
  color: var(--afram-text);
}

[data-theme="light"] .landing-sidebar-actions {
  border-top-color: var(--afram-border);
}

[data-theme="light"] .landing-sidebar-head .sidebar-brand-sub {
  color: var(--afram-text-muted);
}

.landing-nav .nav-section-link {
  color: #94a3b8;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
}

.landing-nav .nav-section-link:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
}

[data-theme="light"] .landing-nav .nav-section-link {
  color: var(--afram-text-muted);
}

[data-theme="light"] .landing-nav .nav-section-link:hover {
  color: var(--afram-text);
  background: color-mix(in srgb, var(--afram-accent) 10%, transparent);
}

.landing-hero {
  padding: 3.5rem 0 2.5rem;
}

.landing-hero h1 {
  line-height: 1.25;
}

.hero-cta-row {
  margin-bottom: 1.25rem;
}

.hero-secondary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
}

.hero-secondary-links a {
  color: #94a3b8;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.15s;
}[data-theme="light"] .hero-secondary-links a {
  color: var(--afram-text-muted);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hero-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-trust-chip i {
  font-size: 0.95rem;
  opacity: 0.85;
}[data-theme="light"] .hero-trust-chip {
  background: var(--afram-surface);
  border-color: var(--afram-border);
  color: var(--afram-text-muted);
}

/* Hero dashboard mock */
.hero-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-dashboard-mock {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.hero-mock-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.25rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}[data-theme="light"] .hero-mock-card {
  background: var(--afram-surface);
  border-color: var(--afram-border);
  box-shadow: var(--afram-shadow-lg);
}

.hero-mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}[data-theme="light"] .hero-mock-header {
  border-bottom-color: var(--afram-border);
}

.hero-mock-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #e2e8f0;
}[data-theme="light"] .hero-mock-title {
  color: var(--afram-text);
}

.hero-mock-badge {
  font-size: 0.7rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.hero-mock-job {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0;
}

.hero-mock-job + .hero-mock-job {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}[data-theme="light"] .hero-mock-job + .hero-mock-job {
  border-top-color: var(--afram-border);
}

.hero-mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-mock-dot.blue { background: #3b82f6; box-shadow: 0 0 8px rgba(59, 130, 246, 0.6); }

.hero-mock-dot.purple { background: #a78bfa; box-shadow: 0 0 8px rgba(167, 139, 250, 0.5); }

.hero-mock-dot.cyan { background: #22d3ee; box-shadow: 0 0 8px rgba(34, 211, 238, 0.5); }

.hero-mock-dot.green { background: #22c55e; box-shadow: 0 0 8px rgba(34, 197, 94, 0.5); }

.hero-mock-job-info { flex: 1; min-width: 0; }

.hero-mock-job-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #f1f5f9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}[data-theme="light"] .hero-mock-job-name {
  color: var(--afram-text);
}

.hero-mock-job-stage {
  font-size: 0.72rem;
  color: #64748b;
}

.hero-mock-progress {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}[data-theme="light"] .hero-mock-progress {
  border-top-color: var(--afram-border);
}

.hero-mock-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.hero-mock-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}[data-theme="light"] .hero-mock-progress-bar {
  background: var(--afram-surface-2);
}

.hero-mock-progress-fill {
  height: 100%;
  width: 72%;
  border-radius: 999px;
  background: var(--afram-gradient-btn, linear-gradient(90deg, #a16207, #d4a054));
}

.hero-card-float {
  animation: hero-float 4s ease-in-out infinite;
}

.hcf-2 { animation-delay: -1.3s; }

.hcf-3 { animation-delay: -2.6s; }

@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hcf-2 { animation-name: hero-float-side; }

@keyframes hero-float-side {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(calc(-50% - 6px)); }
}

.landing-svc-sublist {
  padding-right: 1.1rem;
  margin: 0;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.85;
}

.landing-svc-sublist li + li {
  margin-top: 0.2rem;
}[data-theme="light"] .landing-svc-sublist,
.theme-portal .landing-svc-sublist {
  color: var(--afram-text-muted);
}

.landing-svc-sublist strong {
  color: #94a3b8;
  font-weight: 600;
}[data-theme="light"] .landing-svc-sublist strong {
  color: var(--afram-text-secondary);
}

/* Cat Click promo */
.landing-catclick {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.landing-catclick-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(139, 92, 246, 0.1));
  border: 1px solid rgba(96, 165, 250, 0.25);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.12);
}[data-theme="light"] .landing-catclick-inner {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(139, 92, 246, 0.05));
  border-color: color-mix(in srgb, var(--afram-accent) 25%, transparent);
}

.landing-catclick-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.3);
  flex-shrink: 0;
}

.landing-catclick-code {
  font-size: 1.75rem;
  font-weight: 900;
  color: #fbbf24;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
  direction: ltr;
  display: inline-block;
}

.landing-catclick-body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 0.35rem;
}[data-theme="light"] .landing-catclick-body h3 {
  color: var(--afram-text);
}

.landing-catclick-body p {
  color: #94a3b8;
  font-size: 0.9rem;
  margin: 0;
}[data-theme="light"] .landing-catclick-body p {
  color: var(--afram-text-muted);
}

/* Stats with icons */
.landing-stats-bar {
  position: relative;
  z-index: 1;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.stat-icon.si-blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }

.stat-icon.si-purple { background: rgba(139, 92, 246, 0.15); color: #a78bfa; }

.stat-icon.si-cyan { background: rgba(6, 182, 212, 0.15); color: #22d3ee; }

.stat-icon.si-green { background: rgba(34, 197, 94, 0.15); color: #4ade80; }

/* Section backgrounds */
.landing-section-alt {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 1;
}[data-theme="light"] .landing-section-alt {
  background: var(--afram-surface-2);
  border-color: var(--afram-border);
}

/* How-it-works timeline */
.how-timeline {
  position: relative;
}

.how-timeline::before {
  content: '';
  position: absolute;
  top: 26px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: var(--afram-gradient-text, linear-gradient(90deg, #a16207, #d4a054, #0d9488, #3d6b4f));
  opacity: 0.35;
  z-index: 0;
}

.how-step {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  transition: transform 0.2s, border-color 0.2s;
}[data-theme="light"] .how-step {
  background: var(--afram-surface);
  border-color: var(--afram-border);
}

.how-step a {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 600;
}

/* Games */
.landing-games {
  position: relative;
  z-index: 1;
}

.game-card-landing-link {
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  color: inherit;
}

/* CTA band */
.landing-cta-band {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0;
}

.landing-cta-inner {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(124, 58, 237, 0.15));
  border: 1px solid rgba(96, 165, 250, 0.2);
}[data-theme="light"] .landing-cta-inner {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.07));
}

.landing-cta-inner h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 0.75rem;
}[data-theme="light"] .landing-cta-inner h2 {
  color: var(--afram-text);
}

.landing-cta-inner p {
  color: #94a3b8;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  font-size: 0.95rem;
}[data-theme="light"] .landing-cta-inner p {
  color: var(--afram-text-muted);
}

/* Footer */
.landing-page .landing-footer {
  margin-top: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%),
    rgba(4, 9, 18, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .landing-page .landing-footer {
  background: #fff;
  border-top-color: var(--afram-border);
}

.landing-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 1.15fr;
  gap: 2rem 1.75rem;
  padding: 2.75rem 0 1.75rem;
}

.landing-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  font-size: 1.02rem;
  color: #f1f5f9;
  text-decoration: none;
  margin-bottom: 0.7rem;
}

[data-theme="light"] .landing-footer-brand {
  color: var(--afram-text);
}

.landing-footer-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--afram-accent, #38bdf8) 22%, transparent);
  color: var(--afram-accent, #38bdf8);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.landing-footer-desc {
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.85;
  max-width: 18rem;
  margin: 0 0 1rem;
}

[data-theme="light"] .landing-footer-desc {
  color: var(--afram-text-muted);
}

.landing-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.landing-footer-social-btn {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0 !important;
  font-size: 1.05rem;
  text-decoration: none !important;
  transition: border-color 0.15s, color 0.15s, background 0.15s, transform 0.15s;
}

.landing-footer-social-btn:hover {
  color: var(--afram-accent, #38bdf8) !important;
  border-color: color-mix(in srgb, var(--afram-accent, #38bdf8) 45%, transparent);
  background: color-mix(in srgb, var(--afram-accent, #38bdf8) 12%, transparent);
  transform: translateY(-1px);
}

[data-theme="light"] .landing-footer-social-btn {
  background: #f8fafc;
  border-color: var(--afram-border);
  color: var(--afram-text) !important;
}

.landing-footer-col h4 {
  font-size: 0.82rem;
  font-weight: 800;
  color: #e2e8f0;
  margin: 0 0 0.95rem;
}

[data-theme="light"] .landing-footer-col h4 {
  color: var(--afram-text);
}

.landing-footer-links,
.landing-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-footer-links li + li,
.landing-footer-contact li + li {
  margin-top: 0.55rem;
}

.landing-footer-links a,
.landing-footer-contact a {
  color: #94a3b8;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.15s;
}

.landing-footer-links a:hover,
.landing-footer-contact a:hover {
  color: var(--afram-accent, #38bdf8);
}

[data-theme="light"] .landing-footer-links a,
[data-theme="light"] .landing-footer-contact a,
[data-theme="light"] .landing-footer-contact span {
  color: var(--afram-text-muted);
}

[data-theme="light"] .landing-footer-links a:hover,
[data-theme="light"] .landing-footer-contact a:hover {
  color: var(--afram-accent);
}

.landing-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.7;
}

.landing-footer-contact i {
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: var(--afram-accent, #38bdf8);
  font-size: 1rem;
}

.landing-footer-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.landing-footer-routes a {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.landing-footer-routes a:hover {
  color: var(--afram-accent, #38bdf8);
  border-color: color-mix(in srgb, var(--afram-accent, #38bdf8) 40%, transparent);
}

[data-theme="light"] .landing-footer-routes a {
  background: #f8fafc;
  border-color: var(--afram-border);
  color: var(--afram-text);
}

.landing-footer-bottom {
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: #64748b;
  font-size: 0.8rem;
}

[data-theme="light"] .landing-footer-bottom {
  border-top-color: var(--afram-border);
  color: var(--afram-text-muted);
}

.landing-footer-credit {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  color: #94a3b8;
  font-size: 0.8rem;
}

.landing-footer-credit strong {
  font-weight: 700;
  color: #e2e8f0;
}

.landing-footer-credit a {
  color: var(--afram-accent, #38bdf8);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.landing-footer-credit a:hover {
  text-decoration: underline;
}

[data-theme="light"] .landing-footer-credit {
  color: var(--afram-text-muted);
}

[data-theme="light"] .landing-footer-credit strong {
  color: var(--afram-text);
}

.landing-footer-pair {
  display: contents;
}

@media (max-width: 991px) {
  .how-timeline::before {
    display: none;
  }

.landing-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.25rem;
  }

  .landing-footer-brand-col {
    grid-column: 1 / -1;
  }

  .landing-footer-pair {
    display: contents;
  }
}

@media (max-width: 575.98px) {
  .landing-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.45rem 1rem;
  }

  .landing-footer-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.1rem;
    grid-column: 1 / -1;
  }

.hero-visual {
    height: auto;
    margin-top: 2rem;
  }

.hero-card-float {
    display: none;
  }
}

@media (max-width: 767px) {
  .landing-catclick-inner {
    padding: 1.25rem;
    text-align: center;
    justify-content: center;
  }

.landing-catclick-body {
    text-align: center;
  }

.landing-cta-inner {
    padding: 2rem 1.25rem;
  }
}

/* ─── Professional landing v2 ─── */
.landing-nav.is-scrolled {
  background: rgba(8, 13, 20, 0.96);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

[data-theme="light"] .landing-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.landing-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 20%, transparent 75%);
  opacity: 0.35;
}

.landing-hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -120px;
  left: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.22), transparent 68%);
  pointer-events: none;
}

.landing-hero-lead {
  font-size: clamp(1rem, 2vw, 1.08rem);
  color: #94a3b8;
  max-width: 34rem;
  line-height: 1.95;
  margin-bottom: 1.75rem;
}

[data-theme="light"] .landing-hero-lead {
  color: var(--afram-text-muted);
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.landing-hero-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: border-color 0.2s, background 0.2s;
}

.landing-hero-contact:hover {
  color: #fff;
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(59, 130, 246, 0.12);
}

[data-theme="light"] .landing-hero-contact {
  background: var(--afram-surface);
  border-color: var(--afram-border);
  color: var(--afram-text);
}

.landing-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.landing-why-card {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.landing-why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.landing-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}

.landing-why-icon.wi-blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }
.landing-why-icon.wi-purple { background: rgba(139, 92, 246, 0.15); color: #a78bfa; }
.landing-why-icon.wi-cyan { background: rgba(6, 182, 212, 0.15); color: #22d3ee; }
.landing-why-icon.wi-green { background: rgba(34, 197, 94, 0.15); color: #4ade80; }

.landing-why-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 0.45rem;
}

.landing-why-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.75;
  color: #64748b;
}

[data-theme="light"] .landing-why-card {
  background: var(--afram-surface);
  border-color: var(--afram-border);
}

[data-theme="light"] .landing-why-card h3 {
  color: var(--afram-text);
}

[data-theme="light"] .landing-why-card p {
  color: var(--afram-text-muted);
}

.service-card-landing:hover,
.feature-card-pro:hover,
.how-step:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 165, 250, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.landing-contact-strip {
  position: relative;
  z-index: 1;
  padding: 2rem 0 0;
}

.landing-contact-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-contact-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 0.35rem;
}

.landing-contact-sub {
  font-size: 0.86rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.7;
}

.landing-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  text-decoration: none;
  min-height: 100%;
}

.landing-contact-item i {
  font-size: 1.15rem;
  color: #60a5fa;
  margin-top: 0.1rem;
}

.landing-contact-item strong {
  display: block;
  color: #f1f5f9;
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
}

.landing-contact-item span {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #94a3b8;
}

.landing-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.landing-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.landing-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.landing-faq-item summary::-webkit-details-marker {
  display: none;
}

.landing-faq-item summary::after {
  content: '+';
  font-size: 1.2rem;
  color: #60a5fa;
  flex-shrink: 0;
}

.landing-faq-item[open] summary::after {
  content: '−';
}

.landing-faq-body {
  padding: 0 1.15rem 1rem;
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.85;
}

[data-theme="light"] .landing-contact-inner {
  background: var(--afram-surface);
  border-color: var(--afram-border);
}

[data-theme="light"] .landing-contact-title {
  color: var(--afram-text);
}

[data-theme="light"] .landing-contact-sub,
[data-theme="light"] .landing-contact-item span {
  color: var(--afram-text-muted);
}

[data-theme="light"] .landing-contact-item {
  background: var(--afram-surface-2, #f8fafc);
  border-color: var(--afram-border);
  color: var(--afram-text-secondary);
}

[data-theme="light"] .landing-contact-item strong {
  color: var(--afram-text);
}

[data-theme="light"] .landing-faq-item {
  background: var(--afram-surface);
  border-color: var(--afram-border);
}

[data-theme="light"] .landing-faq-item summary {
  color: var(--afram-text);
}

[data-theme="light"] .landing-faq-body {
  color: var(--afram-text-muted);
}

.landing-games-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.landing-games-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.84rem;
  transition: border-color 0.2s, transform 0.2s;
}

.landing-games-chip:hover {
  color: #fff;
  border-color: rgba(167, 139, 250, 0.45);
  transform: translateY(-2px);
}

[data-theme="light"] .landing-games-chip {
  background: var(--afram-surface);
  border-color: var(--afram-border);
  color: var(--afram-text-secondary);
}

.landing-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.landing-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .landing-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-contact-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .landing-why-grid,
  .landing-contact-inner {
    grid-template-columns: 1fr;
  }

  .landing-hero-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}