.elementor-8210 .elementor-element.elementor-element-b88a0b9{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-59b84ed *//* ========= Landing Workshop – Card Layout / Pastel ========= */

:root {
  --nr-brand: #ed1e79;        /* magenta brand */
  --nr-brand-2: #7b6dff;      /* mov-lavandă pastel */
  --nr-accent-mint: #9af3d8;  /* mint pastel */
  --nr-bg-page: #f2f3fb;      /* fundal general */
  --nr-text: #222239;
  --nr-text-muted: #6e6a86;
  --nr-radius-xl: 28px;
  --nr-radius-lg: 20px;
  --nr-radius-md: 14px;
  --nr-shadow-soft: 0 22px 45px rgba(41, 35, 89, 0.14);
  --nr-max-width: 1120px;
}

/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body.nr-landing-body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
  color: var(--nr-text);
  line-height: 1.6;
  background: var(--nr-bg-page);
}

/* CONTAINER & MAIN */

main {
  padding: 24px 0 40px;
}

.nr-container {
  width: 100%;
  max-width: var(--nr-max-width);
  margin: 0 auto;
  padding: 0 16px;
}

/* BUTOANE */

.nr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    background 0.14s ease,
    border-color 0.14s ease;
}

.nr-btn-primary {
  background: linear-gradient(135deg, var(--nr-brand), var(--nr-brand-2));
  color: #fff;
  box-shadow: 0 14px 30px rgba(123, 109, 255, 0.35);
}

.nr-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(123, 109, 255, 0.45);
}

.nr-btn-lg {
  padding: 13px 26px;
  font-size: 1rem;
}

.nr-btn-full {
  width: 100%;
}

/* ================= HERO – CARD PASTEL / LIVE ================= */

.nr-hero {
  padding: 32px 0 18px;
}

.nr-hero > .nr-container {
  position: relative;
  border-radius: var(--nr-radius-xl);
  padding: 34px 28px 28px;
  box-shadow: var(--nr-shadow-soft);
  overflow: hidden;
  background-image:
    radial-gradient(circle at 0% 0%, #f7b8f0 0, transparent 55%),
    radial-gradient(circle at 50% 0%, #c9f7e6 0, transparent 55%),
    radial-gradient(circle at 100% 0%, #c7c4ff 0, transparent 55%),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 55%);
  background-color: #fdf7ff;
  background-blend-mode: screen;
}

/* “purici” subtili peste gradient */
.nr-hero > .nr-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    radial-gradient(rgba(237, 30, 121, 0.08) 1px, transparent 1px);
  background-size: 4px 4px, 6px 6px;
  mix-blend-mode: soft-light;
  opacity: 0.7;
  pointer-events: none;
}

.nr-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

/* Eyebrow + LIVE pill */

.nr-hero-eyebrow {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(80, 68, 172, 0.9);
  margin: 0 0 6px;
}

/* LIVE pill cu punct care pulsează */

.nr-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.85);
  color: var(--nr-brand-2);
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.nr-pill::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--nr-brand);
  box-shadow: 0 0 0 0 rgba(237, 30, 121, 0.6);
  animation: nr-pulse 1.6s ease-out infinite;
}

@keyframes nr-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(237, 30, 121, 0.6);
  }
  70% {
    transform: scale(1.18);
    box-shadow: 0 0 0 10px rgba(237, 30, 121, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(237, 30, 121, 0);
  }
}

/* Titlu – soft, fără majuscule */

.nr-hero-title {
  font-weight: 700;
  font-size: clamp(2.1rem, 3.8vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #3f366f;
  text-transform: none;
  margin: 0 0 10px;
}

.nr-hero-title span {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: var(--nr-brand);
}

/* Subtitlu & meta */

.nr-hero-subtitle {
  font-size: 1rem;
  color: #665c8a;
  max-width: 560px;
  margin: 0 0 18px;
}

.nr-hero-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 0.9rem;
  color: #6e6a86;
}

.nr-hero-meta li + li {
  margin-top: 4px;
}

.nr-hero-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nr-hero-note {
  font-size: 0.8rem;
  color: #6e6a86;
}

/* Card dreapta în hero */

.nr-hero-right {
  display: flex;
  justify-content: center;
}

.nr-hero-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 20px 20px 18px;
  box-shadow: 0 18px 40px rgba(145, 132, 255, 0.25);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.nr-hero-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0 0, rgba(237, 30, 121, 0.15), transparent 65%),
    radial-gradient(circle at 100% 100%, rgba(123, 109, 255, 0.18), transparent 65%);
  opacity: 0.7;
  pointer-events: none;
}

.nr-hero-card > * {
  position: relative;
  z-index: 1;
}

.nr-hero-price-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fff5fc;
  color: var(--nr-brand);
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  border: 1px solid rgba(237, 30, 121, 0.35);
}

.nr-hero-card-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #4b3fa4;
}

.nr-hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: #706b8b;
}

.nr-hero-card-list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}

.nr-hero-card-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--nr-brand);
}

.nr-hero-secure {
  font-size: 0.78rem;
  color: #8984a3;
  text-align: center;
  margin: 8px 0 0;
}

/* =============== SECTIUNI GENERALE (în carduri) =============== */

.nr-section {
  padding: 16px 0;
}

.nr-section-muted {
  padding: 16px 0;
  background: transparent;
}

.nr-section > .nr-container,
.nr-section-muted > .nr-container {
  margin-top: 16px;
  background: #ffffff;
  border-radius: var(--nr-radius-xl);
  padding: 26px 22px 24px;
  box-shadow: var(--nr-shadow-soft);
}

/* Titluri & texte */

.nr-section-title {
  font-size: 1.5rem;
  margin: 0 0 14px;
  color: #4b3fa4;
}

.nr-section-title.center {
  text-align: center;
}

.nr-section-text {
  margin: 0 0 10px;
  color: var(--nr-text-muted);
}

.nr-section-intro {
  max-width: 640px;
  margin: 0 auto 26px;
  color: var(--nr-text-muted);
}

/* Layout 2 coloane */

.nr-two-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.nr-align-center {
  align-items: center;
}

/* Box evidențiat */

.nr-highlight-box {
  background: #ffffff;
  border-radius: var(--nr-radius-lg);
  padding: 18px 18px 16px;
  box-shadow: 0 14px 30px rgba(177, 167, 255, 0.24);
  border: 1px solid rgba(198, 190, 255, 0.8);
  font-size: 0.9rem;
}

.nr-highlight-box h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  color: #4b3fa4;
}

.nr-highlight-box ul {
  margin: 0 0 10px;
  padding-left: 18px;
  color: var(--nr-text-muted);
}

/* GRID CARDURI */

.nr-grid {
  display: grid;
  gap: 18px;
}

.nr-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.nr-card {
  background: #ffffff;
  border-radius: var(--nr-radius-md);
  padding: 16px 16px 14px;
  box-shadow: 0 16px 34px rgba(188, 178, 255, 0.3);
  border: 1px solid rgba(206, 196, 255, 0.9);
  font-size: 0.9rem;
}

.nr-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #4b3fa4;
}

.nr-card p {
  margin: 0;
  color: var(--nr-text-muted);
}

/* TIMELINE */

.nr-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid rgba(123, 109, 255, 0.45);
}

.nr-timeline li {
  padding-left: 14px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: var(--nr-text-muted);
  position: relative;
}

.nr-timeline li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: radial-gradient(circle, #ffffff 0, #f5d8ff 55%, #efc0ff 100%);
  border: 2px solid var(--nr-brand);
}

.nr-tl-label {
  display: inline-block;
  font-weight: 600;
  color: #4b3fa4;
  margin-right: 6px;
}

/* CHECKLIST */

.nr-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: var(--nr-text-muted);
}

.nr-checklist li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}

.nr-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9rem;
  color: var(--nr-brand-2);
}

/* NOTE MICI */

.nr-small-note {
  font-size: 0.8rem;
  color: var(--nr-text-muted);
  margin-top: 8px;
}

/* CARD PREȚ */

.nr-price-card {
  background: #ffffff;
  border-radius: var(--nr-radius-xl);
  padding: 20px 22px 20px;
  box-shadow: 0 16px 34px rgba(188, 178, 255, 0.3);
  border: 1px solid rgba(206, 196, 255, 0.95);
  text-align: center;
}

.nr-price-label {
  font-size: 0.9rem;
  color: var(--nr-text-muted);
  margin-bottom: 6px;
}

.nr-price-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}

.nr-price-amount {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4b3fa4;
}

.nr-price-currency {
  font-size: 1rem;
  color: var(--nr-text-muted);
}

.nr-price-sub {
  font-size: 0.86rem;
  color: var(--nr-text-muted);
  margin: 0 0 14px;
}

.nr-secure-text {
  font-size: 0.78rem;
  color: var(--nr-text-muted);
  margin: 8px 0 0;
}

/* ========== SPEAKERS SECTION ========== */

.nr-speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 18px;
}

.nr-speaker-card {
  background: #ffffff;
  border-radius: var(--nr-radius-lg);
  padding: 22px 18px 20px;
  box-shadow: 0 18px 38px rgba(180, 168, 255, 0.3);
  border: 1px solid rgba(206, 196, 255, 0.9);
  text-align: center;
}

.nr-speaker-img {
  width: 130px;
  height: 130px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(150, 138, 255, 0.4);
}

.nr-speaker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nr-speaker-name {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #4b3fa4;
}

.nr-speaker-role {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--nr-brand);
  margin: 0 0 10px;
}

.nr-speaker-desc {
  font-size: 0.85rem;
  color: var(--nr-text-muted);
  line-height: 1.45;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .nr-hero > .nr-container {
    padding: 26px 18px 22px;
  }

  .nr-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Nu inversăm ordinea pe mobil: titlul rămâne primul */
  /* .nr-hero-right { order: -1; } */

  .nr-two-cols {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .nr-hero {
    padding-top: 24px;
  }

  .nr-price-card {
    margin-top: 10px;
  }

  .nr-speaker-card {
    padding: 18px 16px;
  }

  .nr-speaker-img {
    width: 120px;
    height: 120px;
  }
}/* End custom CSS */