/* =========================================
   MiniCodex — paginile de curs (redesign 2026)
   Folosit de /cursuri/nivel1/ și /cursuri/nivel2/.
   Design tokens din handoff-ul „Nivel 1”:
   fundal #0E0A22 + gradient, teal #14CFBC,
   galben #FFE830, Roboto (titluri) / Open Sans (body)
   ========================================= */

/* Pagina atinge footerul direct (banda de înscriere e full-bleed). */
main:has(.n1-page) { padding-bottom: 0; }

.n1-page {
  --n1-teal: #14CFBC;
  --n1-teal-hover: #5FE3D6;
  --n1-yellow: #FFE830;
  --n1-ink: #06231F;
  --n1-text: #FAFAFA;
  --n1-text-2: rgba(250, 250, 250, .62);
  --n1-text-3: rgba(250, 250, 250, .4);
  --n1-card: linear-gradient(180deg, rgba(36, 27, 82, .72), rgba(24, 18, 56, .72));
  --n1-band-strong: rgba(28, 21, 63, .65);
  --n1-band-soft: rgba(28, 21, 63, .45);
  --n1-border: rgba(255, 255, 255, .09);

  background:
    radial-gradient(1100px 520px at 50% -8%, rgba(20, 207, 188, .14), transparent 60%),
    radial-gradient(900px 600px at 88% 24%, rgba(48, 30, 110, .5), transparent 62%),
    linear-gradient(180deg, #1A1340 0%, #150F30 46%, #0E0A22 100%);
  color: var(--n1-text);
  overflow: hidden;
}

.n1-page b { color: var(--n1-text); }
.n1-accent { color: var(--n1-teal); }

/* ---------- Elemente comune ---------- */
.n1-eyebrow {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--n1-yellow);
}

.n1-eyebrow--icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.n1-eyebrow--icon img { width: 22px; height: 22px; object-fit: contain; }

.n1-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -.6px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 50px;
}

.n1-title--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.n1-title--icon img { width: 40px; height: 40px; object-fit: contain; }

/* Butoane */
.n1-btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  border-radius: 999px;
  padding: 14px 30px;
  background: var(--n1-teal);
  color: var(--n1-ink);
  text-decoration: none;
  box-shadow: 0 10px 26px -8px rgba(20, 207, 188, .7);
  transition: transform .2s ease;
  white-space: nowrap;
}

.n1-btn:hover { transform: translateY(-1px); color: var(--n1-ink); }

.n1-btn--sm { font-size: 14px; padding: 11px 24px; box-shadow: 0 8px 22px -8px rgba(20, 207, 188, .7); }

.n1-btn-outline {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  border-radius: 999px;
  padding: 14px 30px;
  color: var(--n1-teal);
  text-decoration: none;
  box-shadow: inset 0 0 0 1.5px rgba(20, 207, 188, .55);
  transition: background .2s ease;
  white-space: nowrap;
}

.n1-btn-outline:hover { background: rgba(20, 207, 188, .10); color: var(--n1-teal); }

.n1-btn-outline--sm { font-size: 13.5px; padding: 9px 20px; }

.n1-btn-ghost {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  border-radius: 999px;
  padding: 14px 32px;
  color: var(--n1-text);
  text-decoration: none;
  background: rgba(14, 10, 34, .55);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .22);
  transition: box-shadow .2s ease;
  white-space: nowrap;
}

.n1-btn-ghost:hover { box-shadow: inset 0 0 0 1.5px rgba(20, 207, 188, .6); color: var(--n1-text); }

/* ---------- 1. Hero ---------- */
.n1-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 32px 90px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

.n1-hero-copy .n1-eyebrow { margin-bottom: 16px; }

.n1-hero h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -1.2px;
  margin: 0 0 20px;
}

.n1-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--n1-text-2);
  margin: 0 0 30px;
  max-width: 480px;
}

.n1-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.n1-stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }

.n1-stat { display: flex; flex-direction: column; }

.n1-stat-num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 26px;
  color: var(--n1-teal);
}

.n1-stat-label {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--n1-text-3);
  margin-top: 4px;
}

/* Compoziția foto din dreapta */
.n1-hero-visual { position: relative; height: 480px; }

.n1-arch {
  position: absolute;
  right: 30px;
  top: 0;
  width: 340px;
  height: 430px;
  border-radius: 170px 170px 26px 26px;
  overflow: hidden;
  background: #1C153F;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .8), 0 0 0 6px var(--n1-teal);
}

.n1-arch img { width: 100%; height: 100%; object-fit: cover; display: block; }

.n1-photo-circle {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background: #231A4D;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .8), 0 0 0 6px var(--n1-teal), 0 0 0 14px #0F0B26;
  z-index: 1;
}

.n1-photo-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }

.n1-deco-sparkle { position: absolute; right: -14px; top: -8px; width: 74px; pointer-events: none; z-index: 2; }
.n1-deco-braces { position: absolute; left: 6px; top: 40px; width: 88px; pointer-events: none; }

.n1-lottie-circle {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  background: #1C153F;
  box-shadow: 0 0 0 6px var(--n1-teal), 0 0 0 14px #0F0B26;
  z-index: 1;
}

.n1-lottie-circle > div { width: 100%; height: 100%; transform: scaleX(-1); }

/* ---------- 2. Bandă „MiniCodex” ---------- */
.n1-band {
  position: relative;
  background: var(--n1-band-strong);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 190px 32px;
  overflow: hidden;
}

.n1-band-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n1-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 10, 34, .55), rgba(14, 10, 34, .75));
  pointer-events: none;
}

.n1-band-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.n1-band-content h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -.5px;
  margin: 0 0 16px;
  color: var(--n1-teal);
}

.n1-band-content p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--n1-text-2);
  margin: 0;
  max-width: none;
}

/* ---------- 3. De ce noi ---------- */
.n1-why {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 32px;
}

.n1-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.n1-why-item { text-align: center; }

.n1-icon-tile {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(20, 207, 188, .12);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.n1-icon-tile svg { width: 30px; height: 30px; }

.n1-why-item h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.n1-why-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--n1-text-2);
  margin: 0;
}

/* ---------- 4. Platforme ---------- */
.n1-platforms {
  background: var(--n1-band-soft);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 80px 32px;
}

.n1-platforms-inner { max-width: 1180px; margin: 0 auto; }

.n1-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Variantă pentru cursuri cu 2 platforme (Nivel 2) — grilă centrată */
.n1-platform-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 640px;
  margin: 0 auto;
}

.n1-platform-card {
  background: var(--n1-card);
  border: 1px solid var(--n1-border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease;
}

.n1-platform-card:hover { border-color: rgba(20, 207, 188, .4); }

.n1-platform-logo {
  height: 180px;
  background: rgba(255, 255, 255, .04);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--n1-border);
}

.n1-platform-logo img { max-width: 110px; max-height: 110px; object-fit: contain; }

.n1-platform-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.n1-platform-body h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  margin: 0;
}

.n1-platform-body p {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--n1-text-2);
  margin: 0;
  flex: 1;
}

.n1-platform-body .n1-btn-outline--sm { align-self: flex-start; margin-top: 10px; }

/* ---------- 5. Lecții video ---------- */
.n1-lessons {
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 32px 40px;
  scroll-margin-top: 80px;
}

.n1-lessons .n1-title { margin-bottom: 60px; }

.n1-lesson {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 70px;
}

.n1-lessons .n1-lesson:nth-of-type(even) { flex-direction: row-reverse; }

.n1-lesson-media { flex: 1.1; position: relative; }

.n1-lesson-halo {
  position: absolute;
  inset: -14px -14px auto auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(20, 207, 188, .07);
}

.n1-lesson-media video {
  position: relative;
  width: 100%;
  border-radius: 20px;
  display: block;
  background: #0E0A22;
  border: 1px solid var(--n1-border);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8);
  z-index: 1;
}

.n1-lesson-copy { flex: 1; }

.n1-lesson-copy .n1-eyebrow { font-size: 12px; letter-spacing: 1.6px; margin-bottom: 10px; }

.n1-lesson-copy h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -.4px;
  margin: 0 0 12px;
}

.n1-lesson-copy p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--n1-text-2);
  margin: 0 0 22px;
}

/* ---------- 6. Roadmap nivele ---------- */
.n1-roadmap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 32px 90px;
}

.n1-roadmap-card {
  position: relative;
  background: var(--n1-card);
  border: 1px solid var(--n1-border);
  border-radius: 28px;
  padding: 60px 56px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.n1-roadmap-halo {
  position: absolute;
  left: -40px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(20, 207, 188, .06);
  pointer-events: none;
}

.n1-roadmap-intro { position: relative; }

.n1-roadmap-intro .n1-eyebrow { font-size: 12px; margin-bottom: 14px; }

.n1-roadmap-intro h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.8px;
  margin: 0 0 16px;
}

.n1-roadmap-intro p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--n1-text-2);
  margin: 0;
}

.n1-timeline {
  position: relative;
  border-left: 3px solid rgba(20, 207, 188, .45);
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.n1-timeline-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.n1-timeline-age {
  color: var(--n1-text-3);
  font-weight: 600;
  font-size: 13.5px;
}

.n1-timeline-item p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--n1-text-2);
  margin: 0;
}

/* ---------- 7. CTA demo ---------- */
.n1-cta {
  position: relative;
  background: var(--n1-band-strong);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 64px 32px;
  overflow: hidden;
  text-align: center;
}

.n1-cta-circle { position: absolute; border-radius: 50%; }

.n1-cta-circle--teal { right: -80px; top: -80px; width: 260px; height: 260px; background: rgba(20, 207, 188, .08); }
.n1-cta-circle--yellow { left: -60px; bottom: -100px; width: 220px; height: 220px; background: rgba(255, 232, 48, .06); }

.n1-cta img { width: 74px; margin-bottom: 14px; position: relative; }

.n1-cta h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.6px;
  margin: 0 0 16px;
  position: relative;
}

.n1-cta p {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--n1-text-2);
  max-width: 460px;
  margin: 0 auto 28px;
  position: relative;
}

.n1-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
}

/* ---------- 8. Recenzii ---------- */
.n1-reviews {
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 32px;
}

.n1-reviews .n1-title { margin-bottom: 54px; }

.n1-carousel { display: flex; align-items: center; gap: 18px; }

.n1-car-arrow {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  background: transparent;
  color: var(--n1-text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.n1-car-arrow:hover { border-color: rgba(20, 207, 188, .55); color: var(--n1-teal); }

.n1-car-track {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 22px;
  align-items: center;
}

.n1-review-card {
  background: rgba(28, 21, 63, .5);
  border: 1px solid var(--n1-border);
  border-radius: 20px;
  padding: 30px 26px 26px;
  text-align: center;
  transform: scale(.92);
  transition: all .3s ease;
}

.n1-review-card.is-center {
  background: linear-gradient(180deg, rgba(36, 27, 82, .85), rgba(24, 18, 56, .85));
  border-color: rgba(20, 207, 188, .35);
  transform: scale(1);
}

.n1-avatar {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid rgba(20, 207, 188, .35);
  background: rgba(20, 207, 188, .12);
  margin: 0 auto 14px;
  object-fit: cover;
}

.n1-review-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15.5px;
  margin-bottom: 12px;
}

.n1-review-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--n1-text-2);
  margin: 0;
}

.n1-car-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}

.n1-car-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, .18);
  transition: background .2s ease;
}

.n1-car-dots button.is-active { background: var(--n1-teal); }

/* ---------- 9. Contact + Înscriere ---------- */
.n1-enroll {
  background: var(--n1-band-soft);
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 80px 32px;
}

.n1-enroll-inner { max-width: 1080px; margin: 0 auto; }

.n1-enroll-inner h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.6px;
  margin: 0 0 10px;
}

.n1-enroll-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--n1-text-2);
  margin: 0 0 34px;
}

.n1-enroll-card {
  position: relative;
  background: linear-gradient(180deg, rgba(36, 27, 82, .85), rgba(24, 18, 56, .85));
  border: 1px solid var(--n1-border);
  border-radius: 24px;
  padding: 40px 44px;
  overflow: hidden;
}

/* Linia gradient teal→galben din partea de sus a cardului */
.n1-enroll-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(20, 207, 188, .85) 32%, rgba(255, 232, 48, .7) 68%, transparent);
}

.n1-enroll-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}

.n1-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--n1-yellow);
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 232, 48, .10);
  border: 1px solid rgba(255, 232, 48, .32);
}

.n1-enroll-meta {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--n1-text-2);
}

.n1-enroll-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--n1-text-2);
  margin: 0 0 28px;
  max-width: none;
}

/* Grila de sloturi generată de enrollment.js */
.n1-slots { margin-bottom: 26px; }

.n1-slots .loading-text,
.n1-slots .no-slots {
  color: var(--n1-text-2);
  margin: 0;
  padding: 6px 0;
}

.n1-slots .slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.n1-slots .slot-btn {
  text-align: left;
  cursor: pointer;
  border-radius: 16px;
  padding: 18px 20px 16px;
  background: rgba(14, 10, 34, .45);
  border: 1px solid rgba(255, 255, 255, .10);
  transition: all .2s ease;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.n1-slots .slot-btn:hover { border-color: rgba(20, 207, 188, .6); }

.n1-slots .slot-btn.is-selected {
  background: rgba(20, 207, 188, .10);
  border-color: rgba(20, 207, 188, .8);
}

.n1-slots .slot-day {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--n1-text);
}

.n1-slots .slot-time {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--n1-teal);
}

/* Separator subțire între oră și data de start */
.n1-slots .slot-time::after {
  content: '';
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .10);
  margin: 9px 0 7px;
}

.n1-slots .slot-age,
.n1-slots .slot-start {
  font-size: 12.5px;
  color: rgba(250, 250, 250, .45);
}

.n1-slots .slot-seats {
  font-size: 12px;
  color: var(--n1-yellow);
  margin-top: 3px;
}

.n1-enroll-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.n1-enroll-foot .n1-btn { flex: none; font-size: 15px; padding: 13px 30px; }

.n1-slot-summary {
  font-size: 14px;
  color: var(--n1-text-2);
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 1120px) {
  .n1-hero h1 { font-size: 44px; }
  .n1-hero { gap: 40px; }
  .n1-hero-visual { transform: scale(.9); transform-origin: center right; }
}

@media (max-width: 980px) {
  .n1-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 70px;
  }

  .n1-hero-visual {
    transform: none;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }

  .n1-why-grid { grid-template-columns: 1fr; gap: 34px; }
  .n1-platform-grid { grid-template-columns: repeat(2, 1fr); }

  .n1-lesson,
  .n1-lessons .n1-lesson:nth-of-type(even) {
    flex-direction: column;
    gap: 26px;
    margin-bottom: 56px;
  }

  .n1-lesson-media,
  .n1-lesson-copy { width: 100%; }

  .n1-roadmap-card {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 44px 36px;
  }

  .n1-roadmap-intro h2 { font-size: 32px; }

  .n1-slots .slots-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .n1-title,
  .n1-cta h2,
  .n1-enroll-inner h2 { font-size: 28px; }

  .n1-hero { padding-top: 24px; }
  .n1-hero h1 { font-size: 36px; letter-spacing: -.8px; }
  .n1-lead { font-size: 16.5px; }

  .n1-band { padding: 110px 24px; }

  .n1-why,
  .n1-reviews { padding: 64px 24px; }

  .n1-platforms,
  .n1-enroll { padding: 64px 24px; }

  .n1-lessons { padding: 70px 24px 20px; }

  /* Caruselul arată doar cardul central pe mobil */
  .n1-car-track { grid-template-columns: 1fr; }
  .n1-review-card { display: none; }
  .n1-review-card.is-center { display: block; }

  .n1-enroll-card { padding: 28px 22px; }
  .n1-enroll-foot { justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
  .n1-platform-grid { grid-template-columns: 1fr; }
  .n1-slots .slots-grid { grid-template-columns: 1fr; }
  .n1-stats { gap: 20px; }

  /* Compoziția hero, scalată pentru ecrane mici */
  .n1-hero-visual { height: 400px; max-width: 340px; }
  .n1-arch { right: 0; width: 250px; height: 330px; border-radius: 125px 125px 22px 22px; }
  .n1-photo-circle { width: 140px; height: 140px; bottom: 12px; }
  .n1-lottie-circle { width: 100px; height: 100px; bottom: 0; }
  .n1-deco-sparkle { right: -6px; width: 56px; }
  .n1-deco-braces { left: 0; top: 20px; width: 64px; }
}
