/* ==========================================================================
   Credos.ro — foaie de stil principală
   Brand: ghid-brand.md v1.0 — smarald #065F46, sand #E2B96F (doar accent),
   fundal închis #064637, ivory #F7F6F2, text #15201B.
   Font: Plus Jakarta Sans (variabil 200–800, găzduit local).
   ========================================================================== */

/* ---------- Font ---------- */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Variabile de brand ---------- */
:root {
  --emerald: #065F46;
  --emerald-dark: #064637;
  --emerald-deeper: #04382C;
  --sand: #E2B96F;
  --sand-dark: #C99C4E;
  --ivory: #F7F6F2;
  --white: #FFFFFF;
  --ink: #15201B;
  --ink-soft: #4A5A52;
  --line: #E5E2D9;
  --ok: #1B7F4D;
  --ok-bg: #E8F4EC;
  --ok-line: #BFE3CC;
  --err: #B3402A;
  --err-bg: #FBEDE9;
  --err-line: #F0CFC5;

  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(21, 32, 27, 0.06), 0 1px 2px rgba(21, 32, 27, 0.04);
  --shadow-md: 0 10px 30px rgba(21, 32, 27, 0.10);
  --shadow-lg: 0 24px 60px rgba(6, 70, 55, 0.16);
  --container: 1140px;
}

/* ---------- Reset & baze ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
/* atributul hidden trebuie să bată orice display de autor (ex. .sim-results__row) */
[hidden] { display: none !important; }
/* țintele de ancoră nu se ascund sub header-ul sticky */
[id] { scroll-margin-top: 90px; }
a { color: var(--emerald); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--emerald-dark); }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--emerald); outline-offset: 2px; border-radius: 4px; }
.section--dark :focus-visible, .page-hero :focus-visible, .hero :focus-visible,
.sim-results :focus-visible, .site-footer :focus-visible { outline-color: var(--sand); }
::selection { background: var(--sand); color: var(--ink); }

.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }
.section { padding-block: clamp(3.2rem, 8vw, 5.5rem); }
.section--ivory { background: var(--ivory); }
.section--dark { background: var(--emerald-dark); color: var(--white); }
.section-head { max-width: 640px; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 0.9rem;
}
.section--dark .eyebrow { color: var(--sand); }
.lead { font-size: 1.12rem; color: var(--ink-soft); }
.section--dark .lead, .section--dark p { color: rgba(255, 255, 255, 0.85); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Butoane ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--emerald); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--emerald-dark); color: var(--white); box-shadow: var(--shadow-md); }
.btn--sand { background: var(--sand); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--sand:hover { background: var(--sand-dark); color: var(--ink); box-shadow: var(--shadow-md); }
.btn--ghost { border-color: rgba(255, 255, 255, 0.55); color: var(--white); background: transparent; }
.btn--ghost:hover { border-color: var(--white); color: var(--white); background: rgba(255, 255, 255, 0.08); }
.btn--outline { border-color: var(--emerald); color: var(--emerald); background: transparent; }
.btn--outline:hover { background: var(--emerald); color: var(--white); }
.btn--lg { padding: 1rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 72px;
}
.site-header__logo { display: flex; align-items: center; flex-shrink: 0; }
.site-header__logo img { width: 148px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover { color: var(--emerald); }
.site-nav .btn { padding: 0.6rem 1.2rem; font-size: 0.92rem; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: none;
  cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 0.6rem 1.2rem 1.2rem;
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0.75rem 0.2rem; font-size: 1.05rem; }
  .site-nav .btn { margin-top: 0.6rem; justify-content: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--emerald-dark);
  color: var(--white);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 75% 20%, rgba(6, 95, 70, 0.9), transparent 60%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(3.5rem, 9vw, 6.5rem);
}
.hero h1 { color: var(--white); margin-bottom: 0.6em; }
.hero h1 .accent { color: var(--sand); }
.hero__sub {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 34em;
  margin-bottom: 2rem;
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__art { position: relative; display: flex; justify-content: center; }
.hero__art svg, .hero__art img { width: min(320px, 70%); opacity: 0.9; }
.hero__note { margin-top: 1.4rem; font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); }
@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__art { display: none; }
}

/* ---------- Bara de încredere ---------- */
.trustbar { background: var(--ivory); border-bottom: 1px solid var(--line); }
.trustbar__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-block: 1.6rem;
  text-align: center;
}
.trustbar__item strong {
  display: block;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 800;
  color: var(--emerald);
  letter-spacing: -0.02em;
}
.trustbar__item span { font-size: 0.92rem; color: var(--ink-soft); }
@media (max-width: 640px) {
  .trustbar__inner { grid-template-columns: 1fr; gap: 1.1rem; }
}

/* ---------- Carduri credite ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.5vw, 1.8rem);
}
@media (max-width: 900px) { .cards-grid { grid-template-columns: 1fr; } }
.credit-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.credit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.credit-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--ivory);
  color: var(--emerald);
  margin-bottom: 1.1rem;
}
.credit-card__icon svg { width: 28px; height: 28px; }
.credit-card h3 { margin-bottom: 0.4rem; }
.credit-card__tag { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 1rem; }
.credit-card ul { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.credit-card li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
}
.credit-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.95em;
  height: 0.55em;
  border-left: 2.5px solid var(--emerald);
  border-bottom: 2.5px solid var(--emerald);
  transform: rotate(-45deg);
}
.credit-card__actions { margin-top: auto; display: flex; flex-direction: column; gap: 0.7rem; }
.credit-card__actions .link-more { font-size: 0.92rem; font-weight: 500; text-align: center; }

/* ---------- Simulator ---------- */
.simulator { scroll-margin-top: 90px; }
.sim-shell {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.sim-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}
.sim-tab {
  flex: 1;
  padding: 1rem 0.8rem;
  border: 0;
  background: none;
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ink-soft);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
.sim-tab:hover { color: var(--emerald); }
.sim-tab[aria-selected="true"] {
  color: var(--emerald);
  background: var(--white);
  border-bottom-color: var(--sand);
}
.sim-body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  padding: clamp(1.6rem, 4vw, 2.6rem);
}
@media (max-width: 860px) { .sim-body { grid-template-columns: 1fr; } }

.sim-field { margin-bottom: 1.5rem; }
.sim-field__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.sim-field__head label { font-weight: 700; font-size: 0.98rem; }
.sim-field__value {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  font-weight: 700;
  color: var(--emerald);
  white-space: nowrap;
}
.sim-field__value input {
  width: 7.2em;
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--emerald);
  text-align: right;
  background: var(--white);
}
.sim-field__value input:focus { border-color: var(--emerald); outline: none; }
.sim-field__value .unit { font-size: 0.85rem; color: var(--ink-soft); font-weight: 500; }
.sim-field__hint { font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.35rem; }

input[type="range"] {
  --fill: 50%;
  width: 100%;
  height: 26px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--emerald) var(--fill), var(--line) var(--fill));
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -8px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--emerald);
  box-shadow: var(--shadow-sm);
}
input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: var(--line);
}
input[type="range"]::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--emerald);
}
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--emerald);
  box-shadow: var(--shadow-sm);
}

.sim-results {
  background: var(--emerald-dark);
  color: var(--white);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-self: start;
  position: sticky;
  top: 96px;
}
.sim-results__rate { text-align: center; }
.sim-results__rate .label { font-size: 0.88rem; color: rgba(255, 255, 255, 0.7); }
.sim-results__rate .value {
  display: block;
  font-size: clamp(2.1rem, 4.5vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sand);
  line-height: 1.1;
}
.sim-results__rate .value small { font-size: 0.45em; font-weight: 700; color: rgba(255, 255, 255, 0.75); }
.sim-results__chart { display: flex; align-items: center; justify-content: center; gap: 1.2rem; }
.sim-results__chart svg { flex-shrink: 0; }
.sim-legend { list-style: none; margin: 0; padding: 0; font-size: 0.88rem; }
.sim-legend li { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; }
.sim-legend .dot { width: 12px; height: 12px; border-radius: 4px; flex-shrink: 0; }
.sim-legend .dot--principal { background: var(--white); }
.sim-legend .dot--interest { background: var(--sand); }
.sim-results__rows { border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 1rem; }
.sim-results__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
  padding-block: 0.3rem;
}
.sim-results__row span:first-child { color: rgba(255, 255, 255, 0.72); }
.sim-results__row strong { font-weight: 700; white-space: nowrap; }
.sim-disclaimer { font-size: 0.8rem; color: rgba(255, 255, 255, 0.6); margin: 0; }

/* ---------- Pași ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  counter-reset: step;
}
@media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; } }
.step { position: relative; }
.step__num {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--sand);
  letter-spacing: -0.03em;
  margin-bottom: 0.7rem;
}
.step h3 { color: var(--white); }
.step p { font-size: 0.97rem; }

/* ---------- Recenzii ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.review__stars { color: var(--emerald); letter-spacing: 2px; margin-bottom: 0.7rem; font-size: 1rem; }
.review p { font-size: 0.96rem; margin-bottom: 1rem; }
.review footer { font-size: 0.86rem; color: var(--ink-soft); }
.review footer strong { color: var(--ink); }

/* ---------- Formular lead ---------- */
.contact { scroll-margin-top: 90px; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(1.5rem, 3.5vw, 2.2rem);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 0.35rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  transition: border-color 0.15s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--emerald); outline: none; }
.form-group textarea { resize: vertical; min-height: 96px; }
.form-consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
}
.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--emerald);
}
.form-msg { display: none; margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: 10px; font-size: 0.95rem; }
.form-msg.is-ok { display: block; background: var(--ok-bg); color: var(--ok); border: 1px solid var(--ok-line); }
.form-msg.is-err { display: block; background: var(--err-bg); color: var(--err); border: 1px solid var(--err-line); }
/* honeypot — ascuns pentru oameni, vizibil pentru boți */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-aside h2 { margin-bottom: 0.6rem; }
.contact-aside ul { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.contact-aside li { display: flex; gap: 0.8rem; align-items: flex-start; margin-bottom: 1.1rem; }
.contact-aside li svg { width: 22px; height: 22px; color: var(--emerald); flex-shrink: 0; margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin-inline: auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--emerald);
  line-height: 1;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); font-size: 0.97rem; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------- CTA final ---------- */
.cta-band { text-align: center; }
.cta-band h2 { color: var(--white); max-width: 18em; margin-inline: auto; }
.cta-band .btn { margin-top: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--emerald-deeper);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}
.site-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--sand); }
.site-footer__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-block: clamp(2.5rem, 6vw, 3.8rem) 2rem;
}
@media (max-width: 860px) { .site-footer__main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__main { grid-template-columns: 1fr; } }
.site-footer__brand img { width: 140px; margin-bottom: 1rem; }
.site-footer__brand p { max-width: 30em; }
.site-footer__title {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.9rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 1.4rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}
.site-footer__legal p { margin-bottom: 0.5rem; }
.site-footer__legal p:last-child { margin-bottom: 0; }

/* ---------- Pagini secundare ---------- */
.page-hero {
  background: var(--emerald-dark);
  color: var(--white);
  padding-block: clamp(2.8rem, 7vw, 4.5rem);
}
.page-hero .eyebrow { color: var(--sand); }
.page-hero h1 { color: var(--white); max-width: 16em; }
.page-hero .lead { color: rgba(255, 255, 255, 0.85); max-width: 40em; }
.prose { max-width: 720px; }
.prose h2 { margin-top: 2.2em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.3em; }
.prose li { margin-bottom: 0.5em; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; margin: 1.2em 0; }
.prose th, .prose td { text-align: left; padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--line); }
.prose th { font-weight: 700; background: var(--ivory); }
.info-box {
  background: var(--ivory);
  border-left: 4px solid var(--sand);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.1rem 1.3rem;
  margin: 1.5em 0;
  font-size: 0.95rem;
}
