.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;
  }
}
.pricing-infiniteResidential-hero {
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-total--days {
  padding-top: 24px;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-stepper-field {
  justify-content: center;
  text-align: center;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-stepper-input {
  text-align: center;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-select-wrap {
  position: relative;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-select-wrap.is-open .pricing-residential-card__meta-select-trigger img {
  transform: translateY(-50%) rotate(180deg);
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-select-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 48px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #fff;
  color: #191717;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-select-trigger [data-www-custom-select-label] {
  flex: 1;
  text-align: center;
}
.pricing-infiniteResidential-hero .pricing-residential-card__meta-select-trigger img {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.pricing-infiniteResidential-hero__frame {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.pricing-infiniteResidential-hero__breadcrumb {
  display: flex;
  justify-content: center;
}
.pricing-infiniteResidential-hero__header {
  padding: calc(var(--site-header-height) + 100px) 130px 100px;
  border-bottom: 1px solid #ebebeb;
}
.pricing-infiniteResidential-hero__title {
  margin: 32px 0 20px;
  color: #191717;
  line-height: 1.12;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.pricing-infiniteResidential-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-infiniteResidential-hero__highlights span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  white-space: nowrap;
}
.pricing-infiniteResidential-hero__highlights span img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.pricing-infiniteResidential-hero__body {
  min-height: 0;
  text-align: left;
}
.pricing-infiniteResidential-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-infiniteResidential-hero__footer svg {
  width: 22px;
  height: 16px;
}
.pricing-infiniteResidential-hero__blank {
  padding-top: 120px;
}
.pricing-infiniteResidential-hero__blank--border {
  border-top: 1px solid #ebebeb;
  margin-inline: calc(-1 * max(20px, (100vw - 1280px) / 2));
}
.pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__header {
  padding: 60px 140px;
}
.pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__title {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
}
.pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__highlights {
  margin-top: 20px;
}

.pricing-residential-card__meta-select-menu {
  position: fixed;
  z-index: 1200;
  padding: 6px 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.pricing-residential-card__meta-select-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e0e0e0;
  border-left: 7px solid transparent;
  transform: translateX(-50%);
}
.pricing-residential-card__meta-select-menu::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  transform: translateX(-50%);
}
.pricing-residential-card__meta-select-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.pricing-residential-card__meta-select-menu[hidden] {
  display: block;
}
.pricing-residential-card__meta-select-menu[hidden]:not(.is-open) {
  display: none;
}

.pricing-residential-card__meta-select-option {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pricing-residential-card__meta-select-option.is-selected {
  color: #247cff;
  font-weight: 600;
}
.pricing-residential-card__meta-select-option:hover {
  background: #f5f7fa;
}

.pricing-infiniteResidential-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
  padding: 4px;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  background: #f7f6f5;
}
.pricing-infiniteResidential-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;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.pricing-infiniteResidential-tabs__tab.is-active {
  background: #fff;
  color: #191717;
  font-weight: 500;
}

.pricing-infiniteResidential-panel {
  border-bottom: 1px solid #ebebeb;
}
.pricing-infiniteResidential-panel[hidden] {
  display: none !important;
}

.pricing-infiniteResidential-trials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #ebebeb;
}

.pricing-infiniteResidential-trial-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 206px;
  min-height: 176px;
  padding: 32px;
  text-align: left;
  background: #fff;
  border-right: 1px solid #ebebeb;
}
.pricing-infiniteResidential-trial-card:last-child {
  border-right: 0;
}
.pricing-infiniteResidential-trial-card__content {
  padding-right: 32px;
}
.pricing-infiniteResidential-trial-card__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 32px;
  border-left: 1px dashed #ebebeb;
}
.pricing-infiniteResidential-trial-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #191717;
}
.pricing-infiniteResidential-trial-card__title span {
  color: #277eff;
}
.pricing-infiniteResidential-trial-card:first-child .pricing-infiniteResidential-trial-card__title span {
  color: #ff4d4f;
}
.pricing-infiniteResidential-trial-card__price {
  margin-bottom: 16px;
  color: #191717;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}
.pricing-infiniteResidential-trial-card__price span {
  font-size: 32px;
}

.pricing-infiniteResidential-field {
  display: block;
}
.pricing-infiniteResidential-field span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666666;
}
.pricing-infiniteResidential-field .pricing-infiniteResidential-select-wrap {
  position: relative;
}
.pricing-infiniteResidential-field .pricing-infiniteResidential-select-wrap.is-open img {
  transform: translateY(-50%) rotate(180deg);
}
.pricing-infiniteResidential-field select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #fff;
  color: #191717;
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pricing-infiniteResidential-field img {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.pricing-infiniteResidential-buy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.pricing-infiniteResidential-buy--outline {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #191717;
}
.pricing-infiniteResidential-buy--outline:hover {
  background: #fcfbfa;
}
.pricing-infiniteResidential-buy--dark {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #191717;
  background: #191717;
  color: #fff;
}
.pricing-infiniteResidential-buy--dark:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}

.pricing-infiniteResidential-standard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  padding: 32px;
  background: #fff;
}
.pricing-infiniteResidential-standard__config {
  padding-right: 32px;
}
.pricing-infiniteResidential-standard__title {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 600;
  color: #191717;
}

.pricing-infiniteResidential-option-group {
  margin-top: 24px;
}
.pricing-infiniteResidential-option-group__label {
  display: block;
  margin-bottom: 12px;
  color: #666666;
  font-size: 14px;
}

.pricing-infiniteResidential-options {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.pricing-infiniteResidential-options button[hidden] {
  display: none;
}
.pricing-infiniteResidential-options button {
  position: relative;
  height: 36px;
  border-radius: 8px;
  background: #f7f6f5;
  color: #191717;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pricing-infiniteResidential-options button.is-active {
  font-weight: 500;
  background: #e9f2ff;
  color: #277eff;
}
.pricing-infiniteResidential-options button.is-popular .is-popular__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 8px 0 8px;
  background: #ff4e4e;
  width: 77%;
  height: 45%;
}
.pricing-infiniteResidential-options button.is-popular img {
  width: 14px;
  margin-right: 5px;
  vertical-align: -2px;
}

.pricing-infiniteResidential-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  border-left: 1px solid #ebebeb;
}
.pricing-infiniteResidential-summary__price {
  display: flex;
  align-items: flex-end;
  color: #191717;
  font-weight: 500;
  line-height: 1;
  margin-top: 16px;
}
.pricing-infiniteResidential-summary__price span {
  font-size: 36px;
}
.pricing-infiniteResidential-summary__price em {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.pricing-infiniteResidential-summary__total {
  margin: 8px 0 32px;
  font-size: 14px;
  font-weight: 500;
  color: #191717;
}
.pricing-infiniteResidential-summary__details {
  width: 100%;
  padding: 16px 0;
  border-top: 1px dashed #ebebeb;
}
.pricing-infiniteResidential-summary__details div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pricing-infiniteResidential-summary__details dt {
  color: #666666;
  font-size: 14px;
}
.pricing-infiniteResidential-summary__details dd {
  margin: 0;
  color: #191717;
  font-size: 14px;
  font-weight: 500;
}
.pricing-infiniteResidential-summary a {
  margin-top: auto;
}

.pricing-infiniteResidential-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  text-align: left;
}
.pricing-infiniteResidential-custom__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #191717;
}
.pricing-infiniteResidential-custom__features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pricing-infiniteResidential-custom__features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #191717;
  font-size: 14px;
  font-weight: normal;
}
.pricing-infiniteResidential-custom__features span img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.pricing-infiniteResidential-custom__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  background: #fff;
  color: #191717;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.pricing-infiniteResidential-custom__button img {
  width: 20px;
  height: 20px;
}
.pricing-infiniteResidential-custom__button:hover {
  background: #fcfbfa;
}

.pricing-infiniteResidential-empty {
  padding: 60px 24px;
  color: #666666;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1200px) {
  .pricing-infiniteResidential-hero:not(.pricing-infiniteResidential-hero--section) .pricing-infiniteResidential-hero__header {
    padding: 48px 48px 32px;
  }
  .pricing-infiniteResidential-hero:not(.pricing-infiniteResidential-hero--section) .pricing-infiniteResidential-hero__title {
    font-size: 36px;
  }
  .pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__header {
    padding: 60px 40px 48px;
  }
  .pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__title {
    font-size: 36px;
  }
  .pricing-infiniteResidential-trials,
  .pricing-infiniteResidential-standard {
    grid-template-columns: 1fr;
  }
  .pricing-infiniteResidential-trial-card {
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .pricing-infiniteResidential-trial-card:last-child {
    border-bottom: 0;
  }
  .pricing-infiniteResidential-summary {
    padding-top: 32px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }
}
@media (max-width: 1024px) {
  .pricing-infiniteResidential-hero:not(.pricing-infiniteResidential-hero--section) .pricing-infiniteResidential-hero__header {
    padding: 40px 32px 32px;
  }
  .pricing-infiniteResidential-hero:not(.pricing-infiniteResidential-hero--section) .pricing-infiniteResidential-hero__title {
    font-size: 32px;
  }
  .pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__header {
    padding: 48px 32px 40px;
  }
  .pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__title {
    font-size: 32px;
  }
  .pricing-infiniteResidential-hero__highlights {
    font-size: 14px;
  }
  .pricing-infiniteResidential-hero__highlights span {
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .pricing-infiniteResidential-hero {
    padding-right: 18px;
    padding-left: 18px;
  }
  .pricing-infiniteResidential-hero__header {
    padding: 32px 16px 24px;
  }
  .pricing-infiniteResidential-hero__title {
    font-size: clamp(27px, 8vw, 34px);
  }
  .pricing-infiniteResidential-hero__highlights {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .pricing-infiniteResidential-hero__highlights span {
    justify-content: center;
    padding: 12px 16px;
    white-space: normal;
  }
  .pricing-infiniteResidential-hero__highlights span + span {
    padding-left: 16px;
    border-top: 1px solid #ebebeb;
  }
  .pricing-infiniteResidential-hero__footer {
    padding: 20px 16px;
  }
  .pricing-infiniteResidential-hero--section .pricing-infiniteResidential-hero__header {
    padding: 48px 16px 32px;
  }
  .pricing-infiniteResidential-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }
  .pricing-infiniteResidential-trial-card {
    grid-template-columns: 1fr;
  }
  .pricing-infiniteResidential-trial-card__aside {
    padding-top: 24px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }
  .pricing-infiniteResidential-options,
  .pricing-infiniteResidential-options--bandwidth {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-infiniteResidential-custom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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