/*
Theme Name: Satiricon Valley V2 Force Landing
Theme URI: https://paideia.ro/
Author: Editura Paideia
Author URI: https://paideia.ro/
Description: Versiune Satiricon Valley V2 care pornește direct cu landing page-ul spectaculos și evită headerul/hero-ul demo al paginii.
Version: 2.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: satiricon-valley
Tags: blog, entertainment, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --sv-bg: #0f1021;
  --sv-bg-2: #19143a;
  --sv-surface: rgba(20, 20, 45, .76);
  --sv-surface-strong: #1e1b49;
  --sv-surface-soft: rgba(255, 255, 255, .10);
  --sv-card: rgba(255, 255, 255, .10);
  --sv-card-strong: rgba(255, 255, 255, .16);
  --sv-text: #fcf7ff;
  --sv-text-soft: rgba(252, 247, 255, .78);
  --sv-muted: rgba(252, 247, 255, .62);
  --sv-line: rgba(255, 255, 255, .12);
  --sv-pink: #ff4fa0;
  --sv-orange: #ff8a1c;
  --sv-gold: #ffd84f;
  --sv-cyan: #2de2e6;
  --sv-violet: #7c5cff;
  --sv-green: #7cf27c;
  --sv-shadow: 0 24px 70px rgba(6, 8, 25, .35);
  --sv-radius-xl: 30px;
  --sv-radius-lg: 24px;
  --sv-radius-md: 18px;
  --sv-radius-sm: 14px;
  --sv-max: 1220px;
  --sv-font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sv-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sv-text);
  background:
    radial-gradient(circle at top left, rgba(255,79,160,.24), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(45,226,230,.18), transparent 23%),
    radial-gradient(circle at 78% 80%, rgba(124,92,255,.24), transparent 30%),
    linear-gradient(135deg, #100f25 0%, #15153d 38%, #241248 100%);
  font-family: var(--sv-font-body);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header { top: 32px; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
iframe { border: 0; }

::selection {
  background: rgba(255, 216, 79, .28);
  color: #fff;
}

a {
  color: inherit;
  text-decoration-color: rgba(255,255,255,.38);
  text-underline-offset: .18em;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
a:hover, a:focus { color: #fff; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  color: #111;
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 1rem;
  padding: .8rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.container {
  width: min(calc(100% - 32px), var(--sv-max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 12, 31, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 84px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  min-width: 0;
  text-decoration: none;
}
.brand-custom-logo,
.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
}
.brand-mark {
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .08em;
  color: #1b1035;
  background: linear-gradient(135deg, var(--sv-gold), var(--sv-orange) 48%, var(--sv-pink));
  box-shadow: 0 15px 34px rgba(255,79,160,.28);
}
.brand-text {
  display: grid;
  min-width: 0;
  line-height: 1.05;
}
.site-title {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.site-tagline {
  color: var(--sv-muted);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-top: .3rem;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--sv-line);
  background: rgba(255,255,255,.08);
  color: var(--sv-text);
  border-radius: 999px;
  padding: .7rem 1rem;
  cursor: pointer;
  font-weight: 800;
}
.primary-menu, .primary-menu ul,
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  flex-wrap: wrap;
}
.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .55rem .9rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--sv-text-soft);
  font-weight: 700;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
  background: rgba(255,255,255,.10);
  color: #fff;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: .45rem;
  padding: .75rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  color: #170f30;
  background: linear-gradient(135deg, var(--sv-gold), #ffe983);
  box-shadow: 0 14px 28px rgba(255, 216, 79, .22);
  white-space: nowrap;
}
.header-cta:hover { transform: translateY(-1px); color: #170f30; }

.site-main { overflow: clip; }
.section { padding: 28px 0 12px; }
.section-header,
.page-header,
.archive-header,
.single-header {
  padding: 36px 0 12px;
}
.section-header {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.35rem;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--sv-gold);
}
.kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sv-pink), var(--sv-orange));
  box-shadow: 0 0 0 6px rgba(255, 79, 160, .14);
}
.hero {
  position: relative;
  padding: 52px 0 28px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 1.6rem;
  align-items: stretch;
}
.hero-copy,
.hero-card {
  position: relative;
  z-index: 1;
}
.hero-copy {
  padding: clamp(1.6rem, 2vw, 2rem);
  border-radius: var(--sv-radius-xl);
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: var(--sv-shadow);
}
.hero h1 {
  margin: .6rem 0 1rem;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.hero p {
  margin: 0;
  max-width: 56ch;
  color: var(--sv-text-soft);
  font-size: 1.08rem;
}
.hero-actions,
.cta-actions,
.resource-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.hero-actions { margin-top: 1.35rem; }
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.3rem;
}
.hero-chip,
.taxonomy-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.09);
  color: var(--sv-text-soft);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}
.hero-chip strong {
  color: #fff;
  margin-right: .35rem;
}
.hero-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--sv-radius-xl);
  background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--sv-shadow);
  min-height: 100%;
  text-decoration: none;
}
.hero-card-media {
  position: relative;
  min-height: 280px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 216, 79, .30), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(45,226,230,.24), transparent 22%),
    linear-gradient(145deg, #26104d, #1b255f 48%, #0e1337 100%);
}
.hero-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card-body {
  display: grid;
  gap: .65rem;
  padding: 1.4rem;
}
.hero-card h2,
.section-title,
.page-title,
.entry-title,
.gateway h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.hero-card p,
.section-description,
.archive-description,
.single-deck,
.footer-text,
.gateway p {
  color: var(--sv-text-soft);
}
.hero-play {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: rgba(7, 11, 30, .72);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
}
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: .45rem .72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,79,160,.88), rgba(255,138,28,.88));
  color: #fff;
  font-weight: 800;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 10px 18px rgba(255,79,160,.18);
}

.button,
.search-submit,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .76rem 1rem;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  color: #170f30;
  background: linear-gradient(135deg, var(--sv-gold), #ffe670);
  box-shadow: 0 12px 26px rgba(255, 216, 79, .18);
}
.button:hover,
.search-submit:hover,
input[type="submit"]:hover { transform: translateY(-1px); color: #170f30; }
.button.secondary {
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: none;
}
.button.secondary:hover { color: #fff; }
.button.gold { color: #170f30; }
.button.small { min-height: 40px; padding: .62rem .85rem; font-size: .92rem; }

.flow-grid,
.card-grid,
.footer-grid,
.content-area,
.metrics-grid {
  display: grid;
  gap: 1.1rem;
}
.flow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.metrics-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flow-card,
.metric-card,
.sidebar-card,
.meta-panel,
.entry-shell,
.gateway,
.search-form,
.notice-card {
  border-radius: var(--sv-radius-lg);
  border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
  box-shadow: var(--sv-shadow);
}
.flow-card,
.metric-card,
.sidebar-card,
.meta-panel,
.notice-card { padding: 1.25rem; }
.flow-card h3,
.metric-card h3,
.sidebar-card h2,
.meta-panel h2,
.notice-card h2 {
  margin: .25rem 0 .6rem;
  font-size: 1.2rem;
  line-height: 1.15;
}
.flow-card p,
.metric-card p,
.sidebar-card p,
.notice-card p { margin: 0; color: var(--sv-text-soft); }
.icon-chip {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(45,226,230,.22), rgba(124,92,255,.22));
  border: 1px solid rgba(255,255,255,.10);
  font-weight: 900;
}
.metric-value {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  line-height: 1;
  font-weight: 900;
  margin-bottom: .45rem;
}
.metric-label { color: var(--sv-muted); font-weight: 700; }

.sv-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--sv-radius-lg);
  text-decoration: none;
  min-height: 100%;
  background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--sv-shadow);
}
.sv-card:hover { transform: translateY(-3px); }
.sv-card-media {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(124,92,255,.8), rgba(255,79,160,.55), rgba(45,226,230,.55));
}
.sv-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv-card-media .badge { position: absolute; left: .9rem; top: .9rem; z-index: 2; }
.sv-card-media.placeholder,
.sv-card-media.is-video-fallback {
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.92);
  font-size: 1.2rem;
  font-weight: 900;
}
.play-burst {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: rgba(7,11,30,.78);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 1.1rem;
  box-shadow: 0 12px 24px rgba(7,11,30,.3);
}
.sv-card-body { display: grid; gap: .75rem; padding: 1.1rem; }
.sv-card-title {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.sv-card-excerpt { margin: 0; color: var(--sv-text-soft); }
.sv-card-meta {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  color: var(--sv-muted);
  font-size: .88rem;
  font-weight: 700;
}
.sv-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .38rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.taxonomy-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.taxonomy-pill {
  background: linear-gradient(135deg, rgba(124,92,255,.18), rgba(45,226,230,.18));
  border: 1px solid rgba(255,255,255,.10);
}
.taxonomy-pill:hover { transform: translateY(-1px); }

.gateway {
  display: grid;
  grid-template-columns: 1.15fr auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.5rem;
  margin-top: 1rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,79,160,.18), transparent 25%),
    radial-gradient(circle at 100% 20%, rgba(45,226,230,.16), transparent 25%),
    linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
}

.content-area {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  padding-bottom: 1rem;
}
.entry-shell {
  overflow: hidden;
  padding: 0;
}
.entry-featured,
.video-embed {
  border-bottom: 1px solid rgba(255,255,255,.09);
  overflow: hidden;
}
.entry-featured img,
.video-embed iframe,
.video-embed video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.entry-content { padding: 1.35rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content p,
.entry-content li,
.entry-content blockquote,
.entry-content dd,
.entry-content dt { color: var(--sv-text-soft); }
.entry-content h2,
.entry-content h3,
.entry-content h4 { line-height: 1.15; margin-top: 1.6em; margin-bottom: .6em; }
.entry-content blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--sv-gold);
  background: rgba(255,255,255,.07);
  border-radius: 0 var(--sv-radius-md) var(--sv-radius-md) 0;
}
.entry-content a { color: #fff; }
.page-links {
  margin-top: 1.2rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.page-links a,
.page-links > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: .4rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  text-decoration: none;
}
.meta-panel,
.sidebar-card { margin-bottom: 1rem; }
.meta-list {
  display: grid;
  gap: .75rem;
  list-style: none;
  padding: 0;
  margin: .9rem 0 0;
}
.meta-list li {
  display: grid;
  gap: .22rem;
  color: var(--sv-text-soft);
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.meta-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.meta-list strong { color: #fff; }

.search-form {
  display: flex;
  gap: .8rem;
  align-items: center;
  padding: .85rem;
  margin-top: 1rem;
}
.search-form label { flex: 1; }
.search-field {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.08);
  padding: .8rem 1rem;
  color: #fff;
  outline: none;
}
.search-field::placeholder { color: rgba(255,255,255,.55); }
.search-field:focus {
  border-color: rgba(255,216,79,.48);
  box-shadow: 0 0 0 4px rgba(255,216,79,.14);
}

.navigation.pagination {
  margin-top: 1.4rem;
}
.nav-links {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: var(--sv-text-soft);
  text-decoration: none;
}
.nav-links .current {
  background: linear-gradient(135deg, var(--sv-pink), var(--sv-orange));
  color: #fff;
}

.site-footer {
  margin-top: 36px;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(6, 7, 22, .28);
}
.footer-grid {
  grid-template-columns: 1.15fr .9fr .9fr .9fr;
  align-items: start;
}
.footer-title,
.footer-heading {
  margin: 0 0 .7rem;
  line-height: 1.1;
}
.footer-title { font-size: 1.5rem; }
.footer-heading { font-size: 1rem; color: var(--sv-gold); }
.footer-list { display: grid; gap: .55rem; }
.footer-list a,
.footer-text { color: var(--sv-text-soft); }
.footer-bottom {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--sv-muted);
  font-size: .92rem;
}

@media (max-width: 1100px) {
  .hero-grid,
  .content-area,
  .gateway,
  .footer-grid,
  .flow-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .main-navigation { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 780px) {
  .site-title { white-space: normal; }
  .menu-toggle { display: inline-flex; }
  .main-navigation {
    position: relative;
    display: block;
    width: 100%;
  }
  .primary-menu {
    display: none;
    width: 100%;
    margin-top: .8rem;
    padding: .6rem;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
  }
  .main-navigation.is-open .primary-menu { display: grid; }
  .primary-menu a { width: 100%; }
  .header-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 10px 0 12px;
  }
  .header-cta { display: none; }
  .hero { padding-top: 26px; }
  .hero h1 { font-size: clamp(2.2rem, 12vw, 3.6rem); }
  .section-header { display: grid; align-items: start; }
  .card-grid { grid-template-columns: 1fr; }
  .search-form { flex-direction: column; align-items: stretch; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 22px), var(--sv-max)); }
  .hero-copy,
  .hero-card,
  .entry-content,
  .flow-card,
  .meta-panel,
  .sidebar-card,
  .metric-card,
  .gateway { padding-inline: 1rem; }
  .hero-card-body { padding: 1rem; }
  .sv-card-body { padding: .95rem; }
}


/* ==============================
   Satiricon Valley V2 — Spectacol media
   ============================== */

:root {
  --sv-bg: #07091d;
  --sv-bg-2: #11133c;
  --sv-ink: #fff9f5;
  --sv-ink-soft: rgba(255, 249, 245, .78);
  --sv-ink-muted: rgba(255, 249, 245, .62);
  --sv-glass: rgba(255, 255, 255, .105);
  --sv-glass-strong: rgba(255, 255, 255, .16);
  --sv-border: rgba(255, 255, 255, .14);
  --sv-pink: #ff2e92;
  --sv-pink-2: #ff61b5;
  --sv-orange: #ff8a00;
  --sv-gold: #ffd54a;
  --sv-cyan: #16d9e3;
  --sv-blue: #248cff;
  --sv-violet: #6c3cff;
  --sv-deep: #090a24;
  --sv-shadow: 0 28px 90px rgba(0, 0, 0, .38);
  --sv-neon: 0 0 28px rgba(255, 46, 146, .25), 0 0 44px rgba(22, 217, 227, .14);
}

body.sv-v2 {
  color: var(--sv-ink);
  background:
    radial-gradient(circle at 16% -6%, rgba(255,46,146,.34), transparent 32rem),
    radial-gradient(circle at 72% 6%, rgba(22,217,227,.24), transparent 28rem),
    radial-gradient(circle at 92% 72%, rgba(108,60,255,.28), transparent 34rem),
    radial-gradient(circle at 24% 96%, rgba(255,138,0,.18), transparent 26rem),
    linear-gradient(135deg, #07091d 0%, #10123a 42%, #1c1044 100%);
  background-attachment: fixed;
}

body.sv-v2::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at top, #000 0, transparent 72%);
}

.top-spark {
  position: relative;
  z-index: 120;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(90deg, rgba(255,46,146,.92), rgba(255,138,0,.92), rgba(22,217,227,.92), rgba(108,60,255,.92));
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.top-spark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255,255,255,.34) 46%, transparent 58% 100%);
  animation: sv-shine 5.8s linear infinite;
}
.top-spark-inner {
  position: relative;
  display: flex;
  gap: 1rem;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.top-spark a { text-decoration: none; }

.site-header {
  top: 0;
  background: rgba(7, 9, 29, .72);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
body.admin-bar .site-header { top: 32px; }
.header-inner {
  min-height: 88px;
  grid-template-columns: minmax(240px, auto) 1fr auto;
}
.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.48), transparent 24%),
    linear-gradient(135deg, var(--sv-gold), var(--sv-orange) 36%, var(--sv-pink) 65%, var(--sv-violet));
  color: #12072a;
  box-shadow: 0 18px 40px rgba(255, 46, 146, .25), 0 0 0 1px rgba(255,255,255,.16) inset;
}
.site-title {
  letter-spacing: -.055em;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}
.site-tagline {
  color: rgba(255,255,255,.68);
}
.primary-menu a {
  min-height: 46px;
  padding: .6rem .95rem;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
  background: linear-gradient(135deg, rgba(255,46,146,.18), rgba(22,217,227,.13));
  box-shadow: 0 0 0 1px rgba(255,255,255,.10) inset;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.header-cta {
  min-height: 50px;
  padding: .75rem 1.05rem;
}
.secondary-cta {
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: none;
}
.secondary-cta:hover { color: #fff; }

.hero-v2 {
  position: relative;
  min-height: 720px;
  padding: 52px 0 38px;
  overflow: hidden;
}
.hero-v2::before {
  content: "";
  position: absolute;
  inset: 18px 16px auto;
  height: min(620px, 82vh);
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,46,146,.28), transparent 32%),
    radial-gradient(circle at 70% 18%, rgba(22,217,227,.22), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--sv-shadow);
}
.hero-stage { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.orb, .star {
  position: absolute;
  z-index: 1;
}
.orb {
  display: block;
  border-radius: 999px;
  filter: blur(.1px);
  opacity: .9;
}
.orb-one {
  width: 360px;
  height: 360px;
  left: -80px;
  top: 90px;
  background: radial-gradient(circle, rgba(255,46,146,.38), transparent 68%);
  animation: sv-float 8s ease-in-out infinite;
}
.orb-two {
  width: 300px;
  height: 300px;
  right: 5%;
  top: 90px;
  background: radial-gradient(circle, rgba(22,217,227,.33), transparent 66%);
  animation: sv-float 10s ease-in-out infinite reverse;
}
.orb-three {
  width: 260px;
  height: 260px;
  right: 22%;
  bottom: 60px;
  background: radial-gradient(circle, rgba(255,213,74,.22), transparent 66%);
  animation: sv-float 7.5s ease-in-out infinite;
}
.star {
  color: #fff;
  text-shadow: 0 0 24px rgba(255,255,255,.7);
  opacity: .85;
  animation: sv-twinkle 2.8s ease-in-out infinite;
}
.star-one { top: 82px; right: 21%; font-size: 2.2rem; color: var(--sv-gold); }
.star-two { top: 158px; left: 7%; font-size: 1.8rem; color: var(--sv-pink); animation-delay: .4s; }
.star-three { bottom: 126px; right: 7%; font-size: 2rem; color: var(--sv-cyan); animation-delay: .8s; }

.hero-v2-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, .98fr);
  gap: 1.35rem;
  align-items: stretch;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3.2vw, 2.35rem);
  border-radius: 36px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--sv-shadow);
}
.hero-logo {
  width: min(100%, 720px);
  max-height: 176px;
  object-fit: contain;
  object-position: left center;
  margin: .85rem 0 1rem;
  padding: .72rem;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.hero-v2 h1 {
  font-size: clamp(2.8rem, 6.4vw, 6.15rem);
  line-height: .88;
  letter-spacing: -.078em;
  margin: .65rem 0 1rem;
  max-width: 10ch;
}
.hero-v2 p {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: var(--sv-ink-soft);
}
.button.mega {
  min-height: 58px;
  padding: .95rem 1.2rem;
  font-size: 1.02rem;
}
.hero-showcase {
  position: relative;
  display: grid;
  align-content: center;
  gap: 1rem;
}
.hero-video-card {
  display: grid;
  overflow: hidden;
  text-decoration: none;
  border-radius: 36px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--sv-shadow), var(--sv-neon);
  transform: rotate(1.2deg);
}
.hero-video-card:hover { transform: rotate(0deg) translateY(-4px); }
.hero-video-screen {
  position: relative;
  min-height: 390px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,213,74,.22), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(22,217,227,.26), transparent 28%),
    linear-gradient(135deg, rgba(255,46,146,.80), rgba(108,60,255,.82) 52%, rgba(22,217,227,.72));
  overflow: hidden;
}
.hero-video-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .28;
}
.hero-video-screen img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}
.placeholder-cinema {
  display: grid;
  place-items: center;
}
.cinema-label {
  position: absolute;
  z-index: 3;
  left: 1rem;
  top: 1rem;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: rgba(7,9,29,.68);
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}
.giant-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #100b30;
  font-size: 2.2rem;
  box-shadow: 0 22px 52px rgba(0,0,0,.25);
}
.hero-video-info {
  display: grid;
  gap: .75rem;
  padding: 1.25rem;
}
.hero-video-info h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.hero-video-info p { margin: 0; color: var(--sv-ink-soft); }
.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  transform: rotate(-1deg);
}
.mini-dashboard div {
  display: grid;
  gap: .2rem;
  padding: .95rem;
  border-radius: 22px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.mini-dashboard strong {
  font-size: 1.05rem;
}
.mini-dashboard span {
  color: var(--sv-ink-muted);
  font-size: .88rem;
}

.ticker-section {
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(90deg, rgba(255,46,146,.20), rgba(22,217,227,.16), rgba(255,138,0,.18));
}
.ticker-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: .92rem 0;
  animation: sv-marquee 28s linear infinite;
}
.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-height: 42px;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.13);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}
.ticker-track span::before { content: "✦"; color: var(--sv-gold); }

.v2-flow .flow-card {
  min-height: 260px;
}
.flow-card.loud {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.20), transparent 24%),
    linear-gradient(150deg, rgba(255,46,146,.30), rgba(108,60,255,.18));
}
.flow-card.loud.cyan {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(150deg, rgba(22,217,227,.28), rgba(36,140,255,.16));
}
.flow-card.loud.gold {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(150deg, rgba(255,213,74,.28), rgba(255,46,146,.16));
}
.icon-chip {
  color: #130b2d;
  background: linear-gradient(135deg, var(--sv-gold), #fff0a3);
  box-shadow: 0 14px 32px rgba(255,213,74,.18);
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.masonry-grid .sv-card {
  grid-column: span 2;
}
.masonry-grid .sv-card:nth-child(1),
.masonry-grid .sv-card:nth-child(4) {
  grid-column: span 3;
}
.sv-card {
  background:
    linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--sv-shadow);
}
.sv-card-media {
  min-height: 260px;
}
.sv-card:hover {
  transform: translateY(-6px) rotate(.35deg);
  box-shadow: 0 34px 95px rgba(0,0,0,.44), var(--sv-neon);
}
.badge {
  background: linear-gradient(135deg, var(--sv-pink), var(--sv-orange));
}
.play-burst {
  width: 74px;
  height: 74px;
  background: rgba(255,255,255,.90);
  color: #12072a;
}
.spotlight-cloud {
  padding: 1rem;
  border-radius: 32px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
}
.taxonomy-pill {
  min-height: 48px;
  background: linear-gradient(135deg, rgba(255,46,146,.20), rgba(22,217,227,.18));
}
.taxonomy-pill:nth-child(2n) {
  background: linear-gradient(135deg, rgba(255,138,0,.22), rgba(108,60,255,.18));
}
.gateway {
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(255,46,146,.24), transparent 32%),
    radial-gradient(circle at 100% 20%, rgba(22,217,227,.22), transparent 28%),
    linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
}
.gateway h2 { font-size: clamp(1.7rem, 3.4vw, 3rem); }

@keyframes sv-shine {
  0% { transform: translateX(-90%); }
  100% { transform: translateX(110%); }
}
@keyframes sv-float {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(22px,-18px,0) scale(1.06); }
}
@keyframes sv-twinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: .72; }
  50% { transform: scale(1.2) rotate(12deg); opacity: 1; }
}
@keyframes sv-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .top-spark::before,
  .orb,
  .star,
  .ticker-track {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .hero-v2-grid {
    grid-template-columns: 1fr;
  }
  .hero-v2 h1 { max-width: 13ch; }
  .hero-showcase { max-width: 760px; }
  .masonry-grid .sv-card,
  .masonry-grid .sv-card:nth-child(1),
  .masonry-grid .sv-card:nth-child(4) {
    grid-column: span 3;
  }
}

@media (max-width: 920px) {
  .top-spark-inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .top-spark-inner::-webkit-scrollbar { display: none; }
  .header-actions { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .main-navigation { grid-column: 1 / -1; }
  .hero-v2::before {
    inset: 10px 8px auto;
    border-radius: 28px;
  }
  .hero-v2 { min-height: 0; padding-top: 26px; }
  .hero-copy,
  .hero-video-card {
    border-radius: 28px;
  }
  .hero-logo { max-height: 128px; }
  .hero-video-card { transform: none; }
  .hero-video-screen,
  .hero-video-screen img { min-height: 300px; }
  .mini-dashboard { grid-template-columns: 1fr; transform: none; }
  .masonry-grid {
    grid-template-columns: 1fr;
  }
  .masonry-grid .sv-card,
  .masonry-grid .sv-card:nth-child(1),
  .masonry-grid .sv-card:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .hero-v2 h1 {
    font-size: clamp(2.45rem, 15vw, 3.6rem);
  }
  .hero-logo {
    padding: .45rem;
    border-radius: 18px;
  }
  .giant-play {
    width: 92px;
    height: 92px;
  }
  .hero-actions {
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
}


/* V2.1 — logo inclus direct în header */
.brand-wide-logo {
  width: min(320px, 42vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  padding: .28rem .55rem;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.site-header .brand {
  max-width: 360px;
}
@media (max-width: 780px) {
  .brand-wide-logo {
    width: min(245px, 66vw);
    height: 52px;
  }
}


/* V2.2 — template Force Landing */
.sv-force-body {
  margin: 0 !important;
  min-height: 100vh;
}
.sv-force-body .sv-force-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: rgba(7, 9, 29, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.sv-force-header .header-inner {
  min-height: 86px;
}
.sv-force-note {
  padding: .7rem 1rem;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
  background: linear-gradient(90deg, rgba(255,46,146,.95), rgba(255,138,0,.95), rgba(22,217,227,.95));
  color: #fff;
}
.sv-force-body .top-spark,
.sv-force-body .site-header:not(.sv-force-header) {
  display: none !important;
}
.sv-force-body .hero-v2 {
  padding-top: 34px;
}
.sv-force-body .hero-v2::before {
  top: 10px;
}
