.elementor-614 .elementor-element.elementor-element-faeb805{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-614 .elementor-element.elementor-element-172878d{width:var( --container-widget-width, 100.305% );max-width:100.305%;--container-widget-width:100.305%;--container-widget-flex-grow:0;}.elementor-614 .elementor-element.elementor-element-172878d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-614 .elementor-element.elementor-element-34ff4fb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-614 .elementor-element.elementor-element-0bd03c4{width:var( --container-widget-width, 100.305% );max-width:100.305%;--container-widget-width:100.305%;--container-widget-flex-grow:0;}.elementor-614 .elementor-element.elementor-element-0bd03c4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-614 .elementor-element.elementor-element-ff44fee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-614 .elementor-element.elementor-element-b093b2f{width:var( --container-widget-width, 99.806% );max-width:99.806%;--container-widget-width:99.806%;--container-widget-flex-grow:0;}.elementor-614 .elementor-element.elementor-element-b093b2f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-614 .elementor-element.elementor-element-2cb1e6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-614 .elementor-element.elementor-element-68625c6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-614 .elementor-element.elementor-element-c625580{width:var( --container-widget-width, 98.872% );max-width:98.872%;--container-widget-width:98.872%;--container-widget-flex-grow:0;}.elementor-614 .elementor-element.elementor-element-c625580.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-614 .elementor-element.elementor-element-143e331{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-614 .elementor-element.elementor-element-d9453fa{width:var( --container-widget-width, 100.332% );max-width:100.332%;--container-widget-width:100.332%;--container-widget-flex-grow:0;}.elementor-614 .elementor-element.elementor-element-d9453fa.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-614 .elementor-element.elementor-element-2cb1e6d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-172878d */.hero {
  background: #f8fafc;
  padding: 120px 20px 80px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* 🔥 important */
}

/* container fix */
.hero .container {
  max-width: 900px;   /* 🔥 controls width like design */
  margin: 0 auto;
}

/* Badge */
.hero-badge {
  display: inline-block;
  background: #fee2e2;
  color: #dc2626;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Heading */
.hero h1 {
  font-size: 52px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Blue text */
.hero h1 span {
  color: #2563eb;
  display: block; /* 🔥 forces proper line break */
}

/* Description */
.hero-desc {
  font-size: 18px;
  color: #475569;
  max-width: 700px;
  margin: 0 auto 30px; /* 🔥 center text block */
  line-height: 1.6;
}

/* Button */
.btn-primary {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(37,99,235,0.2);
}

/* Note */
.hero-note {
  margin-top: 15px;
  font-size: 13px;
  color: #64748b;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 34px;
  }

  .hero-desc {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bd03c4 *//* ================= PROBLEM SECTION ================= */

.problem {
  background: #f8fafc;
  padding: 80px 20px;
  text-align: center;
}

/* Heading */
.problem h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 30px;
}

/* Grid */
.problem-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

/* Pills */
.problem-pill {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 15px;
  color: #475569;
  min-width: 200px;
  text-align: center;
  transition: 0.3s;
}

/* Hover (optional but nice) */
.problem-pill:hover {
  background: #e2e8f0;
}

/* Quote */
.problem-quote {
  font-style: italic;
  color: #475569;
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b093b2f *//* SECTION */
.features {
  padding: 80px 20px;
  background: #f8fafc;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* FEATURE ROW */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.feature.reverse {
  direction: rtl;
}

.feature.reverse .feature-text {
  direction: ltr;
}

/* TEXT */
.feature-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

/* ICON BOX */
.icon-box {
  width: 48px;
  height: 48px;
  background: #eff6ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 22px;
}

/* LIST */
.feature-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.feature-text ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 16px;
}

/* GREEN CHECK */
.feature-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: bold;
}

/* RESULT BOX */
.result {
  background: #f1f5f9;
  border-left: 4px solid #3b82f6;
  padding: 14px 18px;
  border-radius: 8px;
  color: #1e293b;
  font-weight: 500;
}

/* IMAGE */
.feature-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* MOBILE */
@media (max-width: 768px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature.reverse {
    direction: ltr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c625580 *//* SECTION */
.compare {
  padding: 80px 20px;
  background: #f8fafc;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* GRID */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* BOX */
.compare-box h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 25px;
}

/* LIST BASE */
.list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #334155;
}

/* LEFT ICON (neutral - square) */
.list.neutral li::before {
  content: "▢";
  color: #94a3b8;
  font-size: 18px;
}

/* RIGHT ICON (green check) */
.list.positive li::before {
  content: "✔";
  color: #22c55e;
  font-weight: bold;
}

/* HIGHLIGHT BOX */
.highlight {
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
}

/* LEFT BOX */
.neutral-box {
  background: #f1f5f9;
  color: #334155;
  font-style: italic;
}

/* RIGHT BOX */
.success-box {
  background: #eaf7ef;
  color: #166534;
}

/* MOBILE */
@media (max-width: 768px) {
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9453fa *//* SECTION BASE */
.plan-section {
  background: #ffffff;
}

/* ================= TOP ================= */
.plan-top {
  padding: 80px 20px 60px;
  text-align: center;
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fef3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

/* Heading */
.plan-top h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* Subtext */
.plan-top p {
  font-size: 16px;
  color: #475569;
}

/* ================= CTA ================= */
.cta {
  background: #2f6bd3;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

/* CTA Heading */
.cta h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* CTA Text */
.cta p {
  font-size: 18px;
  color: #dbeafe;
  margin-bottom: 30px;
}

/* BUTTON */
.btn-white {
  display: inline-block;
  background: #ffffff;
  color: #2f6bd3;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Hover */
.btn-white:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
}

/* Note */
.note {
  margin-top: 15px;
  font-size: 14px;
  color: #bfdbfe;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .plan-top h2,
  .cta h2 {
    font-size: 24px;
  }

  .cta p {
    font-size: 16px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}/* End custom CSS */