﻿:root {
  --bg: #f2f2f2;
  --bg-alt: #ececec;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #5f5f5f;
  --line: rgba(17, 17, 17, 0.14);
  --shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.45;
}

body.no-scroll {
  overflow: hidden;
}

.top-flash-banner {
  background: #ff2f93;
  border-bottom: 1px solid #d11f77;
  position: relative;
  z-index: 40;
}

.top-flash-banner a {
  width: min(1300px, 96vw);
  margin: 0 auto;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  font-size: 17px;
  color: #fff;
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 8px 6px;
}

.top-flash-banner strong {
  font-weight: 800;
}

.flash-line {
  line-height: 1.2;
}

.flash-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.top-flash-timer {
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ann-bar {
  min-height: 34px;
  border-bottom: 1px solid #d9d9d9;
  background: #f5f5f5;
  color: #2f2f2f;
  font-size: 13px;
  display: grid;
  align-items: center;
}

.ann-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ann-pill {
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  padding: 3px 10px;
  background: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #dddddd;
}

.site-header-compact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 9, 9, 0.62);
  backdrop-filter: blur(8px);
}

.compact-header-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
}

.compact-logo {
  justify-self: center;
  color: #fff;
}

.site-header-compact .icon-box {
  display: inline-flex;
}

.site-header-compact .mobile-drawer {
  position: absolute;
  top: 58px;
  left: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 10px 12px;
  display: grid;
  gap: 8px;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.site-header-compact .mobile-drawer a {
  color: #fff;
  font-size: 15px;
  padding: 8px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-header-compact .mobile-drawer a:last-child {
  border-bottom: 0;
}

.site-header-compact .mobile-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.header-row {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.header-actions {
  justify-self: end;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  opacity: 0.9;
}

.nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  min-height: 42px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-primary {
  background: #111;
  border-color: #111;
  color: #fff;
}

.btn-primary:hover {
  background: #1f1f1f;
}

.btn-ghost {
  background: #fff;
  border-color: #222;
  color: #111;
}

.btn-soft {
  background: #fff;
  border-color: var(--line);
  color: #111;
}

.hero-premium {
  position: relative;
  min-height: 100svh;
  background: #000;
  overflow: hidden;
}

.hero-premium-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-premium-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.65) 100%);
}

.hero-premium-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  width: min(1360px, 97vw);
  margin: 0 auto;
  padding: 16px 18px 26px;
  display: grid;
  grid-template-rows: auto 1fr;
}

.hero-nav {
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.subpage-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(239, 239, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #dadada;
}

.subpage-header-inner {
  width: min(1360px, 97vw);
  margin: 0 auto;
  padding: 12px 18px;
}

.hero-nav--subpage {
  color: rgba(0, 0, 0, 0.62);
}

.hero-nav--subpage .hero-logo {
  color: #111;
}

.hero-nav--subpage .brand-mark {
  border-color: #111;
}

.hero-nav--subpage .brand-mark::before,
.hero-nav--subpage .brand-mark::after {
  border-color: #111;
}

.hero-nav--subpage .menu-toggle span {
  background: #111;
}

.hero-nav--subpage .icon-box svg {
  stroke: #111;
}

.hero-nav--subpage .icon-box {
  display: inline-flex;
}

.icon-box--bare {
  background: transparent;
  border: 0;
}

.hero-nav-left,
.hero-nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 500;
}

.hero-nav-right {
  justify-content: flex-end;
}

.hero-nav-left a,
.hero-nav-right a {
  opacity: 0.86;
  transition: opacity 0.2s ease;
}

.hero-nav-left a:hover,
.hero-nav-right a:hover {
  opacity: 1;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #fff;
}

.brand-mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.25px solid #fff;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border: 1.15px solid #fff;
  border-radius: 50%;
}

.brand-mark::before {
  width: 9px;
  height: 9px;
  left: 4px;
  top: 3px;
}

.brand-mark::after {
  width: 5px;
  height: 5px;
  right: 3px;
  bottom: 3px;
}

.hero-login {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  padding: 7px 12px;
}

.icon-box {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
  opacity: 0.88;
}

.icon-box:hover {
  opacity: 1;
}

.icon-box svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  padding: 0;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2.1px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle span + span {
  margin-top: 0;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-drawer {
  display: none;
}

.hero-premium-content {
  align-self: center;
  justify-self: end;
  max-width: 430px;
  color: #fff;
  padding-right: 2%;
}

.hero-premium-content h1 {
  margin: 0;
  font-size: clamp(1.4rem, 2.3vw, 2.35rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.015em;
  max-width: 11.6ch;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

.hero-premium-actions {
  margin-top: 16px;
  display: flex;
  gap: 9px;
  flex-wrap: nowrap;
  align-items: center;
  width: fit-content;
}

.hero-premium-actions .btn {
  min-height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
}

.btn-ghost-dark {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.btn-ghost-dark:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-quiz-btn {
  background: #000;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-quiz-btn:hover {
  background: #1a1a1a;
}

.home-proof-headline {
  background: #f4f4f4;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.home-proof-headline .container {
  padding-top: 32px;
  padding-bottom: 26px;
}

.home-proof-headline h2 {
  margin: 0;
  max-width: 760px;
  color: #141414;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.06;
  font-size: clamp(1.72rem, 3.2vw, 2.75rem);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

.home-text-reviews {
  background: #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
}

.about-page .home-text-reviews .about-system-title {
  margin-top: 12px;
}

.home-text-reviews-slider {
  position: relative;
  padding: 8px 0 22px;
}

.home-text-reviews-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.home-text-reviews-viewport::-webkit-scrollbar {
  display: none;
}

.home-text-reviews-track {
  display: flex;
  gap: 0;
  will-change: scroll-position;
}

.home-text-review-card {
  flex: 0 0 50%;
  background: #efefef;
  border: 1px solid #d9d9d9;
  border-right: 0;
  border-radius: 0;
  padding: 22px 24px 20px;
  color: #121212;
  min-height: 360px;
  box-sizing: border-box;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-text-review-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home-text-review-head strong {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.home-text-review-head .review-tariff {
  font-size: 18px;
  text-decoration: none;
  color: #626262;
  font-weight: 500;
}

.home-text-review-card p {
  margin: 20px 0 0;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.018em;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  max-width: 24ch;
  color: #181818;
  font-weight: 700;
}

.home-text-review-card:last-child {
  border-right: 1px solid #d9d9d9;
}

.review-tariff {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.home-text-reviews-nav {
  z-index: 2;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8f8f8f;
  font-size: 42px;
  width: 28px;
  height: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, opacity 160ms ease, background-color 160ms ease, border-color 160ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home-text-reviews-nav:hover {
  color: #151515;
}

.home-text-reviews-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.home-text-reviews-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 14px 0 0 10px;
}

.home-text-reviews-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #c9c9c9;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.home-text-reviews-dot.is-active {
  width: 38px;
  background: #121212;
}

.home-text-reviews-slider {
  border-bottom: 0;
}

.home-text-reviews-slider .home-text-reviews-nav-wrap {
  position: absolute;
  right: 12px;
  bottom: -2px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-text-reviews-nav[data-review-prev],
.home-text-reviews-nav[data-review-next] {
  position: static;
}

.home-text-reviews-slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #d8d8d8;
}

.home-proof-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-change-start {
  background: #f4f4f4;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.home-change-start .container {
  padding: 26px 16px 22px;
}

.home-change-start h2 {
  margin: 0;
  text-align: center;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 5.6vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.home-tariff-cta {
  background: #f4f4f4;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.home-tariff-cta .container {
  padding: 26px 16px 22px;
  display: flex;
  justify-content: center;
}

.btn-black-home {
  width: 100%;
  max-width: 920px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #111;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-black-home:hover {
  background: #fff;
  color: #111;
  border-color: rgba(0, 0, 0, 0.14);
}

.home-faq {
  background: #ededed;
  padding: 18px 0 30px;
}


.reviews-strip {
  background: #f4f4f4;
  border-top: 0;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.reviews-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d8d8d8;
}

.reviews-marquee {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: reviews-scroll 58s linear infinite;
}

.reviews-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  min-width: 100vw;
  padding: 16px 8px 18px;
}

.review-item {
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.2;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  letter-spacing: -0.01em;
}

.review-quote {
  color: #2a2a2a;
}

.review-author {
  color: #9b9b9b;
  font-weight: 500;
}

.review-dot {
  color: #888;
  font-size: 18px;
}

.home-quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 18px;
}

.home-quiz-modal[hidden] {
  display: none;
}

.home-quiz-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(2px);
}

.home-quiz-card {
  position: relative;
  width: min(700px, 100%);
  border: 1px solid #d4d4d4;
  border-radius: 14px;
  background: #f2f2f2;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3);
  padding: 26px 22px 20px;
}

.home-quiz-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #161616;
  background: #0f0f0f;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.method-block {
  background: linear-gradient(180deg, #f4f4f4 0%, #f0f0f0 100%);
  border-bottom: 0;
}

.method-inner {
  padding: 34px 0 38px;
  text-align: center;
}

.method-inner h2 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.32rem, 2.9vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 400;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
}

.method-link {
  color: #7d7d7d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #111;
}

.method-muted {
  color: #787878;
}

.method-btn {
  min-height: 48px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #111;
}

.method-btn:hover {
  background: #d8d8d8;
  border-color: #b9b9b9;
  color: #151515;
}

.method-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: none;
}

.method-quiz-btn {
  background: transparent;
  color: #151515;
}

.method-quiz-btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.level-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
}

.level-offer-modal[hidden] {
  display: none !important;
}

.level-offer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 0;
}

.level-offer-card {
  position: relative;
  z-index: 1;
  width: min(540px, calc(100vw - 24px));
  max-height: min(86vh, 760px);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.level-offer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d8d8d8;
  background: rgba(255, 255, 255, 0.95);
  color: #151515;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.level-offer-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.level-offer-content {
  padding: 18px 18px 20px;
  overflow: auto;
  max-height: calc(min(86vh, 760px) - 200px);
}

.level-offer-kicker {
  margin: 0;
  text-align: center;
  color: #6d6d6d;
  font-size: 14px;
}

.level-offer-content h3 {
  margin: 8px 0 8px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
}

.level-offer-sub {
  margin: 0 0 12px;
  text-align: center;
}

.level-offer-options {
  display: grid;
  gap: 10px;
}

.level-offer-option {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  cursor: pointer;
}

.level-offer-option input {
  margin-top: 3px;
}

.level-offer-option strong {
  display: block;
  font-size: 19px;
}

.level-offer-option small {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 13px;
}

.level-offer-error {
  margin: 10px 0 0;
  color: #cc2f2f;
  font-size: 13px;
}

.level-offer-actions {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

@media (max-width: 640px) {
  .level-offer-card {
    width: min(430px, calc(100vw - 18px));
    max-height: 86vh;
  }

  .level-offer-image {
    height: 130px;
  }

  .level-offer-content {
    padding: 12px 12px 14px;
    max-height: calc(86vh - 130px);
  }

  .level-offer-content h3 {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.05;
  }

  .level-offer-sub {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .level-offer-option {
    padding: 8px;
    gap: 8px;
  }

  .level-offer-option strong {
    font-size: 15px;
  }

  .level-offer-option small {
    margin-top: 2px;
    font-size: 12px;
  }

  .level-offer-actions {
    margin-top: 10px;
    gap: 6px;
  }

  .level-offer-actions .btn {
    min-height: 42px;
    font-size: 15px;
  }
}

.promo-banner {
  background: linear-gradient(180deg, #f0f0f0 0%, #ececec 100%);
  padding: 2px 0 22px;
}

.promo-banner-card {
  background: #070707;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #1f1f1f;
  padding: 28px 24px;
}

.promo-banner-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.42rem, 2.3vw, 2.3rem);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.promo-banner-card p {
  margin: 0;
  color: #dddddd;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.promo-banner-card strong {
  color: #fff;
}

.promo-timer {
  margin-top: 10px !important;
  color: #f2f2f2 !important;
  font-weight: 600;
}

.promo-activate-btn {
  margin-top: 16px;
  min-width: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.feedback-reward-banner {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f8f8f8;
}

.feedback-reward-banner .container {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feedback-reward-banner p {
  margin: 0;
  font-size: 15px;
  color: #262626;
}

.workout-home {
  background: linear-gradient(180deg, #f0f0f0 0%, #f4f4f4 60%, #f2f2f2 100%);
  padding: 6px 0 26px;
}

.workout-home-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 22px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  overflow: hidden;
}

.workout-home-copy h3 {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.9rem);
  line-height: 1.08;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.workout-home-copy p {
  margin: 0 0 18px;
  color: #343434;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  max-width: 40ch;
}

.devices-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.devices-pills span {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #cfcfcf;
  background: #f8f8f8;
  font-size: 13px;
  color: #2f2f2f;
}

.workout-home-visual {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.workout-home-visual img {
  width: min(100%, 540px);
  border-radius: 16px;
  border: 1px solid #dedede;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12);
}

.workout-data-card {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 180px;
  height: 120px;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
}

.workout-data-card span {
  width: 8px;
  border-radius: 4px;
  background: #ff6248;
}

.workout-data-card span:nth-child(1) { height: 28px; }
.workout-data-card span:nth-child(2) { height: 44px; }
.workout-data-card span:nth-child(3) { height: 62px; }
.workout-data-card span:nth-child(4) { height: 36px; }
.workout-data-card span:nth-child(5) { height: 54px; }

.workout-chip {
  position: absolute;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  color: #222;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
}

.chip-left {
  left: 12px;
  bottom: 10px;
}

.chip-right {
  right: 14px;
  top: 8px;
}

.personalized-section {
  background: #efefef;
  border-top: 1px solid #d8d8d8;
  padding: 24px 0 30px;
}

.personalized-title {
  text-align: center;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1.26rem, 1.95vw, 1.85rem);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.program-accordion {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.program-row {
  border-top: 1px solid #cfcfcf;
}

.program-row:first-child {
  border-top: 0;
}

.program-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.02rem, 1.5vw, 1.34rem);
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  cursor: pointer;
}

.program-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  position: relative;
  flex-shrink: 0;
}

.program-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #4b4b4b;
  border-bottom: 1.5px solid #4b4b4b;
  transform: translate(-50%, -62%) rotate(45deg);
  transition: transform 0.22s ease;
}

.program-row.is-open .program-icon::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.program-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.program-content-inner {
  padding: 0 0 18px;
}

.program-content img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #dfdfdf;
  max-height: 420px;
  object-fit: cover;
}

.program-content h3 {
  margin: 14px 0 8px;
  font-size: clamp(2rem, 2.7vw, 2.6rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
}

.program-content p {
  margin: 0;
  color: #333;
  max-width: 68ch;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.5;
}

.programs-more-btn {
  margin-top: 14px;
  width: 100%;
  min-height: 52px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.programs-intro-note {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #181818;
  border-radius: 0;
  padding: 0 0 24px;
  max-width: 760px;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.56;
  letter-spacing: -0.006em;
  color: #181818;
  font-weight: 400;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.programs-intro-note p {
  margin: 0 0 18px;
}

.programs-intro-note h3 {
  margin: 0 0 12px;
  font-size: clamp(1.26rem, 1.9vw, 1.58rem);
  font-weight: 700;
  letter-spacing: -0.012em;
}

.programs-intro-note ul {
  margin: 0;
  padding-left: 23px;
  display: grid;
  gap: 9px;
}

.programs-intro-note a {
  text-decoration: underline;
  color: inherit;
}

.about-page {
  background: #efefef;
}

.about-first-block,
.about-second-block,
.about-final-block {
  background: #efefef;
  border-top: 1px solid #d8d8d8;
}

.about-first-block .container,
.about-second-block .container,
.about-final-block .container {
  padding-top: clamp(30px, 6vw, 56px);
  padding-bottom: clamp(30px, 6vw, 56px);
}

.about-kicker {
  margin: 0 0 12px;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #121212;
}

.about-kicker-big {
  font-size: 1.34rem;
  margin-bottom: 10px;
}

.about-mission-title {
  font-weight: 500;
  font-size: clamp(1.7rem, 5.2vw, 2.75rem);
  margin-bottom: 0;
}

.about-mission-text {
  margin: 18px 0 0;
  max-width: 760px;
  color: #101010;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  font-size: clamp(1.12rem, 2.8vw, 1.65rem);
}

.about-mission-media {
  background: #efefef;
  border-top: 1px solid #d8d8d8;
}

.about-mission-media .container {
  padding-top: 18px;
  padding-bottom: clamp(18px, 4vw, 34px);
}

.about-mission-image {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: block;
}

.about-subcopy {
  margin: 14px 0 0;
  max-width: 72ch;
  color: #2d2d2d;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.5;
}

.about-first-block h1,
.about-second-block h2,
.about-final-block h2 {
  margin: 0;
  max-width: 760px;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #101010;
}

.about-first-block h1 {
  font-size: clamp(1.58rem, 4.4vw, 2.45rem);
}

.about-second-block h2,
.about-final-block h2 {
  font-size: clamp(1.55rem, 5.2vw, 2.65rem);
}

.about-final-title {
  margin: 0;
  max-width: 760px;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #101010;
  font-size: clamp(1.6rem, 5.2vw, 2.65rem);
}

.about-first-block .btn,
.about-second-block .btn,
.about-final-block .btn {
  margin-top: 22px;
}

.about-pillars {
  padding: 0 0 24px;
}

.about-program-accordion {
  border-color: #cecece;
}

.about-program-accordion .program-trigger {
  font-size: clamp(1.12rem, 2.4vw, 1.74rem);
  font-weight: 500;
}

.about-program-accordion .program-trigger {
  padding-right: 34px;
  position: relative;
}

.about-program-accordion .program-trigger::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3em;
  line-height: 1;
  color: #121212;
}

.about-program-accordion .program-row.is-open .program-trigger::after {
  content: "–";
}

.about-program-accordion .program-icon {
  display: none;
}

.about-program-accordion .program-content-inner {
  padding: 0 0 22px;
}

.about-program-accordion .program-content p {
  margin-top: 14px;
  font-size: clamp(1.02rem, 1.9vw, 1.18rem);
  line-height: 1.52;
  max-width: 64ch;
}

.about-system-slider {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  background: #efefef;
}

.about-system-slider .container {
  padding-top: clamp(26px, 5vw, 42px);
  padding-bottom: clamp(24px, 5vw, 42px);
}

.about-system-slider .about-system-cta {
  padding-top: 0;
  margin-top: -10px;
  padding-bottom: clamp(18px, 4vw, 26px);
}

.about-system-slider .about-system-cta .btn {
  padding: 10px 18px;
  font-size: 0.95rem;
}

.about-system-title {
  margin: 0 0 20px;
  max-width: 980px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.12;
  font-size: clamp(1.28rem, 3.2vw, 2.26rem);
  color: #121212;
}

.about-system-reviews {
  border: 1px solid #c8c8c8;
  border-radius: 18px;
  overflow: hidden;
  background: #efefef;
}

.about-system-viewport {
  border-bottom: 1px solid #c8c8c8;
}

.about-system-track {
  gap: 0;
}

.about-system-card {
  flex: 0 0 33.333%;
  border-right: 1px solid #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  min-height: 420px;
  justify-content: flex-start;
  padding: 22px 20px 24px;
}

.about-system-card:last-child {
  border-right: 0;
}

.about-system-card h3 {
  margin: 0 0 12px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.28rem, 2.6vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.about-system-card p {
  margin: 0 0 14px;
  font-size: clamp(0.95rem, 1.4vw, 1.06rem);
  line-height: 1.54;
  color: #2d2d2d;
}

.about-system-card h4 {
  margin: 0 0 10px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.about-system-card ul {
  margin: 0;
  padding-left: 19px;
  display: grid;
  gap: 6px;
  font-size: 0.98rem;
  line-height: 1.36;
}

.about-system-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.about-system-mark span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #1a1a1a;
  opacity: 0.86;
  display: inline-block;
}

.about-final-text {
  margin: 16px 0 0;
  max-width: 74ch;
  color: #2d2d2d;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.012em;
  font-size: clamp(0.95rem, 1.55vw, 1.06rem);
  line-height: 1.5;
}

.about-system-slider .home-text-reviews-dots {
  margin-top: 10px;
}

.about-system-slider .home-text-reviews-nav-wrap {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

.about-system-slider .home-text-reviews-nav {
  width: 27px;
  height: 27px;
  font-size: 19px;
}

.about-system-slider .home-text-reviews-nav[data-review-prev],
.about-system-slider .home-text-reviews-nav[data-review-next] {
  position: static;
}

.programs-grid {
  align-items: stretch;
}

.programs-grid .card {
  display: flex;
  flex-direction: column;
}

.programs-grid .card .btn {
  margin-top: auto;
}

.programs-test-note {
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  padding: 24px 22px;
  background: #fff;
}

.programs-test-note h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.programs-test-note p {
  margin: 0 0 18px;
  color: #2f2f2f;
  max-width: 68ch;
}

.programs-test-note .btn {
  display: inline-flex;
  margin: 26px 0 0;
  min-height: 48px;
  font-size: 17px;
  padding: 12px 22px;
}

.program-quiz-section {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 17, 17, 0.48);
}

.program-quiz-section[hidden] {
  display: none;
}

.program-quiz-shell {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.program-quiz-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.program-quiz-card {
  position: relative;
  z-index: 1;
  max-width: 760px;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.program-quiz-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.program-quiz-head span {
  font-size: 13px;
  color: #646464;
  font-weight: 600;
}

.program-quiz-back {
  border: 0;
  background: transparent;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.program-quiz-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  line-height: 1.2;
}

.program-quiz-options {
  display: grid;
  gap: 10px;
}

.program-quiz-option {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.program-quiz-option:hover {
  border-color: #111;
  background: #fafafa;
}

.program-quiz-option input {
  margin-top: 3px;
}

.program-quiz-actions {
  margin-top: 16px;
}

.program-quiz-result-card {
  border: 1px solid #dadada;
  border-radius: 14px;
  padding: 16px;
  background: #f9f9f9;
}

.program-quiz-result-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
}

.program-quiz-result-card p {
  margin: 0 0 14px;
  color: #333;
}

.program-quiz-discount-note {
  margin: -2px 0 16px;
  color: #4a4a4a;
  font-size: 15px;
}

.program-quiz-intro {
  border: 1px solid #dadada;
  border-radius: 14px;
  padding: 14px;
  background: #fafafa;
}

.program-quiz-intro p {
  margin: 0 0 14px;
  color: #2a2a2a;
}

.program-quiz-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.numbers-image-block {
  background: #efefef;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 18px 0;
}

.numbers-image-block img {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 12px;
  background: #efefef;
}

.pricing-intro {
  background: #f0f0f0;
  border-bottom: 1px solid #dbdbdb;
}

.pricing-intro .container {
  padding: 34px 0 22px;
}

.pricing-intro h1 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

.pricing-intro p {
  margin: 0;
  max-width: 76ch;
  color: #353535;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.42;
}

.pricing-intro-meta {
  margin-top: 10px !important;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem) !important;
  color: #4b4b4b !important;
}

.pricing-logic {
  background: #f0f0f0;
  padding: 0 0 20px;
}

.pricing-logic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pricing-logic-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  padding: 14px;
}

.pricing-logic-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-family: "Manrope", "Inter", sans-serif;
}

.pricing-logic-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
}

.promo-pricing {
  background: #f0f0f0;
  padding: 0 0 20px;
}

.promo-pricing-wrap {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.promo-pricing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.promo-applied-text {
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
}

.promo-pricing-top.is-applied .promo-applied-text {
  color: #188d2a;
}

.promo-change-link {
  border: 0;
  background: transparent;
  color: #111;
  text-decoration: underline;
  text-decoration-color: #111;
  text-underline-offset: 2px;
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 700;
  cursor: pointer;
}

.promo-pricing-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f4f6ff;
  border: 1px solid #d9ddff;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.promo-code-label {
  font-size: 17px;
  font-weight: 700;
  color: #232323;
}

.promo-pricing-timer {
  font-size: 15px;
  font-weight: 700;
  color: #6f6f6f;
}

.promo-pricing-timer.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.promo-pricing-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.promo-pricing-form input {
  width: 100%;
  border: 1px solid #b8bdf2;
  border-radius: 10px;
  min-height: 44px;
  padding: 0 14px;
  font-size: 16px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.promo-pricing-form button {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #0f0f0f;
  background: #111;
  color: #fff;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.promo-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.promo-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.promo-modal-body {
  position: relative;
  width: min(460px, calc(100vw - 24px));
  margin: min(20vh, 120px) auto 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.promo-modal-body h3 {
  margin: 0 0 12px;
}

.promo-modal-body input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 16px;
}

.promo-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.tariff-main-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 2px;
}

.tariff-main-price .new-price {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.tariff-main-price .old-price {
  font-size: 36px;
  font-weight: 600;
  color: #9d9d9d;
  text-decoration: line-through;
}

.tariff-main-price .per-month {
  font-size: 17px;
  color: #4f4f4f;
}

.tariff-promo-note {
  margin: 2px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #e12f7a;
}

.tariff-profi-line {
  margin: 2px 0 10px;
  border: 1px dashed #cfa3b7;
  border-radius: 10px;
  background: #fff6fb;
  padding: 7px 10px;
  font-size: 14px;
  color: #8f2e59;
}

.tariff-profi-line strong {
  color: #4a1830;
}

.tariff-profi-activate {
  margin-left: 8px;
  border: 0;
  background: transparent;
  color: #111;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.method-block-pricing {
  border-top: 1px solid #d5d5d5;
}

.pricing-benefits {
  background: #f0f0f0;
  padding: 0 0 18px;
}

.pricing-benefits-card {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  padding: 18px 18px 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.pricing-benefits-card h2 {
  margin: 0 0 14px;
  text-align: center;
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.pricing-benefits-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pricing-benefits-card li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
}

.benefit-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #f7f7f7;
}

.pricing-benefits-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.pricing-benefits-card small {
  display: block;
  color: #8a8a8a;
  font-size: 16px;
  margin-top: 2px;
}

.home-tariff-card .tariff-summary {
  margin: 0 0 10px;
  color: #5a5a5a;
}

.home-tariff-card .tariff-includes {
  margin: 0 0 6px;
  font-weight: 700;
}

.home-tariff-card .tariff-includes-extra {
  margin-top: 4px;
}

.home-tariff-card li.tariff-extra-item::before {
  background: #d31d75;
}

.home-tariffs {
  background: #ededed;
  padding: 42px 0 56px;
}

.home-tariffs h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin-bottom: 18px;
}

.home-tariffs-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-tariff-card {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 26px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.home-tariff-card.is-recommended {
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.14);
}

.home-tariff-card.featured {
  border-color: #111;
  position: relative;
}

.tariff-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tariff-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 8px;
}

.tariff-head h3 {
  margin: 0;
}

.tariff-price {
  font-size: 28px;
  font-weight: 700;
}

.tariff-sub {
  margin: 0;
  color: #555;
}

.tariff-note {
  margin: 8px 0 0;
  color: #2c2c2c;
  font-weight: 500;
}

.home-tariff-card ul {
  margin: 4px 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.home-tariff-card li {
  position: relative;
  padding-left: 24px;
  color: #1f1f1f;
  line-height: 1.4;
}

.home-tariff-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111;
}

.home-tariff-card .btn {
  margin-top: auto;
}

.pricing-after-pay,
.pricing-choose,
.pricing-advantage,
.pricing-compare,
.pricing-faq,
.pricing-safe {
  background: #efefef;
  padding: 0 0 18px;
}

.pricing-block-card {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 18px;
}

.pricing-block-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-family: "Manrope", "Inter", sans-serif;
}

.pricing-block-card p {
  margin: 0;
  color: #3a3a3a;
}

.pricing-copy-block h2,
.pricing-copy-block p,
.pricing-copy-block li,
.pricing-copy-block summary,
.pricing-copy-block .faq-answer p {
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
}

.pricing-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.pricing-list li {
  position: relative;
  padding-left: 18px;
  color: #222;
  line-height: 1.4;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
}

.pricing-faq-grid {
  margin-top: 10px;
  display: grid;
  gap: 0;
  border-top: 1px solid #d4d4d4;
}

.pricing-faq-grid .pricing-faq-item {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.pricing-faq-grid .pricing-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 44px 18px 0;
  font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  color: #171717;
  position: relative;
  line-height: 1.24;
}

.pricing-faq-grid .pricing-faq-item summary::-webkit-details-marker {
  display: none;
}

.pricing-faq-grid .pricing-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #2a2a2a;
}

.pricing-faq-grid .pricing-faq-item[open] summary::after {
  content: "×";
  font-size: 34px;
}

.pricing-faq-grid .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s ease;
}

.pricing-faq-grid .pricing-faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}

.pricing-faq-grid .faq-answer p {
  overflow: hidden;
  margin: 0 0 18px;
  max-width: 920px;
  color: #2f2f2f;
  font-size: clamp(0.97rem, 1.6vw, 1.1rem);
  line-height: 1.44;
}

.pricing-faq-title {
  margin-bottom: 6px;
}

.checkout-page {
  background: #efefef;
  min-height: calc(100svh - 68px);
}

.checkout-section {
  padding: 24px 0 30px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 14px;
  align-items: start;
}

.checkout-card {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 18px;
  padding: 20px;
}

.checkout-main-card {
  border-color: #111;
}

.checkout-label {
  margin: 0;
  color: #575757;
  font-size: 15px;
  font-weight: 600;
}

.checkout-main-card h1 {
  margin: 3px 0 14px;
  font-size: clamp(1.7rem, 2.9vw, 2.35rem);
  font-family: "Manrope", "Inter", sans-serif;
}

.checkout-price-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-price-title {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  font-family: "Manrope", "Inter", sans-serif;
}

.checkout-prices {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.checkout-old-price {
  color: #8f8f8f;
  text-decoration: line-through;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.checkout-final-price {
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  font-family: "Manrope", "Inter", sans-serif;
}

.checkout-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 28px;
  padding: 2px 10px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.checkout-meta {
  margin-top: 10px;
  display: grid;
  gap: 4px;
}

.checkout-meta span {
  color: #2f2f2f;
  font-weight: 600;
}

.checkout-promo-line {
  color: #d31d75 !important;
  font-size: 14px;
}

.checkout-gifts {
  margin-top: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  padding: 12px;
  background: #fafafa;
}

.checkout-gifts-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.checkout-gifts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

#checkout-extras-title {
  margin-top: 12px;
}

#checkout-extras-list {
  margin-top: 4px;
}

.checkout-gifts li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  color: #222;
}

.checkout-gifts li strong {
  white-space: nowrap;
}

.checkout-gifts-total {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.checkout-gifts-total strong {
  color: #178f2c;
}

.checkout-instant {
  margin-top: 14px;
}

.checkout-instant-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.checkout-instant ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.checkout-instant li {
  position: relative;
  padding-left: 18px;
}

.checkout-instant li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
}

.checkout-field {
  margin-top: 14px;
}

.checkout-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.checkout-hint {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #606060;
}

.checkout-field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.checkout-field input.is-invalid {
  border-color: #d14848;
}

.checkout-card h2 {
  margin: 0 0 8px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
}

.checkout-method-note {
  margin: 0 0 12px;
  color: #4f4f4f;
}

.checkout-methods {
  display: grid;
  gap: 9px;
}

.checkout-method-btn {
  min-height: 58px;
  border: 1px solid #1d1d1d;
  border-radius: 14px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
  text-align: left;
  padding: 0 14px;
}

.checkout-method-btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.checkout-method-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.checkout-consent {
  margin-top: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 12px;
  background: #f9f9f9;
}

.checkout-consent-label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  color: #383838;
}

.checkout-consent-label input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.checkout-consent-label input.is-invalid {
  outline: 2px solid #d14848;
  outline-offset: 1px;
}

.checkout-consent-label-marketing {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

.checkout-error {
  margin: 6px 0 0;
  font-size: 14px;
  color: #d14848;
  display: none;
}

.checkout-error.is-visible {
  display: block;
}

.checkout-global-error {
  margin: 12px 0 0;
  color: #c33838;
  font-size: 14px;
  display: none;
}

.checkout-global-error.is-visible {
  display: block;
}

@keyframes reviews-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 66px 0;
}

.section-alt {
  background: var(--bg-alt);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.card p {
  margin: 0;
  color: var(--muted);
}

.kicker {
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  padding: 5px 10px;
  margin-bottom: 12px;
  color: #3a3a3a;
  background: #fafafa;
}

h1,
h2,
h3 {
  margin: 0 0 13px;
  line-height: 1.16;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
}

h3 {
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
}

.cta-banner {
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  padding: 36px 24px;
  box-shadow: var(--shadow);
}

.cta-banner p {
  margin: 0 auto 20px;
  max-width: 62ch;
  color: var(--muted);
}

.site-footer {
  background: #fff;
  border-top: 1px solid #dddddd;
  padding: 22px 0 32px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  background: rgba(17, 17, 17, 0.94);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

.cookie-banner.is-hidden {
  opacity: 0;
  transform: translateY(12px);
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #e6e6e6;
}

.cookie-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner .btn {
  min-height: 36px;
  padding: 6px 12px;
  font-size: 13px;
}

.pay-choice-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
}

.pay-choice-modal[hidden] {
  display: none !important;
}

.pay-choice-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.pay-choice-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  padding: 22px 18px 18px;
}

.pay-choice-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.pay-choice-title {
  margin: 0 40px 14px 0;
}

.pay-choice-options {
  display: grid;
  gap: 12px;
}

.pay-choice-option {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.pay-choice-option-muted {
  background: rgba(0, 0, 0, 0.02);
}

.pay-choice-option-title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.35;
}

.pay-choice-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 199, 0, 0.18);
  color: #5b4200;
  border: 1px solid rgba(255, 199, 0, 0.4);
  white-space: nowrap;
  margin: 0 0 10px;
}

.pay-choice-btn {
  width: 100%;
}

.pay-choice-footnote {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #5a5a5a;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  color: #4f4f4f;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  text-decoration: underline;
}

.page-hero {
  padding: 64px 0 42px;
  border-bottom: 1px solid #dedede;
  background: #f5f5f5;
}

.page-hero p {
  margin: 0;
  max-width: 66ch;
  color: #444;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.feature-list li {
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 9px;
}

.timeline-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  background: #fafafa;
}

.timeline-item strong {
  display: block;
  margin-bottom: 3px;
}

.timeline-item span {
  color: #545454;
  font-size: 14px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

.price-card.featured {
  border-color: #1f1f1f;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.label {
  font-weight: 700;
}

.value {
  margin-top: 7px;
  font-size: 31px;
  font-weight: 700;
}

.per {
  font-size: 14px;
  color: var(--muted);
}

.badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.discount,
.best-badge {
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
}

.best-badge {
  background: #111;
  color: #fff;
  border-color: #111;
}

.price-note {
  margin: 9px 0 0;
  color: var(--muted);
}

.btn-pay {
  margin-top: 14px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 13px;
}

.metric strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
}

.metric span {
  color: #555;
  font-size: 13px;
}

.faq-list {
  display: grid;
  gap: 9px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 10px 0 0;
  color: #575757;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .home-text-review-card {
    flex-basis: 100%;
    min-height: 330px;
  }

  .home-text-review-head strong {
    font-size: 36px;
  }

  .home-text-review-head .review-tariff {
    font-size: 26px;
  }

  .home-text-review-card p {
    font-size: 32px;
  }

  .header-row {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 10px 0;
    gap: 10px;
  }

  .nav {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-actions {
    justify-self: start;
  }

  .grid-2,
  .grid-3,
  .metric-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .home-tariffs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-first-block .container,
  .about-second-block .container,
  .about-final-block .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-kicker {
    font-size: 0.92rem;
    margin-bottom: 8px;
  }

  .about-first-block h1 {
    font-size: clamp(1.2rem, 5.2vw, 1.58rem);
    line-height: 1.14;
  }

  .about-second-block h2,
  .about-final-block h2 {
    font-size: clamp(1.42rem, 8.5vw, 2.02rem);
    line-height: 1.1;
  }

  .about-system-title {
    font-size: clamp(1.2rem, 6.4vw, 1.56rem);
    margin-bottom: 14px;
  }

  .about-system-card {
    min-height: auto;
    padding: 16px 14px 18px;
  }

  .about-system-card p {
    font-size: 0.96rem;
    line-height: 1.46;
  }

  .about-system-card ul {
    font-size: 0.93rem;
  }

  .about-system-slider .home-text-reviews-nav-wrap {
    right: 8px;
    bottom: 6px;
  }

  .about-system-slider .home-text-reviews-dots {
    margin-top: 8px;
    padding-left: 6px;
  }

  .home-proof-actions .btn {
    width: 100%;
  }

  .home-change-start .container {
    padding: 20px 12px 18px;
  }

  .home-change-start h2 {
    font-size: clamp(2.1rem, 12vw, 3.3rem);
  }

  .home-text-review-card {
    padding: 16px 14px 14px;
    min-height: 280px;
  }

  .home-text-review-head strong {
    font-size: 18px;
  }

  .home-text-review-head .review-tariff {
    font-size: 13px;
  }

  .home-text-review-card p {
    margin-top: 16px;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 700;
  }

  .home-text-reviews-dot {
    width: 10px;
    height: 10px;
  }

  .home-text-reviews-dot.is-active {
    width: 30px;
  }

  .home-text-reviews-nav {
    font-size: 36px;
    width: 24px;
    height: 24px;
  }

  .hero-premium {
    min-height: 100svh;
  }

  .hero-premium-inner {
    min-height: inherit;
    padding: 10px 12px 14px;
  }

  .hero-nav {
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
  }

  .hero-nav-left,
  .hero-nav-right {
    display: none;
  }

  .hero-logo {
    justify-self: center;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .hero-logo .brand-mark {
    width: 18px;
    height: 18px;
  }

  .hero-logo .brand-mark::before {
    width: 9px;
    height: 9px;
    left: 4px;
    top: 3px;
  }

  .hero-logo .brand-mark::after {
    width: 6px;
    height: 6px;
    right: 3px;
    bottom: 2px;
  }

  .icon-box {
    display: inline-flex;
  }

  .mobile-drawer {
    position: absolute;
    top: 56px;
    left: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 12px;
    display: grid;
    gap: 8px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }

  .mobile-drawer a {
    color: #fff;
    font-size: 15px;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-drawer a:last-child {
    border-bottom: 0;
  }

  .mobile-drawer.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hero-premium-content {
    align-self: center;
    justify-self: start;
    max-width: 340px;
    padding: 0 4px 0 2px;
  }

  .hero-premium-content h1 {
    font-size: clamp(1.05rem, 7.3vw, 2.05rem);
    line-height: 1.07;
    letter-spacing: -0.01em;
    max-width: 10.8ch;
    font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
  }

  .hero-premium-actions {
    margin-top: 14px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .hero-premium-actions .btn {
    min-height: 40px;
    padding: 10px 11px;
    font-size: 12.5px;
    width: auto;
    white-space: nowrap;
  }

  .reviews-track {
    padding: 13px 10px 15px;
    gap: 10px;
    min-width: 100vw;
  }

  .home-proof-headline .container {
    padding-top: 22px;
    padding-bottom: 17px;
  }

  .home-proof-headline h2 {
    font-size: clamp(1.22rem, 8.3vw, 1.85rem);
    line-height: 1.1;
    max-width: 100%;
  }

  .home-text-reviews-slider {
    padding: 6px 0 10px;
  }

  .home-text-review-card {
    padding: 16px 14px 14px;
    min-height: 254px;
  }

  .home-text-review-card p {
    font-size: 17px;
    line-height: 1.35;
    max-width: none;
    font-weight: 700;
  }

  .home-text-review-head strong {
    font-size: 17px;
  }

  .home-text-review-head .review-tariff {
    font-size: 12px;
  }

  .home-text-review-card span {
    margin-top: 10px;
    font-size: 12px;
  }

  .home-text-reviews-nav {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }

  .home-text-reviews-dots {
    padding: 10px 0 0 0;
    gap: 7px;
  }

  .home-text-reviews-slider {
    padding-bottom: 14px;
  }

  .home-text-reviews-slider .home-text-reviews-nav-wrap {
    right: 0;
    bottom: 0;
    gap: 6px;
  }

  .method-actions {
    transform: none;
    justify-content: center;
    gap: 8px;
  }

  .method-actions .btn {
    min-height: 40px;
    font-size: 15px;
    padding: 8px 12px;
  }

  .level-offer-content h3 {
    font-size: 33px;
  }

  .review-item {
    font-size: 14px;
    gap: 8px;
  }

  .review-dot {
    font-size: 14px;
  }

  .method-inner {
    padding: 22px 0 28px;
  }

  .method-inner h2 {
    font-size: clamp(1rem, 7.1vw, 1.8rem);
    max-width: 100%;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .method-btn {
    margin-top: 16px;
    min-height: 40px;
    font-size: 16px;
    padding: 9px 14px;
  }

  .promo-banner {
    padding: 0 0 16px;
  }

  .promo-banner-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .promo-banner-card h3 {
    font-size: 1.42rem;
  }

  .promo-banner-card p {
    font-size: 0.96rem;
  }

  .feedback-reward-banner .container {
    min-height: auto;
    padding: 10px 0;
    flex-direction: column;
    align-items: stretch;
  }

  .top-flash-banner a {
    font-size: 13px;
    line-height: 1.3;
    flex-direction: column;
    gap: 3px;
  }

  .pricing-benefits-card {
    border-radius: 16px;
    padding: 14px 12px 10px;
  }

  .pricing-benefits-card h2 {
    font-size: clamp(1.2rem, 8vw, 1.8rem);
    margin-bottom: 10px;
  }

  .pricing-benefits-card strong {
    font-size: 17px;
  }

  .pricing-benefits-card small {
    font-size: 14px;
  }

  .workout-home {
    padding: 10px 0 18px;
  }

  .workout-home-card {
    border-radius: 16px;
    padding: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
    background: #ffffff;
  }

  .workout-home-copy h3 {
    font-size: clamp(1.35rem, 8vw, 2rem);
    margin-bottom: 8px;
  }

  .workout-home-copy p {
    font-size: 0.96rem;
    margin-bottom: 12px;
  }

  .workout-home-visual {
    min-height: 240px;
  }

  .workout-data-card {
    width: 132px;
    height: 90px;
    top: 8px;
    right: 8px;
    gap: 7px;
    padding: 10px 8px;
  }

  .workout-data-card span:nth-child(1) { height: 18px; }
  .workout-data-card span:nth-child(2) { height: 30px; }
  .workout-data-card span:nth-child(3) { height: 42px; }
  .workout-data-card span:nth-child(4) { height: 24px; }
  .workout-data-card span:nth-child(5) { height: 36px; }

  .workout-chip {
    font-size: 12px;
    padding: 6px 10px;
  }

  .devices-pills span {
    font-size: 12px;
    padding: 5px 9px;
  }

  .personalized-section {
    padding: 18px 0 22px;
  }

  .personalized-title {
    font-size: clamp(1.2rem, 6.2vw, 1.55rem);
    margin-bottom: 12px;
  }

  .program-trigger {
    font-size: 1rem;
    padding: 13px 0;
  }

  .program-icon {
    width: 28px;
    height: 28px;
  }

  .program-content img {
    max-height: 300px;
  }

  .program-content h3 {
    font-size: 1.9rem;
    margin: 10px 0 6px;
  }

  .program-content p {
    font-size: 0.95rem;
  }

  .programs-more-btn {
    min-height: 44px;
    font-size: 14px;
  }

  .programs-intro-note {
    padding: 0 0 18px;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.54;
    max-width: 100%;
  }

  .programs-intro-note h3 {
    font-size: 1.3rem;
  }

  .programs-intro-note ul {
    padding-left: 20px;
    gap: 8px;
  }

  .programs-test-note {
    padding: 16px;
    border-radius: 14px;
  }

  .programs-test-note h2 {
    font-size: clamp(1.25rem, 8vw, 1.7rem);
  }

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

  .program-quiz-card h3 {
    font-size: clamp(1.1rem, 7vw, 1.4rem);
  }

  .program-quiz-option {
    padding: 10px 11px;
  }

  .home-quiz-modal {
    padding: 10px;
    place-items: center;
  }

  .home-quiz-card {
    border-radius: 14px 14px 0 0;
    width: 100%;
    max-height: min(86svh, 760px);
    overflow-y: auto;
    padding: 18px 14px 14px;
  }

  .numbers-image-block {
    padding: 12px 0;
  }

  .numbers-image-block img {
    border-radius: 10px;
  }

  .pricing-intro .container {
    padding: 20px 0 12px;
  }

  .pricing-intro h1 {
    font-size: clamp(1.7rem, 10vw, 2.6rem);
  }

  .pricing-intro p {
    font-size: 0.98rem;
  }

  .pricing-logic-grid {
    grid-template-columns: 1fr;
  }

  .promo-pricing-wrap {
    border-radius: 14px;
    padding: 12px;
  }

  .promo-applied-text {
    font-size: 17px;
  }

  .promo-pricing-form {
    grid-template-columns: 1fr;
  }

  .tariff-main-price .new-price {
    font-size: 34px;
  }

  .tariff-main-price .old-price {
    font-size: 27px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .cookie-banner .btn {
    width: 100%;
  }

  .materials-inner {
    padding: 26px 0;
  }

  .materials-inner h3 {
    font-size: clamp(1.3rem, 8vw, 2rem);
  }

  .materials-inner p {
    font-size: 0.98rem;
  }

  .home-tariffs {
    padding: 28px 0 36px;
  }

  .home-tariffs-grid {
    grid-template-columns: 1fr;
  }

  .home-tariff-card {
    padding: 16px;
    border-radius: 20px;
  }

  .tariff-price {
    font-size: 24px;
  }

  .checkout-section {
    padding: 14px 0 18px;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

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

  .checkout-main-card h1 {
    font-size: 1.62rem;
  }

  .checkout-price-title {
    font-size: 26px;
  }

  .checkout-final-price {
    font-size: 34px;
  }

  .checkout-old-price {
    font-size: 22px;
  }
}

