/* ==========================================================================
   Olimpia Tănăsescu Beauty – stil site public (dark / futurist)
   ========================================================================== */
:root {
  --bg: #070811;
  --bg-2: #0d0f1c;
  --bg-3: #131630;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-2: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.1);
  --line-2: rgba(255, 255, 255, 0.18);
  --text: #eef0f8;
  --muted: #9aa0b8;
  --muted-2: #6e7493;
  --accent: #ff4fb0;
  --accent-2: #7c5cff;
  --accent-3: #37e6ff;
  --gold: #f5c6a5;
  --ok: #3ddc97;
  --warn: #ffb547;
  --danger: #ff5c7a;
  --grad: linear-gradient(135deg, #ff4fb0 0%, #7c5cff 55%, #37e6ff 100%);
  --grad-soft: linear-gradient(135deg, rgba(255, 79, 176, 0.25), rgba(124, 92, 255, 0.25) 55%, rgba(55, 230, 255, 0.25));
  --radius: 20px;
  --radius-sm: 12px;
  --font-display: 'Syne', 'Manrope', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --glow: 0 0 0 1px rgba(255, 79, 176, 0.35), 0 10px 40px rgba(255, 79, 176, 0.25), 0 0 80px rgba(124, 92, 255, 0.2);
  --container: 1200px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: rgba(255, 79, 176, 0.4); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }

.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(4rem, 9vw, 7.5rem) 0; position: relative; }
.section__head { max-width: 720px; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section__head h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 800; margin: 0.6rem 0 1rem; }
.section__head h2 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section__head p { color: var(--muted); font-size: 1.05rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; color: var(--accent-3);
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--accent-3); box-shadow: 0 0 12px var(--accent-3); }

/* ---------- Fundal animat ---------- */
.bg-orbs { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.55; animation: drift 22s ease-in-out infinite alternate; }
.orb.o1 { width: 60vw; height: 60vw; left: -18vw; top: -20vw; background: radial-gradient(circle, #ff4fb0 0%, transparent 65%); }
.orb.o2 { width: 55vw; height: 55vw; right: -20vw; top: 15vh; background: radial-gradient(circle, #7c5cff 0%, transparent 65%); animation-delay: -8s; }
.orb.o3 { width: 45vw; height: 45vw; left: 25vw; bottom: -25vw; background: radial-gradient(circle, #37e6ff 0%, transparent 65%); animation-delay: -15s; opacity: 0.35; }
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(6vw, 8vh, 0) scale(1.15); } }
.bg-grid {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 75%);
}
.cursor-glow {
  position: fixed; z-index: 0; width: 520px; height: 520px; border-radius: 50%; pointer-events: none;
  left: 0; top: 0; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(124, 92, 255, 0.16) 0%, rgba(255, 79, 176, 0.06) 40%, transparent 70%);
  transition: opacity 0.3s; opacity: 0;
}
@media (hover: hover) { .cursor-glow { opacity: 1; } }

/* ---------- Butoane, chip-uri ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.8rem 1.45rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em; line-height: 1;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s, background 0.25s, border-color 0.25s, opacity 0.2s;
  position: relative; white-space: nowrap;
}
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 8px 30px rgba(255, 79, 176, 0.3); }
.btn--primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(124, 92, 255, 0.45); }
.btn--ghost { background: var(--surface); border-color: var(--line-2); backdrop-filter: blur(10px); }
.btn--ghost:hover:not(:disabled) { background: var(--surface-2); border-color: rgba(255, 255, 255, 0.35); transform: translateY(-2px); }
.btn--lg { padding: 1rem 1.9rem; font-size: 1.02rem; }
.btn--sm { padding: 0.55rem 1rem; font-size: 0.85rem; }
.btn--block { width: 100%; }
.chip {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.9rem; border-radius: 999px;
  border: 1px solid var(--line-2); background: var(--surface); font-size: 0.82rem; font-weight: 600; backdrop-filter: blur(8px);
}
.chip--glow { box-shadow: 0 0 30px rgba(255, 79, 176, 0.15); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 12px var(--ok); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.6; } }

/* ---------- Navigare ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 1rem 0; transition: padding 0.3s, background 0.3s, border-color 0.3s; border-bottom: 1px solid transparent; }
.nav.is-scrolled { padding: 0.6rem 0; background: rgba(7, 8, 17, 0.7); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-color: var(--line); }
.nav__inner { display: flex; align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 0.75rem; font-family: var(--font-display); font-weight: 800; letter-spacing: 0.02em; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-size: 0.9rem; color: #fff;
  background: var(--grad); box-shadow: 0 6px 20px rgba(255, 79, 176, 0.35); overflow: hidden;
}
.brand__mark img { width: 100%; height: 100%; object-fit: cover; }
.brand__name { font-size: 1.02rem; }
.nav__links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav__links a { font-weight: 600; font-size: 0.92rem; color: var(--muted); transition: color 0.2s; position: relative; }
.nav__links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--grad); transition: right 0.3s; border-radius: 2px; }
.nav__links a:hover, .nav__links a.is-active { color: var(--text); }
.nav__links a:hover::after, .nav__links a.is-active::after { right: 0; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 0.5rem; margin-left: auto; }
.nav__burger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { min-height: 100svh; display: flex; align-items: center; padding: 7rem 0 4rem; position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.hero__title { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 800; margin: 1.4rem 0 1.2rem; letter-spacing: -0.02em; }
.hero__title .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { font-size: clamp(1rem, 1.5vw, 1.2rem); color: var(--muted); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero__stats { list-style: none; padding: 0; margin: 2.8rem 0 0; display: flex; gap: 2.2rem; flex-wrap: wrap; }
.hero__stats li { display: flex; flex-direction: column; gap: 0.1rem; }
.hero__stats strong { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__stats span { color: var(--muted); font-size: 0.85rem; }
.hero__visual { position: relative; }
.holo { position: relative; aspect-ratio: 4 / 5; max-width: 480px; margin-inline: auto; }
.holo__img {
  position: absolute; inset: 0; border-radius: 36px; overflow: hidden; background: var(--bg-2);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.holo__img::before {
  content: ''; position: absolute; inset: -2px; border-radius: 38px; padding: 2px;
  background: conic-gradient(from var(--angle, 0deg), #ff4fb0, #7c5cff, #37e6ff, #ff4fb0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; z-index: 2; opacity: 0.9;
  animation: spin-border 8s linear infinite;
}
@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes spin-border { to { --angle: 360deg; } }
.holo__img img { width: 100%; height: 100%; object-fit: cover; }
.holo__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7, 8, 17, 0.75)); }
.holo__ring { position: absolute; inset: -12%; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, 0.15); animation: rotate 40s linear infinite; pointer-events: none; }
@keyframes rotate { to { transform: rotate(360deg); } }
.holo__card {
  position: absolute; z-index: 3; padding: 0.85rem 1.1rem; border-radius: 16px; background: rgba(13, 15, 28, 0.75);
  border: 1px solid var(--line-2); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.15rem; min-width: 170px; animation: float 6s ease-in-out infinite;
}
.holo__card span { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; }
.holo__card strong { font-family: var(--font-display); font-size: 1.05rem; }
.holo__card--1 { left: -8%; bottom: 18%; }
.holo__card--2 { right: -8%; top: 14%; animation-delay: -3s; }
.holo__card--2 strong { color: var(--accent-3); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.scroll-hint { position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid var(--line-2); border-radius: 14px; }
.scroll-hint span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--accent-3); animation: scrollhint 1.8s infinite; }
@keyframes scrollhint { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(16px); opacity: 0; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0.9rem 0; background: rgba(255, 255, 255, 0.02); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee__track { display: flex; gap: 3rem; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track span { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 3rem; white-space: nowrap; }
.marquee__track span::after { content: '✦'; color: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Carduri generale ---------- */
.card {
  position: relative; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; opacity: 0; transition: opacity 0.3s;
  background: var(--grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card:hover::before { opacity: 0.8; }

/* ---------- Servicii ---------- */
.tabs { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.tab { padding: 0.55rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-weight: 600; font-size: 0.88rem; color: var(--muted); transition: all 0.25s; }
.tab:hover { color: var(--text); border-color: var(--line-2); }
.tab.is-active { color: #fff; background: var(--grad); border-color: transparent; box-shadow: 0 6px 20px rgba(124, 92, 255, 0.35); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.1rem; }
.service { padding: 1.4rem; display: flex; flex-direction: column; gap: 0.7rem; min-height: 200px; overflow: hidden; }
.service__img { position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity 0.4s; }
.service__img img { width: 100%; height: 100%; object-fit: cover; }
.service__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 8, 17, 0.35), rgba(7, 8, 17, 0.92)); }
.service.has-img:hover .service__img { opacity: 1; }
.service > * { position: relative; z-index: 1; }
.service__cat { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent-3); font-weight: 700; }
.service h3 { font-size: 1.2rem; font-weight: 700; }
.service p { color: var(--muted); font-size: 0.92rem; flex: 1; }
.service__meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.4rem; }
.service__price { font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; }
.service__price small { font-size: 0.7em; color: var(--muted); font-weight: 600; }
.service__dur { color: var(--muted); font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.35rem; }
.service__dur svg { width: 14px; height: 14px; }

/* ---------- Echipa ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.3rem; }
.member { overflow: hidden; padding: 0; }
.member__photo { aspect-ratio: 4 / 5; overflow: hidden; position: relative; background: var(--bg-2); }
.member__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
.member:hover .member__photo img { transform: scale(1.06); }
.member__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7, 8, 17, 0.95)); }
.member__body { padding: 1.2rem 1.3rem 1.4rem; margin-top: -3.2rem; position: relative; z-index: 1; }
.member__name { font-size: 1.25rem; font-weight: 700; }
.member__title { color: var(--accent-3); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.15rem; }
.member__bio { color: var(--muted); font-size: 0.9rem; margin: 0.7rem 0 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.member__color { position: absolute; top: 1rem; left: 1rem; width: 12px; height: 12px; border-radius: 50%; box-shadow: 0 0 14px currentColor; z-index: 2; }

/* ---------- Despre ---------- */
.about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: center; }
.about__visual { position: relative; }
.about__visual img { border-radius: 30px; aspect-ratio: 4 / 4.6; object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.about__visual::after { content: ''; position: absolute; inset: 12% -6% -6% 12%; border-radius: 30px; background: var(--grad-soft); z-index: -1; filter: blur(2px); }
.about__content h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin: 0.6rem 0 1rem; }
.about__content > p { color: var(--muted); font-size: 1.05rem; }
.checks { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: 0.75rem; }
.checks li { display: flex; align-items: flex-start; gap: 0.75rem; font-weight: 500; }
.checks li::before { content: '✓'; flex: none; width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; background: var(--grad); font-size: 0.8rem; font-weight: 800; color: #fff; }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 0.9rem; }
.gallery__item { position: relative; border-radius: 18px; overflow: hidden; background: var(--bg-2); cursor: zoom-in; border: 1px solid var(--line); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s; }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item:nth-child(1), .gallery__item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(4, 5, 12, 0.92); display: none; place-items: center; padding: 2rem; backdrop-filter: blur(10px); }
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 88vh; max-width: 100%; border-radius: 16px; box-shadow: var(--shadow); }
.lightbox__close { position: absolute; top: 1.2rem; right: 1.4rem; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--surface); font-size: 1.5rem; }

/* ---------- Programare ---------- */
.section--booking::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(124, 92, 255, 0.14), transparent 60%); pointer-events: none; }
.booking {
  scroll-margin-top: 90px;
  display: grid; grid-template-columns: 270px 1fr; border-radius: 28px; overflow: hidden;
  background: rgba(13, 15, 28, 0.7); border: 1px solid var(--line-2); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow), 0 0 120px rgba(124, 92, 255, 0.12);
}
.booking__side, .booking__main, .datetime > *, .hero__grid > *, .about > *, .contact > * { min-width: 0; }
.booking__side { padding: 1.8rem 1.5rem; border-right: 1px solid var(--line); background: rgba(255, 255, 255, 0.02); }
.booking__main { padding: 1.8rem clamp(1.2rem, 3vw, 2.4rem); min-height: 520px; }
.steps { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 0.3rem; }
.steps li { display: flex; align-items: center; gap: 0.8rem; padding: 0.55rem 0.6rem; border-radius: 12px; color: var(--muted-2); font-weight: 600; font-size: 0.92rem; transition: all 0.25s; }
.steps li b { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); font-size: 0.8rem; font-family: var(--font-display); transition: all 0.25s; }
.steps li.is-active { color: var(--text); background: var(--surface); }
.steps li.is-active b { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 0 18px rgba(255, 79, 176, 0.5); }
.steps li.is-done { color: var(--muted); }
.steps li.is-done b { background: rgba(61, 220, 151, 0.15); border-color: var(--ok); color: var(--ok); }
.steps li.is-done b::before { content: '✓'; }
.steps li.is-done b span { display: none; }
.steps li.is-clickable { cursor: pointer; }
.summary { display: grid; gap: 0.7rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.summary__row { display: flex; flex-direction: column; gap: 0.1rem; }
.summary__row span { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-2); font-weight: 700; }
.summary__row strong { font-weight: 600; font-size: 0.95rem; }
.summary__row strong.is-empty { color: var(--muted-2); font-weight: 500; }
.summary__total { margin-top: 0.4rem; padding-top: 0.8rem; border-top: 1px dashed var(--line-2); display: flex; justify-content: space-between; align-items: baseline; }
.summary__total strong { font-family: var(--font-display); font-size: 1.3rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.step-title { font-size: 1.45rem; font-weight: 800; }
.step-sub { color: var(--muted); margin: 0.3rem 0 1.4rem; font-size: 0.95rem; }
.step-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--line); flex-wrap: wrap; }

.opt-group { margin-bottom: 1.4rem; }
.opt-group__title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent-3); font-weight: 700; margin-bottom: 0.7rem; }
.opt-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0.7rem; }
.opt {
  text-align: left; padding: 0.95rem 1.05rem; border-radius: 14px; border: 1px solid var(--line); background: var(--surface);
  display: flex; flex-direction: column; gap: 0.25rem; transition: all 0.22s; position: relative;
}
.opt:hover { border-color: var(--line-2); background: var(--surface-2); transform: translateY(-2px); }
.opt.is-selected { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 10px 30px rgba(255, 79, 176, 0.18); background: rgba(255, 79, 176, 0.06); }
.opt.is-selected::after { content: '✓'; position: absolute; top: 0.7rem; right: 0.8rem; width: 22px; height: 22px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 0.7rem; font-weight: 800; }
.opt__name { font-weight: 700; font-size: 0.98rem; padding-right: 1.6rem; }
.opt__meta { color: var(--muted); font-size: 0.82rem; display: flex; gap: 0.8rem; }
.opt__meta b { color: var(--text); }
.opt--staff { flex-direction: row; align-items: center; gap: 0.9rem; }
.opt--staff .avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex: none; border: 2px solid var(--line-2); background: var(--bg-2); }
.opt--staff .avatar img { width: 100%; height: 100%; object-fit: cover; }
.opt--staff .avatar.any { display: grid; place-items: center; background: var(--grad); font-weight: 800; font-family: var(--font-display); color: #fff; }
.opt--staff .opt__name { padding: 0; }

/* Calendar */
.datetime { display: grid; grid-template-columns: minmax(300px, 380px) 1fr; gap: 1.6rem; }
.cal { border-radius: 18px; border: 1px solid var(--line); background: var(--surface); padding: 1rem; }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8rem; }
.cal__title { font-family: var(--font-display); font-weight: 700; text-transform: capitalize; }
.cal__nav { width: 34px; height: 34px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); display: grid; place-items: center; transition: all 0.2s; }
.cal__nav:hover:not(:disabled) { background: var(--surface-2); border-color: var(--line-2); }
.cal__nav:disabled { opacity: 0.3; cursor: not-allowed; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__wd { text-align: center; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-2); font-weight: 700; padding: 0.3rem 0 0.5rem; }
.day {
  aspect-ratio: 1; border-radius: 10px; border: 1px solid transparent; background: transparent; font-weight: 600; font-size: 0.9rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; position: relative; transition: all 0.2s; color: var(--text);
}
.day i { width: 5px; height: 5px; border-radius: 50%; }
.day--open { background: rgba(61, 220, 151, 0.08); border-color: rgba(61, 220, 151, 0.25); }
.day--open i { background: var(--ok); box-shadow: 0 0 8px var(--ok); }
.day--open:hover { background: rgba(61, 220, 151, 0.2); transform: scale(1.06); }
.day--full { background: rgba(255, 92, 122, 0.08); border-color: rgba(255, 92, 122, 0.2); color: var(--muted); cursor: not-allowed; }
.day--full i { background: var(--danger); }
.day--closed, .day--past, .day--unavailable, .day--empty { color: var(--muted-2); cursor: default; opacity: 0.55; }
.day--closed { text-decoration: line-through; }
.day.is-selected { background: var(--grad) !important; border-color: transparent; color: #fff; box-shadow: 0 8px 24px rgba(124, 92, 255, 0.4); transform: scale(1.06); }
.day.is-selected i { background: #fff; }
.day.is-today::after { content: ''; position: absolute; top: 4px; right: 4px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent-3); }
.legend { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 0.9rem; font-size: 0.75rem; color: var(--muted); }
.legend span { display: inline-flex; align-items: center; gap: 0.35rem; }
.legend i { width: 8px; height: 8px; border-radius: 50%; }
.legend .l-open { background: var(--ok); }
.legend .l-full { background: var(--danger); }
.legend .l-closed { background: var(--muted-2); }

.slots__title { font-weight: 700; margin-bottom: 0.2rem; text-transform: capitalize; }
.slots__sub { color: var(--muted); font-size: 0.85rem; margin-bottom: 1rem; }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(86px, 1fr)); gap: 0.55rem; }
.slot { padding: 0.65rem 0.4rem; border-radius: 10px; border: 1px solid rgba(61, 220, 151, 0.3); background: rgba(61, 220, 151, 0.08); font-weight: 700; font-size: 0.9rem; font-variant-numeric: tabular-nums; transition: all 0.2s; }
.slot:hover:not(:disabled) { background: rgba(61, 220, 151, 0.22); transform: translateY(-2px); }
.slot.is-selected { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 8px 20px rgba(255, 79, 176, 0.35); }
.slot--busy { border-color: rgba(255, 92, 122, 0.25); background: rgba(255, 92, 122, 0.06); color: var(--muted-2); text-decoration: line-through; cursor: not-allowed; }
.slot--past, .slot--break, .slot--off { border-color: var(--line); background: transparent; color: var(--muted-2); cursor: not-allowed; opacity: 0.6; }
.slots-empty { padding: 2rem 1rem; border: 1px dashed var(--line-2); border-radius: 14px; text-align: center; color: var(--muted); }

/* Formular */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.85rem 1rem; border-radius: 12px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, 0.04); color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; outline: none;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255, 79, 176, 0.2); background: rgba(255, 255, 255, 0.06); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field textarea { min-height: 96px; resize: vertical; }
.field .err { color: var(--danger); font-size: 0.8rem; display: none; }
.field.is-invalid input { border-color: var(--danger); }
.field.is-invalid .err { display: block; }
.check { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.88rem; color: var(--muted); cursor: pointer; }
.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); flex: none; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* Confirmare */
.confirm { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.confirm__box { padding: 1.1rem 1.2rem; border-radius: 16px; border: 1px solid var(--line); background: var(--surface); }
.confirm__box h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent-3); margin-bottom: 0.7rem; }
.confirm__box dl { margin: 0; display: grid; gap: 0.45rem; }
.confirm__box dt { font-size: 0.75rem; color: var(--muted-2); }
.confirm__box dd { margin: 0; font-weight: 600; }
.notice { display: flex; gap: 0.8rem; padding: 1rem 1.1rem; border-radius: 14px; background: rgba(124, 92, 255, 0.1); border: 1px solid rgba(124, 92, 255, 0.35); font-size: 0.9rem; color: var(--text); margin-top: 1rem; }
.notice--pay { background: rgba(55, 230, 255, 0.08); border-color: rgba(55, 230, 255, 0.3); }
.notice svg { width: 20px; height: 20px; flex: none; color: var(--accent-3); margin-top: 2px; }
.alert { padding: 0.9rem 1.1rem; border-radius: 12px; background: rgba(255, 92, 122, 0.1); border: 1px solid rgba(255, 92, 122, 0.4); color: #ffd1da; font-size: 0.9rem; margin-top: 1rem; }

.success { text-align: center; padding: 1rem 0; }
.success__icon { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 1.2rem; background: var(--grad); display: grid; place-items: center; box-shadow: 0 0 60px rgba(255, 79, 176, 0.5); animation: pop 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
.success__icon svg { width: 40px; height: 40px; color: #fff; }
@keyframes pop { from { transform: scale(0.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.success h3 { font-size: 1.8rem; font-weight: 800; }
.success p { color: var(--muted); margin-top: 0.5rem; }
.code { display: inline-block; margin: 1.2rem 0; padding: 0.7rem 1.4rem; border-radius: 12px; border: 1px dashed var(--accent-3); font-family: var(--font-display); font-size: 1.6rem; letter-spacing: 0.3em; font-weight: 800; color: var(--accent-3); }
.success__actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 0.5rem; }

.loader { display: grid; place-items: center; padding: 3rem; color: var(--muted); gap: 1rem; }
.spinner { width: 34px; height: 34px; border-radius: 50%; border: 3px solid var(--line-2); border-top-color: var(--accent); animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.contact__cards { display: grid; gap: 0.9rem; margin-top: 1.6rem; }
.ccard { display: flex; gap: 1rem; padding: 1.1rem 1.2rem; align-items: flex-start; }
.ccard:hover { transform: none; }
.ccard__icon { width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--line-2); }
.ccard__icon svg { width: 20px; height: 20px; color: var(--accent-3); }
.ccard h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-2); margin-bottom: 0.2rem; }
.ccard p { font-weight: 600; white-space: pre-line; }
.ccard a:hover { color: var(--accent-3); }
.socials { display: flex; gap: 0.7rem; margin-top: 1.4rem; flex-wrap: wrap; }
.social { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1rem; border-radius: 999px; border: 1px solid var(--line-2); background: var(--surface); font-weight: 600; font-size: 0.88rem; transition: all 0.25s; }
.social:hover { border-color: var(--accent); box-shadow: 0 0 20px rgba(255, 79, 176, 0.25); transform: translateY(-2px); }
.social svg { width: 18px; height: 18px; }
.contact__map { border-radius: 24px; overflow: hidden; min-height: 420px; border: 1px solid var(--line-2); background: var(--surface); position: sticky; top: 100px; }
.contact__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(0.4) invert(0.92) hue-rotate(180deg) contrast(0.9); }
.contact__map .map-open { position: absolute; left: 1rem; bottom: 1rem; background: rgba(13, 15, 28, 0.85); }
.map-placeholder { height: 100%; min-height: 420px; display: grid; place-items: center; text-align: center; padding: 2rem; color: var(--muted); background: var(--grad-soft); }
.map-placeholder strong { display: block; font-family: var(--font-display); font-size: 1.3rem; color: var(--text); margin-bottom: 0.4rem; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 3rem 0 2rem; background: rgba(0, 0, 0, 0.25); }
.footer__grid { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; align-items: center; }
.footer p { color: var(--muted); font-size: 0.85rem; }
.footer__links { display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: 0.88rem; color: var(--muted); }
.footer__links a:hover { color: var(--text); }
.footer__bottom { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; color: var(--muted-2); }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 1.5rem; transform: translate(-50%, 20px); z-index: 200; padding: 0.85rem 1.3rem; border-radius: 12px; background: #161a33; border: 1px solid var(--line-2); box-shadow: var(--shadow); opacity: 0; transition: all 0.3s; pointer-events: none; font-weight: 600; font-size: 0.92rem; max-width: min(92vw, 480px); text-align: center; }
.toast.is-show { opacity: 1; transform: translate(-50%, 0); }
.toast--error { border-color: var(--danger); }
.toast--ok { border-color: var(--ok); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay='1'] { transition-delay: 0.1s; }
.reveal[data-delay='2'] { transition-delay: 0.2s; }
.reveal[data-delay='3'] { transition-delay: 0.3s; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery__item:nth-child(6) { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero__visual { order: -1; }
  .holo { max-width: 360px; aspect-ratio: 1; }
  .holo__card--1 { left: -2%; bottom: 8%; }
  .holo__card--2 { right: -2%; top: 6%; }
  .about, .contact { grid-template-columns: 1fr; }
  .contact__map { position: static; }
  .booking { grid-template-columns: 1fr; }
  .booking__side { border-right: 0; border-bottom: 1px solid var(--line); padding: 1.2rem 1.2rem 1rem; }
  .steps { display: flex; gap: 0.4rem; overflow-x: auto; margin-bottom: 1rem; padding-bottom: 0.2rem; }
  .steps li { flex: none; padding: 0.45rem 0.7rem; }
  .steps li span { display: none; }
  .steps li.is-active span { display: inline; }
  .summary { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; padding-top: 0.8rem; }
  .summary__total { width: 100%; margin: 0; padding-top: 0.6rem; }
  .datetime { grid-template-columns: 1fr; }
  .cal { max-width: 420px; }
}
@media (max-width: 720px) {
  .nav__links { position: fixed; inset: 0 0 auto 0; top: 64px; flex-direction: column; gap: 0; background: rgba(7, 8, 17, 0.96); backdrop-filter: blur(20px); padding: 1rem 1.5rem 1.5rem; border-bottom: 1px solid var(--line); display: none; }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav__links a::after { display: none; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__inner { gap: 1rem; }
  .brand__mark { flex: none; width: 38px; height: 38px; }
  .brand__name { font-size: 0.88rem; line-height: 1.15; }
  .hero { padding-top: 6rem; }
  .hero__stats { gap: 1.4rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery__item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .form-grid, .confirm { grid-template-columns: 1fr; }
  .booking__main { padding: 1.3rem 1rem; min-height: 0; }
  .step-nav .btn { flex: 1; }
  .holo__card { min-width: 140px; padding: 0.7rem 0.85rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
