/*
Theme Name: RealitySimu
Theme URI: https://example.com/realitysimu
Author: RealitySimu
Description: Dark futuristic Reality TV simulator WordPress theme with neon cinematic styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: realitysimu
*/

:root {
  --rs-bg: #030613;
  --rs-bg-2: #080b1c;
  --rs-panel: rgba(10, 16, 35, 0.72);
  --rs-panel-strong: rgba(14, 22, 48, 0.92);
  --rs-text: #ffffff;
  --rs-muted: #b8bfd4;
  --rs-border: rgba(139, 92, 246, 0.45);
  --rs-purple: #c026d3;
  --rs-violet: #8b5cf6;
  --rs-blue: #22a8ff;
  --rs-cyan: #38e8ff;
  --rs-radius: 18px;
  --rs-shadow: 0 0 40px rgba(139, 92, 246, 0.24);
  --rs-gradient: linear-gradient(135deg, #dc28ff 0%, #7c3cff 46%, #18a7ff 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 70% 10%, rgba(73, 43, 255, 0.24), transparent 32rem),
    radial-gradient(circle at 15% 30%, rgba(31, 139, 255, 0.16), transparent 27rem),
    var(--rs-bg);
  color: var(--rs-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--rs-cyan); outline-offset: 4px; }
img { max-width: 100%; height: auto; display: block; }

.rs-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.rs-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(3, 6, 19, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(91, 143, 255, 0.22);
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.16);
}
.rs-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rs-logo { display: inline-flex; align-items: center; gap: 12px; font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 900; letter-spacing: -0.05em; }
.rs-logo-mark { width: 28px; height: 28px; position: relative; filter: drop-shadow(0 0 12px rgba(139,92,246,.9)); }
.rs-logo-mark::before,
.rs-logo-mark::after { content:""; position:absolute; inset:0; border:2px solid transparent; }
.rs-logo-mark::before { border-top-color: var(--rs-violet); border-left-color: var(--rs-violet); border-radius: 5px 0 0 0; }
.rs-logo-mark::after { inset: 8px 0 0 8px; border-bottom-color: var(--rs-blue); border-right-color: var(--rs-blue); border-radius: 0 0 5px 0; }
.rs-logo-simu { background: var(--rs-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rs-main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 14px; }
.rs-main-nav a { display: inline-flex; padding: 10px 16px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-transform: uppercase; font-size: .82rem; letter-spacing: .03em; color: #edf1ff; }
.rs-main-nav .current-menu-item > a,
.rs-main-nav .current_page_item > a,
.rs-main-nav a:hover { border-color: rgba(139,92,246,.9); background: rgba(139, 92, 246, 0.12); box-shadow: 0 0 22px rgba(139, 92, 246, 0.35), inset 0 0 14px rgba(34, 168, 255, 0.08); }
.rs-menu-toggle { display: none; }

.rs-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(124, 58, 237, .3);
  background: #030613;
}
.rs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--rs-hero-image, radial-gradient(circle at 75% 35%, rgba(34, 168, 255, 0.34), transparent 18rem));
  background-position: center;
  background-size: cover;
  opacity: .48;
}
.rs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,6,19,.98) 0%, rgba(3,6,19,.86) 34%, rgba(3,6,19,.35) 68%, rgba(3,6,19,.62) 100%),
    radial-gradient(circle at 70% 5%, rgba(168, 85, 247, 0.58), transparent 17rem),
    radial-gradient(circle at 79% 52%, rgba(34, 168, 255, 0.38), transparent 22rem);
}
.rs-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(280px, 560px) 1fr; align-items: center; gap: 40px; padding: 94px 0; }
.rs-kicker { color: var(--rs-cyan); text-transform: uppercase; font-weight: 900; letter-spacing: .18em; font-size: .78rem; margin-bottom: 16px; }
.rs-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 5.7rem); line-height: .98; letter-spacing: .03em; font-weight: 950; text-transform: uppercase; text-shadow: 0 0 30px rgba(255,255,255,.15); }
.rs-hero p { color: #d8dcec; font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 620px; margin: 22px 0 32px; }
.rs-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.rs-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border-radius: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rs-button:hover { transform: translateY(-2px); }
.rs-button-primary { background: var(--rs-gradient); color: white; box-shadow: 0 0 28px rgba(139, 92, 246, .4); }
.rs-button-secondary { border: 1px solid rgba(255,255,255,.56); background: rgba(255,255,255,.04); color: white; backdrop-filter: blur(12px); }
.rs-button-secondary:hover { border-color: var(--rs-cyan); box-shadow: 0 0 22px rgba(34, 168, 255, .22); }
.rs-stage-orb { min-height: 360px; border-radius: 999px; border: 1px solid rgba(56, 232, 255, .17); background: radial-gradient(circle, rgba(34,168,255,.22), transparent 55%); filter: blur(.1px); box-shadow: inset 0 0 70px rgba(139,92,246,.24), 0 0 70px rgba(34,168,255,.18); }

.rs-section { padding: 70px 0; }
.rs-section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 26px; }
.rs-section-title { margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; text-transform: uppercase; letter-spacing: -.025em; }
.rs-section-subtitle { margin: 6px 0 0; color: var(--rs-muted); }
.rs-section-icon { color: var(--rs-purple); filter: drop-shadow(0 0 10px rgba(220, 40, 255, .7)); }

.rs-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rs-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: var(--rs-radius);
  background: linear-gradient(180deg, rgba(16,24,52,.82), rgba(8,11,28,.92));
  border: 1px solid var(--card-accent, rgba(139,92,246,.42));
  box-shadow: 0 12px 36px rgba(0,0,0,.36);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.rs-card:hover { transform: translateY(-6px); border-color: var(--card-accent, var(--rs-violet)); box-shadow: 0 16px 48px rgba(0,0,0,.46), 0 0 32px color-mix(in srgb, var(--card-accent, #8b5cf6) 42%, transparent); }
.rs-card-image { aspect-ratio: 16 / 11; background: radial-gradient(circle at 50% 35%, rgba(34,168,255,.5), rgba(139,92,246,.24) 35%, rgba(5,7,20,.95) 75%); overflow: hidden; }
.rs-card-image img { width: 100%; height: 100%; object-fit: cover; }
.rs-card-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.rs-card-title { margin: 0; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.05; font-weight: 950; color: white; }
.rs-card-description { margin: 0; color: #ccd2e4; }
.rs-card-button { margin-top: auto; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid var(--card-accent, var(--rs-violet)); color: #f8f5ff; border-radius: 10px; min-height: 44px; padding: 0 18px; font-weight: 900; text-transform: uppercase; background: rgba(124,58,237,.08); box-shadow: inset 0 0 14px rgba(34, 168, 255, .08); }
.rs-card-button:hover { background: rgba(124,58,237,.18); }
.rs-card-featured::before { content: "Featured"; position: absolute; right: 14px; top: 14px; z-index: 2; font-size: .7rem; text-transform: uppercase; font-weight: 900; padding: 6px 10px; border-radius: 999px; background: var(--rs-gradient); }

.rs-page-hero { padding: 96px 0 52px; background: radial-gradient(circle at 80% 12%, rgba(139,92,246,.25), transparent 24rem); border-bottom: 1px solid rgba(139,92,246,.22); }
.rs-page-title { font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1; margin: 0 0 16px; text-transform: uppercase; }
.rs-page-intro { max-width: 760px; color: var(--rs-muted); font-size: 1.15rem; }
.rs-content { padding: 56px 0; }
.rs-content :where(p, li) { color: #d8dcec; }
.rs-how-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.rs-how-card { padding: 24px; border-radius: var(--rs-radius); background: var(--rs-panel); border: 1px solid rgba(139,92,246,.32); box-shadow: var(--rs-shadow); }
.rs-how-icon { font-size: 1.8rem; margin-bottom: 14px; }
.rs-how-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.rs-how-card p { margin: 0; color: var(--rs-muted); }
.rs-site-footer { border-top: 1px solid rgba(139,92,246,.22); padding: 30px 0; color: var(--rs-muted); background: rgba(1,3,12,.76); }

@media (max-width: 980px) {
  .rs-hero-grid { grid-template-columns: 1fr; }
  .rs-stage-orb { display: none; }
  .rs-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rs-how-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .rs-header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .rs-main-nav ul { flex-wrap: wrap; gap: 8px; }
  .rs-hero { min-height: 560px; }
  .rs-card-grid, .rs-how-grid { grid-template-columns: 1fr; }
  .rs-section-head { align-items: flex-start; flex-direction: column; }
}
