.elementor-7289 .elementor-element.elementor-element-ea3aed4{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7289 .elementor-element.elementor-element-ea3aed4{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-2c44841 *//* --- תיקון מיקום המספרים בצעדים (העברה לימין) --- */
.orel-landing .step-number {
  margin-left: auto !important;  /* דוחף את האלמנט לקצה הימני */
  margin-right: 0 !important;    /* מבטל את הדחיפה לשמאל */
}
.orel-landing, 
.orel-landing *, 
.orel-landing *::before, 
.orel-landing *::after {
  box-sizing: border-box;
}

/* איפוס שוליים רק לאלמנטים הפנימיים שלנו */
.orel-landing h1, .orel-landing h2, .orel-landing h3, 
.orel-landing p, .orel-landing ul, .orel-landing li {
  margin: 0;
  padding: 0;
}

/* הגדרות בסיס לקונטיינר הראשי */
.orel-landing {
  font-family: 'Heebo', sans-serif;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  color: #1f2937;
  width: 100%;
}

.orel-landing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* תיקון לשדה טלפון */
.orel-landing input#ff_8_phone {
  text-align-last: end;
}

/* --- Colors --- */
.orel-landing .text-red { color: #dc2626; }
.orel-landing .text-red-dark { color: #991b1b; }
.orel-landing .bg-red { background-color: #dc2626; }
.orel-landing .bg-red-dark { background-color: #b91c1c; }
.orel-landing .bg-red-light { background-color: #fef2f2; }
.orel-landing .border-red { border-color: #dc2626; }

/* --- Hero Section --- */
.orel-landing .hero {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 50%, #fef2f2 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.orel-landing .hero img {
  max-width: 100%;
  height: auto;
}

.orel-landing .hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.orel-landing .hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.orel-landing .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 968px) {
  .orel-landing .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .orel-landing .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .orel-landing .trust-badges {
    justify-content: center;
  }

  .orel-landing .partners p {
    text-align: center;
  }
  
  .orel-landing .partner-tags {
    justify-content: center;
  }
}

.orel-landing .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fee2e2;
  color: #dc2626;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.orel-landing .hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
  margin-bottom: 20px;
}

.orel-landing .hero h1 span {
  color: #dc2626;
}

@media (max-width: 768px) {
  .orel-landing .hero h1 {
    font-size: 28px; 
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.3;
  }
  .orel-landing .hero {
    padding: 60px 0 60px;
  }
  /* מונע גלישה אופקית של הגריד */
  .orel-landing .hero-grid > div {
    min-width: 0;
  }
}

.orel-landing .hero-subtitle {
  font-size: 20px;
  color: #4b5563;
  margin-bottom: 30px;
  max-width: 500px;
}

.orel-landing .hero-subtitle strong {
  color: #dc2626;
  font-size: 28px;
}

.orel-landing .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.orel-landing .trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-size: 14px;
  font-weight: 500;
}

.orel-landing .trust-badge svg {
  width: 18px;
  height: 18px;
}

.orel-landing .partners {
  margin-top: 30px;
}

.orel-landing .partners p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.orel-landing .partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.orel-landing .partner-tag {
  background: white;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* --- Form Card --- */
.orel-landing .form-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.15);
  overflow: hidden;
  text-align: right; 
}

.orel-landing .form-header {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  padding: 30px;
  text-align: center;
}

.orel-landing .form-header h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.orel-landing .form-header p {
  font-size: 15px;
  opacity: 0.9;
}

.orel-landing .form-body {
  padding: 30px;
}

.orel-landing .fluentform-placeholder {
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.orel-landing .fluentform-placeholder-icon {
  width: 60px;
  height: 60px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.orel-landing .fluentform-placeholder-icon svg {
  width: 28px;
  height: 28px;
  color: #dc2626;
}

.orel-landing .fluentform-placeholder h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.orel-landing .fluentform-placeholder p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 12px;
}

.orel-landing .fluentform-placeholder code {
  background: #f3f4f6;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: monospace;
  font-size: 13px;
  color: #374151;
}

.orel-landing .phone-cta {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.orel-landing .phone-cta p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

.orel-landing .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #dc2626;
  text-decoration: none;
  transition: color 0.3s;
}

.orel-landing .phone-link:hover {
  color: #b91c1c;
}

.orel-landing .phone-link svg {
  width: 24px;
  height: 24px;
}

.orel-landing .form-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  padding: 16px 30px;
  background: white;
  border-top: 1px solid #f3f4f6;
}

.orel-landing .form-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}

.orel-landing .form-footer-item svg {
  width: 16px;
  height: 16px;
}

/* --- Section Styles --- */
.orel-landing .section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .orel-landing .section {
    padding: 50px 0;
  }
}

.orel-landing .section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: #1f2937;
}

.orel-landing .section-subtitle {
  font-size: 18px;
  text-align: center;
  color: #6b7280;
  margin-bottom: 50px;
}

/* --- Comparison --- */
.orel-landing .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .orel-landing .comparison-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .comparison-card {
  border-radius: 20px;
  padding: 30px;
}

.orel-landing .comparison-card.bad {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
}

.orel-landing .comparison-card.good {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 2px solid #fca5a5;
  position: relative;
}

.orel-landing .comparison-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #16a34a;
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.orel-landing .comparison-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.orel-landing .comparison-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orel-landing .comparison-icon.red { background: #fee2e2; }
.orel-landing .comparison-icon.gray { background: #e5e7eb; }

.orel-landing .comparison-icon svg {
  width: 28px;
  height: 28px;
}

.orel-landing .comparison-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.orel-landing .comparison-title p {
  font-size: 14px;
  color: #6b7280;
}

.orel-landing .comparison-list {
  list-style: none;
}

.orel-landing .comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.orel-landing .comparison-list li:last-child {
  border-bottom: none;
}

.orel-landing .icon-check {
  width: 24px;
  height: 24px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .icon-check svg {
  width: 14px;
  height: 14px;
  color: #16a34a;
}

.orel-landing .icon-x {
  width: 24px;
  height: 24px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .icon-x svg {
  width: 14px;
  height: 14px;
  color: #dc2626;
}

/* --- About Section --- */
.orel-landing .about-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 50%, #fef2f2 100%);
}

.orel-landing .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 968px) {
  .orel-landing .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .orel-landing .quote-box {
    text-align: right;
  }
  .orel-landing .btn-group {
    justify-content: center;
  }
  .orel-landing .credentials {
    justify-content: center;
  }
}

.orel-landing .about-image {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.orel-landing .about-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}

.orel-landing .about-image::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #fecaca;
  border-radius: 20px;
  z-index: 0;
}

.orel-landing .stats-card {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.orel-landing .stats-icon {
  width: 50px;
  height: 50px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orel-landing .stats-icon svg {
  width: 24px;
  height: 24px;
  color: #16a34a;
}

.orel-landing .stats-text p:first-child {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  text-align: right;
}

.orel-landing .stats-text p:last-child {
  font-size: 13px;
  color: #6b7280;
  text-align: right;
}

.orel-landing .about-content .badge {
  margin-bottom: 20px;
}

.orel-landing .about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.orel-landing .about-content h2 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 8px;
}

.orel-landing .quote-box {
  background: white;
  border-right: 4px solid #dc2626;
  padding: 20px;
  border-radius: 12px;
  margin: 24px 0;
  font-style: italic;
  color: #4b5563;
}

.orel-landing .about-text {
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.8;
}

.orel-landing .credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.orel-landing .credential {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}

.orel-landing .credential svg {
  width: 18px;
  height: 18px;
  color: #16a34a;
}

.orel-landing .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.orel-landing .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: white;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 16px;
}

.orel-landing .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.3);
}

.orel-landing .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  color: #374151;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.orel-landing .btn-outline:hover {
  border-color: #dc2626;
  color: #dc2626;
}

/* --- Steps Section --- */
.orel-landing .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .orel-landing .steps-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .step-card {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
  border: 1px solid #fecaca;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.orel-landing .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.1);
}

.orel-landing .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: auto;
}

.orel-landing .step-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.orel-landing .step-card p {
  color: #6b7280;
  line-height: 1.7;
}

.orel-landing .step-arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) scaleX(-1);
  color: #fca5a5;
  display: none;
  z-index: 10;
}

@media (min-width: 769px) {
  .orel-landing .step-arrow {
    display: block;
  }
}

.orel-landing .step-arrow svg {
  width: 30px;
  height: 30px;
}

/* --- Why Charge Section --- */
.orel-landing .why-charge {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: white;
}

.orel-landing .why-charge .section-title {
  color: white;
}

.orel-landing .why-charge .section-subtitle {
  color: #9ca3af;
}

.orel-landing .why-text {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.orel-landing .why-text p {
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 16px;
}

.orel-landing .why-text p:last-child {
  margin-bottom: 0;
}

.orel-landing .price-card {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 20px;
  padding: 30px;
  color: #1f2937;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.orel-landing .price-header {
  flex-shrink: 0;
}

.orel-landing .price-header p:first-child {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.orel-landing .price-header p:last-child {
  font-size: 42px;
  font-weight: 800;
}

.orel-landing .price-features {
  flex: 1;
  list-style: none;
}

.orel-landing .price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.orel-landing .price-features li svg {
  width: 18px;
  height: 18px;
  color: #15803d;
}

/* --- Testimonials --- */
.orel-landing .testimonials-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
}

.orel-landing .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 968px) {
  .orel-landing .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.orel-landing .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.orel-landing .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.orel-landing .stars svg {
  width: 20px;
  height: 20px;
  color: #fbbf24;
  fill: #fbbf24;
}

.orel-landing .testimonial-text {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.orel-landing .testimonial-author {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}

.orel-landing .testimonial-author p:first-child {
  font-weight: 700;
  color: #1f2937;
}

.orel-landing .testimonial-author p:last-child {
  font-size: 13px;
  color: #6b7280;
}

/* --- FAQ --- */
.orel-landing .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.orel-landing .faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.orel-landing .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  font-family: inherit;
  color: #1f2937;
}

.orel-landing .faq-question:hover {
  background: #fef2f2;
}

.orel-landing .faq-question-text {
  display: flex;
  align-items: center;
  gap: 12px;
  
  /* תיקונים למובייל לטקסט ארוך */
  flex: 1;
  min-width: 0;
  white-space: normal;
  line-height: 1.3;
  text-align: right;
}

.orel-landing .faq-icon {
  width: 32px;
  height: 32px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  font-weight: 700;
  flex-shrink: 0;
}

.orel-landing .faq-arrow {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  transition: transform 0.3s;
}

.orel-landing .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.orel-landing .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: white;
}

.orel-landing .faq-item.active .faq-answer {
  max-height: 500px;
}

.orel-landing .faq-answer-content {
  padding: 0 24px 20px;
  color: #6b7280;
  line-height: 1.8;
}

/* --- CTA Section --- */
.orel-landing .cta-section {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  text-align: center;
  padding: 80px 0;
}

.orel-landing .cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.orel-landing .cta-section p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.orel-landing .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.orel-landing .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #dc2626;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 16px;
}

.orel-landing .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.orel-landing .btn-white svg {
  transform: scaleX(-1);
}

.orel-landing .btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.orel-landing .btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

/* CTA Phone Button */
.orel-landing .cta-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.15);
  color: white;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
}

.orel-landing .cta-phone-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: white;
}

.orel-landing .cta-phone-btn .phone-icon-wrapper {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .cta-phone-btn .phone-icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: #dc2626;
}

.orel-landing .cta-phone-btn .phone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.orel-landing .cta-phone-btn .phone-text span:first-child {
  font-size: 12px;
  opacity: 0.8;
}

.orel-landing .cta-phone-btn .phone-text span:last-child {
  font-size: 20px;
  font-weight: 700;
}

/* --- Footer --- */
.orel-landing .footer {
  background: #111827;
  color: #9ca3af;
  padding: 60px 0 30px;
}

.orel-landing .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .orel-landing .footer-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .footer h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.orel-landing .footer p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.orel-landing .footer-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #374151;
  border-bottom: 1px solid #374151;
  font-size: 14px;
}

@media (max-width: 768px) {
  .orel-landing .footer-info {
    grid-template-columns: 1fr;
  }
}

.orel-landing .footer-info strong {
  color: white;
}

.orel-landing .footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}

.orel-landing .footer-bottom p {
  margin-bottom: 8px;
}

.orel-landing .footer-bottom strong {
  color: white;
}

/* --- התאמות קריטיות למובייל --- */
@media (max-width: 768px) {
  
  /* 1. הקטנת השוליים החיצוניים */
  .orel-landing .container {
    padding: 0 10px !important; 
  }

  /* 2. הקטנת שוליים פנימיים לאלמנטים כבדים */
  .orel-landing .form-body,
  .orel-landing .form-header,
  .orel-landing .comparison-card,
  .orel-landing .step-card,
  .orel-landing .testimonial-card,
  .orel-landing .price-card,
  .orel-landing .why-text {
    padding: 20px !important; 
  }
  
  .orel-landing .fluentform-placeholder {
    padding: 20px;
  }
}

/* --- תיקון לתמונת אודות במובייל (תמונה 1) --- */
@media (max-width: 768px) {
  .orel-landing .about-image {
    max-width: 100%;
    margin: 0 auto 40px auto; /* ריווח תחתון כדי שהכרטיס לא יעלה על הטקסט */
    display: flex;
    justify-content: center;
  }

  /* תיקון הכרטיס הצף - ממקמים אותו במרכז למטה */
  .orel-landing .stats-card {
    right: 50%;
    transform: translateX(50%); /* מירכוז אופקי */
    bottom: -20px; /* ירידה קלה למטה */
    width: 90%; /* שיתפוס כמעט את כל רוחב התמונה */
    max-width: 280px;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  
  /* הקטנת הרקע הוורוד שלא יברח מהצדדים */
  .orel-landing .about-image::before {
    width: 90%;
    left: 5%;
    border-radius: 20px;
  }
}

/* --- תיקון כרטיס המחיר הצהוב (תמונה 2) --- */
@media (max-width: 768px) {
  .orel-landing .price-card {
    flex-direction: column; /* מסדר את האלמנטים אחד מתחת לשני */
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
  }

  /* סידור הכותרת והמחיר */
  .orel-landing .price-header {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .orel-landing .price-header p:last-child {
    font-size: 50px; /* הגדלת המחיר שיהיה ברור */
    line-height: 1;
  }

  /* סידור הרשימה והאייקונים */
  .orel-landing .price-features {
    width: 100%;
  }

  .orel-landing .price-features li {
    display: flex;
    align-items: flex-start; /* מיישר את האייקון לשורה הראשונה של הטקסט */
    text-align: right; /* הטקסט עצמו מיושר לימין */
    margin-bottom: 15px;
    width: 100%;
  }

  .orel-landing .price-features li svg {
    flex-shrink: 0; /* מונע מהאייקון להתכווץ */
    margin-left: 10px; /* רווח בין האייקון לטקסט */
    margin-top: 4px; /* יישור עדין מול הטקסט */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94231e6 *//* --- תיקון מיקום המספרים בצעדים (העברה לימין) --- */
.orel-landing .step-number {
  margin-left: auto !important;  /* דוחף את האלמנט לקצה הימני */
  margin-right: 0 !important;    /* מבטל את הדחיפה לשמאל */
}
.orel-landing, 
.orel-landing *, 
.orel-landing *::before, 
.orel-landing *::after {
  box-sizing: border-box;
}

/* איפוס שוליים רק לאלמנטים הפנימיים שלנו */
.orel-landing h1, .orel-landing h2, .orel-landing h3, 
.orel-landing p, .orel-landing ul, .orel-landing li {
  margin: 0;
  padding: 0;
}

/* הגדרות בסיס לקונטיינר הראשי */
.orel-landing {
  font-family: 'Heebo', sans-serif;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  color: #1f2937;
  width: 100%;
}

.orel-landing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* תיקון לשדה טלפון */
.orel-landing input#ff_8_phone {
  text-align-last: end;
}

/* --- Colors --- */
.orel-landing .text-red { color: #dc2626; }
.orel-landing .text-red-dark { color: #991b1b; }
.orel-landing .bg-red { background-color: #dc2626; }
.orel-landing .bg-red-dark { background-color: #b91c1c; }
.orel-landing .bg-red-light { background-color: #fef2f2; }
.orel-landing .border-red { border-color: #dc2626; }

/* --- Hero Section --- */
.orel-landing .hero {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 50%, #fef2f2 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.orel-landing .hero img {
  max-width: 100%;
  height: auto;
}

.orel-landing .hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.orel-landing .hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.orel-landing .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 968px) {
  .orel-landing .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .orel-landing .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .orel-landing .trust-badges {
    justify-content: center;
  }

  .orel-landing .partners p {
    text-align: center;
  }
  
  .orel-landing .partner-tags {
    justify-content: center;
  }
}

.orel-landing .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fee2e2;
  color: #dc2626;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.orel-landing .hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
  margin-bottom: 20px;
}

.orel-landing .hero h1 span {
  color: #dc2626;
}

@media (max-width: 768px) {
  .orel-landing .hero h1 {
    font-size: 28px; 
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.3;
  }
  .orel-landing .hero {
    padding: 60px 0 60px;
  }
  /* מונע גלישה אופקית של הגריד */
  .orel-landing .hero-grid > div {
    min-width: 0;
  }
}

.orel-landing .hero-subtitle {
  font-size: 20px;
  color: #4b5563;
  margin-bottom: 30px;
  max-width: 500px;
}

.orel-landing .hero-subtitle strong {
  color: #dc2626;
  font-size: 28px;
}

.orel-landing .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.orel-landing .trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-size: 14px;
  font-weight: 500;
}

.orel-landing .trust-badge svg {
  width: 18px;
  height: 18px;
}

.orel-landing .partners {
  margin-top: 30px;
}

.orel-landing .partners p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.orel-landing .partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.orel-landing .partner-tag {
  background: white;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* --- Form Card --- */
.orel-landing .form-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.15);
  overflow: hidden;
  text-align: right; 
}

.orel-landing .form-header {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  padding: 30px;
  text-align: center;
}

.orel-landing .form-header h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.orel-landing .form-header p {
  font-size: 15px;
  opacity: 0.9;
}

.orel-landing .form-body {
  padding: 30px;
}

.orel-landing .fluentform-placeholder {
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.orel-landing .fluentform-placeholder-icon {
  width: 60px;
  height: 60px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.orel-landing .fluentform-placeholder-icon svg {
  width: 28px;
  height: 28px;
  color: #dc2626;
}

.orel-landing .fluentform-placeholder h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.orel-landing .fluentform-placeholder p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 12px;
}

.orel-landing .fluentform-placeholder code {
  background: #f3f4f6;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: monospace;
  font-size: 13px;
  color: #374151;
}

.orel-landing .phone-cta {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.orel-landing .phone-cta p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

.orel-landing .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #dc2626;
  text-decoration: none;
  transition: color 0.3s;
}

.orel-landing .phone-link:hover {
  color: #b91c1c;
}

.orel-landing .phone-link svg {
  width: 24px;
  height: 24px;
}

.orel-landing .form-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  padding: 16px 30px;
  background: white;
  border-top: 1px solid #f3f4f6;
}

.orel-landing .form-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}

.orel-landing .form-footer-item svg {
  width: 16px;
  height: 16px;
}

/* --- Section Styles --- */
.orel-landing .section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .orel-landing .section {
    padding: 50px 0;
  }
}

.orel-landing .section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: #1f2937;
}

.orel-landing .section-subtitle {
  font-size: 18px;
  text-align: center;
  color: #6b7280;
  margin-bottom: 50px;
}

/* --- Comparison --- */
.orel-landing .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .orel-landing .comparison-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .comparison-card {
  border-radius: 20px;
  padding: 30px;
}

.orel-landing .comparison-card.bad {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
}

.orel-landing .comparison-card.good {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 2px solid #fca5a5;
  position: relative;
}

.orel-landing .comparison-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #16a34a;
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.orel-landing .comparison-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.orel-landing .comparison-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orel-landing .comparison-icon.red { background: #fee2e2; }
.orel-landing .comparison-icon.gray { background: #e5e7eb; }

.orel-landing .comparison-icon svg {
  width: 28px;
  height: 28px;
}

.orel-landing .comparison-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.orel-landing .comparison-title p {
  font-size: 14px;
  color: #6b7280;
}

.orel-landing .comparison-list {
  list-style: none;
}

.orel-landing .comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.orel-landing .comparison-list li:last-child {
  border-bottom: none;
}

.orel-landing .icon-check {
  width: 24px;
  height: 24px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .icon-check svg {
  width: 14px;
  height: 14px;
  color: #16a34a;
}

.orel-landing .icon-x {
  width: 24px;
  height: 24px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .icon-x svg {
  width: 14px;
  height: 14px;
  color: #dc2626;
}

/* --- About Section --- */
.orel-landing .about-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 50%, #fef2f2 100%);
}

.orel-landing .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 968px) {
  .orel-landing .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .orel-landing .quote-box {
    text-align: right;
  }
  .orel-landing .btn-group {
    justify-content: center;
  }
  .orel-landing .credentials {
    justify-content: center;
  }
}

.orel-landing .about-image {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.orel-landing .about-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}

.orel-landing .about-image::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #fecaca;
  border-radius: 20px;
  z-index: 0;
}

.orel-landing .stats-card {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.orel-landing .stats-icon {
  width: 50px;
  height: 50px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orel-landing .stats-icon svg {
  width: 24px;
  height: 24px;
  color: #16a34a;
}

.orel-landing .stats-text p:first-child {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  text-align: right;
}

.orel-landing .stats-text p:last-child {
  font-size: 13px;
  color: #6b7280;
  text-align: right;
}

.orel-landing .about-content .badge {
  margin-bottom: 20px;
}

.orel-landing .about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.orel-landing .about-content h2 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 8px;
}

.orel-landing .quote-box {
  background: white;
  border-right: 4px solid #dc2626;
  padding: 20px;
  border-radius: 12px;
  margin: 24px 0;
  font-style: italic;
  color: #4b5563;
}

.orel-landing .about-text {
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.8;
}

.orel-landing .credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.orel-landing .credential {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}

.orel-landing .credential svg {
  width: 18px;
  height: 18px;
  color: #16a34a;
}

.orel-landing .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.orel-landing .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: white;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 16px;
}

.orel-landing .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.3);
}

.orel-landing .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  color: #374151;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.orel-landing .btn-outline:hover {
  border-color: #dc2626;
  color: #dc2626;
}

/* --- Steps Section --- */
.orel-landing .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .orel-landing .steps-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .step-card {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
  border: 1px solid #fecaca;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.orel-landing .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.1);
}

.orel-landing .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: auto;
}

.orel-landing .step-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.orel-landing .step-card p {
  color: #6b7280;
  line-height: 1.7;
}

.orel-landing .step-arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) scaleX(-1);
  color: #fca5a5;
  display: none;
  z-index: 10;
}

@media (min-width: 769px) {
  .orel-landing .step-arrow {
    display: block;
  }
}

.orel-landing .step-arrow svg {
  width: 30px;
  height: 30px;
}

/* --- Why Charge Section --- */
.orel-landing .why-charge {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: white;
}

.orel-landing .why-charge .section-title {
  color: white;
}

.orel-landing .why-charge .section-subtitle {
  color: #9ca3af;
}

.orel-landing .why-text {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.orel-landing .why-text p {
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 16px;
}

.orel-landing .why-text p:last-child {
  margin-bottom: 0;
}

.orel-landing .price-card {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 20px;
  padding: 30px;
  color: #1f2937;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.orel-landing .price-header {
  flex-shrink: 0;
}

.orel-landing .price-header p:first-child {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.orel-landing .price-header p:last-child {
  font-size: 42px;
  font-weight: 800;
}

.orel-landing .price-features {
  flex: 1;
  list-style: none;
}

.orel-landing .price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.orel-landing .price-features li svg {
  width: 18px;
  height: 18px;
  color: #15803d;
}

/* --- Testimonials --- */
.orel-landing .testimonials-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
}

.orel-landing .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 968px) {
  .orel-landing .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.orel-landing .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.orel-landing .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.orel-landing .stars svg {
  width: 20px;
  height: 20px;
  color: #fbbf24;
  fill: #fbbf24;
}

.orel-landing .testimonial-text {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.orel-landing .testimonial-author {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}

.orel-landing .testimonial-author p:first-child {
  font-weight: 700;
  color: #1f2937;
}

.orel-landing .testimonial-author p:last-child {
  font-size: 13px;
  color: #6b7280;
}

/* --- FAQ --- */
.orel-landing .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.orel-landing .faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.orel-landing .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  font-family: inherit;
  color: #1f2937;
}

.orel-landing .faq-question:hover {
  background: #fef2f2;
}

.orel-landing .faq-question-text {
  display: flex;
  align-items: center;
  gap: 12px;
  
  /* תיקונים למובייל לטקסט ארוך */
  flex: 1;
  min-width: 0;
  white-space: normal;
  line-height: 1.3;
  text-align: right;
}

.orel-landing .faq-icon {
  width: 32px;
  height: 32px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  font-weight: 700;
  flex-shrink: 0;
}

.orel-landing .faq-arrow {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  transition: transform 0.3s;
}

.orel-landing .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.orel-landing .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: white;
}

.orel-landing .faq-item.active .faq-answer {
  max-height: 500px;
}

.orel-landing .faq-answer-content {
  padding: 0 24px 20px;
  color: #6b7280;
  line-height: 1.8;
}

/* --- CTA Section --- */
.orel-landing .cta-section {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  text-align: center;
  padding: 80px 0;
}

.orel-landing .cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.orel-landing .cta-section p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.orel-landing .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.orel-landing .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #dc2626;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 16px;
}

.orel-landing .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.orel-landing .btn-white svg {
  transform: scaleX(-1);
}

.orel-landing .btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.orel-landing .btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

/* CTA Phone Button */
.orel-landing .cta-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.15);
  color: white;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
}

.orel-landing .cta-phone-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: white;
}

.orel-landing .cta-phone-btn .phone-icon-wrapper {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .cta-phone-btn .phone-icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: #dc2626;
}

.orel-landing .cta-phone-btn .phone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.orel-landing .cta-phone-btn .phone-text span:first-child {
  font-size: 12px;
  opacity: 0.8;
}

.orel-landing .cta-phone-btn .phone-text span:last-child {
  font-size: 20px;
  font-weight: 700;
}

/* --- Footer --- */
.orel-landing .footer {
  background: #111827;
  color: #9ca3af;
  padding: 60px 0 30px;
}

.orel-landing .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .orel-landing .footer-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .footer h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.orel-landing .footer p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.orel-landing .footer-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #374151;
  border-bottom: 1px solid #374151;
  font-size: 14px;
}

@media (max-width: 768px) {
  .orel-landing .footer-info {
    grid-template-columns: 1fr;
  }
}

.orel-landing .footer-info strong {
  color: white;
}

.orel-landing .footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}

.orel-landing .footer-bottom p {
  margin-bottom: 8px;
}

.orel-landing .footer-bottom strong {
  color: white;
}

/* --- התאמות קריטיות למובייל --- */
@media (max-width: 768px) {
  
  /* 1. הקטנת השוליים החיצוניים */
  .orel-landing .container {
    padding: 0 10px !important; 
  }

  /* 2. הקטנת שוליים פנימיים לאלמנטים כבדים */
  .orel-landing .form-body,
  .orel-landing .form-header,
  .orel-landing .comparison-card,
  .orel-landing .step-card,
  .orel-landing .testimonial-card,
  .orel-landing .price-card,
  .orel-landing .why-text {
    padding: 20px !important; 
  }
  
  .orel-landing .fluentform-placeholder {
    padding: 20px;
  }
}

/* --- תיקון לתמונת אודות במובייל (תמונה 1) --- */
@media (max-width: 768px) {
  .orel-landing .about-image {
    max-width: 100%;
    margin: 0 auto 40px auto; /* ריווח תחתון כדי שהכרטיס לא יעלה על הטקסט */
    display: flex;
    justify-content: center;
  }

  /* תיקון הכרטיס הצף - ממקמים אותו במרכז למטה */
  .orel-landing .stats-card {
    right: 50%;
    transform: translateX(50%); /* מירכוז אופקי */
    bottom: -20px; /* ירידה קלה למטה */
    width: 90%; /* שיתפוס כמעט את כל רוחב התמונה */
    max-width: 280px;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  
  /* הקטנת הרקע הוורוד שלא יברח מהצדדים */
  .orel-landing .about-image::before {
    width: 90%;
    left: 5%;
    border-radius: 20px;
  }
}

/* --- תיקון כרטיס המחיר הצהוב (תמונה 2) --- */
@media (max-width: 768px) {
  .orel-landing .price-card {
    flex-direction: column; /* מסדר את האלמנטים אחד מתחת לשני */
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
  }

  /* סידור הכותרת והמחיר */
  .orel-landing .price-header {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .orel-landing .price-header p:last-child {
    font-size: 50px; /* הגדלת המחיר שיהיה ברור */
    line-height: 1;
  }

  /* סידור הרשימה והאייקונים */
  .orel-landing .price-features {
    width: 100%;
  }

  .orel-landing .price-features li {
    display: flex;
    align-items: flex-start; /* מיישר את האייקון לשורה הראשונה של הטקסט */
    text-align: right; /* הטקסט עצמו מיושר לימין */
    margin-bottom: 15px;
    width: 100%;
  }

  .orel-landing .price-features li svg {
    flex-shrink: 0; /* מונע מהאייקון להתכווץ */
    margin-left: 10px; /* רווח בין האייקון לטקסט */
    margin-top: 4px; /* יישור עדין מול הטקסט */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e413541 *//* --- תיקון מיקום המספרים בצעדים (העברה לימין) --- */
.orel-landing .step-number {
  margin-left: auto !important;  /* דוחף את האלמנט לקצה הימני */
  margin-right: 0 !important;    /* מבטל את הדחיפה לשמאל */
}
.orel-landing, 
.orel-landing *, 
.orel-landing *::before, 
.orel-landing *::after {
  box-sizing: border-box;
}

/* איפוס שוליים רק לאלמנטים הפנימיים שלנו */
.orel-landing h1, .orel-landing h2, .orel-landing h3, 
.orel-landing p, .orel-landing ul, .orel-landing li {
  margin: 0;
  padding: 0;
}

/* הגדרות בסיס לקונטיינר הראשי */
.orel-landing {
  font-family: 'Heebo', sans-serif;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  color: #1f2937;
  width: 100%;
}

.orel-landing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* תיקון לשדה טלפון */
.orel-landing input#ff_8_phone {
  text-align-last: end;
}

/* --- Colors --- */
.orel-landing .text-red { color: #dc2626; }
.orel-landing .text-red-dark { color: #991b1b; }
.orel-landing .bg-red { background-color: #dc2626; }
.orel-landing .bg-red-dark { background-color: #b91c1c; }
.orel-landing .bg-red-light { background-color: #fef2f2; }
.orel-landing .border-red { border-color: #dc2626; }

/* --- Hero Section --- */
.orel-landing .hero {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 50%, #fef2f2 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.orel-landing .hero img {
  max-width: 100%;
  height: auto;
}

.orel-landing .hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.orel-landing .hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.orel-landing .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 968px) {
  .orel-landing .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .orel-landing .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .orel-landing .trust-badges {
    justify-content: center;
  }

  .orel-landing .partners p {
    text-align: center;
  }
  
  .orel-landing .partner-tags {
    justify-content: center;
  }
}

.orel-landing .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fee2e2;
  color: #dc2626;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.orel-landing .hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
  margin-bottom: 20px;
}

.orel-landing .hero h1 span {
  color: #dc2626;
}

@media (max-width: 768px) {
  .orel-landing .hero h1 {
    font-size: 28px; 
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.3;
  }
  .orel-landing .hero {
    padding: 60px 0 60px;
  }
  /* מונע גלישה אופקית של הגריד */
  .orel-landing .hero-grid > div {
    min-width: 0;
  }
}

.orel-landing .hero-subtitle {
  font-size: 20px;
  color: #4b5563;
  margin-bottom: 30px;
  max-width: 500px;
}

.orel-landing .hero-subtitle strong {
  color: #dc2626;
  font-size: 28px;
}

.orel-landing .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.orel-landing .trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-size: 14px;
  font-weight: 500;
}

.orel-landing .trust-badge svg {
  width: 18px;
  height: 18px;
}

.orel-landing .partners {
  margin-top: 30px;
}

.orel-landing .partners p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.orel-landing .partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.orel-landing .partner-tag {
  background: white;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* --- Form Card --- */
.orel-landing .form-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.15);
  overflow: hidden;
  text-align: right; 
}

.orel-landing .form-header {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  padding: 30px;
  text-align: center;
}

.orel-landing .form-header h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.orel-landing .form-header p {
  font-size: 15px;
  opacity: 0.9;
}

.orel-landing .form-body {
  padding: 30px;
}

.orel-landing .fluentform-placeholder {
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.orel-landing .fluentform-placeholder-icon {
  width: 60px;
  height: 60px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.orel-landing .fluentform-placeholder-icon svg {
  width: 28px;
  height: 28px;
  color: #dc2626;
}

.orel-landing .fluentform-placeholder h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.orel-landing .fluentform-placeholder p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 12px;
}

.orel-landing .fluentform-placeholder code {
  background: #f3f4f6;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: monospace;
  font-size: 13px;
  color: #374151;
}

.orel-landing .phone-cta {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.orel-landing .phone-cta p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

.orel-landing .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #dc2626;
  text-decoration: none;
  transition: color 0.3s;
}

.orel-landing .phone-link:hover {
  color: #b91c1c;
}

.orel-landing .phone-link svg {
  width: 24px;
  height: 24px;
}

.orel-landing .form-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  padding: 16px 30px;
  background: white;
  border-top: 1px solid #f3f4f6;
}

.orel-landing .form-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}

.orel-landing .form-footer-item svg {
  width: 16px;
  height: 16px;
}

/* --- Section Styles --- */
.orel-landing .section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .orel-landing .section {
    padding: 50px 0;
  }
}

.orel-landing .section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: #1f2937;
}

.orel-landing .section-subtitle {
  font-size: 18px;
  text-align: center;
  color: #6b7280;
  margin-bottom: 50px;
}

/* --- Comparison --- */
.orel-landing .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .orel-landing .comparison-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .comparison-card {
  border-radius: 20px;
  padding: 30px;
}

.orel-landing .comparison-card.bad {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
}

.orel-landing .comparison-card.good {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 2px solid #fca5a5;
  position: relative;
}

.orel-landing .comparison-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #16a34a;
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.orel-landing .comparison-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.orel-landing .comparison-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orel-landing .comparison-icon.red { background: #fee2e2; }
.orel-landing .comparison-icon.gray { background: #e5e7eb; }

.orel-landing .comparison-icon svg {
  width: 28px;
  height: 28px;
}

.orel-landing .comparison-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.orel-landing .comparison-title p {
  font-size: 14px;
  color: #6b7280;
}

.orel-landing .comparison-list {
  list-style: none;
}

.orel-landing .comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.orel-landing .comparison-list li:last-child {
  border-bottom: none;
}

.orel-landing .icon-check {
  width: 24px;
  height: 24px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .icon-check svg {
  width: 14px;
  height: 14px;
  color: #16a34a;
}

.orel-landing .icon-x {
  width: 24px;
  height: 24px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .icon-x svg {
  width: 14px;
  height: 14px;
  color: #dc2626;
}

/* --- About Section --- */
.orel-landing .about-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 50%, #fef2f2 100%);
}

.orel-landing .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 968px) {
  .orel-landing .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .orel-landing .quote-box {
    text-align: right;
  }
  .orel-landing .btn-group {
    justify-content: center;
  }
  .orel-landing .credentials {
    justify-content: center;
  }
}

.orel-landing .about-image {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.orel-landing .about-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}

.orel-landing .about-image::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #fecaca;
  border-radius: 20px;
  z-index: 0;
}

.orel-landing .stats-card {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.orel-landing .stats-icon {
  width: 50px;
  height: 50px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orel-landing .stats-icon svg {
  width: 24px;
  height: 24px;
  color: #16a34a;
}

.orel-landing .stats-text p:first-child {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  text-align: right;
}

.orel-landing .stats-text p:last-child {
  font-size: 13px;
  color: #6b7280;
  text-align: right;
}

.orel-landing .about-content .badge {
  margin-bottom: 20px;
}

.orel-landing .about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.orel-landing .about-content h2 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 8px;
}

.orel-landing .quote-box {
  background: white;
  border-right: 4px solid #dc2626;
  padding: 20px;
  border-radius: 12px;
  margin: 24px 0;
  font-style: italic;
  color: #4b5563;
}

.orel-landing .about-text {
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.8;
}

.orel-landing .credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.orel-landing .credential {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}

.orel-landing .credential svg {
  width: 18px;
  height: 18px;
  color: #16a34a;
}

.orel-landing .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.orel-landing .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: white;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 16px;
}

.orel-landing .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.3);
}

.orel-landing .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  color: #374151;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.orel-landing .btn-outline:hover {
  border-color: #dc2626;
  color: #dc2626;
}

/* --- Steps Section --- */
.orel-landing .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .orel-landing .steps-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .step-card {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
  border: 1px solid #fecaca;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.orel-landing .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.1);
}

.orel-landing .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: auto;
}

.orel-landing .step-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.orel-landing .step-card p {
  color: #6b7280;
  line-height: 1.7;
}

.orel-landing .step-arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) scaleX(-1);
  color: #fca5a5;
  display: none;
  z-index: 10;
}

@media (min-width: 769px) {
  .orel-landing .step-arrow {
    display: block;
  }
}

.orel-landing .step-arrow svg {
  width: 30px;
  height: 30px;
}

/* --- Why Charge Section --- */
.orel-landing .why-charge {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: white;
}

.orel-landing .why-charge .section-title {
  color: white;
}

.orel-landing .why-charge .section-subtitle {
  color: #9ca3af;
}

.orel-landing .why-text {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.orel-landing .why-text p {
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 16px;
}

.orel-landing .why-text p:last-child {
  margin-bottom: 0;
}

.orel-landing .price-card {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 20px;
  padding: 30px;
  color: #1f2937;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.orel-landing .price-header {
  flex-shrink: 0;
}

.orel-landing .price-header p:first-child {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.orel-landing .price-header p:last-child {
  font-size: 42px;
  font-weight: 800;
}

.orel-landing .price-features {
  flex: 1;
  list-style: none;
}

.orel-landing .price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.orel-landing .price-features li svg {
  width: 18px;
  height: 18px;
  color: #15803d;
}

/* --- Testimonials --- */
.orel-landing .testimonials-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
}

.orel-landing .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 968px) {
  .orel-landing .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.orel-landing .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.orel-landing .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.orel-landing .stars svg {
  width: 20px;
  height: 20px;
  color: #fbbf24;
  fill: #fbbf24;
}

.orel-landing .testimonial-text {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.orel-landing .testimonial-author {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}

.orel-landing .testimonial-author p:first-child {
  font-weight: 700;
  color: #1f2937;
}

.orel-landing .testimonial-author p:last-child {
  font-size: 13px;
  color: #6b7280;
}

/* --- FAQ --- */
.orel-landing .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.orel-landing .faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.orel-landing .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  font-family: inherit;
  color: #1f2937;
}

.orel-landing .faq-question:hover {
  background: #fef2f2;
}

.orel-landing .faq-question-text {
  display: flex;
  align-items: center;
  gap: 12px;
  
  /* תיקונים למובייל לטקסט ארוך */
  flex: 1;
  min-width: 0;
  white-space: normal;
  line-height: 1.3;
  text-align: right;
}

.orel-landing .faq-icon {
  width: 32px;
  height: 32px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  font-weight: 700;
  flex-shrink: 0;
}

.orel-landing .faq-arrow {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  transition: transform 0.3s;
}

.orel-landing .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.orel-landing .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: white;
}

.orel-landing .faq-item.active .faq-answer {
  max-height: 500px;
}

.orel-landing .faq-answer-content {
  padding: 0 24px 20px;
  color: #6b7280;
  line-height: 1.8;
}

/* --- CTA Section --- */
.orel-landing .cta-section {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  text-align: center;
  padding: 80px 0;
}

.orel-landing .cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.orel-landing .cta-section p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.orel-landing .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.orel-landing .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #dc2626;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 16px;
}

.orel-landing .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.orel-landing .btn-white svg {
  transform: scaleX(-1);
}

.orel-landing .btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.orel-landing .btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

/* CTA Phone Button */
.orel-landing .cta-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.15);
  color: white;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
}

.orel-landing .cta-phone-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: white;
}

.orel-landing .cta-phone-btn .phone-icon-wrapper {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orel-landing .cta-phone-btn .phone-icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: #dc2626;
}

.orel-landing .cta-phone-btn .phone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.orel-landing .cta-phone-btn .phone-text span:first-child {
  font-size: 12px;
  opacity: 0.8;
}

.orel-landing .cta-phone-btn .phone-text span:last-child {
  font-size: 20px;
  font-weight: 700;
}

/* --- Footer --- */
.orel-landing .footer {
  background: #111827;
  color: #9ca3af;
  padding: 60px 0 30px;
}

.orel-landing .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .orel-landing .footer-grid {
    grid-template-columns: 1fr;
  }
}

.orel-landing .footer h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.orel-landing .footer p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.orel-landing .footer-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #374151;
  border-bottom: 1px solid #374151;
  font-size: 14px;
}

@media (max-width: 768px) {
  .orel-landing .footer-info {
    grid-template-columns: 1fr;
  }
}

.orel-landing .footer-info strong {
  color: white;
}

.orel-landing .footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}

.orel-landing .footer-bottom p {
  margin-bottom: 8px;
}

.orel-landing .footer-bottom strong {
  color: white;
}

/* --- התאמות קריטיות למובייל --- */
@media (max-width: 768px) {
  
  /* 1. הקטנת השוליים החיצוניים */
  .orel-landing .container {
    padding: 0 10px !important; 
  }

  /* 2. הקטנת שוליים פנימיים לאלמנטים כבדים */
  .orel-landing .form-body,
  .orel-landing .form-header,
  .orel-landing .comparison-card,
  .orel-landing .step-card,
  .orel-landing .testimonial-card,
  .orel-landing .price-card,
  .orel-landing .why-text {
    padding: 20px !important; 
  }
  
  .orel-landing .fluentform-placeholder {
    padding: 20px;
  }
}

/* --- תיקון לתמונת אודות במובייל (תמונה 1) --- */
@media (max-width: 768px) {
  .orel-landing .about-image {
    max-width: 100%;
    margin: 0 auto 40px auto; /* ריווח תחתון כדי שהכרטיס לא יעלה על הטקסט */
    display: flex;
    justify-content: center;
  }

  /* תיקון הכרטיס הצף - ממקמים אותו במרכז למטה */
  .orel-landing .stats-card {
    right: 50%;
    transform: translateX(50%); /* מירכוז אופקי */
    bottom: -20px; /* ירידה קלה למטה */
    width: 90%; /* שיתפוס כמעט את כל רוחב התמונה */
    max-width: 280px;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  
  /* הקטנת הרקע הוורוד שלא יברח מהצדדים */
  .orel-landing .about-image::before {
    width: 90%;
    left: 5%;
    border-radius: 20px;
  }
}

/* --- תיקון כרטיס המחיר הצהוב (תמונה 2) --- */
@media (max-width: 768px) {
  .orel-landing .price-card {
    flex-direction: column; /* מסדר את האלמנטים אחד מתחת לשני */
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
  }

  /* סידור הכותרת והמחיר */
  .orel-landing .price-header {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .orel-landing .price-header p:last-child {
    font-size: 50px; /* הגדלת המחיר שיהיה ברור */
    line-height: 1;
  }

  /* סידור הרשימה והאייקונים */
  .orel-landing .price-features {
    width: 100%;
  }

  .orel-landing .price-features li {
    display: flex;
    align-items: flex-start; /* מיישר את האייקון לשורה הראשונה של הטקסט */
    text-align: right; /* הטקסט עצמו מיושר לימין */
    margin-bottom: 15px;
    width: 100%;
  }

  .orel-landing .price-features li svg {
    flex-shrink: 0; /* מונע מהאייקון להתכווץ */
    margin-left: 10px; /* רווח בין האייקון לטקסט */
    margin-top: 4px; /* יישור עדין מול הטקסט */
  }
}/* End custom CSS */