.pricing-residential-hero {
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.pricing-residential-hero__frame {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.pricing-residential-hero__breadcrumb {
  display: flex;
  justify-content: center;
}
.pricing-residential-hero__header {
  padding: calc(var(--site-header-height) + 100px) 130px 100px;
  border-bottom: 1px solid #ebebeb;
}
.pricing-residential-hero__title {
  margin: 32px 0 20px;
  color: #191717;
  line-height: 1.12;
  font-size: 48px;
  font-weight: 600;
}
.pricing-residential-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 16px;
  color: #191717;
  font-size: 16px;
  font-weight: normal;
}
.pricing-residential-hero__highlights span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  white-space: nowrap;
}
.pricing-residential-hero__highlights span img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.pricing-residential-hero__body {
  min-height: 0;
}
.pricing-residential-hero__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 16px;
  border-top: 1px solid #ebebeb;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.pricing-residential-hero__footer svg {
  width: 22px;
  height: 16px;
}
.pricing-residential-hero__blank {
  padding-top: 120px;
}
.pricing-residential-hero__blank--border {
  border-top: 1px solid #ebebeb;
  margin-inline: calc(-1 * max(20px, (100vw - 1280px) / 2));
}
.pricing-residential-hero--section .pricing-residential-hero__header {
  padding: 60px 140px;
}
.pricing-residential-hero--section .pricing-residential-hero__title {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
}
.pricing-residential-hero--section .pricing-residential-hero__highlights {
  margin-top: 20px;
}

.pricing-residential-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
  padding: 4px;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  background: #f7f6f5;
}
.pricing-residential-tabs__tab {
  border: 0;
  border-radius: 999px;
  padding: 12px 28px;
  background: transparent;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.pricing-residential-tabs__tab.is-active {
  background: #fff;
  color: #191717;
  font-weight: 500;
}

.pricing-residential-panel[hidden] {
  display: none !important;
}

.pricing-residential-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.pricing-residential-card--featured {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-right: 1px solid #ebebeb;
}
.pricing-residential-card--featured:last-child {
  border-right: 0;
}
.pricing-residential-card--featured.is-popular {
  position: relative;
  border-right: 0;
  padding: 4px;
}
.pricing-residential-card--featured.is-popular.is-popular--regular {
  background: linear-gradient(181deg, #ff1861 0%, #ffaa00 99%);
}
.pricing-residential-card--featured.is-popular.is-popular--advanced {
  background: linear-gradient(180deg, #ba2cea 0%, #ff7272 100%);
}
.pricing-residential-card--featured.is-popular .pricing-residential-card {
  padding: 20px 22px 28px 22px;
}
.pricing-residential-card--featured.is-popular .pricing-residential-card__badge {
  position: absolute;
  top: -18px;
  left: -4px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 20px;
  border-radius: 0px 12px 0px 0px;
  background: #FF1B5F;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
}
.pricing-residential-card--featured.is-popular .pricing-residential-card__badge img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.pricing-residential-card--featured.is-popular.is-popular--advanced .pricing-residential-card__badge {
  background: #ba2cea;
}
.pricing-residential-card--featured.is-popular .pricing-residential-card__meta-stepper-input-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}
.pricing-residential-card--featured.is-popular .pricing-residential-card__meta-stepper-input {
  text-align: center;
}

.pricing-residential-card--contact .pricing-residential-card__meta {
  margin-bottom: 19px;
}

.pricing-residential-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 26px 32px 26px;
  background: #fff;
  border: 0;
  border-radius: 0;
  text-align: left;
}
.pricing-residential-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}
.pricing-residential-card__price strong {
  line-height: 1;
  font-weight: 500;
  font-size: 36px;
  color: #191717;
}
.pricing-residential-card__price strong span {
  color: #191717;
  font-size: 36px;
}
.pricing-residential-card__price span {
  color: #666666;
  font-size: 18px;
  margin-bottom: 4px;
}
.pricing-residential-card__unit {
  color: #191717;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 16px;
  text-align: left;
  border-bottom: 1px dotted #ebebeb;
}
.pricing-residential-card__meta {
  margin-bottom: 46px;
}
.pricing-residential-card__meta-total {
  display: block;
  text-align: left;
  padding: 16px 0 12px;
  color: #666666;
  font-size: 14px;
}
.pricing-residential-card__meta-total ul {
  padding-left: 18px;
  line-height: 1.75;
  list-style: unset;
}
.pricing-residential-card__meta-total ul li {
  list-style: unset;
}
.pricing-residential-card__meta-btn {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #fff;
  color: #191717;
  font-size: 16px;
  font-weight: 500;
}
.pricing-residential-card__meta-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.2s ease;
}
.pricing-residential-card__meta-stepper:focus-within, .pricing-residential-card__meta-stepper:has(.pricing-residential-card__meta-stepper-btn:active) {
  background: #fcfbfa;
}
.pricing-residential-card__meta-stepper-field {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}
.pricing-residential-card__meta-stepper-input {
  width: 35px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #191717;
  font: inherit;
  text-align: right;
  appearance: textfield;
  -moz-appearance: textfield;
}
.pricing-residential-card__meta-stepper-input::-webkit-outer-spin-button, .pricing-residential-card__meta-stepper-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}
.pricing-residential-card__meta-stepper-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pricing-residential-card__meta-stepper-btn .pricing-residential-card__meta-stepper-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.pricing-residential-card__meta-stepper-btn .pricing-residential-card__meta-stepper-icon--hover {
  display: none;
}
.pricing-residential-card__meta-stepper-btn:hover .pricing-residential-card__meta-stepper-icon--default {
  display: none;
}
.pricing-residential-card__meta-stepper-btn:hover .pricing-residential-card__meta-stepper-icon--hover {
  display: block;
}
.pricing-residential-card__meta-spacer {
  visibility: hidden;
  pointer-events: none;
}
.pricing-residential-card__validity {
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.pricing-residential-card__button {
  box-sizing: border-box;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 100%;
  margin-top: 24px;
  padding: 0 16px;
  border: 1px solid #191717;
  border-radius: 999px;
  background: #191717;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.pricing-residential-card__button svg {
  width: 20px;
  height: 20px;
}
.pricing-residential-card__button:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}

@media (max-width: 1200px) {
  .pricing-residential-hero:not(.pricing-residential-hero--section) .pricing-residential-hero__header {
    padding: 48px 48px 32px;
  }
  .pricing-residential-hero:not(.pricing-residential-hero--section) .pricing-residential-hero__title {
    font-size: 36px;
  }
  .pricing-residential-hero--section .pricing-residential-hero__header {
    padding: 60px 40px 48px;
  }
  .pricing-residential-hero--section .pricing-residential-hero__title {
    font-size: 36px;
  }
  .pricing-residential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-residential-card--featured {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .pricing-residential-card--featured:nth-child(2n) {
    border-right: 0;
  }
  .pricing-residential-card--featured:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .pricing-residential-card--featured.is-popular {
    border-right: 0;
  }
}
@media (max-width: 1024px) {
  .pricing-residential-hero:not(.pricing-residential-hero--section) .pricing-residential-hero__header {
    padding: 40px 32px 32px;
  }
  .pricing-residential-hero:not(.pricing-residential-hero--section) .pricing-residential-hero__title {
    font-size: 32px;
  }
  .pricing-residential-hero--section .pricing-residential-hero__header {
    padding: 48px 32px 40px;
  }
  .pricing-residential-hero--section .pricing-residential-hero__title {
    font-size: 32px;
  }
  .pricing-residential-hero__highlights {
    font-size: 14px;
  }
  .pricing-residential-hero__highlights span {
    padding: 8px 12px;
  }
  .pricing-residential-card {
    padding: 28px 20px;
  }
}
@media (max-width: 768px) {
  .pricing-residential-hero {
    padding-right: 18px;
    padding-left: 18px;
  }
  .pricing-residential-hero__breadcrumb {
    padding: calc(var(--site-header-height) + 12px) 16px 12px;
  }
  .pricing-residential-hero__header {
    padding: 32px 16px 24px;
  }
  .pricing-residential-hero__title {
    font-size: clamp(27px, 8vw, 34px);
  }
  .pricing-residential-hero__highlights {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .pricing-residential-hero__highlights span {
    justify-content: center;
    padding: 12px 16px;
    white-space: normal;
  }
  .pricing-residential-hero__highlights span + span {
    padding-left: 16px;
    border-top: 1px solid #ebebeb;
  }
  .pricing-residential-hero__highlights span + span::before {
    display: none;
  }
  .pricing-residential-hero__footer {
    padding: 20px 16px;
  }
  .pricing-residential-hero__blank {
    padding-top: 80px;
  }
  .pricing-residential-hero--section .pricing-residential-hero__header {
    padding: 48px 16px 32px;
  }
  .pricing-residential-grid {
    grid-template-columns: 1fr;
  }
  .pricing-residential-card {
    padding: 24px 20px;
  }
  .pricing-residential-card--featured.is-popular .pricing-residential-card {
    padding-top: 36px;
  }
  .pricing-residential-card--featured.is-popular .pricing-residential-card__badge {
    left: 16px;
  }
  .pricing-residential-card--featured {
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .pricing-residential-card--featured:last-child {
    border-bottom: 0;
  }
  .pricing-residential-card--featured.is-popular {
    border-bottom: 0;
  }
  .pricing-residential-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }
}

/*# sourceMappingURL=pricing-residential-block.css.map */
