/* =========================================================
   Raluca Buzatu — stiluri
   Paletă caldă: crem, nisip, vin. Tipografie mare, butoane vizibile.
   ========================================================= */

:root {
  --ink:        #241F1D;
  --ink-soft:   #5C524C;
  --ink-faint:  #877C75;

  --cream:      #FDF9F5;
  --sand:       #F6ECE4;
  --sand-deep:  #F1E2D7;
  --white:      #FFFFFF;

  --wine:       #8A3245;
  --wine-dark:  #6C2436;
  --wine-tint:  #F8EAEC;
  --clay:       #C4744F;

  --line:       #E7D9CE;
  --shadow-sm:  0 2px 8px rgba(52, 30, 24, .06);
  --shadow-md:  0 10px 30px rgba(52, 30, 24, .09);
  --shadow-cta: 0 10px 24px rgba(138, 50, 69, .30);

  --radius:     18px;
  --radius-lg:  26px;

  --wrap:       1180px;
  --wrap-narrow: 800px;

  --font-head:  "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;      /* 17px */
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 3px; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
button { font: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 0 0 .6em;
  color: var(--ink);
}
h1 { font-size: clamp(2.5rem, 6.2vw, 4.15rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.95rem, 4.1vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.5rem); line-height: 1.3; }
h4 { font-size: 1.1rem; line-height: 1.35; }
p  { margin: 0 0 1.1em; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--wine); color: #fff; padding: .8rem 1.2rem; z-index: 999;
  border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: var(--wrap-narrow); }

.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-sand { background: var(--sand); }
.section-deep { background: var(--sand-deep); }

.section-head { max-width: 760px; margin: 0 auto clamp(38px, 5vw, 62px); text-align: center; }
.section-head h2 { margin-bottom: .35em; }
.section-sub { font-size: 1.15rem; color: var(--ink-soft); margin: 0; }

.kicker {
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wine);
  margin: 0 0 .9rem;
}

/* =========================================================
   BUTOANE — vizibile, chunky, cu contrast mare
   ========================================================= */
.btn {
  --btn-bg: var(--wine);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  padding: 1rem 1.75rem;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
}
.btn-primary { box-shadow: var(--shadow-cta); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--wine-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(138, 50, 69, .36);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-2px);
}

.btn-light {
  --btn-bg: #fff;
  --btn-fg: var(--wine-dark);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.btn-light:hover, .btn-light:focus-visible { transform: translateY(-2px); background: var(--wine-tint); }

.btn-lg  { font-size: 1.08rem; padding: 1.15rem 2.2rem; }
.btn-sm  { font-size: .92rem; padding: .72rem 1.3rem; }
.btn-block { width: 100%; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 2rem 0 1.9rem; }

/* Butoanele de programare stau centrate in coloana lor, oriunde apar,
   ca sa arate la fel in toata pagina. Exceptie: perechea din prima
   sectiune, care face corp comun cu textul aliniat la stanga. */
.about-copy > .btn { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
.price-action { text-align: center; }
/* In „Sunt aici” totul ramane aliniat la stanga — supratitlu, titlu, text,
   buton si pastilele de social media — ca sa nu se amestece doua alinieri
   in aceeasi coloana. */

.section-cta { text-align: center; margin-top: clamp(34px, 4vw, 54px); }
.closing-line { font-family: var(--font-head); font-size: 1.35rem; margin-bottom: 1.5rem; }
.closing-line strong { color: var(--wine); font-weight: 600; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253, 249, 245, .92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-stuck { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }

.brand { display: flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-head); font-size: 1.24rem; font-weight: 600; letter-spacing: -.015em; }
.brand-dot { color: var(--wine); }
.brand-text em {
  font-style: normal; font-size: .62rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: 5px;
}

.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: .96rem;
  position: relative;
}
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px;
  height: 2px; background: var(--wine); transition: right .2s ease;
}
.nav a:not(.btn):hover::after, .nav a:not(.btn):focus-visible::after { right: 0; }
.nav-cta { color: #fff !important; margin-left: 6px; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  background: transparent; border: 1.5px solid var(--line); border-radius: 12px;
  cursor: pointer; padding: 12px 11px;
  flex-direction: column; justify-content: space-between;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  padding: clamp(48px, 7vw, 92px) 0 clamp(56px, 7vw, 104px);
  background:
    radial-gradient(1100px 520px at 12% -12%, var(--wine-tint) 0%, transparent 62%),
    radial-gradient(900px 480px at 92% 8%, #FBEFE4 0%, transparent 60%),
    var(--cream);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.eyebrow {
  display: inline-block;
  font-size: .92rem; font-weight: 600;
  color: var(--wine);
  background: var(--white);
  border: 1px solid var(--line);
  padding: .5rem 1.05rem;
  border-radius: 999px;
  margin: 0 0 1.5rem;
  box-shadow: var(--shadow-sm);
}
.hero h1 { margin-bottom: .4em; }
.hero h1 em { font-style: italic; color: var(--wine); }
.lead {
  font-size: clamp(1.12rem, 1.7vw, 1.32rem);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 34em;
  margin: 0;
}

.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: .95rem; color: var(--ink-soft); }
.trust-strip li { display: flex; align-items: center; gap: .55rem; font-weight: 500; }
.trust-strip li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--clay); flex: none;
}

.hero-photo { position: relative; }
.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.photo-badge {
  position: absolute;
  left: 50%; bottom: -26px;
  transform: translateX(-50%);
  width: min(94%, 400px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.photo-badge strong { display: block; font-family: var(--font-head); font-size: 1.1rem; margin-bottom: .15rem; }
.photo-badge span { font-size: .82rem; line-height: 1.5; color: var(--ink-soft); display: block; }

/* =========================================================
   NEVOI (te regăsești)
   ========================================================= */
.need-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
}
.need-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.need-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--wine); }
.need-card h3 { font-size: 1.18rem; margin-bottom: .5rem; }
.need-card p { color: var(--ink-soft); margin: 0; font-size: .98rem; }

/* =========================================================
   CINE SUNT
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}
.about-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.about-copy h2 { margin-bottom: .7em; }
.about-copy p { color: var(--ink-soft); font-size: 1.05rem; }

.pull-quote {
  margin: 2rem 0;
  padding: 1.3rem 0 1.3rem 1.6rem;
  border-left: 4px solid var(--wine);
  font-family: var(--font-head);
  font-size: 1.28rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--ink);
}

.parcurs-title {
  text-align: center;
  margin: clamp(56px, 7vw, 90px) 0 2rem;
  font-size: 1.6rem;
}
.parcurs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}
.parcurs-grid li {
  background: var(--sand);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  border-top: 4px solid var(--wine);
}
.parcurs-grid h4 { margin-bottom: .45rem; font-size: 1.12rem; }
.parcurs-grid p { margin: 0; font-size: .93rem; color: var(--ink-soft); line-height: 1.6; }

/* =========================================================
   OFERTA
   ========================================================= */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.offer-block {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.4vw, 44px);
  box-shadow: var(--shadow-sm);
}
.offer-block h3 { margin-bottom: .8rem; }
.offer-block p { color: var(--ink-soft); }

.profile-list { margin: 1.2rem 0 1.4rem; display: grid; gap: .9rem; }
.profile-list li {
  padding-left: 1.5rem;
  position: relative;
  color: var(--ink-soft);
  font-size: .99rem;
  line-height: 1.65;
}
.profile-list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--clay);
}
.profile-list strong { color: var(--ink); font-weight: 600; }

.emph {
  font-family: var(--font-head);
  font-size: 1.18rem;
  color: var(--ink) !important;
  background: var(--wine-tint);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  margin: 0 0 1.2rem;
}
.muted { font-size: .95rem; color: var(--ink-faint) !important; margin: 0; }

.check-list { display: grid; gap: .85rem; margin-bottom: 1.6rem; }
.check-list li {
  position: relative;
  padding-left: 2.1rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.6;
}
.check-list li::before {
  content: "";
  position: absolute; left: 0; top: .3em;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--wine);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 15px no-repeat,
           linear-gradient(#000, #000);
  -webkit-mask-composite: xor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 15px no-repeat;
}
.honest {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  font-size: .97rem;
  margin: 0;
}

/* card preț */
.price-card {
  margin-top: 26px;
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.6vw, 46px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  box-shadow: var(--shadow-md);
}
.price-meta { display: grid; gap: 1.1rem; }
.price-meta > div { display: flex; flex-direction: column; gap: .1rem; }
.price-label {
  font-size: .74rem; text-transform: uppercase; letter-spacing: .16em;
  color: rgba(253, 249, 245, .55); font-weight: 600;
}
.price-meta strong { font-family: var(--font-head); font-size: 1.4rem; font-weight: 600; }
.price-meta .price { font-size: 2.1rem; color: #fff; }
.price-meta .price s { font-size: 1.1rem; color: rgba(253, 249, 245, .5); margin-right: .5rem; font-weight: 400; }
.price-action p { color: rgba(253, 249, 245, .8); font-size: 1.05rem; }
.price-action .btn-primary { box-shadow: 0 12px 26px rgba(0, 0, 0, .35); }

/* =========================================================
   PAȘI
   ========================================================= */
.steps-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.steps-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.steps { display: grid; gap: 18px; }
.steps li {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.6rem 1.7rem;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.1rem;
  align-items: center;
}
.step-no {
  grid-row: 1 / 3;
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--wine-tint);
  color: var(--wine);
  font-family: var(--font-head); font-size: 1.4rem; font-weight: 700;
  border: 2px solid var(--wine);
}
.steps h3 { font-size: 1.15rem; margin: 0 0 .25rem; align-self: end; }
.steps p { color: var(--ink-soft); margin: 0; font-size: .95rem; align-self: start; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.faq details[open] { border-color: var(--wine); box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 3.4rem 1.25rem 1.5rem;
  font-family: var(--font-head);
  font-size: 1.12rem;
  font-weight: 600;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute; right: 1.4rem; top: 50%;
  width: 13px; height: 13px;
  margin-top: -8px;
  border-right: 2.5px solid var(--wine);
  border-bottom: 2.5px solid var(--wine);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq details > div { padding: 0 1.5rem 1.4rem; }
.faq details p { margin: 0; color: var(--ink-soft); }

/* =========================================================
   PROGRAMARE
   ========================================================= */
.booking-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(14px, 2vw, 24px);
  box-shadow: var(--shadow-md);
  max-width: 1000px;
  margin: 0 auto;
}
/* min-height doar cat sa nu sara pagina in timp ce se incarca;
   widgetul Cal.com isi regleaza singur inaltimea dupa aceea. */
#booking { min-height: 560px; }
#booking cal-inline { width: 100%; }
#booking iframe { width: 100%; border: 0; border-radius: var(--radius); display: block; }
.booking-placeholder {
  min-height: 700px;
  display: grid; place-items: center;
  color: var(--ink-faint);
  background: var(--sand);
  border-radius: var(--radius);
}
.booking-note { text-align: center; font-size: .92rem; color: var(--ink-soft); margin: 1.1rem 0 .2rem; }
.booking-fallback { text-align: center; padding: 2rem 0; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.contact-copy p { color: var(--ink-soft); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 1.6rem; }

.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 2rem; }
.socials a {
  display: inline-block;
  padding: .55rem 1.1rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink);
  transition: border-color .16s ease, background-color .16s ease;
}
.socials a:hover { border-color: var(--wine); background: var(--wine-tint); }
.socials a.is-copied { border-color: var(--wine); background: var(--wine-tint); color: var(--wine); }

.contact-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  max-width: 400px;
}

.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3.2vw, 42px);
  box-shadow: var(--shadow-md);
}
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 1.4rem; }
.field { display: flex; flex-direction: column; grid-column: 1 / -1; }
.field.half { grid-column: span 1; }
.field label { font-size: .88rem; font-weight: 600; margin-bottom: .4rem; }
.field .opt { font-weight: 400; color: var(--ink-faint); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
  font: inherit;
  font-size: 1rem;
  padding: .85rem 1rem;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  width: 100%;
  transition: border-color .16s ease, background-color .16s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--wine);
  background: var(--white);
  box-shadow: 0 0 0 4px var(--wine-tint);
}
.field textarea { resize: vertical; min-height: 130px; }

.consent { flex-direction: row; display: flex; gap: .7rem; align-items: flex-start; font-size: .88rem; font-weight: 400 !important; color: var(--ink-soft); line-height: 1.55; }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 2px; accent-color: var(--wine); }

.form-status { margin: 1rem 0 0; font-size: .94rem; text-align: center; min-height: 1.4em; }
.form-status.ok { color: #2E6B45; font-weight: 600; }
.form-status.err { color: var(--wine); font-weight: 600; }

/* =========================================================
   CTA FINAL + FOOTER
   ========================================================= */
.final-cta {
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-dark) 100%);
  color: #fff;
  text-align: center;
  padding: clamp(64px, 8vw, 110px) 0;
}
.final-cta h2 { color: #fff; margin-bottom: .4em; }
.final-cta p { color: rgba(255, 255, 255, .88); font-size: 1.15rem; margin-bottom: 2rem; }

.site-footer {
  background: var(--ink);
  color: rgba(253, 249, 245, .72);
  padding: 54px 0 40px;
  font-size: .93rem;
}
.footer-inner { display: grid; gap: 24px; text-align: center; justify-items: center; }
.footer-brand strong { font-family: var(--font-head); color: var(--cream); font-size: 1.3rem; display: block; margin-bottom: .25rem; }
.footer-brand .brand-dot { color: #D98BA0; }
.footer-brand p { margin: 0; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; }
.footer-nav a { color: rgba(253, 249, 245, .82); text-decoration: none; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.copyright { margin: 0; font-size: .85rem; color: rgba(253, 249, 245, .5); }

/* =========================================================
   BARĂ CTA MOBIL
   ========================================================= */
.mobile-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  background: rgba(253, 249, 245, .97);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(52, 30, 24, .12);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  transform: translateY(120%);
  transition: transform .28s ease;
  display: none;
}
.mobile-cta.is-visible { transform: translateY(0); }
.mobile-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: 640px; margin: 0 auto; }
.mobile-cta-text { display: flex; flex-direction: column; line-height: 1.25; }
.mobile-cta-text strong { font-family: var(--font-head); font-size: 1rem; }
.mobile-cta-text span { font-size: .8rem; color: var(--ink-soft); }
.mobile-cta .btn { padding: .85rem 1.4rem; font-size: .95rem; }

/* =========================================================
   ANIMAȚIE DE INTRARE
   ========================================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .lead { margin-left: auto; margin-right: auto; }
  .cta-row { justify-content: center; }
  .trust-strip { justify-content: center; }
  .hero-photo { order: -1; max-width: 460px; margin: 0 auto 44px; }
  .hero-photo img { aspect-ratio: 5 / 4; object-position: 50% 15%; }

  .about-grid { grid-template-columns: 1fr; }
  .about-copy { order: -1; }
  .about-photo { max-width: 440px; margin: 0 auto; }
  .about-photo img { aspect-ratio: 4 / 3; object-position: 50% 10%; }

  .offer-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-photo { max-width: 440px; margin: 0 auto; }
  .steps-photo img { aspect-ratio: 4 / 3; object-position: 50% 20%; }
  .price-card { grid-template-columns: 1fr; text-align: center; }
  .price-meta { justify-items: center; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav {
    position: fixed;
    inset: 74px 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 8px 24px 26px;
    box-shadow: var(--shadow-md);
    transform: translateY(-130%);
    transition: transform .26s ease;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
  }
  .nav.is-open { transform: translateY(0); }
  .nav a:not(.btn) { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav a:not(.btn)::after { display: none; }
  .nav-cta { margin: 18px 0 0; }
  .nav-toggle { display: flex; }
  .mobile-cta { display: block; }

  /* Aterizarea pe ancore.
     Antetul lipit are 74px, iar fiecare sectiune are inca 64px de spatiu
     propriu deasupra continutului. Fara compensare, saltul lasa o banda
     goala sub antet si se vede sfarsitul sectiunii precedente.
     scroll-margin negativ impinge derularea mai jos, exact cat sa intre
     titlul sectiunii imediat sub antet. */
  html { scroll-padding-top: 74px; }
  section[id] { scroll-margin-top: -36px; }
  /* loc pentru bara CTA fixă, ca să nu acopere finalul paginii */
  .site-footer { padding-bottom: 112px; }
}

@media (max-width: 560px) {
  body { font-size: 1.02rem; }
  .wrap { padding: 0 18px; }
  .fields { grid-template-columns: 1fr; }
  .field.half { grid-column: 1 / -1; }
  .cta-row { flex-direction: column; }
  .cta-row .btn { width: 100%; }
  .contact-actions .btn { width: 100%; }
  .brand-text em { display: none; }
  .price-meta .price { font-size: 1.8rem; }
  #booking, .booking-placeholder { min-height: 760px; }

  /* Pe telefon totul de deasupra titlului se comprima, ca „Poți deveni cine
     ești cu adevărat” sa incapa pe primul ecran, nu sub el. */
  .hero { padding-top: 20px; }
  .hero-photo { margin-bottom: 16px; }
  .hero-photo img { aspect-ratio: 3 / 2; object-position: 50% 14%; }

  /* Insigna nu mai e un card peste poza, ci o simpla legenda sub ea.
     Numele dispare — e oricum mereu vizibil in antetul lipit. */
  .photo-badge {
    position: static; transform: none; width: 100%;
    margin-top: 8px; padding: 0;
    background: none; border: 0; box-shadow: none;
  }
  .photo-badge strong { display: none; }
  .photo-badge span { font-size: .76rem; }

  .eyebrow { font-size: .82rem; padding: .4rem .9rem; margin-bottom: .9rem; }
}
