.elementor-13417 .elementor-element.elementor-element-2f55b1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-c607dd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-af4bec4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-7c1c7a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-6da2e5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-05ae092{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-c621eb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-2c5b4a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-4b209f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-a92be18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-20f3e78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-f4f7205{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-9981c48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13417 .elementor-element.elementor-element-33e5552{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e82742a *//* ===== HERO revizuit ===== */
.hero-ai4kids {
  padding: 6rem 2rem;
  background:
    radial-gradient(1200px 600px at -10% -10%, #f3f3ff 0%, transparent 60%),
    radial-gradient(1000px 500px at 110% 10%, #eefcfa 0%, transparent 60%),
    linear-gradient(145deg, #ffffff, #f9f9ff 60%);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Titlu + badges sub titlu */
.hero-text h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.1rem);
  color: #5151a3;
  margin: 0 0 0.6rem 0;
  line-height: 1.15;
}

.hero-badges.under-title {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 0 0 1.2rem 0;
}
.badge {
  background: #f0f0ff;
  color: #5151a3;
  border: 1px solid rgba(81,81,163,0.25);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

/* Subtitlu + impact */
.hero-subtitle {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
}
.hero-subtitle .impact {
  display: inline-block;
  font-weight: 900;
  color: #0bb4a9;
  margin-top: 0.4rem;
}

/* Butoane (alb forțat pe text) */
.hero-buttons {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.hero-ai4kids .btn-primary,
.hero-ai4kids .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.8rem;
  min-width: 210px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #ffffff !important; /* text alb, cu prioritate */
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  will-change: transform, box-shadow;
}
.hero-ai4kids .btn-primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  box-shadow: 0 12px 28px rgba(81,81,163,0.25);
  animation: soft-pulse 2.6s ease-in-out infinite;
}
.hero-ai4kids .btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(81,81,163,0.35);
}
.hero-ai4kids .btn-secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
  box-shadow: 0 12px 28px rgba(11,180,169,0.22);
}
.hero-ai4kids .btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(11,180,169,0.32);
}

/* Imagine + blob + chips */
.hero-image {
  position: relative;
  display: grid;
  place-items: center;
}
.image-blob {
  position: absolute;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle at 30% 30%, rgba(147,52,148,0.22), rgba(11,180,169,0.16) 60%, transparent 70%);
  filter: blur(18px);
  border-radius: 50%;
  z-index: 0;
  animation: blobFloat 9s ease-in-out infinite;
}
.hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.10);
  transition: transform 0.35s ease;
}
.hero-image img:hover { transform: translateY(-4px) scale(1.01); }

@keyframes blobFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-8px) scale(1.03); }
}

/* Chips plutitoare */
.floating-chip {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border: 1px solid rgba(81,81,163,0.18);
  color: #5151a3;
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-size: 0.9rem;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  animation: chipFloat 6s ease-in-out infinite;
  white-space: nowrap;
}
.chip-1 { top: 6%;   right: 2%;   animation-delay: 0.1s; }
.chip-2 { bottom: 12%; left: -4%; animation-delay: 0.6s; }
.chip-3 { top: 48%;  left: -6%;  animation-delay: 1.0s; }
.chip-4 { top: 12%;  left: 0%;   animation-delay: 1.4s; }
.chip-5 { bottom: 6%; right: 0%; animation-delay: 1.8s; }
.chip-7 { top: -4%;  right: 28%; animation-delay: 2.6s; }
.chip-8 { bottom: -4%; left: 28%; animation-delay: 3.0s; }
.chip-9 { top: 34%;  right: -8%; animation-delay: 3.4s; }

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* Puls pentru primary */
@keyframes soft-pulse {
  0%   { transform: translateY(0) scale(1); box-shadow: 0 12px 28px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 18px 40px rgba(81,81,163,0.35); }
  100% { transform: translateY(0) scale(1); box-shadow: 0 12px 28px rgba(81,81,163,0.25); }
}

/* Responsive */
@media (max-width: 960px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-buttons { justify-content: center; }
  .hero-text { order: 2; }
  .hero-image { order: 1; }
  .image-blob { width: 430px; height: 430px; }
  .floating-chip { display: none; } /* opțional pe mobil pentru claritate */
}

/* Respectă preferințele de mișcare redusă */
@media (prefers-reduced-motion: reduce) {
  .hero-ai4kids .btn-primary { animation: none; }
  .image-blob, .floating-chip { animation: none !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1657d1 *//* ===== Stats v3 – varianta dark premium ===== */
.ai-stats-section.v3 {
  padding: 5rem 1.5rem;
  background:
    radial-gradient(900px 500px at 110% 10%, rgba(11,180,169,0.12) 0%, transparent 60%),
    linear-gradient(180deg, #111222 0%, #0b0c14 100%);
  text-align: center;
  color: #ffffff;
}

.ai-stats-section.v3 .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header + accent */
.stats-head h2 {
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
}
.stats-accent {
  display: inline-block;
  width: 160px;
  height: 6px;
  background: linear-gradient(90deg, #0bb4a9, #5151a3, #933494);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  position: relative;
}
.stats-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);
  border-radius: 999px;
  animation: shimmer 2.8s ease-in-out infinite;
}
@keyframes shimmer {
  0%   { transform: translateX(-100%); opacity: 0.8; }
  50%  { transform: translateX(0%);    opacity: 0.6; }
  100% { transform: translateX(100%);  opacity: 0.8; }
}

/* Grid */
.stats-grid.fancy {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.2rem;
}

/* Card */
.stat-card.fancy {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 1.6rem 1.4rem 1.4rem;
  text-align: left;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

/* Orb decorativ */
.stat-orb {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -40px;
  top: -40px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(147,52,148,0.35) 0%, rgba(11,180,169,0.28) 60%, transparent 70%);
  filter: blur(6px);
  z-index: 0;
  animation: orbDrift 9s ease-in-out infinite;
}
@keyframes orbDrift {
  0%,100% { transform: translateY(0) scale(1); }
  50%     { transform: translateY(-6px) scale(1.04); }
}

.stat-card.fancy strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2.4rem;
  color: #0bb4a9;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.stat-card.fancy p {
  position: relative;
  z-index: 1;
  font-size: 0.98rem;
  color: #f5f5f5;
  line-height: 1.5;
  margin: 0;
}

/* Hover */
.stat-card.fancy:hover {
  transform: translateY(-6px);
  border-color: rgba(11,180,169,0.45);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
}

/* CTA */
.stats-ctas {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.stats-ctas .btn-primary,
.stats-ctas .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 220px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 12px;
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.stats-ctas .btn-primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  animation: soft-pulse 2.6s ease-in-out infinite;
}
.stats-ctas .btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(81,81,163,0.45);
}
.stats-ctas .btn-secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
}
.stats-ctas .btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11,180,169,0.45);
}

/* Pulse */
@keyframes soft-pulse {
  0%   { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 16px 34px rgba(81,81,163,0.45); }
  100% { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
}

/* Responsive */
@media (max-width: 1100px) {
  .stats-grid.fancy { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .stats-grid.fancy { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e733a3f *//* ===== Secțiune strip techy cu text centrat + butoane centrate ===== */
.ai-tech-strip {
  padding: 3.5rem 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9ff 100%);
  border-top: 1px solid rgba(81,81,163,0.12);
  border-bottom: 1px solid rgba(81,81,163,0.12);
}

.ai-tech-strip .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 2.5rem;
}

/* Text + butoane centrate pe toate ecranele */
.ai-strip-text {
  text-align: center;
}

.ai-strip-text h3 {
  font-size: 1.6rem;
  color: #5151a3;
  margin: 0 0 0.5rem 0;
}

.ai-strip-text p {
  margin: 0 0 1.2rem 0;
  color: #333;
  font-size: 1.05rem;
}

/* CTA-uri */
.ai-strip-ctas {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center; /* centrează butoanele */
}

/* Stil butoane – colorate, text alb, fără JS */
.ai-strip-ctas .btn-primary,
.ai-strip-ctas .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  min-width: 200px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 12px;
  color: #ffffff; /* text alb vizibil */
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  will-change: transform, box-shadow;
}

.ai-strip-ctas .btn-primary {
  background-color: #5151a3;  /* mov CSC */
  border: 2px solid #5151a3;
  box-shadow: 0 10px 24px rgba(81, 81, 163, 0.25);
  animation: soft-pulse 2.2s ease-in-out infinite; /* puls subtil */
}

.ai-strip-ctas .btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(81, 81, 163, 0.35);
}

.ai-strip-ctas .btn-secondary {
  background-color: #0bb4a9;  /* turcoaz CSC */
  border: 2px solid #0bb4a9;
  box-shadow: 0 10px 24px rgba(11, 180, 169, 0.22);
}

.ai-strip-ctas .btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 180, 169, 0.32);
}

/* Accent vizual techy (orb animat doar CSS) */
.ai-orb {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.08));
}

.orb-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #933494 0%, #5151a3 45%, #0bb4a9 100%);
  animation: orb-rotate 8s linear infinite;
}

.orb-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px dashed rgba(81,81,163,0.35);
  animation: ring-spin 6s linear infinite;
}

.orb-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255,255,255,0.9), 0 0 24px rgba(11,180,169,0.6);
}
.orb-spark.s1 {
  top: 14%;
  left: 68%;
  animation: spark-float 3.2s ease-in-out infinite;
}
.orb-spark.s2 {
  bottom: 12%;
  right: 60%;
  animation: spark-float 2.6s ease-in-out infinite reverse;
}

/* Animații */
@keyframes orb-rotate {
  0% { transform: rotate(0deg) scale(1); }
  50%{ transform: rotate(180deg) scale(1.015); }
  100%{ transform: rotate(360deg) scale(1); }
}
@keyframes ring-spin {
  0% { transform: rotate(0deg); opacity: 0.9; }
  100%{ transform: rotate(360deg); opacity: 0.9; }
}
@keyframes spark-float {
  0%,100% { transform: translate(0, 0) scale(1); }
  50%     { transform: translate(6px, -6px) scale(1.15); }
}

/* Puls reutilizat la btn-primary */
@keyframes soft-pulse {
  0%   { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 16px 34px rgba(81,81,163,0.35); }
  100% { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
}

/* Responsive: pe mobil, totul devine pe un singur coloană, textul și butoanele rămân centrate */
@media (max-width: 900px) {
  .ai-tech-strip .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ai-orb {
    order: -1;
    margin-bottom: 1rem;
  }
}

/* Respectă preferințele utilizatorilor pentru mișcare redusă */
@media (prefers-reduced-motion: reduce) {
  .ai-strip-ctas .btn-primary { animation: none; }
  .orb-core, .orb-ring, .orb-spark { animation: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc72a44 *//* ===== Secțiune: Ce învață copilul tău, concret ===== */
.ai-learning-pro.v2 {
  background: linear-gradient(180deg, #f9f9ff 0%, #ffffff 100%);
  padding: 5.5rem 1.5rem;
}

.ai-learning-pro.v2 .container {
  max-width: 1200px;
  margin: 0 auto;
}

.ai-pro-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

/* Head */
.ai-pro-head h2 {
  font-size: 2rem;
  color: #5151a3;
  margin: 0 0 0.75rem 0;
  line-height: 1.2;
}

.head-accent {
  display: inline-block;
  width: 160px;
  height: 6px;
  background: linear-gradient(90deg, #933494, #5151a3, #0bb4a9);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(81,81,163,0.25);
}

/* Listă itemi */
.ai-pro-list {
  list-style: none;
  margin: 1.6rem 0 0 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

.ai-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  background: #ffffff;
  border: 1px solid rgba(81,81,163,0.12);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ai-item:hover {
  transform: translateY(-4px);
  border-color: rgba(11,180,169,0.35);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}

.ai-item-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  color: #fff;
  background: radial-gradient(circle at 35% 35%, #933494 0%, #5151a3 70%);
  box-shadow: 0 10px 24px rgba(81,81,163,0.25);
}

.ai-item-body h3 {
  margin: 0 0 0.35rem 0;
  font-size: 1.15rem;
  color: #0bb4a9;
}

.ai-item-body p {
  margin: 0;
  font-size: 0.98rem;
  color: #333;
  line-height: 1.55;
}

/* CTA-uri */
.ai-pro-ctas {
  margin-top: 1.8rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ai-pro-ctas .btn-primary,
.ai-pro-ctas .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 220px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 12px;
  color: #ffffff; /* text alb clar */
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Primary */
.ai-pro-ctas .btn-primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  box-shadow: 0 10px 24px rgba(81,81,163,0.25);
  animation: soft-pulse 2.6s ease-in-out infinite;
}
.ai-pro-ctas .btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(81,81,163,0.35);
}

/* Secondary */
.ai-pro-ctas .btn-secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
  box-shadow: 0 10px 24px rgba(11,180,169,0.22);
}
.ai-pro-ctas .btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11,180,169,0.32);
}

/* Imagine + blob */
.ai-pro-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.visual-blob {
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(147,52,148,0.22), rgba(11,180,169,0.16) 60%, transparent 70%);
  filter: blur(18px);
  border-radius: 50%;
  z-index: 0;
  animation: blobFloat 9s ease-in-out infinite;
}

.ai-pro-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.10);
  transition: transform 0.35s ease;
}

.ai-pro-visual img:hover {
  transform: translateY(-4px) scale(1.01);
}

/* === Animații (corecte) === */
@keyframes blobFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-8px) scale(1.03); }
}

@keyframes soft-pulse {
  0%   { transform: translateY(0) scale(1);     box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 16px 34px rgba(81,81,163,0.35); }
  100% { transform: translateY(0) scale(1);     box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .ai-pro-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .ai-learning-pro.v2 { padding: 4.5rem 1.2rem; }
  .ai-pro-head h2 { font-size: 1.8rem; }
  .ai-item { grid-template-columns: 48px 1fr; }
  .ai-item-icon { width: 48px; height: 48px; font-size: 1.2rem; }
  .visual-blob { width: 420px; height: 420px; }
  .ai-pro-ctas { justify-content: center; }
}

@media (max-width: 480px) {
  .ai-pro-head h2 { font-size: 1.6rem; }
  .head-accent { width: 130px; height: 5px; }
  .ai-pro-ctas .btn-primary, .ai-pro-ctas .btn-secondary { min-width: 100%; }
}

/* Respectă preferințele pentru mișcare redusă */
@media (prefers-reduced-motion: reduce) {
  .visual-blob { animation: none; }
  .ai-pro-ctas .btn-primary { animation: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdf4642 */.next-groups {
  background: linear-gradient(90deg, #5151a3, #0bb4a9);
  color: #fff;
  padding: 1.5rem 1rem;
  text-align: center;
}

.next-groups .container {
  max-width: 900px;
  margin: 0 auto;
}

.next-groups-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.calendar-icon {
  font-size: 2rem;
}

.group-text h3 {
  font-size: 1.2rem;
  margin: 0;
}

.date-text {
  font-weight: bold;
  color: #ffef94; /* evidențiere dată */
}

.white-text {
  color: #fff !important; /* alb garantat */
  font-weight: normal;
}

.note {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  opacity: 0.9;
  font-style: italic;
}

/* Responsive */
@media (max-width: 600px) {
  .group-text h3 {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f357f51 *//* ===== CSC – Cum funcționează cursul (scoped) ===== */
.csc-course-details {
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f9f9ff 0%, #ececff 100%);
}

.csc-course-details::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(147, 52, 148, 0.05) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(11, 180, 169, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.csc-course-container {
  max-width: 1200px;
  margin: 0 auto;
}

.csc-course-details h2 {
  font-size: 2rem;
  color: #5151a3;
  margin-bottom: 2.5rem;
}

/* Listă detalii */
.csc-details-list {
  list-style: none;
  padding: 0;
  max-width: 740px;
  margin: 0 auto;
}

.csc-details-list li {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.2rem;
  text-align: left;
}

.csc-details-list li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  color: #0bb4a9;
}

/* CTA buttons */
.csc-cta-buttons {
  margin-top: 2.4rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.csc-btn-primary,
.csc-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important; /* text alb vizibil */
  will-change: transform, box-shadow;
}

/* Primary */
.csc-btn-primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  box-shadow: 0 10px 24px rgba(81,81,163,0.25);
  animation: csc-soft-pulse 2.2s ease-in-out infinite;
}
.csc-btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(81,81,163,0.35);
}

/* Secondary */
.csc-btn-secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
  box-shadow: 0 10px 24px rgba(11,180,169,0.22);
}
.csc-btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11,180,169,0.32);
}

/* Animations (scoped names) */
@keyframes csc-soft-pulse {
  0%   { transform: translateY(0) scale(1);    box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 16px 34px rgba(81,81,163,0.35); }
  100% { transform: translateY(0) scale(1);    box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
}

/* Respectă preferințele utilizatorului */
@media (prefers-reduced-motion: reduce) {
  .csc-btn-primary { animation: none; }
  .csc-btn-primary, .csc-btn-secondary { transition: none; }
}

/* Responsivitate */
@media (max-width: 768px) {
  .csc-details-list li {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dae0b2d *//* ===== CSC — Testimoniale (scoped) ===== */
.csc-testimonials {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9ff 100%);
}

.csc-testimonials .csc-t-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Head + accent gradient */
.csc-testimonials .csc-t-head {
  text-align: center;
  margin-bottom: 2.2rem;
}
.csc-testimonials h2 {
  font-size: 2rem;
  color: #5151a3;
  margin: 0 0 0.75rem 0;
}
.csc-testimonials .csc-t-accent {
  display: inline-block;
  width: 160px;
  height: 6px;
  background: linear-gradient(90deg, #933494, #5151a3, #0bb4a9);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(81,81,163,0.25);
  position: relative;
}
.csc-testimonials .csc-t-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  border-radius: 999px;
  animation: csc-t-shimmer 3s ease-in-out infinite;
}
@keyframes csc-t-shimmer {
  0% { transform: translateX(-100%); opacity: 0.8; }
  50% { transform: translateX(0%);    opacity: 0.6; }
  100%{ transform: translateX(100%);  opacity: 0.8; }
}

/* Grid */
.csc-testimonials .csc-t-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

/* Card */
.csc-testimonials .csc-t-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(81,81,163,0.12);
  border-radius: 16px;
  padding: 1.6rem 1.4rem;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}
.csc-testimonials .csc-t-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11,180,169,0.35);
  box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}

/* Ghilimele stilizate */
.csc-testimonials .csc-t-quote {
  position: absolute;
  top: -12px;
  left: -2px;
  font-size: 5rem;
  line-height: 1;
  color: rgba(81,81,163,0.1);
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
}

/* Text & autor */
.csc-testimonials .csc-t-text {
  position: relative;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 1rem 0;
}
.csc-testimonials .csc-t-author {
  position: relative;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0bb4a9;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .csc-testimonials .csc-t-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .csc-testimonials .csc-t-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .csc-testimonials .csc-t-accent::after { animation: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82ba7c8 *//* ===== CSC — Secțiune Inspiratională (scoped) ===== */
.csc-inspire {
  background: linear-gradient(140deg, #ffffff 40%, #f9f9ff 100%);
  padding: 6rem 2rem;
}

.csc-inspire .csc-inspire-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.csc-inspire h2 {
  font-size: 2.2rem;
  color: #5151a3;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.csc-inspire .csc-lead {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Lista de „dovezi” */
.csc-proof-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
}
.csc-proof-list li {
  background: #fff;
  border-left: 5px solid #0bb4a9;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.8rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  font-size: 1rem;
  color: #333;
}

/* Callout beneficii */
.csc-benefit-callout {
  background: linear-gradient(135deg, rgba(81,81,163,0.08), rgba(11,180,169,0.08));
  border: 1px solid rgba(81,81,163,0.15);
  border-radius: 14px;
  padding: 1.2rem 1.2rem;
  margin-bottom: 2rem;
}
.csc-benefit-callout p {
  margin: 0;
  color: #222;
  line-height: 1.6;
}

/* CTA-uri (scopate pe secțiune) */
.csc-inspire-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.csc-inspire .csc-btn-primary,
.csc-inspire .csc-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 220px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  color: #ffffff; /* text alb */
  will-change: transform, box-shadow;
}

/* Primary */
.csc-inspire .csc-btn-primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  box-shadow: 0 10px 24px rgba(81, 81, 163, 0.25);
  animation: csc-inspire-softpulse 2.2s ease-in-out infinite;
}
.csc-inspire .csc-btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(81, 81, 163, 0.35);
}

/* Secondary */
.csc-inspire .csc-btn-secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
  box-shadow: 0 10px 24px rgba(11, 180, 169, 0.22);
}
.csc-inspire .csc-btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 180, 169, 0.32);
}

/* Imagine */
.csc-inspire .csc-inspire-image { text-align: center; }
.csc-inspire .csc-inspire-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease;
}
.csc-inspire .csc-inspire-image img:hover {
  transform: translateY(-3px) scale(1.01);
}

/* Animații (scoped names) */
@keyframes csc-inspire-softpulse {
  0%   { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 16px 34px rgba(81,81,163,0.35); }
  100% { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
}

/* Responsive */
@media (max-width: 900px) {
  .csc-inspire .csc-inspire-wrap {
    grid-template-columns: 1fr;
  }
  .csc-inspire .csc-inspire-image {
    order: -1;
    margin-bottom: 1.5rem;
  }
}

/* Respectă preferințele de mișcare redusă */
@media (prefers-reduced-motion: reduce) {
  .csc-inspire .csc-btn-primary { animation: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef0977f *//* ===== CSC — Ce primește copilul tău (scoped) ===== */
.csc-benefits {
  background: #ffffff;
  padding: 5.5rem 1.5rem;
  text-align: center;
}
.csc-benefits .csc-b-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.csc-benefits h2 {
  font-size: 2rem;
  color: #5151a3;
  margin-bottom: 0.6rem;
}
.csc-benefits .csc-b-subtitle {
  font-size: 1.05rem;
  color: #555;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

/* Grid beneficii */
.csc-benefits .csc-b-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto 2.2rem;
}

.csc-benefits .csc-b-item {
  background: #f9f9ff;
  border: 1px solid rgba(81,81,163,0.12);
  border-radius: 16px;
  padding: 1.6rem 1.4rem;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.csc-benefits .csc-b-item:hover {
  transform: translateY(-4px);
  border-color: rgba(11,180,169,0.35);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.csc-benefits .csc-b-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #933494 0%, #5151a3 70%);
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 6px 16px rgba(81,81,163,0.25);
  margin-bottom: 0.9rem;
}

.csc-benefits .csc-b-item h3 {
  font-size: 1.15rem;
  color: #0bb4a9;
  margin: 0 0 0.4rem 0;
}
.csc-benefits .csc-b-item p {
  color: #333;
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

/* CTA-uri (scopate) */
.csc-benefits .csc-b-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.csc-benefits .csc-b-btn-primary,
.csc-benefits .csc-b-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 220px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 12px;
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  will-change: transform, box-shadow;
}

/* Primary & Secondary (culori CSC) */
.csc-benefits .csc-b-btn-primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  box-shadow: 0 10px 24px rgba(81, 81, 163, 0.25);
  animation: csc-b-softpulse 2.2s ease-in-out infinite;
}
.csc-benefits .csc-b-btn-primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(81, 81, 163, 0.35);
}
.csc-benefits .csc-b-btn-secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
  box-shadow: 0 10px 24px rgba(11, 180, 169, 0.22);
}
.csc-benefits .csc-b-btn-secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 180, 169, 0.32);
}

/* Animație puls (scoped) */
@keyframes csc-b-softpulse {
  0%   { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
  50%  { transform: translateY(-1px) scale(1.015); box-shadow: 0 16px 34px rgba(81,81,163,0.35); }
  100% { transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(81,81,163,0.25); }
}

/* Responsive */
@media (max-width: 1024px) {
  .csc-benefits .csc-b-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .csc-benefits .csc-b-grid { grid-template-columns: 1fr; }
  .csc-benefits .csc-b-item { text-align: left; }
}

/* Reduce motion respect */
@media (prefers-reduced-motion: reduce) {
  .csc-benefits .csc-b-btn-primary { animation: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-633689c *//* ===== CSC — Mini CTA v3 (dark + alb complet) ===== */
.csc-mini-cta.v3 {
  position: relative;
  overflow: hidden;
  padding: 3rem 1.5rem;
  background: linear-gradient(160deg, #1a1a2e 0%, #0f172a 100%);
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.csc-mini-cta.v3 .csc-mcta-bg {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 14px
    );
  opacity: 0.35;
  animation: csc-mcta-scan 22s linear infinite;
  pointer-events: none;
}
@keyframes csc-mcta-scan {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-160px); }
}

.csc-mini-cta.v3 .csc-mcta-wrap {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Titlu alb */
.csc-mini-cta.v3 .csc-mcta-title {
  margin: 0;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .3px;
  color: #fff; /* TOT alb */
}

.csc-mini-cta.v3 .csc-mcta-accent {
  display: block;
  width: 180px;
  height: 6px;
  margin: .9rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #933494, #5151a3, #0bb4a9);
  box-shadow: 0 6px 18px rgba(81,81,163,.35);
  position: relative;
  overflow: hidden;
}
.csc-mini-cta.v3 .csc-mcta-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
  animation: csc-mcta-shimmer 3.2s ease-in-out infinite;
}
@keyframes csc-mcta-shimmer {
  0%   { transform: translateX(-100%); }
  50%  { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

.csc-mini-cta.v3 .csc-mcta-sub {
  margin: 1.2rem auto 1.8rem;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: rgba(255,255,255,0.9);
  max-width: 720px;
  line-height: 1.6;
}

/* Butoane */
.csc-mini-cta.v3 .csc-mcta-buttons {
  display: flex;
  gap: .8rem;
  justify-content: center;
  flex-wrap: wrap;
}
.csc-mini-cta.v3 .csc-mcta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 1rem 1.6rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff !important;
  transition: transform .2s, box-shadow .2s, background-color .2s, border-color .2s;
  will-change: transform, box-shadow;
  border: 2px solid transparent;
}

/* Primary */
.csc-mini-cta.v3 .csc-mcta-btn--primary {
  background-color: #5151a3;
  border-color: #5151a3;
  box-shadow: 0 12px 28px rgba(81,81,163,.25);
}
.csc-mini-cta.v3 .csc-mcta-btn--primary:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(81,81,163,.35);
}

/* Secondary */
.csc-mini-cta.v3 .csc-mcta-btn--secondary {
  background-color: #0bb4a9;
  border-color: #0bb4a9;
  box-shadow: 0 12px 28px rgba(11,180,169,.22);
}
.csc-mini-cta.v3 .csc-mcta-btn--secondary:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(11,180,169,.32);
}

/* Responsive */
@media (max-width: 720px) {
  .csc-mini-cta.v3 { padding: 2.4rem 1.2rem; }
  .csc-mini-cta.v3 .csc-mcta-btn { min-width: 100%; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .csc-mini-cta.v3 .csc-mcta-bg,
  .csc-mini-cta.v3 .csc-mcta-accent::after {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3871419 *//* ===== CSC — Garanția calității (scoped) ===== */
.csc-quality {
  padding: 5.5rem 1.5rem;
  background-color: #ffffff;
  color: #333;
}

.csc-quality .csc-q-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Head */
.csc-quality .csc-q-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.csc-quality .csc-q-head h2 {
  font-size: 2rem;
  color: #5151a3;
  margin: 0;
}
.csc-quality .csc-q-head p {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  color: #555;
}

/* Grid carduri */
.csc-quality .csc-q-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.csc-quality .csc-q-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem;
  border: 1px solid #eee;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.csc-quality .csc-q-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: rgba(11,180,169,0.28);
}

.csc-quality .csc-q-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.8rem;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.csc-quality .csc-q-card h3 {
  margin: 0 0 0.4rem 0;
  font-size: 1.15rem;
  color: #5151a3;
}
.csc-quality .csc-q-card p {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

/* Badge-uri */
.csc-quality .csc-q-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.csc-quality .csc-q-badge {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  background: #f9f9ff;
  border-radius: 999px;
  padding: 0.6rem 1rem;
  border: 1px solid #e0e0f0;
}
.csc-quality .csc-q-badge-ico {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0bb4a9;
  color: #fff;
  font-size: 0.9rem;
}

/* CTA-uri (scopate) */
.csc-quality .csc-q-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.csc-quality .csc-q-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 220px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.csc-quality .csc-q-btn--primary {
  background-color: #5151a3;
  border: 2px solid #5151a3;
}
.csc-quality .csc-q-btn--primary:hover {
  background-color: #3f3f8a;
}
.csc-quality .csc-q-btn--secondary {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
}
.csc-quality .csc-q-btn--secondary:hover {
  background-color: #09988f;
}

/* Responsive */
@media (max-width: 1100px) {
  .csc-quality .csc-q-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .csc-quality .csc-q-grid { grid-template-columns: 1fr; }
  .csc-quality .csc-q-note { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-044316f *//* ===== CSC — Despre mentori v2 (scoped) ===== */
.csc-mentors.v2 {
  padding: 4.5rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9ff 100%);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.csc-mentors.v2 .cscm-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.csc-mentors.v2 .cscm-head {
  text-align: center;
  margin-bottom: 1.6rem;
}
.csc-mentors.v2 .cscm-head h2 {
  font-size: 2rem;
  color: #5151a3;
  margin: 0 0 .4rem 0;
}
.csc-mentors.v2 .cscm-head p {
  margin: 0;
  color: #555;
  font-size: 1.02rem;
}

/* Lista de carduri */
.csc-mentors.v2 .cscm-list {
  display: grid;
  gap: 1rem;
}

/* Card pe orizontală */
.csc-mentors.v2 .cscm-card {
  display: grid;
  grid-template-columns: 110px 1fr; /* avatar mic + text */
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(81,81,163,0.12);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.csc-mentors.v2 .cscm-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11,180,169,0.35);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}

/* Avatar mic, rotund, cu inel gradient */
.csc-mentors.v2 .cscm-avatar {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.csc-mentors.v2 .cscm-ring {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #933494, #5151a3, #0bb4a9, #933494);
  filter: blur(0.4px);
  z-index: 0;
}
.csc-mentors.v2 .cscm-avatar img {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
  background: #f3f3fc;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Text */
.csc-mentors.v2 .cscm-body { min-width: 0; }
.csc-mentors.v2 .cscm-name {
  margin: 0;
  font-size: 1.15rem;
  color: #0bb4a9;
  letter-spacing: .2px;
  font-weight: 800;
}
.csc-mentors.v2 .cscm-role {
  margin: .05rem 0 .35rem 0;
  font-size: .98rem;
  color: #5151a3;
  font-weight: 700;
}
.csc-mentors.v2 .cscm-blurb {
  margin: 0;
  color: #333;
  line-height: 1.55;
  font-size: .98rem;
}

/* Responsive */
@media (max-width: 720px) {
  .csc-mentors.v2 { padding: 4rem 1.2rem; }
  .csc-mentors.v2 .cscm-card {
    grid-template-columns: 84px 1fr;
    padding: .9rem;
  }
  .csc-mentors.v2 .cscm-avatar { width: 80px; height: 80px; }
  .csc-mentors.v2 .cscm-avatar img { width: 76px; height: 76px; }
}

@media (max-width: 480px) {
  .csc-mentors.v2 .cscm-head h2 { font-size: 1.7rem; }
  .csc-mentors.v2 .cscm-card {
    grid-template-columns: 72px 1fr;
    gap: .8rem;
  }
  .csc-mentors.v2 .cscm-avatar { width: 70px; height: 70px; }
  .csc-mentors.v2 .cscm-avatar img { width: 66px; height: 66px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7dec43 *//* ===== CSC — FAQ Dropdown (doar HTML+CSS, accesibil) ===== */
.csc-faq {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9ff 100%);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.csc-faq .csc-faq-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.csc-faq .csc-faq-head {
  text-align: center;
  margin-bottom: 2rem;
}
.csc-faq .csc-faq-head h2 {
  font-size: 2rem;
  color: #5151a3;
  margin: 0 0 .5rem 0;
}
.csc-faq .csc-faq-head p {
  margin: 0;
  font-size: 1.05rem;
  color: #555;
}

/* Lista FAQ */
.csc-faq .csc-faq-list {
  display: grid;
  gap: .9rem;
  margin-top: 1.2rem;
}

/* Item FAQ */
.csc-faq .csc-faq-item {
  border: 1px solid rgba(81,81,163,0.14);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.csc-faq .csc-faq-item[open] {
  border-color: rgba(11,180,169,0.35);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

/* Summary (header întrebării) */
.csc-faq .csc-faq-item > summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.2rem;
  font-weight: 800;
  color: #333;
  position: relative;
  user-select: none;
}

.csc-faq .csc-faq-item > summary::-webkit-details-marker { display: none; }

/* Icon chevron */
.csc-faq .csc-faq-item .chev {
  width: 24px; height: 24px;
  stroke: #5151a3;
  fill: none;
  stroke-width: 2.2;
  transition: transform .25s ease, stroke .25s ease;
}
.csc-faq .csc-faq-item[open] .chev {
  transform: rotate(180deg);
  stroke: #0bb4a9;
}

/* Conținut */
.csc-faq .csc-faq-content {
  padding: 0 1.2rem 1.2rem 1.2rem;
  color: #333;
  line-height: 1.6;
  font-size: .98rem;
  border-top: 1px solid rgba(81,81,163,0.12);
  animation: csc-faq-reveal .25s ease;
}
@keyframes csc-faq-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* CTA-uri sub FAQ */
.csc-faq .csc-faq-ctas {
  margin-top: 1.8rem;
  display: flex;
  gap: .9rem;
  justify-content: center;
  flex-wrap: wrap;
}

.csc-faq .csc-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: .95rem 1.6rem;
  border-radius: 12px;
  font-size: .98rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s, border-color .2s, color .2s;
}

.csc-faq .csc-faq-btn--solid {
  background-color: #5151a3;
  border: 2px solid #5151a3;
  color: #fff;
  box-shadow: 0 12px 28px rgba(81,81,163,.25);
}
.csc-faq .csc-faq-btn--solid:hover {
  background-color: #3f3f8a;
  border-color: #3f3f8a;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(81,81,163,.35);
}

.csc-faq .csc-faq-btn--outline {
  background-color: #0bb4a9;
  border: 2px solid #0bb4a9;
  color: #fff;
  box-shadow: 0 12px 28px rgba(11,180,169,.22);
}
.csc-faq .csc-faq-btn--outline:hover {
  background-color: #09988f;
  border-color: #09988f;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(11,180,169,.32);
}

/* Responsive */
@media (max-width: 720px) {
  .csc-faq { padding: 4rem 1.2rem; }
  .csc-faq .csc-faq-head h2 { font-size: 1.7rem; }
  .csc-faq .csc-faq-btn { min-width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d4fe76 *//* ===== CSC — Contact „uman” (dark, all-white text) ===== */
.csc-contact-human {
  background: radial-gradient(1200px 600px at -15% -20%, rgba(147,52,148,0.18), transparent 55%),
              radial-gradient(900px 500px at 120% 20%, rgba(11,180,169,0.16), transparent 60%),
              linear-gradient(160deg, #0e1023 0%, #121535 60%, #0f132c 100%);
  color: #fff;
  padding: 4.2rem 1.5rem;
}

.csc-contact-human .csc-ch-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.csc-contact-human h2 {
  color: #fff;                /* titlu alb */
  font-size: 2rem;
  margin: 0 0 .6rem 0;
  letter-spacing: .2px;
}

.csc-contact-human .csc-ch-intro {
  color: rgba(255,255,255,0.92); /* alb cu ușoară transparență pt. echilibru */
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0 auto 2.2rem;
  max-width: 720px;
}

/* Grid contacte */
.csc-contact-human .csc-ch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.csc-contact-human .csc-ch-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 1.3rem 1.2rem;
  text-align: left;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.csc-contact-human .csc-ch-item:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(11,180,169,0.45);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}

.csc-contact-human .csc-ch-icon {
  font-size: 1.9rem;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
}

.csc-contact-human .csc-ch-details h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #ffffff; /* subtitlu alb */
  font-weight: 800;
  letter-spacing: .2px;
}

.csc-contact-human .csc-ch-details p {
  margin: .2rem 0 .2rem;
  font-size: 1.05rem;
  color: #ffffff; /* text alb */
}

.csc-contact-human .csc-ch-details a {
  color: #ffffff;             /* link alb */
  text-decoration: underline;
  text-underline-offset: 3px;
}
.csc-contact-human .csc-ch-details a:hover {
  text-decoration-thickness: 2px;
}

.csc-contact-human .csc-ch-details small {
  display: block;
  font-size: .9rem;
  color: rgba(255,255,255,0.85); /* notă albă mai discretă */
}

/* Responsive */
@media (max-width: 760px) {
  .csc-contact-human { padding: 3.4rem 1.2rem; }
  .csc-contact-human .csc-ch-grid { grid-template-columns: 1fr; }
  .csc-contact-human .csc-ch-item { flex-direction: row; }
}

@media (max-width: 420px) {
  .csc-contact-human h2 { font-size: 1.6rem; }
  .csc-contact-human .csc-ch-intro { font-size: 1rem; }
}

/* Reduce motion (nu avem animații aici, dar păstrăm hook-ul pentru consistență) */
@media (prefers-reduced-motion: reduce) {
  .csc-contact-human .csc-ch-item { transition: none; }
}/* End custom CSS */