/* ==========================================================================
   e-TVA Reconciliere — foaie de stil comuna pentru docs/*.html
   Sursa unica pentru design tokens si componente reutilizate pe paginile de
   prezentare (site marketing). Inainte, fiecare pagina isi duplica propriul
   <style>, iar tokenii au deraiat intre pagini (topbar bleumarin vechi pe
   paginile secundare, raze de colt diferite, --gold lipsa etc). Acest fisier
   e sursa de adevar; index.html a avut varianta corecta si a stat la baza.
   ========================================================================== */

:root {
  --ink: #132922;
  --ink-2: #1c3a30;
  --ink-3: #25493c;
  --paper: #eef3ef;
  --surface: #ffffff;
  --border: #dbe7e0;
  --text: #182922;
  --muted: #5c6f66;
  --muted-inv: #a9c4b7;
  --accent: #1f7a5c;
  --accent-2: #155f47;
  --accent-soft: #e1f0e8;
  --gold: #b8862e;
  --gold-2: #96701f;
  --gold-soft: #f7ecd6;
  --danger: #c23a32;
  --danger-bg: #fdeeed;
  --warn: #b8862e;
  --warn-bg: #f7ecd6;
  --ok: #1f7a5c;
  --ok-bg: #e6f3ec;
  --disp: "Space Grotesk", system-ui, sans-serif;
  --body: "Public Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", monospace;
}

/* ---------- Reset & base ---------- */
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--text); background: var(--paper);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--disp); line-height: 1.18; letter-spacing: -.015em; font-weight: 600; }
a { color: inherit; }
code { font-family: var(--mono); font-size: .92em; background: var(--accent-soft); padding: .1em .4em; border-radius: 4px; }
.inv { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Topbar & navigation ---------- */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(19, 41, 34, .94);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar .inv { display: flex; align-items: center; justify-content: space-between; height: 64px; position: relative; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-name { color: #fff; font-family: var(--disp); font-weight: 600; font-size: 15.5px; letter-spacing: -.01em; }
.brand img { width: 34px; height: 34px; display: block; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--muted-inv); text-decoration: none; font-size: 14px; font-weight: 500; }
.nav a:hover { color: #fff; }
.nav a.activ { color: #fff; }
.btn { display: inline-block; font-family: var(--disp); font-weight: 600; font-size: 14px;
  text-decoration: none; border-radius: 8px; padding: 11px 22px; border: 0; cursor: pointer;
  transition: transform .12s, background .15s, border-color .15s; letter-spacing: -.005em; }
.btn:hover { transform: translateY(-1px); }
.btn-plin { background: var(--accent); color: #fff; }
.btn-plin:hover { background: var(--accent-2); }
.btn-gol { border: 1px solid rgba(255,255,255,.28); color: #fff; }
.btn-gol:hover { border-color: rgba(255,255,255,.6); }
.btn-contur { border: 1.5px solid var(--border); color: var(--text); background: var(--surface); }
.btn-contur:hover { border-color: var(--accent); color: var(--accent); }
.nav .btn { padding: 8px 16px; font-size: 13.5px; }

/* Mobile menu toggle — replaces the old "just hide the links" behaviour */
.menu-toggle { display: none; background: none; border: 0; color: #fff; font-size: 22px;
  line-height: 1; cursor: pointer; padding: 6px 8px; border-radius: 6px; }
.menu-toggle:hover { background: rgba(255,255,255,.08); }
@media (max-width: 860px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav { position: absolute; top: 64px; left: 0; right: 0; background: var(--ink);
    flex-direction: column; align-items: stretch; gap: 0; padding: 0 20px; margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.1); display: none; }
  .nav a:not(.btn) { display: block; padding: 13px 2px; border-top: 1px solid rgba(255,255,255,.08); }
  .nav a:not(.btn):first-child { border-top: 0; }
  .nav .btn { display: block; text-align: center; margin: 12px 0; }
  .topbar.nav-deschis .nav { display: flex; padding-bottom: 16px; }
}

/* ---------- Eyebrow pill ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-size: 12px; font-weight: 600;
  letter-spacing: .06em; color: #e6c988; background: rgba(184, 134, 46, .18);
  border: 1px solid rgba(184, 134, 46, .55); border-radius: 999px; padding: 6px 14px; margin-bottom: 24px;
  text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* ---------- Hero (homepage) ---------- */
.hero { background: linear-gradient(170deg, var(--ink) 0%, #0e1f19 60%, #081410 100%);
  color: #fff; padding: 80px 0 92px; overflow: hidden; }
.hero .inv { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
@media (max-width: 920px) { .hero .inv { grid-template-columns: 1fr; } }
.hero h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 600; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: #7fd6ae; }
.hero p.sub { font-family: var(--body); font-size: 17.5px; color: var(--muted-inv); max-width: 34em; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-punkte { display: flex; gap: 22px; flex-wrap: wrap; color: var(--muted-inv); font-size: 13px; font-family: var(--body); }
.hero-punkte span::before { content: "✓ "; color: #7fd6ae; font-weight: 700; }

/* Trust badge row — sits above the eyebrow, mirrors the compliance badges
   Invoflux leads with (EU hosting / GDPR / encryption) before the headline. */
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.trust-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600;
  color: var(--muted-inv); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px; padding: 5px 13px; }
.trust-badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #7fd6ae; flex: none; }

/* Secondary "see how it works" link next to the primary hero CTAs */
.hero-demo-link { display: inline-flex; align-items: center; gap: 6px; color: var(--muted-inv);
  font-size: 13.5px; font-weight: 600; text-decoration: none; margin-bottom: 28px; }
.hero-demo-link:hover { color: #fff; }
.hero-demo-link .sageata { transition: transform .15s ease; }
.hero-demo-link:hover .sageata { transform: translateY(2px); }

/* ---------- Reconciliation card (signature hero mockup) ---------- */
.recon-wrap { position: relative; }
.recon-wrap::before { content: ""; position: absolute; inset: -50px; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at 62% 28%, rgba(127,214,174,.28), transparent 62%); filter: blur(28px); }
@media (prefers-reduced-motion: reduce) { .recon-wrap::before { display: none; } }
.recon-badge { position: absolute; top: -14px; right: 22px; z-index: 2; background: var(--surface);
  color: var(--accent); font-family: var(--disp); font-size: 11.5px; font-weight: 700;
  border-radius: 999px; padding: 7px 14px; box-shadow: 0 10px 24px rgba(4,10,8,.35);
  display: inline-flex; align-items: center; gap: 6px; }
.recon-badge::before { content: "✓"; }
.recon { position: relative; z-index: 1; background: var(--surface); border-radius: 12px; color: var(--text);
  box-shadow: 0 30px 80px rgba(4, 10, 8, .5); overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.recon-head { display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; border-bottom: 1px solid var(--border); background: var(--paper); }
.recon-tab { font-family: var(--disp); font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.recon-period { font-family: var(--mono); font-size: 11.5px; color: var(--muted); }
.recon-kpi { display: flex; border-bottom: 1px solid var(--border); }
.recon-kpi > div { flex: 1; padding: 13px 16px; border-right: 1px solid var(--border); min-width: 0; }
.recon-kpi > div:last-child { border-right: 0; }
@media (max-width: 400px) {
  .recon-kpi { flex-wrap: wrap; }
  .recon-kpi > div { flex: 1 1 50%; border-right: 1px solid var(--border); }
  .recon-kpi > div:nth-child(2) { border-right: 0; }
  .recon-kpi > div:nth-child(1), .recon-kpi > div:nth-child(2) { border-bottom: 1px solid var(--border); }
  .recon-kpi .val { font-size: 15px; }
}
.recon-kpi .et { display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.recon-kpi .val { display: block; font-family: var(--mono); font-size: 16.5px; font-weight: 600;
  font-variant-numeric: tabular-nums; }
.recon-kpi .val-gold { color: var(--gold); }
.recon-table { width: 100%; border-collapse: collapse; font-size: 12.5px; font-family: var(--body); }
.recon-table td { padding: 9px 14px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.recon-table tr:last-child td { border-bottom: 0; }
.rd-no { font-family: var(--mono); font-size: 11px; color: var(--muted); width: 1%; white-space: nowrap; }
.recon-table .num { text-align: right; font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 12px; }
.recon-table .neg, .recon-table .poz { font-weight: 600; color: var(--gold-2); }
.rd.diff td { background: var(--gold-soft); }
.chip { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 600;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap; border: 1px solid transparent; }
.chip-gold { color: var(--gold-2); border-color: rgba(184, 134, 46, .35); background: transparent; }
.chip-pending { color: var(--muted); border: 1px dashed var(--border); background: transparent; }
.chip-ok { color: var(--accent); background: var(--accent-soft); border-color: transparent; }
.recon-row.snap .chip { animation: snapChip 900ms cubic-bezier(.2,1,.3,1) both; animation-delay: .7s; }
.recon-row.snap .num { animation: snapNum 900ms ease both; animation-delay: .7s; }
.recon-row.snap { animation: snapRow 700ms ease both; animation-delay: .7s; transform-origin: center; }
@keyframes snapChip { 0% { color: var(--muted); border-style: dashed; border-color: var(--border); background: transparent; }
  60% { color: var(--accent); border-style: solid; border-color: transparent; background: var(--accent-soft); }
  100% { color: var(--accent); border-style: solid; border-color: transparent; background: var(--accent-soft); } }
@keyframes snapNum { 0% { color: var(--muted); } 60% { color: var(--accent); } 100% { color: var(--accent); } }
@keyframes snapRow { 0% { transform: scale(1); } 45% { transform: scale(1.012); } 100% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .recon-row.snap .chip, .recon-row.snap .num, .recon-row.snap { animation: none; }
  .recon-row.snap .chip { color: var(--accent); background: var(--accent-soft); border-color: transparent; }
  .recon-row.snap .num { color: var(--accent); }
}

/* ---------- Generic sections ---------- */
section { padding: 84px 0; }
section.alt { background: var(--surface); border-block: 1px solid var(--border); }
.sec-cap { max-width: 640px; margin-bottom: 46px; }
.sec-cap .tag { font-family: var(--disp); font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.sec-cap h2 { font-size: clamp(24px, 3vw, 33px); font-weight: 600; margin-bottom: 14px; }
.sec-cap p { color: var(--muted); font-size: 16px; font-family: var(--body); max-width: 42em; }

/* Context band (homepage) */
.banda { background: var(--surface); border-block: 1px solid var(--border); padding: 52px 0; }
.banda .inv { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
@media (max-width: 720px) { .banda .inv { grid-template-columns: 1fr; } }
.an-seal { font-family: var(--disp); font-weight: 700; font-size: 21px; color: var(--accent);
  border: 2px solid var(--accent); border-radius: 50%; width: 74px; height: 74px; flex: none;
  display: flex; align-items: center; justify-content: center; letter-spacing: -.02em; }
.banda h3 { font-size: 19px; margin-bottom: 8px; font-weight: 600; }
.banda p { color: var(--muted); max-width: 56em; font-family: var(--body); }

/* Feature cards (homepage) */
.grila { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 920px) { .grila { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grila { grid-template-columns: 1fr; } }
.f-card { background: var(--surface); border: 1px solid var(--border); border-top: 2.5px solid var(--accent);
  border-radius: 10px; padding: 24px 22px; transition: box-shadow .18s, transform .18s; }
.f-card:hover { box-shadow: 0 10px 30px rgba(19, 41, 34, .1); transform: translateY(-2px); }
.f-ic { width: 36px; height: 36px; border-radius: 8px; border: 1.5px solid var(--border);
  color: var(--accent); display: grid; place-items: center; font-size: 16px; margin-bottom: 16px;
  font-family: var(--disp); font-weight: 600; }
.f-card h3 { font-size: 16px; margin-bottom: 8px; font-weight: 600; }
.f-card p { color: var(--muted); font-size: 14px; font-family: var(--body); }

/* Numbered steps (homepage + ghid.html) */
.pasi { counter-reset: pas; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 820px) { .pasi { grid-template-columns: 1fr; } }
.pas { background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 24px 22px; position: relative; }
section.alt .pas { background: var(--paper); }
.pas::before { counter-increment: pas; content: "Pasul " counter(pas); font-family: var(--disp);
  font-size: 11.5px; font-weight: 700; letter-spacing: .04em; color: var(--accent);
  background: var(--accent-soft); border-radius: 999px; padding: 4px 11px;
  display: inline-block; margin-bottom: 14px; }
.pas h3 { font-size: 16px; margin-bottom: 8px; font-weight: 600; }
.pas p { color: var(--muted); font-size: 14px; font-family: var(--body); }

/* Roles grid (ghid.html) */
.roluri-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 780px; }
@media (max-width: 620px) { .roluri-grid { grid-template-columns: 1fr; } }
.rol-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px 22px; }
.rol-card h3 { font-size: 16px; margin-bottom: 6px; }
.rol-card p { color: var(--muted); font-size: 14px; }

/* Table of contents (ghid.html) */
.cuprins-zona { padding: 40px 0 8px; }
.cuprins { background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  padding: 26px 30px; }
.cuprins .tag { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px; }
.cuprins ol { columns: 2; column-gap: 36px; padding-left: 1.25em; font-size: 14.5px; }
.cuprins li { margin-bottom: 8px; break-inside: avoid; }
.cuprins a { text-decoration: none; color: var(--text); }
.cuprins a:hover { color: var(--accent); text-decoration: underline; }
@media (max-width: 620px) { .cuprins ol { columns: 1; } }

/* Security band (homepage + ghid.html) */
.securitate { background: var(--ink); color: #fff; }
.securitate .sec-cap .tag { color: #7fd6ae; }
.securitate .sec-cap p { color: var(--muted-inv); }
.securitate .corp p, .securitate .corp li { color: var(--muted-inv); }
.sec-grila { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 10px; }
@media (max-width: 720px) { .sec-grila { grid-template-columns: 1fr; } }
.s-card { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 10px; padding: 22px; }
.s-card h3 { font-size: 15px; margin-bottom: 8px; display: flex; align-items: center; gap: 9px; font-weight: 600; }
.s-card h3::before { content: "▣"; color: #7fd6ae; font-size: 12px; }
.s-card p { color: var(--muted-inv); font-size: 14px; font-family: var(--body); }
.s-nota { margin-top: 24px; font-size: 13px; color: var(--muted-inv); font-family: var(--body);
  border-left: 3px solid var(--gold); padding: 10px 16px; background: rgba(184, 134, 46, .14);
  border-radius: 0 8px 8px 0; }

/* Pricing (homepage) */
.pret-grila { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 820px) { .pret-grila { grid-template-columns: 1fr; } }
.pret-card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 26px 24px; }
.pret-card h3 { font-size: 17px; margin-bottom: 4px; font-weight: 600; }
.pret-card > p { color: var(--muted); font-size: 13.5px; font-family: var(--body); margin-bottom: 18px; }
.pret-cicluri { border-top: 1px solid var(--border); }
.pret-rand { display: flex; justify-content: space-between; align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid var(--border); }
.pret-rand .et { font-family: var(--disp); font-size: 13.5px; font-weight: 600; display: flex;
  align-items: center; gap: 8px; }
.pret-rand .val { font-family: var(--mono); font-size: 15px; font-variant-numeric: tabular-nums; }
.pret-rand .val small { color: var(--muted); font-size: 12px; }
.pret-bine { font-family: var(--disp); font-size: 10.5px; font-weight: 700; letter-spacing: .04em;
  color: var(--accent); border: 1px solid var(--accent); background: var(--accent-soft);
  border-radius: 999px; padding: 2px 9px; }
.pret-nota { margin-top: 18px; font-size: 12.5px; color: var(--muted); font-family: var(--body); }

/* FAQ (homepage) */
.faq-lista { max-width: 46em; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; }
.faq-item summary { list-style: none; cursor: pointer; padding: 16px 20px;
  font-family: var(--disp); font-weight: 600; font-size: 15px; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 19px; color: var(--accent);
  flex-shrink: 0; transition: transform .15s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 20px 18px; color: var(--muted); font-size: 14.5px; font-family: var(--body); }

/* Centered CTA sections (homepage + ghid.html) */
.desc { text-align: center; }
.desc h2 { font-size: clamp(24px, 3vw, 33px); font-weight: 700; margin-bottom: 14px; }
.desc p { color: var(--muted); max-width: 38em; margin: 0 auto 30px; font-family: var(--body); }
.desc .hero-cta { justify-content: center; }
.desc .cerinte { margin-top: 22px; font-size: 12.5px; color: var(--muted); font-family: var(--mono); }

/* ---------- Legal / long-form content pages ---------- */
.page-header { background: linear-gradient(170deg, var(--ink) 0%, #0e1f19 60%, #081410 100%);
  color: #fff; padding: 56px 0 44px; }
.page-header h1 { font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; margin-bottom: 10px; max-width: 22em; }
.page-header p.sub { font-size: 15.5px; color: var(--muted-inv); max-width: 42em; margin-bottom: 0; }

.corp, .corp-contact { max-width: 760px; }
.corp h2, .corp-contact h2 { font-size: 21px; margin-bottom: 12px; }
.corp h2 .tag, .corp-contact h2 .tag { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .1em;
  font-family: var(--mono); color: var(--accent); margin-bottom: 8px; }
.corp p, .corp-contact p { color: var(--text); margin-bottom: 12px; font-size: 14.5px; }
.corp ul, .corp ol, .corp-contact ul { padding-left: 1.3em; margin-bottom: 12px; }
.corp li, .corp-contact li { color: var(--text); margin-bottom: 7px; font-size: 14.5px; }
.corp li b, .corp-contact li b { font-weight: 650; }
.corp-contact a { color: var(--accent); font-weight: 600; }
.corp + .corp, .corp-contact + .corp-contact { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--border); }

.nota { background: var(--accent-soft); border-left: 3px solid var(--accent);
  padding: 14px 18px; border-radius: 0 8px 8px 0; font-size: 14.5px; color: var(--text);
  max-width: 42em; margin: 8px 0 14px; }
.nota b { color: var(--accent); }
.placeholder-legal { color: var(--danger); font-weight: 600; }
footer .placeholder-legal { color: #e6c988; }

.tabel-scroll { overflow-x: auto; max-width: 900px; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; }
table.date { border-collapse: collapse; width: 100%; min-width: 480px; background: var(--surface); }
table.date th, table.date td { padding: 11px 15px; text-align: left; border-bottom: 1px solid var(--border); font-size: 13.5px; }
table.date thead th { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); background: #fbfcfe; }
table.date tbody tr:last-child td { border-bottom: 0; }
table.date td.cod { font-family: var(--mono); font-size: 13px; }
table.date td.num { text-align: right; font-family: var(--mono); }

.chip.rosu { color: var(--danger); background: #fbdedb; }
.chip.galben { color: var(--warn); background: var(--warn-bg); }
.chip.verde { color: var(--ok); background: var(--ok-bg); }

/* Contact page: two-column layout + form (kept under its own class to avoid
   colliding with the unrelated 3-column .grila used for homepage features) */
.grila-contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
@media (max-width: 820px) { .grila-contact { grid-template-columns: 1fr; } }
.panou-contact { background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 28px; }
.panou-contact label { display: block; font-family: var(--disp); font-size: 11.5px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin: 16px 0 6px; }
.panou-contact label:first-child { margin-top: 0; }
.panou-contact input, .panou-contact select, .panou-contact textarea { width: 100%; padding: 10px 12px;
  border: 1px solid var(--border); border-radius: 6px; font: inherit; font-size: 14.5px;
  color: var(--text); background: var(--surface); }
.panou-contact textarea { resize: vertical; min-height: 120px; }
.panou-contact input:focus, .panou-contact select:focus, .panou-contact textarea:focus {
  outline: 2px solid var(--accent); border-color: var(--accent); }
.panou-contact button[type="submit"] { margin-top: 20px; width: 100%; font-size: 14.5px; }
.stare-trimitere { margin-top: 14px; font-size: 13.5px; }
.stare-trimitere.ok { color: var(--ok); }
.stare-trimitere.eroare { color: var(--danger); }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: var(--muted-inv); padding: 34px 0; font-size: 13px; font-family: var(--body); }
footer .footer-grid { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
footer .footer-col { max-width: 46em; }
footer .footer-firma { margin-top: 8px; font-size: 12.5px; line-height: 1.6; }
footer .footer-links { display: flex; flex-direction: column; gap: 7px; align-items: flex-end; }
@media (max-width: 620px) { footer .footer-links { align-items: flex-start; } }
footer a { color: var(--muted-inv); }
footer a:hover { color: #fff; }

/* ---------- Reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
  .reveal.vazut { opacity: 1; transform: none; }
}
