/* =========================================================================
   TERRA CURA — Design System
   Platformă turism balnear România (public DACH). Static, premium, spa/medical.
   Paletă: teal termal + amber mineral pe crem travertin.
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Brand & culori */
  --bg:          #FBF8F2;   /* crem travertin, cald */
  --bg-tint:     #F3EEE3;   /* secțiuni alternate */
  --surface:     #FFFFFF;
  --ink:         #16221F;   /* near-black, tentă verde */
  --ink-soft:    #4B5A56;
  --ink-faint:   #7A8783;
  --brand:       #0C4A46;   /* petrol/teal profund */
  --brand-deep:  #082F2C;
  --brand-soft:  #E4EEEC;   /* fundal teal foarte pal */
  --accent:      #158A7C;   /* turcoaz termal (link-uri, highlight) */
  --accent-2:    #C98A3A;   /* amber mineral (CTA, badge-uri) */
  --accent-2-dp: #A96F26;
  --line:        #E7DFD0;   /* linii/contururi pe crem */
  --line-soft:   #F0E9DC;
  --good:        #1E7A5A;
  --warn:        #B4622A;

  /* Tipografie */
  --font-display: "Fraunces", "Georgia", "Times New Roman", serif;
  --font-body:    "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  /* Spațiere & rază */
  --r-sm: 8px;
  --r:    14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --shadow-sm: 0 1px 2px rgba(16,40,36,.06), 0 2px 8px rgba(16,40,36,.05);
  --shadow:    0 4px 14px rgba(16,40,36,.08), 0 12px 34px rgba(16,40,36,.08);
  --shadow-lg: 0 18px 50px rgba(16,40,36,.16);

  --container: 1180px;
  --gutter: clamp(18px, 5vw, 48px);
}

/* ---------- Reset de bază ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; color: var(--ink); letter-spacing: -.01em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(48px, 8vw, 96px); }
.section--tint { background: var(--bg-tint); }
.section--brand { background: var(--brand); color: #EAF3F1; }
.section--brand h2, .section--brand h3 { color: #fff; }
.eyebrow {
  font-family: var(--font-body); font-weight: 700; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent-2-dp);
  margin: 0 0 .8rem;
}
.section--brand .eyebrow { color: #7FD3C6; }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 52px); }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 8px;
  transition: top .18s ease;
}
.skip-link:focus { top: 12px; }

/* ---------- Skip / utils ---------- */
.grid { display: grid; gap: clamp(18px, 2.4vw, 30px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,248,242,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-mark { width: 36px; height: 36px; flex: 0 0 auto; }
.brand > span { font-family: var(--font-body); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: 1.02rem; }
.brand b { color: var(--accent); font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--ink-soft); font-weight: 500; font-size: .96rem; }
.nav-links a:hover { color: var(--brand); text-decoration: none; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: inline-flex; gap: 2px; font-size: .82rem; font-weight: 600; color: var(--ink-faint); }
.lang-switch a { padding: 3px 6px; border-radius: 6px; color: var(--ink-faint); }
.lang-switch a[aria-current="true"] { background: var(--brand-soft); color: var(--brand); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 44px; height: 40px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--ink); }
@media (max-width: 860px) {
  .nav-links { position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: flex-start;
    background: var(--surface); padding: 18px var(--gutter) 28px; gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .28s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { width: 100%; padding: 12px 4px; border-bottom: 1px solid var(--line-soft); font-size: 1.05rem; }
  .nav-toggle { display: inline-flex; }
  .nav-actions { gap: 10px; }
  .nav-actions .lang-switch { display: inline-flex; font-size: .8rem; }
  .nav-actions .lang-switch a { padding: 4px 7px; }
  .nav-actions .btn { display: none; }
}

/* =========================================================================
   BUTOANE
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  padding: 13px 24px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--accent-2); color: #26160A; box-shadow: 0 4px 14px rgba(201,138,58,.35); }
.btn--primary:hover { background: var(--accent-2-dp); color: #fff; }
.btn--brand { background: var(--brand); color: #fff; }
.btn--brand:hover { background: var(--brand-deep); }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); background: var(--surface); }
.btn--ghost-light { background: transparent; border-color: rgba(255,255,255,.3); color: #EAF3F1; }
.btn--ghost-light:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }
.btn--light { background: #fff; color: var(--brand); }
.btn--sm { padding: 9px 16px; font-size: .9rem; }

/* =========================================================================
   HERO (homepage)
   ========================================================================= */
.hero { position: relative; overflow: hidden; background: var(--brand-deep); color: #EAF3F1; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1100px 620px at 78% -10%, rgba(21,138,124,.55), transparent 60%),
    radial-gradient(760px 500px at 8% 108%, rgba(201,138,58,.28), transparent 62%),
    linear-gradient(160deg, #0A3E3A 0%, #082F2C 60%, #061F1D 100%);
}
.hero__inner { position: relative; padding-block: clamp(64px, 12vw, 128px); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
@media (max-width: 940px) { .hero__grid { grid-template-columns: 1fr; } }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 6vw, 4.3rem); line-height: 1.04; font-weight: 600; letter-spacing: -.02em; }
.hero h1 em { font-style: italic; color: #F0C270; }
.hero__sub { font-size: clamp(1.08rem, 1.9vw, 1.32rem); color: #BFD6D1; max-width: 40ch; margin-top: .4rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }
.hero__stats { display: flex; gap: clamp(20px, 4vw, 44px); margin-top: 2.6rem; flex-wrap: wrap; }
.hero__stat b { display: block; font-family: var(--font-display); font-size: 1.8rem; color: #fff; line-height: 1; }
.hero__stat span { font-size: .84rem; color: #9DBAB4; letter-spacing: .02em; }

/* Futuristische Hero-FX: driftende Aurora, Funken, Maus-Sonnenlicht */
.hero__inner { z-index: 2; }
.hero__fx { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero__fx .aurora { position: absolute; border-radius: 50%; filter: blur(72px); mix-blend-mode: screen; opacity: .55; will-change: transform; }
.hero__fx .a1 { width: 46vw; height: 46vw; max-width: 560px; max-height: 560px; top: -12%; right: -6%; background: radial-gradient(circle, rgba(21,138,124,.65), transparent 70%); animation: hxdrift1 20s ease-in-out infinite alternate; }
.hero__fx .a2 { width: 40vw; height: 40vw; max-width: 460px; max-height: 460px; bottom: -18%; left: -6%; background: radial-gradient(circle, rgba(240,194,112,.4), transparent 70%); animation: hxdrift2 26s ease-in-out infinite alternate; }
.hero__fx .a3 { width: 32vw; height: 32vw; max-width: 380px; max-height: 380px; top: 26%; left: 40%; background: radial-gradient(circle, rgba(43,179,163,.45), transparent 70%); animation: hxdrift3 30s ease-in-out infinite alternate; }
@keyframes hxdrift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(-6%,4%) scale(1.12); } }
@keyframes hxdrift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(7%,-5%) scale(1.15); } }
@keyframes hxdrift3 { from { transform: translate(0,0); } to { transform: translate(-8%,6%); } }
.hero__fx .spark { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #F3D18A; box-shadow: 0 0 7px 1px rgba(240,194,112,.7); opacity: 0; animation: hxtwinkle var(--d,7s) ease-in-out infinite; animation-delay: var(--dl,0s); }
@keyframes hxtwinkle { 0%,100% { opacity: 0; transform: translateY(0); } 50% { opacity: .85; transform: translateY(-16px); } }
.hero__glow { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0; transition: opacity .5s ease;
  background: radial-gradient(190px circle at var(--mx,50%) var(--my,26%), rgba(243,200,130,.2), rgba(243,200,130,.05) 45%, transparent 62%); }
.hero:hover .hero__glow { opacity: 1; }

/* Soare care răsare din dreapta și apune spre stânga */
.hero__sun { position: absolute; width: 150px; height: 150px; border-radius: 50%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle, #FDEAB9 0%, #F3C069 44%, rgba(240,170,80,.35) 60%, transparent 72%);
  mix-blend-mode: screen; filter: blur(1px); will-change: left, top, opacity;
  transform: translate(-50%,-50%); animation: hxsun 40s linear infinite; }
@keyframes hxsun {
  0%   { left: 92%; top: 74%; opacity: 0; }
  9%   { opacity: .95; }
  50%  { left: 50%; top: 12%; opacity: 1; }
  91%  { opacity: .95; }
  100% { left: 8%;  top: 74%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__fx .aurora, .hero__fx .spark { animation: none; }
  .hero__sun { animation: none; left: 78%; top: 22%; opacity: .8; }
  .hero__glow { display: none; }
}

/* Card „intrare rapidă" din hero (cele 3 uși) */
.hero__doors { display: grid; gap: 12px; }
.door {
  display: flex; align-items: center; gap: 15px; padding: 16px 18px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r); color: #EAF3F1; transition: background .2s ease, transform .2s ease;
}
.door:hover { background: rgba(255,255,255,.13); transform: translateX(4px); text-decoration: none; }
.door__ic { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center;
  background: rgba(21,138,124,.32); border-radius: 12px; }
.door__ic svg { width: 24px; height: 24px; stroke: #7FD3C6; }
/* Iconițe colorate pe cele 3 uși: locație (verde), afecțiune/inimă (roșu), remediu/picătură (albastru) */
.hero__doors .door:nth-child(1) .door__ic { background: rgba(111,214,155,.18); }
.hero__doors .door:nth-child(1) .door__ic svg { stroke: #6FD69B; }
.hero__doors .door:nth-child(2) .door__ic { background: rgba(255,122,110,.18); }
.hero__doors .door:nth-child(2) .door__ic svg { stroke: #FF7A6E; }
.hero__doors .door:nth-child(3) .door__ic { background: rgba(121,190,240,.18); }
.hero__doors .door:nth-child(3) .door__ic svg { stroke: #79BEF0; }
.door b { display: block; color: #fff; font-family: var(--font-display); font-size: 1.08rem; }
.door span { font-size: .88rem; color: #A9C4BF; }
.door__arrow { margin-left: auto; color: #7FD3C6; }

/* =========================================================================
   CARDURI STAȚIUNE
   ========================================================================= */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--brand-soft); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.card__eyebrow { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 4px; }
.card__title { font-size: 1.32rem; margin-bottom: 6px; }
.card__title a { color: var(--ink); }
.card__title a:hover { color: var(--brand); text-decoration: none; }
.card__desc { color: var(--ink-soft); font-size: .96rem; margin-bottom: 14px; }
.card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.card__meta { font-size: .86rem; color: var(--ink-faint); display: inline-flex; align-items: center; gap: 5px; }
.card__meta svg { width: 15px; height: 15px; stroke: var(--accent); }

/* Badge-uri */
.badge {
  display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 600;
  padding: 4px 10px; border-radius: 999px; letter-spacing: .02em; white-space: nowrap;
}
.badge--thermal { background: #DDEFEC; color: #0C5C54; }
.badge--mud     { background: #EADFD0; color: #7A4E1E; }
.badge--salt    { background: #E5EAF0; color: #3A5069; }
.badge--family  { background: #E6EFDD; color: #40632A; }
.badge--lux     { background: #F0E4D2; color: #8A5A18; }
.badge--mofette { background: #EAE3F2; color: #5E4A86; }
.badge--heart   { background: #F5E0DD; color: #A6453C; }
.badge--glass   { background: rgba(255,255,255,.9); color: var(--brand); backdrop-filter: blur(4px); box-shadow: var(--shadow-sm); }

/* Feature/entry tiles (3 uși pe pagini interioare) */
.tile {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px 26px; transition: transform .2s ease, box-shadow .25s ease; display: block;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); text-decoration: none; }
.tile__ic { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--brand-soft); margin-bottom: 16px; }
.tile__ic svg { width: 28px; height: 28px; stroke: var(--brand); }
.tile h3 { font-size: 1.35rem; color: var(--ink); margin-bottom: 6px; }
.tile p { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.tile__link { margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: .92rem; }

/* Chips (Beschwerden — scanabil) */
.chip-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: 13px 22px; font-weight: 600; font-size: 1.02rem; color: var(--ink);
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.chip span { color: var(--accent); transition: transform .2s ease; }
.chip:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent); color: var(--brand); }
.chip:hover span { transform: translateX(3px); }

/* Trust / logos strip */
.trust { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 4vw, 52px); justify-content: center; }
.trust__item { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .92rem; font-weight: 500; }
.trust__item svg { width: 20px; height: 20px; stroke: var(--accent); }

/* Trust marquee — ticker care se mișcă lin ca un tren */
.marquee { overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee__track { display: flex; width: max-content; align-items: center; animation: tc-marquee 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .trust__item { flex: 0 0 auto; font-weight: 600; color: var(--ink-soft); }
.marquee .trust__item::after { content: "•"; margin: 0 clamp(22px, 4.5vw, 50px); color: var(--accent-2); opacity: .5; }
@keyframes tc-marquee { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee { -webkit-mask-image: none; mask-image: none; }
  .marquee__track { animation: none; flex-wrap: wrap; justify-content: center; gap: 14px 0; }
  .marquee .trust__item.is-dup { display: none; }
  .marquee .trust__item::after { display: none; }
}

/* =========================================================================
   PAGINĂ STAȚIUNE (interior)
   ========================================================================= */
.breadcrumb { font-size: .86rem; color: var(--ink-faint); padding-block: 16px; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb span[aria-current] { color: var(--ink); }
.breadcrumb .sep { margin: 0 8px; color: var(--line); }

.dest-hero { position: relative; border-radius: var(--r-xl); overflow: hidden; min-height: 460px; display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow); }
.dest-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.dest-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(4,22,20,.94) 0%, rgba(5,26,24,.7) 38%, rgba(6,31,29,.25) 100%); }
.dest-hero__body { position: relative; z-index: 2; padding: clamp(24px, 4vw, 44px); width: 100%; }
.dest-hero__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.dest-hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.6rem); margin-bottom: 8px; }
.dest-hero__tag { font-size: clamp(1.02rem, 2vw, 1.25rem); color: #D9E7E4; max-width: 46ch; }
.dest-hero__meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; font-size: .92rem; color: #CDDEDA; }
.dest-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.dest-hero__meta svg { width: 16px; height: 16px; stroke: #7FD3C6; }

/* Layout conținut + sidebar */
.dest-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 980px) { .dest-layout { grid-template-columns: 1fr; } }
.dest-main, .dest-side { min-width: 0; }
.dest-main > section { padding-block: clamp(28px, 4vw, 44px); border-top: 1px solid var(--line); }
.dest-main > section:first-child { border-top: 0; padding-top: clamp(20px,3vw,32px); }
.dest-main h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .6em; }
.dest-main h2 .num { color: var(--accent-2); font-family: var(--font-body); font-size: .8em; font-weight: 700; margin-right: .4em; }
.dest-main h3 { font-size: 1.2rem; margin-top: 1.4em; }

/* Sidebar sticky */
.dest-side { position: sticky; top: 90px; display: grid; gap: 18px; }
@media (max-width: 980px) { .dest-side { position: static; } }
.side-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.side-card h3 { font-size: 1.05rem; margin-bottom: 14px; font-family: var(--font-body); font-weight: 700; letter-spacing: .01em; }
.side-fact { display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: .92rem; }
.side-fact:last-child { border-bottom: 0; }
.side-fact svg { width: 18px; height: 18px; stroke: var(--accent); flex: 0 0 auto; margin-top: 2px; }
.side-fact b { display: block; color: var(--ink); font-weight: 600; }
.side-fact span { color: var(--ink-soft); }

/* "Pe scurt" box (AI summary) */
.summary-box { background: var(--brand-soft); border: 1px solid #CFE3DF; border-left: 4px solid var(--accent); border-radius: var(--r); padding: 22px 24px; }
.summary-box .k { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
@media (max-width: 560px) { .proscons { grid-template-columns: 1fr; } }
.proscons ul { list-style: none; padding: 0; margin: 0; }
.proscons li { display: flex; gap: 8px; padding: 4px 0; font-size: .92rem; }
.proscons .pro b, .proscons .con b { display:block; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:6px; }
.proscons .pro b { color: var(--good); }
.proscons .con b { color: var(--warn); }
.ic-pro { color: var(--good); flex:0 0 auto; }
.ic-con { color: var(--warn); flex:0 0 auto; }

/* Liste cu iconițe / indicații */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 32px; line-height: 1.6; }
.checklist svg { position: absolute; left: 0; top: 3px; width: 20px; height: 20px; stroke: var(--accent); }
.checklist strong, .checklist b { color: var(--ink); font-weight: 700; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 0; }
.pill-list li { background: var(--bg-tint); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: .9rem; color: var(--ink-soft); }

/* Tabel proceduri / prețuri */
.tc-table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.tc-table th, .tc-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.tc-table th { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); font-weight: 700; }
.tc-table tbody tr:hover { background: var(--bg-tint); }
.tc-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }

/* Galerie */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery a { border-radius: var(--r); overflow: hidden; aspect-ratio: 1; background: var(--brand-soft); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery a:hover img { transform: scale(1.08); }
.gallery a.wide { grid-column: span 2; aspect-ratio: 2; }
@media (max-width: 640px) { .gallery { grid-template-columns: repeat(2,1fr); } .gallery a.wide { grid-column: span 2; } }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 20px; font-weight: 600; font-family: var(--font-display); font-size: 1.08rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--accent); font-family: var(--font-body); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details[open] summary { border-bottom: 1px solid var(--line-soft); }
.faq .faq__a { padding: 4px 20px 20px; color: var(--ink-soft); }

/* Nearby / mini cards */
.mini-card { display: flex; gap: 14px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.mini-card img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; flex: 0 0 auto; }
.mini-card b { display: block; color: var(--ink); }
.mini-card span { font-size: .86rem; color: var(--ink-faint); }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%); color: #EAF3F1; border-radius: var(--r-xl); padding: clamp(32px, 5vw, 56px); text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem,3vw,2.4rem); }
.cta-band p { color: #BFD6D1; max-width: 52ch; margin-inline: auto; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--brand-deep); color: #A9C4BF; padding-block: clamp(48px, 7vw, 76px) 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .brand { color: #fff; margin-bottom: 12px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: #A9C4BF; font-size: .94rem; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.footer-about { color: #8FADA8; font-size: .94rem; max-width: 34ch; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; font-size: .84rem; color: #7E9C97; }
.footer-note { background: rgba(255,255,255,.05); border-radius: var(--r); padding: 12px 16px; font-size: .8rem; color: #8FADA8; margin-top: 26px; line-height: 1.5; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
