.price-page {
}

.price-page .section {
  padding: 140px 0;
}

.price-page #agency,
.price-page #software,
.price-page #faq {
  scroll-margin-top: 110px;
}

.price-page__hero {
  padding-top: 34px;
}

.price-page__hero-shell {
 position: relative;
 min-height: clamp(0px, 10vw, 820px);
 padding-right: clamp(220px, 27vw, 380px);
 padding-bottom: 0px;
 overflow: visible;
}

.price-page__hero-main {
  min-width: 0;
  position: relative;
  max-width: 860px;
}

.price-page__hero-title {
  margin-top: 18px;
  max-width: 14ch;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 500;
  color: #0f172a;
}

.price-page__hero-text {
  margin-top: 20px;
  max-width: 51ch;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.6;
}

.price-page__hero-proof {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 960px;
  position: relative;
  z-index: 4;
}

.price-page__hero-proof-item {
  padding: 18px 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-page__hero-proof-item strong {
  display: block;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #0f172a;
}

.price-page__hero-proof-item span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.45;
}

.price-page__hero-visual {
  position: absolute;
  right: -0px;
  bottom: 0;
  width: min(48vw, 465px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 3;
}

.price-page__hero-visual::before {
  content: none;
}

.price-page__hero-visual::after {
  content: none;
}

.price-page__hero-girl {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin-left: 0;
  transform: translateX(-10px);
  filter: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.price-page__hero-girl-cap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(48vw, 465px);
  height: auto;
  display: block;
  transform: translateX(-10px);
  filter: none;
  clip-path: inset(0 0 88% 0);
  pointer-events: none;
  z-index: 120;
}

.price-page__section-head {
  max-width: 880px;
}

.price-page__section-head--compact {
  margin-top: 58px;
}

.price-page .pricing-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 120, 255, 0.1);
  color: #1078ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.price-page__choice {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.price-page__choice-item {
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-page__choice-item strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #0f172a;
}

.price-page__choice-item span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  line-height: 1.48;
}

.price-page__service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.price-offer {
  position: relative;
  padding: 34px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-offer--featured {
  border-color: rgba(100, 116, 139, 0.32);
  background:
    radial-gradient(260px 220px at 100% 0%, rgba(16, 120, 255, 0.16), transparent 72%),
    linear-gradient(180deg, #0f172a 0%, #111c34 100%);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.2);
}

.price-offer--featured .pricing-card__badge {
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
}

.price-offer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.price-offer__price {
  font-size: 46px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #0f172a;
  text-align: right;
}

.price-offer--featured .price-offer__price {
  color: #f8fafc;
}

.price-offer__price span {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--text-muted);
}

.price-offer--featured .price-offer__price span {
  color: rgba(226, 232, 240, 0.74);
}

.price-offer__title {
  margin-top: 22px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #0f172a;
}

.price-offer--featured .price-offer__title {
  color: #f8fafc;
}

.price-offer__subline {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.price-offer--featured .price-offer__subline {
  color: rgba(226, 232, 240, 0.74);
}

.price-offer__lead {
  margin-top: 16px;
  color: var(--text-soft);
  line-height: 1.55;
}

.price-offer--featured .price-offer__lead {
  color: rgba(226, 232, 240, 0.88);
}

.price-offer__chips {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-offer__chips span {
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(15, 23, 42, 0.05);
  color: #0f172a;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.price-offer--featured .price-offer__chips span {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
}

.price-offer__result {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(15, 23, 42, 0.035);
}

.price-offer--featured .price-offer__result {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.price-offer__result strong,
.price-offer__list-label {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.price-offer__result strong,
.price-offer__list-label {
  color: #0f172a;
}

.price-offer--featured .price-offer__result strong,
.price-offer--featured .price-offer__list-label {
  color: #f8fafc;
}

.price-offer__result p {
  margin-top: 10px;
  color: var(--text-soft);
  line-height: 1.52;
}

.price-offer--featured .price-offer__result p {
  color: rgba(226, 232, 240, 0.86);
}

.price-offer__list-label {
  margin-top: 24px;
}

.price-offer__list {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
  flex: 1 1 auto;
}

.price-offer--featured .price-offer__list {
  border-top-color: rgba(148, 163, 184, 0.18);
}

.price-offer__list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
  line-height: 1.52;
}

.price-offer--featured .price-offer__list li {
  color: rgba(226, 232, 240, 0.86);
}

.price-offer__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1078ff;
}

.price-offer--featured .price-offer__list li::before {
  background: #60a5fa;
}

.price-offer__fit {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--text-soft);
  line-height: 1.48;
}

.price-offer--featured .price-offer__fit {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.86);
}

.price-offer__fit strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
}

.price-offer--featured .price-offer__fit strong {
  color: #f8fafc;
}

.price-offer__cta {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.price-offer__cta-note {
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.price-offer--featured .price-offer__cta-note {
  color: rgba(226, 232, 240, 0.72);
}

.price-page__service-notes {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-page__service-note {
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-page__service-note strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #0f172a;
}

.price-page__service-note p {
  margin-top: 10px;
  color: var(--text-soft);
  line-height: 1.48;
}

@media (hover: hover) and (pointer: fine) {
  .price-page__hero-proof-item:hover,
  .price-page__choice-item:hover,
  .price-page__service-note:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  }

  .price-offer:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 1180px) {
  .price-page__hero-shell {
    min-height: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .price-page__hero-title {
    max-width: none;
  }

  .price-page__hero-shell::after {
    display: none;
  }

  .price-page__hero-visual,
  .price-page__hero-girl-cap {
    display: none;
  }


  .price-page__hero-proof {
    max-width: none;
  }

}

@media (max-width: 1023px) {
  .price-page__hero-proof,
  .price-page__choice,
  .price-page__service-grid,
  .price-page__service-notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .price-page .section {
    padding: 56px 0;
  }

  .price-page__hero {
    padding-top: 22px;
  }

  .price-page__hero-title {
    max-width: none;
    font-size: clamp(38px, 10vw, 56px);
  }

  .price-page__hero-text {
    font-size: 17px;
  }

  .price-offer,
  .price-page__service-note {
    padding: 24px;
    border-radius: 28px;
  }

  .price-page__section-head--compact {
    margin-top: 42px;
  }

  .price-offer__top {
    display: block;
  }

  .price-offer__price {
    margin-top: 16px;
    text-align: left;
  }

  .price-page__hero-girl {
    width: min(100%, 300px);
  }

  .price-offer__title {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .price-page__hero-proof-item,
  .price-page__choice-item,
  .price-page__service-note,
  .price-offer {
    padding-inline: 20px;
  }

  .price-page__hero-proof-item strong,
  .price-page__choice-item strong {
    font-size: 17px;
  }

  .price-page__service-note strong {
    font-size: 22px;
  }

  .price-offer__price {
    font-size: 38px;
  }

  .price-page__hero-girl {
    width: min(100%, 260px);
  }

  .price-offer__title {
    font-size: 28px;
  }
}

.price-page .price-page__software-intro {
  padding-top: 20px;
  padding-bottom: 16px;
}

.price-page .price-product {
  --product-accent: #60a5fa;
  --product-accent-soft: rgba(96, 165, 250, 0.14);
  position: relative;
  overflow: visible;
  padding: 18px 0;
  background: transparent;
}

.price-product--forms {
  --product-accent: #cbd5e1;
  --product-accent-soft: rgba(203, 213, 225, 0.12);
}

.price-product--ai {
  --product-accent: #34d399;
  --product-accent-soft: rgba(52, 211, 153, 0.12);
}

.price-product__shell {
  position: relative;
  padding: 34px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.price-product--control .price-product__shell {
  background:
    radial-gradient(360px 260px at 0% 0%, rgba(16, 120, 255, 0.2), transparent 72%),
    linear-gradient(180deg, #0b1222 0%, #0f172a 100%);
}

.price-product--forms .price-product__shell {
  background:
    radial-gradient(360px 260px at 0% 0%, rgba(148, 163, 184, 0.16), transparent 72%),
    linear-gradient(180deg, #111827 0%, #0f172a 100%);
}

.price-product--ai .price-product__shell {
  background:
    radial-gradient(360px 260px at 0% 0%, rgba(16, 185, 129, 0.18), transparent 72%),
    linear-gradient(180deg, #071b18 0%, #0d1f1b 100%);
}

.price-product__shell::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 41px;
  border: 1px solid rgba(148, 163, 184, 0.1);
  pointer-events: none;
}

.price-product__shell::after {
  content: '';
  position: absolute;
  left: 36px;
  right: 36px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.price-product__shell > * {
  position: relative;
  z-index: 1;
}

.price-product__aside,
.price-product__card {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 22px 48px rgba(2, 6, 23, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-product__aside {
  padding: 28px;
  border-radius: 32px;
}

.price-product__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.price-product__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--product-accent-soft);
  color: var(--product-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.price-product__icon-svg {
  width: 30px;
  height: 30px;
  display: block;
}

.price-product .pricing-card__badge {
  background: var(--product-accent-soft);
  color: #f8fafc;
}

.price-product__price {
  margin-top: 22px;
  font-size: 46px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #f8fafc;
}

.price-product__price span {
  display: block;
  margin-top: 7px;
  color: rgba(226, 232, 240, 0.72);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.price-product__title {
  margin-top: 20px;
  font-size: 40px;
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #f8fafc;
}

.price-product__lead {
  margin-top: 16px;
  color: rgba(248, 250, 252, 0.92);
  font-size: 18px;
  line-height: 1.52;
}

.price-product__text {
  margin-top: 14px;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.58;
}

.price-product__chips {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-product__chips span {
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.price-product__cta {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.price-product__cta-note {
  color: rgba(226, 232, 240, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.price-product__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.price-product__card {
  padding: 26px;
  border-radius: 30px;
}

.price-product__card--wide {
  grid-column: 1 / -1;
}

.price-product__card-label {
  color: var(--product-accent);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.price-product__card-title {
  margin-top: 16px;
  color: #f8fafc;
  font-size: 30px;
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.price-product__card-text {
  margin-top: 12px;
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.56;
}

.price-product__list {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.price-product__list li {
  position: relative;
  padding-left: 24px;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.52;
}

.price-product__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--product-accent);
}

.price-product__note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 250, 252, 0.86);
  line-height: 1.5;
}

.price-product__audit-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.price-product__audit-item {
  padding: 16px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.price-product__audit-item strong {
  display: block;
  color: #f8fafc;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.price-product__audit-item span {
  display: block;
  margin-top: 8px;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.42;
}

@media (hover: hover) and (pointer: fine) {
  .price-product__aside:hover,
  .price-product__card:hover {
    transform: translateY(-2px);
    border-color: rgba(148, 163, 184, 0.22);
    box-shadow: 0 26px 58px rgba(2, 6, 23, 0.18);
  }
}

@media (max-width: 1180px) {
  .price-product__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .price-page .price-page__software-intro {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .price-page .price-product {
    padding: 12px 0;
  }

  .price-product__shell {
    padding: 22px;
    border-radius: 30px;
  }

  .price-product__shell::before {
    border-radius: 29px;
  }

  .price-product__shell::after {
    left: 22px;
    right: 22px;
  }

  .price-product__aside,
  .price-product__card {
    padding: 22px;
    border-radius: 26px;
  }

  .price-product__title,
  .price-product__card-title {
    font-size: 30px;
  }

  .price-product__body {
    grid-template-columns: 1fr;
  }

  .price-product__price {
    font-size: 38px;
  }

  .price-product__audit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .price-product__aside,
  .price-product__card {
    padding-inline: 20px;
  }

  .price-product__lead {
    font-size: 17px;
  }

  .price-product__title,
  .price-product__card-title {
    font-size: 28px;
  }

  .price-product__price {
    font-size: 34px;
  }
}
