@import "fonts.css";
.price-period {
  font-family: "SFProDisplay-Regular", sans-serif;
  font-weight: 400;
}

.link__btn-items, .contact__list-item a span, .contact-us__label, .contact-us__label-sub, .form-title, .start_trial-title, .price-btn, .pricing-header, .opportunities__inner-title, .opportunities-box__title, .featured__inner-title, .header__inner, .title {
  font-family: "SFProDisplay-Regular", sans-serif;
  font-weight: 600;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.footer__title, .product__btn {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.product__btn-demo {
  background: #fff;
  border: 1px solid #f7e74f;
  color: #263b5e;
}

.contact-demo_btn, .price-btn, .product__btn-buy {
  background: #f7e74f;
  border: 1px solid #fff;
  color: #263b5e;
}

@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  color: #263b5e;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #475668;
  line-height: 1.5;
  font-size: 18px;
}

img {
  height: auto;
  max-width: 100%;
}

.container {
  max-width: 1240px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-header {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Hero / main_banner */
.page__section-product {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: clamp(72px, 9vw, 112px) 0 clamp(80px, 10vw, 104px);
  color: #fff;
  background: radial-gradient(ellipse 900px 480px at 88% 8%, rgba(118, 83, 228, 0.42), transparent 58%),
    radial-gradient(ellipse 640px 420px at 8% 85%, rgba(52, 211, 153, 0.14), transparent 55%),
    linear-gradient(168deg, #12151f 0%, #1a1f33 42%, #231d45 100%), url(../../images/bg3.jpg);
  background-size: auto, auto, cover, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
}

.page__section-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 18, 0.35) 0%, rgba(18, 22, 38, 0.72) 100%);
  pointer-events: none;
  z-index: 0;
}

.page__section-product .container {
  position: relative;
  z-index: 2;
}

.page__section-product .product__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
  flex-wrap: wrap;
}

.page__section-product .product-intro {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  flex: 1 1 320px;
}

.page__section-product .product-title {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.25);
}

.page__section-product .product-text {
  margin: 20px 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.page__section-product .product-text p {
  padding-bottom: 16px;
  margin: 0;
}

.page__section-product .product-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.page__section-product .product-benefits li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.page__section-product .product-benefits li::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(52, 211, 153, 0.95) 0%, rgba(22, 163, 74, 0.95) 100%);
  box-shadow: 0 2px 10px rgba(22, 163, 74, 0.35);
}

.page__section-product .product-benefits li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 5px;
  height: 9px;
  margin-top: -1px;
  border: solid rgba(255, 255, 255, 0.95);
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.page__section-product .product__btn-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  margin-top: 12px;
}

.page__section-product .product__btn-items--hero {
  width: 100%;
}

.page__section-product .product__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 14px;
  text-transform: none;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.page__section-product .product__btn img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.page__section-product .product__btn .product__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.12);
}

.page__section-product .product__btn .product__btn-icon .fa {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  font-size: inherit;
}

.page__section-product .product__btn .product__btn-text {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  min-width: 0;
  min-height: 36px;
  text-align: left;
}

.page__section-product .product__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.page__section-product .product__btn-demo {
  margin-right: 0;
  background: linear-gradient(155deg, #34d399 0%, #22c55e 45%, #15803d 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.page__section-product .product__btn-demo .product__btn-icon {
  background: rgba(255, 255, 255, 0.18);
}

.page__section-product .product__btn-demo:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.page__section-product .product__btn-buy {
  margin-right: 0;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.96);
  text-shadow: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.page__section-product .product__btn-buy .product__btn-icon {
  background: rgba(118, 83, 228, 0.35);
  color: #fff;
}

.page__section-product .product__btn-buy:hover {
  color: #fff;
  background: rgba(118, 83, 228, 0.28);
  border-color: rgba(186, 170, 255, 0.45);
  box-shadow: 0 14px 36px rgba(118, 83, 228, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.page__section-product .product-thumb {
  flex: 1 1 300px;
  max-width: min(560px, 100%);
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.page__section-product .product-thumb::after {
  content: "";
  position: absolute;
  inset: 10% -8% -6%;
  background: radial-gradient(ellipse at 50% 50%, rgba(118, 83, 228, 0.35), transparent 65%);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}

.page__section-product .product-thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page__section-pain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  background-color: #F4F9FD;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.page__section-pain::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at 20% 20%, rgba(118, 83, 228, 0.18), rgba(118, 83, 228, 0) 60%);
  pointer-events: none;
  z-index: 0;
}

.page__section-pain .container {
  position: relative;
  z-index: 1;
}

/* Advantages (why_promium) */
.page__section-advantages {
  padding: 80px 0;
  background-color: #F4F9FD;
}

.advantages__content {
  text-align: center;
}

.advantages-title {
  margin-bottom: 40px;
}

.opportunities-box--why {
  padding-bottom: 80px;
  align-items: flex-start;
}
.opportunities-box--why .opportunities-box__title {
  padding-bottom: 28px;
}
.opportunities-box--why .opportunities-box__text p {
  margin: 0;
  line-height: 1.65;
}
.opportunities-box--why .opportunities-box__info {
  text-align: left;
}
.opportunities-box--why .opportunities-box__images {
  width: 50%;
  display: flex;
  justify-content: center;
}
.opportunities-box--why .opportunities-box__images img {
  width: 100%;
  max-width: 520px;
}

/* Колонки з фіксованою max-шириною — картки не розтягуються на весь 1240px контейнер */
.advantages-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
  gap: 32px;
}

.advantage {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
}

.adv-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #edf1fe;
}

.advantage h3 {
  margin-bottom: 16px;
  font-size: 20px;
  color: #263b5e;
}

.advantage p {
  color: #475668;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .advantages-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
  .page__section-advantages {
    padding: 60px 0;
  }
}

/* why_promium: як resolving — мобільна колонка + картка по центру з «рамкою» */
@media (max-width: 768px) {
  .page__section-advantages {
    overflow-x: hidden;
  }

  .opportunities-box.opportunities-box--why {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding-bottom: 48px;
  }

  .opportunities-box--why .opportunities-box__info {
    width: 100%;
    max-width: none;
    margin-right: 0;
    text-align: center;
    align-self: stretch;
  }

  .opportunities-box--why .opportunities-box__images {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .opportunities-box--why .pain__visual-card {
    width: min(540px, calc(100vw - 32px));
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(233, 236, 239, 0.95);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(38, 59, 94, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .opportunities-box--why .pain__img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
  }
}

.page__section-trust {
  padding: 80px 0;
  background-color: #F4F9FD;
}

.trust__content {
  text-align: center;
}

.trust-title {
  margin-bottom: 30px;
}

.trust-items {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.trust-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(38, 59, 94, 0.06);
}

.trust-item strong {
  font-family: "SFProDisplay-Regular", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15;
  color: #263b5e;
  display: block;
  margin-bottom: 10px;
}

.trust-item p {
  color: #475668;
  font-size: 16px;
}

@media (max-width: 860px) {
  .trust-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}

@media (max-width: 520px) {
  .trust-items {
    grid-template-columns: 1fr;
  }
}

.pain__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  width: 100%;
}

.pain__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

.pain__info {
  flex: 1 1 0;
}

.pain__visual {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}

.pain__visual-card {
  width: 100%;
  max-width: 540px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(233, 236, 239, 0.95);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(38, 59, 94, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pain__img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 16px;
  display: block;
}

.pain-title {
  color: #263b5e;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
}

.pain-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 30px;
  width: 100%;
}
.pain-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(233, 236, 239, 0.95);
  box-shadow: 0 10px 25px rgba(38, 59, 94, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}

.pain-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e52f37;
  margin-top: 6px;
  flex: 0 0 auto;
}

.pain-points li:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(38, 59, 94, 0.10);
}
.pain-points img {
  width: 40px;
  margin-top: 2px;
  flex: 0 0 auto;
}
.pain-points span {
  color: #e52f37;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.pain-summary {
  margin-top: 35px;
}
.pain-summary p {
  color: #475668;
  font-size: 24px;
  line-height: 34px;
  max-width: 760px;
}
.pain-summary strong {
  color: #263b5e;
}

@media (max-width: 768px) {
  .pain__row {
    flex-direction: column;
    gap: 20px;
  }

  .page__section-pain {
    padding: 70px 0;
  }

  .pain__img {
    max-width: 420px;
  }

  .pain__visual-card {
    padding: 14px;
    border-radius: 16px;
  }

  .pain-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .pain-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pain-points li {
    padding: 14px 16px;
  }
  .pain-summary {
    margin-top: 25px;
  }
  .pain-summary p {
    font-size: 18px;
    line-height: 28px;
  }
}

.title {
  font-size: 35px;
  line-height: 50px;
}

.product-title {
  color: #fff;
}

.header {
  --header-h: 72px;
  --header-fg: #263b5e;
  --header-fg-muted: #5c6b7f;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  padding-top: env(safe-area-inset-top, 0);
  background: linear-gradient(180deg, rgba(250, 251, 253, 0.92) 0%, rgba(236, 240, 246, 0.94) 100%),
    radial-gradient(900px 160px at 20% 0%, rgba(52, 211, 153, 0.07), transparent 58%),
    radial-gradient(800px 140px at 85% 0%, rgba(118, 83, 228, 0.08), transparent 55%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(38, 59, 94, 0.09);
  box-shadow: 0 4px 24px rgba(32, 41, 66, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--header-h);
  padding: 0;
  text-transform: none;
  color: var(--header-fg);
  line-height: 1.25;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.menu__btn {
  display: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: rgba(38, 59, 94, 0.07);
  cursor: pointer;
  appearance: none;
  font: inherit;
  color: var(--header-fg);
  transition: background 0.2s ease, transform 0.2s ease;
}

.menu__btn:hover {
  background: rgba(38, 59, 94, 0.11);
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.menu__list-item {
  padding-left: 0;
}

.menu__list-item + .menu__list-item {
  padding-left: 0;
}

.menu__list-item a {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--header-fg-muted);
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.menu__list-item a:hover {
  color: #1a3f6e;
  background: rgba(118, 83, 228, 0.1);
}

.menu__list-item a:focus-visible {
  outline: 2px solid rgba(52, 211, 153, 0.55);
  outline-offset: 2px;
}

.logo {
  padding: 8px 0;
  line-height: 0;
  flex-shrink: 0;
}

.logo a {
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  height: 48px;
  width: auto;
  max-height: 56px;
}

/* Кнопки product__btn — базові стилі (demo тощо); hero перевизначає в .page__section-product */
.product__btn-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.product__btn {
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 23px 23px;
}
.product__btn-demo {
  margin-right: 20px;
}

/*Export to Marketplace*/
.marketplaces {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.border {
  border-bottom: 1px solid #e9ecef !important;
  border-top: 1px solid #e9ecef !important;
}

.marketplaces__inner {
  padding: 20px 0;
  align-items: center;
  text-align: center;
}

.marketplaces-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.marketplaces-grid .marketplaces__brand {
  width: 20%;
}

.cms-supports {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    radial-gradient(900px 360px at 50% -20%, rgba(118, 83, 228, 0.08), transparent 55%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
}
.cms-supports::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(52, 211, 153, 0.06), transparent 50%);
  pointer-events: none;
}
.cms-supports .container {
  position: relative;
  z-index: 1;
}
.cms-supports__inner {
  text-align: center;
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.cms-supports__subtitle {
  margin: 12px auto 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.55;
  color: #5c6b7f;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.cms-supports__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  justify-items: stretch;
  align-items: stretch;
}
.cms-supports__item {
  margin: 0;
  padding: 0;
}
.cms-supports__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(38, 59, 94, 0.08);
  border-radius: 16px;
  box-shadow:
    0 4px 20px rgba(32, 41, 66, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cms-supports__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(32, 41, 66, 0.1);
  border-color: rgba(118, 83, 228, 0.2);
}
.cms-supports__card img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.08);
  opacity: 0.95;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.cms-supports__card:hover img {
  opacity: 1;
  filter: grayscale(0);
}
@media (max-width: 640px) {
  .cms-supports {
    padding: 64px 0 72px;
  }
  .cms-supports__grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
  }
  .cms-supports__card {
    min-height: 76px;
    padding: 14px 12px;
  }
  .cms-supports__card img {
    max-height: 38px;
  }
}

/*Featured*/
.featured {
  padding: 90px 0;
}

.featured__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured__inner {
  max-width: 610px;
}

.featured__inner-info {
  margin-right: 30px;
}

.featured__inner-title {
  line-height: 45px;
  font-size: 35px;
  padding-bottom: 20px;
}

.featured-item {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  padding-bottom: 30px;
}
.featured-item::after {
  content: "";
  position: absolute;
  left: 33px;
  bottom: 21px;
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #e52f37;
  animation: fade-down 1.5s linear infinite;
  font-size: 30px;
}
.featured-item::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 1px;
  height: 100%;
  background-color: #e52f37;
  z-index: -1;
  left: 40px;
}
.featured-item:last-child {
  padding-bottom: 0px;
}
.featured-item:last-child::after {
  display: none;
}
.featured-item:last-child::before {
  display: none;
}

.count-box {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 8px;
  top: 8px;
  line-height: 65px;
  text-align: center;
  color: #e52f37;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 7px #edf1fe;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
}

.featured__list {
  margin-top: 40px;
  width: 650px;
}

.featured__list__items {
  margin: 0;
  padding: 0;
}

.featured-text {
  display: flex;
  align-items: center;
  padding-top: 8px;
  min-height: 73px;
}

.featured-title {
  font-size: 24px;
}

/* resolving: мобільна колонка + картка по центру з «рамкою» як на десктопі */
@media (max-width: 768px) {
  .featured {
    overflow-x: hidden;
  }

  .featured__content {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .featured__inner {
    max-width: none;
    width: 100%;
    align-self: stretch;
  }

  .featured .product-thumb.pain__visual-card {
    width: min(540px, calc(100vw - 32px));
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(233, 236, 239, 0.95);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(38, 59, 94, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .featured .product-thumb .pain__img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
  }
}

/*Opportunities*/
.opportunities {
  padding: 50px 0 50px;
  background-color: #F4F9FD;
}

.opportunities-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 76px;
}

.opportunities-box--right .opportunities-box__info {
  order: 1;
  margin-left: 30px;
}

.opportunities-box__info {
  max-width: 50%;
  margin-right: 30px;
}

.opportunities-box__title {
  line-height: 45px;
  font-size: 35px;
  padding-bottom: 20px;
}

.opportunities-block {
  background-color: #202942;
  color: #fff;
}

.opportunities__inner {
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.opportunities__inner-title {
  line-height: 45px;
  font-size: 35px;
  padding-bottom: 20px;
  color: #fff;
}

/*Pricing*/
.section_price {
  padding: 90px 0 100px 0;
  background-color: #F4F9FD;
}

.price__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price__info {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 55px;
}

.pricing__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.pricing__list-item {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  width: 350px;
  text-align: center;
  color: #263b5e;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.pricing__list-item + .pricing__list-item {
  margin-left: 20px;
}

/* Promium Web — повна карта градієнтом */
.pricing__list-item.pricing__list-item--instagram {
  background: linear-gradient(145deg, #f58529 0%, #f77737 22%, #dd2a7b 58%, #8134af 100%);
  border: none;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 16px 48px rgba(129, 52, 175, 0.35), 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pricing__list-item--instagram .pricing-header {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  -webkit-background-clip: unset;
  background-clip: unset;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.pricing__list-item--instagram .pricing-header::after {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  height: 2px;
  border-radius: 2px;
  top: 58px;
}

.pricing__list-item--instagram .price {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.pricing__list-item--instagram .price .price__prefix {
  color: rgba(255, 255, 255, 0.82) !important;
}

.pricing__list-item--instagram .price-period {
  color: rgba(255, 255, 255, 0.9);
}

.pricing__list-item--instagram .price-features--item span {
  color: rgba(255, 255, 255, 0.96);
}

.pricing__list-item--instagram .price-features--item .fa-check-circle {
  color: #fff;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

.pricing__list-item--instagram .price sup {
  color: rgba(255, 255, 255, 0.92);
}

.pricing__list-item--instagram .price-btn {
  background: #fff;
  border: none;
  color: #8134af;
  text-shadow: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.pricing__list-item--instagram .price-btn:hover {
  background: #fafafa;
  color: #6b2d9a;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.active {
  padding: 55px 30px;
  margin-top: -25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.active .discount-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #95f192;
}
.active .discount-line p {
  padding: 10px;
  color: #263b5e;
  text-align: center;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.disabled .price-features {
  margin: 30px 0;
}

.pricing-header {
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #263b5e;
}
.pricing-header::after {
  content: "";
  height: 1px;
  width: 150px;
  position: absolute;
  background-color: #e9eef6;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}

.price {
  padding-top: 20px;
  font-size: 72px;
  line-height: 1.2;
  color: #263b5e;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.06em 0.14em;
}

.price .price__prefix {
  font-size: 0.3em;
  line-height: 1;
  font-weight: 500;
  color: #6b7c93;
  font-family: "Ubuntu", sans-serif;
  text-transform: lowercase;
  letter-spacing: 0.03em;
}

.price .price__amount {
  font-family: "SFProDisplay-Regular", sans-serif;
  font-weight: 600;
}

.price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
  vertical-align: super;
}

.price-period {
  text-transform: uppercase;
  color: #777;
}

.price-features {
  margin: 50px 0;
}
.price-features--item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.price-features--item .fa-check-circle {
  color: green;
  order: 1;
}
.price-features--item .red {
  color: red;
  order: 2;
}

.price-btn__disabled {
  pointer-events: none;
  opacity: 0.5;
}

.price-btn {
  border-radius: 23px 23px;
  padding: 14px 20px;
}

/* CTA «Безкоштовно 21 день» — білий фон, жовта обводка (карта Десктоп) */
.price-btn.price-btn--trial {
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 2px solid #f7e74f;
  color: #263b5e;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.price-btn.price-btn--trial:hover {
  color: #263b5e;
  background: #fffef2;
  border-color: #e6c83a;
  box-shadow: none;
}

.price-btn.price-btn--trial:focus-visible {
  outline: 2px solid #f7e74f;
  outline-offset: 3px;
}

/* Прайс (prices.php): мобільна версія */
@media (max-width: 768px) {
  .section_price {
    padding: 56px 0 64px;
    overflow-x: hidden;
  }

  .section_price .container {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  .section_price .price__inner {
    width: 100%;
  }

  .section_price .price__info {
    padding-bottom: 24px;
  }

  /* Картки фіксованої max-ширини (як на десктопі), по центру */
  .section_price .pricing__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section_price .pricing__list-item {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto;
    padding: 22px 16px !important;
  }

  .section_price .pricing__list-item.active {
    margin-top: 0 !important;
    padding: 22px 16px !important;
  }

  .section_price .pricing__list-item + .pricing__list-item {
    margin-top: 28px !important;
  }

  .section_price .price {
    font-size: clamp(36px, 11vw, 52px);
  }

  .section_price .price sup {
    font-size: 14px;
    top: -10px;
  }

  .section_price .pricing-header {
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1.25;
    padding-top: 8px;
  }

  .section_price .pricing-header::after {
    display: none;
  }

  .section_price .price-features {
    margin: 22px 0;
  }

  .section_price .price-features--item {
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  .section_price .price-features--item .fa-check-circle {
    flex-shrink: 0;
    margin-top: 2px;
  }

  .section_price .price-features--item span {
    flex: 1;
    min-width: 0;
  }

  .section_price .price-btn {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
}

.price-box ~ .tooltip > .tooltip-inner {
  background-color: #202942 !important;
}

.price-box ~ .tooltip > .tooltip-arrow {
  background-color: #202942 !important;
}

.start_trial {
  background: url(../../images/bg3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.start_trial::after {
  content: "";
  width: 100%;
  background: #6be09a;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.start_trial * {
  z-index: 10;
}

.start_trial__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start_trial-title {
  font-size: 35px;
  line-height: 50px;
  color: #fff;
  max-width: 50%;
  padding-right: 20px;
}

.start_trial-form {
  padding-left: 55px;
}

.form__inner {
  position: relative;
  text-align: center;
  max-width: 460px;
  padding: 44px 40px 40px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 24px 56px rgba(32, 41, 66, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.form__inner-header {
  padding-bottom: 22px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(233, 236, 239, 0.95);
}

.form-title {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #263b5e;
  letter-spacing: -0.02em;
}

.form-description {
  color: #5c6b7f;
  font-size: 16px;
  line-height: 1.55;
  max-width: 340px;
  margin: 0 auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.contact__list.form {
  display: block;
  text-align: center;
}
.contact__list.form li {
  padding: 10px;
}

.start_trial .contact__list.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-top: 8px;
}

.start_trial .contact__list.form li {
  padding: 0;
}

.start_trial .contact__list.form .contact__list-item {
  width: 100%;
}

.start_trial .contact__list.form .contact__list-item a.product__btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.start_trial .contact__list.form .contact__list-item:first-child a {
  display: inline;
  width: auto;
  max-width: none;
  padding: 6px 0 10px;
  font-size: 22px;
  line-height: 1.35;
  color: #263b5e;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  transition: color 0.2s ease;
}

.start_trial .contact__list.form .contact__list-item:first-child a span {
  color: inherit;
}

.start_trial .contact__list.form .contact__list-item:first-child a:hover {
  color: #1a4d8c;
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: none;
  box-shadow: none;
  background: none;
}

.contact-demo_btn {
  padding: 14px 54px;
}

.contact-demo_btn.contact-demo_btn--windows {
  background: linear-gradient(155deg, #4ade80 0%, #22c55e 38%, #16a34a 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 34px rgba(22, 163, 74, 0.38),
    0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.contact-demo_btn.contact-demo_btn--windows:hover {
  filter: brightness(1.06) saturate(1.05);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 44px rgba(22, 163, 74, 0.48),
    0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.contact-demo_btn.contact-demo_btn--windows:active {
  transform: translateY(0);
  filter: brightness(0.98);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(22, 163, 74, 0.32);
}

.contact-demo_btn.contact-demo_btn--instagram {
  background: linear-gradient(145deg, #f58529 0%, #f77737 22%, #dd2a7b 58%, #8134af 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 28px rgba(221, 42, 123, 0.38), 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.contact-demo_btn.contact-demo_btn--instagram:hover {
  filter: brightness(1.06) saturate(1.03);
  color: #fff;
  box-shadow: 0 12px 36px rgba(129, 52, 175, 0.45), 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.contact-demo_btn.contact-demo_btn--instagram:active {
  transform: translateY(0);
  filter: brightness(0.98);
  box-shadow: 0 6px 20px rgba(221, 42, 123, 0.35);
}

/*Contact Us*/
.contact-us {
  position: relative;
  padding: 96px 0 104px;
  overflow: hidden;
  background: radial-gradient(1200px 420px at 50% -15%, rgba(52, 211, 153, 0.14), transparent 58%),
    radial-gradient(720px 360px at 100% 10%, rgba(99, 102, 241, 0.09), transparent 52%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 48%, #e8ecf0 100%);
}

.contact-us .container {
  position: relative;
  z-index: 1;
}

.contact-us__inner {
  max-width: 920px;
  margin: 0 auto;
}

.contact-us__header {
  text-align: center;
  margin-bottom: 32px;
}

.contact-us__title {
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.contact-us__subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #5c6b7f;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.contact-us__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-us__item {
  flex: 1 1 280px;
  width: 100%;
  max-width: 440px;
  min-width: 0;
}

.contact-us__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 22px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 22px 52px rgba(32, 41, 66, 0.1),
    0 8px 22px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-us__link:hover {
  transform: translateY(-3px);
  border-color: rgba(52, 211, 153, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 28px 56px rgba(32, 41, 66, 0.12),
    0 12px 28px rgba(22, 163, 74, 0.12);
}

.contact-us__link:focus-visible {
  outline: 3px solid rgba(52, 211, 153, 0.55);
  outline-offset: 3px;
}

.contact-us__link--telegram:hover {
  border-color: rgba(56, 169, 218, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 28px 56px rgba(32, 41, 66, 0.12),
    0 12px 28px rgba(34, 158, 217, 0.18);
}

.contact-us__link--telegram:focus-visible {
  outline-color: rgba(34, 158, 217, 0.65);
}

.contact-us__icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(150deg, #4ade80 0%, #22c55e 42%, #16a34a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 26px rgba(22, 163, 74, 0.38);
}

.contact-us__icon--telegram {
  background: linear-gradient(150deg, #38bdf8 0%, #229ed9 45%, #1c8cc9 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 26px rgba(34, 158, 217, 0.42);
}

.contact-us__icon--telegram svg {
  display: block;
}

.contact-us__label {
  font-size: 22px;
  line-height: 1.3;
  color: #263b5e;
  letter-spacing: -0.02em;
}

.contact-us__label--stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 22px;
  line-height: 1.25;
}

.contact-us__label-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5c6b7f;
  margin-bottom: 4px;
  font-family: "Ubuntu", sans-serif;
}

.contact-us__label-sub {
  font-size: 20px;
  line-height: 1.25;
  color: #263b5e;
  letter-spacing: -0.02em;
}

@media (max-width: 520px) {
  .contact-us {
    padding: 72px 0 84px;
  }

  .contact-us__title {
    font-size: 28px;
    line-height: 1.25;
  }

  .contact-us__link {
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px;
  }

  .contact-us__label {
    font-size: 18px;
  }

  .contact-us__label-sub {
    font-size: 17px;
  }
}

.contact__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.contact__list-item a span {
  color: #263b5e;
  padding-left: 5px;
}

/*Footer*/
.footer {
  background: radial-gradient(900px circle at 20% -10%, rgba(118, 83, 228, 0.25), rgba(118, 83, 228, 0) 55%), #202942;
  position: relative;
  color: #adb5bd;
}
.footer__link {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.footer__logo {
  height: 30px;
}
.footer__title {
  color: lavender;
  font-size: 22px;
}
.footer__border {
  border-top: 1px solid #283353;
}

.footer-list {
  margin-top: 15px;
}
.footer-list li {
  margin-bottom: 10px;
}

.arrow {
  margin-right: 5px;
}

.footer__social-icon {
  color: #fff;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
}

.footer__copy {
  text-align: center;
  padding: 20px 0;
}

.footer .container {
  display: grid;
  grid-template-areas: "top top" "middle contacts" "bottom bottom";
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 18px;
  align-items: start;
  padding-top: 44px;
  padding-bottom: 26px;
}

.footer__top {
  grid-area: top;
  text-align: left;
  padding: 0;
}

.footer__top p {
  margin: 0;
}

.footer__top strong {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.footer__middle {
  grid-area: middle;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  text-align: left;
}

.footer__middle p {
  margin: 0;
}

.footer__contacts {
  grid-area: contacts;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  text-align: left;
}

.footer__contacts p {
  margin: 0;
}

.footer__bottom {
  grid-area: bottom;
  border-top: 1px solid #283353;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 8px;
  text-align: left;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom p:first-child {
  justify-self: start;
}

.footer__bottom p.cta-trust {
  justify-self: start;
}

.cta-trust {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(247, 231, 79, 0.12);
  border: 1px solid rgba(247, 231, 79, 0.35);
  color: #f7e74f;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .footer .container {
    grid-template-areas: "top" "middle" "contacts" "bottom";
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 12px;
    padding-top: 32px;
    padding-bottom: 18px;
    justify-items: center;
  }

  .footer__top,
  .footer__middle,
  .footer__contacts {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 520px;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 520px;
  }

  .footer__bottom p {
    justify-self: center;
  }
}

/* Футер: дрібні екрани — переноси, safe-area, нижній ряд */
@media (max-width: 640px) {
  .footer .container {
    padding-top: 24px;
    padding-bottom: max(22px, env(safe-area-inset-bottom, 0px));
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    row-gap: 14px;
  }

  .footer__top,
  .footer__middle,
  .footer__contacts {
    max-width: 100%;
  }

  .footer__top p {
    line-height: 1.45;
  }

  .footer__top strong {
    font-size: clamp(18px, 5vw, 22px);
  }

  .footer__middle p,
  .footer__contacts p {
    font-size: 15px;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .footer__contacts a {
    color: #e2e8f0;
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .footer__contacts a:hover,
  .footer__contacts a:focus-visible {
    color: #fff;
  }

  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    margin-top: 4px;
    max-width: 100%;
  }

  .footer__bottom p {
    width: 100%;
    text-align: center;
  }

  .footer__bottom p.cta-trust {
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.35;
    padding: 8px 12px;
    flex-wrap: wrap;
    text-align: center;
  }
}

.link__btn-items {
  display: flex;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.link__btn-demo {
  padding-right: 15px;
}
.link__btn-demo::after {
  content: "";
  border-right: 1px solid #fff;
  padding-right: 15px;
}

@media (max-width: 1190px) {
  .page__section-product .product-thumb img {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .opportunities-box {
    justify-content: space-around;
  }
  .opportunities-box__images {
    text-align: center;
  }
  .opportunities-box__images img {
    width: 80%;
  }
}
@media (max-width: 1080px) {
  .price__inner {
    display: block;
  }
  .price__info {
    margin: 0 auto;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 980px) {
  .footer__link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer__brand {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__opportunities {
    margin-right: 40px;
  }
}
@media (max-width: 960px) {
  .pricing__list {
    display: block;
  }
  .pricing__list-item {
    width: 50%;
    margin: 0 auto;
  }
  .pricing__list-item + .pricing__list-item {
    margin-left: 0px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .pricing__list-item.active {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  .page__section-product .product-intro {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }
  .page__section-product .product-intro .product-text p {
    max-width: 700px;
  }
  .page__section-product .product-title {
    width: 100%;
    max-width: 640px;
  }
  .page__section-product .product-thumb {
    display: none;
  }
  .contact__list {
    display: block;
    text-align: start;
  }
  .contact__list .contact__list-item {
    margin: 0px auto;
    max-width: 500px;
  }
  .contact__list .contact__list-item a {
    width: 100%;
  }
  .contact__list-item + .contact__list-item {
    margin-left: 0;
    padding-top: 20px;
    margin: 0px auto;
  }
}
@media (max-width: 860px) {
  .opportunities-box {
    flex-wrap: wrap;
  }
  .opportunities-box__info {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .opportunities-box__title {
    padding-bottom: 15px;
  }
  .opportunities-box--right .opportunities-box__info {
    order: 0;
    margin-left: 0;
  }
  .opportunities-box__images img {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .pricing__list {
    display: block;
    align-items: center;
  }
  .pricing__list-item {
    width: 60%;
    margin: 0 auto;
    padding: 30px;
  }
  .pricing__list-item + .pricing__list-item {
    margin: 0px auto;
    margin-top: 20px;
  }
  .start_trial__inner {
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
  }
  .start_trial-title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .start_trial-form {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .featured__list {
    width: 100%;
  }
  .featured-item {
    padding-left: 86px;
  }
  .featured__inner-title {
    line-height: 35px;
    font-size: 30px;
    padding-bottom: 20px;
  }
  .count-box {
    width: 50px;
    height: 50px;
    left: 15px;
    line-height: 45px;
    font-weight: 28px;
  }
  .footer__opportunities {
    padding-bottom: 20px;
  }
}
@media (max-width: 675px) {
  .header {
    box-shadow: 0 4px 22px rgba(32, 41, 66, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
  .product-title {
    padding: 0px 15px;
    width: 500px;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .menu__list {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + var(--header-h));
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100dvh - var(--header-h) - env(safe-area-inset-top, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 8px 12px 16px;
    border: none;
    border-bottom: 1px solid rgba(38, 59, 94, 0.08);
    border-radius: 0;
    background: linear-gradient(180deg, rgba(252, 253, 255, 0.98) 0%, rgba(238, 242, 248, 0.98) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 40px rgba(32, 41, 66, 0.1);
  }

  .menu__list-item {
    margin: 0;
    border-bottom: 1px solid rgba(38, 59, 94, 0.06);
  }

  .menu__list-item:last-child {
    border-bottom: none;
  }

  .menu__list-item a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--header-fg-muted);
  }

  .menu__list-item a:hover {
    color: #1a3f6e;
    background: rgba(118, 83, 228, 0.09);
  }

  .menu__list-item + .menu__list-item {
    padding-left: 0px;
  }

  .menu__btn {
    width: 44px;
    height: 44px;
  }

  .menu__btn .menu__btn-icon {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #263b5e;
    pointer-events: none;
  }

  .menu__list[style*="display: block"] {
    display: flex !important;
    flex-direction: column;
  }

  .pricing__list-item {
    width: 75%;
    margin: 0 auto;
    padding: 30px;
  }
}
@media (max-width: 625px) {
  .marketplaces-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .featured-title {
    font-size: 20px;
  }
  .opportunities-box__title {
    line-height: 35px;
    font-size: 30px;
  }
  .opportunities-box__images img {
    width: 80%;
  }
}
@media (max-width: 560px) {
  .page__section-product {
    padding: 56px 0 72px;
  }
  .page__section-product .product-intro {
    max-width: 100%;
  }
  .page__section-product .product-title {
    font-size: clamp(24px, 7.5vw, 34px);
    line-height: 1.2;
    max-width: 100%;
  }
  .page__section-product .product-text {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .page__section-product .product__btn-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page__section-product .product__btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
    max-width: 100%;
    font-size: 12px;
    padding: 10px 8px;
    min-height: 48px;
    gap: 8px;
  }
  .page__section-product .product__btn .product__btn-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px;
    border-radius: 8px;
  }
  .page__section-product .product__btn .product__btn-icon .fa {
    height: 30px;
    line-height: 30px;
  }
  .page__section-product .product__btn .product__btn-text {
    text-align: left;
    min-height: 30px;
  }
  .price {
    font-size: 45px;
  }
  .active .discount-line {
    height: 70px;
  }
  .pricing-header {
    padding-top: 0px;
  }
  .price-features {
    margin: 20px 0;
  }
}
.full-video {
  width: 100%;
  height: 697px;
}

.demo-section {
  padding: 90px 0;
  background-color: #F4F9FD;
}

.demo-title {
  text-align: center;
  margin-bottom: 35px;
}

.demo-actions {
  margin-top: 26px;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.demo-video-frame {
  margin: 0 auto;
  overflow: hidden;
  max-width: none;
  width: 100%;
}

.demo-video {
  max-width: none !important;
  width: 100% !important;
  display: block;
}

.demo-actions .demo-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0 10px 25px rgba(38, 59, 94, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.demo-actions .demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(38, 59, 94, 0.18);
}

.demo-actions .demo-btn.demo-btn--windows {
  background: linear-gradient(155deg, #4ade80 0%, #22c55e 38%, #16a34a 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 34px rgba(22, 163, 74, 0.38),
    0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.demo-actions .demo-btn.demo-btn--windows:hover {
  filter: brightness(1.06) saturate(1.05);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 44px rgba(22, 163, 74, 0.48),
    0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.demo-actions .demo-btn.demo-btn--windows:active {
  transform: translateY(-1px);
  filter: brightness(0.98);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(22, 163, 74, 0.32);
}

.demo-actions .demo-btn.demo-btn--instagram-shine {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #f58529 0%, #f77737 22%, #dd2a7b 58%, #8134af 100%);
  border: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 28px rgba(221, 42, 123, 0.38);
}

.demo-actions .demo-btn.demo-btn--instagram-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -85%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.08),
    transparent
  );
  transform: skewX(-22deg);
  pointer-events: none;
  transition: none;
}

.demo-actions .demo-btn.demo-btn--instagram-shine:hover {
  filter: brightness(1.06);
  box-shadow: 0 12px 36px rgba(129, 52, 175, 0.45);
  transform: translateY(-2px);
}

.demo-actions .demo-btn.demo-btn--instagram-shine:hover::before {
  left: 135%;
  transition: left 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1240px) {
  .full-video {
    height: 56.25vw;
  }
}
@media (min-width: 676px) {
  .menu__list {
    display: flex !important;
  }
}

/*# sourceMappingURL=style.css.map */
