.pricing-residential-page {
  color: #0f172a;
}
.pricing-residential-page__main {
  overflow: hidden;
}

.pricing-residential-hero,
.pricing-residential-section,
.pricing-residential-faq {
  padding: 72px clamp(20px, 13.5417vw, 260px) 0;
}

.pricing-residential-section,
.pricing-residential-faq {
  background-color: #fff;
}

.pricing-residential-hero {
  text-align: center;
  padding-top: 60px;
  background: linear-gradient(360deg, rgba(36, 124, 255, 0) 0%, rgba(36, 124, 255, 0.1019607843) 100%);
}
.pricing-residential-hero__inner, .pricing-residential-hero__section__inner, .pricing-residential-hero__faq__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.pricing-residential-hero__inner {
  padding: 40px 0 100px 0;
}
.pricing-residential-hero__inner__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-top: 40px;
}
.pricing-residential-hero__inner__footer svg {
  width: 22px;
  height: 16px;
}
.pricing-residential-hero__logo {
  width: 124px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}
.pricing-residential-hero__title {
  margin: 0;
  font-size: 64px;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.pricing-residential-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin-top: 24px;
  color: #000;
  font-size: 18px;
}
.pricing-residential-hero__highlights span {
  padding: 8px 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.pricing-residential-hero__highlights span:hover {
  border-radius: 58px;
  background: rgba(36, 124, 255, 0.05);
  color: #247cff;
  border: 1px solid rgba(36, 124, 255, 0.3);
}
.pricing-residential-hero__highlights span + span {
  padding-left: 24px;
}
.pricing-residential-hero__highlights span + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.pricing-residential-tabs {
  display: inline-flex;
  gap: 10px;
  padding: 4px;
  margin-top: 30px;
  border-radius: 999px;
  background: #f3f4f7;
}
.pricing-residential-tabs__tab {
  border: 0;
  border-radius: 999px;
  padding: 10px 67px;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-residential-tabs__tab.is-active {
  background: #fff;
  color: #000;
}

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

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

.pricing-residential-card--featured {
  border-radius: 12px;
  padding: 4px;
}
.pricing-residential-card--featured.is-popular--regular {
  background: linear-gradient(181deg, #ff1861 0%, #ffaa00 99%);
}
.pricing-residential-card--featured.is-popular--advanced {
  background: linear-gradient(180deg, #ba2cea 0%, #ff7272 100%);
}

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

.pricing-residential-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.pricing-residential-card__badge img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pricing-residential-card {
  position: relative;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e1e6ed;
  padding: 24px 32px 32px 32px;
  overflow: hidden;
}
.pricing-residential-card:hover {
  box-shadow: 0px 8px 32px 0px rgba(33, 77, 144, 0.1);
}
.pricing-residential-card__price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 8px;
}
.pricing-residential-card__price strong {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.pricing-residential-card__price strong span {
  color: #000;
  font-size: 28px;
}
.pricing-residential-card__price span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  margin-bottom: 4px;
}
.pricing-residential-card__unit {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  padding-bottom: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-residential-card__meta {
  margin-bottom: 40px;
}
.pricing-residential-card__meta-total {
  display: block;
  text-align: left;
  padding: 16px 0 12px 0;
  color: rgba(0, 0, 0, 0.5);
  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 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
}
.pricing-residential-card__meta-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
}
.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: #000;
  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 svg {
  width: 20px;
  height: 20px;
}
.pricing-residential-card__meta-spacer {
  visibility: hidden;
  pointer-events: none;
}
.pricing-residential-card__validity {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.pricing-residential-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 100%;
  margin-top: 16px;
  border-radius: 999px;
  padding: 14px 0;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pricing-residential-card__button svg {
  width: 20px;
  height: 20px;
}
.pricing-residential-card__button:hover {
  background: #247cff;
}

.pricing-residential-faq {
  padding-bottom: 80px;
}
.pricing-residential-faq__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.pricing-residential-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}
.pricing-residential-faq__list {
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  overflow: hidden;
}
.pricing-residential-faq__item + .pricing-residential-faq__item {
  border-top: 1px solid #eef2f7;
}
.pricing-residential-faq__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
}
.pricing-residential-faq__icon {
  font-size: 22px;
  color: #94a3b8;
}
.pricing-residential-faq__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.28s ease;
}
.pricing-residential-faq__panel-inner {
  padding: 0 24px 20px;
  color: #64748b;
  line-height: 1.75;
}

.pricing-residential-support {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #edf4ff 0%, #ffffff 100%);
  border: 1px solid rgba(47, 103, 216, 0.16);
  text-align: center;
}
.pricing-residential-support__image {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}
.pricing-residential-support__title {
  margin: 0 0 8px;
  font-size: 18px;
}
.pricing-residential-support__text {
  margin: 0 0 18px;
  color: #64748b;
  line-height: 1.7;
}
.pricing-residential-support__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 999px;
  padding: 14px 18px;
  background: linear-gradient(90deg, #2f67d8 0%, #3e8eff 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .pricing-residential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-residential-faq__layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pricing-residential-hero,
  .pricing-residential-section,
  .pricing-residential-faq {
    padding-top: 56px;
  }
  .pricing-residential-grid {
    grid-template-columns: 1fr;
  }
  .pricing-residential-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

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