/* Poveștile Copilului Meu — landing
   Paletă: noapte albastru-adânc + amber cald (semnătura de seară a brandului) */

:root {
  --noapte-0: #0a1428;
  --noapte-1: #0f1e3d;
  --noapte-2: #16294d;
  --noapte-3: #1e3560;
  --amber: #f4b860;
  --amber-tare: #e89b3c;
  --amber-moale: #ffd79a;
  --crem: #f6efe4;
  --crem-sters: #cdd6e6;
  --stea: #dfe8ff;
  --umbra: 0 18px 50px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --lat: 1120px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--crem);
  background:
    radial-gradient(1200px 700px at 75% -5%, rgba(244, 184, 96, 0.16), transparent 60%),
    radial-gradient(900px 600px at 10% 8%, rgba(30, 53, 96, 0.55), transparent 55%),
    linear-gradient(180deg, var(--noapte-1) 0%, var(--noapte-0) 100%);
  background-attachment: fixed;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--amber-moale); }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; margin: 0; }

.container { width: 100%; max-width: var(--lat); margin: 0 auto; padding-inline: 22px; }

.sectiune { padding-block: 84px; }
.sectiune-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--amber);
  margin: 0 0 12px;
}
.sectiune h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin-bottom: 14px; }
.sectiune-intro { max-width: 640px; color: var(--crem-sters); font-size: 1.06rem; }
.center { text-align: center; }
.center .sectiune-intro { margin-inline: auto; }

/* butoane */
.btn {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-family: var(--sans); font-weight: 800; font-size: 1.02rem;
  padding: 14px 26px; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s;
}
.btn-primar {
  background: linear-gradient(180deg, var(--amber-moale), var(--amber-tare));
  color: #3a2408;
  box-shadow: 0 12px 30px rgba(232, 155, 60, 0.4);
}
.btn-primar:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(232, 155, 60, 0.5); }
.btn-fantoma {
  background: rgba(255, 255, 255, 0.06);
  color: var(--crem);
  border: 1px solid rgba(223, 232, 255, 0.25);
}
.btn-fantoma:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-2px); }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(8px);
  transition: background 0.25s, box-shadow 0.25s;
}
.site-header.scrolled {
  background: rgba(10, 20, 40, 0.82);
  box-shadow: 0 1px 0 rgba(223, 232, 255, 0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--crem); text-decoration: none; }
.brand .luna { font-size: 1.4rem; filter: drop-shadow(0 0 8px rgba(244, 184, 96, 0.6)); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--crem-sters); text-decoration: none; font-weight: 700; font-size: 0.96rem; }
.nav a:hover { color: var(--crem); }
.nav .btn { padding: 10px 20px; font-size: 0.95rem; }
.nav-linkuri { display: flex; gap: 26px; }

/* hero */
.hero { position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 20, 40, 0.62) 0%, rgba(10, 20, 40, 0.4) 38%, var(--noapte-0) 100%);
}
/* hero = o singură coloană centrată: titlu → formular wide → beneficii */
.hero-grid {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: stretch;
  gap: 22px; padding-block: 24px 64px;
}
.hero-text { display: contents; }
.hero-head { order: 1; text-align: center; }
.hero-form { order: 2; width: 100%; min-width: 0; }
.hero-extra { order: 3; text-align: center; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 14px; }
.hero h1 .accent { color: var(--amber); }
.hero .subtitlu { font-size: clamp(1.1rem, 2.4vw, 1.4rem); color: var(--crem); margin: 0; font-weight: 700; }
.hero-benef { list-style: none; padding: 0; margin: 0 auto 14px; display: inline-block; text-align: left; }
.hero-benef li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 11px; color: var(--crem); font-size: 1.06rem; font-weight: 700; }
.hero-benef .bif { color: var(--amber); font-weight: 900; }
.hero-nota { margin: 0; font-size: 0.92rem; color: var(--crem-sters); display: inline-flex; align-items: center; gap: 8px; }

/* card formular in hero */
.form-card {
  background:
    radial-gradient(600px 300px at 80% -10%, rgba(244, 184, 96, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(22, 41, 77, 0.94), rgba(15, 30, 61, 0.96));
  backdrop-filter: blur(6px);
  border: 1px solid rgba(244, 184, 96, 0.28);
  border-radius: 22px; padding: 30px 30px 26px; box-shadow: var(--umbra);
}
.form-card .sectiune-eyebrow { margin-bottom: 6px; }
.form-titlu { font-size: 1.42rem; margin-bottom: 20px; }

/* cum functioneaza */
.pasi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.pas {
  background: linear-gradient(180deg, var(--noapte-2), var(--noapte-1));
  border: 1px solid rgba(223, 232, 255, 0.1);
  border-radius: var(--radius); padding: 26px 22px; position: relative;
}
.pas .nr {
  font-family: var(--serif); font-size: 2.4rem; color: var(--amber);
  line-height: 1; margin-bottom: 12px; font-weight: 600;
}
.pas h3 { font-size: 1.18rem; margin-bottom: 8px; }
.pas p { margin: 0; color: var(--crem-sters); font-size: 0.98rem; }

/* showcase */
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.showcase-grid figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--umbra); position: relative; }
.showcase-grid img { aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.5s ease; }
.showcase-grid figure:hover img { transform: scale(1.05); }
.showcase-grid figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(10, 20, 40, 0.85));
  font-size: 0.9rem; font-weight: 700; color: var(--crem);
}

/* catalog teme */
.teme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.tema {
  background: linear-gradient(180deg, var(--noapte-2), var(--noapte-1));
  border: 1px solid rgba(223, 232, 255, 0.1);
  border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; gap: 10px;
  transition: transform 0.18s ease, border-color 0.2s;
}
.tema:hover { transform: translateY(-4px); border-color: rgba(244, 184, 96, 0.45); }
.tema.flagship { border-color: rgba(244, 184, 96, 0.5); box-shadow: 0 0 0 1px rgba(244, 184, 96, 0.15) inset; }
.tema .serie { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); font-weight: 800; }
.tema h3 { font-size: 1.32rem; }
.tema p { margin: 0; color: var(--crem-sters); font-size: 0.98rem; flex: 1; }
.tema .taguri { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 6px; }
.tag {
  font-size: 0.78rem; font-weight: 800; padding: 4px 11px; border-radius: 999px;
  background: rgba(30, 53, 96, 0.8); color: var(--crem-sters); border: 1px solid rgba(223, 232, 255, 0.12);
}
.tag.stea { background: rgba(244, 184, 96, 0.16); color: var(--amber-moale); border-color: rgba(244, 184, 96, 0.35); }

/* avatare */
.avatare-wrap { margin-top: 40px; }
.avatare-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 18px; }
.avatar {
  aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  border: 2px solid rgba(244, 184, 96, 0.3); box-shadow: var(--umbra);
  background: var(--noapte-2);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatare-nota {
  margin-top: 28px; display: inline-flex; align-items: center; gap: 12px;
  background: rgba(30, 53, 96, 0.55); border: 1px solid rgba(223, 232, 255, 0.14);
  padding: 14px 20px; border-radius: 14px; color: var(--crem-sters); font-size: 0.98rem;
}
.avatare-nota .scut { font-size: 1.4rem; }

/* codita */
.codita { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: center; }
.codita-foto {
  border-radius: 20px; overflow: hidden; box-shadow: var(--umbra);
  border: 2px solid rgba(244, 184, 96, 0.3);
}
.codita h2 { margin-bottom: 12px; }
.codita p { color: var(--crem-sters); font-size: 1.05rem; margin: 0; }

/* serie */
.serie-band {
  background: linear-gradient(180deg, var(--noapte-3), var(--noapte-2));
  border-radius: 24px; padding: 48px; text-align: center; border: 1px solid rgba(244, 184, 96, 0.22);
}
.serie-band h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 12px; }
.serie-band p { color: var(--crem-sters); max-width: 620px; margin: 0 auto; font-size: 1.08rem; }

/* faq */
.faq { max-width: 780px; margin: 40px auto 0; }
.faq details {
  border-bottom: 1px solid rgba(223, 232, 255, 0.12); padding: 4px 0;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 0; font-weight: 800;
  font-size: 1.08rem; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 1.5rem; font-weight: 400; transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--crem-sters); }

/* CTA demo / formular */
.demo {
  background:
    radial-gradient(700px 400px at 80% 0%, rgba(244, 184, 96, 0.16), transparent 60%),
    linear-gradient(180deg, var(--noapte-2), var(--noapte-1));
  border-radius: 26px; padding: 52px; border: 1px solid rgba(244, 184, 96, 0.24);
}
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.demo h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 14px; }
.demo p.lead { color: var(--crem-sters); font-size: 1.06rem; }
.demo ul { list-style: none; padding: 0; margin: 22px 0 0; }
.demo ul li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; color: var(--crem-sters); }
.demo ul li .bif { color: var(--amber); font-weight: 900; }

.form label { display: block; font-weight: 800; font-size: 0.9rem; margin: 0 0 6px; color: var(--crem); }
.form .rand { display: flex; gap: 14px; margin-bottom: 16px; }
.form .rand > div { flex: 1; }
.form input, .form select {
  width: 100%; padding: 12px 14px; border-radius: 12px; font-family: var(--sans); font-size: 1rem;
  background: rgba(10, 20, 40, 0.6); border: 1px solid rgba(223, 232, 255, 0.2); color: var(--crem);
}
.form input:focus, .form select:focus { outline: none; border-color: var(--amber); }
.form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form .marunt { font-size: 0.85rem; color: var(--crem-sters); margin: 12px 0 0; text-align: center; }
.form .form-eroare { color: #ff9b9b; font-weight: 700; margin-top: 8px; }
/* rândul cu numele copilului */
.rand-nume { align-items: flex-end; }
.form .rand-nume .camp-nume { flex: 1; }

.avatar-slider { position: relative; margin-bottom: 18px; }
.avatar-alegere {
  display: flex; flex-wrap: nowrap; gap: 12px; align-items: center;
  overflow-x: auto; padding: 8px 42px; min-height: 176px;
  scrollbar-width: none; touch-action: pan-y; user-select: none;
}
.avatar-alegere::-webkit-scrollbar { display: none; }
.avatar-alegere .op {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; overflow: hidden; cursor: pointer;
  border: 2px solid transparent; opacity: 0.55;
  transition: opacity 0.22s ease, border-color 0.2s;
}
.avatar-alegere .op img { width: 100%; height: 100%; object-fit: cover; }
/* avatare „în curând”: gri, neclicabile, doar prezență */
.avatar-alegere .op.soon {
  width: 52px; height: auto; border-radius: 0; overflow: visible; opacity: 1;
  cursor: default; pointer-events: none;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.avatar-alegere .op.soon .soon-cerc {
  width: 52px; height: 52px; border-radius: 50%; overflow: hidden; display: block;
  filter: grayscale(1); opacity: 0.45;
}
.avatar-alegere .op.soon .soon-eticheta {
  font-family: var(--sans); font-weight: 700; font-size: 9px; line-height: 1;
  color: var(--crem-sters); white-space: nowrap;
}

/* fără highlight albastru / selecție / drag-ghost la atingerea sliderelor pe mobil */
.avatar-alegere, .avatar-alegere .op, .tema-alegere, .tema-op, .slider-arrow,
.avatar-slider, .tema-slider {
  -webkit-tap-highlight-color: transparent;
}
.avatar-alegere .op img, .tema-op .poster {
  -webkit-user-drag: none; user-select: none; -webkit-user-select: none;
  -webkit-touch-callout: none; pointer-events: none;
}
.avatar-alegere .op:hover { opacity: 0.85; }
.avatar-alegere .op.selectat {
  width: 156px; height: 156px; opacity: 1;
  border-color: var(--amber); box-shadow: 0 0 0 4px rgba(244, 184, 96, 0.25);
}
.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1; padding-bottom: 3px;
  background: rgba(10, 20, 40, 0.85); color: var(--crem);
  border: 1px solid rgba(244, 184, 96, 0.4);
  transition: background 0.15s, transform 0.15s;
}
.slider-arrow:hover { background: var(--amber-tare); color: #3a2408; }
.slider-arrow:active { transform: translateY(-50%) scale(0.92); }
.slider-arrow.prev { left: -4px; }
.slider-arrow.next { right: -4px; }
.slider-arrow[disabled] { opacity: 0.3; pointer-events: none; }

/* slider de aventuri (postere; cea selectată = în premieră) */
.tema-slider { position: relative; margin-bottom: 4px; }
.tema-alegere {
  display: flex; flex-wrap: nowrap; gap: 12px; align-items: center;
  overflow-x: auto; padding: 8px 42px; min-height: 236px;
  scrollbar-width: none; touch-action: pan-y; user-select: none;
}
.tema-alegere::-webkit-scrollbar { display: none; }
.tema-op {
  flex: 0 0 auto; width: 82px; height: 109px; border-radius: 14px; overflow: hidden;
  cursor: pointer; position: relative; opacity: 0.5; border: 2px solid transparent;
  transition: opacity 0.24s ease, border-color 0.2s;
}
.tema-op:hover { opacity: 0.82; }
.tema-op.selectat {
  width: 168px; height: 224px; opacity: 1;
  border-color: var(--amber); box-shadow: 0 0 0 4px rgba(244, 184, 96, 0.22);
}
.tema-op .poster { position: absolute; inset: 0; background-size: cover; background-position: center; }
.tema-op .poster.placeholder {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, var(--noapte-3), var(--noapte-1));
}
.tema-op .poster .emoji { font-size: 1.7rem; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4)); }
.tema-op.selectat .poster .emoji { font-size: 3.4rem; }
.tema-op .poster-info {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 12px; opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(10, 20, 40, 0.92)); transition: opacity 0.2s;
}
.tema-op.selectat .poster-info { opacity: 1; }
.tema-op .poster-info .badge {
  display: inline-block; font-size: 0.64rem; font-weight: 900; letter-spacing: 0.1em;
  text-transform: uppercase; color: #3a2408; background: var(--amber);
  padding: 3px 9px; border-radius: 999px; margin-bottom: 7px;
}
.tema-op .poster-info .titlu {
  display: block; font-family: var(--serif); font-weight: 600; font-size: 1.06rem;
  color: var(--crem); line-height: 1.15;
}
.form-succes {
  display: none; text-align: center; padding: 30px 10px;
}
.form-succes.activ { display: block; }
.form-succes .luna { font-size: 3rem; }
.form-succes h3 { font-size: 1.5rem; margin: 10px 0; }
.form-succes p { color: var(--crem-sters); }

/* footer */
.site-footer { border-top: 1px solid rgba(223, 232, 255, 0.1); padding-block: 40px; color: var(--crem-sters); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-inner .brand { font-size: 1rem; }
.footer-linkuri { display: flex; gap: 22px; }
.footer-linkuri a { color: var(--crem-sters); text-decoration: none; font-size: 0.92rem; }
.footer-linkuri a:hover { color: var(--crem); }

/* stele decor */
.stele { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.stea-dot { position: absolute; width: 2px; height: 2px; background: var(--stea); border-radius: 50%; opacity: 0.5; animation: palpaie 4s infinite ease-in-out; }
@keyframes palpaie { 0%, 100% { opacity: 0.25; } 50% { opacity: 0.9; } }

/* responsive */
@media (max-width: 900px) {
  .pasi { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .teme-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-grid { grid-template-columns: 1fr; gap: 32px; }
  .codita { grid-template-columns: 1fr; text-align: center; }
  .codita-foto { width: 180px; margin: 0 auto; }
  .nav-linkuri { display: none; }
}
@media (max-width: 560px) {
  .sectiune { padding-block: 60px; }
  .pasi, .showcase-grid, .teme-grid { grid-template-columns: 1fr; }
  .demo { padding: 32px 22px; }
  .serie-band { padding: 32px 22px; }
  .form-card { padding: 24px 16px 20px; }
  .avatar-alegere, .tema-alegere { padding-inline: 34px; }
  .form .rand { flex-direction: column; gap: 0; }
  .form .rand-nume { align-items: stretch; gap: 14px; }
  .hero-grid { padding-block: 14px 40px; gap: 16px; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); margin-bottom: 10px; }
}

/* Demo instant: loading + player inline */
.demo-stare { text-align: center; padding: 22px 6px; }
.demo-stare .luna { font-size: 2.6rem; }
.demo-stare .luna.spin { display: inline-block; animation: luna-rot 3.2s linear infinite; }
@keyframes luna-rot { to { transform: rotate(360deg); } }
.demo-stare h3 { font-size: 1.4rem; margin: 12px 0 6px; }
.demo-video { width: 100%; border-radius: 14px; background: #000; display: block; box-shadow: var(--umbra);
  transition: filter 0.6s ease, opacity 0.6s ease; }
.demo-scena.final .demo-video { filter: brightness(0.4) saturate(0.85); }
.demo-cta { text-align: center; margin-top: 16px; }
.demo-cta h3 { font-size: 1.3rem; margin: 0 0 6px; }
/* Panoul CTA de la final (card curat, nu text pe negru) */
.demo-cta.arata {
  margin-top: -34px; position: relative; z-index: 2;
  max-width: 480px; margin-left: auto; margin-right: auto;
  padding: 22px 22px 18px; border-radius: 16px;
  background: linear-gradient(180deg, rgba(22, 41, 77, 0.92), var(--noapte-1));
  border: 1px solid rgba(223, 232, 255, 0.14);
  box-shadow: var(--umbra);
  animation: cta-urca 0.5s ease both;
}
@keyframes cta-urca { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.demo-revezi {
  margin-top: 14px; background: none; border: 0; cursor: pointer;
  color: var(--crem-sters); font-family: var(--sans); font-size: 0.92rem;
  padding: 4px 8px; border-radius: 8px; transition: color 0.15s ease;
}
.demo-revezi:hover { color: var(--amber-moale); }

/* Player split: video mut + buton play + audio ascuns */
.demo-scena { position: relative; }
.demo-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 74px; height: 74px; border-radius: 50%; border: 0; cursor: pointer;
  font-size: 1.7rem; padding-left: 4px; color: #3a2408;
  background: linear-gradient(180deg, var(--amber-moale), var(--amber-tare));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.15s ease;
}
.demo-play:hover { transform: translate(-50%, -50%) scale(1.07); }
.demo-play[hidden] { display: none; }
#au-narratie, #au-muzica { display: none; }

/* CTA post-demo: captare email */
.cta-form { display: flex; gap: 10px; max-width: 440px; margin: 14px auto 0; flex-wrap: wrap; }
.cta-form input { flex: 1; min-width: 190px; padding: 13px 15px; border-radius: 12px; color: var(--crem);
  background: rgba(10, 20, 40, 0.6); border: 1px solid rgba(223, 232, 255, 0.2); font-family: var(--sans); font-size: 1rem; }
.cta-form input:focus { outline: none; border-color: var(--amber); }
.cta-form .btn { flex: 0 0 auto; }
.cta-succes { color: var(--amber-moale); font-weight: 700; }

/* Bara de progres în ecranul de pregătire */
.progres { height: 8px; max-width: 340px; margin: 20px auto 0; overflow: hidden;
  background: rgba(10, 20, 40, 0.6); border: 1px solid rgba(223, 232, 255, 0.15); border-radius: 999px; }
.progres-bara { height: 100%; width: 0; border-radius: 999px;
  background: linear-gradient(90deg, var(--amber-tare), var(--amber-moale)); transition: width 0.25s ease; }
