/* ====================================================================
   CABINETPSIHOTERAPEUT.RO — Design System complet
   ==================================================================== */

:root {
  /* Accente violet — butoane, linkuri, titluri */
  --indigo-900: #4B0082;
  --indigo-700: #5D1F9A;
  --purple-800: #7C5CBF;
  --purple-700: #8B6BC8;
  --orchid:     #9B72CF;
  --orchid-soft:#C0A0E0;
  --thistle:    #D8BFD8;
  --thistle-soft: #EDE3F3;

  /* Fundal neutru cald — fără tint violet */
  --bg-cream:   #FDFCFB;
  --bg-lila-0:  #FFFFFF;
  --bg-lila-1:  #F8F7F6;
  --bg-lila-2:  #F0EBF8;
  --bg-lila-3:  #E4DCF0;
  --sand-50:    #FFF8F0;
  --sand-100:   #FAEEE0;
  --sand-300:   #F0D8B8;

  /* Text charcoal — nu violet */
  --text-900:   #1A1A2A;
  --text-700:   #2D2B3E;
  --text-500:   #514F6A;
  --text-400:   #888698;
  --text-300:   #AAA8B8;

  /* Status */
  --success-bg: #E6F4EC;
  --success-fg: #1A6E42;
  --error-bg:   #FDECEC;
  --error-fg:   #A32D2D;
  --warning-bg: #FEF3E2;
  --warning-fg: #7A4A0A;

  /* Borduri neutre — nu violet */
  --border-subtle: rgba(0, 0, 0, 0.07);
  --border-soft:   rgba(0, 0, 0, 0.12);
  --border-strong: rgba(0, 0, 0, 0.22);

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-lift: 0 10px 40px rgba(0, 0, 0, 0.10);

  --font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-500);
  background: var(--bg-lila-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.has-welcome-modal { overflow: hidden; }

img { max-width: 100%; display: block; height: auto; }
button { font: inherit; cursor: pointer; }
a { color: var(--purple-800); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--orchid); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--orchid);
  outline-offset: 3px;
  border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--text-700);
  line-height: 1.25;
  margin: 0 0 0.75em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.125rem; font-family: var(--font-sans); font-weight: 600; }
p { margin: 0 0 1rem; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.site-main { min-height: 60vh; padding: 0 0 4rem; }

/* ---------- BUTOANE ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-sans);
}
.btn:focus-visible { outline-offset: 4px; }
.btn-primary {
  background: var(--orchid);
  color: white;
  box-shadow: 0 4px 14px rgba(155, 114, 207, 0.35);
}
.btn-primary:hover {
  background: var(--purple-800);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(124, 92, 191, 0.4);
}
.btn-soft {
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple-800);
  border-color: var(--border-soft);
}
.btn-soft:hover {
  background: white;
  border-color: var(--orchid);
  color: var(--purple-800);
}
.btn-ghost { background: transparent; color: var(--purple-800); }
.btn-ghost:hover { background: var(--bg-lila-2); }
.btn-block { display: flex; width: 100%; }
.btn-lg { padding: 0.95rem 1.9rem; font-size: 1rem; }
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* ---------- HEADER ---------- */
.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border-subtle);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.875rem 1.25rem;
  max-width: 1140px;
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 0.75rem; color: var(--text-700); }
.brand-initials {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orchid), var(--purple-800));
  color: white;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 600; color: var(--text-900); }
.brand-sub { font-size: 0.75rem; color: var(--text-400); letter-spacing: 0.05em; text-transform: uppercase; }

.site-nav { flex: 1; }
.site-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 0.25rem; justify-content: center; }
.site-nav a {
  padding: 0.5rem 0.9rem;
  color: var(--text-500);
  font-weight: 500;
  font-size: 0.9375rem;
  border-radius: 8px;
  transition: all 0.2s;
}
.site-nav a:hover { background: var(--bg-lila-2); color: var(--purple-800); }
.site-nav a.active { color: var(--purple-800); background: var(--bg-lila-2); }

.header-actions { display: flex; gap: 0.5rem; align-items: center; }
.header-actions .btn { padding: 0.55rem 1.15rem; font-size: 0.875rem; }
.nav-toggle { display: none; background: none; border: 0; padding: 0.5rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--purple-800); margin: 5px 0; transition: 0.3s; border-radius: 2px; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: linear-gradient(180deg, var(--bg-lila-1) 0%, var(--bg-lila-2) 100%);
  border-top: 1px solid var(--border-subtle);
  padding: 3rem 0 1.5rem;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-title {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--purple-800);
  margin: 0 0 1rem;
  font-weight: 600;
}
.footer-text { font-size: 0.875rem; color: var(--text-500); margin: 0 0 0.75rem; line-height: 1.6; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 0.5rem; }
.footer-list a { font-size: 0.875rem; color: var(--text-500); }
.footer-list a:hover { color: var(--purple-800); }
.footer-meta { font-size: 0.8125rem; line-height: 1.5; }
.footer-dim { color: var(--text-400); font-size: 0.8125rem; display: block; margin-top: 2px; }
.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
}
.footer-bottom p { font-size: 0.8125rem; color: var(--text-400); margin: 0; }

/* ---------- WELCOME MODAL ---------- */
.welcome-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.welcome-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(75, 0, 130, 0.55), rgba(124, 92, 191, 0.5));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.welcome-dialog {
  position: relative;
  max-width: 560px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  background: var(--bg-lila-0);
  border-radius: var(--r-xl);
  box-shadow: 0 30px 80px rgba(75, 0, 130, 0.2);
  overflow-x: hidden;
}
.welcome-bubbles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; border-radius: inherit; }
.welcome-bubbles .bubble { position: absolute; border-radius: 50%; }
.welcome-bubbles .b1 { width: 220px; height: 220px; background: rgba(216, 191, 216, 0.25); top: -70px; right: -70px; }
.welcome-bubbles .b2 { width: 140px; height: 140px; background: rgba(155, 114, 207, 0.08); bottom: 40px; left: -50px; }
.welcome-bubbles .b3 { width: 90px; height: 90px; background: rgba(255, 238, 214, 0.45); top: 45%; right: -20px; }

.welcome-content { position: relative; padding: 2rem 2rem 1.5rem; }
.welcome-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orchid);
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.welcome-heading {
  font-family: var(--font-serif);
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--indigo-900);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
.welcome-lead { color: var(--text-500); margin: 0 0 1.5rem; }
.welcome-form { display: flex; flex-direction: column; gap: 1.25rem; }
.consent-group { display: flex; flex-direction: column; gap: 0.75rem; }

.consent-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-md);
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.consent-item:hover { background: white; border-color: var(--border-soft); }
.consent-item input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.consent-box {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 1.5px solid var(--border-strong);
  border-radius: 6px;
  background: white;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  margin-top: 1px;
}
.consent-item input:checked ~ .consent-box { background: var(--orchid); border-color: var(--orchid); }
.consent-item input:checked ~ .consent-box::after {
  content: '';
  width: 6px; height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.consent-item input:focus-visible ~ .consent-box { box-shadow: 0 0 0 3px rgba(155, 114, 207, 0.3); }
.consent-box-locked { background: var(--thistle); border-color: var(--orchid); cursor: not-allowed; }
.consent-box-locked::after {
  content: '';
  width: 6px; height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.consent-text { font-size: 0.875rem; color: var(--text-500); line-height: 1.5; }
.consent-text em { display: block; font-style: normal; font-size: 0.75rem; color: var(--text-400); margin-top: 2px; }
.consent-item-small { padding: 0.65rem 0.85rem; }
.consent-required { cursor: default; }

.consent-more {
  border: 1px dashed var(--border-soft);
  border-radius: var(--r-md);
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.4);
}
.consent-more summary {
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--purple-800);
  font-weight: 500;
  padding: 0.35rem 0;
  list-style-position: inside;
}
.consent-more[open] summary { margin-bottom: 0.5rem; }
.consent-optional { display: flex; flex-direction: column; gap: 0.5rem; }
.welcome-footnote { font-size: 0.75rem; color: var(--text-400); line-height: 1.5; margin: 0; text-align: center; }

/* ---------- FLASH ---------- */
.flash {
  margin: 0 auto 1rem;
  max-width: 1140px;
  padding: 0.875rem 1.25rem;
  border-radius: var(--r-md);
  font-size: 0.9375rem;
  border: 1px solid;
}
.flash-success { background: var(--success-bg); color: var(--success-fg); border-color: var(--success-fg); }
.flash-error   { background: var(--error-bg);   color: var(--error-fg);   border-color: var(--error-fg); }
.flash-warning { background: var(--warning-bg); color: var(--warning-fg); border-color: var(--warning-fg); }
.flash-info    { background: var(--bg-lila-2);  color: var(--purple-800); border-color: var(--orchid); }

/* ---------- CARDURI GENERICE ---------- */
.card {
  background: white;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.card:hover { border-color: var(--border-soft); box-shadow: var(--shadow-soft); }
.card-bubble { position: absolute; border-radius: 50%; pointer-events: none; }
.card-bubble-1 { width: 120px; height: 120px; background: rgba(216, 191, 216, 0.2); top: -40px; right: -40px; }
.card-bubble-2 { width: 70px; height: 70px; background: rgba(155, 114, 207, 0.07); bottom: -25px; right: 35%; }

.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--bg-lila-2);
  color: var(--purple-800);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
  text-transform: uppercase;
}

/* ---------- INPUTS ---------- */
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=date],
input[type=number], input[type=search], textarea, select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 1rem;
  background: white;
  color: var(--text-700);
  transition: border-color 0.2s, box-shadow 0.2s;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--orchid);
  box-shadow: 0 0 0 3px rgba(155, 114, 207, 0.15);
}
label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--text-700); margin-bottom: 0.4rem; }

/* ---------- PAGINI LEGALE ---------- */
.legal-page { max-width: 840px; margin: 2rem auto; }
.legal-article { padding: 2.5rem 2rem; }
.legal-article h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--indigo-900);
  margin-bottom: 0.5rem;
}
.legal-article h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--purple-800);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.legal-article h4 {
  font-size: 1rem;
  color: var(--text-700);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.legal-article .meta {
  font-size: 0.875rem;
  color: var(--text-400);
  font-style: italic;
  margin-bottom: 1.5rem;
}
.legal-article ul { padding-left: 1.5rem; }
.legal-article li { margin-bottom: 0.4rem; }
.legal-article code {
  background: var(--bg-lila-2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.875em;
  color: var(--purple-800);
}

/* ====================================================================
   HOMEPAGE SECTIONS
   ==================================================================== */

.eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--orchid);
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.section-head { text-align: center; margin-bottom: 3rem; }
.section-head h2 { margin: 0; }

/* ---------- HERO ---------- */
.home-hero {
  position: relative;
  padding: 4rem 0 5rem;
  background: linear-gradient(135deg, var(--bg-lila-1) 0%, var(--bg-lila-2) 100%);
  overflow: hidden;
}
.home-hero-inner { position: relative; text-align: center; }
.home-hero-bubbles { position: absolute; inset: -40px -20px; pointer-events: none; overflow: hidden; }
.home-hero-bubbles .bubble { position: absolute; border-radius: 50%; }
.home-hero-bubbles .b1 { width: 260px; height: 260px; background: rgba(216, 191, 216, 0.3); top: -90px; right: -60px; }
.home-hero-bubbles .b2 { width: 180px; height: 180px; background: rgba(155, 114, 207, 0.10); bottom: -60px; left: 5%; }
.home-hero-bubbles .b3 { width: 120px; height: 120px; background: rgba(255, 238, 214, 0.5); top: 30%; left: -40px; }
.home-hero-bubbles .b4 { width: 90px; height: 90px; background: rgba(155, 114, 207, 0.08); bottom: 20%; right: 10%; }

.home-hero-content { position: relative; max-width: 780px; margin: 0 auto; }
.home-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 500;
  color: var(--indigo-900);
  line-height: 1.15;
  margin: 0.5rem 0 1.25rem;
  letter-spacing: -0.015em;
}
.home-hero-lead {
  font-size: 1.15rem;
  color: var(--text-500);
  max-width: 620px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.home-hero-cta {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.home-hero-meta {
  font-size: 0.875rem;
  color: var(--text-400);
  margin: 0;
}

/* ---------- ABOUT ---------- */
.home-about {
  padding: 5rem 0;
  background: var(--bg-lila-0);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.home-about-inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3rem;
  align-items: center;
}
.home-about-photo { position: relative; }
.photo-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-width: 220px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(75, 0, 130, 0.12);
}
.photo-frame::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at 30% 30%, rgba(216, 191, 216, 0.35), transparent 60%);
  z-index: -1;
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--indigo-900);
  margin: 0.25rem 0 1rem;
}
.home-about-subtitle {
  font-size: 0.95rem;
  color: var(--purple-800);
  font-weight: 500;
  margin: 0 0 0.4rem;
}
.home-about-subtitle span {
  color: var(--text-400);
  font-weight: 400;
  font-size: 0.875rem;
}
.home-about-text p { margin-bottom: 1rem; }
.home-about-verify {
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  background: var(--bg-lila-2);
  border-radius: var(--r-md);
  font-size: 0.875rem;
  color: var(--text-700);
}

/* ---------- HELP GRID ---------- */
.home-help { padding: 5rem 0; }
.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.help-card {
  background: white;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.help-card:hover {
  border-color: var(--border-soft);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}
.help-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}
.help-icon svg { width: 26px; height: 26px; }
.help-icon-a { background: var(--bg-lila-2); color: var(--purple-800); }
.help-icon-b { background: var(--sand-100); color: var(--warning-fg); }
.help-icon-c { background: var(--thistle-soft); color: var(--indigo-900); }
.help-icon-d { background: var(--bg-lila-3); color: var(--purple-800); }
.help-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--indigo-900);
  margin: 0 0 0.5rem;
}
.help-card p {
  color: var(--text-500);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- SERVICES SHORT ---------- */
.home-services {
  padding: 5rem 0;
  background: var(--bg-lila-0);
  border-top: 1px solid var(--border-subtle);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}
.service-card {
  background: white;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.service-card:hover {
  border-color: var(--border-soft);
  box-shadow: var(--shadow-soft);
}
.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--indigo-900);
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
.service-audience {
  font-size: 0.75rem;
  color: var(--orchid);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
}
.service-desc {
  font-size: 0.9375rem;
  color: var(--text-500);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.service-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--purple-800);
  font-weight: 500;
  padding-top: 1rem;
  border-top: 1px dashed var(--border-subtle);
}
.service-meta .dot { color: var(--text-400); }

/* ---------- CTA FINAL ---------- */
.home-cta-final { padding: 4rem 0 5rem; }
.cta-box {
  position: relative;
  background: linear-gradient(135deg, var(--indigo-900) 0%, var(--purple-800) 100%);
  border-radius: var(--r-xl);
  padding: 3rem 2rem;
  text-align: center;
  overflow: hidden;
  color: white;
}
.cta-bubbles { position: absolute; inset: 0; overflow: hidden; }
.cta-bubbles .bubble { position: absolute; border-radius: 50%; }
.cta-bubbles .b1 { width: 280px; height: 280px; background: rgba(216, 191, 216, 0.12); top: -100px; right: -80px; }
.cta-bubbles .b2 { width: 180px; height: 180px; background: rgba(255, 238, 214, 0.08); bottom: -60px; left: -40px; }
.cta-bubbles .b3 { width: 100px; height: 100px; background: rgba(155, 114, 207, 0.15); top: 30%; right: 20%; }
.cta-content { position: relative; max-width: 600px; margin: 0 auto; }
.cta-content h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: white;
  margin: 0 0 0.75rem;
}
.cta-content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  margin: 0 0 1.75rem;
}
.cta-buttons { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }
.cta-buttons .btn-primary { background: white; color: var(--purple-800); }
.cta-buttons .btn-primary:hover { background: var(--bg-lila-1); color: var(--indigo-900); }
.cta-buttons .btn-ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cta-buttons .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/* ====================================================================
   RESPONSIVE
   ==================================================================== */

@media (max-width: 860px) {
  .nav-toggle { display: block; order: 3; }
  .site-nav {
    position: fixed;
    top: 60px; left: 0; right: 0; bottom: 0;
    background: white;
    padding: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow-y: auto;
  }
  body.nav-open .site-nav { transform: translateX(0); }
  .site-nav ul { flex-direction: column; gap: 0.5rem; }
  .site-nav a { display: block; padding: 0.85rem 1rem; }
  .header-actions { order: 2; margin-left: auto; }
  .header-actions .btn-soft { display: none; }
}

@media (max-width: 780px) {
  .home-about-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .home-about-photo {
    max-width: 200px;
    margin: 0 auto;
  }
  .photo-frame { max-width: 200px; }
  .home-about-verify { text-align: left; }
}

@media (max-width: 540px) {
  .welcome-content { padding: 1.5rem 1.25rem 1rem; }
  .welcome-heading { font-size: 1.5rem; }
  .brand-sub { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal-article { padding: 1.5rem 1.25rem; }
  .home-hero { padding: 2.5rem 0 3.5rem; }
  .home-hero-cta .btn { flex: 1; min-width: 140px; }
  .home-about { padding: 3rem 0; }
  .home-help, .home-services { padding: 3rem 0; }
  .home-cta-final { padding: 2.5rem 0 3.5rem; }
  .cta-box { padding: 2rem 1.25rem; }
}

/* ====================================================================
   PAGE HEADER (pentru pagini interioare)
   ==================================================================== */
.page-header {
  position: relative;
  padding: 3.5rem 0 3rem;
  background: linear-gradient(135deg, var(--bg-lila-1) 0%, var(--bg-lila-2) 100%);
  overflow: hidden;
  text-align: center;
}
.page-header-bubbles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.page-header-bubbles .bubble { position: absolute; border-radius: 50%; }
.page-header-bubbles .b1 { width: 200px; height: 200px; background: rgba(216, 191, 216, 0.25); top: -60px; right: -40px; }
.page-header-bubbles .b2 { width: 130px; height: 130px; background: rgba(155, 114, 207, 0.08); bottom: -40px; left: 10%; }
.page-header-content { position: relative; max-width: 720px; margin: 0 auto; }
.page-header h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--indigo-900);
  margin: 0.5rem 0 1rem;
  font-weight: 500;
}
.page-header-lead {
  font-size: 1.0625rem;
  color: var(--text-500);
  margin: 0;
  line-height: 1.6;
}

/* ====================================================================
   SERVICII DETALIATE
   ==================================================================== */
.services-detail { padding: 4rem 0; }
.service-detail-card {
  background: white;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-xl);
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.service-detail-card:hover {
  border-color: var(--border-soft);
  box-shadow: var(--shadow-soft);
}
.service-detail-inner {
  position: relative;
  padding: 2.5rem 2rem;
}
.service-detail-header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.service-number {
  font-family: var(--font-serif);
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--orchid);
  line-height: 1;
  opacity: 0.6;
  flex-shrink: 0;
}
.service-detail-header h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  color: var(--indigo-900);
  margin: 0.25rem 0 0;
  line-height: 1.2;
}
.service-detail-desc {
  color: var(--text-500);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}
.service-detail-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--bg-lila-1);
  border-radius: var(--r-md);
  margin-bottom: 1.5rem;
}
.meta-item { display: flex; flex-direction: column; gap: 3px; }
.meta-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-400);
  font-weight: 600;
}
.meta-value {
  font-size: 0.9375rem;
  color: var(--text-700);
  font-weight: 500;
}
.meta-price {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--purple-800);
}
.meta-price-soft {
  color: var(--orchid);
  font-weight: 500;
}
.service-detail-cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ====================================================================
   NOTĂ DEONTOLOGICĂ
   ==================================================================== */
.deontology-note { padding: 2rem 0 5rem; }
.note-box {
  background: var(--bg-lila-0);
  border-left: 4px solid var(--orchid);
  border-radius: var(--r-md);
  padding: 1.5rem 1.75rem;
  max-width: 720px;
  margin: 0 auto;
}
.note-box p {
  margin: 0;
  color: var(--text-500);
  font-size: 0.9375rem;
  line-height: 1.65;
}
.note-box strong { color: var(--purple-800); }

@media (max-width: 540px) {
  .service-detail-inner { padding: 1.75rem 1.25rem; }
  .service-detail-header { gap: 0.75rem; }
  .service-number { font-size: 2rem; }
  .service-detail-header h2 { font-size: 1.4rem; }
}

/* ====================================================================
   FIX — iconițe și layout
   ==================================================================== */
.policy-icon svg, .help-icon svg,
.policy-icon > svg, .help-icon > svg {
  width: 22px !important; height: 22px !important; flex-shrink: 0;
}
.help-icon svg { width: 26px !important; height: 26px !important; }
.policy-icon { width: 44px !important; height: 44px !important; flex-shrink: 0; }
.help-icon { width: 52px !important; height: 52px !important; flex-shrink: 0; }
.site-main > section, .site-main > .container { width: 100%; }
section > .container { width: 100%; max-width: 1140px; margin-left: auto; margin-right: auto; }
.page-header-content { width: 100%; max-width: 720px; margin: 0 auto; }
.page-header, .pricing-options, .pricing-table-section, .cancellation-policy,
.home-cta-final, .home-hero, .home-about, .home-help, .home-services,
.services-detail, .deontology-note { width: 100%; }

/* ====================================================================
   CONTACT PAGE
   ==================================================================== */
.contact-section { padding: 4rem 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 2rem;
  align-items: start;
}
.contact-info-card,
.contact-form-card {
  background: white;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-xl);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
}
.contact-info-card h2, .contact-form-card h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--indigo-900);
  margin: 0 0 1.5rem;
}
.contact-method {
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.85rem 0.75rem; margin: 0 -0.75rem;
  border-radius: var(--r-md); transition: background 0.2s;
  color: inherit; text-decoration: none;
}
.contact-method:hover { background: var(--bg-lila-1); }
.contact-method-static { cursor: default; }
.contact-method-static:hover { background: transparent; }
.contact-icon {
  width: 40px; height: 40px; min-width: 40px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-icon svg { width: 18px !important; height: 18px !important; }
.contact-icon-email    { background: var(--bg-lila-2);    color: var(--purple-800); }
.contact-icon-phone    { background: var(--thistle-soft); color: var(--indigo-900); }
.contact-icon-whatsapp { background: var(--success-bg);   color: var(--success-fg); }
.contact-icon-location { background: var(--sand-100);     color: var(--warning-fg); }
.contact-icon-clock    { background: var(--bg-lila-3);    color: var(--purple-800); }
.contact-detail { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.contact-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-400); font-weight: 600; }
.contact-value { font-size: 0.9375rem; color: var(--text-700); font-weight: 500; word-break: break-word; }
.contact-form-card { min-height: 520px; }
.contact-form-lead { color: var(--text-500); margin: -0.75rem 0 1.5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; position: relative; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.field-hint { font-weight: 400; color: var(--text-400); font-size: 0.8125rem; }
.consent-inline {
  display: flex !important; gap: 0.75rem; align-items: flex-start;
  padding: 0.85rem 1rem; background: var(--bg-lila-1);
  border: 1px solid var(--border-subtle); border-radius: var(--r-md);
  cursor: pointer; position: relative; margin: 0.5rem 0 1.25rem;
  user-select: none; -webkit-user-select: none;
}
.consent-inline:hover { background: var(--bg-lila-2); border-color: var(--border-soft); }
.consent-inline input[type="checkbox"] { position: absolute !important; opacity: 0 !important; width: 0 !important; height: 0 !important; pointer-events: none !important; }
.consent-inline .consent-box {
  flex-shrink: 0; width: 22px; height: 22px; min-width: 22px; min-height: 22px;
  border: 1.5px solid var(--border-strong); border-radius: 6px; background: white;
  display: flex; align-items: center; justify-content: center; transition: all 0.2s; margin-top: 1px; pointer-events: none;
}
.consent-inline input[type="checkbox"]:checked ~ .consent-box { background: var(--orchid); border-color: var(--orchid); }
.consent-inline input[type="checkbox"]:checked ~ .consent-box::after {
  content: ''; width: 6px; height: 11px; border: solid white;
  border-width: 0 2px 2px 0; transform: rotate(45deg); margin-top: -2px;
}
.consent-inline .consent-text { font-size: 0.9rem; color: var(--text-500); line-height: 1.55; flex: 1; }
.consent-inline .consent-text a { color: var(--purple-800); font-weight: 500; text-decoration: underline; text-decoration-color: rgba(155, 114, 207, 0.3); text-underline-offset: 2px; }
.consent-inline .consent-text a:hover { color: var(--orchid); text-decoration-color: var(--orchid); }
.form-footnote { text-align: center; font-size: 0.8125rem; color: var(--text-400); margin: 0; }
.contact-success { text-align: center; padding: 1.5rem 0; }
.success-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--success-bg); color: var(--success-fg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.success-icon svg { width: 36px !important; height: 36px !important; }
.contact-success h2 { font-family: var(--font-serif); color: var(--indigo-900); margin: 0 0 0.75rem; }
.contact-success p { color: var(--text-500); margin: 0 0 0.75rem; }
.success-note { font-size: 0.875rem; color: var(--text-400); margin-bottom: 1.75rem !important; }

@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
@media (max-width: 540px) {
  .contact-info-card, .contact-form-card { padding: 1.75rem 1.25rem; }
  .form-row { grid-template-columns: 1fr; }
}

/* ====================================================================
   AUTH CARDS
   ==================================================================== */
.auth-card { padding: 2rem 1.75rem; position: relative; overflow: hidden; }
.auth-form { display: flex; flex-direction: column; gap: 1rem; position: relative; z-index: 1; }
.auth-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.auth-form .form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.auth-form label { font-size: 0.875rem; font-weight: 500; color: var(--text-700); }
.auth-form .field-hint { font-weight: 400; color: var(--text-400); font-size: 0.75rem; margin-left: 4px; }
.auth-form input[type="text"], .auth-form input[type="email"],
.auth-form input[type="tel"], .auth-form input[type="password"] {
  padding: 0.7rem 0.95rem; border: 1px solid var(--border-soft); border-radius: var(--r-sm);
  font-family: inherit; font-size: 0.9375rem; background: white; color: var(--text-700);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.auth-form input:focus { outline: none; border-color: var(--orchid); box-shadow: 0 0 0 3px rgba(155, 114, 207, 0.15); }
.auth-form .btn { margin-top: 0.5rem; }
.auth-success { position: relative; z-index: 1; padding: 1rem 0; }

@media (max-width: 540px) {
  .auth-card { padding: 1.5rem 1.25rem; }
  .auth-form .form-row { grid-template-columns: 1fr; }
}