@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-500.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.page-product-body {
  margin: 0;
  min-width: 320px;
  background: #f7f7f7;
  color: #000000;
  font-family: 'Geologica', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.page-product {
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: #f7f7f7;
}
.product-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.product-container_narrow {
  max-width: 920px;
}
.product-br-desktop {
  display: inline;
}
.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}
.product-btn:hover {
  opacity: 0.92;
  text-decoration: none;
  color: inherit;
}
.product-btn:focus-visible {
  outline: 2px solid #cb043d;
  outline-offset: 2px;
}
.product-btn_primary {
  background: #cb043d;
  color: #ffffff;
}
.product-btn_secondary {
  background: rgba(0, 0, 0, 0.03);
  color: #000000;
}
.product-btn_ghost {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.product-btn_white {
  background: #ffffff;
  color: #000000;
}
.product-btn_block {
  width: 100%;
}
.product-btn__label-short {
  display: none;
}
.product-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  flex-shrink: 0;
}
.product-icon-box img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.product-section {
  padding: 180px 0 0;
  /*&__head_left {
        align-items: flex-start;
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }*/
}
.product-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 856px;
  margin: 0 auto 48px;
  text-align: center;
}
.product-section__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #000000;
  text-align: center;
}
.product-section__title_left {
  text-align: left;
  margin-bottom: 36px;
}
.product-section__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.product-section__subtitle_narrow {
  max-width: 658px;
}
.product-hero {
  position: relative;
  min-height: 1020px;
  color: #ffffff;
}
.product-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000000;
}
.product-hero__img {
  position: absolute;
  width: 131.6%;
  max-width: none;
  height: 105.05%;
  left: -15.81%;
  top: 0.1%;
  object-fit: cover;
}
.product-hero__gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 522px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.product-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 1020px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.product-hero__content {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  margin: 0 auto 36px;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.product-hero__badge-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.product-hero__title {
  margin: 0 0 36px;
  max-width: 1114px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 0 0.016px 0.407px rgba(0, 0, 0, 0.06), 0 0.078px 1.924px rgba(0, 0, 0, 0.1), 0 0.201px 4.996px rgba(0, 0, 0, 0.16);
}
.product-hero__subtitle {
  margin: 0 0 48px;
  max-width: 682px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.product-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-highlights {
  margin-top: 100px;
  position: relative;
  z-index: 3;
  padding-bottom: 0;
}
.product-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.product-highlights__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  background: #cb043d;
  box-sizing: border-box;
}
.product-highlights__card p {
  margin: 0;
  max-width: 300px;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.product-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.product-features__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
}
.product-features__title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.product-features__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.product-section_metrics {
  padding-top: 180px;
}
.product-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.product-metrics__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.product-metrics__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-sizing: border-box;
}
.product-metrics__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.product-metrics__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.product-metrics__text {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.product-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.product-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.product-steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.product-steps__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 0;
}
.product-steps__title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.product-steps__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.product-equipment__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.product-equipment__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 189px;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
  width: 275px;
  flex: 0 0 275px;
}
.product-equipment__card_primary {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  background: #cb043d;
  border-color: rgba(0, 0, 0, 0.08);
  color: #ffffff;
}
.product-equipment__title {
  margin: 0 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.product-equipment__label {
  margin: 0 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.product-equipment__note {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.product-equipment__value {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.product-equipment__value_from {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
}
.product-equipment__from {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.product-equipment__price-row {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: auto;
}
.product-equipment__price-old {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}
.product-equipment__price-new {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
}
.product-equipment__asterisk {
  position: absolute;
  left: 129px;
  top: -15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}
.product-section_pricing {
  padding-top: 180px;
}
.product-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.product-pricing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  padding: 36px 28px 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
}
.product-pricing__card_popular {
  border-color: #000000;
}
.product-pricing__badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.product-pricing__top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.product-pricing__name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.product-pricing__desc {
  margin: 0;
  min-height: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.product-pricing__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-pricing__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.product-pricing__price {
  margin: 0;
  color: #000000;
}
.product-pricing__price-value {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
}
.product-pricing__price-unit {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.product-pricing__old-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}
.product-pricing__hours {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.product-pricing__manager {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.product-pricing__manager img {
  flex-shrink: 0;
}
.product-pricing__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.product-pricing__overage {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(0, 0, 0, 0.5);
}
.product-pricing__overage-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.product-pricing__overage-note {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.product-pricing__promo {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.product-pricing__legal {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.product-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.product-audience__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 260px;
  padding: 36px;
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
}
.product-audience__title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.product-audience__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.product-cta {
  margin-top: 180px;
  padding: 150px 0;
  background: #cb043d;
}
.product-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.product-cta__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 856px;
  text-align: center;
  color: #ffffff;
}
.product-cta__title {
  margin: 0;
  max-width: 636px;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
}
.product-cta__text {
  margin: 0;
  max-width: 584px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.product-section_faq {
  padding: 180px 0 120px;
}
.product-faq-section__title {
  margin: 0 0 36px;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
}
.product-faq-section_spaced {
  margin-top: 180px;
}
.product-faq-section__intro {
  margin: 0 0 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.product-faq-section__footer {
  margin: 36px auto 0;
  max-width: 1009px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.product-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(0, 0, 0, 0.08);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 12px;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #cb043d;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}
.product-accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
}
.product-accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
}
.product-accordion__button::after {
  display: none;
}
.product-accordion__button:not(.collapsed) {
  color: #cb043d;
  background: transparent;
  box-shadow: none;
}
.product-accordion__button:focus {
  box-shadow: none;
}
.product-accordion__question {
  flex: 1;
  text-align: left;
}
.product-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 9999px;
  background: rgba(1, 9, 18, 0.03);
  box-sizing: border-box;
}
.product-accordion__icon-up {
  display: none;
}
.product-accordion__icon-down {
  display: block;
}
.product-accordion__button:not(.collapsed) .product-accordion__icon-up {
  display: block;
}
.product-accordion__button:not(.collapsed) .product-accordion__icon-down {
  display: none;
}
.product-accordion__body {
  padding: 0 0 12px;
}
.product-accordion__answer {
  padding-left: 36px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  padding-bottom: 12px;
}
.product-accordion__answer p {
  margin: 0 0 12px;
}
.product-accordion__answer p:last-child {
  margin-bottom: 0;
}
.product-accordion__answer ul,
.product-accordion__answer ol {
  margin: 0 0 12px;
  padding-left: 24px;
}
.product-accordion__answer ul:last-child,
.product-accordion__answer ol:last-child {
  margin-bottom: 0;
}
.product-accordion__answer ul li {
  list-style: disc;
}
.product-accordion__answer ol li {
  list-style: auto;
}
.product-accordion__answer li {
  margin-bottom: 2px;
}
.product-accordion__answer li:last-child {
  margin-bottom: 0;
}
.product-launch-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-launch-steps__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.product-launch-steps__card {
  position: relative;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
}
.product-launch-steps__card-title {
  margin: 0;
  max-width: 227px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.product-launch-steps__card-num {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.page-product .collapse:not(.show) {
  display: none;
}
.page-product .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (max-width: 1200px) {
  .product-hero__title {
    font-size: 52px;
  }
  .product-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-highlights__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product-highlights__card {
    min-height: 0;
  }
  .product-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
  }
  .product-audience__grid {
    grid-template-columns: 1fr;
  }
  .product-audience__card {
    min-height: 0;
  }
  .product-equipment__grid {
    flex-direction: column;
  }
  .product-equipment__card {
    width: 100%;
    flex: 1 1 auto;
  }
  .product-section {
    padding-top: 120px;
  }
  .product-section_pricing {
    padding-top: 80px;
  }
  .product-cta {
    margin-top: 120px;
  }
  .product-section_faq {
    padding-top: 120px;
  }
}
@media (max-width: 992px) {
  .product-hero {
    min-height: 720px;
  }
  .product-hero__inner {
    min-height: 720px;
    padding-top: 48px;
    align-items: flex-start;
  }
  .product-hero__img {
    width: 180%;
    left: -40%;
    height: 100%;
  }
  .product-hero__gradient {
    height: 320px;
  }
  .product-hero__badge {
    margin: 0 0 28px;
    align-self: flex-start;
  }
  .product-hero__content {
    align-items: flex-start;
    text-align: left;
  }
  .product-hero__title {
    font-size: 40px;
    max-width: 100%;
  }
  .product-hero__subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
  .product-hero__actions {
    justify-content: flex-start;
  }
  .product-highlights {
    margin-top: 48px;
  }
  .product-section__title {
    font-size: 32px;
    line-height: 36px;
  }
  .product-section__head {
    align-items: flex-start;
    text-align: left;
  }
  .product-features__grid {
    grid-template-columns: 1fr;
  }
  .product-cta__title {
    font-size: 32px;
    line-height: 36px;
  }
  .product-cta__inner {
    align-items: stretch;
  }
  .product-cta .product-btn_white {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-br-desktop {
    display: none;
  }
  .product-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-hero {
    min-height: 600px;
  }
  .product-hero__inner {
    min-height: 600px;
    padding-bottom: 32px;
  }
  .product-hero__badge {
    margin: 0 0 28px;
    align-self: flex-start;
  }
  .product-hero__content {
    align-items: flex-start;
    text-align: left;
  }
  .product-hero__title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .product-hero__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .product-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
  }
  .product-hero .product-btn {
    min-height: 52px;
    padding: 16px 24px;
  }
  .product-hero .product-btn__label-full {
    display: none;
  }
  .product-hero .product-btn__label-short {
    display: inline;
  }
  .product-highlights {
    margin-top: 0;
    padding-top: 24px;
  }
  .product-highlights__card {
    padding: 32px 36px;
  }
  .product-highlights__card p {
    font-size: 20px;
    max-width: none;
  }
  .product-section {
    padding-top: 80px;
  }
  .product-section__title {
    font-size: 28px;
  }
  .product-section__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .product-features__card {
    padding: 24px;
    gap: 20px;
  }
  .product-features__title {
    font-size: 20px;
    line-height: 24px;
  }
  .product-features__text {
    font-size: 14px;
    line-height: 20px;
  }
  .product-metrics__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .product-metrics__card {
    max-width: 269px;
    margin: 0 auto;
  }
  .product-steps {
    gap: 24px;
  }
  .product-steps__num {
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 20px;
  }
  .product-steps__title {
    font-size: 18px;
    line-height: 24px;
  }
  .product-steps__text {
    font-size: 14px;
    line-height: 20px;
  }
  .product-equipment__card {
    padding: 24px;
    min-height: 0;
  }
  .product-equipment__asterisk {
    left: 110px;
  }
  .product-pricing__grid {
    grid-template-columns: 1fr;
  }
  .product-pricing__card {
    min-height: 0;
  }
  .product-audience__card {
    padding: 24px;
    gap: 20px;
  }
  .product-cta {
    margin-top: 80px;
    padding: 48px 0;
  }
  .product-cta__title {
    font-size: 28px;
  }
  .product-cta__text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-section_faq {
    padding: 80px 0 64px;
  }
  .product-faq-section_spaced {
    margin-top: 80px;
  }
  .product-faq-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  .product-accordion__answer {
    padding-left: 0;
  }
  .product-launch-steps__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .product-hero {
    min-height: 760px;
  }
  .product-hero__inner {
    min-height: 520px;
    min-height: 760px;
  }
  .product-hero__img {
    width: 220%;
    left: -60%;
    width: 124%;
    width: 714px;
    left: -14%;
    left: auto;
    right: -24%;
    height: auto;
  }
  .product-hero__gradient {
    height: 118px;
    top: 263px;
  }
  .product-hero__badge {
    align-self: center;
  }
  .product-hero__content {
    text-align: center;
  }
  .product-hero__actions .product-btn_primary {
    flex: 1 1 auto;
  }
  .product-hero__actions .product-btn_ghost {
    flex: 0 0 auto;
    min-width: 107px;
  }
}
@media (max-width: 400px) {
  .product-hero__img {
    right: -47%;
  }
}
@media (max-width: 360px) {
  .product-hero__title {
    font-size: 26px;
  }
  .product-highlights__card {
    padding: 32px 36px;
  }
}
@media (max-width: 320px) {
  .page-product-body {
    min-width: 320px;
  }
  .product-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .product-hero__actions .product-btn {
    width: 100%;
  }
}
