.elementor-10461 .elementor-element.elementor-element-5485c35{--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-a2e10f8 */.mvnlp-page {
  direction: rtl;
  font-family: inherit;
  color: #2b1238;
  background:
    radial-gradient(circle at top left, rgba(232, 203, 255, 0.45), transparent 35%),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fbf2ff 45%, #ffffff 100%);
  overflow: hidden;
}

.mvnlp-page * {
  box-sizing: border-box;
}

.mvnlp-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 20px;
  position: relative;
}

.mvnlp-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  position: relative;
}

.mvnlp-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 42, 132, 0.18), transparent 68%);
  top: 40px;
  left: -120px;
  z-index: 0;
}

.mvnlp-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15), transparent 65%);
  bottom: -180px;
  right: -160px;
  z-index: 0;
}

.mvnlp-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.mvnlp-hero-content {
  position: relative;
  z-index: 2;
}

.mvnlp-logo-wrap {
  margin-bottom: 18px;
}

.mvnlp-logo-wrap img {
  max-width: 118px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(53, 16, 71, 0.16));
}

.mvnlp-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #3d155c, #6d2d8e);
  color: #f5d77b;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 12px 30px rgba(61, 21, 92, 0.25);
  border: 1px solid rgba(245, 215, 123, 0.75);
  margin-bottom: 22px;
}

.mvnlp-badge span {
  color: #fff6d8;
}

.mvnlp-title {
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.05;
  margin: 0 0 18px;
  color: #351047;
  letter-spacing: -1px;
  font-weight: 900;
}

.mvnlp-title .ltr,
.mvnlp-page .ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

.mvnlp-subtitle {
  font-size: clamp(21px, 2.5vw, 31px);
  line-height: 1.45;
  margin: 0 0 26px;
  color: #4c2464;
  font-weight: 700;
}

.mvnlp-text {
  font-size: 19px;
  line-height: 1.85;
  margin: 0 0 24px;
  color: #4a3653;
}

.mvnlp-highlight {
  color: #5b1d78;
  font-weight: 800;
}

.mvnlp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.mvnlp-actions-center {
  justify-content: center;
}

.mvnlp-actions-book {
  margin-top: 26px;
}

.mvnlp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
}

.mvnlp-btn-primary {
  background: linear-gradient(135deg, #4a1767, #7a2da0);
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(74, 23, 103, 0.28);
}

.mvnlp-btn-primary:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  box-shadow: 0 18px 36px rgba(74, 23, 103, 0.36);
}

.mvnlp-btn-secondary {
  background: rgba(255, 255, 255, 0.7);
  color: #4a1767 !important;
  border-color: rgba(74, 23, 103, 0.22);
}

.mvnlp-btn-secondary:hover {
  transform: translateY(-2px);
  color: #4a1767 !important;
  border-color: rgba(74, 23, 103, 0.48);
  background: #ffffff;
}

.mvnlp-hero-side {
  display: grid;
  gap: 18px;
}

.mvnlp-michal-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(64, 21, 91, 0.12);
}

.mvnlp-michal-photo {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(212, 175, 55, 0.5);
}

.mvnlp-michal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.mvnlp-michal-card h3 {
  margin: 0 0 6px;
  color: #351047;
  font-size: 23px;
  font-weight: 950;
}

.mvnlp-michal-card p {
  margin: 0;
  color: #5c4864;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.mvnlp-price-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 34px;
  padding: 34px 28px;
  box-shadow: 0 24px 60px rgba(64, 21, 91, 0.15);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.mvnlp-price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.22), transparent 35%),
    radial-gradient(circle at bottom left, rgba(122, 45, 160, 0.14), transparent 35%);
  pointer-events: none;
}

.mvnlp-price-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.mvnlp-small {
  font-size: 18px;
  color: #5b4166;
  margin-bottom: 10px;
  font-weight: 700;
}

.mvnlp-price {
  font-size: clamp(78px, 10vw, 130px);
  line-height: 0.9;
  color: #5b1d78;
  font-weight: 950;
  margin: 8px 0 6px;
  letter-spacing: -3px;
}

.mvnlp-currency {
  font-size: 36px;
  font-weight: 900;
  color: #5b1d78;
  margin-right: 8px;
}

.mvnlp-old-price {
  font-size: 25px;
  color: #3a2644;
  margin: 10px 0 22px;
  font-weight: 800;
}

.mvnlp-strike {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.mvnlp-strike::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 52%;
  height: 3px;
  background: #b51f2a;
  transform: rotate(-4deg);
  border-radius: 999px;
}

.mvnlp-mini-list {
  display: grid;
  gap: 12px;
  text-align: right;
  margin: 24px 0;
}

.mvnlp-mini-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4b3057;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.mvnlp-check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f3dc8c);
  color: #4a1767;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  margin-top: 2px;
}

.mvnlp-book-section {
  padding-top: 20px;
}

.mvnlp-book-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 35%),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(91, 29, 120, 0.12);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 20px 55px rgba(64, 21, 91, 0.1);
}

.mvnlp-book-image {
  text-align: center;
}

.mvnlp-book-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(53, 16, 71, 0.18);
}

.mvnlp-book-content h2 {
  margin: 0 0 14px;
  color: #351047;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 950;
}

.mvnlp-book-content p {
  margin: 0 0 18px;
  color: #4f3b58;
  font-size: 19px;
  line-height: 1.8;
}

.mvnlp-book-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mvnlp-book-tag {
  background: #fbefd0;
  color: #4a1767;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 900;
}

.mvnlp-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(91, 29, 120, 0.12);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(64, 21, 91, 0.08);
}

.mvnlp-center {
  text-align: center;
}

.mvnlp-kicker {
  color: #9b7623;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.mvnlp-heading {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.2;
  color: #351047;
  margin: 0 0 18px;
  font-weight: 950;
}

.mvnlp-lead {
  max-width: 820px;
  margin: 0 auto 34px;
  font-size: 20px;
  line-height: 1.8;
  color: #4f3b58;
}

.mvnlp-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.mvnlp-feature {
  min-height: 205px;
}

.mvnlp-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(91, 29, 120, 0.12), rgba(212, 175, 55, 0.18));
  color: #5b1d78;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  margin-bottom: 16px;
}

.mvnlp-feature h3 {
  font-size: 21px;
  color: #351047;
  margin: 0 0 10px;
  font-weight: 900;
}

.mvnlp-feature p {
  margin: 0;
  color: #5c4864;
  font-size: 17px;
  line-height: 1.65;
}

.mvnlp-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
}

.mvnlp-list-title {
  font-size: 34px;
}

.mvnlp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.mvnlp-list li {
  position: relative;
  padding-right: 34px;
  font-size: 18px;
  line-height: 1.65;
  color: #4d3858;
}

.mvnlp-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f4e3a4;
  color: #4a1767;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.mvnlp-box-purple {
  background: linear-gradient(135deg, #3d155c, #6d2d8e);
  color: #ffffff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 22px 55px rgba(61, 21, 92, 0.22);
  position: relative;
  overflow: hidden;
}

.mvnlp-box-purple::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(245, 215, 123, 0.16);
  left: -90px;
  bottom: -90px;
}

.mvnlp-box-purple h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 950;
}

.mvnlp-box-purple p {
  position: relative;
  z-index: 2;
  font-size: 19px;
  line-height: 1.8;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
}

.mvnlp-box-purple strong {
  color: #f7dc84;
}

.mvnlp-cta {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.25), transparent 32%),
    linear-gradient(135deg, #351047, #6d2d8e);
  border-radius: 36px;
  padding: 46px 28px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(53, 16, 71, 0.24);
}

.mvnlp-cta-logo {
  margin-bottom: 16px;
}

.mvnlp-cta-logo img {
  max-width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.16));
}

.mvnlp-cta h2 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 950;
}

.mvnlp-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.75;
  max-width: 780px;
  margin: 0 auto 26px;
}

.mvnlp-cta .mvnlp-btn-primary {
  background: linear-gradient(135deg, #d4af37, #f5dd8b);
  color: #351047 !important;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.mvnlp-cta .mvnlp-btn-primary:hover {
  color: #351047 !important;
}

.mvnlp-cta .mvnlp-btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.mvnlp-cta .mvnlp-btn-secondary:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.15);
}

.mvnlp-note {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 960px) {
  .mvnlp-hero {
    min-height: auto;
  }

  .mvnlp-hero-grid,
  .mvnlp-split,
  .mvnlp-book-card {
    grid-template-columns: 1fr;
  }

  .mvnlp-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mvnlp-price-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .mvnlp-michal-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .mvnlp-book-card {
    text-align: center;
  }

  .mvnlp-michal-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mvnlp-michal-photo {
    margin: 0 auto;
  }

  .mvnlp-logo-wrap img {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .mvnlp-section {
    padding: 48px 16px;
  }

  .mvnlp-grid-4 {
    grid-template-columns: 1fr;
  }

  .mvnlp-actions {
    flex-direction: column;
  }

  .mvnlp-btn {
    width: 100%;
  }

  .mvnlp-badge {
    font-size: 16px;
    padding: 10px 16px;
  }

  .mvnlp-title {
    font-size: 42px;
  }

  .mvnlp-subtitle {
    font-size: 21px;
  }

  .mvnlp-text {
    font-size: 18px;
  }

  .mvnlp-price-card {
    border-radius: 26px;
    padding: 28px 20px;
  }

  .mvnlp-card,
  .mvnlp-box-purple,
  .mvnlp-cta,
  .mvnlp-book-card {
    border-radius: 24px;
    padding: 26px 20px;
  }

  .mvnlp-price {
    letter-spacing: -1px;
  }

  .mvnlp-currency {
    font-size: 30px;
  }

  .mvnlp-old-price {
    font-size: 22px;
  }

  .mvnlp-book-tags {
    justify-content: center;
  }

  .mvnlp-logo-wrap img {
    max-width: 96px;
  }
}
.mvnlp-page button.mvnlp-btn {
  font-family: inherit !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.mvnlp-page button.mvnlp-btn::before,
.mvnlp-page button.mvnlp-btn::after {
  content: none !important;
  display: none !important;
}

.mvnlp-page button.mvnlp-btn-primary {
  background: linear-gradient(135deg, #4a1767, #7a2da0) !important;
  color: #ffffff !important;
}

.mvnlp-page .mvnlp-cta button.mvnlp-btn-primary {
  background: linear-gradient(135deg, #d4af37, #f5dd8b) !important;
  color: #351047 !important;
}

.mvnlp-page button.mvnlp-btn-secondary {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #4a1767 !important;
  border-color: rgba(74, 23, 103, 0.22) !important;
}

.mvnlp-page .mvnlp-cta button.mvnlp-btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}
/* הקטנת NLP Practitioner ושמירה עליו בשורה אחת */

.mvnlp-title .ltr {
  font-size: 0.78em !important;
  white-space: nowrap !important;
  display: inline-block !important;
  direction: ltr !important;
}
/* מיקום תגית ההטבה למרכז מעל הכותרת */

.mvnlp-badge {
  display: flex !important;
  width: fit-content !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 22px !important;
  justify-content: center !important;
  text-align: center !important;
}
.mvnlp-logo-wrap img {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mvnlp-logo-wrap {
  text-align: center !important;
}
/* יישור וסידור הכותרת הראשית */

.mvnlp-title-centered {
  text-align: center !important;
}

.mvnlp-title-centered span {
  display: block !important;
}

.mvnlp-title-small {
  font-size: 0.48em !important;
  line-height: 1.1 !important;
  margin-bottom: 6px !important;
  color: #5b1d78 !important;
}

.mvnlp-title-centered .ltr {
  font-size: 0.78em !important;
  white-space: nowrap !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  margin-bottom: 8px !important;
}

.mvnlp-title-bottom {
  font-size: 0.42em !important;
  line-height: 1.2 !important;
  color: #4c2464 !important;
}
/* סידור ראש הדף במובייל: המחיר עולה מתחת לכותרת */

@media (max-width: 640px) {

  .mvnlp-hero {
    padding-top: 28px !important;
  }

  .mvnlp-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .mvnlp-hero-content,
  .mvnlp-hero-side {
    display: contents !important;
  }

  .mvnlp-hero .mvnlp-logo-wrap {
    order: 1 !important;
    margin-bottom: 6px !important;
    text-align: center !important;
  }

  .mvnlp-hero .mvnlp-logo-wrap img {
    margin: 0 auto !important;
    max-width: 82px !important;
  }

  .mvnlp-hero .mvnlp-badge {
    order: 2 !important;
    margin: 0 auto 10px !important;
    width: fit-content !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .mvnlp-hero .mvnlp-title {
    order: 3 !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .mvnlp-hero .mvnlp-title .ltr {
    font-size: 0.68em !important;
    white-space: nowrap !important;
  }

  .mvnlp-hero .mvnlp-subtitle {
    order: 4 !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
    margin: 0 auto 4px !important;
    max-width: 340px !important;
  }

  .mvnlp-hero .mvnlp-price-card {
    order: 5 !important;
    margin: 8px auto 0 !important;
    width: 100% !important;
    max-width: 340px !important;
    padding: 26px 20px !important;
  }

  .mvnlp-hero .mvnlp-price {
    font-size: 78px !important;
    line-height: 0.95 !important;
  }

  .mvnlp-hero .mvnlp-currency {
    font-size: 28px !important;
  }

  .mvnlp-hero .mvnlp-old-price {
    font-size: 20px !important;
    margin-bottom: 18px !important;
  }

  .mvnlp-hero .mvnlp-mini-list {
    margin: 18px 0 !important;
    gap: 10px !important;
  }

  .mvnlp-hero .mvnlp-mini-item {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .mvnlp-hero .mvnlp-price-card .mvnlp-btn {
    width: 100% !important;
    margin-top: 8px !important;
  }

  .mvnlp-hero .mvnlp-actions {
    order: 6 !important;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 340px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* מסתיר במובייל את כפתור הרכישה העליון כדי שלא תהיה כפילות */
  .mvnlp-hero-content > .mvnlp-actions .mvnlp-btn-primary {
    display: none !important;
  }

  .mvnlp-hero-content > .mvnlp-actions .mvnlp-btn-secondary {
    width: 100% !important;
  }

  .mvnlp-hero .mvnlp-text {
    order: 7 !important;
    text-align: center !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    max-width: 340px !important;
    margin: 8px auto 0 !important;
  }

  .mvnlp-hero .mvnlp-michal-card {
    order: 8 !important;
    max-width: 340px !important;
    margin: 10px auto 0 !important;
  }
}/* End custom CSS */