
.support-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: linear-gradient(112deg, #e1ffe4 0%, #effdf1 47%, #dbfcff 100%);
}
.support-hero::before,
.support-hero::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.support-hero::before {
  top: -120px;
  right: -60px;
  width: 430px;
  height: 430px;
  background: rgba(39, 182, 172, .22);
}
.support-hero::after {
  right: 250px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  background: rgba(44, 197, 123, .16);
}
.support-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 532px;
  gap: 56px;
  min-height: 720px;
  padding-top: 52px;
  padding-bottom: 52px;
}
.support-hero__copy {
  padding-top: 58px;
}
.support-hero__eyebrow {
  margin: 0;
  color: #2bc57b;
  font: 700 12px/22px var(--font-body, "Inter", sans-serif);
}
.support-hero__title {
  max-width: 760px;
  margin: 14px 0 0;
  color: #183b34;
  font: 700 clamp(36px, 3.2vw, 46px)/1.15 var(--font-heading, "Unbounded", sans-serif);
  letter-spacing: -.025em;
}
.support-hero__lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: #33423f;
  font: 400 18px/1.5 var(--font-body, "Inter", sans-serif);
}
.support-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}
.support-hero__badge {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #cfe1db;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #24534a;
  font: 600 12px/1.2 var(--font-body, "Inter", sans-serif);
  white-space: nowrap;
}
.support-hero__price {
  margin: 28px 0 0;
  color: #183b34;
  font: 700 22px/34px var(--font-body, "Inter", sans-serif);
}
.support-hero__actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 18px;
}
.support-hero__actions .button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 14px;
}
.support-hero__note {
  max-width: 390px;
  color: #24534a;
  font: 600 13px/1.45 var(--font-body, "Inter", sans-serif);
}
.support-hero__panel {
  min-height: 616px;
  padding: 27px;
  border: 1px solid #cfe1db;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 38px rgba(0,20,15,.08);
}
.support-hero__panel-eyebrow {
  margin: 0;
  color: #2bc57b;
  font: 700 12px/22px var(--font-body, "Inter", sans-serif);
}
.support-hero__panel-title {
  margin: 8px 0 0;
  color: #183b34;
  font: 700 21px/1.35 var(--font-heading, "Unbounded", sans-serif);
}
.support-hero__panel-lead {
  margin: 9px 0 0;
  color: #6e7a78;
  font: 400 14px/1.5 var(--font-body, "Inter", sans-serif);
}
.support-hero__checks {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.support-hero__check {
  min-height: 68px;
  padding: 9px 17px;
  border: 1px solid #dcebe5;
  border-radius: 18px;
  background: #f4fff7;
}
.support-hero__check:nth-child(even) {
  background: #f8fbf9;
}
.support-hero__check-title {
  margin: 0;
  color: #24534a;
  font: 700 12px/22px var(--font-body, "Inter", sans-serif);
}
.support-hero__check-title--online {
  color: #2bc57b;
}
.support-hero__check-text {
  margin: 1px 0 0;
  color: #6e7a78;
  font: 400 13px/22px var(--font-body, "Inter", sans-serif);
}
.support-hero__callout {
  min-height: 70px;
  margin-top: 26px;
  padding: 11px 18px;
  border-radius: 18px;
  background: linear-gradient(112deg, #e1ffe4 0%, #dbfcff 100%);
}
.support-hero__callout-title {
  margin: 0;
  color: #183b34;
  font: 700 12px/22px var(--font-body, "Inter", sans-serif);
}
.support-hero__callout-text {
  margin: 0;
  color: #24534a;
  font: 600 13px/24px var(--font-body, "Inter", sans-serif);
}
@media (max-width: 1100px) {
  .support-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .support-hero__panel {
    width: min(100%, 640px);
  }
}
@media (max-width: 640px) {
  .support-hero {
    min-height: 0;
  }
  .support-hero__inner {
    min-height: 0;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 44px;
  }
  .support-hero__copy {
    padding-top: 0;
  }
  .support-hero__title {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.2;
  }
  .support-hero__lead {
    font-size: 16px;
    line-height: 1.45;
  }
  .support-hero__badges {
    gap: 8px;
    margin-top: 28px;
  }
  .support-hero__badge {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 11px;
  }
  .support-hero__price {
    margin-top: 20px;
    font-size: 20px;
  }
  .support-hero__actions {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }
  .support-hero__actions .button {
    width: 100%;
  }
  .support-hero__note {
    max-width: none;
  }
  .support-hero__panel {
    min-height: 0;
    padding: 20px;
    border-radius: 24px;
  }
  .support-hero__checks {
    gap: 10px;
    margin-top: 22px;
  }
  .support-hero__check {
    min-height: 62px;
    padding: 8px 13px;
    border-radius: 15px;
  }
  .support-hero__callout {
    margin-top: 18px;
    padding: 10px 13px;
    border-radius: 15px;
  }
}


.support-hero__copy {
  padding-top: 6px;
}
@media (max-width: 640px) {
  .support-hero__copy {
    padding-top: 0;
  }
}



.support-calculator {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #f8fbf9;
}
.support-calculator__inner {
  position: relative;
  z-index: 1;
  min-height: 760px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.support-calculator__decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.support-calculator__decor--top {
  top: -170px;
  right: -40px;
  width: 520px;
  height: 520px;
  background: #e3ffe8;
}
.support-calculator__decor--bottom {
  bottom: -220px;
  left: -120px;
  width: 380px;
  height: 380px;
  background: #dffbff;
}
.support-calculator__header {
  position: relative;
  z-index: 1;
}
.support-calculator__eyebrow {
  margin: 0;
  color: #2bc57b;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}
.support-calculator__title {
  max-width: 760px;
  margin: 6px 0 0;
  color: #183b34;
  font-family: var(--font-heading, "Unbounded", sans-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
}
.support-calculator__lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: #6e7a78;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 16px;
  line-height: 24px;
}
.support-calculator__table {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 48px 62px 62px 62px 68px;
  row-gap: 12px;
  box-sizing: border-box;
  height: 390px;
  margin-top: 38px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid #cfe8df;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(9, 37, 30, 0.08);
}
.support-calculator__table-head,
.support-calculator__row,
.support-calculator__summary {
  display: grid;
  grid-template-columns: 35% 20% 22% 23%;
  align-items: center;
  min-width: 0;
}
.support-calculator__table-head {
  padding: 0 24px;
  border-radius: 14px;
  background: #f4f9f6;
  color: #6e7a78;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
.support-calculator__row {
  min-height: 62px;
  padding: 0 23px;
  border: 1px solid #cfe8df;
  border-radius: 14px;
  background: #fff;
  color: #183b34;
  font-family: var(--font-body, "Inter", sans-serif);
}
.support-calculator__row--tinted {
  background: #f6fef8;
}
.support-calculator__specialist {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.support-calculator__specialist > span:last-child {
  display: grid;
  gap: 1px;
  min-width: 0;
}
.support-calculator__specialist strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.support-calculator__specialist small {
  overflow: hidden;
  color: #6e7a78;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-calculator__dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.support-calculator__dot--pink {
  background: #f42c8c;
}
.support-calculator__dot--blue {
  background: #2bb9d1;
}
.support-calculator__dot--green {
  background: #2bc57b;
}
.support-calculator__rate,
.support-calculator__cost {
  font-size: 15px;
  line-height: 24px;
}
.support-calculator__cost {
  font-size: 16px;
  font-weight: 700;
}
.support-calculator__hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 216px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #cfe8df;
  border-radius: 12px;
  background: #fafcfb;
}
.support-calculator__stepper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 32px;
  margin-left: 3px;
  padding: 0;
  border: 1px solid #cfe8df;
  border-radius: 9px;
  background: #fff;
  color: #183b34;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.support-calculator__stepper--plus {
  margin-right: 3px;
  margin-left: 0;
  background: #e3ffeb;
  font-size: 17px;
}
.support-calculator__stepper:hover {
  border-color: #2bc57b;
  transform: translateY(-1px);
}
.support-calculator__stepper:focus-visible {
  outline: 3px solid rgba(43, 197, 123, 0.35);
  outline-offset: 2px;
}
.support-calculator__hours-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 40px;
  color: #183b34;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.support-calculator__summary {
  grid-template-columns: 260px minmax(0, 1fr) 250px;
  padding: 0 24px;
  border-radius: 16px;
  background: #183b34;
  color: #fff;
}
.support-calculator__summary-total {
  display: grid;
  gap: 1px;
}
.support-calculator__summary-total span {
  color: #c2eddb;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.support-calculator__summary-total strong {
  font-size: 22px;
  line-height: 30px;
}
.support-calculator__summary-note {
  margin: 0;
  color: #d9ebe3;
  font-size: 13px;
  line-height: 18px;
}
.support-calculator__submit {
  width: 250px;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 13px;
  justify-self: end;
}
@media (max-width: 1100px) {
  .support-calculator__table-head,
  .support-calculator__row {
    grid-template-columns: 34% 18% 25% 23%;
  }
  .support-calculator__hours {
    width: min(216px, 100%);
  }
}
@media (max-width: 800px) {
  .support-calculator {
    min-height: 0;
  }
  .support-calculator__inner {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .support-calculator__title {
    font-size: clamp(27px, 7.2vw, 38px);
    line-height: 1.16;
  }
  .support-calculator__lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 22px;
  }
  .support-calculator__table {
    display: grid;
    grid-template-rows: auto;
    height: auto;
    margin-top: 28px;
    padding: 10px;
    border-radius: 22px;
  }
  .support-calculator__table-head {
    display: none;
  }
  .support-calculator__row {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 8px;
    min-height: 104px;
    padding: 13px 14px;
  }
  .support-calculator__specialist {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 4px;
  }
  .support-calculator__rate {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .support-calculator__hours {
    grid-column: 2;
    grid-row: 2;
    width: 180px;
    height: 36px;
    justify-self: end;
  }
  .support-calculator__cost {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
  }
  .support-calculator__summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 168px;
    padding: 16px;
  }
  .support-calculator__submit {
    width: 100%;
    justify-self: stretch;
  }
}
@media (max-width: 420px) {
  .support-calculator__inner {
    padding-inline: 16px;
  }
  .support-calculator__row {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .support-calculator__specialist,
  .support-calculator__rate,
  .support-calculator__hours,
  .support-calculator__cost {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .support-calculator__hours {
    width: 100%;
    max-width: 216px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .support-calculator__stepper {
    transition: none;
  }
}


.support-calculator__summary-total {
  align-self: start;
  margin-top: 13px;
}
.support-calculator__summary-total span {
  display: block;
  line-height: 18px;
}
.support-calculator__summary-total strong {
  display: block;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0;
}
.support-calculator__summary {
  height: 68px;
  margin-top: 4px;
  box-sizing: border-box;
}
.support-calculator__summary-total {
  display: block;
  align-self: start;
  width: 260px;
  height: 49px;
  margin-top: 13px;
}
.support-calculator__summary-total > span {
  display: block;
  height: 18px;
  line-height: 18px;
}
.support-calculator__summary-total > strong {
  display: block;
  height: 31px;
  line-height: 31px;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
.support-calculator__summary-total strong span {
  display: inline;
}
