/* ═══════════════════════════════════════════════════════════════════════
   Via Resilience — eterapie.ro · stil comun (v2, septembrie 2026)
   Paleta și tipografia sunt cele din site-ul anterior; componentele noi
   (uși, pași, trasee, scale, profiluri) sunt adăugate în același sistem.
   ═══════════════════════════════════════════════════════════════════════ */
:root {
  --sage-50:  #f3f6f3;
  --sage-100: #e3ece3;
  --sage-200: #c8d8c8;
  --sage-300: #a6bda6;
  --sage-500: #6f8f74;
  --sage-700: #4a6a51;
  --sage-900: #2c3f30;
  --sky-50:   #eef4f6;
  --sky-100:  #d8e6ec;
  --sky-300:  #9bb9c4;
  --sky-500:  #6c95a3;
  --cream:    #fbf8f3;
  --cream-2:  #f5efe5;
  --ink:      #2a2f2c;
  --muted:    #6a716d;
  --line:     rgba(44, 63, 48, 0.12);
  --shadow-sm: 0 1px 2px rgba(44,63,48,.06), 0 2px 8px rgba(44,63,48,.05);
  --shadow-md: 0 8px 24px rgba(44,63,48,.08), 0 2px 8px rgba(44,63,48,.04);
  --shadow-lg: 0 24px 60px rgba(44,63,48,.14), 0 8px 20px rgba(44,63,48,.06);
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--cream);
  line-height: 1.65; font-size: 16px; overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; line-height: 1.15; color: var(--sage-900); }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
h1 em, h2 em, h3 em { font-style: italic; color: var(--sage-700); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container.narrow { max-width: 820px; }
.section  { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section.tight { padding: clamp(48px, 6vw, 80px) 0; }
.section.alt { background: var(--cream-2); }
.section.sage { background: var(--sage-50); }
.eyebrow {
  display: inline-block; font-family: var(--sans); font-size: .78rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--sage-700); font-weight: 500; margin-bottom: 18px;
  padding: 6px 14px; border: 1px solid var(--sage-200); border-radius: 999px; background: rgba(255,255,255,.6);
}
.lead { font-size: 1.1rem; color: var(--muted); max-width: 640px; }
.prose { max-width: 760px; }
.prose p { font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--sage-900); }
.prose ul { margin: 0 0 20px; }
.prose li { position: relative; padding-left: 26px; margin-bottom: 10px; line-height: 1.6; }
.prose li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 12px; border-radius: 50%; background: var(--sage-500); box-shadow: inset 0 0 0 3px var(--cream); }
.note {
  margin-top: 8px; padding: 18px 22px; background: var(--sage-50); border-left: 3px solid var(--sage-500);
  border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--sage-900); font-size: 1rem;
}
.note strong { color: var(--sage-700); font-weight: 600; }
.quote {
  padding: 24px 28px; border-left: 3px solid var(--sage-500); background: rgba(255,255,255,.6);
  border-radius: 0 var(--r-md) var(--r-md) 0; font-family: var(--serif); font-style: italic;
  font-size: 1.25rem; color: var(--sage-900); line-height: 1.4;
}
.small { font-size: .85rem; color: var(--muted); }

/* ───── NAV ───── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: rgba(251,248,243,.82); border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.scrolled { border-color: var(--line); background: rgba(251,248,243,.94); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.4rem; color: var(--sage-900); font-weight: 600; white-space: nowrap; }
.logo-mark { width: 40px; height: 40px; flex-shrink: 0; display: block; color: var(--sage-700); }
footer .logo .logo-mark { color: var(--cream); }
.nav-links { display: flex; gap: 16px; align-items: center; }
.nav-links a { font-size: .87rem; color: var(--ink); position: relative; padding: 6px 0; transition: color .25s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--sage-700); }
.nav-links a.btn, .nav-links a.btn:hover { color: #fff; padding: 11px 20px; }
.nav-links a:not(.btn)::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--sage-700);
  transform: scaleX(0); transform-origin: right; transition: transform .35s ease;
}
.nav-links a:not(.btn):hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 8px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); position: relative; transition: .3s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 1.5px; background: var(--ink); transition: .3s; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after  { top:  7px; }

/* ───── BUTOANE ───── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-size: .95rem; font-weight: 500;
  transition: all .3s ease; background: var(--sage-700); color: #fff; box-shadow: var(--shadow-sm);
}
.btn:hover { background: var(--sage-900); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--sage-900); border: 1px solid var(--sage-700); box-shadow: none; }
.btn-outline:hover { background: var(--sage-700); color: #fff; }
.btn-ghost { background: transparent; color: var(--sage-700); box-shadow: none; padding-left: 8px; padding-right: 8px; }
.btn-ghost:hover { background: var(--sage-50); transform: none; box-shadow: none; }
.btn-lg { padding: 17px 34px; font-size: 1.02rem; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn svg { flex-shrink: 0; }

/* ───── HERO (homepage) ───── */
.hero {
  position: relative; display: flex; align-items: center; padding: 150px 0 90px; min-height: 92vh;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(168, 198, 178, 0.35), transparent 55%),
    radial-gradient(ellipse at 8% 85%, rgba(155, 185, 196, 0.3), transparent 55%),
    var(--cream);
  overflow: hidden;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .6; pointer-events: none; }
.hero-orb.one { width: 480px; height: 480px; top: -120px; right: -100px; background: var(--sage-200); }
.hero-orb.two { width: 380px; height: 380px; bottom: -120px; left: -80px; background: var(--sky-100); }
.hero-inner { position: relative; z-index: 1; max-width: 1040px; }
.hero h1 { margin-bottom: 26px; }
.hero h1 em { position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px;
  background: rgba(168, 198, 178, .35); z-index: -1; border-radius: 4px;
}
.hero .lead { font-size: 1.18rem; max-width: 640px; margin-bottom: 40px; }

/* Cele două uși — din lemn */
.doors { display: grid; grid-template-columns: 1.15fr 1.15fr .9fr; gap: 32px; margin-top: 10px; align-items: start; }
.door-small .door-svg { width: min(100%, 190px); }
.door-small .door-scene { padding-top: 40px; }
.door-scene { height: 430px; }
.door-small .door-text h2 { font-size: clamp(1.2rem, 1.7vw, 1.4rem); }
.door-small .door-text p { font-size: .9rem; }
.door { display: grid; grid-template-rows: 430px auto; gap: 22px; color: var(--ink); text-decoration: none; }
.door-scene {
  position: relative; padding: 26px 26px 0; border-radius: var(--r-lg) var(--r-lg) 0 0;
  background: linear-gradient(180deg, var(--sage-100) 0%, var(--sage-50) 78%, var(--cream-2) 78%, var(--cream-2) 100%);
  display: flex; justify-content: center; align-items: flex-end; overflow: hidden;
  box-shadow: inset 0 -1px 0 var(--line);
}
.door-scene::before { /* plinta */
  content: ""; position: absolute; left: 0; right: 0; bottom: 22%; height: 8px; background: #efe7d8; border-top: 1px solid #d9cdb8; border-bottom: 1px solid #c7b89f;
}
.door-scene::after { /* umbra pe podea */
  content: ""; position: absolute; left: 50%; bottom: 6%; width: 62%; height: 10%; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(44,63,48,.35), transparent 70%); filter: blur(4px); pointer-events: none;
}
.door-svg {
  width: min(100%, 250px); height: auto; position: relative; z-index: 1; display: block;
  transform-origin: 12% 50%; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s;
  filter: drop-shadow(0 18px 22px rgba(44,63,48,.28));
}
.door-svg .door-leaf { transform-origin: 30px 215px; transition: transform .7s cubic-bezier(.2,.7,.2,1); transform-box: view-box; }
.door-svg .door-light { opacity: 0; transition: opacity .6s; }
.door:hover .door-svg, .door:focus-visible .door-svg { transform: perspective(900px) rotateY(-6deg) translateY(-4px); filter: drop-shadow(0 26px 30px rgba(44,63,48,.32)); }
.door:hover .door-leaf, .door:focus-visible .door-leaf { transform: perspective(700px) rotateY(-22deg); }
.door:hover .door-light, .door:focus-visible .door-light { opacity: 1; }
.door-text { padding: 0 6px; display: flex; flex-direction: column; gap: 8px; }
.door-text .door-no { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--sage-500); letter-spacing: .04em; }
.door-text h2 { font-size: clamp(1.5rem, 2.3vw, 1.9rem); line-height: 1.2; text-wrap: balance; }
.door-text p { color: var(--muted); font-size: .96rem; line-height: 1.55; }
.door-text .door-go { margin-top: 6px; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--sage-700); font-size: .95rem; }
.door-text .door-go svg { transition: transform .3s; }
.door:hover .door-go svg { transform: translateX(4px); }
@media (prefers-reduced-motion: reduce) { .door-svg, .door-svg .door-leaf { transition: none; } .door:hover .door-svg, .door:hover .door-leaf { transform: none; } }
.hero-meta { display: flex; gap: 34px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.hero-meta div { font-size: .88rem; color: var(--muted); flex: 1 1 160px; max-width: 220px; }
.hero-meta strong { display: block; font-family: var(--serif); font-size: 1.7rem; color: var(--sage-700); font-weight: 600; margin-bottom: 2px; }

/* ───── PAGE HERO (pagini interioare) ───── */
.page-hero {
  padding: 150px 0 60px;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(168, 198, 178, 0.28), transparent 50%),
    var(--cream);
}
.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); margin-bottom: 20px; max-width: 820px; }
.page-hero .lead { font-size: 1.15rem; max-width: 720px; }
.page-hero .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--sage-700); }
.breadcrumb span { margin: 0 8px; opacity: .5; }

/* ───── SECTION HEAD ───── */
.sec-head { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; margin-bottom: 60px; align-items: end; }
.sec-head.center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.sec-head.center .lead { margin: 0 auto; }
.sec-head.stack { grid-template-columns: 1fr; gap: 16px; }

/* ───── PAȘI (cum funcționează) ───── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; counter-reset: step; }
.step { background: #fff; padding: 34px 28px; border-radius: var(--r-md); border: 1px solid var(--line); position: relative; }
.step-num {
  width: 46px; height: 46px; border-radius: 50%; background: var(--sage-700); color: #fff;
  display: grid; place-items: center; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-bottom: 22px;
}
.step h3 { font-size: 1.3rem; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: .94rem; line-height: 1.6; }
.step .step-time { display: inline-block; margin-top: 14px; font-size: .78rem; color: var(--sage-700); background: var(--sage-50); padding: 4px 10px; border-radius: 999px; }
.steps.three { grid-template-columns: repeat(3, 1fr); }

/* ───── BANDĂ CTA ÎNCHISĂ ───── */
.band {
  display: flex; align-items: center; gap: 24px; margin-top: 50px; padding: 32px 40px;
  background: var(--sage-900); color: var(--cream); border-radius: var(--r-md); flex-wrap: wrap;
}
.band h4 { color: var(--cream); font-family: var(--sans); font-weight: 500; font-size: 1.1rem; line-height: 1.5; flex: 1; min-width: 280px; }
.band .btn { background: #fff; color: var(--sage-900); }
.band .btn:hover { background: var(--cream); }
.band .btn-outline { background: transparent; color: var(--cream); border-color: rgba(251,248,243,.5); }
.band .btn-outline:hover { background: rgba(255,255,255,.1); }

/* ───── CARDURI GENERALE ───── */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border-radius: var(--r-md); padding: 30px 28px; border: 1px solid var(--line);
  transition: all .3s ease; display: flex; flex-direction: column; gap: 10px; color: var(--ink);
}
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sage-300); }
.card .ico { width: 48px; height: 48px; border-radius: 13px; background: var(--sage-50); color: var(--sage-700); display: grid; place-items: center; margin-bottom: 8px; }
.card h3 { font-size: 1.3rem; }
.card p { color: var(--muted); font-size: .94rem; line-height: 1.6; flex: 1; }
.card .go { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; font-weight: 600; color: var(--sage-700); margin-top: 6px; }
.card.soon { background: var(--cream-2); opacity: .9; }
.pill { display: inline-block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--sage-700); background: var(--sage-50); border: 1px solid var(--sage-200); padding: 4px 11px; border-radius: 999px; width: fit-content; }
.pill.dark { background: var(--sage-700); color: #fff; border-color: var(--sage-700); }
.pill.soft { background: transparent; }

/* ───── TRASEE ───── */
.trasee { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(255,255,255,.08); border-radius: var(--r-md); overflow: hidden; }
.traseu { padding: 36px 34px; background: var(--sage-900); color: var(--cream); position: relative; }
.traseu:hover { background: #243429; }
.traseu h3 { color: var(--cream); font-size: 1.35rem; margin-bottom: 8px; }
.traseu p { color: rgba(251,248,243,.68); font-size: .94rem; line-height: 1.6; }
.traseu .meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 16px; font-size: .8rem; color: var(--sage-200); }
.traseu .meta span { display: inline-flex; align-items: center; gap: 6px; }
.traseu .pill { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: var(--sage-200); margin-bottom: 14px; }
.dark { background: var(--sage-900); color: var(--cream); position: relative; overflow: hidden; }
.dark::before { content: ""; position: absolute; top: -200px; right: -200px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(168,198,178,.15), transparent 70%); pointer-events: none; }
.dark h2, .dark h3 { color: var(--cream); }
.dark h2 em { color: var(--sage-200); }
.dark .eyebrow { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); color: var(--sage-200); }
.dark .lead { color: rgba(251,248,243,.7); }
.dark .container { position: relative; z-index: 1; }

/* ───── CUM MĂSURĂM (timeline orizontal) ───── */
.measure { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-top: 10px; }
.measure::before { content: ""; position: absolute; left: 6%; right: 6%; top: 22px; height: 1px; background: var(--sage-200); }
.m-item { position: relative; padding: 0 18px; text-align: center; }
.m-item .m-dot { width: 44px; height: 44px; border-radius: 50%; background: var(--sage-50); border: 2px solid var(--sage-500); margin: 0 auto 18px; display: grid; place-items: center; color: var(--sage-700); position: relative; z-index: 1; }
.m-item h4 { font-family: var(--sans); font-size: .98rem; font-weight: 600; color: var(--sage-900); margin-bottom: 6px; }
.m-item p { font-size: .88rem; color: var(--muted); line-height: 1.55; }

/* ───── ECHIPA ───── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.team-card { background: #fff; border-radius: var(--r-md); padding: 26px; border: 1px solid var(--line); transition: all .35s ease; display: flex; flex-direction: column; }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sage-200); }
.team-photo { width: 100%; aspect-ratio: 1/1; border-radius: var(--r-sm); margin-bottom: 18px; overflow: hidden; background: linear-gradient(140deg, var(--sage-100), var(--sky-50)); display: grid; place-items: center; color: var(--sage-300); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 1.3rem; margin-bottom: 2px; }
.team-role { color: var(--sage-700); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.team-bio { color: var(--muted); font-size: .93rem; line-height: 1.6; flex: 1; }
.team-facts { margin: 14px 0 0; padding-top: 14px; border-top: 1px dashed var(--sage-200); font-size: .84rem; color: var(--muted); display: grid; gap: 5px; }
.team-facts b { color: var(--sage-900); font-weight: 500; }
.team-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.tag { font-size: .74rem; padding: 5px 11px; background: var(--sage-50); color: var(--sage-700); border-radius: 999px; }
.team-card .team-cta { margin-top: 16px; font-size: .85rem; color: var(--sage-700); font-weight: 600; }

/* ───── TABEL SIMPLU (prețuri, comparații) ───── */
.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); font-size: .95rem; }
.table th, .table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-family: var(--sans); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage-700); background: var(--sage-50); font-weight: 600; }
.table tr:last-child td { border-bottom: none; }
.table td strong { color: var(--sage-900); }
.table-wrap { overflow-x: auto; }

/* ───── FAQ / ACORDEON ───── */
details.acc { border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; margin-top: 14px; overflow: hidden; }
details.acc > summary { list-style: none; cursor: pointer; padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-weight: 600; color: var(--sage-900); font-size: 1.02rem; }
details.acc > summary::-webkit-details-marker { display: none; }
details.acc > summary::after { content: "+"; font-size: 1.5rem; color: var(--sage-500); font-weight: 400; transition: transform .2s; flex-shrink: 0; }
details.acc[open] > summary::after { transform: rotate(45deg); }
details.acc .acc-body { padding: 0 26px 26px; color: var(--muted); line-height: 1.65; }
details.acc .acc-body p + p { margin-top: 10px; }

/* ───── FORMULARE ───── */
.form-card { background: #fff; padding: 38px; border-radius: var(--r-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group label, .form-group .lbl { display: block; font-size: .84rem; font-weight: 500; margin-bottom: 8px; color: var(--sage-900); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r-sm);
  font-family: inherit; font-size: .95rem; background: var(--cream); color: var(--ink); transition: all .25s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--sage-500); background: #fff; box-shadow: 0 0 0 4px rgba(111,143,116,.12); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group input[type="file"] { padding: 10px 12px; cursor: pointer; }
.form-group input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 14px; border: 1px solid var(--sage-200); border-radius: var(--r-sm); background: #fff; color: var(--sage-700); font-family: inherit; font-size: .85rem; cursor: pointer; }
.form-help { font-size: .8rem; color: var(--muted); margin-top: 6px; }
.form-submit { width: 100%; padding: 16px; background: var(--sage-700); color: #fff; border-radius: 999px; font-size: 1rem; font-weight: 500; margin-top: 8px; transition: all .3s; box-shadow: var(--shadow-sm); }
.form-submit:hover { background: var(--sage-900); }
.form-submit:disabled { opacity: .5; cursor: progress; }
.form-note { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 14px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .84rem; color: var(--sage-700); cursor: pointer; margin: 10px 0 16px; line-height: 1.45; }
.consent input { margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; accent-color: var(--sage-700); }
.consent a { text-decoration: underline; }
.form-msg { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 10px; background: var(--sage-50); color: var(--sage-700); font-size: .92rem; border: 1px solid var(--sage-200); }
.form-msg.show { display: block; }
.form-msg.err { background: #fbeeea; border-color: #e9c9bf; color: #7a3b2c; }
/* chips de selecție (radio/checkbox stilizate) */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1.5px solid var(--sage-200); border-radius: 999px; background: #fff; font-size: .92rem; color: var(--ink); transition: all .2s; cursor: pointer; }
.chip input:checked + span { border-color: var(--sage-700); background: var(--sage-50); box-shadow: 0 0 0 1px var(--sage-700) inset; color: var(--sage-900); }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(111,143,116,.2); }

/* ───── CONT: tab-uri autentificare ───── */
.auth-tabs { display: flex; gap: 6px; background: var(--sage-50); border-radius: 999px; padding: 5px; margin-bottom: 22px; }
.auth-tab { flex: 1; padding: 10px 14px; border-radius: 999px; font-size: .92rem; font-weight: 600; color: var(--sage-700); }
.auth-tab.on { background: #fff; color: var(--sage-900); box-shadow: var(--shadow-sm); }
.auth-pane { display: none; } .auth-pane.on { display: block; }

/* ───── SCALE (PHQ-9 / GAD-7 / PSC-17) ───── */
.scale-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-md); padding: 36px 40px 32px; }
.scale-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 8px; flex-wrap: wrap; }
.scale-head h3 { font-size: 1.5rem; }
.scale-intro { font-size: .92rem; color: var(--muted); margin-bottom: 22px; line-height: 1.55; }
.scale-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.scale-track { flex: 1; height: 6px; border-radius: 999px; background: var(--sage-100); overflow: hidden; }
.scale-fill { height: 100%; width: 0%; border-radius: 999px; background: var(--sage-500); transition: width .4s cubic-bezier(.4,0,.2,1); }
.scale-label { font-size: .8rem; color: var(--muted); white-space: nowrap; font-weight: 500; }
.q { padding: 18px 0; border-top: 1px solid var(--line); }
.q:first-of-type { border-top: none; padding-top: 0; }
.q-text { font-size: 1rem; color: var(--ink); margin-bottom: 12px; line-height: 1.5; }
.q-text b { font-family: var(--serif); color: var(--sage-500); font-weight: 600; margin-right: 6px; }
.q-opts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.q-opts.three { grid-template-columns: repeat(3, 1fr); }
.q-opt { position: relative; }
.q-opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.q-opt span { display: block; text-align: center; padding: 11px 8px; border: 1.5px solid var(--sage-200); border-radius: 12px; background: var(--cream); font-size: .84rem; line-height: 1.3; color: var(--ink); cursor: pointer; transition: all .2s; }
.q-opt span:hover { border-color: var(--sage-500); background: #fff; }
.q-opt input:checked + span { border-color: var(--sage-700); background: var(--sage-50); box-shadow: 0 0 0 1px var(--sage-700) inset; font-weight: 500; }
.q-opt input:focus-visible + span { box-shadow: 0 0 0 4px rgba(111,143,116,.2); }
.q.unanswered .q-text { color: #7a3b2c; }
.scale-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; gap: 14px; flex-wrap: wrap; }
.crisis { margin-top: 18px; padding: 16px 18px; border-radius: 14px; background: #fbeeea; border: 1px solid #e9c9bf; font-size: .92rem; color: #7a3b2c; line-height: 1.55; display: none; }
.crisis.show { display: block; }
.crisis strong { color: #5e2c20; }
.crisis a { color: #5e2c20; text-decoration: underline; font-weight: 600; }
.result { display: none; }
.result.show { display: block; }
.result-box { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; padding: 22px 24px; background: var(--sage-50); border-radius: var(--r-md); border: 1px solid var(--sage-200); margin-bottom: 20px; }
.result-score { font-family: var(--serif); font-size: 2.6rem; color: var(--sage-700); font-weight: 600; line-height: 1; text-align: center; min-width: 90px; }
.result-score small { display: block; font-family: var(--sans); font-size: .72rem; color: var(--muted); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; margin-top: 6px; }
.result-box h4 { font-family: var(--sans); font-size: 1.02rem; font-weight: 600; color: var(--sage-900); margin-bottom: 4px; }
.result-box p { font-size: .9rem; color: var(--muted); line-height: 1.55; }
.wizard-step { display: none; animation: fadeUp .4s ease; }
.wizard-step.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.done { display: none; text-align: center; padding: 20px 0; }
.done.show { display: block; }
.done .check { width: 60px; height: 60px; border-radius: 50%; background: var(--sage-50); border: 1px solid var(--sage-200); display: grid; place-items: center; margin: 0 auto 16px; color: var(--sage-700); }


/* ───── DIRECTOR TERAPEUȚI (planul 2 pe ușa 1) ───── */
.dir-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px; box-shadow: var(--shadow-sm); }
.dir-search { flex: 1 1 260px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--muted); }
.dir-search input { flex: 1; border: none; background: transparent; font-family: inherit; font-size: .95rem; color: var(--ink); outline: none; min-width: 0; }
.dir-sel { appearance: none; -webkit-appearance: none; padding: 10px 36px 10px 16px; border: 1.5px solid var(--sage-200); border-radius: 999px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234a6a51' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; font-family: inherit; font-size: .9rem; font-weight: 500; color: var(--sage-900); cursor: pointer; }
.dir-sel:focus { outline: none; border-color: var(--sage-700); box-shadow: 0 0 0 4px rgba(111,143,116,.15); }
.dir-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dir-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: all .3s ease; }
.dir-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sage-200); }
.dir-photo { aspect-ratio: 1 / 1; background: linear-gradient(140deg, var(--sage-100), var(--sky-50)); display: grid; place-items: center; color: var(--sage-300); }
.dir-photo img { width: 100%; height: 100%; object-fit: cover; }
.dir-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dir-body h3 { font-size: 1.3rem; }
.dir-role { color: var(--sage-700); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.dir-level { display: inline-block; font-size: .78rem; font-weight: 600; border-radius: 999px; padding: 4px 11px; margin: 4px 0 2px; width: fit-content; background: var(--sage-50); color: var(--sage-700); border: 1px solid var(--sage-200); }
.dir-level.supervizare { background: var(--sky-50); color: #3f6270; border-color: var(--sky-100); }
.dir-rating { font-size: .92rem; color: var(--ink); display: flex; align-items: center; gap: 6px; }
.dir-stars span { color: var(--sage-200); } .dir-stars span.on { color: #d9a441; }
.dir-new { font-size: .78rem; color: var(--sage-700); background: var(--sage-50); border: 1px solid var(--sage-200); border-radius: 999px; padding: 3px 10px; }
.dir-meta { display: grid; gap: 4px; font-size: .86rem; color: var(--muted); padding: 10px 0; border-top: 1px dashed var(--sage-200); border-bottom: 1px dashed var(--sage-200); }
.dir-meta b { color: var(--sage-900); font-weight: 600; }
.dir-bio { font-size: .9rem; color: var(--muted); line-height: 1.55; flex: 1; }
.dir-free { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 600; color: var(--sage-700); background: var(--sage-50); border: 1px solid var(--sage-200); border-radius: 999px; padding: 5px 12px; width: fit-content; }
.dir-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 6px; }
.dir-actions .btn { padding: 10px 18px; font-size: .88rem; }
@media (max-width: 960px) { .dir-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .dir-grid { grid-template-columns: 1fr; } .dir-bar { padding: 10px; } .dir-sel { flex: 1 1 45%; } }

/* ───── ECHIPA DE EVALUARE (Ușa 2, fără filtre) ───── */
.clin-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.clin-card { display: grid; grid-template-columns: 96px 1fr; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px; color: var(--ink); transition: all .3s ease; align-items: start; }
.clin-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sage-200); }
.clin-card h3 { font-size: 1.2rem; margin-bottom: 2px; }
.clin-photo { width: 96px; height: 96px; border-radius: var(--r-sm); background: linear-gradient(140deg, var(--sage-100), var(--sky-50)); display: grid; place-items: center; color: var(--sage-300); overflow: hidden; }
.clin-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 800px) { .clin-strip { grid-template-columns: 1fr; } }

/* ───── COORDONATORI ───── */
.coord-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.coord-card { display: grid; grid-template-columns: 120px 1fr; gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px; align-items: start; transition: all .3s ease; }
.coord-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sage-200); }
.coord-photo { width: 120px; height: 120px; border-radius: var(--r-sm); background: linear-gradient(140deg, var(--sage-100), var(--sky-50)); display: grid; place-items: center; color: var(--sage-300); overflow: hidden; }
.coord-photo img { width: 100%; height: 100%; object-fit: cover; }
.coord-body h3 { font-size: 1.3rem; margin: 10px 0 2px; }
@media (max-width: 800px) { .coord-grid { grid-template-columns: 1fr; } .coord-card { grid-template-columns: 90px 1fr; } .coord-photo { width: 90px; height: 90px; } }

/* ───── PROFIL + CALENDAR ───── */
.prof-head { display: grid; grid-template-columns: 220px 1fr 300px; gap: 34px; align-items: start; }
.prof-photo { aspect-ratio: 1/1; border-radius: var(--r-md); overflow: hidden; background: linear-gradient(140deg, var(--sage-100), var(--sky-50)); display: grid; place-items: center; color: var(--sage-300); box-shadow: var(--shadow-md); }
.prof-photo img { width: 100%; height: 100%; object-fit: cover; }
.prof-main h1 { font-size: clamp(2rem, 4vw, 3rem); }
.prof-side { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px 22px; display: grid; gap: 10px; }
.prof-badge { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--sage-900); }
.prof-badge svg { color: var(--sage-700); flex-shrink: 0; }
.cal-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.cal-range { font-family: var(--serif); font-size: 1.15rem; color: var(--sage-900); font-weight: 600; }
.cal-nav { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--sage-200); background: #fff; color: var(--sage-700); font-size: 1.3rem; line-height: 1; }
.cal-nav:hover { background: var(--sage-50); } .cal-nav:disabled { opacity: .35; cursor: not-allowed; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-col { display: flex; flex-direction: column; gap: 6px; align-items: stretch; }
.cal-col.past { opacity: .45; }
.cal-day { text-align: center; padding: 6px 0 8px; border-bottom: 1px solid var(--line); margin-bottom: 4px; font-size: .78rem; color: var(--muted); }
.cal-day b { display: block; font-size: .92rem; color: var(--sage-900); font-weight: 600; }
.cal-col.today .cal-day b { color: var(--sage-700); }
.cal-slot { padding: 9px 4px; border-radius: 10px; border: 1.5px solid var(--sage-200); background: var(--sage-50); color: var(--sage-900); font-size: .9rem; font-weight: 500; font-variant-numeric: tabular-nums; transition: all .2s; }
.cal-slot:hover { border-color: var(--sage-700); background: #fff; }
.cal-slot.on { background: var(--sage-700); border-color: var(--sage-700); color: #fff; }
.cal-none { text-align: center; color: var(--sage-300); padding: 8px 0; }
.cal-note { margin-top: 12px; }
@media (max-width: 960px) { .prof-head { grid-template-columns: 160px 1fr; } .prof-side { grid-column: 1 / -1; } .split[style*="1.25fr"] { grid-template-columns: 1fr !important; } }
@media (max-width: 640px) { .prof-head { grid-template-columns: 1fr; } .prof-photo { max-width: 200px; } .cal-grid { grid-template-columns: repeat(4, 1fr); } .cal-slot { font-size: .82rem; } }

/* ───── LAYOUT DOUĂ COLOANE (text + card lipicios) ───── */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.split .sticky { position: sticky; top: 100px; }
.split.rev { grid-template-columns: .9fr 1.1fr; }

/* ───── STAT / CIFRE ───── */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { padding: 26px 22px; background: #fff; border-radius: var(--r-md); border: 1px solid var(--line); text-align: center; }
.stat strong { display: block; font-family: var(--serif); font-size: 2.2rem; color: var(--sage-700); margin-bottom: 4px; }
.stat span { color: var(--muted); font-size: .88rem; }

/* ───── FOOTER ───── */
footer { background: var(--sage-900); color: rgba(251,248,243,.7); padding: 76px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
footer .logo { color: var(--cream); margin-bottom: 18px; }
footer p { font-size: .9rem; line-height: 1.7; max-width: 320px; }
.footer-col h4 { font-family: var(--sans); font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; color: var(--sage-200); margin-bottom: 16px; font-weight: 600; }
.footer-col a, .footer-col span { display: block; color: rgba(251,248,243,.7); font-size: .9rem; padding: 4px 0; transition: color .25s; }
.footer-col a:hover { color: var(--cream); }
.footer-legal { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; color: rgba(251,248,243,.5); line-height: 1.6; max-width: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 26px; margin-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: .84rem; color: rgba(251,248,243,.5); }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); display: grid; place-items: center; transition: all .3s; }
.footer-social a:hover { background: var(--sage-700); border-color: var(--sage-700); }

/* ───── ANIMAȚII ───── */
/* Conținutul e mereu vizibil; .visible adaugă doar o intrare discretă când elementul ajunge în ecran */
.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: revealIn .7s cubic-bezier(.2,.7,.3,1) both; }
@keyframes revealIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal.visible { animation: none; } }

/* ───── GDPR MODAL ───── */
.gdpr-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(28,36,30,.55); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; padding: 20px; }
.gdpr-overlay.open { display: flex; }
.gdpr-modal { background: var(--cream); width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; border-radius: 18px; box-shadow: 0 24px 60px rgba(28,36,30,.35); border: 1px solid var(--sage-200); }
.gdpr-head { padding: 24px 28px 16px; border-bottom: 1px solid var(--sage-100); }
.gdpr-head h3 { font-size: 1.5rem; }
.gdpr-head p { font-size: .88rem; color: var(--sage-700); margin-top: 8px; }
.gdpr-body { padding: 14px 28px 8px; }
.gdpr-row { padding: 11px 0; border-bottom: 1px dashed var(--sage-200); }
.gdpr-row:last-child { border-bottom: none; }
.gdpr-row dt { font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--sage-500); margin-bottom: 3px; }
.gdpr-row dd { font-size: .9rem; line-height: 1.5; }
.gdpr-row dd a { color: var(--sage-700); text-decoration: underline; }
.gdpr-foot { padding: 16px 28px 24px; border-top: 1px solid var(--sage-100); position: sticky; bottom: 0; background: var(--cream); }
.gdpr-note { font-size: .76rem; color: var(--sage-500); margin-bottom: 14px; line-height: 1.5; }
.gdpr-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.gdpr-actions button { flex: 1 1 auto; min-width: 130px; padding: 13px 18px; border-radius: 11px; font-size: .92rem; font-weight: 600; border: 1px solid var(--sage-700); }
.gdpr-btn-cancel { background: transparent; color: var(--sage-900); }
.gdpr-btn-accept { background: var(--sage-700); color: #fff; }
.gdpr-btn-accept:disabled { opacity: .55; cursor: progress; }
.gdpr-status { font-size: .8rem; color: var(--sage-700); margin-top: 10px; min-height: 1em; }

/* ───── RESPONSIVE ───── */
@media (max-width: 1300px) { .nav-links { gap: 11px; } .nav-links a { font-size: .82rem; } .nav-links a.btn { padding: 9px 13px; } }
@media (max-width: 1140px) { .nav-links { display: none; } .nav-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 12px 28px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .nav-links.open a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-links.open .btn { margin-top: 12px; align-self: flex-start; border-bottom: none; }
}
@media (max-width: 960px) {
  .doors { grid-template-columns: 1fr 1fr; } .door-small { grid-column: 1 / -1; max-width: 520px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 12px 28px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .nav-links.open a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-links.open .btn { margin-top: 12px; align-self: flex-start; border-bottom: none; }
  .steps, .steps.three, .cards, .cards.four, .measure, .team-grid, .stats { grid-template-columns: repeat(2, 1fr); }
  .measure::before { display: none; }
  .split, .split.rev { grid-template-columns: 1fr; gap: 36px; }
  .split .sticky { position: static; }
  .trasee { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sec-head { grid-template-columns: 1fr; gap: 20px; }
  .hero { min-height: 0; padding: 130px 0 70px; }
}
@media (max-width: 640px) {
  .doors { grid-template-columns: 1fr; gap: 28px; } .door, .door-small { grid-template-rows: auto auto; } .door-scene { height: auto; } .door-small .door-svg { width: min(100%, 220px); } .steps, .steps.three, .cards, .cards.two, .cards.four, .measure, .team-grid, .stats, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .q-opts, .q-opts.three { grid-template-columns: 1fr 1fr; }
  .scale-card { padding: 26px 20px; }
  .form-card { padding: 26px 20px; }
  .band { padding: 26px 22px; }
  .result-box { grid-template-columns: 1fr; text-align: center; }
  h1 { font-size: 2.3rem; }
  .hero-meta { gap: 18px; }
}

/* ═══ Pagini legale ═══ */
.legal-layout{display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:start}
.legal-toc{position:sticky;top:96px;display:flex;flex-direction:column;gap:6px;font-size:.9rem;padding:18px 20px;background:var(--sage-50);border:1px solid var(--sage-100);border-radius:var(--r-md)}
.legal-toc b{font-family:var(--serif);font-size:1.15rem;margin-bottom:6px;color:var(--sage-900)}
.legal-toc a{color:var(--muted);text-decoration:none}.legal-toc a:hover{color:var(--sage-700)}
.legal-body h2{font-size:1.5rem;margin:34px 0 10px;scroll-margin-top:100px}.legal-body h2:first-child{margin-top:0}
.legal-body ul{padding-left:20px}.legal-body li{margin:6px 0}
.legal-table{width:100%;border-collapse:collapse;font-size:.93rem;margin:12px 0 6px}
.legal-table th,.legal-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--sage-100);vertical-align:top}
.legal-table th{font-family:var(--sans);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-700);background:var(--sage-50)}
@media(max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-toc{position:static}}

/* ═══ Caseta de urgență ═══ */
.urgenta{border:1.5px solid #d99a7a;background:#fff6f1;border-radius:var(--r-md);padding:18px 20px;display:flex;gap:16px;align-items:flex-start;margin:0 0 22px}
.urgenta svg{flex:none;color:#b8552c;margin-top:2px}
.urgenta b{color:#8a3a18}.urgenta p{margin:4px 0 0;font-size:.95rem;color:var(--ink);line-height:1.6}
.urgenta a{color:#8a3a18;font-weight:600;text-decoration:underline;white-space:nowrap}

/* ═══ Contul meu — panou ═══ */
.dash-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}
.dash-nav{display:flex;gap:6px;flex-wrap:wrap;margin:22px 0 6px;padding-bottom:12px;border-bottom:1px solid var(--sage-100)}
.dash-nav a{font-size:.85rem;padding:7px 12px;border-radius:999px;background:var(--sage-50);color:var(--sage-800);text-decoration:none}.dash-nav a:hover{background:var(--sage-100)}
.dash-sec{padding:34px 0 8px;scroll-margin-top:90px}.dash-sec+.dash-sec{border-top:1px solid var(--sage-100)}
.dash-sec-head{margin-bottom:16px}.dash-sec-head h3{font-family:var(--serif);font-size:1.6rem;font-weight:500;display:flex;align-items:center}
.dash-list{display:flex;flex-direction:column;gap:10px}
.dash-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;border:1px solid var(--sage-100);border-radius:var(--r-md);background:#fff;flex-wrap:wrap}
.dash-item.past{opacity:.65}
.st{font-weight:600}.st-confirmata,.st-acceptata,.st-efectuata{color:var(--sage-700)}.st-cerere,.st-propusa{color:#9a6b12}.st-anulata_client,.st-anulata_clinica,.st-refuzata,.st-neprezentare{color:#8a3a18}
.btn-small{padding:8px 14px;font-size:.82rem}
.slider-row{display:grid;grid-template-columns:1fr 150px 28px;gap:12px;align-items:center;margin:10px 0}
.slider-row label{font-size:.92rem;font-weight:500}.slider-row label span{display:block;font-weight:400;font-size:.8rem;color:var(--muted)}
.slider-row input[type=range]{width:100%;accent-color:var(--sage-700)}.slider-row output{font-weight:600;text-align:right}
.chart-wrap{background:#fff;border:1px solid var(--sage-100);border-radius:var(--r-md);padding:14px}
.chart-wrap svg{width:100%;height:260px;display:block}
.chart-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;font-size:.85rem;color:var(--muted)}
.chart-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:6px;vertical-align:-1px}
@media(max-width:700px){.slider-row{grid-template-columns:1fr 90px 24px}.dash-item{align-items:flex-start}}
.prog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.article{padding:34px 0;border-bottom:1px solid var(--sage-100);scroll-margin-top:90px}.article:last-child{border-bottom:0}
.article h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:10px}.article .prose p{margin:12px 0}
.card.stat{text-align:left}.stat-num{font-family:var(--serif);font-size:3rem;line-height:1;color:var(--sage-700);display:block;margin-bottom:6px}

.dir-rez{font-size:.9rem;color:var(--sage-800)}.dir-rez b{font-size:1.05rem;color:var(--sage-700)}
.cite{font-size:.86rem;color:var(--muted);padding-left:18px}.cite li{margin:6px 0}

.dir-check{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;padding:9px 12px;border:1px solid var(--sage-100);border-radius:10px;background:#fff;color:var(--ink);white-space:nowrap;cursor:pointer}.dir-check input{accent-color:var(--sage-700)}
.dir-level.adaptat{background:#fff6e5;color:#7a5410;border-color:#f0d9a8}

.share{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:26px;padding-top:16px;border-top:1px solid var(--sage-100)}
.share a,.share button{font:inherit;font-size:.84rem;padding:7px 12px;border-radius:999px;border:1px solid var(--sage-100);background:#fff;color:var(--sage-800);text-decoration:none;cursor:pointer}.share a:hover,.share button:hover{background:var(--sage-50)}
