/* ==========================================================================
   Conta Fiscal — site de prezentare · concept „Product teaser"
   Alb curat, aurora roz-bordo, mock de dashboard cu tilt, marquee bordo,
   bento cu mini-scene. Space Grotesk + Manrope + IBM Plex Mono.
   ========================================================================== */

/* ---------- Fonturi (self-hosted) ---------- */
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/grotesk-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/grotesk-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
/* ---------- Tokens ---------- */
:root {
  --bg: #FFFFFF;
  --bg-soft: #FAF7F5;
  --ink: #1D1917;
  --muted: #6E655E;
  --line: #ECE6E0;
  --line-strong: #DDD4CC;

  --bordo: #9C3342;
  --bordo-dark: #7E2836;
  --rose: #E8798B;
  --peach: #F6C39A;
  --blush: #F7D9DE;
  --ok: #2E7D4F;
  --ok-soft: #E3F2E9;
  --err: #B3364B;

  --display: "Space Grotesk", system-ui, sans-serif;
  --sans: "Manrope", system-ui, sans-serif;
  --label: "Space Grotesk", system-ui, sans-serif;

  --w: 1200px;
  --r: 20px;
  --shadow-sm: 0 1px 2px rgba(29, 25, 23, .05), 0 4px 12px rgba(29, 25, 23, .05);
  --shadow-md: 0 2px 4px rgba(29, 25, 23, .05), 0 16px 40px rgba(29, 25, 23, .1);
  --shadow-lg: 0 24px 80px -12px rgba(29, 25, 23, .28);
}

/* ---------- Bază ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--bordo); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--bordo-dark); }
:focus-visible { outline: 2px solid var(--bordo); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--blush); }

/* ---------- Topbar ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(255, 255, 255, .72);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  max-width: var(--w); margin: 0 auto;
  padding: .8rem 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--ink); }
.brand-quill { width: 17px; height: 27px; color: var(--bordo); }
.brand-word {
  font-family: var(--display); font-weight: 500; font-size: 1.3rem;
  letter-spacing: -.01em; color: var(--ink);
}
.brand-word em { font-style: normal; color: var(--bordo); }

/* ---------- Butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border: 0; cursor: pointer;
  font-family: var(--sans); font-weight: 600; font-size: .98rem;
  padding: .95rem 1.6rem; border-radius: 999px;
  text-decoration: none; line-height: 1.2;
  transition: transform .2s, box-shadow .25s, background .2s, border-color .2s, color .2s;
}
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  background: linear-gradient(135deg, #B24052, var(--bordo-dark));
  color: #FFF;
  box-shadow: 0 8px 24px rgba(156, 51, 66, .35), inset 0 1px 0 rgba(255, 255, 255, .2);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(156, 51, 66, .45), inset 0 1px 0 rgba(255, 255, 255, .2);
  color: #FFF;
}
.btn-primary:active { transform: none; }
.btn-ghost {
  background: #FFF; color: var(--ink);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { border-color: var(--bordo); color: var(--bordo); transform: translateY(-2px); }
.btn-sm { padding: .55rem 1.15rem; font-size: .9rem; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 9.5rem 2rem 0; text-align: center; }
.hero-inner { max-width: 60rem; margin: 0 auto; position: relative; z-index: 2; }
.badge {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--label); font-size: .76rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px;
  padding: .45rem 1rem;
  background: #FFF;
  box-shadow: var(--shadow-sm);
  margin-bottom: 2rem;
}
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--bordo);
  box-shadow: 0 0 0 3px rgba(156, 51, 66, .15);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.hero-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.5rem, 5.6vw, 4.4rem);
  line-height: 1.04; letter-spacing: -.03em;
  max-width: 20ch; margin: 0 auto 1.6rem;
}
.hero-title .grad {
  display: block;
  line-height: 1.32;
  background: linear-gradient(100deg, var(--bordo) 10%, var(--rose) 50%, var(--bordo) 90%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-sub { font-size: 1.14rem; color: var(--muted); max-width: 42rem; margin: 0 auto 1.6rem; }
.pillars {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
  margin: 0 auto 2.2rem;
}
.pillars li {
  font-family: var(--label); font-weight: 500; font-size: .82rem;
  letter-spacing: .06em;
  color: var(--bordo); background: rgba(247, 217, 222, .55);
  border: 1px solid rgba(156, 51, 66, .18);
  border-radius: 999px; padding: .35rem 1rem;
}
.hero-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Scena cu mock ---------- */
.stage { position: relative; max-width: 1060px; margin: 4.5rem auto 0; padding: 0 2rem; }
.aurora { position: absolute; inset: -14% -6% -10%; z-index: 0; pointer-events: none; }
.aur {
  position: absolute; border-radius: 50%;
  filter: blur(70px); opacity: .55;
}
.aur-a { width: 46%; height: 70%; left: 4%; top: 6%; background: var(--rose); }
.aur-b { width: 40%; height: 62%; right: 4%; top: 0; background: var(--peach); opacity: .5; }
.aur-c { width: 34%; height: 55%; left: 34%; bottom: -6%; background: var(--bordo); opacity: .3; }
@media (prefers-reduced-motion: no-preference) {
  .aur-a { animation: drift-a 14s ease-in-out infinite; }
  .aur-b { animation: drift-b 17s ease-in-out infinite; }
  .aur-c { animation: drift-c 20s ease-in-out infinite; }
}
@keyframes drift-a { 50% { transform: translate(5%, 8%) scale(1.07); } }
@keyframes drift-b { 50% { transform: translate(-6%, 5%) scale(.95); } }
@keyframes drift-c { 50% { transform: translate(4%, -7%) scale(1.05); } }

.mock-wrap { position: relative; z-index: 1; perspective: 1400px; }
.mock {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotateX(6deg);
  transform-style: preserve-3d;
  transition: transform .3s ease-out;
  will-change: transform;
}
.mock-bar {
  display: flex; align-items: center; gap: 1rem;
  padding: .7rem 1.1rem;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.dots { display: flex; gap: 6px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); }
.dots i:first-child { background: #E8A9B2; }
.mock-url {
  flex: 1; max-width: 300px; margin: 0 auto;
  font-family: var(--label); font-size: .74rem; color: var(--muted);
  background: #FFF; border: 1px solid var(--line); border-radius: 8px;
  padding: .25rem 1rem; text-align: center;
}
.mock-user {
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bordo); color: #FFF;
  font-family: var(--display); font-weight: 500; font-size: .78rem;
}
.mock-body { display: grid; grid-template-columns: 190px 1fr; text-align: left; }
.mock-side { border-right: 1px solid var(--line); padding: 1rem .8rem; background: var(--bg-soft); }
.ms-brand { display: flex; align-items: center; gap: .4rem; padding: 0 .5rem .9rem; }
.ms-brand svg { width: 12px; height: 19px; color: var(--bordo); }
.ms-brand b { font-family: var(--display); font-weight: 500; font-size: .92rem; letter-spacing: -.01em; }
.ms-brand i { font-style: normal; color: var(--bordo); }
.ms-item {
  display: flex; align-items: center; gap: .55rem;
  font-size: .82rem; font-weight: 600; color: var(--muted);
  padding: .48rem .55rem; border-radius: 9px; margin-bottom: 2px;
}
.ms-item .ms-ic { width: 14px; height: 14px; border-radius: 4px; background: var(--line-strong); }
.ms-item.on { background: #FFF; color: var(--ink); box-shadow: var(--shadow-sm); }
.ms-item.on .ms-ic { background: var(--bordo); }
.mock-main { padding: 1.15rem 1.3rem; }
.mm-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.mm-head b { font-family: var(--display); font-weight: 500; font-size: 1.05rem; display: block; }
.mm-head small { color: var(--muted); font-size: .78rem; }
.mm-firm {
  font-family: var(--label); font-size: .68rem; letter-spacing: .06em;
  color: var(--bordo);
  background: var(--blush); border-radius: 999px;
  padding: .3rem .8rem; white-space: nowrap;
}
.mm-cols { display: grid; grid-template-columns: 1fr 240px; gap: 1rem; }
.task {
  display: flex; align-items: center; gap: .8rem;
  border: 1px solid var(--line); border-radius: 12px;
  padding: .62rem .8rem; margin-bottom: .55rem;
  background: #FFF;
}
.task.done { opacity: .68; }
.t-day {
  font-family: var(--label); font-size: .8rem;
  color: var(--bordo); background: var(--blush);
  border-radius: 7px; padding: .15rem .45rem;
}
.t-txt { flex: 1; font-size: .86rem; font-weight: 600; }
.t-pill { font-size: .68rem; font-weight: 600; border-radius: 999px; padding: .18rem .6rem; white-space: nowrap; }
.t-pill.auto { background: var(--bg-soft); color: var(--muted); border: 1px solid var(--line); }
.t-pill.ok { background: var(--ok-soft); color: var(--ok); }
.t-pill.run { background: #FFF3E4; color: #A05A1F; }
.t-pill.due { background: var(--blush); color: var(--bordo); }
.mm-chart {
  border: 1px solid var(--line); border-radius: 12px;
  padding: .9rem 1rem .7rem;
  display: flex; flex-direction: column;
}
.mm-chart b { font-family: var(--display); font-weight: 500; font-size: .88rem; }
.mm-chart small { color: var(--muted); font-size: .72rem; margin-top: .5rem; }
.bars { display: flex; align-items: flex-end; gap: 7px; height: 92px; margin-top: .8rem; }
.bars i {
  flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--rose), var(--bordo));
  min-height: 8px;
}
.bars i:last-child { box-shadow: 0 0 14px rgba(232, 121, 139, .55); }

/* toasturi plutitoare */
.toast {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: .7rem;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .7rem 1rem;
  box-shadow: var(--shadow-md);
  text-align: left;
}
.toast b { display: block; font-family: var(--display); font-weight: 500; font-size: .88rem; letter-spacing: -.01em; }
.toast small { display: block; font-size: .74rem; color: var(--muted); }
.to-ic {
  flex: none; width: 32px; height: 32px; border-radius: 10px;
  display: grid; place-items: center;
  background: var(--blush); color: var(--bordo);
  font-size: .95rem; font-weight: 600;
}
.to-ic.ok { background: var(--ok-soft); color: var(--ok); }
.toast-a { top: -22px; right: -14px; }
.toast-b { bottom: 22%; left: -34px; }
.toast-c { bottom: -20px; right: 6%; }
@media (prefers-reduced-motion: no-preference) {
  .toast-a { animation: bob 6s ease-in-out infinite; }
  .toast-b { animation: bob 7s ease-in-out 1s infinite; }
  .toast-c { animation: bob 6.5s ease-in-out 2s infinite; }
}
@keyframes bob { 50% { transform: translateY(-9px); } }

/* intrare hero */
@media (prefers-reduced-motion: no-preference) {
  .reveal-load { opacity: 0; transform: translateY(24px); animation: rise .85s cubic-bezier(.2, .7, .2, 1) forwards; }
  .reveal-load[data-i="0"] { animation-delay: .05s; }
  .reveal-load[data-i="1"] { animation-delay: .15s; }
  .reveal-load[data-i="2"] { animation-delay: .3s; }
  .reveal-load[data-i="3"] { animation-delay: .42s; }
  .reveal-load[data-i="4"] { animation-delay: .54s; }
  .reveal-load[data-i="5"] { animation-delay: .68s; }
}
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Marquee ---------- */
.marquee {
  margin-top: 5.5rem;
  background: linear-gradient(100deg, var(--bordo-dark), var(--bordo) 45%, #B24052);
  transform: rotate(-1.4deg) scale(1.02);
  overflow: hidden;
  padding: .8rem 0;
  box-shadow: 0 14px 40px rgba(156, 51, 66, .3);
}
.marquee-track {
  display: flex; align-items: center; gap: 2.2rem;
  width: max-content;
  font-family: var(--label); font-size: .82rem; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255, 255, 255, .92);
  white-space: nowrap;
}
.marquee-track i { font-style: normal; color: rgba(255, 255, 255, .45); font-size: .7rem; }
@media (prefers-reduced-motion: no-preference) {
  .marquee-track { animation: slide 26s linear infinite; }
}
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Secțiuni ---------- */
.sect { padding: 6.5rem 0; }
.sect-soft {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sect-inner { max-width: var(--w); margin: 0 auto; padding: 0 2rem; }
.kicker {
  font-family: var(--label); font-size: .76rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--bordo);
  margin-bottom: 1rem;
}
.sect-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.08; letter-spacing: -.02em;
  margin-bottom: 1.2rem;
}
.sect-intro { color: var(--muted); max-width: 44rem; margin-bottom: 3rem; }
.sect > .sect-inner > .kicker, .sect > .sect-inner > .sect-title, .sect > .sect-inner > .sect-intro {
  text-align: center; margin-left: auto; margin-right: auto;
}

/* ---------- Problema (imagine + puncte) ---------- */
.prob-layout {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 4rem; align-items: center;
}
.prob-media {
  position: relative;
  max-width: 420px; width: 100%;
  margin: 0 auto;
}
.prob-media img {
  width: 100%; aspect-ratio: 4 / 5; height: auto;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.prob-badge {
  position: absolute; left: -1.5rem; bottom: 2rem;
  display: flex; align-items: center; gap: 1rem;
  max-width: 21rem;
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.3rem;
  box-shadow: var(--shadow-md);
}
.pb-num {
  font-family: var(--display); font-weight: 700;
  font-size: 3.2rem; line-height: 1; letter-spacing: -.02em;
  background: linear-gradient(135deg, var(--bordo), var(--rose));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pb-txt { font-size: .84rem; line-height: 1.45; color: var(--muted); }
.pb-txt b { color: var(--ink); }
.prob-copy .kicker, .prob-copy .sect-title { text-align: left; margin-left: 0; margin-right: 0; }
.prob-copy .sect-title { margin-bottom: 2rem; }
.prob-item { padding: 1.15rem 0; border-top: 1px solid var(--line); }
.prob-item h3 {
  font-family: var(--display); font-weight: 500; font-size: 1.18rem;
  letter-spacing: -.01em; margin-bottom: .35rem;
  position: relative; padding-left: 1.3rem;
}
.prob-item h3::before {
  content: ""; position: absolute; left: 0; top: .48em;
  width: .65rem; height: .22rem; border-radius: 2px;
  background: linear-gradient(90deg, var(--bordo), var(--rose));
}
.prob-item p { color: var(--muted); font-size: .96rem; padding-left: 1.3rem; }

/* ---------- Ritmul lunii ---------- */
.luna-rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.luna-line {
  position: absolute; top: 23px; left: 8px; right: 8px; height: 3px;
  background: var(--line); border-radius: 3px; overflow: hidden;
}
.luna-progress {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--bordo), var(--rose));
  box-shadow: 0 0 12px rgba(232, 121, 139, .8);
  transition: width 1.8s cubic-bezier(.6, 0, .3, 1);
}
.luna-rail.on .luna-progress { width: 100%; }
.luna-rail { padding-top: 2.4rem; }
.luna-line { top: 6px; }
.luna-stop {
  position: relative;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.5rem 1.4rem 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.luna-stop:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(156, 51, 66, .3); }
.luna-stop::before {
  content: ""; position: absolute; top: -2.4rem; left: 50%;
  width: 13px; height: 13px; border-radius: 50%;
  transform: translate(-50%, -3px);
  background: #FFF; border: 2px solid var(--line-strong);
  transition: background .5s, border-color .5s, box-shadow .5s;
}
.luna-rail.on .luna-stop::before {
  background: var(--bordo); border-color: #FFF;
  box-shadow: 0 0 0 3px rgba(156, 51, 66, .25), 0 0 14px rgba(232, 121, 139, .7);
}
.luna-tag {
  display: block;
  font-family: var(--label); font-size: .66rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted);
}
.luna-day {
  display: block;
  font-family: var(--display); font-weight: 700;
  font-size: 2.9rem; line-height: 1.1; letter-spacing: -.02em;
  background: linear-gradient(135deg, var(--bordo), var(--rose));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: .5rem;
}
.luna-stop b {
  display: block;
  font-family: var(--display); font-weight: 500; font-size: 1.05rem;
  letter-spacing: -.01em; margin-bottom: .3rem;
}
.luna-stop p { font-size: .9rem; color: var(--muted); line-height: 1.55; }

/* ---------- Bento (module) ---------- */
.group-head { text-align: center; max-width: 46rem; margin: 0 auto 2rem; }
.bento + .group-head { margin-top: 4.5rem; }
.group-pill {
  display: inline-block;
  font-family: var(--label); font-size: .72rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: #FFF; background: linear-gradient(135deg, #B24052, var(--bordo-dark));
  border-radius: 999px; padding: .35rem 1rem;
  box-shadow: 0 6px 18px rgba(156, 51, 66, .3);
  margin-bottom: .9rem;
}
.group-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.15; letter-spacing: -.02em;
  margin-bottom: .5rem;
}
.group-sub { color: var(--muted); font-size: .97rem; }

.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.cell-new { border-color: rgba(156, 51, 66, .22); background: linear-gradient(180deg, #FFF 60%, rgba(247, 217, 222, .3)); }
.cell-new:hover { border-color: rgba(156, 51, 66, .5); }
.cell {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.4rem 1.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.cell:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(156, 51, 66, .35); }
.cell-wide { grid-column: span 2; }
.cell-full { grid-column: 1 / -1; }
.cell-full .vig-tasks { flex-direction: row; height: auto; padding: .9rem 1rem; }
.cell-full .vt { flex: 1; justify-content: center; padding: .55rem .7rem; }
.cell h3 { font-family: var(--display); font-weight: 500; font-size: 1.12rem; letter-spacing: -.01em; margin-bottom: .4rem; }
.cell p { color: var(--muted); font-size: .93rem; line-height: 1.6; }

/* imaginile celulelor — înălțime fixă, crop uniform, fără deformare */
.cell-img {
  height: 140px;
  border-radius: 13px; overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 1.1rem;
}
.cell-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.cell:hover .cell-img img { transform: scale(1.05); }
.cell-full {
  display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 2rem; align-items: center;
}
.cell-full .cell-img { margin-bottom: 0; height: 150px; }

/* ---------- Pentru cine ---------- */
.cine-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.panel {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 2.3rem 2.1rem;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.panel:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.panel-img {
  height: 170px;
  border-radius: 13px; overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 1.3rem;
}
.panel-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.panel:hover .panel-img img { transform: scale(1.04); }
.panel h3 { font-family: var(--display); font-weight: 500; font-size: 1.35rem; letter-spacing: -.01em; margin-bottom: 1rem; }
.panel ul { list-style: none; }
.panel li {
  position: relative; padding-left: 1.7rem;
  color: var(--muted); font-size: .97rem;
  margin-bottom: .55rem;
}
.panel li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--bordo); font-weight: 700;
}
.panel-accent { border-color: rgba(156, 51, 66, .3); background: linear-gradient(160deg, #FFF 55%, var(--blush)); }

/* ---------- Înscriere ---------- */
.sect-cta { padding-bottom: 7rem; }
.cta-card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 3.4rem 3.2rem;
  box-shadow: var(--shadow-md);
}
.cta-glow {
  position: absolute; top: -260px; right: -200px;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(232, 121, 139, .35), transparent 70%);
  pointer-events: none;
}
.cta-copy { position: relative; }
.cta-copy .sect-intro { margin-bottom: 0; }

.wl-form { position: relative; max-width: 460px; justify-self: end; width: 100%; }
.field { margin-bottom: 1.15rem; }
.field > label:not(.check), .field-radio legend {
  display: block;
  font-family: var(--label); font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: .45rem;
}
.field input[type="text"], .field input[type="email"] {
  width: 100%;
  background: #FFF;
  border: 1px solid var(--line-strong); border-radius: 12px;
  font: inherit; color: var(--ink);
  padding: .8rem 1rem;
  transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder { color: #B9AFA6; }
.field input[type="text"]:focus, .field input[type="email"]:focus {
  outline: none; border-color: var(--bordo);
  box-shadow: 0 0 0 3px rgba(156, 51, 66, .15);
}
.field-radio { border: 0; }
.seg {
  display: flex; gap: 4px;
  background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 4px;
}
.seg-opt { flex: 1; position: relative; cursor: pointer; }
.seg-opt input { position: absolute; opacity: 0; inset: 0; }
.seg-opt span {
  display: block; text-align: center;
  font-size: .88rem; font-weight: 600; color: var(--muted);
  padding: .55rem .4rem; border-radius: 999px;
  transition: background .2s, color .2s, box-shadow .2s;
}
.seg-opt input:checked + span {
  background: linear-gradient(135deg, #B24052, var(--bordo-dark));
  color: #FFF;
  box-shadow: 0 4px 14px rgba(156, 51, 66, .35);
}
.seg-opt input:focus-visible + span { outline: 2px solid var(--bordo); outline-offset: 2px; }
.field-check .check {
  display: flex; gap: .65rem; cursor: pointer;
  font-size: .85rem; color: var(--muted); line-height: 1.55;
}
.field-check input { accent-color: var(--bordo); flex: none; width: 1.05rem; height: 1.05rem; margin-top: .2rem; }
.hp { position: absolute; left: -9999px; top: -9999px; }
.btn-submit { width: 100%; margin-top: .5rem; }
.btn-submit[disabled] { opacity: .6; cursor: wait; transform: none; }
.form-status { margin-top: 1rem; font-size: .92rem; min-height: 1.4em; }
.form-status.ok { color: var(--ok); }
.form-status.err { color: var(--err); }
.wl-form.sent .field, .wl-form.sent .hp, .wl-form.sent .btn-submit { display: none; }
.wl-form.sent .form-status { font-size: 1.08rem; margin-top: 0; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); }
.footer-inner {
  max-width: var(--w); margin: 0 auto;
  padding: 2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-size: .88rem; color: var(--muted);
}
.footer .brand-word { font-size: 1.05rem; }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--bordo); }

/* ---------- Pagina legală ---------- */
.legal { max-width: 660px; margin: 0 auto; padding: 9rem 2rem 5rem; }
.legal h1 {
  font-family: var(--display); font-weight: 700; letter-spacing: -.02em;
  font-size: 2.4rem; line-height: 1.1; margin: .75rem 0 2rem;
}
.legal h2 { font-family: var(--display); font-weight: 500; font-size: 1.4rem; letter-spacing: -.01em; margin: 2.25rem 0 .6rem; }
.legal p { color: var(--muted); margin-bottom: 1rem; }
.legal-back { margin-top: 3rem; }

/* ---------- Reveal la scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
  .reveal.on { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .cine-cols { grid-template-columns: 1fr 1fr; }
  .cine-cols .panel:last-child { grid-column: 1 / -1; }
  .bento + .group-head { margin-top: 3.5rem; }
  .prob-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .prob-media { max-width: 540px; margin: 0 auto; width: 100%; }
  .prob-media img { aspect-ratio: 16 / 10; }
  .prob-badge { left: 1rem; bottom: 1rem; padding: .7rem 1rem; gap: .8rem; max-width: 19rem; }
  .pb-num { font-size: 2.3rem; }
  .pb-txt { font-size: .78rem; }
  .cta-card { grid-template-columns: 1fr; gap: 2.5rem; }
  .wl-form { justify-self: stretch; max-width: 560px; }
  .mm-cols { grid-template-columns: 1fr; }
  .mm-chart { display: none; }
  .luna-rail { grid-template-columns: 1fr 1fr; row-gap: 1.25rem; }
  .luna-line, .luna-stop::before { display: none; }
  .luna-rail { padding-top: 0; }
}

@media (max-width: 860px) {
  .hero { padding: 8rem 1.25rem 0; }
  .sect { padding: 4.5rem 0; }
  .sect-inner { padding: 0 1.5rem; }
  .stage { padding: 0 1.25rem; margin-top: 3.5rem; }
  .mock { transform: none; }
  .mock-body { grid-template-columns: 1fr; }
  .mock-side { display: none; }
  .toast-b { left: -8px; }
  .toast-a { right: -6px; }
  .toast-c { right: 2%; }
  .marquee { margin-top: 4rem; }
  .cell-full { grid-template-columns: 1fr; gap: 0; }
  .cell-full .cell-img { margin-bottom: 1.1rem; }
  .cine-cols { grid-template-columns: 1fr; }
  .cine-cols .panel:last-child { grid-column: auto; }
  .prob-copy .kicker, .prob-copy .sect-title { text-align: center; margin-left: auto; margin-right: auto; }
}

@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .cell-wide { grid-column: auto; }
  .luna-rail { grid-template-columns: 1fr; }
  .cine-cols { grid-template-columns: 1fr; }
  .cta-card { padding: 2.3rem 1.5rem; border-radius: 22px; }
  .hero-actions .btn { width: 100%; }
  .footer-inner { flex-direction: column; text-align: center; gap: .4rem; }
  .topbar-inner { padding: .7rem 1.25rem; }
  .badge { font-size: .66rem; padding: .4rem .8rem; letter-spacing: .09em; }
  .toast { padding: .55rem .8rem; }
  .toast b { font-size: .8rem; }
  .toast small { font-size: .68rem; }
  .hero-title { font-size: clamp(2.1rem, 9vw, 2.5rem); }
  .sect-title { font-size: clamp(1.65rem, 7vw, 1.9rem); }
  .prob-badge { position: static; margin: -2.2rem .8rem 0; max-width: none; }
  .prob-media img { border-radius: 18px; }
  .mm-firm { display: none; }
  .task { gap: .55rem; padding: .55rem .6rem; }
  .t-txt { font-size: .8rem; }
  .t-pill { font-size: .62rem; padding: .15rem .45rem; }
  .stage { padding: 0 1rem; }
  .mock-url { max-width: 190px; }
  .luna-stop::before { display: none; }
}
