:root {
  --background: #0a0c0e;
  --foreground: #f1f5f9;
  --primary: #22c55e;
  --primary-soft: rgba(34, 197, 94, 0.12);
  --accent: #f97316;
  --accent-soft: rgba(249, 115, 22, 0.12);
  --muted: #8b949e;
  --card: #12161a;
  --card-strong: #161b20;
  --border: #1e2328;
  --line: rgba(255, 255, 255, 0.07);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 24px;
  --font-sans: "Plus Jakarta Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  cursor: pointer;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: rgba(10, 12, 14, 0.72);
  backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--border);
  background: rgba(10, 12, 14, 0.92);
}

.nav-shell,
.footer-inner,
.container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  border-radius: 10px;
}

.brand span span {
  color: var(--primary);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.desktop-nav a,
.mobile-menu a,
.footer nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-menu a:hover,
.footer nav a:hover {
  color: var(--foreground);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 99px;
  background: var(--foreground);
  transition: transform 0.25s ease, width 0.25s ease, opacity 0.25s ease;
}

.menu-toggle span:nth-child(2) {
  width: 65%;
}

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

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

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

.mobile-menu {
  display: none;
  width: min(100% - 32px, 1280px);
  margin: 0 auto 16px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(18, 22, 26, 0.96);
  box-shadow: var(--shadow);
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.btn-primary {
  color: #061108;
  background: var(--primary);
  box-shadow: 0 0 34px rgba(34, 197, 94, 0.32);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 54px rgba(34, 197, 94, 0.48);
}

.btn-outline {
  border: 1px solid var(--border);
  color: var(--foreground);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  text-align: center;
}

.bg-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 197, 94, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 12, 14, 0.7), rgba(10, 12, 14, 0.25), var(--background)),
    url("/hero-gym.png") center / cover;
  opacity: 0.16;
  filter: saturate(0);
}

.hero-blobs,
.hero-content,
.floating-card,
.scroll-cue,
.section-glow,
.top-line,
.bottom-line {
  position: absolute;
}

.hero-blobs {
  inset: 0;
  pointer-events: none;
  transition: transform 0.7s ease-out;
}

.blob-green,
.blob-orange {
  border-radius: 999px;
  pointer-events: none;
}

.blob-green {
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.13), transparent 70%);
  filter: blur(60px);
}

.blob-orange {
  background: radial-gradient(ellipse at center, rgba(249, 115, 22, 0.1), transparent 70%);
  filter: blur(80px);
}

.hero-blob-one {
  position: absolute;
  top: -10%;
  left: 20%;
  width: 600px;
  height: 600px;
}

.hero-blob-two {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 400px;
  height: 400px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 900px);
  margin: 0 auto;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(34, 197, 94, 0.32);
  border-radius: 999px;
  padding: 7px 16px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.eyebrow span {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--primary);
  box-shadow: 0 0 18px var(--primary);
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(3.5rem, 12vw, 9rem);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero h1 .hero-version,
.section-head h2 span,
.final-content h2 span {
  color: var(--primary);
}

.hero-title-line {
  white-space: nowrap;
}

.hero h1 .hero-version {
  background: linear-gradient(135deg, #22c55e, #4ade80 50%, #86efac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h1 .hero-subtitle {
  color: var(--muted);
  font-size: 0.55em;
  font-weight: 300;
}

.hero-lead {
  margin: 28px auto 0;
  max-width: 720px;
  color: #d7dee6;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 300;
  line-height: 1.35;
}

.hero-lead strong {
  color: var(--foreground);
}

.hero-copy {
  margin: 20px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.hero-copy strong {
  color: #cbd5e1;
}

.hero-actions,
.stats,
.final-points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 34px;
}

.stats {
  margin-top: 54px;
  gap: 40px;
}

.stats div {
  min-width: 110px;
}

.stats strong {
  display: block;
  color: var(--foreground);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.floating-card {
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 16px;
  background: rgba(18, 22, 26, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  animation: floatCard 5.5s ease-in-out infinite;
}

.floating-card p,
.micro-title {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.floating-card strong {
  display: block;
  margin-top: 3px;
  font-size: 22px;
}

.icon-box {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-weight: 800;
}

.icon-box.green {
  color: var(--primary);
  background: var(--primary-soft);
}

.icon-box.orange {
  color: var(--accent);
  background: var(--accent-soft);
}

.streak-card {
  top: 20%;
  left: 4%;
}

.progress-card {
  right: 3%;
  top: 38%;
  width: 220px;
  display: block;
}

.task-card {
  left: 6%;
  bottom: 25%;
  animation-delay: 1.2s;
}

.metric-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
}

.metric-row i,
.phone-progress i {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: #2a2f35;
}

.metric-row i::before,
.phone-progress i::before {
  content: "";
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: var(--primary);
}

.scroll-cue {
  bottom: 32px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, transparent, var(--primary), transparent);
}

.section-head {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 54px;
}

.section-head.center,
.pricing-section .section-head,
.results-section .section-head,
.final-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-head h2,
.final-content h2 {
  margin-top: 18px;
  font-size: clamp(38px, 6vw, 80px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

.section-head h2 em {
  color: var(--muted);
  font-style: normal;
}

.section-head p {
  max-width: 760px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.section-glow {
  top: 6%;
  right: -12%;
  width: 520px;
  height: 520px;
}

.pain-grid,
.module-grid,
.steps-grid,
.results-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-card,
.module-card,
.step-card,
.result-card,
.price-card,
.telegram-card,
.guarantee {
  border: 1px solid var(--border);
  background: var(--card);
}

.pain-card {
  min-height: 160px;
  border-radius: 28px;
  padding: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pain-card:hover,
.module-card:hover,
.step-card:hover,
.result-card:hover {
  border-color: rgba(34, 197, 94, 0.35);
  transform: translateY(-4px);
}

.pain-card span,
.module-card > span,
.module-card div > span,
.result-card > span,
.streak-box span {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 99px;
  background: var(--primary);
  box-shadow: 0 0 22px rgba(34, 197, 94, 0.8);
}

.pain-card p {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.pain-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pain-wide {
  grid-column: span 2;
}

.pain-long {
  grid-column: span 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.pain-long b {
  color: var(--primary);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.card-glass,
.card-glass-green {
  backdrop-filter: blur(16px);
}

.card-glass {
  background: rgba(18, 22, 26, 0.82);
  border-color: rgba(255, 255, 255, 0.06);
}

.card-glass-green {
  background: rgba(34, 197, 94, 0.055);
  border-color: rgba(34, 197, 94, 0.18);
}

.green-glow {
  box-shadow: 0 0 40px rgba(34, 197, 94, 0.14), 0 0 90px rgba(34, 197, 94, 0.05);
}

.solution-section,
.results-section,
.final-section {
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.015), transparent);
}

.top-line,
.bottom-line {
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
}

.top-line {
  top: 0;
}

.bottom-line {
  bottom: 0;
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border-radius: 28px;
  padding: 28px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.module-wide {
  grid-column: span 2;
}

.module-card h3 {
  font-size: 28px;
  font-weight: 800;
}

.module-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.module-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.module-card footer b {
  border-radius: 99px;
  padding: 7px 10px;
  color: var(--primary);
  background: var(--primary-soft);
  font-size: 11px;
}

.module-card footer.accent-tags b {
  color: var(--accent);
  background: var(--accent-soft);
}

.how-blob,
.price-blob,
.final-blob {
  position: absolute;
  width: 560px;
  height: 560px;
}

.how-blob {
  left: -16%;
  top: 12%;
}

.steps-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.step-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  min-height: 150px;
  border-radius: 28px;
  padding: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.step-card b {
  color: var(--primary);
  font-size: 32px;
  line-height: 1;
}

.step-card h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.step-card p,
.result-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

.telegram-card {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  align-items: center;
  gap: 42px;
  margin-top: 48px;
  border-radius: 32px;
  padding: 34px;
}

.phone-mock {
  overflow: hidden;
  border: 4px solid #222832;
  border-radius: 34px;
  background: #0e1115;
  box-shadow: var(--shadow);
}

.phone-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px;
  border-bottom: 1px solid var(--border);
  font-weight: 800;
}

.phone-head i {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--primary);
}

.phone-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.done-box,
.streak-box {
  border-radius: 18px;
  padding: 16px;
  background: rgba(34, 197, 94, 0.08);
}

.done-box small,
.streak-box small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.done-box strong,
.streak-box strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
}

.phone-progress {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.phone-progress div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  color: #dbe3ed;
  font-size: 13px;
  font-weight: 700;
}

.phone-progress i {
  grid-column: 1 / -1;
}

.telegram-card h3 {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  font-weight: 800;
}

.telegram-card p {
  margin-top: 18px;
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.small-btn {
  margin-top: 26px;
}

.results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-card {
  display: flex;
  gap: 18px;
  min-height: 145px;
  border-radius: 28px;
  padding: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.result-card > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  color: var(--primary);
  background: var(--primary-soft);
}

.result-card h3 {
  font-size: 20px;
  font-weight: 800;
}

.pricing-container {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 720px);
  margin: 0 auto;
}

.price-blob {
  top: 10%;
  right: -15%;
}

.price-card {
  border-radius: 34px;
  padding: 32px;
}

.price-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.price-top p {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-top strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(44px, 8vw, 72px);
  line-height: 1;
}

.price-top strong span {
  font-size: 0.45em;
  color: var(--primary);
}

.price-top small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.price-top > b {
  align-self: flex-start;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--primary);
  background: var(--primary-soft);
  white-space: nowrap;
}

.divider {
  height: 1px;
  margin: 28px 0;
  background: linear-gradient(to right, transparent, var(--border), transparent);
}

.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.features li {
  position: relative;
  padding-left: 26px;
  color: #d8e1ea;
  line-height: 1.4;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 800;
}

.full-btn {
  width: 100%;
  margin-top: 30px;
}

.price-note {
  margin-top: 16px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.guarantee {
  margin-top: 20px;
  border-radius: 24px;
  padding: 20px;
  text-align: center;
}

.guarantee p {
  color: var(--primary);
  font-weight: 800;
}

.guarantee span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.final-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.final-blob {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.final-content {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 960px);
}

.final-content p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 22px;
}

.final-points {
  margin-top: 28px;
}

.final-points span {
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 10px 14px;
  color: #dbe3ed;
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 800;
}

.hero-cta {
  margin-top: 34px;
}

.final-stats {
  margin-top: 52px;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 34px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer nav,
.footer-side {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer nav {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.footer-side {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.telegram-link {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 99px;
  color: var(--muted);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.telegram-link:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.reveal,
.animate-fade-in-up {
  opacity: 0;
  transform: translateY(28px);
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s cubic-bezier(0.2, 1, 0.3, 1), transform 0.75s cubic-bezier(0.2, 1, 0.3, 1);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1040px) {
  .floating-card {
    display: none;
  }

  .module-grid,
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-wide {
    grid-column: span 1;
  }

  .telegram-card {
    grid-template-columns: 1fr;
  }

  .phone-mock {
    max-width: 360px;
  }
}

@media (max-width: 820px) {
  .desktop-nav,
  .nav-btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .site-header.is-open .mobile-menu {
    display: grid;
    gap: 16px;
  }

  .section {
    padding: 82px 0;
  }

  .hero {
    min-height: 940px;
    padding-top: 110px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: min(100%, 360px);
  }

  .stats {
    gap: 18px;
  }

  .pain-grid,
  .steps-grid,
  .module-grid,
  .results-grid,
  .features {
    grid-template-columns: 1fr;
  }

  .pain-wide,
  .pain-long {
    grid-column: span 1;
  }

  .pain-long,
  .price-top,
  .footer-inner,
  .footer nav,
  .footer-side {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner,
  .footer nav,
  .footer-side {
    align-items: center;
    text-align: center;
  }

  .step-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .nav-shell,
  .footer-inner,
  .container,
  .hero-content,
  .pricing-container,
  .final-content {
    width: min(100% - 24px, 1280px);
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero {
    min-height: 880px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .section-head h2,
  .final-content h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .pain-card,
  .module-card,
  .step-card,
  .result-card,
  .price-card,
  .telegram-card {
    border-radius: 22px;
    padding: 22px;
  }

  .price-top strong {
    font-size: 44px;
  }
}
