.promo-section {
  width: 100%;
  position: relative;
  padding-top: 40px;
  background-image: url('../images/img23.webp');
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee {
  width: 100%;
  background: rgba(20, 87, 44, 0.38);
  overflow: hidden;
  white-space: nowrap;
  height: 28px;
}

.marquee-track {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
}

.marquee-track span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.main-title {
  font-weight: 700;
  font-size: 41px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 25px 0 15px 0;
  line-height: 1.05;
}

.subtitle-wrapper {
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.subtitle {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.highlight {
  color: #aef48b;
}

.subtitle-line {
  width: 75px;
  height: 2px;
  background-color: #aef48b;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 65px 0; /* Відступ до кнопки */
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.feature-title {
  font-family: 'SourceSans3-Bold';
  font-weight: 600;
  font-size: 15px;
  line-height: 125%;
  text-transform: uppercase;
  color: #aef48b;
  margin: 0 0 4px 0;
}

.feature-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #fff;
  margin: 0;
}

.price-badge {
  width: 137px;
  height: 142px;
  transform: rotate(7deg);
  background: rgba(64, 66, 63, 0.55);
  border-radius: 50%;
  position: absolute;
  right: 83px;
  bottom: 218px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  z-index: 1;
}

.price-label, .price-sublabel {
  font-weight: 500;
  font-size: 14px;
  line-height: 101%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #aef48b;
  text-align: center;
}

.price-label {
  margin-bottom: 2px;
}

.price-value {
  font-weight: 700;
  font-size: 48px;
  line-height: 101%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}

.cta-button {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 150px;
  padding: 4px 32px;
  width: 380px;
  height: 72px;
  background: linear-gradient(183deg, #0a9d3f 0%, #14572c 100%);
  border: none;
  font-family: 'SourceSans3-Bold';
  border: 2px solid #669276;
  cursor: pointer;
  margin-bottom: 18px;
  z-index: 2;
}

.social-proof-img {
  width: 380px;
  height: auto;
  margin-bottom: 15px;
  z-index: 2;
}

.bottom-disclaimer {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 380px;
  z-index: 2;
  margin-bottom: 35px;
}

.trophy-icon {
  width: 24px; /* Приблизний розмір іконки кубка */
  height: auto;
  flex-shrink: 0;
  margin-top: 3px;
}

.disclaimer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.disclaimer-text strong {
  font-weight: 700;
  color: #fff;
}


.component-image-1{
  padding: 40px 20px;
  background: url('../images/img54.webp') no-repeat center;
  background-size: 100%;
}

.component-image-2{
  padding: 40px 20px;
}


.karyna-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.karyna-section * {
  box-sizing: border-box;
}

.header-image-container {
  width: 100%;
  height: 400px;
  background-image: url('../images/u_fon.webp');
  background-size: cover;
  background-position: center top;
  position: relative;
}

.header-image-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(11, 15, 11, 0) 0%, rgba(11, 15, 11, 1) 100%);
  pointer-events: none;
}

.header-image-container .section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 119%;
  text-align: right;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 55px;
  right: 25px;
  z-index: 2;
}

.video-overlay {
  position: absolute;
  top: 150px;
  right: 20px;
  width: 260px;
  height: 145px;
  background: rgba(85, 85, 85, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}



.content-cards {
  padding: 10px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 5;
  margin-top: -30px;
}

.frame-card {
  background: rgba(64, 66, 63, 0.35);
  border: 1px solid #65666094;
  border-radius: 12px;
  padding: 14px;
  width: 100%;
}

.quote-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.quote-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.split-row {
  display: flex;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}

.split-image {
  width: 135px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

.split-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.card-text-wrapper {
  display: flex;
  flex-direction: column;
}

.text-paragraph {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 135%;
  margin: 0;
}

.green-text {
  font-style: italic;
  font-weight: 700;
  color: #aef48b;
}


.rewards-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.rewards-section * {
  box-sizing: border-box;
}

.rewards-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 119%;
  text-align: center;
  color: #fff;
  margin: 0 0 25px 0;
}

.reward-highlight {
  text-transform: uppercase;
  color: #aef48b;
  font-family: 'Sansation-Bold';
}

.cups-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.steps-frame {
  background: rgba(64, 66, 63, 0.35);
  border: 1px solid #65666094;
  border-radius: 12px;
  padding: 4px 14px;
  width: 380px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.step-col {
  display: flex;
  flex-direction: column;
}

.step-num {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

/* Використання від'ємного margin дозволяє стрілочці 
  знаходитись між колонками, не зсуваючи текст "Step 2" 
  відносно тексту під ним.
*/
.step-arrow {
  margin-left: -21px;
  margin-right: 6px;
  flex-shrink: 0;
}

.step-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: #fff;
  margin: 0;
}


.guarantee-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 40px;
}

.guarantee-section * {
  box-sizing: border-box;
}

.winner-frame {
  background: rgba(64, 66, 63, 0.35);
  border: 1px solid #65666094;
  border-radius: 12px;
  width: 380px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.winner-icon {
  width: 81px;
  height: 92px;
  flex-shrink: 0;
}

.winner-text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.winner-title {
  font-family: 'SourceSans3-Bold';
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.winner-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: #fff;
  margin: 0;
}

.money-back-banner {
  background: linear-gradient(121deg, #0a9d3f 0%, #14572c 100%);
  padding: 24px;
  width: 428px;
  height: 107px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.wallet-icon {
  width: 53px;
  height: 61px;
  flex-shrink: 0;
}

.banner-text-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.banner-title {
  font-weight: 600;
  font-size: 20px;
  font-family: 'SourceSans3-Medium';
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.27);
  margin: 0;
  line-height: 1.1;
}

.banner-desc {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.27);
  margin: 0;
}

.benefits-container {
  background-image: url('../images/img54.webp');
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.benefits-main-title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  align-self: flex-start;
  margin: 0 0 10px 0;
  line-height: 1.1;
}

.benefit-card {
  background: rgba(64, 66, 63, 0.35);
  border: 1px solid #65666094;
  border-radius: 12px;
  padding: 14px;
  width: 380px;
  /* Для карток з більшим текстом (Coach) висота може збільшуватись автоматично */
  min-height: 90px; 
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-wrapper {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.benefit-icon {
  max-width: 44px;
  max-height: 44px; /* Встановив 44x44 щоб іконки пропорційно вписувались */
  object-fit: contain;
}

.card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card-title {
  font-weight: 700;
  font-size: 20px;
  color: #aef48b;
  margin: 0;
  line-height: 1.1;
}

.card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}



.method-section {
  width: 100%;
  /* Використовуємо img2.webp як фон, оскільки на ньому вже є фірмовий підпис знизу */
  background: #0b0f0b url('../images/img2.webp') no-repeat center bottom / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 110px 0; /* Нижній паддінг залишає місце для інтегрованого підпису */
  box-sizing: border-box;
  overflow: hidden;
}

.method-section * {
  box-sizing: border-box;
}

.method-title {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 20px 0;
  letter-spacing: 0.02em;
}

.method-main-img {
  width: 410px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.quote-box {
  background: rgba(64, 66, 63, 0.35);
  border: 1px solid #65666094;
  border-radius: 12px;
  padding: 14px 24px;
  width: 380px;
  height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.quote-box-icon {
  width: 20px;
  height: 15px;
  display: block;
}

.quote-box-text {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  margin: 0;
}

.method-highlight {
  font-style: italic;
  font-weight: 700;
  color: #aef48b;
}

.header-image55{
  position: absolute;
  z-index: 4;
}

.method-separator {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
  margin: 22px 0;
}

.method-paragraph {
  width: 380px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
  margin: 0;
  text-align: left;
}



.inside-course-section {
  width: 100%;
  background-image: url('../images/img54.webp');
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.inside-course-section * {
  box-sizing: border-box;
}

.main-section-title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  width: 380px;
  text-align: left;
  margin: 0 0 25px 0;
}


.course-frame {
  width: 380px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.787);
  border-radius: 12px;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  margin-bottom: 30px;
}

.course-frame:last-child {
  margin-bottom: 0;
}

.frame-image-container {
  width: 350px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: -18px;
}

.frame-image-container-2{
  width: 380px;
  height: 214px;
  margin-top: -20px;
}

.frame-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.green-gradient-header {
  width: 352px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(89deg, #14572c 41.83%, #0a9d3f 100%);
  font-family: 'SourceSans3-Medium';
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.green-gradient-header.multi-line {
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  padding: 12px 14px;
}

.header-subtext {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}

.frame-intro-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
  width: 352px;
  margin: 20px 0 15px 0;
  text-align: left;
}

.frame-intro-text strong {
  font-weight: 600;
}

.items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 352px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.items-list.space-top {
  margin-top: 20px;
}

/* --- СТИЛІ ДЛЯ ПЕРШОГО СЛАЙДЕРА (Відео-дзвінки) --- */
.calls-slider-block {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.calls-slider-block * {
  box-sizing: border-box;
}

.calls-swiper.swiper {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 24px;
}

.calls-media-wrapper {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: #000;
}

.calls-media-poster {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.calls-video-element {
  object-fit: cover;
  display: none;
}

.calls-slider-block-title{
font-weight: 700;
font-size: 32px;
line-height: 119%;
padding-bottom: 30px;
text-align: center;
font-family: 'Sansation-Bold';
color: #fff;
}

.calls-bg-image{
  width: 189px;
height: 31px;
margin-bottom: 15px;
}

.calls-slider-block-title span{
text-transform: capitalize;
color: #aef48b;
font-family: 'Sansation-Bold';
font-size: 33px;
}

.calls-live-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 4;
}

.calls-live-dot {
  width: 8px;
  height: 8px;
  background-color: #ff3b30;
  border-radius: 50%;
  display: inline-block;
}

.calls-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

/* Стани активного програвання відео */
.calls-media-wrapper.is-playing .calls-media-poster,
.calls-media-wrapper.is-playing .calls-play-icon,
.calls-media-wrapper.is-playing .calls-live-tag {
  display: none !important;
}

.calls-media-wrapper.is-playing .calls-video-element {
  display: block !important;
}

.calls-controls-bar {
  width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

.calls-navigation {
  display: flex;
  gap: 15px;
}

.calls-btn-prev, .calls-btn-next {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.bg-frame{
  background-image: url('../images/img54.webp');
  background-size: 100%;
  background-position: center 10%;
  background-repeat: no-repeat;
}

/* --- СТИЛІ ДЛЯ ДРУГОГО СЛАЙДЕРА (Лише Зображення) --- */
.results-slider-block {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;

  background-image: url('../images/img54.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.results-slider-block * {
  box-sizing: border-box;
}

.results-swiper.swiper {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 24px;
}

.results-slide-img {
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.results-controls-bar {
  width: 380px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

.results-navigation {
  display: flex;
  gap: 15px;
}

.results-btn-prev, .results-btn-next {
  width: 45px;
  height: 45px;
  cursor: pointer;
}


.calls-swiper .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.calls-swiper .swiper-slide-active {
  opacity: 1;
}


.calls-pagination,
.results-pagination {
  display: flex;
  gap: 8px;
  width: auto !important;
}

.calls-pagination .swiper-pagination-bullet,
.results-pagination .swiper-pagination-bullet {
  min-width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #AEF48B;
  background: transparent;
  opacity: 1;
  margin: 0 !important;
  box-sizing: content-box;
  transition: all 0.2s ease;
}

.calls-pagination .swiper-pagination-bullet-active,
.results-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-top: -2px !important;
  border: 3px solid #485C35;
  background: #AEF48B;
}


.list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.item-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: block;
}

.item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin: 0;
  text-align: left;
}

.item-bold {
  font-weight: 600;
  color: #fff;
}


.real-stories-section {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.real-stories-section * {
  box-sizing: border-box;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.section-title-highlight{
  color: #AEF48B;
  font-weight: 700;
  font-size: 32px;
  line-height: 119%;
  text-align: center;
  font-family: 'Sansation-Bold';
}

.rr-slider{
  background-image: url('../images/img54.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Оновлений Swiper контейнер */
.rr-slider.swiper {
  width: 100%;
  overflow: visible; /* Дозволяє бачити край наступного повного слайда */
  margin-bottom: 10px;
  padding: 0 20px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 380px; /* Строго фіксована ширина однієї картки-слайда */
  display: flex;
  flex-direction: column;
  gap: 20px; /* Простір між картинками трансформації та текстовим фреймом відгуку */
  flex-shrink: 0;
  height: auto;
}

.slide-media-wrapper {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

.result-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.slide-media-wrapper {
  position: relative;
  cursor: pointer; /* Показуємо, що на блок можна натиснути */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Щоб відео не вилазило за межі заокруглень, якщо вони є */
}

.result-img {
  width: 100%;
  transition: opacity 0.3s ease;
}

.slide-video {
  position: absolute;
  top: 51%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 220px;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

/* Клас, який додається через JS при відтворенні */
.slide-media-wrapper.is-playing .slide-video {
  opacity: 1;
}

/* Фрейм відгуку всередині слайда */
.review-card {
  background: rgba(64, 66, 63, 0.35);
  border: 1px solid #65666094;
  border-radius: 12px;
  padding: 14px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Робить усі картки однакової висоти у ряду */
  justify-content: flex-start;
}

.quotes-icon {
  width: 19px;
  height: 13px;
  margin-bottom: 12px;
}

.review-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12px 0;
  min-height: 40px; /* Забезпечує однакову лінію початку тексту відгуків */
}

.review-text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px 0;
}

.review-text:last-of-type {
  margin-bottom: 20px;
}

.review-bold {
  font-style: italic;
  font-weight: 700;
  color: #fff;
}

.review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto; /* Притискає лінію та аватарку до самого низу фрейму */
  width: 100%;
}

.dashed-line {
  width: 275px;
  height: 1px;
}

.user-avatar {
  border-radius: 100px;
  width: 45px;
  height: 45px;
  object-fit: cover;
  flex-shrink: 0;
}

.info-block{
  position: relative;
}

.stats-container {
    background: rgba(64, 66, 63, 0.35);
    border: 1px solid #65666094;
    border-radius: 12px;
    padding: 14px 1px; /* Трохи зменшено бічні паддінги, щоб довгий текст не виходив за межі 380px */
    width: 380px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    height: 97px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.space-f{
  flex: 0.7;
}

.stats-number {
    font-weight: 600;
    font-size: 32px;
    color: #aef48b;
    font-family: 'SourceSans3-Bold', sans-serif;
    text-align: center;
    line-height: 1;
    margin-bottom: 4px;
}

.stats-text {
    font-weight: 400;
    font-size: 16px; 
    line-height: 125%;
    text-align: center;
    color: #fff;
    white-space: normal;
}

.stats-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* Контролери пагінації та навігації */
.slider-controls {
  width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

.rr-pagination {
  display: flex;
  gap: 8px;
  width: auto !important;
}

.rr-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #AEF48B !important;
  opacity: 0.3;
  margin: 0 !important;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}

.rr-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.nav-buttons {
  display: flex;
  gap: 15px;
}

.rr-btn-prev, .rr-btn-next {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.rr-btn-prev:active, .rr-btn-next:active {
  opacity: 0.6;
}


.s7 {
    width: 100%;
    margin-top: -2px;
    position: relative;
    z-index: 9;
    padding: 40px 15px 0 15px;
    box-sizing: border-box;
    position: relative;

    background-image: url('../images/img54.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}


.s7__item {
    border-bottom: 1px solid #e0e0e047;
    margin-bottom: 10px;
}

.s7__question {
    display: flex;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}

.s7__q-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(180deg, #0b9d40 0%, #135f2f 100%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.s7__q-icon img{
  width: 40%;
}

.s7__q-text {
    font-size: 16px;
    font-family: 'Sansation-Regular';
    font-weight: 600;
    color: #fff;
    flex: 1;
    padding-right: 30px;
}

.s7__arrow {
    width: 22px;
    height: 12px;
    transition: .3s;
    transform: rotate(-180deg);
}

/* Стан при відкритті */
.s7__item.active .s7__arrow {
    transform: rotate(0deg);
    margin-top: 5px;
}

/* Логіка відповіді */
.s7__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.s7__answer-inner {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    gap: 10px;
}

.s7__answer-bubble {
    background: #454545;
    border-radius: 25px 25px 0 25px;
    padding: 18px 22px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Sansation-Regular';
    color: #fff;
    flex: 1;
    position: relative;
}

.s7__answer-bubble::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -8px;
    width: 37px;
    height: 26px;
    display: block;
    background-image: url('../images/img57.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.s7__avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    flex-shrink: 0;
}


.contacts {
    padding: 48px 24px 200px 24px;
   
  position: relative;
  z-index: 9;
    box-sizing: border-box;
}

.contacts__title {
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 36px 0;
    letter-spacing: -0.5px;
    font-family: 'Sansation-Bold';
    color: #fff;
    text-align: left;
}

.contacts__grid {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 25px;
}

.contacts__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 120px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 4px 0 rgba(255, 255, 255, 0.25);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-radius: 30px;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.25);

}

.contacts__icon {
    width: 37%;
    object-fit: contain;
    margin-bottom: 12px;
}

.contacts__icon--email {
    width: 48px;
}

.contacts__label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Outfit-Regular';
    letter-spacing: 0.2px;
}

.contacts__policy {
    display: inline-block;
    color: #bebebe;
    font-size: 13px;
    font-family: 'Outfit-Medium';
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 15px;
}

.contacts__copyright {
    color: #bebebe;
    font-size: 13px;
    font-family: 'Outfit-Medium';
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 36px 0;
}

.contacts__payments {
    display: block;
    width: 100%;
    max-width: 90%;
    height: auto;
    object-fit: contain;
    margin-left: -2px;
}

.ap-bottom-wrapper-video-container {
    display: flex;
    gap: 15px; /* Відстань між двома відео */
    width: 100%;
    justify-content: space-between;
}

.ap-bottom-wrapper-video-container .play-video {
    flex: 1;
    min-width: 0; /* Захист від зсуву у flexbox */
    position: relative;
    border-radius: 12px; /* Опціонально: заокруглення кутів */
    overflow: hidden;
}

.ap-bottom-wrapper-video-container .video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Відео буде заповнювати блок без спотворень */
    display: block;
}



.footer-bg {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(150px);
  transition: all .5s ease;
}

.footer {
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.70) 100%);
  box-shadow: 0 -5px 18px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 25px 0 60px 0;
  border-top: 1px solid #65666094;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.footer-bg.active {
  transform: translateY(0px);
  opacity: 1;
}

.footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header & Timer Flex Row */
.footer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}

.footer-title {
  font-family: 'SourceSans3-Bold';
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.3px;
}

/* Timer Component Layout */
.footer-timer {
  display: flex;
  align-items: center;
  gap: 6px;
}

.timer-box {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'SourceSans3-Medium';
  display: flex;
      border: 1px solid #65666094;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
padding: 10px 8px;
width: 36px;
height: 38px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.2);

}

.timer-divider {
  color: #968A8F;
  font-size: 18px;
  font-weight: 700;
}

/* Action Conversion Button */
.footer-cta-button {
  color: #FFF;
width: 380px;
min-height: 65px;
margin: 0 auto;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
display: flex;
white-space: nowrap;
padding: 6px 5px;
justify-content: center;
align-items: center;

flex: 1 0 0;
border-radius: 100px;
width: 380px;
    height: 72px;
    background: linear-gradient(183deg, #0a9d3f 0%, #14572c 100%);
    font-family: 'SourceSans3-Bold';
    border: 2px solid #669276;
    cursor: pointer;
    z-index: 2;
}



/* =========================================================
   БАЗОВІ СТИЛІ (desktop / 440px за замовчуванням)
   ========================================================= */

/* ── .bg-slider (обгортка секції) ─────────────────────────── */
.bg-slider {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url('../images/img54.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* ── .component-1 ──────────────────────────────────────────── */
.component-1 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px !important;
}

/* ── Текстові підписи над community-блоком ────────────────── */
.newsubt {
  color: #FFF;
  text-align: center !important;
  font-family: 'Outfit-Bold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}

.newsubt-2 {
  color: #FFF;
  text-align: center !important;
  font-family: 'Outfit-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  padding-bottom: 30px;
}

.newsubt span {
  font-family: 'Outfit-Regular';
}

/* ── .s10.community-block (телефон + бульбашки + кнопка) ──── */
.s10.community-block {
  margin: 0 auto;
  padding: 40px 16px 30px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.s10 .phone-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding-top: 20px;
}

.s10 .phone-img {
  width: 235px;
  height: auto;
  display: block;
}

.s10 .bubble {
  position: absolute;
  height: auto;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.s10 .bubble-right-1 {
  width: 230px;
  top: 10px;
  right: -5px;
}

.s10 .bubble-left-1 {
  width: 230px;
  top: 140px;
  left: -5px;
}

.s10 .bubble-right-2 {
  width: 170px;
  top: 255px;
  right: -10px;
}

.s10 .bubble-left-2 {
  width: 200px;
  bottom: 70px;
  left: 5px;
}

.s10 .members-bar {
  width: 100%;
  max-width: 408px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}






/* --- СТИЛІ ДЛЯ НОВОГО СЛАЙДЕРА (slider-n-frames) --- */
.slider-n-frames-block {
  width: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;

  background-image: url('../images/img54.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-n-frames-block * {
  box-sizing: border-box;
}

.slider-n-frames-swiper.swiper {
  width: 100%;
  margin-bottom: 24px;
}

.slider-n-frames-slide-img {
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.slider-n-frames-controls-bar {
  width: 380px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

.slider-n-frames-navigation {
  display: flex;
  gap: 15px;
}

.slider-n-frames-btn-prev,
.slider-n-frames-btn-next {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.slider-n-frames-swiper .swiper-slide{
  border-radius: 12px;background: rgba(64, 66, 63, 0.35);    border: 1px solid #65666094;
}

/* Пагінація ділить ту саму візуальну логіку, що й calls/results-pagination —
   додаємо .slider-n-frames-pagination у спільний селектор, щоб не дублювати
   правила бульбашок вдруге. */
.calls-pagination,
.results-pagination,
.slider-n-frames-pagination {
  display: flex;
  gap: 8px;
  width: auto !important;
}

.slider-n-frames-title{
font-weight: 700;
font-size: 32px;
line-height: 119%;
color: #fff;
}

.slider-n-frames-text{
font-weight: 400;
font-size: 16px;
padding: 20px 0;
color: #fff;
}

.slider-n-frames-text span{
  font-weight: 700;
color: #aef48b;
}

.calls-pagination .swiper-pagination-bullet,
.results-pagination .swiper-pagination-bullet,
.slider-n-frames-pagination .swiper-pagination-bullet {
  min-width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #AEF48B;
  background: transparent;
  opacity: 1;
  margin: 0 !important;
  box-sizing: content-box;
  transition: all 0.2s ease;
}

.calls-pagination .swiper-pagination-bullet-active,
.results-pagination .swiper-pagination-bullet-active,
.slider-n-frames-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-top: -2px !important;
  border: 3px solid #485C35;
  background: #AEF48B;
}







/* Кнопка "Start with us!" — визначена двічі під різними селекторами
   в оригінальних файлах (загальний .rr-section-3 .start-btn і .s10 .start-btn),
   лишаю обидва блоки без змін, бо каскад впливає на кінцевий вигляд кнопки */
.rr-section-3 .start-btn {
  display: flex;
  width: 390px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
  height: 57px;
  padding: 6px 12px;
  gap: 10px;
  align-self: stretch;

  color: #FFF;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;

  background: linear-gradient(180deg, #5cc1ff 0%, #3a9bf2 100%);
  border: none;
  border-radius: 100px;
  box-shadow: 0px 4px 12px rgba(58, 155, 242, 0.4);
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.1s ease;
}
.slider-n-frames-block .start-btn{
  margin-top: 25px;
}
.slider-n-frames-block .start-btn,
.s10 .start-btn {
  display: flex;
  height: 57px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  color: #FFF;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;

 background: linear-gradient(183deg, #0a9d3f 0%, #14572c 100%);
    font-family: 'SourceSans3-Bold';
    border: 2px solid #669276;
    border-radius: 100px;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.1s ease;
}


.jc-challenge-container {
    width: 100%;
    background-image: url('../images/new/last.webp');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 30px; /* Внутрішні відступи для вирівнювання (440 - 60 = 380px) */
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Стилізація заголовка */
.jc-main-title {
    margin: 10px 0 200px 0; /* Відступ вниз, щоб обійти бедж на фоновому зображенні */
    font-weight: 700;
    font-size: 32px;
    line-height: 119%;
}

.jc-title-green {
    color: #aef48b;
    display: block;
    text-transform: uppercase;
    font-family: 'SourceSans3-Medium';
}

.jc-title-white {
    color: #fff;
    display: block;
    font-family: 'SourceSans3-Medium';
}

/* Список кроків */
.jc-steps-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.jc-steps-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Іконки списку */
.jc-check-icon {
    width: 16px;
    height: 21px;
    flex-shrink: 0;
    margin-top: -1px;
}

.jc-warning-icon {
    width: 22px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    object-fit: contain;
}

/* Текст списку */
.jc-step-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

/* Нижній блок з інформацією та кнопкою */
.jc-action-box {
    border-radius: 12px;
    padding: 16px 14px 14px 14px;
    width: 380px;
    height: 176px;
    background: rgba(64, 66, 63, 0.35);
    border: 1px solid rgba(101, 102, 96, 0.58); /* #65666094 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Текст всередині нижнього блоку */
.jc-action-text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    color: #fff;
}

.jc-highlight-green {
    font-weight: 700;
    color: #aef48b;
}

/* Кнопка "GET IN THE CHALLENGE" */
.jc-submit-btn {
    display: flex;
    height: 57px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    
    color: #FFF;
    font-family: Outfit, 'SourceSans3-Bold', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    
    background: linear-gradient(183deg, #0a9d3f 0%, #14572c 100%);
    border: 2px solid #669276;
    border-radius: 100px;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.1s ease;
}

.jc-submit-btn:active {
    transform: scale(0.98);
}




.s5_bootomelm{
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 15px;
  padding-top: 20px;
}

.s5_bootomelm img{
  width: 43px;
  height: 43px;
}

.s5_bootomelm p{
  font-style: italic;
font-weight: 500;
font-size: 16px;
font-family: 'SourceSans3-Medium';
color: #fff;
}

.s5_bootomelm p span{
  font-style: italic;
font-weight: 600;
}

.s10 .start-btn:active {
  transform: scale(0.98);
}

/* Анімація появи бульбашок (scroll-reveal) */
.s10 .bubble {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease-out;
}

.s10 .bubble-left-1,
.s10 .bubble-left-2 {
  transform: translateX(-40px);
}

.s10 .bubble-right-1,
.s10 .bubble-right-2 {
  transform: translateX(40px);
}

.s10 .bubble.active {
  opacity: 1;
  transform: translateX(0);
}


/* ── .s5 (секція "why Summer is the best time to start") ──── */
.s5 {
  width: 100%;
  max-width: 100%;
  margin: -2px auto 0 auto;
  padding: 60px 16px 30px 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  background-image: url('../images/img54.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s5_subtitle{
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
text-align: center;
font-family: 'SourceSans3-Bold';
color: #fff;
padding-bottom: 30px;
}

.s5_subtitle span{
color: #aef48b;
font-family: 'SourceSans3-Bold';
}

.s5-main-title {
  font-weight: 700;
  font-size: 32px;
  font-family: 'Sansation-Bold';
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 12px 0;
}

.s5-text-blue {
  color: #aef48b;
  font-family: 'Sansation-Bold';
}

.s5-cards-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}

.s5-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.s5-image-wrap {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.s5-card-img {
  width: 100%;
  height: auto;
  display: block;
}

.s5-card-title-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 5;
}

.s5-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 107%;
  font-family: 'Outfit-Medium';
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}

.s5-card-title-last {
  font-size: 28px;
}

.s5-card-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  font-family: 'Outfit-Regular';
  margin: 0;
  padding: 0 8px;
  max-width: 95%;
}

.s5-card-subText{
  font-weight: 400;
font-size: 20px;
text-align: center;
color: #fff;
}

/* ── .pnb-section (блок "And the big one") ────────────────── */
.pnb-section {
  position: relative;
  width: 408px;
  margin: 0 auto;
  border-radius: 24px;
padding: 20px 0px 20px 14px;
height: 233px;

  margin-top: -2px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/new/cubs.webp) no-repeat;
  background-size: 100% 100%;
}

.pnb-image {
  width: 100%;
  height: auto;
  display: block;
}

.pnb-text-container {
  width: 100%;
  box-sizing: border-box;
}

.pnb-text-container h3{
  font-weight: 600;
  font-family: 'SourceSans3-Medium';
font-size: 24px;
text-transform: uppercase;
color: #fff;
}

.pnb-text {
  color: rgba(0, 0, 0, 0.80);
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  text-align: left;
}

.pnb-text strong {
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
}





@media (max-width: 440px) {

  /* ── .promo-section ─────────────────────────────────────── */
  .promo-section {
    width: 100vw;
    padding-top: 9.0909vw; /* 40px */
  }

  .marquee {
    height: 6.3636vw; /* 28px */
  }

  .marquee-track span {
    font-size: 3.6364vw; /* 16px */
  }

  .main-title {
    font-size: 9.3182vw; /* 41px */
    margin: 5.6818vw 0 3.4091vw 0; /* 25px 0 15px 0 */
  }

  .subtitle-wrapper {
    padding-left: 5.6818vw; /* 25px */
    margin-bottom: 7.9545vw; /* 35px */
  }

  .subtitle {
    font-size: 4.0909vw; /* 18px */
    margin: 0 0 2.2727vw 0; /* 10px */
  }

  .subtitle-line {
    width: 17.0455vw; /* 75px */
    height: 0.4545vw; /* 2px */
  }

  .features-list {
    margin: 0 0 14.7727vw 0; /* 65px */
    padding-left: 5.6818vw; /* 25px */
    gap: 5.4545vw; /* 24px */
  }

  .feature-item {
    gap: 2.7273vw; /* 12px */
  }

  .feature-icon {
    width: 9.0909vw; /* 40px */
    height: 9.0909vw;
  }

  .feature-title {
    font-size: 3.4091vw; /* 15px */
    margin: 0 0 0.9091vw 0; /* 4px */
  }

  .feature-desc {
    font-size: 3.1818vw; /* 14px */
  }

  .price-badge {
    width: 31.1364vw; /* 137px */
    height: 32.2727vw; /* 142px */
    right: 18.8636vw; /* 83px */
    bottom: 49.5455vw; /* 218px */
    backdrop-filter: blur(0.9091vw); /* 4px */
  }

  .price-label, .price-sublabel {
    font-size: 3.1818vw; /* 14px */
  }

  .price-label {
    margin-bottom: 0.4545vw; /* 2px */
  }

  .price-value {
    font-size: 10.9091vw; /* 48px */
    margin-bottom: 0.9091vw; /* 4px */
  }

  .cta-button {
    font-size: 5.4545vw; /* 24px */
    border-radius: 34.0909vw; /* 150px */
    padding: 0.9091vw 7.2727vw; /* 4px 32px */
    width: 86.3636vw; /* 380px */
    height: 16.3636vw; /* 72px */
    border-width: 0.4545vw; /* 2px */
    margin-bottom: 4.0909vw; /* 18px */
  }

  .social-proof-img {
    width: 86.3636vw; /* 380px */
    margin-bottom: 3.4091vw; /* 15px */
  }

  .bottom-disclaimer {
    gap: 2.7273vw; /* 12px */
    width: 86.3636vw; /* 380px */
    margin-bottom: 7.9545vw; /* 35px */
  }

  .trophy-icon {
    width: 5.4545vw; /* 24px */
    margin-top: 0.6818vw; /* 3px */
  }

  .disclaimer-text {
    font-size: 3.6364vw; /* 16px */
  }

  /* ── .component-image-1 / -2 ────────────────────────────── */
  .component-image-1,
  .component-image-2 {
    padding: 9.0909vw 4.5455vw; /* 40px 20px */
  }

  /* ── .karyna-section ────────────────────────────────────── */
  .karyna-section {
    width: 100vw;
  }

  .pnb-text{
    font-size: 3.7vw;
  }

  .header-image-container {
    height: 90.9091vw; /* 400px */
  }

  .header-image-container::after {
    height: 18.1818vw; /* 80px */
  }

  .header-image-container .section-title {
    font-size: 7.2727vw; /* 32px */
    top: 12.5vw; /* 55px */
    right: 5.6818vw; /* 25px */
  }

  .video-overlay {
    top: 34.0909vw; /* 150px */
    right: 4.5455vw; /* 20px */
    width: 59.0909vw; /* 260px */
    height: 32.9545vw; /* 145px */
    backdrop-filter: blur(1.1364vw); /* 5px */
    border-radius: 2.7273vw; /* 12px */
  }

  .content-cards {
    padding: 2.2727vw 4.5455vw 6.8182vw 4.5455vw; /* 10px 20px 30px 20px */
    gap: 3.1818vw; /* 14px */
    margin-top: -6.8182vw; /* -30px */
  }

  .frame-card {
    border-radius: 2.7273vw; /* 12px */
    padding: 3.1818vw; /* 14px */
  }

  .quote-card {
    gap: 2.7273vw; /* 12px */
  }

  .quote-icon {
    width: 8.6364vw; /* 38px */
    height: 8.6364vw;
  }

  .split-row {
    gap: 3.1818vw; /* 14px */
  }

  .split-image {
    width: 30.6818vw; /* 135px */
    border-radius: 2.7273vw; /* 12px */
  }

  .text-paragraph {
    font-size: 3.1818vw; /* 14px */
  }

  /* ── .rewards-section ───────────────────────────────────── */
  .rewards-section {
    padding: 7.9545vw 0; /* 35px 0 */
  }

  .rewards-title {
    font-size: 7.2727vw; /* 32px */
    margin: 0 0 5.6818vw 0; /* 25px */
  }

  .cups-image {
    margin-bottom: 5.6818vw; /* 25px */
  }

  .steps-frame {
    border-radius: 2.7273vw; /* 12px */
    padding: 0.9091vw 3.1818vw; /* 4px 14px */
    width: 86.3636vw; /* 380px */
    height: 15.9091vw; /* 70px */
  }

  .step-num {
    font-size: 3.1818vw; /* 14px */
    margin-bottom: 0.4545vw; /* 2px */
  }

  .step-arrow {
    margin-left: -4.7727vw; /* -21px */
    margin-right: 1.3636vw; /* 6px */
  }

  .step-desc {
    font-size: 3.6364vw; /* 16px */
  }

  /* ── .guarantee-section ─────────────────────────────────── */
  .guarantee-section {
    padding-bottom: 9.0909vw; /* 40px */
  }

  .winner-frame {
    border-radius: 2.7273vw; /* 12px */
    width: 86.3636vw; /* 380px */
    padding: 4.0909vw 4.5455vw; /* 18px 20px */
    gap: 3.6364vw; /* 16px */
    margin-top: 6.8182vw; /* 30px */
    margin-bottom: 6.8182vw; /* 30px */
  }

  .winner-icon {
    width: 18.4091vw; /* 81px */
    height: 20.9091vw; /* 92px */
  }

  .winner-text-content {
    gap: 1.8182vw; /* 8px */
  }

  .winner-title {
    font-size: 4.5455vw; /* 20px */
  }

  .winner-desc {
    font-size: 3.6364vw; /* 16px */
  }

  .money-back-banner {
    padding: 5.4545vw; /* 24px */
    width: 97.2727vw; /* 428px */
    height: 24.3182vw; /* 107px */
    gap: 3.6364vw; /* 16px */
    margin-bottom: 9.0909vw; /* 40px */
  }

  .wallet-icon {
    width: 12.0455vw; /* 53px */
    height: 13.8636vw; /* 61px */
  }

  .banner-text-content {
    gap: 0.9091vw; /* 4px */
  }

  .banner-title {
    font-size: 4.5455vw; /* 20px */
    text-shadow: -0.2273vw 0.2273vw 0.9091vw rgba(0, 0, 0, 0.27); /* -1px 1px 4px */
  }

  .banner-desc {
    font-size: 3.6364vw; /* 16px */
    text-shadow: -0.2273vw 0.2273vw 0.9091vw rgba(0, 0, 0, 0.27);
  }

  /* ── .benefits-container ────────────────────────────────── */
  .benefits-container {
    padding: 0 6.8182vw; /* 0 30px */
    gap: 4.5455vw; /* 20px */
  }

  .benefits-main-title {
    font-size: 7.2727vw; /* 32px */
    margin: 0 0 2.2727vw 0; /* 10px */
  }

  .benefit-card {
    border-radius: 2.7273vw; /* 12px */
    padding: 3.1818vw; /* 14px */
    width: 86.3636vw; /* 380px */
    min-height: 20.4545vw; /* 90px */
    gap: 3.6364vw; /* 16px */
  }

  .icon-wrapper {
    width: 10vw; /* 44px */
  }

  .benefit-icon {
    max-width: 10vw; /* 44px */
    max-height: 10vw;
  }

  .card-text {
    gap: 0.9091vw; /* 4px */
  }

  .card-title {
    font-size: 4.5455vw; /* 20px */
  }

  .card-desc {
    font-size: 3.6364vw; /* 16px */
  }

  /* ── .method-section ────────────────────────────────────── */
  .method-section {
    padding: 9.0909vw 0 25vw 0; /* 40px 0 110px 0 */
  }

  .method-title {
    font-size: 7.2727vw; /* 32px */
    margin: 0 0 4.5455vw 0; /* 20px */
  }

  .method-main-img {
    width: 93.1818vw; /* 410px */
    margin-bottom: 4.5455vw; /* 20px */
  }

  .quote-box {
    border-radius: 2.7273vw; /* 12px */
    padding: 3.1818vw 5.4545vw; /* 14px 24px */
    width: 86.3636vw; /* 380px */
    height: 30.9091vw; /* 136px */
    gap: 1.8182vw; /* 8px */
    margin-bottom: 2.2727vw; /* 10px */
  }

  .quote-box-icon {
    width: 4.5455vw; /* 20px */
    height: 3.4091vw; /* 15px */
  }

  .quote-box-text {
    font-size: 4.5455vw; /* 20px */
  }

  .method-separator {
    margin: 5vw 0; /* 22px */
  }

  .method-paragraph {
    width: 86.3636vw; /* 380px */
    font-size: 3.6364vw; /* 16px */
  }

  /* ── .inside-course-section ─────────────────────────────── */
  .inside-course-section {
    padding: 6.8182vw 0; /* 30px */
  }

  .main-section-title {
    font-size: 7.2727vw; /* 32px */
    width: 86.3636vw; /* 380px */
    margin: 0 0 5.6818vw 0; /* 25px */
  }

  .course-frame {
    width: 86.3636vw; /* 380px */
    border-radius: 2.7273vw; /* 12px */
    padding: 4.5455vw 3.1818vw; /* 20px 14px */
    margin-bottom: 6.8182vw; /* 30px */
  }

  .frame-image-container {
    width: 79.5455vw; /* 350px */
    height: 31.8182vw; /* 140px */
    border-radius: 1.8182vw; /* 8px */
    margin-bottom: -4.0909vw; /* -18px */
  }

  .frame-image-container-2 {
    width: 86.3636vw; /* 380px */
    height: 48.6364vw; /* 214px */
    margin-top: -4.5455vw; /* -20px */
  }

  .green-gradient-header {
    width: 80vw; /* 352px */
    min-height: 10vw; /* 44px */
    padding: 1.8182vw 3.1818vw; /* 8px 14px */
    border-radius: 2.7273vw; /* 12px */
    box-shadow: 0 0.9091vw 0.9091vw 0 rgba(0, 0, 0, 0.25); /* 0 4px 4px 0 */
    font-size: 4.5455vw; /* 20px */
  }

  .green-gradient-header.multi-line {
    font-size: 4.5455vw; /* 20px */
    padding: 2.7273vw 3.1818vw; /* 12px 14px */
  }

  .header-subtext {
    font-size: 3.1818vw; /* 14px */
    margin-top: 0.9091vw; /* 4px */
  }

  .frame-intro-text {
    font-size: 3.6364vw; /* 16px */
    width: 80vw; /* 352px */
    margin: 4.5455vw 0 3.4091vw 0; /* 20px 0 15px 0 */
  }

  .items-list {
    width: 80vw; /* 352px */
    gap: 4.5455vw; /* 20px */
  }

  .items-list.space-top {
    margin-top: 4.5455vw; /* 20px */
  }

  /* ── Слайдер 1: .calls-slider-block ─────────────────────── */
  .calls-slider-block {
    padding: 4.5455vw 0; /* 20px 0 */
  }

  .calls-swiper.swiper {
    padding: 0 6.8182vw; /* 0 30px */
    margin-bottom: 5.4545vw; /* 24px */
  }

  .calls-media-wrapper {
    border-radius: 3.6364vw; /* 16px */
  }

  .calls-slider-block-title {
    font-size: 7.2727vw; /* 32px */
    padding-bottom: 6.8182vw; /* 30px */
  }

  .calls-bg-image {
    width: 42.9545vw; /* 189px */
    height: 7.0455vw; /* 31px */
    margin-bottom: 3.4091vw; /* 15px */
  }

  .calls-slider-block-title span {
    font-size: 7.5vw; /* 33px */
  }

  .calls-live-tag {
    top: 3.6364vw; /* 16px */
    left: 3.6364vw; /* 16px */
    backdrop-filter: blur(0.9091vw); /* 4px */
    padding: 1.3636vw 2.7273vw; /* 6px 12px */
    border-radius: 4.5455vw; /* 20px */
    font-size: 2.7273vw; /* 12px */
    gap: 1.3636vw; /* 6px */
  }

  .calls-live-dot {
    width: 1.8182vw; /* 8px */
    height: 1.8182vw;
  }

  .calls-controls-bar {
    width: 86.3636vw; /* 380px */
    padding: 0 0.9091vw; /* 0 4px */
  }

  .calls-navigation {
    gap: 3.4091vw; /* 15px */
  }

  .calls-btn-prev, .calls-btn-next {
    width: 10.2273vw; /* 45px */
    height: 10.2273vw;
  }

  /* ── Слайдер 2: .results-slider-block ───────────────────── */
  .results-slider-block {
    padding: 9.0909vw 0; /* 40px 0 */
  }

  .results-swiper.swiper {
    padding: 0 6.8182vw; /* 0 30px */
    margin-bottom: 5.4545vw; /* 24px */
  }

  .results-slide-img {
    border-radius: 2.7273vw; /* 12px */
  }

  .results-controls-bar {
    width: 86.3636vw; /* 380px */
    padding: 0 0.9091vw; /* 0 4px */
  }

  .results-navigation {
    gap: 3.4091vw; /* 15px */
  }

  .results-btn-prev, .results-btn-next {
    width: 10.2273vw; /* 45px */
    height: 10.2273vw;
  }

  /* ── Пагінація calls / results / slider-n-frames ────────── */
  .calls-pagination,
  .results-pagination,
  .slider-n-frames-pagination {
    gap: 1.8182vw; /* 8px */
  }

  .calls-pagination .swiper-pagination-bullet,
  .results-pagination .swiper-pagination-bullet,
  .slider-n-frames-pagination .swiper-pagination-bullet {
    min-width: 1.8182vw; /* 8px */
    height: 1.8182vw;
    border-radius: 1.8182vw;
    border-width: 0.2273vw; /* 1px */
  }

  .calls-pagination .swiper-pagination-bullet-active,
  .results-pagination .swiper-pagination-bullet-active,
  .slider-n-frames-pagination .swiper-pagination-bullet-active {
    width: 1.8182vw; /* 8px */
    height: 1.8182vw;
    border-radius: 1.8182vw;
    margin-top: -0.4545vw; /* -2px */
    border-width: 0.6818vw; /* 3px */
  }

  .list-item {
    gap: 3.1818vw; /* 14px */
  }

  .item-icon {
    width: 10.2273vw; /* 45px */
    height: 10.2273vw;
  }

  .item-text {
    font-size: 3.6364vw; /* 16px */
  }

  /* ── .real-stories-section ──────────────────────────────── */
  .real-stories-section {
    padding: 9.0909vw 0; /* 40px 0 */
  }

  .section-title,
  .section-title-highlight {
    font-size: 7.2727vw; /* 32px */
  }

  .section-title {
    margin: 0 0 2.2727vw 0; /* 10px */
  }

  .rr-slider.swiper {
    margin-bottom: 2.2727vw; /* 10px */
    padding: 0 4.5455vw; /* 0 20px */
  }

  .swiper-slide {
    width: 86.3636vw; /* 380px */
    gap: 4.5455vw; /* 20px */
  }

  .slide-media-wrapper {
    height: 56.8182vw; /* 250px */
    border-radius: 2.7273vw; /* 12px */
  }

  .slide-video {
    height: 50vw; /* 220px */
    border-radius: 2.7273vw; /* 12px */
  }

  .review-card {
    border-radius: 2.7273vw; /* 12px */
    padding: 3.1818vw 4.5455vw; /* 14px 20px */
  }

  .quotes-icon {
    width: 4.3182vw; /* 19px */
    height: 2.9545vw; /* 13px */
    margin-bottom: 2.7273vw; /* 12px */
  }

  .review-title {
    font-size: 4.5455vw; /* 20px */
    margin: 0 0 2.7273vw 0; /* 12px */
    min-height: 9.0909vw; /* 40px */
  }

  .review-text {
    font-size: 3.6364vw; /* 16px */
    margin: 0 0 2.7273vw 0; /* 12px */
  }

  .review-text:last-of-type {
    margin-bottom: 4.5455vw; /* 20px */
  }

  .dashed-line {
    width: 62.5vw; /* 275px */
    height: 0.2273vw; /* 1px */
  }

  .user-avatar {
    width: 10.2273vw; /* 45px */
    height: 10.2273vw;
  }

  .stats-container {
    border-radius: 2.7273vw; /* 12px */
    padding: 3.1818vw 0.2273vw; /* 14px 1px */
    width: 86.3636vw; /* 380px */
    bottom: 5.6818vw; /* 25px */
    height: 22.0455vw; /* 97px */
    margin-bottom: 2.2727vw; /* 10px */
  }

  .stats-number {
    font-size: 7.2727vw; /* 32px */
    margin-bottom: 0.9091vw; /* 4px */
  }

  .stats-text {
    font-size: 3.6364vw; /* 16px */
  }

  .stats-divider {
    padding: 0 0.9091vw; /* 0 4px */
  }

  .slider-controls {
    width: 86.3636vw; /* 380px */
    padding: 0 0.9091vw; /* 0 4px */
  }

  .rr-pagination {
    gap: 1.8182vw; /* 8px */
  }

  .rr-pagination .swiper-pagination-bullet {
    width: 1.8182vw; /* 8px */
    height: 1.8182vw;
  }

  .nav-buttons {
    gap: 3.4091vw; /* 15px */
  }

  .rr-btn-prev, .rr-btn-next {
    width: 10.2273vw; /* 45px */
    height: 10.2273vw;
  }

  /* ── .s7 (FAQ) ───────────────────────────────────────────── */
  .s7 {
    padding: 9.0909vw 3.4091vw 0 3.4091vw; /* 40px 15px 0 15px */
  }

  .s7__item {
    margin-bottom: 2.2727vw; /* 10px */
  }

  .s7__question {
    padding: 3.4091vw 0; /* 15px 0 */
  }

  .s7__q-icon {
    width: 7.2727vw; /* 32px */
    height: 7.2727vw;
    margin-right: 2.7273vw; /* 12px */
    font-size: 3.6364vw; /* 16px */
  }

  .s7__q-text {
    font-size: 3.6364vw; /* 16px */
    padding-right: 6.8182vw; /* 30px */
  }

  .s7__arrow {
    width: 5vw; /* 22px */
    height: 2.7273vw; /* 12px */
  }

  .s7__item.active .s7__arrow {
    margin-top: 1.1364vw; /* 5px */
  }

  .s7__answer-inner {
    padding-bottom: 4.5455vw; /* 20px */
    gap: 2.2727vw; /* 10px */
  }

  .s7__answer-bubble {
    border-radius: 5.6818vw 5.6818vw 0 5.6818vw; /* 25px 25px 0 25px */
    padding: 4.0909vw 5vw; /* 18px 22px */
    font-size: 3.6364vw; /* 16px */
  }

  .s7__answer-bubble::after {
    right: -1.8182vw; /* -8px */
    width: 8.4091vw; /* 37px */
    height: 5.9091vw; /* 26px */
  }

  .s7__avatar {
    width: 12.5vw; /* 55px */
    height: 12.5vw;
  }

  /* ── .contacts ───────────────────────────────────────────── */
  .contacts {
    padding: 10.9091vw 5.4545vw 45.4545vw 5.4545vw; /* 48px 24px 200px 24px */
  }

  .contacts__title {
    font-size: 8.6364vw; /* 38px */
    margin: 0 0 8.1818vw 0; /* 36px */
    letter-spacing: -0.1136vw; /* -0.5px */
  }

  .contacts__grid {
    gap: 2.7273vw; /* 12px */
    margin-bottom: 5.6818vw; /* 25px */
  }

  .contacts__card {
    width: 26.8182vw; /* 118px */
    height: 27.2727vw; /* 120px */
    border-radius: 6.8182vw; /* 30px */
  }

  .contacts__icon {
    margin-bottom: 2.7273vw; /* 12px */
  }

  .contacts__icon--email {
    width: 10.9091vw; /* 48px */
  }

  .contacts__label {
    font-size: 3.6364vw; /* 16px */
    letter-spacing: 0.0455vw; /* 0.2px */
  }

  .contacts__policy {
    font-size: 2.9545vw; /* 13px */
    margin-bottom: 3.4091vw; /* 15px */
  }

  .contacts__copyright {
    font-size: 2.9545vw; /* 13px */
    margin: 0 0 8.1818vw 0; /* 36px */
  }

  .ap-bottom-wrapper-video-container {
    gap: 3.4091vw; /* 15px */
  }

  .ap-bottom-wrapper-video-container .play-video {
    border-radius: 2.7273vw; /* 12px */
  }

  /* ── .footer ─────────────────────────────────────────────── */
  .footer {
    border-radius: 7.2727vw 7.2727vw 0 0; /* 32px 32px 0 0 */
    box-shadow: 0 -1.1364vw 4.0909vw 0 rgba(0, 0, 0, 0.25); /* 0 -5px 18px 0 */
    padding: 5.6818vw 0 13.6364vw 0; /* 25px 0 60px 0 */
    border-top-width: 0.2273vw; /* 1px */
    gap: 4.5455vw; /* 20px */
  }

  .footer-top-row {
    padding: 0 6.8182vw; /* 0 30px */
  }

  .footer-title {
    font-size: 4.5455vw; /* 20px */
    letter-spacing: -0.0682vw; /* -0.3px */
  }

  .footer-timer {
    gap: 1.3636vw; /* 6px */
  }

  .timer-box {
    font-size: 4.0909vw; /* 18px */
    border-width: 0.2273vw; /* 1px */
    border-radius: 1.3636vw; /* 6px */
    padding: 2.2727vw 1.8182vw; /* 10px 8px */
    width: 8.1818vw; /* 36px */
    height: 8.6364vw; /* 38px */
    box-shadow: 0 0.9091vw 1.5909vw 0 rgba(0, 0, 0, 0.08); /* 0 4px 7px 0 */
  }

  .timer-divider {
    font-size: 4.0909vw; /* 18px */
  }

  .footer-cta-button {
    width: 86.3636vw; /* 380px */
    min-height: 14.7727vw; /* 65px */
    font-size: 5.9091vw; /* 26px */
    padding: 1.3636vw 1.1364vw; /* 6px 5px */
    border-radius: 22.7273vw; /* 100px */
    height: 16.3636vw; /* 72px */
    border-width: 0.4545vw; /* 2px */
  }

  /* =========================================================
     НОВІ БЛОКИ (slider-n-frames / jc-challenge / s5_* / pnb)
     ========================================================= */

  .slider-n-frames-block {
    padding: 9.0909vw 6.8182vw; /* 40px 30px */
  }

  .slider-n-frames-controls-bar {
    width: 86.3636vw; /* 380px */
    padding: 0 0.9091vw; /* 0 4px */
  }

  .slider-n-frames-navigation {
    gap: 3.4091vw; /* 15px */
  }

  .slider-n-frames-btn-prev,
  .slider-n-frames-btn-next {
    width: 10.2273vw; /* 45px */
    height: 10.2273vw;
  }

  .slider-n-frames-swiper .swiper-slide {
    border-radius: 2.7273vw; /* 12px */
    border-width: 0.2273vw; /* 1px */
  }

  .slider-n-frames-title {
    font-size: 7.2727vw; /* 32px */
  }

  .slider-n-frames-text {
    font-size: 3.6364vw; /* 16px */
    padding: 4.5455vw 0; /* 20px 0 */
  }

  .slider-n-frames-block .start-btn {
    margin-top: 5.6818vw; /* 25px */
  }

  .slider-n-frames-block .start-btn,
  .s10 .start-btn {
    height: 12.9545vw; /* 57px */
    padding: 1.3636vw 2.7273vw; /* 6px 12px */
    gap: 2.2727vw; /* 10px */
    font-size: 5.4545vw; /* 24px */
    border-width: 0.4545vw; /* 2px */
    border-radius: 22.7273vw; /* 100px */
  }

  /* ── .jc-challenge-container ─────────────────────────────── */
  .jc-challenge-container {
    width: 100vw; /* 440px */
    padding: 6.8182vw; /* 30px */
  }

  .jc-main-title {
    margin: 2.2727vw 0 45.4545vw 0; /* 10px 0 200px 0 */
    font-size: 7.2727vw; /* 32px */
  }

  .jc-steps-list {
    margin: 0 0 5.4545vw 0; /* 24px */
    gap: 4.0909vw; /* 18px */
  }

  .jc-steps-list li {
    gap: 2.7273vw; /* 12px */
  }

  .jc-check-icon {
    width: 3.6364vw; /* 16px */
    height: 4.7727vw; /* 21px */
    margin-top: -0.2273vw; /* -1px */
  }

  .jc-warning-icon {
    width: 5vw; /* 22px */
    height: 4.5455vw; /* 20px */
    margin-top: 0.4545vw; /* 2px */
  }

  .jc-step-text {
    font-size: 3.1818vw; /* 14px */
  }

  .jc-action-box {
    border-radius: 2.7273vw; /* 12px */
    padding: 3.6364vw 3.1818vw 3.1818vw 3.1818vw; /* 16px 14px 14px 14px */
    width: 86.3636vw; /* 380px */
    height: 40vw; /* 176px */
    backdrop-filter: blur(1.1364vw); /* 5px */
  }

  .jc-action-text {
    font-size: 3.6364vw; /* 16px */
  }

  .jc-submit-btn {
    height: 12.9545vw; /* 57px */
    padding: 1.3636vw 2.7273vw; /* 6px 12px */
    gap: 2.2727vw; /* 10px */
    font-size: 5.4545vw; /* 24px */
    border-width: 0.4545vw; /* 2px */
    border-radius: 22.7273vw; /* 100px */
  }

  /* ── .s5_bootomelm ───────────────────────────────────────── */
  .s5_bootomelm {
    gap: 3.4091vw; /* 15px */
    padding-left: 3.4091vw; /* 15px */
    padding-top: 4.5455vw; /* 20px */
  }

  .s5_bootomelm img {
    width: 9.7727vw; /* 43px */
    height: 9.7727vw;
  }

  .s5_bootomelm p {
    font-size: 3.6364vw; /* 16px */
  }

  /* ── .s5_subtitle / .s5-card-subText ─────────────────────── */
  .s5_subtitle {
    font-size: 4.5455vw; /* 20px */
    padding-bottom: 6.8182vw; /* 30px */
  }

  .s5-card-subText {
    font-size: 4.5455vw; /* 20px */
  }

  /* ── .s5 — ОНОВЛЕНІ значення (з'явився bottom-padding 30px) ─ */
  .s5 {
    padding: 13.6364vw 3.6364vw 6.8182vw 3.6364vw; /* 60px 16px 30px 16px */
  }

  .s5-main-title {
    font-size: 7.2727vw; /* 32px */
    margin: 0 0 2.7273vw 0; /* 12px, було 32px */
  }

  /* ── .pnb-section — ПОВНІСТЮ НОВІ значення ───────────────── */
  .pnb-section {
    width: 92.7273vw; /* 408px */
    border-radius: 5.4545vw; /* 24px */
    padding: 4.5455vw 0vw 4.5455vw 3.1818vw; /* 20px 0px 20px 14px */
  }

  .pnb-text-container h3 {
    font-size: 5.4545vw; /* 24px */
  }
}