.care-helper-promo {
  width: min(1120px, calc(100% - 32px));
  margin: 48px auto;
  padding: 28px;
  border: 1px solid #c9edf3;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(225, 250, 253, 0.92), rgba(255, 255, 255, 0.96)),
    #f5fdff;
  box-shadow: 0 22px 56px rgba(9, 104, 128, 0.11);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 24px;
  align-items: center;
  font-family: Manrope, Montserrat, Arial, sans-serif;
  color: #111827;
}

.care-helper-promo__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #d9f8fb;
  color: #008da4;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.care-helper-promo h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  color: #101827;
}

.care-helper-promo p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #41516a;
}

.care-helper-promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.care-helper-promo__button,
.care-helper-promo__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.care-helper-promo__button {
  background: #16bac8;
  color: #fff;
  box-shadow: 0 14px 28px rgba(22, 186, 200, 0.22);
}

.care-helper-promo__ghost {
  border: 1px solid #bde4eb;
  background: #fff;
  color: #101827;
}

.care-helper-promo__button:hover,
.care-helper-promo__ghost:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.home .elementor-element-28b9ea0b,
.elementor-element:has(> .elementor-element-care-helper-quick) {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home .elementor-element-28b9ea0b > a,
.elementor-element:has(> .elementor-element-care-helper-quick) > a {
  display: inline-flex;
  width: auto;
  min-width: 84px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 17px !important;
  border: 1px solid rgba(211, 229, 235, 0.72) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(16, 32, 51, .055) !important;
  color: #536176 !important;
  text-decoration: none !important;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.home .elementor-element-28b9ea0b > a:hover,
.elementor-element:has(> .elementor-element-care-helper-quick) > a:hover {
  border-color: #bde4eb !important;
  background: #f2fdff !important;
  color: #008da4 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.home .elementor-element-28b9ea0b > a .elementor-widget-heading,
.elementor-element:has(> .elementor-element-care-helper-quick) > a .elementor-widget-heading {
  margin: 0;
}

.home .elementor-element-28b9ea0b > a .elementor-heading-title,
.elementor-element:has(> .elementor-element-care-helper-quick) > a .elementor-heading-title {
  margin: 0 !important;
  color: inherit !important;
  font-family: Manrope, Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .home .elementor-element-28b9ea0b,
  .elementor-element:has(> .elementor-element-care-helper-quick) {
    align-items: center;
    gap: 8px;
  }

  .home .elementor-element-28b9ea0b > a,
  .elementor-element:has(> .elementor-element-care-helper-quick) > a {
    min-width: 0;
    min-height: 34px;
    padding: 0 15px !important;
  }

  .home .elementor-element-28b9ea0b > a .elementor-heading-title,
  .elementor-element:has(> .elementor-element-care-helper-quick) > a .elementor-heading-title {
    font-size: 13px !important;
  }
}

.care-helper-promo__mini {
  padding: 22px;
  border: 1px solid #cceff4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.care-helper-promo__mini b {
  display: block;
  margin-bottom: 12px;
  color: #101827;
  font-size: 18px;
}

.care-helper-promo__mini span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: #31445f;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.care-helper-promo__mini span::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #16bac8;
}

.care-helper-promo__mini span:nth-of-type(2)::before {
  background: #f5b342;
}

.care-helper-promo__mini span:nth-of-type(3)::before {
  background: #ef6351;
}

@media (max-width: 760px) {
  .care-helper-promo {
    width: calc(100% - 24px);
    margin: 32px auto;
    padding: 22px;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .care-helper-promo h2 {
    font-size: 28px;
  }

  .care-helper-promo p {
    font-size: 16px;
    line-height: 1.55;
  }

  .care-helper-promo__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .care-helper-promo__button,
  .care-helper-promo__ghost {
    width: 100%;
  }
}

.care-helper-inline {
  width: min(1040px, calc(100% - 32px));
  margin: 34px auto;
  padding: 22px;
  border: 1px solid #c9edf3;
  border-radius: 18px;
  background: linear-gradient(135deg, #effcff, #ffffff);
  box-shadow: 0 16px 42px rgba(9, 104, 128, 0.09);
  font-family: Manrope, Montserrat, Arial, sans-serif;
  color: #111827;
}

.care-helper-inline__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.care-helper-inline__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #d9f8fb;
  color: #008da4;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.care-helper-inline h2 {
  margin: 0 0 8px;
  color: #101827;
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.16;
  letter-spacing: 0;
}

.care-helper-inline p {
  margin: 0;
  max-width: 760px;
  color: #41516a;
  font-size: 16px;
  line-height: 1.55;
}

.care-helper-inline__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.care-helper-inline__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #16bac8;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.care-helper-inline__btn--light {
  border: 1px solid #bde4eb;
  background: #fff;
  color: #101827;
}

.care-helper-inline__btn:hover {
  text-decoration: none;
}

@media (max-width: 760px) {
  .care-helper-inline {
    width: calc(100% - 24px);
    margin: 28px auto;
    padding: 18px;
  }

  .care-helper-inline__row {
    grid-template-columns: 1fr;
  }

  .care-helper-inline__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .care-helper-inline__btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}
