.for-gyms-page {
  --for-gyms-ink: #181510;
  --for-gyms-muted: #6f6558;
  --for-gyms-yellow: #f5c400;
  --for-gyms-soft: #fffaf2;
  --for-gyms-line: rgba(24, 21, 16, 0.1);
}

.for-gyms-main {
  padding-bottom: 96px;
}

.for-gyms-hero-shell {
  padding-bottom: 72px;
}

.for-gyms-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 56px;
  align-items: center;
}

.for-gyms-hero-copy {
  min-width: 0;
}

.for-gyms-hero-copy h1 {
  max-width: 760px;
}

.for-gyms-hero-media {
  margin: 0;
  position: relative;
}

.for-gyms-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
}

.for-gyms-hero-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(24, 21, 16, 0.78);
  color: #fff9e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.for-gyms-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.for-gyms-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--for-gyms-yellow);
  border-radius: 999px;
  background: var(--for-gyms-yellow);
  color: var(--for-gyms-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.for-gyms-button:hover {
  background: #e6b800;
  border-color: #e6b800;
  color: var(--for-gyms-ink);
  transform: translateY(-1px);
}

.for-gyms-button--secondary {
  background: transparent;
  border-color: rgba(24, 21, 16, 0.18);
}

.for-gyms-button--secondary:hover {
  background: rgba(245, 196, 0, 0.12);
  border-color: rgba(24, 21, 16, 0.28);
}

.for-gyms-button--full {
  width: 100%;
  margin-top: 22px;
}

.for-gyms-contact-note {
  margin: 14px 0 0;
  color: var(--for-gyms-muted);
  font-size: 12px;
  line-height: 1.7;
}

.for-gyms-section,
.for-gyms-contact {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--for-gyms-line);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.78);
}

.for-gyms-section-heading {
  max-width: 800px;
  margin-bottom: 30px;
}

.for-gyms-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #745900;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.for-gyms-section h2,
.for-gyms-contact h2 {
  margin: 0;
  color: var(--for-gyms-ink);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.for-gyms-section-heading p,
.for-gyms-contact > p {
  margin: 16px 0 0;
  color: var(--for-gyms-muted);
}

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

.for-gyms-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--for-gyms-line);
  border-radius: 20px;
  background: #fff;
}

.for-gyms-card-number {
  color: #b18a00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.for-gyms-card h3,
.for-gyms-included h3,
.for-gyms-measurement-step h3,
.for-gyms-steps h3 {
  margin: 18px 0 8px;
  color: var(--for-gyms-ink);
  font-size: 19px;
  line-height: 1.35;
}

.for-gyms-card p,
.for-gyms-included p,
.for-gyms-measurement-step p,
.for-gyms-steps p {
  margin: 0;
  color: var(--for-gyms-muted);
  font-size: 14px;
  line-height: 1.8;
}

.for-gyms-proof-layout {
  display: grid;
  grid-template-columns: minmax(170px, 0.6fr) minmax(170px, 0.6fr) minmax(0, 1.8fr);
  gap: 14px;
  align-items: stretch;
}

.for-gyms-proof-highlight {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 20px;
  background: var(--for-gyms-ink);
  color: #fff9e8;
}

.for-gyms-proof-highlight strong {
  color: var(--for-gyms-yellow);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.for-gyms-proof-highlight strong span {
  font-size: 0.58em;
}

.for-gyms-proof-highlight > span {
  margin-top: 10px;
  font-weight: 800;
}

.for-gyms-proof-highlight small {
  margin-top: 8px;
  color: #c7bfb2;
  font-size: 11px;
  line-height: 1.5;
}

.for-gyms-proof-table {
  align-self: stretch;
  margin: 0;
}

.for-gyms-proof-table table {
  height: 100%;
  margin: 0;
}

.for-gyms-proof-table th {
  width: 140px;
}

.for-gyms-warning {
  margin-top: 16px;
  padding: 16px 18px;
  border-left: 4px solid var(--for-gyms-yellow);
  background: rgba(245, 196, 0, 0.12);
  color: var(--for-gyms-muted);
  font-size: 13px;
}

.for-gyms-offer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: start;
}

.for-gyms-price-card {
  padding: 30px;
  border-radius: 22px;
  background: var(--for-gyms-ink);
  color: #fff9e8;
}

.for-gyms-price-kicker {
  color: var(--for-gyms-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.for-gyms-price {
  display: block;
  margin-top: 16px;
  color: #fff9e8;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.for-gyms-price small {
  margin-left: 6px;
  font-size: 15px;
  letter-spacing: 0;
}

.for-gyms-tax {
  display: block;
  margin-top: 12px;
  color: #c7bfb2;
  font-size: 13px;
}

.for-gyms-price-card > p {
  margin: 18px 0 0;
  color: #c7bfb2;
  font-size: 13px;
}

.for-gyms-price-card .for-gyms-button {
  color: var(--for-gyms-ink);
}

.for-gyms-included {
  padding: 4px 0 0;
}

.for-gyms-included h3 {
  margin-top: 0;
  font-size: 24px;
}

.for-gyms-check-list {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.for-gyms-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--for-gyms-ink);
  font-size: 15px;
}

.for-gyms-check-list li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--for-gyms-yellow);
  color: var(--for-gyms-ink);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  line-height: 17px;
  text-align: center;
}

.for-gyms-alternative {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid var(--for-gyms-line);
  border-radius: 16px;
  background: #fff;
}

.for-gyms-alternative strong {
  color: var(--for-gyms-ink);
  font-size: 14px;
}

.for-gyms-alternative p {
  margin-top: 7px;
  font-size: 13px;
}

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

.for-gyms-measurement-step {
  padding: 24px;
  border: 1px solid var(--for-gyms-line);
  border-radius: 20px;
  background: #fff;
}

.for-gyms-measurement-step > span {
  color: #b18a00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.for-gyms-measurement-step code {
  display: block;
  margin-top: 18px;
  padding: 12px;
  overflow-wrap: anywhere;
  border-radius: 10px;
  background: #f7f4ec;
  color: #5a4a1b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  line-height: 1.7;
}

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

.for-gyms-steps li {
  padding: 22px;
  border-top: 3px solid var(--for-gyms-yellow);
  background: #fff;
}

.for-gyms-steps li > span {
  color: #b18a00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.for-gyms-steps h3 {
  margin-top: 14px;
}

.for-gyms-contact {
  position: relative;
  overflow: hidden;
  background: var(--for-gyms-ink);
  color: #fff9e8;
  text-align: center;
}

.for-gyms-contact::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(245, 196, 0, 0.34);
  border-radius: 50%;
  content: "";
}

.for-gyms-contact h2 {
  position: relative;
  z-index: 1;
  color: #fff9e8;
}

.for-gyms-contact > p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: #c7bfb2;
}

.for-gyms-contact .for-gyms-button {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.for-gyms-contact .for-gyms-contact-note {
  color: #c7bfb2;
}

@media (max-width: 980px) {
  .for-gyms-hero-grid,
  .for-gyms-offer-layout {
    grid-template-columns: 1fr;
  }

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

  .for-gyms-proof-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .for-gyms-proof-table {
    grid-column: 1 / -1;
  }

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

@media (max-width: 640px) {
  .for-gyms-main {
    padding-bottom: 56px;
  }

  .for-gyms-hero-shell {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .for-gyms-hero-grid {
    gap: 28px;
  }

  .for-gyms-hero-copy h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .for-gyms-hero-media img {
    border-radius: 20px;
  }

  .for-gyms-section,
  .for-gyms-contact {
    border-radius: 20px;
    padding: 28px 20px;
  }

  .for-gyms-card-grid,
  .for-gyms-proof-layout,
  .for-gyms-measurement-grid,
  .for-gyms-steps {
    grid-template-columns: 1fr;
  }

  .for-gyms-proof-table {
    grid-column: auto;
  }

  .for-gyms-proof-table th {
    width: 38%;
  }

  .for-gyms-cta-row,
  .for-gyms-cta-row .for-gyms-button {
    width: 100%;
  }
}
