.elementor-9 .elementor-element.elementor-element-932a58d{--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-9 .elementor-element.elementor-element-445e418{width:100%;max-width:100%;}.elementor-9 .elementor-element.elementor-element-4fe7869{--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-9 .elementor-element.elementor-element-8d2e09d{--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-9 .elementor-element.elementor-element-9ce15bf{--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-9 .elementor-element.elementor-element-b9200b1{--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-9 .elementor-element.elementor-element-747c33f{--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-9 .elementor-element.elementor-element-5007430{--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-0727856 */.cr-why-section {
  background: #ffffff;
}

.cr-why-inner {
  max-width: 1120px;
}

.cr-why-header {
  margin-bottom: 28px;
}

/* GRID LAYOUT */
.cr-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
}

/* LEFT BENEFITS */
.cr-why-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cr-why-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ECFDF3; /* light green */
  border: 1px solid #DCFCE7;
}

.cr-why-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #BBF7D0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.cr-why-text {
  text-align: left;
}

.cr-why-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--cr-dark);
  margin-bottom: 2px;
}

.cr-why-desc {
  display: block;
  font-size: 13px;
  color: #4B5563;
}

/* RIGHT CTA CARD */
.cr-why-right {
  display: flex;
  align-items: stretch;
}

.cr-why-cta {
  background: linear-gradient(135deg, #16A34A, #0F766E);
  color: #ffffff;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.cr-why-cta-main {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.cr-why-cta-main strong {
  font-weight: 700;
}

.cr-why-cta-btn-wrap {
  text-decoration: none;
}

.cr-why-cta-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 600;
  background: #ffffff;
  color: #065F46;
  cursor: pointer;
  margin-bottom: 14px;
  transition: transform 0.05s ease, box-shadow 0.1s ease;
}

.cr-why-cta-btn:hover {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
}

.cr-why-cta-btn:active {
  transform: scale(0.98);
}

.cr-why-cta-sub {
  font-size: 12px;
  opacity: 0.95;
}

/* MOBILE */
@media (max-width: 900px) {
  .cr-why-grid {
    grid-template-columns: 1fr;
  }

  .cr-why-right {
    order: -1; /* CTA card first on mobile if you prefer; remove this line to keep order */
  }
}

@media (max-width: 600px) {
  .cr-why-benefit {
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d51d1ec */.cr-impact-section {
  background: #F9FAFB;
}

.cr-impact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 20px 22px;
  border: 1px solid var(--cr-border);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.cr-impact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.cr-impact-score-block {
  text-align: left;
}

.cr-impact-score {
  font-size: 40px;
  font-weight: 700;
  color: var(--cr-dark);
  line-height: 1;
}

.cr-impact-score-label {
  font-size: 12px;
  color: #6B7280;
  margin-top: 4px;
}

.cr-impact-rating-block {
  text-align: right;
}

.cr-impact-rating {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #DCFCE7;
  color: #166534;
  font-size: 13px;
  font-weight: 600;
}

.cr-impact-rating-caption {
  font-size: 11px;
  color: #9CA3AF;
  margin-top: 4px;
}

/* COLOR BAR */
.cr-impact-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.cr-impact-segment {
  border-radius: 999px;
  border: none;
  padding: 8px 6px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  opacity: 0.85;
  transition: transform 0.06s ease, box-shadow 0.1s ease, opacity 0.1s ease;
}

.cr-impact-segment .ci-score {
  font-size: 13px;
  font-weight: 700;
}

.cr-impact-segment .ci-text {
  font-size: 11px;
}

.cr-impact-segment.ci-red {
  background: #EF4444;
}

.cr-impact-segment.ci-orange {
  background: #F97316;
}

.cr-impact-segment.ci-yellow {
  background: #FACC15;
  color: #78350F;
}

.cr-impact-segment.ci-lightgreen {
  background: #22C55E;
}

.cr-impact-segment.ci-green {
  background: #15803D;
}

.cr-impact-segment.active {
  opacity: 1;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(22, 163, 74, 0.4);
  transform: translateY(-1px);
}

.cr-impact-segment:hover {
  opacity: 1;
}

/* FOOTNOTE */
.cr-impact-note {
  font-size: 12px;
  color: #6B7280;
  text-align: center;
  margin-top: 4px;
}

/* MOBILE */
@media (max-width: 720px) {
  .cr-impact-card {
    padding: 18px 16px 18px;
  }
  .cr-impact-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .cr-impact-rating-block {
    text-align: left;
  }
}

@media (max-width: 500px) {
  .cr-impact-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3811287 *//* HOW IT WORKS SECTION */
.cr-how-section {
  background: #ffffff;
}

.cr-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.cr-how-card {
  position: relative;
  background: #F9FAFB;
  border-radius: 18px;
  padding: 20px 18px 18px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  text-align: left;
}

.cr-how-step-badge {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #DCFCE7;
  color: #166534;
}

.cr-how-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #BBF7D0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
}

.cr-how-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--cr-dark);
  margin-bottom: 6px;
}

.cr-how-text {
  font-size: 13px;
  color: #4B5563;
  margin-bottom: 10px;
}

.cr-how-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cr-how-list li {
  font-size: 12px;
  color: #4B5563;
  display: flex;
  gap: 6px;
}

.cr-how-list li::before {
  content: "✔";
  font-size: 11px;
  color: var(--cr-primary);
  margin-top: 1px;
}

/* Bottom text link */
.cr-how-cta {
  margin-top: 26px;
  font-size: 13px;
  text-align: center;
  color: #4B5563;
}

.cr-how-cta a {
  color: var(--cr-primary);
  font-weight: 600;
  text-decoration: none;
}

.cr-how-cta a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .cr-how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cr-how-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9b3d0 *//* WHAT WE FIX / SERVICES */
.cr-services-section {
  background: #F9FAFB;
}

.cr-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.cr-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 16px 16px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  text-align: left;
}

.cr-service-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #DCFCE7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.cr-service-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--cr-dark);
  margin-bottom: 6px;
}

.cr-service-text {
  font-size: 12px;
  color: #4B5563;
  line-height: 1.5;
}

.cr-services-disclaimer {
  margin-top: 22px;
  font-size: 11px;
  color: #6B7280;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1120px) {
  .cr-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cr-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .cr-services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f693e66 *//* FINAL CTA SECTION */
.cr-final-section {
  background: #ffffff;
  padding-bottom: 60px;
}

.cr-final-card {
  background: #F9FAFB;
  border-radius: 20px;
  padding: 32px 26px;
  text-align: center;
  border: 1px solid #E5E7EB;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  margin-bottom: 30px;
}

.cr-final-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--cr-dark);
  margin-bottom: 10px;
}

.cr-final-subtitle {
  font-size: 14px;
  color: #4B5563;
  max-width: 550px;
  margin: 0 auto 20px;
}

.cr-final-btn {
  display: inline-block;
  padding: 12px 26px;
  background: var(--cr-primary);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cr-final-btn:hover {
  background: #0d8a38; /* slightly darker green */
}

.cr-final-note {
  font-size: 12px;
  color: #6B7280;
  margin-top: 14px;
}

/* PAYMENTS */
.cr-payments {
  text-align: center;
  margin-bottom: 28px;
}

.cr-payments-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--cr-dark);
  margin-bottom: 10px;
}

.cr-payments-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cr-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  min-width: 80px;
}

/* Brand-style colors */
.cr-pay-visa {
  background: #1A1F71;
}

.cr-pay-mc {
  background: #EB001B;
}

.cr-pay-amex {
  background: #2E77BB;
}

.cr-pay-discover {
  background: #FF6000;
}

/* Mobile */
@media (max-width: 640px) {
  .cr-pay-badge {
    min-width: 70px;
    font-size: 11px;
    padding: 5px 10px;
  }
}


/* LEGAL TEXT */
.cr-legal-text {
  font-size: 11px;
  color: #6B7280;
  line-height: 1.6;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

/* MOBILE */
@media (max-width: 640px) {
  .cr-final-title {
    font-size: 20px;
  }

  .cr-final-btn {
    width: 100%;
  }

  .cr-payments-icons img {
    height: 30px;
  }
}/* End custom CSS */