:root {
  --prune:       #713e5c;
  --prune-dark:  #4E2A3F;
  --prune-tint:  #F3EAEF;
  --off-white:   #FAF7F9;
  --alb:         #FFFFFF;
  --text:        #2A1F26;
  --muted:       #6B5B64;
  --border:      #E6D9E1;
  /* compat aliases used internally */
  --brand:       #713e5c;
  --brand-dark:  #4E2A3F;
  --brand-light: #F3EAEF;
  --bg:          #FFFFFF;
  --bg-alt:      #F3EAEF;
  --text-muted:  #6B5B64;
  --radius:      16px;
  --shadow:      0 2px 16px rgba(113,62,92,0.08);
  --font-head:   'Cormorant Garamond', serif;
  --font-body:   'Jost', sans-serif;
  --max-w:       1140px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--alb); line-height: 1.65; padding-top: 64px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 90%; max-width: var(--max-w); margin: 0 auto; }
h1,h2,h3 { font-family: var(--font-head); letter-spacing: -0.02em; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 500; }
h3 { font-size: 1.25rem; font-weight: 600; }
em { color: var(--prune); font-style: normal; }
.section-eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--prune); margin-bottom: 0.5rem; font-family: var(--font-body); }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 3.5rem; }
.section-sub { color: var(--muted); margin-top: 0.75rem; font-size: 1rem; }

.btn { display: inline-flex; align-items: center; background: var(--prune); color: #fff; padding: 0.875rem 1.875rem; border-radius: 999px; font-family: var(--font-body); font-weight: 500; font-size: 0.95rem; border: 1px solid transparent; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.btn:hover { background: var(--prune-dark); transform: translateY(-2px); }
.btn--ghost { background: transparent; border-color: var(--prune); color: var(--prune); }
.btn--ghost:hover { background: var(--prune); color: #fff; }
.btn--hero { background: var(--prune); font-size: 1.05rem; padding: 1rem 2.25rem; box-shadow: 0 4px 20px rgba(113,62,92,0.30); }
.btn--hero:hover { background: var(--prune-dark); box-shadow: 0 6px 28px rgba(113,62,92,0.35); transform: translateY(-2px); }
.btn--sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s, box-shadow 0.3s; }
.nav.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 1px 16px rgba(113,62,92,0.07); border-bottom: 1px solid var(--border); }
.nav.menu-open { background: var(--prune) !important; box-shadow: none !important; border-bottom-color: transparent !important; }
.nav__inner { display: flex; align-items: center; height: 64px; gap: 2rem; }
.nav__logo { flex-shrink: 0; display: flex; flex-direction: column; gap: 3px; text-decoration: none; }
.nav__logo-main { font-family: var(--font-head); font-weight: 600; font-size: 1.25rem; letter-spacing: 0.15em; color: var(--prune); text-transform: uppercase; line-height: 1; transition: color 0.3s; }
.nav.menu-open .nav__logo-main { color: #fff; }
.nav__logo-sub { font-size: 9px; letter-spacing: 0.2em; color: var(--muted); text-transform: uppercase; line-height: 1; font-family: var(--font-body); transition: color 0.3s; }
.nav.menu-open .nav__logo-sub { color: rgba(255,255,255,0.6); }
.nav__links { display: flex; align-items: center; gap: 1.75rem; flex: 1; justify-content: center; }
.nav__links a { font-size: 0.875rem; font-weight: 400; color: var(--muted); transition: color 0.15s; font-family: var(--font-body); }
.nav__links a:hover { color: var(--prune); }
.nav__actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.nav__phone { font-size: 0.85rem; color: var(--muted); font-family: var(--font-body); transition: color 0.15s; }
.nav__phone:hover { color: var(--prune); }
.nav__toggle { display: none; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--text); position: relative; z-index: 101; transition: color 0.3s; }

/* HERO */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; background-image: url('../assets/images/5617926364-1786434761.jpg'); background-size: cover; background-position: center top; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(113,62,92,0.6) 0%, rgba(113,62,92,0.15) 100%); z-index: 0; }
.hero__inner { display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 1; padding: 5rem 0; }
.hero__title { max-width: 640px; margin-bottom: 1.5rem; color: #fff; }
.hero__title em { color: #fff; font-style: italic; text-decoration: underline; text-decoration-color: rgba(255,255,255,0.45); text-underline-offset: 5px; }
.hero__sub { font-size: 1.1rem; color: rgba(255,255,255,0.88); max-width: 580px; margin-bottom: 2.25rem; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero__proof { font-size: 0.82rem; color: rgba(255,255,255,0.72); }
.btn--hero-white { background: #fff; color: var(--prune); border: 1px solid #fff; font-size: 1.05rem; padding: 1rem 2.25rem; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.btn--hero-white:hover { background: rgba(255,255,255,0.92); transform: translateY(-2px); }
.btn--ghost-white { background: transparent; border: 1px solid rgba(255,255,255,0.8); color: #fff; font-size: 1.05rem; padding: 1rem 2.25rem; }
.btn--ghost-white:hover { background: rgba(255,255,255,0.15); border-color: #fff; transform: translateY(-2px); }

/* ECHIPAMENTE / LOGOS */
.logos { padding: 3.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--alb); }
.logos__label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 2rem; font-family: var(--font-body); font-weight: 500; }
.logos__list { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; }
.logos__item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem; padding: 1rem 1.5rem; border-right: 1px solid var(--border); width: 50%; box-sizing: border-box; }
.logos__item:nth-child(even) { border-right: none; }
.logos__item:last-child { border-right: none; }
.logos__item-title { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: var(--text); line-height: 1.2; text-align: center; }
.logos__item-sub { font-family: var(--font-body); font-size: 12px; color: var(--muted); text-align: center; }
@media (min-width: 768px) {
  .logos__item { width: auto; flex: 1; border-right: 1px solid var(--border); }
  .logos__item:last-child { border-right: none; }
}

/* SERVICII / FEATURES */
.features { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--prune-tint); }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feature { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; transition: box-shadow 0.2s, transform 0.2s; }
.feature:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.feature__icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(113,62,92,0.10); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: var(--prune); flex-shrink: 0; }
.feature h3 { margin-bottom: 0.5rem; }
.feature p { color: var(--muted); font-size: 0.9rem; line-height: 1.65; }

/* EPILARE SPLIT */
.split { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--alb); }
.split__inner { display: grid; grid-template-columns: 55fr 45fr; gap: 4rem; align-items: center; }
.split__img-wrap { border-radius: var(--radius); overflow: hidden; }
.split__img-wrap img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; display: block; }
.split__content { display: flex; flex-direction: column; justify-content: center; }
.split__content h2 { margin-top: 0.5rem; margin-bottom: 1rem; }
.split__lead { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.split__checklist { list-style: none; margin: 1.5rem 0 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.split__checklist li { font-size: 0.95rem; color: var(--muted); padding-left: 1.75rem; position: relative; line-height: 1.55; }
.split__checklist li::before { content: ''; position: absolute; left: 0; top: 0.3em; width: 14px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 7l3.5 3.5L12 4' stroke='%23713e5c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

/* CUM FUNCȚIONEAZĂ / HOW IT WORKS */
.how { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--prune-tint); }
.steps { display: flex; align-items: flex-start; gap: 0; margin-top: 1rem; }
.step { flex: 1; text-align: center; padding: 0 1.5rem; }
.step__num { width: 52px; height: 52px; border-radius: 50%; background: var(--prune-tint); border: 1.5px solid rgba(113,62,92,0.25); color: var(--prune); font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.step h3 { margin-bottom: 0.5rem; }
.step p { color: var(--prune-dark); font-size: 0.9rem; opacity: 0.8; }
.step__arrow { font-size: 1.5rem; color: var(--prune); opacity: 0.35; padding-top: 1rem; flex-shrink: 0; }

/* LOCAȚII / PRICING */
.pricing { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--alb); }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; }
.pricing__card { border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; background: var(--alb); }
.pricing__card--featured { border-color: var(--prune); box-shadow: 0 0 0 1px var(--prune), var(--shadow); position: relative; }
.pricing__badge { display: inline-block; background: var(--prune); color: #fff; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.75rem; border-radius: 999px; margin-bottom: 0.75rem; font-family: var(--font-body); }
.pricing__tier { font-family: var(--font-head); font-weight: 600; font-size: 1.5rem; margin-bottom: 0.4rem; letter-spacing: -0.01em; }
.pricing__price { font-family: var(--font-body); font-size: 0.85rem; font-weight: 400; margin-bottom: 1.5rem; color: var(--muted); }
.pricing__list { list-style: none; margin-bottom: 1.75rem; display: flex; flex-direction: column; gap: 0.65rem; }
.pricing__list li { font-size: 0.9rem; color: var(--muted); padding-left: 1.4rem; position: relative; }
.pricing__list li::before { content: '✓'; position: absolute; left: 0; color: var(--prune); font-weight: 500; }

/* LOCAȚII */
.locations { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--alb); }
.locations__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
.location-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.location-card__img { aspect-ratio: 16/10; overflow: hidden; }
.location-card__img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.location-card__body { background: var(--off-white); padding: 1.75rem; }
.location-card__title { font-family: var(--font-head); font-weight: 600; font-size: 1.5rem; margin-bottom: 0.6rem; }
.location-card__addr { color: var(--text); font-size: 0.9rem; line-height: 1.6; margin-bottom: 0.4rem; }
.location-card__note { color: var(--muted); font-size: 0.875rem; line-height: 1.6; margin-bottom: 1.5rem; }
.location-card__btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.locations__hours { background: var(--prune-tint); border-radius: var(--radius); padding: 1.5rem; text-align: center; font-size: 0.95rem; color: var(--prune); font-weight: 500; line-height: 1.6; }

/* CTA SECTION */
.cta-section { padding: 88px 0; background: var(--prune-dark); color: #fff; text-align: center; }
.cta-section__inner { max-width: 640px; margin: 0 auto; }
.cta-section h2 { color: #fff; margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-size: 1.05rem; }
.cta-section__btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.btn--cta-white { background: #fff; color: var(--prune); border: 1px solid #fff; font-size: 1.05rem; padding: 1rem 2.25rem; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.btn--cta-white:hover { background: var(--off-white); transform: translateY(-2px); }
.btn--cta-outline { background: transparent; border: 1px solid rgba(255,255,255,0.8); color: #fff; font-size: 1.05rem; padding: 1rem 2.25rem; }
.btn--cta-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); }

/* FOOTER */
.footer { background: #2A1F26; color: rgba(255,255,255,0.7); padding: 4rem 0 0; }
.footer__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__logo-main { font-family: var(--font-head); font-weight: 600; font-size: 1.4rem; letter-spacing: 0.15em; color: #fff; text-transform: uppercase; line-height: 1; margin-bottom: 0.3rem; }
.footer__logo-sub { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 1rem; font-family: var(--font-body); }
.footer__tagline { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.65; }
.footer__col-title { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1rem; font-family: var(--font-body); }
.footer__col-list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer__col-list li { font-size: 0.875rem; color: rgba(255,255,255,0.7); }
.footer__col-list a { color: rgba(255,255,255,0.7); transition: color 0.15s; }
.footer__col-list a:hover { color: #fff; }
.footer__social { display: flex; gap: 0.75rem; align-items: center; }
.footer__social a { color: rgba(255,255,255,0.6); transition: color 0.15s; display: flex; }
.footer__social a:hover { color: #fff; }
.footer__bottom { padding: 1.5rem 0; text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.3); }

/* TESTIMONIALS */
.testimonials { padding: 5rem 0; background: var(--prune-tint); }
.testimonials__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card { background: var(--alb); border-radius: 16px; padding: 32px; border: 1px solid var(--border); display: flex; flex-direction: column; }
.testimonial-card__stars { display: flex; gap: 4px; margin-bottom: 1.25rem; }
.testimonial-card__quote { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; line-height: 1.7; color: var(--text); flex: 1; }
.testimonial-card__divider { height: 1px; background: var(--border); margin: 1.5rem 0 1rem; }
.testimonial-card__name { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.3; }
.testimonial-card__location { font-family: var(--font-body); font-size: 13px; color: var(--muted); margin-top: 2px; }
.testimonials__stat { text-align: center; margin-top: 2.5rem; font-family: var(--font-body); font-size: 0.875rem; color: var(--muted); letter-spacing: 0.04em; }

@media (max-width: 900px) {
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .footer__cols { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .testimonials__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 1rem; padding-bottom: 1rem; scrollbar-width: none; }
  .testimonials__track::-webkit-scrollbar { display: none; }
  .testimonial-card { min-width: 78vw; scroll-snap-align: start; }
}
@media (max-width: 768px) {
  .testimonial-card { min-width: 85vw; }
  .locations__grid { grid-template-columns: 1fr; }
  .hero { min-height: 80vh; }
  .hero::before { background: linear-gradient(to bottom, rgba(113,62,92,0.65) 0%, rgba(113,62,92,0.25) 100%); }
  .nav__links { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--prune); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; z-index: 99; padding: 0; }
  .nav__links.is-open { display: flex; }
  .nav__links a { font-size: 1.5rem; color: #fff !important; font-weight: 500; letter-spacing: 0.02em; }
  .nav__links a:hover { color: rgba(255,255,255,0.7) !important; }
  .nav__actions { display: none; }
  .nav__toggle { display: block; }
  .nav__inner { position: relative; }
  .features__grid { grid-template-columns: 1fr; }
  .split__inner { grid-template-columns: 1fr; gap: 2rem; }
  .steps { flex-direction: column; align-items: center; }
  .step__arrow { transform: rotate(90deg); padding: 0; }
  .footer__cols { grid-template-columns: 1fr; gap: 2rem; }
}

/* FAQ */
.faq { background: var(--alb); padding: 5rem 0; }
.faq__inner { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.faq__title { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.5rem); color: var(--text); text-align: center; margin-bottom: 2.5rem; }
.faq__list { border-top: 1px solid var(--border); }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 20px 0; text-align: left;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  color: var(--text); line-height: 1.4;
}
.faq__question:hover { color: var(--brand); }
.faq__icon {
  flex-shrink: 0; font-size: 1.25rem; font-weight: 400; color: var(--brand);
  transition: transform 0.25s ease;
  line-height: 1;
}
.faq__question[aria-expanded="true"] .faq__icon { transform: rotate(45deg); }
.faq__answer {
  overflow: hidden; max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.faq__answer p {
  color: var(--muted); line-height: 1.7; font-size: 0.95rem;
  padding-bottom: 20px; margin: 0;
}
.faq__item.is-open .faq__answer { max-height: 300px; }

/* WHATSAPP FLOAT */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: var(--prune); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(113,62,92,0.4); z-index: 9999; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(113,62,92,0.5); }
