/**
 * RA — Platforma pe 3 straturi (Faza 1)
 * Tokeni și componente aliniate la homepage live (index.html V7.3)
 */
:root {
  --navy: #0e1b2e;
  --navy-2: #142740;
  --navy-line: #27425f;
  --paper: #fbfaf7;
  --paper-2: #f1ece2;
  --paper-line: #ddd5c6;
  --ink: #1a1d22;
  --ink-soft: #565a61;
  --ink-faint: #8b8d8a;
  --red: #b3271a;
  --red-2: #d6402f;
  --gold: #b8902a;
  --gold-l: #d8b85a;
  --green: #1d7a4d;
  --green-l: #37a96c;
  --negru: #1a1a18;
  --crem: #f5f0e8;
  --crem-d: #ede5d5;
  --gri: #6b6b65;
  --gri-l: #9a9a90;
  --rosu: #c0392b;
  --rosu-l: #e74c3c;
  --albastru: #1a3a5c;
  --albastru-l: #2c5a8c;
  --auriu: var(--gold);
  --verde: #1a7a4a;
  --verde-l: #37a96c;
  --separator: #d4c9b0;
  --max: 1140px;
  --serif: "Playfair Display", Georgia, serif;
  --body: "Source Serif 4", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2.5px solid var(--red-2); outline-offset: 2px; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--red); color: #fff; padding: 0.6rem 1rem; font-family: var(--mono); font-size: 0.75rem; z-index: 200; }
.skip:focus { left: 0.5rem; top: 0.5rem; }

.seal {
  background: #0a1422;
  color: #7d8aa0;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #1b2e47;
}
.seal b { color: var(--gold-l); font-weight: 500; }
.seal a {
  color: var(--gold-l);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.seal a:hover { color: #fff; border-bottom-color: var(--gold-l); }
.seal .sep { opacity: 0.45; margin: 0 0.35rem; }

.s3-demo-banner {
  background: var(--navy-2);
  color: #9ec0e0;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.45rem 1rem;
  border-bottom: 1px solid var(--navy-line);
}
.s3-demo-banner a { color: var(--gold-l); }
.s3-demo-banner a:hover { text-decoration: underline; }

/* — Nav (live) — */
.s3-nav {
  background: var(--navy);
  border-bottom: 3px solid var(--red);
  position: sticky;
  top: 0;
  z-index: 200;
  overflow: visible;
  /* Full-bleed când body e centrat / îngust (IL, rezumate legacy) */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.s3-nav-in {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1rem;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  position: relative;
  overflow: visible;
}
.s3-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--paper); }
.s3-brand img { height: 36px; width: auto; border-radius: 3px; flex-shrink: 0; }
.s3-brand strong { font-family: var(--serif); font-weight: 600; font-size: 1rem; display: block; line-height: 1.1; }
.s3-brand span { font-family: var(--mono); font-size: 0.54rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-2); display: block; margin-top: 2px; }
.s3-nav-links { margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 0.05rem; }
@media (min-width: 881px) {
  .s3-nav-links { flex-wrap: nowrap; }
  .s3-nav-links a.s3-nav-tier .s3-nav-hint { display: none; }
}
@media (min-width: 1280px) {
  .s3-nav-links a.s3-nav-tier .s3-nav-hint { display: block; }
  .s3-nav-in { padding: 0 1.4rem; gap: 1rem; min-height: 60px; }
}
@media (min-width: 881px) and (max-width: 1279px) {
  .s3-brand > span > span { display: none; }
  .s3-nav-links a,
  .s3-nav-dd-btn { font-size: 0.58rem; padding: 0.35rem 0.42rem; padding-right: 0.95rem; }
}
.s3-nav-links a {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #b9c2d1;
  padding: 0.4rem 0.62rem;
  border-radius: 2px;
  transition: background 0.18s, color 0.18s;
}
.s3-nav-links a:hover { background: rgba(255, 255, 255, 0.07); color: #fff; }
.s3-nav-links a.on { color: #fff; }
.s3-nav-links a.on::after { content: ""; display: block; height: 2px; background: var(--red-2); margin-top: 3px; }
.s3-nav-links a.act { background: var(--green); color: #fff; margin-left: 0.4rem; }
.s3-nav-links a.act:hover { background: #166a40; }
.s3-nav-links a.new { background: var(--gold); color: #fff; margin-left: 0.35rem; font-weight: 600; }
.s3-nav-links a.new:hover { background: #8a6608; }
.s3-nav-links a.new.on { background: #6b4f06; }
.s3-nav-links a.s3-nav-tier {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
  text-transform: none;
  padding: 0.35rem 0.62rem;
}
.s3-nav-links a.s3-nav-tier .s3-nav-lbl {
  font-size: 0.64rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.s3-nav-links a.s3-nav-tier .s3-nav-hint {
  font-size: 0.52rem;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #7d8a9c;
  margin-top: 1px;
}
.s3-nav-links a.s3-nav-tier.on .s3-nav-hint { color: #c5cdd8; }
.s3-nav-links a.s3-nav-tier.on::after { margin-top: 2px; }

/* — Meniu dropdown (grupuri) — */
.s3-nav-dd { position: relative; }
.s3-nav-dd-btn {
  position: relative;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #b9c2d1;
  padding: 0.4rem 0.62rem;
  padding-right: 1.1rem;
  border-radius: 2px;
  border: none;
  background: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.s3-nav-dd-btn::after {
  content: "▾";
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.55rem;
  opacity: 0.65;
}
.s3-nav-dd-btn:hover,
.s3-nav-dd.on .s3-nav-dd-btn { background: rgba(255, 255, 255, 0.07); color: #fff; }
.s3-nav-dd-btn.on { color: #fff; box-shadow: inset 0 -2px 0 var(--red-2); }
.s3-nav-dd-panel {
  display: none !important;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 13.5rem;
  background: var(--navy-2);
  border: 1px solid var(--navy-line);
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  padding: 0.35rem 0;
  z-index: 250;
}
.s3-nav-dd-panel a {
  display: block;
  padding: 0.45rem 0.85rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b9c2d1;
  text-decoration: none;
  white-space: nowrap;
}
.s3-nav-dd-panel a:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.s3-nav-dd-panel a.on { color: #fff; border-left: 2px solid var(--red-2); padding-left: calc(0.85rem - 2px); }
.s3-nav-dd-panel a.s3-nav-tier {
  display: block;
  padding: 0.5rem 0.85rem;
  text-transform: none;
}
.s3-nav-dd-panel a.s3-nav-tier .s3-nav-hint { color: #7d8a9c; }
@media (min-width: 881px) {
  .s3-nav-dd:hover .s3-nav-dd-panel,
  .s3-nav-dd:focus-within .s3-nav-dd-panel,
  .s3-nav-dd.open .s3-nav-dd-panel { display: block !important; }
}
.s3-hero-straturi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin: 1.25rem 0 0.5rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  font-size: 0.88rem;
}
.s3-hero-straturi a {
  color: var(--paper);
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
}
.s3-hero-straturi a strong { font-family: var(--serif); font-weight: 600; font-size: 0.95rem; }
.s3-hero-straturi a span { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.06em; color: #b9c2d1; text-transform: uppercase; }
.s3-hero-straturi a:hover strong { color: var(--red-2); }
.s3-hero-straturi-sep { color: #6b7890; font-size: 0.85rem; }
.s3-burger {
  margin-left: auto;
  display: none;
  background: none;
  border: 1px solid #3a4b63;
  color: #cdd6e2;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  padding: 0.45rem 0.7rem;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.s3-nav-search { background: var(--navy-2); border-bottom: 1px solid var(--navy-line); padding: 0.5rem 1.4rem; }
.s3-nav-search-in { max-width: var(--max); margin: 0 auto; }
.s3-nav-search #ra-search-input {
  width: 100%;
  max-width: 420px;
  font-family: var(--mono);
  font-size: 0.72rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #3a4b63;
  border-radius: 2px;
  background: #0a1422;
  color: #e9eef5;
}
.s3-nav-search #ra-search-input::placeholder { color: #6b7890; }

/* — Layout — */
.s3-wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.s3-wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 1.5rem; }
.s3-eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* — Strat 1 hero — */
.s3-hero { padding: 3.5rem 0 3rem; border-bottom: 1px solid var(--paper-line); background: var(--paper); }
.s3-hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  max-width: 16ch;
  color: var(--ink);
}
.s3-hero .lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 44ch; margin-top: 1.2rem; color: var(--ink-soft); }
.s3-hero-slogan {
  margin-top: 0.85rem;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  color: var(--ink);
  max-width: 36ch;
}
.s3-hero-motto {
  margin-top: 2rem;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
  border-left: 4px solid var(--red);
  padding-left: 1.1rem;
  max-width: 46ch;
}
.s3-hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2rem; }

.s3-hero-triada { padding-bottom: 2.5rem; }
.s3-hero-triada .lead { max-width: 40ch; font-style: italic; font-weight: 500; }
.s3-lead-sub {
  margin-top: 0.65rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 48ch;
}

.s3-triada-table { margin-top: 2rem; overflow-x: auto; }
.s3-triada-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: var(--card, #fff);
  border: 1px solid var(--line, #e5e0d5);
}
.s3-triada-table th,
.s3-triada-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line, #e5e0d5);
  vertical-align: top;
}
.s3-triada-table thead th {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--cream-d, #ede5d5);
}
.s3-triada-table tbody tr:last-child td { border-bottom: none; }
.s3-triada-table td strong { color: var(--gold); }
.s3-triada-table a { color: var(--red); font-weight: 600; }
.s3-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

.s3-section-piedici {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line, #e5e0d5);
}
.s3-section-piedici h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  color: var(--ink);
}
.s3-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.92rem;
  line-height: 1.5;
}
.s3-grid-3 > div {
  padding: 1rem 1.1rem;
  background: var(--card, #fff);
  border: 1px solid var(--line, #e5e0d5);
}
@media (max-width: 768px) {
  .s3-grid-3 { grid-template-columns: 1fr; }
}

.s3-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.62rem 1.05rem;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.12s;
  cursor: pointer;
}
.s3-btn:hover { transform: translateY(-1px); }
.s3-btn-r { background: var(--red); color: #fff; }
.s3-btn-r:hover { background: #8f1f14; }
.s3-btn-g { background: var(--green); color: #fff; }
.s3-btn-g:hover { background: #166a40; }
.s3-btn-o { background: transparent; color: var(--ink); border-color: var(--paper-line); }
.s3-btn-o:hover { background: var(--paper-2); }
.s3-btn-ghost { background: transparent; color: var(--crem); border-color: #5f6e85; }
.s3-btn-ghost:hover { border-color: var(--crem); }

/* — Sections — */
.s3-section { padding: 3.5rem 0; border-bottom: 1px solid var(--paper-line); }
.s3-sec-head { margin-bottom: 2rem; max-width: 48ch; }
.s3-sec-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.75rem, 3.2vw, 2.4rem); line-height: 1.12; }
.s3-sec-head p { margin-top: 0.75rem; color: var(--ink-soft); }
.s3-sec-foot { margin-top: 1.75rem; }
.s3-link-mai {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
  color: var(--ink);
}
.s3-link-mai:hover { color: var(--red); }

/* — Steps (3 pași) — */
.s3-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.s3-step { padding-top: 1.2rem; border-top: 2px solid var(--ink); }
.s3-step .num { font-family: var(--mono); font-size: 0.78rem; color: var(--red); letter-spacing: 0.1em; }
.s3-step h3 { font-family: var(--serif); font-size: 1.25rem; margin: 0.5rem 0; font-weight: 600; }
.s3-step p { font-size: 0.96rem; color: var(--ink-soft); }

/* — Diptic — */
.s3-diptic-sec { background: var(--navy); color: var(--crem); }
.s3-diptic-sec .s3-sec-head h2 { color: var(--crem); }
.s3-diptic-sec .s3-eyebrow { color: var(--gri-l); }
.s3-diptic { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #3a3a36; }
.s3-panou { padding: 2.2rem 2rem; }
.s3-panou:first-child { border-right: 2px solid var(--gold); }
.s3-panou .tag { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }
.s3-panou.bani .tag { color: var(--rosu-l); }
.s3-panou.viata .tag { color: var(--albastru-l); }
.s3-panou h3 { font-family: var(--serif); font-size: 1.85rem; font-weight: 600; margin: 0.45rem 0 0.65rem; }
.s3-panou .cifra { font-family: var(--serif); font-size: 2.4rem; font-weight: 600; line-height: 1; }
.s3-panou.bani .cifra { color: var(--rosu-l); }
.s3-panou.viata .cifra { color: #9ec0e0; }
.s3-panou .cifra small { display: block; font-family: var(--body); font-size: 0.86rem; font-weight: 400; color: var(--gri-l); margin-top: 0.4rem; }
.s3-panou p { font-size: 0.96rem; color: #d8d3c7; margin: 0.85rem 0 1.1rem; max-width: 38ch; }
.s3-panou a { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--crem); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.s3-diptic-motto { text-align: center; font-style: italic; color: var(--gri-l); margin-top: 1.4rem; font-size: 1rem; }

/* — Cards — */
.s3-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.s3-card {
  background: #fff;
  border: 1px solid var(--paper-line);
  border-left: 4px solid var(--red);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.14s, transform 0.14s;
}
.s3-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px -16px rgba(14, 27, 46, 0.25); }
.s3-card.c-viata,
.s3-card.c-social { border-left-color: var(--albastru-l); }
.s3-card.c-cultural { border-left-color: #b8860b; }
.s3-card .dim {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  align-self: flex-start;
  margin-bottom: 0.75rem;
}
.dim-d-bani,
.dim-d-financiar,
.s3-dim.d-financiar,
.s3-dim.d-bani { background: rgba(179, 39, 26, 0.1); color: var(--red); }
.dim-d-viata,
.dim-d-social,
.s3-dim.d-social,
.s3-dim.d-viata { background: rgba(26, 58, 92, 0.12); color: var(--albastru); }
.dim-d-cultural,
.s3-dim.d-cultural { background: rgba(184, 134, 11, 0.14); color: #8a6608; }
.s3-card h3 { font-family: var(--serif); font-size: 1.22rem; font-weight: 600; line-height: 1.2; margin-bottom: 0.5rem; }
.s3-card .what { font-size: 0.94rem; color: var(--ink-soft); flex-grow: 1; }
.s3-card .cost { font-family: var(--mono); font-weight: 600; margin: 0.9rem 0 0.35rem; font-size: 1rem; }
.s3-card.c-bani .cost,
.s3-card.c-financiar .cost { color: var(--red); }
.s3-card.c-viata .cost,
.s3-card.c-social .cost { color: var(--albastru); }
.s3-card.c-cultural .cost { color: #8a6608; }
.s3-card .cost small { display: block; font-family: var(--body); font-weight: 400; font-size: 0.76rem; color: var(--ink-faint); }
.s3-card .more {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 1rem;
  border-top: 1px solid var(--paper-line);
  padding-top: 0.85rem;
  color: var(--ink);
}
.s3-card:hover .more { color: var(--red); }

/* — Init cards — */
.s3-init-sec { background: var(--paper-2); }
.s3-init { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.s3-init-card {
  border: 1px solid var(--paper-line);
  border-left: 4px solid var(--green);
  background: #fff;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
}
.s3-init-card .s3-eyebrow { color: var(--green); margin-bottom: 0.5rem; }
.s3-init-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; margin-bottom: 0.45rem; }
.s3-init-card p { font-size: 0.92rem; color: var(--ink-soft); flex-grow: 1; }
.s3-init-card a { margin-top: 1rem; font-weight: 600; color: var(--green); font-size: 0.92rem; }
.s3-init-card a:hover { color: #0f5c36; }

/* — IL-000 fondatoare — full-bleed pe pagini cu layout îngust — */
.s3-il000-sec {
  background: linear-gradient(160deg, #0f2a1c 0%, #1a1a18 55%, #1a1210 100%);
  color: var(--crem);
  padding: 3.5rem 0;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.s3-il000-sec .s3-eyebrow { color: #9fd4b0; }
.s3-il000-head { max-width: 58ch; margin-bottom: 2rem; }
.s3-il000-head h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  line-height: 1.08;
  color: #fff;
  margin-top: 0.45rem;
}
.s3-il000-lead { font-size: 1.02rem; color: #c8d9ce; margin-top: 0.85rem; line-height: 1.55; }
.s3-il000-body { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 1.4rem; align-items: stretch; }
.s3-il000-paradox,
.s3-il000-unlock {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.6rem 1.5rem;
}
.s3-il000-paradox { border-left: 4px solid var(--red); }
.s3-il000-unlock { border-left: 4px solid var(--gold); display: flex; flex-direction: column; }
.s3-il000-cod {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-l);
  display: block;
  margin-bottom: 0.65rem;
}
.s3-il000-paradox h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.s3-il000-paradox p { font-size: 0.95rem; color: #d0d8d3; line-height: 1.6; }
.s3-il000-paradox em { font-style: italic; color: #ffb4a8; }
.s3-il000-unlock ul { list-style: none; margin: 0.45rem 0 1.2rem; display: grid; gap: 0.7rem; flex-grow: 1; }
.s3-il000-unlock li {
  font-size: 0.92rem;
  color: #d0d8d3;
  padding-left: 0.9rem;
  border-left: 2px solid rgba(184, 134, 11, 0.45);
}
.s3-il000-unlock li strong {
  color: #fff;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  margin-right: 0.3rem;
}
.s3-il000-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; margin-top: auto; }
.s3-il000-secondary {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9fd4b0;
  border-bottom: 1px solid rgba(159, 212, 176, 0.4);
  padding-bottom: 2px;
}
.s3-il000-secondary:hover { color: #fff; border-color: #fff; }
.s3-init-from-archive { grid-template-columns: repeat(2, 1fr); max-width: 820px; }

/* — De ce / FAQ — */
.s3-dece-sec { padding-bottom: 0; }
.s3-dece { max-width: 52ch; }
.s3-dece-text p { margin-bottom: 1rem; color: var(--ink-soft); }
.s3-dece-manifest,
.dece-manifest {
  margin-top: 2.5rem;
  background: linear-gradient(135deg, #1a1a18 0%, #2a1210 100%);
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  padding: 2.8rem 0 3rem;
  text-align: center;
  color: #f5f0e8;
}
.s3-dece-manifest-in,
.dece-manifest-in { max-width: 52rem; margin: 0 auto; padding: 0 1.5rem; }
.s3-dece-manifest-tag,
.dece-manifest-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 1.2rem;
}
.s3-dece-manifest-quote,
.dece-manifest-quote {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.28;
  color: #fff !important;
  margin: 0 auto 1rem;
  max-width: 28ch;
}
.s3-dece-manifest-quote em,
.dece-manifest-quote em {
  font-style: normal;
  color: #ff8a7a !important;
  font-weight: 700;
}
.s3-dece-manifest-link,
.dece-manifest-link {
  display: inline-block;
  margin-top: 1.4rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-l) !important;
  border-bottom: 1px solid var(--gold-l);
  padding-bottom: 2px;
}
.s3-dece-manifest-link:hover,
.dece-manifest-link:hover { color: #fff !important; border-color: #fff; }
/* legacy blockquote if present on other pages */
.s3-dece-quote {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-style: italic;
  line-height: 1.3;
  border-left: 4px solid var(--red);
  padding-left: 1.4rem;
}
.s3-faq-sec { background: var(--navy); color: var(--crem); }
.s3-faq-sec .s3-sec-head h2 { color: var(--crem); }
.s3-faq-item { border-bottom: 1px solid #3a3a36; padding: 1rem 0; }
.s3-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--crem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0;
}
.s3-faq-q::after { content: "+"; font-family: var(--mono); color: var(--gold); font-size: 1.3rem; transition: transform 0.2s; }
.s3-faq-item.open .s3-faq-q::after { transform: rotate(45deg); }
.s3-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.s3-faq-item.open .s3-faq-a { max-height: 280px; }
.s3-faq-a-in { padding-top: 0.75rem; color: #d8d3c7; font-size: 0.96rem; max-width: 64ch; line-height: 1.6; }

/* — Strat 2 — */
.s3-breadcrumb {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
  padding: 1.5rem 0 0;
}
.s3-breadcrumb a:hover { color: var(--red); }
.s3-breadcrumb span { margin: 0 0.45rem; color: var(--gri-l); }
.s3-s2-hero { padding: 1.2rem 0 2.2rem; border-bottom: 1px solid var(--paper-line); }
.s3-dim {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border-radius: 2px;
  margin-bottom: 0.85rem;
}
.s3-dim.bani { background: rgba(179, 39, 26, 0.1); color: var(--red); }
.s3-dim.viata { background: rgba(26, 58, 92, 0.12); color: var(--albastru); }
.s3-dim.ra { background: rgba(184, 134, 11, 0.14); color: #8a6608; }
.s3-s2-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4.5vw, 2.8rem); line-height: 1.08; max-width: 20ch; }
.s3-s2-hero .sum { font-size: 1.1rem; color: var(--ink-soft); margin-top: 0.9rem; max-width: 54ch; }
.s3-block { padding: 2.4rem 0; border-bottom: 1px solid var(--paper-line); }
.s3-block:last-of-type { border-bottom: 0; }
.s3-block h2 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin-bottom: 0.9rem; }
.s3-block p { margin-bottom: 0.9rem; color: var(--ink-soft); }
.s3-block p:last-child { margin-bottom: 0; }
.s3-tl { list-style: none; border-left: 2px solid var(--paper-line); margin-left: 0.35rem; }
.s3-tl li { position: relative; padding: 0 0 1.2rem 1.5rem; }
.s3-tl li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--paper);
}
.s3-tl .an { font-family: var(--mono); font-weight: 600; font-size: 0.8rem; color: var(--red); display: block; margin-bottom: 0.15rem; }
.s3-cost-box { background: #fff; border: 1px solid var(--paper-line); border-left: 5px solid var(--red); padding: 1.5rem 1.6rem; }
.s3-cost-box.viata { border-left-color: var(--albastru-l); }
.s3-cost-big { font-family: var(--serif); font-size: 2.4rem; font-weight: 600; color: var(--red); line-height: 1; }
.s3-cost-box.viata .s3-cost-big { color: var(--albastru); }
.s3-cost-big small { display: block; font-family: var(--body); font-size: 0.88rem; font-weight: 400; color: var(--ink-faint); margin-top: 0.35rem; }
.s3-cost-parts { list-style: none; margin-top: 1rem; display: grid; gap: 0.65rem; }
.s3-cost-parts li { display: flex; gap: 0.75rem; font-size: 0.94rem; color: var(--ink-soft); }
.s3-cost-parts b {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: var(--red);
  background: rgba(179, 39, 26, 0.08);
  padding: 0.12rem 0.4rem;
  border-radius: 2px;
  white-space: nowrap;
  height: fit-content;
}
.s3-what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 0.4rem; }
.s3-what-card { background: #fff; border: 1px solid var(--paper-line); padding: 1.3rem 1.4rem; }
.s3-what-card h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; margin-bottom: 0.4rem; }
.s3-what-card p { font-size: 0.92rem; margin: 0; color: var(--ink-soft); }

.s3-cta-strip { background: var(--navy); color: var(--crem); padding: 2.2rem 0; }
.s3-cta-strip .s3-wrap-narrow { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.s3-cta-strip h2 { font-family: var(--serif); font-size: 1.4rem; color: var(--crem); max-width: 26ch; font-weight: 600; }
.s3-cta-strip p { font-size: 0.9rem; color: var(--gri-l); margin-top: 0.35rem; }
.s3-cta-actions { display: flex; gap: 0.65rem; flex-wrap: wrap; }
.s3-btn-auriu { background: var(--gold); color: #fff; border-color: var(--gold); }
.s3-btn-auriu:hover { background: #8a6608; }

/* — cum-functioneaza extras — */
.s3-duo, .s3-dims, .s3-codes, .s3-strata { display: grid; gap: 1.2rem; }
.s3-duo { grid-template-columns: 1fr 1fr; }
.s3-dims { grid-template-columns: 1fr 1fr; margin-top: 1.2rem; }
.s3-pil, .s3-dimx, .s3-codec, .s3-stratc { background: #fff; border: 1px solid var(--paper-line); padding: 1.4rem; }
.s3-pil { border-top: 3px solid var(--gold); }
.s3-dimx.a { border-left: 5px solid var(--red); }
.s3-dimx.b { border-left: 5px solid var(--albastru-l); }
.s3-flow-wrap { background: var(--navy); border-radius: 4px; padding: 1.5rem 1rem; overflow-x: auto; }
.s3-flow-wrap svg { display: block; width: 100%; min-width: 720px; height: auto; }
.s3-stepf { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--paper-line); }
.s3-stepf .n { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--red); line-height: 1; }
.s3-codes { grid-template-columns: repeat(2, 1fr); }
.s3-codec { display: flex; gap: 0.9rem; align-items: flex-start; }
.s3-cc { font-family: var(--mono); font-weight: 600; font-size: 0.82rem; padding: 0.25rem 0.5rem; border-radius: 2px; white-space: nowrap; }
.s3-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.9rem; text-align: center; }
.s3-stat .v { font-family: var(--serif); font-size: 1.85rem; font-weight: 600; color: var(--red); }
.s3-stat .v.b { color: var(--albastru); }
.s3-stat .l { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); margin-top: 0.25rem; }
.s3-strata { grid-template-columns: repeat(3, 1fr); }
.s3-stratc { border-top: 3px solid var(--ink); }
.s3-stratc:nth-child(2) { border-top-color: var(--albastru-l); }
.s3-stratc:nth-child(3) { border-top-color: var(--gold); }

/* — cazuri index strat 2 — */
.s3-cazuri-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.2rem; margin-top: 1.5rem; }
.s3-cazuri-card {
  background: var(--negru);
  border-left: 5px solid var(--red);
  padding: 1.5rem 1.6rem;
  color: var(--crem);
  display: flex;
  flex-direction: column;
  transition: transform 0.14s, box-shadow 0.14s;
}
.s3-cazuri-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
.s3-cazuri-card.iis { border-left-color: var(--albastru-l); }
.s3-cazuri-card.retras { opacity: 0.72; border-left-color: var(--gri-l); }
.s3-cazuri-card.retras .suma { color: var(--gri-l); }
.s3-cazuri-card.in-documentare {
  opacity: 0.9;
  border-left-color: #e67e22;
  cursor: default;
}
.s3-cazuri-card.in-documentare:hover { transform: none; box-shadow: none; }
.s3-cazuri-card.in-documentare .suma { color: var(--gri-l); font-style: italic; }
.s3-cazuri-card.in-documentare .go { color: #e67e22; }
.s3-status-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e67e22;
  background: rgba(230, 126, 34, 0.12);
  border: 1px solid rgba(230, 126, 34, 0.35);
  padding: 0.15rem 0.4rem;
  margin-bottom: 0.35rem;
}
.btn-inactive {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--gri-l);
  background: var(--crem-d);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0.6rem;
  cursor: not-allowed;
  opacity: 0.85;
}
.s3-cazuri-card .cod { font-family: var(--mono); font-size: 0.62rem; color: var(--rosu-l); letter-spacing: 0.16em; text-transform: uppercase; }
.s3-cazuri-card.iis .cod { color: #9ec0e0; }
.s3-cazuri-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; margin: 0.45rem 0; line-height: 1.25; }
.s3-cazuri-card .suma { font-family: var(--mono); font-size: 1rem; color: var(--rosu-l); margin-bottom: 0.5rem; }
.s3-cazuri-card.iis .suma { color: #9ec0e0; }
.s3-cazuri-card p { font-size: 0.88rem; color: var(--gri-l); flex-grow: 1; }
.s3-cazuri-card .go { margin-top: 1rem; font-family: var(--mono); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--crem-d); }

/* — Footer (live) — full-bleed ca nav-ul — */
.s3-footer {
  background: var(--navy);
  color: #9fa9b8;
  border-top: 3px solid var(--red);
  padding: 2.6rem 1.4rem 1.6rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.s3-footer-in { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; }
.s3-footer h4 { font-family: var(--serif); font-weight: 600; color: var(--paper); font-size: 1.05rem; margin-bottom: 0.6rem; }
.s3-footer .moto { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-l); margin-bottom: 0.7rem; }
.s3-footer p { font-size: 0.86rem; line-height: 1.6; max-width: 24rem; }
.s3-footer ul { list-style: none; display: grid; gap: 0.4rem; }
.s3-footer a { color: #b9c2d1; font-size: 0.86rem; }
.s3-footer a:hover { color: var(--red-2); }
.s3-footer-b {
  max-width: var(--max);
  margin: 1.8rem auto 0;
  padding-top: 1.1rem;
  border-top: 1px solid #243a57;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  color: #5f6e85;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  text-transform: uppercase;
}

.s3-reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.s3-reveal.in { opacity: 1; transform: none; }

@media (max-width: 880px) {
  .s3-nav-links { display: none; position: absolute; top: 60px; left: 0; right: 0; background: var(--navy); flex-direction: column; padding: 0.6rem 1.4rem 1rem; border-bottom: 3px solid var(--red); gap: 0.15rem; align-items: stretch; }
  .s3-nav-links.open { display: flex; }
  .s3-nav-links a.act { margin-left: 0; text-align: center; }
  .s3-nav-links a.new { margin-left: 0; text-align: center; }
  .s3-nav-dd { width: 100%; }
  .s3-nav-dd-btn { width: 100%; text-align: left; position: relative; }
  .s3-nav-dd-panel {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    margin: 0.15rem 0 0.35rem;
    padding: 0.2rem 0;
  }
  .s3-nav-dd.open .s3-nav-dd-panel { display: block !important; }
  .s3-nav-dd-panel a { white-space: normal; }
  .s3-burger { display: inline-block; }
  .s3-steps, .s3-cards, .s3-init, .s3-dece, .s3-diptic, .s3-duo, .s3-dims, .s3-codes, .s3-strata, .s3-footer-in, .s3-what-grid, .s3-stats, .s3-il000-body, .s3-init-from-archive { grid-template-columns: 1fr; }
  .s3-panou:first-child { border-right: 0; border-bottom: 2px solid var(--gold); }
  .s3-cta-strip .s3-wrap-narrow { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .s3-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .s3-btn:hover, .s3-card:hover { transform: none; }
}

/* Pagini IL — body îngust; nav full-bleed, conținut centrat */
body.ra-il-doc {
  max-width: none;
  padding: 0 0 5rem;
  margin: 0;
}
body.ra-il-doc > .skip {
  position: absolute;
}
body.ra-il-doc > :not(.s3-nav):not(.skip):not(.s3-footer) {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

body.legal-doc { background: #0a0a0a; }
body.legal-doc main { color: #e8e8e8; }
