/* ============================================================
   ACCESIBILITATE-DIGITALA.RO — Design Editorial Verde/Teal
   WCAG 2.1 AA compliant — toate perechile de culori ≥ 4.5:1
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap');

/* ──────────────────────────────
   TOKENS
   ────────────────────────────── */
:root {
  /* Brand verde-teal */
  --emerald:       #065f46;   /* 9.5:1 pe alb */
  --emerald-mid:   #047857;   /* 7.1:1 pe alb */
  --emerald-light: #10b981;   /* folosit doar pe fundal închis */
  --teal:          #0f766e;   /* 6.7:1 pe alb */
  --teal-light:    #ccfbf1;
  --teal-pale:     #f0fdf9;

  /* Accent portocaliu */
  --orange:        #c2410c;   /* 5.5:1 pe alb */
  --orange-light:  #fed7aa;
  --orange-pale:   #fff7ed;
  --amber:         #92400e;   /* 7.0:1 pe alb */

  /* Accent albastru-slate */
  --slate:         #1e3a5f;   /* 12:1 pe alb */
  --slate-mid:     #334155;
  --slate-light:   #e2e8f0;
  --slate-pale:    #f8fafc;

  /* Neutrale */
  --white:         #ffffff;
  --gray-50:       #f9fafb;
  --gray-100:      #f3f4f6;
  --gray-200:      #e5e7eb;
  --gray-300:      #d1d5db;
  --gray-400:      #6b7280;   /* 4.7:1 pe alb — minim body */
  --gray-600:      #4b5563;   /* 7.0:1 */
  --gray-700:      #374151;   /* 9.7:1 */
  --gray-800:      #1f2937;   /* 14:1  */

  /* Pe fundal închis */
  --on-dark:       #ffffff;
  --on-dark-sec:   #a7f3d0;   /* 6.2:1 pe --emerald */
  --on-dark-muted: #6ee7b7;   /* 4.5:1 pe --emerald */

  /* Tipografie */
  --font-display:  'Fraunces', Georgia, serif;
  --font-body:     'Inter', system-ui, sans-serif;

  /* Spații & forme */
  --radius-sm:  6px;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --shadow-sm:  0 2px 8px rgba(6,95,70,.08);
  --shadow:     0 6px 24px rgba(6,95,70,.12);
  --shadow-lg:  0 16px 48px rgba(6,95,70,.16);
}

/* ──────────────────────────────
   RESET & BASE
   ────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--gray-700);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Skip link — WCAG 2.4.1 */
.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: var(--emerald); color: var(--white);
  padding: .5rem 1.2rem; border-radius: var(--radius-sm);
  font-weight: 700; z-index: 9999; text-decoration: none;
  transition: top .15s;
}
.skip-link:focus { top: 1rem; }

/* ──────────────────────────────
   TIPOGRAFIE
   ────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--slate);
  line-height: 1.15;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 700; }
p  { color: var(--gray-600); line-height: 1.8; }
a  { color: var(--teal); text-decoration: underline; }
a:hover { color: var(--emerald); }
a:focus-visible {
  outline: 3px solid var(--emerald);
  outline-offset: 3px;
  border-radius: 2px;
}
strong { font-weight: 700; color: var(--gray-800); }
ul, ol { padding-left: 1.4rem; }
li { color: var(--gray-600); margin-bottom: .35rem; line-height: 1.75; }
code {
  font-family: 'Fira Mono', monospace;
  background: var(--teal-pale);
  color: var(--teal);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: .88em;
}

/* ──────────────────────────────
   LAYOUT
   ────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 88px 0; }
.section-sm { padding: 52px 0; }
.sr-only    { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ──────────────────────────────
   TOPBAR PARTENER
   ────────────────────────────── */
.topbar {
  background: var(--emerald);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  font-size: .8rem; color: var(--on-dark-sec);
}
.topbar-inner a { color: var(--on-dark-sec); text-decoration: none; font-weight: 600; }
.topbar-inner a:hover { color: var(--white); text-decoration: underline; }
.topbar-inner a:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; border-radius: 2px; }
.topbar-logo { height: 16px; width: auto; mix-blend-mode: screen; vertical-align: middle; margin: 0 6px; }
.topbar-left { display: flex; align-items: center; gap: 6px; }
.topbar-right { display: flex; align-items: center; gap: 16px; }
@media(max-width:600px){ .topbar-right { display: none; } }

/* ──────────────────────────────
   NAVIGARE
   ────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
  border-bottom: 3px solid var(--emerald);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 1rem; font-weight: 700;
  color: var(--slate); text-decoration: none;
}
.nav-brand-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--emerald); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.nav-brand-icon svg { width: 20px; height: 20px; }
.nav-brand span { display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand .brand-main { font-size: .95rem; color: var(--emerald); letter-spacing: -.01em; }
.nav-brand .brand-sub  { font-size: .62rem; color: var(--gray-400); font-family: var(--font-body); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  padding: 7px 13px; border-radius: var(--radius-sm);
  color: var(--gray-600); font-size: .875rem; font-weight: 500;
  text-decoration: none; transition: all .15s; white-space: nowrap;
}
.nav-links a:hover { background: var(--teal-pale); color: var(--teal); }
.nav-links a.active {
  background: var(--teal-pale); color: var(--teal); font-weight: 600;
  border-bottom: 2px solid var(--emerald-mid);
}
.nav-links a:focus-visible { outline: 3px solid var(--emerald); outline-offset: 2px; }
.btn-nav-cta {
  background: var(--emerald) !important; color: var(--white) !important;
  padding: 8px 16px !important; border-radius: var(--radius-sm) !important;
  font-weight: 700 !important; text-decoration: none !important;
  display: inline-flex !important; align-items: center !important; gap: 6px !important;
  transition: background .18s, transform .18s !important; white-space: nowrap;
}
.btn-nav-cta:hover { background: var(--emerald-mid) !important; transform: translateY(-1px); color: var(--white) !important; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  padding: 8px; color: var(--gray-700);
}
@media(max-width:900px){
  .nav-links {
    display: none; position: absolute; top: 64px; left: 0; right: 0;
    background: var(--white); flex-direction: column; align-items: stretch;
    padding: 10px 16px 16px; border-bottom: 3px solid var(--emerald);
    gap: 2px; z-index: 99;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 14px; }
  .nav-toggle { display: flex; align-items: center; }
}

/* ──────────────────────────────
   BUTOANE
   ────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-weight: 700; font-size: .93rem;
  cursor: pointer; transition: all .2s; text-decoration: none; border: none;
}
.btn:focus-visible { outline: 3px solid var(--emerald); outline-offset: 3px; }
.btn-primary { background: var(--emerald); color: var(--white); }
.btn-primary:hover { background: var(--emerald-mid); transform: translateY(-1px); box-shadow: var(--shadow); color: var(--white); text-decoration: none; }
.btn-secondary { background: var(--orange); color: var(--white); }
.btn-secondary:hover { background: var(--amber); transform: translateY(-1px); color: var(--white); text-decoration: none; }
.btn-outline { background: transparent; color: var(--emerald); border: 2px solid var(--emerald); }
.btn-outline:hover { background: var(--teal-pale); color: var(--emerald); text-decoration: none; }
.btn-ghost-dark { background: rgba(255,255,255,.12); color: var(--white); border: 1.5px solid rgba(255,255,255,.3); }
.btn-ghost-dark:hover { background: rgba(255,255,255,.22); color: var(--white); text-decoration: none; }
.btn-lg { padding: 14px 30px; font-size: 1rem; border-radius: var(--radius); }

/* ──────────────────────────────
   BADGE-URI
   ────────────────────────────── */
.badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 11px; border-radius: 100px;
  font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
}
.badge-green  { background: var(--teal-light); color: var(--emerald); }    /* 9.5:1 */
.badge-orange { background: var(--orange-light); color: var(--orange); }   /* 5.5:1 */
.badge-amber  { background: #fef3c7; color: var(--amber); }                /* 7.0:1 */
.badge-slate  { background: var(--slate-light); color: var(--slate); }     /* 12:1  */
.badge-red    { background: #fee2e2; color: #b91c1c; }                     /* 5.9:1 */
.badge-teal   { background: #cffafe; color: #0e7490; }                     /* 4.6:1 */

/* ──────────────────────────────
   HERO — design editorial asimetric
   ────────────────────────────── */
.hero {
  background: var(--emerald);
  position: relative; overflow: hidden;
  padding: 80px 0 72px;
}
/* Pattern geometric — linii diagonale */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 40px,
      rgba(255,255,255,.03) 40px,
      rgba(255,255,255,.03) 41px
    );
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; right: -80px; top: -80px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,.35) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
@media(max-width:768px){ .hero-inner { grid-template-columns: 1fr; gap: 36px; } }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px; padding: 5px 14px;
  font-size: .78rem; color: var(--on-dark-sec); margin-bottom: 18px;
  font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.hero h1 { color: var(--white); margin-bottom: 18px; font-style: italic; }
.hero h1 em { font-style: normal; color: var(--on-dark-sec); }
.hero-desc { font-size: 1.05rem; color: var(--on-dark-sec); margin-bottom: 32px; max-width: 500px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero right — stat cards */
.hero-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.hero-stat-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg); padding: 22px 20px;
}
.hero-stat-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  color: var(--white); line-height: 1;
}
.hero-stat-num em { color: var(--on-dark-sec); font-style: normal; }
.hero-stat-label { font-size: .78rem; color: var(--on-dark-muted); margin-top: 6px; line-height: 1.4; }

/* ──────────────────────────────
   PAGE HERO (pagini interioare)
   ────────────────────────────── */
.page-hero {
  background: var(--emerald); padding: 52px 0 44px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,.02) 40px, rgba(255,255,255,.02) 41px);
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute; right: -60px; bottom: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(16,185,129,.2); pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); margin-bottom: 10px; }
.page-hero .lead { color: var(--on-dark-sec); font-size: .98rem; max-width: 680px; line-height: 1.7; }
.breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; margin-bottom: 14px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--on-dark-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb a:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; border-radius: 2px; }
.breadcrumb-sep { color: rgba(255,255,255,.3); }
.breadcrumb-current { color: rgba(255,255,255,.85); }

/* ──────────────────────────────
   CARDURI
   ────────────────────────────── */
.card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 28px 30px; transition: all .22s;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }

/* Card cu bordură stângă colorată — stilul editorial */
.card-bordered { border-left: 5px solid var(--emerald); }
.card-bordered-orange { border-left: 5px solid var(--orange); }
.card-bordered-slate { border-left: 5px solid var(--slate); }

.card-grid { display: grid; gap: 24px; }
.card-grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.card-grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card-grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

/* Articol card */
.article-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 0; overflow: hidden;
  transition: all .22s; text-decoration: none; display: flex; flex-direction: column;
}
.article-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); text-decoration: none; }
.article-card-top {
  height: 6px; background: var(--emerald);
}
.article-card-top.orange { background: var(--orange); }
.article-card-top.slate  { background: var(--slate); }
.article-card-top.teal   { background: var(--teal); }
.article-card-body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.article-card h3 { color: var(--slate); margin-bottom: 8px; font-size: 1rem; line-height: 1.35; }
.article-card p  { color: var(--gray-600); font-size: .88rem; flex: 1; }
.article-meta { font-size: .76rem; color: var(--gray-400); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }

/* ──────────────────────────────
   SECȚIUNE HEADER
   ────────────────────────────── */
.section-header { margin-bottom: 48px; }
.section-header .badge { margin-bottom: 10px; }
.section-header h2 { margin-bottom: 10px; }
.section-header p { max-width: 620px; font-size: 1rem; }
.section-header.centered { text-align: center; }
.section-header.centered p { margin: 0 auto; }

/* Linie decorativă sub titlu */
.section-header h2::after {
  content: '';
  display: block; width: 52px; height: 4px;
  background: var(--emerald); border-radius: 2px; margin-top: 10px;
}
.section-header.centered h2::after { margin: 10px auto 0; }

/* ──────────────────────────────
   BANDĂ VERDE (CTA sections)
   ────────────────────────────── */
.band-green {
  background: var(--emerald); position: relative; overflow: hidden;
}
.band-green::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,.03) 40px, rgba(255,255,255,.03) 41px);
  pointer-events: none;
}
.band-green::after {
  content: '';
  position: absolute; left: -80px; top: -80px; width: 400px; height: 400px;
  border-radius: 50%; background: rgba(16,185,129,.25); pointer-events: none;
}
.band-inner { position: relative; z-index: 1; }
.band-green h2, .band-green h3 { color: var(--white); }
.band-green p { color: var(--on-dark-sec); }

/* ──────────────────────────────
   CTA BANNER
   ────────────────────────────── */
.cta-banner {
  background: var(--emerald); border-radius: var(--radius-xl);
  padding: 56px 48px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 36px, rgba(255,255,255,.03) 36px, rgba(255,255,255,.03) 37px);
  pointer-events: none;
}
.cta-banner::after {
  content: ''; position: absolute; right: -60px; bottom: -60px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(16,185,129,.3); pointer-events: none;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: var(--white); margin-bottom: 12px; }
.cta-banner p  { color: var(--on-dark-sec); max-width: 540px; margin: 0 auto 28px; }
@media(max-width:768px){ .cta-banner { padding: 36px 22px; } }

/* ──────────────────────────────
   LAW BOX (cutie lege)
   ────────────────────────────── */
.law-box {
  background: var(--slate); border-radius: var(--radius-lg);
  padding: 32px 30px; position: relative; overflow: hidden;
}
.law-box::before {
  content: '§'; position: absolute; right: 20px; top: 4px;
  font-size: 130px; font-family: var(--font-display); font-weight: 800;
  color: rgba(255,255,255,.04); line-height: 1; pointer-events: none;
}
.law-box h3 { color: var(--white); margin-bottom: 10px; }
.law-box p  { color: rgba(255,255,255,.78); font-size: .9rem; }
.data-row   { border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 10px; margin-bottom: 10px; }
.data-label { font-size: .7rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.data-value { color: var(--white); font-weight: 600; font-size: .9rem; }
.data-value.urgent { color: #fbbf24; }

/* ──────────────────────────────
   CALLOUT / HIGHLIGHT
   ────────────────────────────── */
.callout {
  border-left: 4px solid var(--emerald-mid);
  background: var(--teal-pale);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px; margin: 20px 0;
}
.callout p { color: var(--gray-700); }
.callout.warning { border-color: var(--orange); background: var(--orange-pale); }
.callout.danger  { border-color: #b91c1c; background: #fff1f2; }
.callout.success { border-color: var(--emerald); background: var(--teal-pale); }

/* ──────────────────────────────
   FEATURE LIST
   ────────────────────────────── */
.feature-list { list-style: none; padding: 0; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--gray-100);
  color: var(--gray-700);
}
.feature-list li:last-child { border-bottom: none; }
.f-icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal-light); color: var(--emerald);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.f-icon svg { width: 12px; height: 12px; }

/* ──────────────────────────────
   TABEL
   ────────────────────────────── */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--gray-200); }
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
thead { background: var(--slate); }
thead th { padding: 12px 16px; text-align: left; font-weight: 700; color: var(--white); font-size: .8rem; letter-spacing: .03em; }
tbody td { padding: 11px 16px; border-bottom: 1px solid var(--gray-100); color: var(--gray-600); }
tbody tr:last-child td { border-bottom: none; }
tbody tr:hover { background: var(--teal-pale); }
.check { color: var(--emerald); font-weight: 700; }
.cross { color: #b91c1c; font-weight: 700; }
.level { padding: 3px 8px; border-radius: 100px; font-size: .68rem; font-weight: 700; }
.level-a   { background: var(--teal-light); color: var(--emerald); }
.level-aa  { background: var(--orange-light); color: var(--orange); }
.level-aaa { background: var(--slate-light); color: var(--slate); }

/* ──────────────────────────────
   PAȘI / STEPS
   ────────────────────────────── */
.steps { display: flex; flex-direction: column; }
.step  { display: flex; gap: 18px; padding-bottom: 26px; }
.step:last-child { padding-bottom: 0; }
.step-num {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%;
  background: var(--emerald); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-family: var(--font-display); font-size: .88rem;
}
.step-line { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.step-connector { width: 2px; flex: 1; background: var(--gray-200); margin: 5px 0; }
.step:last-child .step-connector { display: none; }
.step-content { padding-top: 8px; }
.step-content h4 { margin-bottom: 4px; color: var(--slate); }

/* ──────────────────────────────
   ACCORDION
   ────────────────────────────── */
.accordion-item { border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 8px; }
.accordion-btn {
  width: 100%; background: none; border: none; padding: 15px 18px;
  text-align: left; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--font-body); font-size: .91rem; font-weight: 600; color: var(--gray-800);
  transition: background .15s; border-radius: var(--radius);
}
.accordion-btn:hover { background: var(--teal-pale); }
.accordion-btn[aria-expanded="true"] { background: var(--teal-pale); color: var(--emerald); border-radius: var(--radius) var(--radius) 0 0; }
.accordion-btn:focus-visible { outline: 3px solid var(--emerald); outline-offset: 2px; }
.accordion-icon { flex-shrink: 0; transition: transform .25s; width: 18px; height: 18px; }
.accordion-btn[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); }
.accordion-body { display: none; padding: 4px 18px 16px; }
.accordion-body.open { display: block; }

/* ──────────────────────────────
   STATS BAR (bandă statistici)
   ────────────────────────────── */
.stats-bar { background: var(--slate-pale); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.stats-row { display: flex; gap: 0; flex-wrap: wrap; }
.stat-item {
  flex: 1; min-width: 180px; padding: 28px 24px;
  border-right: 1px solid var(--gray-200); text-align: center;
}
.stat-item:last-child { border-right: none; }
.stat-item .num {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 800;
  color: var(--emerald); line-height: 1;
}
.stat-item .lbl { font-size: .8rem; color: var(--gray-600); margin-top: 5px; line-height: 1.35; }

/* ──────────────────────────────
   FOOTER
   ────────────────────────────── */
footer { background: var(--slate); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
@media(max-width:768px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand h3 { font-family: var(--font-display); color: var(--white); margin-bottom: 8px; font-size: 1.1rem; }
.footer-desc { font-size: .83rem; color: rgba(255,255,255,.55); line-height: 1.7; }
.footer-wawsome { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.footer-wawsome img { height: 18px; width: auto; mix-blend-mode: screen; }
.footer-wawsome span { font-size: .78rem; color: rgba(255,255,255,.45); }
.footer-col h5 { color: var(--white); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 14px; }
.footer-col a { display: block; color: rgba(255,255,255,.55); font-size: .83rem; padding: 3px 0; text-decoration: none; transition: color .15s; }
.footer-col a:hover { color: var(--white); text-decoration: underline; }
.footer-col a:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; border-radius: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.35); }
.footer-bottom a { color: rgba(255,255,255,.55); }

/* ──────────────────────────────
   PROSE (pagini articol)
   ────────────────────────────── */
.prose h2 { margin-top: 2.4rem; margin-bottom: .8rem; }
.prose h3 { margin-top: 1.8rem; margin-bottom: .6rem; }
.prose p  { margin-bottom: 1.1rem; }
.prose ul, .prose ol { margin-bottom: 1.1rem; }
.prose li { margin-bottom: .4rem; }

/* ──────────────────────────────
   UTILE
   ────────────────────────────── */
.text-center { text-align: center; }
.mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; } .mt-8 { margin-top: 32px; }
.mb-4 { margin-bottom: 16px; } .mb-6 { margin-bottom: 24px; }

/* ──────────────────────────────
   RESPONSIVE
   ────────────────────────────── */
@media(max-width:768px){
  .section { padding: 60px 0; }
  .hero { padding: 60px 0 52px; }
  .stats-bar .stat-item { min-width: 140px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media(max-width:480px){
  h1 { font-size: 1.85rem; }
  h2 { font-size: 1.45rem; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; }
}
