.elementor-15 .elementor-element.elementor-element-3c0e6dc{--display:flex;}.elementor-15 .elementor-element.elementor-element-e08b350{--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-15 .elementor-element.elementor-element-778dfc7{--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-15 .elementor-element.elementor-element-80f2ac0{--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-15 .elementor-element.elementor-element-4c97a55{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0e719d1 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Playfair+Display:ital,wght@0,700;1,400&display=swap');

:root {
  --pink-primary: #C2185B;
  --pink-secondary: #F8BBD0;
  --pink-bg: #FFF9FB;
  --text-dark: #381620;
  --text-muted: #A37885;
  --border-color: #F1DAE2;
}

.anca-hero {
  padding: 60px 0;
  background-color: var(--pink-bg);
  font-family: 'Inter', sans-serif;
  overflow: visible;
}

.ps-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-hero-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}


.ps-hero-content { flex: 1.3; }


.ps-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 68px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 30px;
}

.ps-hero-title-italic {
  font-style: italic;
  font-weight: 400;
  color: var(--pink-primary);
}

.ps-hero-desc {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 45px;
}


.ps-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ps-btn-primary {
  background-color: var(--pink-primary);
  color: white;
  border: none;
  padding: 20px 40px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(194, 24, 91, 0.2);
  transition: transform 0.3s;
}

.ps-btn-primary:hover { transform: translateY(-3px); }

.ps-btn-consultation {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: var(--text-dark);
  cursor: pointer;
}

.ps-video-circle {
  width: 50px;
  height: 50px;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.ps-play-icon { color: var(--pink-secondary); font-size: 12px; margin-left: 2px; }


.ps-hero-visual {
  flex: 1;
  position: relative;
}

.ps-hero-card {
  position: relative;
  z-index: 2;
  border-radius: 60px;
  overflow: hidden;
  border: 8px solid white;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.ps-hero-card img { width: 100%; display: block; }

.ps-visual-decor {
  position: absolute;
  inset: 0;
  background-color: var(--border-color);
  border-radius: 60px;
  transform: rotate(4deg);
  z-index: 1;
}


.ps-rating-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ps-stars { color: #FFB300; font-size: 12px; margin-bottom: 8px; }

.ps-rating-text {
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  color: var(--text-dark);
  text-transform: uppercase;
}


@media (max-width: 1024px) {
  .ps-hero-inner { flex-direction: column; text-align: center; gap: 60px; }
  .ps-hero-title { font-size: 44px; }
  .ps-hero-actions { flex-direction: column; }
  .ps-hero-desc { margin: 0 auto 40px; }
  .ps-rating-badge { width: 110px; height: 110px; bottom: -20px; right: -10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18ec9b3 */.ps-brand-strip {
  background-color: #FCE4EC;
  border-top: 1px solid #F1DAE2;
  border-bottom: 1px solid #F1DAE2;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.ps-brand-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-brand-track {
  display: flex;
  align-items: center;
}

.ps-brand-item {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #1A1A1A;
  opacity: 0.8;
  white-space: nowrap;
}


@media (min-width: 769px) {
  .ps-brand-track {
    width: 100%;
    justify-content: space-between;
  }
  
  .ps-brand-track .ps-brand-item:nth-child(n+8) {
    display: none;
  }
}

@media (max-width: 768px) {
  .ps-brand-track {
    width: max-content;
    animation: ps-marquee 25s linear infinite;
  }
  
  .ps-brand-item {
    padding: 0 40px;
  }

  .ps-brand-strip::before,
  .ps-brand-strip::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
  }
  .ps-brand-strip::before {
    left: 0;
    background: linear-gradient(to right, #FCE4EC, transparent);
  }
  .ps-brand-strip::after {
    right: 0;
    background: linear-gradient(to left, #FCE4EC, transparent);
  }
}

@keyframes ps-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a1eba6 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@700&display=swap');

:root {
  --pink-p: #C2185B;
  --pink-s: #F8BBD0;
  --text-dark: #2D241E;
  --text-muted: #6B5D5D;
}

.ps-courses-section {
  padding: 80px 0;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
}

.ps-container {
  max-width: 1100px; /* Redus pentru a centra focusul */
  margin: 0 auto;
  padding: 0 20px;
}

.ps-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.ps-header-badge {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--pink-p);
  display: block;
  margin-bottom: 15px;
}

.ps-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px; /* Puțin mai mare */
  color: var(--text-dark);
  margin-bottom: 15px;
}

.ps-section-desc {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* Modificarea principală pentru Cardul Singur */
.ps-single-course-wrapper {
  display: flex;
  justify-content: center;
}

.ps-featured-card {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 40px;
  padding: 30px;
  border: 1px solid rgba(0,0,0,0.03);
  box-shadow: 0 25px 60px rgba(194, 24, 91, 0.1);
  transition: all 0.4s ease;
  max-width: 1000px;
  gap: 40px;
}

.ps-featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 70px rgba(194, 24, 91, 0.15);
}

.ps-card-visual {
  flex: 1;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 400px; /* Înălțime fixă pentru impact */
}

.ps-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.ps-card-info {
  flex: 1;
  padding-right: 20px;
}

.ps-course-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.ps-course-text {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 25px;
}

.ps-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 13px;
  color: var(--pink-p);
  font-weight: 600;
}

.ps-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--pink-p);
  color: white;
  padding: 16px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.3s ease;
}

.ps-card-btn:hover {
  background-color: #a0134a;
}

.ps-card-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 800;
  color: var(--pink-p);
  text-transform: uppercase;
}

/* Responsivitate */
@media (max-width: 900px) {
  .ps-featured-card {
    flex-direction: column;
    padding: 20px;
    gap: 25px;
  }
  
  .ps-card-visual {
    width: 100%;
    height: 300px;
  }

  .ps-card-info {
    padding-right: 0;
    text-align: center;
  }
  
  .ps-card-meta {
    justify-content: center;
  }

  .ps-section-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef8ba12 */.ps-benefits-section {
  padding: 100px 0;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
}

.ps-benefits-header {
  text-align: center;
  margin-bottom: 70px;
}

.ps-benefits-badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--pink-p);
  margin-bottom: 15px;
  display: block;
}

.ps-benefits-title {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.ps-benefits-subtitle {
  color: var(--text-muted);
  font-size: 16px;
}

.ps-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ps-benefit-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.ps-benefit-card:hover {
  transform: scale(1.03);
  border-color: var(--pink-s);
  box-shadow: 0 20px 40px rgba(194, 24, 91, 0.05);
}

.ps-benefit-icon {
  width: 70px;
  height: 70px;
  background: var(--pink-s);
  color: var(--pink-p);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: 0.3s;
}

.ps-benefit-icon svg {
  width: 32px;
  height: 32px;
}

.ps-benefit-card:hover .ps-benefit-icon {
  background: var(--pink-p);
  color: #fff;
  transform: rotate(10deg);
}

.ps-benefit-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--text-dark);
  margin-bottom: 15px;
  font-weight: 700;
}

.ps-benefit-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

@media (max-width: 1100px) {
  .ps-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .ps-benefits-grid { grid-template-columns: 1fr; }
  .ps-benefits-title { font-size: 32px; }
  .ps-benefit-card { border-radius: 30px; padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8127c6d */.ps-about-section {
  padding: 120px 0;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
}

.ps-about-inner {
  display: flex;
  align-items: center;
  gap: 100px;
}

/* Partea Vizuală */
.ps-about-visual {
  flex: 1;
  position: relative;
}

.ps-about-image-wrapper {
  border-radius: 200px 200px 40px 40px;
  overflow: hidden;
  border: 10px solid #FCE4EC;
  box-shadow: 0 40px 80px rgba(0,0,0,0.08);
}

.ps-about-image-wrapper img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.ps-experience-badge {
  position: absolute;
  top: 40px;
  right: -20px;
  background: var(--pink-p);
  color: #fff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 15px 30px rgba(194, 24, 91, 0.2);
  text-align: center;
  z-index: 2;
}

.ps-exp-number { font-size: 28px; font-weight: 800; display: block; line-height: 1; }
.ps-exp-text { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

.ps-about-content { flex: 1.2; }

.ps-about-badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--pink-p);
  margin-bottom: 20px;
  display: block;
}

.ps-about-title {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 35px;
}

.ps-about-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 25px;
}

.ps-about-signature {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 32px;
  color: var(--pink-p);
  margin-top: 40px;
  margin-bottom: 50px;
}

.ps-about-stats {
  display: flex;
  gap: 50px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}

.ps-stat-item strong {
  display: block;
  font-size: 24px;
  color: var(--text-dark);
  font-family: 'Playfair Display', serif;
}

.ps-stat-item span {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .ps-about-inner { flex-direction: column-reverse; text-align: center; gap: 60px; }
  .ps-experience-badge { right: 50%; transform: translateX(50%); top: -30px; }
  .ps-about-title { font-size: 42px; }
  .ps-about-stats { justify-content: center; }
}/* End custom CSS */