/**
 * lists_single_gym_solutions.htm
 */

/* ── Base & Bootstrap isolation ── */
.gym-solutions-page {
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-x: hidden;
  box-sizing: border-box;
}

.gym-solutions-page *,
.gym-solutions-page *::before,
.gym-solutions-page *::after {
  box-sizing: border-box;
}

.gym-solutions-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gym-solutions-page a {
  color: #c8102e;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.gym-solutions-page a:hover {
  color: #a50d25;
  text-decoration: none;
}

.gym-solutions-page h1,
.gym-solutions-page h2,
.gym-solutions-page h3,
.gym-solutions-page h4,
.gym-solutions-page p,
.gym-solutions-page ul {
  margin-top: 0;
}

.gym-solutions-page .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 32px);
  padding-right: clamp(16px, 4vw, 32px);
}

.gym-solutions-page section:not(.hero) {
  padding: clamp(48px, 8vw, 72px) 0;
  margin: 0;
}

.gym-solutions-page section.alt {
  background: #f7f7f7;
}

/* ── Header over hero (fixed header + full-bleed banner) ── */
@media (max-width: 991px) {
  body.page-gym-solutions #premiumHeader.premium-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: auto;
  }

  body.page-gym-solutions #premiumHeader.premium-header.header-hidden,
  body.page-gym-solutions #premiumHeader.premium-header.scrolled {
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-gym-solutions #premiumHeader.premium-header.scrolled[style*="background"] {
    background: transparent !important;
    background-color: transparent !important;
  }

  body.page-gym-solutions #premiumHeader.premium-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 55%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }

  body.page-gym-solutions #premiumHeader.premium-header > * {
    position: relative;
    z-index: 1;
  }
}

.gym-solutions-page .eyebrow {
  display: inline-block;
  background: #c8102e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
  margin-bottom: 16px;
}

/* ── Hero ── */
.gym-solutions-page .hero {
  position: relative;
  color: #fff;
  padding: clamp(108px, 14vw, 148px) 0 clamp(48px, 8vw, 64px);
  text-align: center;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0;
}

.gym-solutions-page .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gym-solutions-page .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gym-solutions-page .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.gym-solutions-page .hero > .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.gym-solutions-page .hero h1 {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #fff;
}

.gym-solutions-page .hero h1 .hero-h1-accent {
  display: block;
  font-size: 0.58em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.3em;
  color: #e0e0e0;
}

/* ── In-page section nav ── */
.gym-solutions-page .page-jump-nav {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.gym-solutions-page .page-jump-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gym-solutions-page .page-jump-nav__list a {
  color: #555;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gym-solutions-page .page-jump-nav__list a:hover {
  color: #c8102e;
}

@media (max-width: 575px) {
  .gym-solutions-page .page-jump-nav__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .gym-solutions-page .page-jump-nav__list::-webkit-scrollbar {
    display: none;
  }

  .gym-solutions-page .page-jump-nav__list li {
    flex-shrink: 0;
  }
}

.gym-solutions-page .hero .lead {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #e8e8e8;
  margin-bottom: 20px;
  font-weight: 500;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.gym-solutions-page .hero p {
  max-width: 760px;
  margin: 0 auto 32px;
  color: #bbb;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.gym-solutions-page .hero .hero-highlight {
  color: #fff;
  font-weight: 700;
}

.gym-solutions-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
}

.gym-solutions-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  min-width: 200px;
  max-width: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none;
}

.gym-solutions-page .btn-primary {
  background: #c8102e;
  border-color: #c8102e;
  color: #fff;
}

.gym-solutions-page .btn-primary:hover {
  background: #a50d25;
  border-color: #a50d25;
  color: #fff;
}

.gym-solutions-page .btn-outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.gym-solutions-page .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

/* ── Intro ── */
.gym-solutions-page .intro-section {
  background: #fff;
  padding: clamp(32px, 5vw, 48px) 0 clamp(36px, 6vw, 56px);
}

.gym-solutions-page .service-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
  margin-bottom: clamp(32px, 5vw, 48px);
}

.gym-solutions-page .service-item {
  text-align: center;
  padding: 0 0 16px;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gym-solutions-page .service-item .service-thumb {
  height: 140px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px 8px 0 0;
  background: #eee;
  flex-shrink: 0;
}

.gym-solutions-page .service-item .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gym-solutions-page .service-item h3 {
  font-size: clamp(1rem, 2vw, 1.1rem);
  margin-bottom: 8px;
  padding: 0 16px;
  color: #1a1a1a;
}

.gym-solutions-page .service-item p {
  color: #666;
  font-size: 0.95rem;
  padding: 0 16px;
  margin-bottom: 0;
}

.gym-solutions-page .solution-statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-left: 5px solid #c8102e;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.gym-solutions-page .solution-statement .statement-text {
  padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gym-solutions-page .solution-statement .statement-img {
  min-height: 180px;
  max-height: 220px;
  background: #eee;
}

.gym-solutions-page .solution-statement .statement-img img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 220px;
  object-fit: cover;
  object-position: center;
}

.gym-solutions-page .solution-statement .label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #c8102e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.gym-solutions-page .solution-statement h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  margin-bottom: 12px;
  line-height: 1.3;
  color: #1a1a1a;
}

.gym-solutions-page .solution-statement p {
  color: #555;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  margin-bottom: 0;
}

/* ── Section titles ── */
.gym-solutions-page .section-eyebrow {
  text-align: center;
  color: #c8102e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.gym-solutions-page .section-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.25;
  padding: 0 8px;
  color: #1a1a1a;
}

.gym-solutions-page .section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: clamp(32px, 5vw, 48px);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.95rem, 2vw, 1rem);
  padding: 0 8px;
}

/* ── Challenges ── */
.gym-solutions-page .challenge-list {
  max-width: 800px;
  margin: 0 auto;
}

.gym-solutions-page .challenge-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.gym-solutions-page .challenge-item:last-child {
  border-bottom: none;
}

.gym-solutions-page .challenge-item .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #c8102e;
  font-size: 1rem;
}

.gym-solutions-page .challenge-item h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.gym-solutions-page .challenge-item p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ── Pillars ── */
.gym-solutions-page .showcase-banner {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: clamp(20px, 3vw, 28px);
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
  .gym-solutions-page .showcase-banner {
    aspect-ratio: 5 / 2;
  }
}

.gym-solutions-page .showcase-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gym-solutions-page .solution-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 28px);
}

.gym-solutions-page .pillar {
  background: #fff;
  border-top: 4px solid #c8102e;
  padding: clamp(24px, 4vw, 36px) clamp(20px, 3vw, 28px);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.gym-solutions-page section.alt .pillar {
  background: #fff;
}

.gym-solutions-page .pillar .num {
  font-size: 2rem;
  font-weight: 800;
  color: #eee;
  line-height: 1;
  margin-bottom: 8px;
}

.gym-solutions-page .pillar h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #c8102e;
}

.gym-solutions-page .pillar p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ── Compare ── */
.gym-solutions-page .compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 3vw, 32px);
}

.gym-solutions-page .compare-card {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 8px;
  height: 100%;
}

.gym-solutions-page .compare-card.problem {
  background: #eee;
}

.gym-solutions-page .compare-card.solution {
  background: #fff;
  border: 2px solid #c8102e;
  box-shadow: 0 4px 20px rgba(200, 16, 46, 0.1);
}

.gym-solutions-page .compare-card .card-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.gym-solutions-page .compare-card.problem .card-eyebrow {
  color: #999;
}

.gym-solutions-page .compare-card.solution .card-eyebrow {
  color: #c8102e;
}

.gym-solutions-page .compare-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  color: #1a1a1a;
}

.gym-solutions-page .compare-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gym-solutions-page .compare-card li {
  padding: 8px 0 8px 24px;
  position: relative;
  font-size: 0.95rem;
  color: #444;
}

.gym-solutions-page .compare-card.problem li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #999;
}

.gym-solutions-page .compare-card.solution li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c8102e;
  font-weight: bold;
}

/* ── Premium Brand Alternative ── */
.gym-solutions-page .brand-alt-section {
  background: #fff;
}

.gym-solutions-page .brand-alt-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  margin-bottom: clamp(24px, 4vw, 36px);
  text-align: left;
}

.gym-solutions-page .brand-alt-lead {
  color: #444;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  margin-bottom: 20px;
  line-height: 1.7;
}

.gym-solutions-page .brand-alt-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gym-solutions-page .brand-alt-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.gym-solutions-page .brand-alt-list li:last-child {
  border-bottom: none;
}

.gym-solutions-page .brand-alt-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: #c8102e;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 2px;
}

.gym-solutions-page .brand-alt-feature-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  height: 220px;
}

.gym-solutions-page .brand-alt-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gym-solutions-page .equipment-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 20px);
}

.gym-solutions-page .equipment-strip-item {
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  text-align: center;
}

.gym-solutions-page .equipment-strip-item .strip-img {
  height: 140px;
  overflow: hidden;
  background: #111;
}

.gym-solutions-page .equipment-strip-item .strip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gym-solutions-page .equipment-strip-item span {
  display: block;
  padding: 12px 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

/* ── Gym zones ── */
.gym-solutions-page .gym-zones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 24px);
  margin-bottom: clamp(32px, 5vw, 48px);
}

.gym-solutions-page .gym-zone {
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.gym-solutions-page .gym-zone .zone-img {
  height: 150px;
  overflow: hidden;
  background: #111;
}

.gym-solutions-page .gym-zone .zone-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.95;
}

.gym-solutions-page .gym-zone .zone-body {
  padding: clamp(16px, 3vw, 24px);
}

.gym-solutions-page .gym-zone h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #fff;
}

.gym-solutions-page .gym-zone p {
  color: #aaa;
  font-size: 0.88rem;
  margin-bottom: 0;
  line-height: 1.45;
}

.gym-solutions-page .solution-includes {
  background: #c8102e;
  color: #fff;
  text-align: center;
  padding: clamp(20px, 4vw, 28px);
  border-radius: 8px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.gym-solutions-page .solution-includes h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  margin-bottom: 8px;
  color: #fff;
}

.gym-solutions-page .solution-includes p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  margin-bottom: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Product grid ── */
.gym-solutions-page .section-products {
  background: #fff;
}

.gym-solutions-page .product-showcase {
  background: #fff;
}

.gym-solutions-page .product-grid {
  gap: clamp(16px, 3vw, 24px);
}

/* Desktop: flex + center incomplete last row; hidden categories excluded by CMS {eyou:models} */
@media (min-width: 1200px) {
  .gym-solutions-page .product-grid--4col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(16px, 3vw, 24px);
  }

  .gym-solutions-page .product-grid--4col .product-card {
    flex: 0 1 calc(25% - 18px);
    max-width: calc(25% - 18px);
  }

  /* Exactly 3 items — one centered row, slightly wider */
  .gym-solutions-page .product-grid--4col .product-card:first-child:nth-last-child(3),
  .gym-solutions-page .product-grid--4col .product-card:first-child:nth-last-child(3) ~ .product-card {
    flex: 0 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }

  /* Last row: 3 items (e.g. 7 total) */
  .gym-solutions-page .product-grid--4col .product-card:nth-child(5):nth-last-child(3),
  .gym-solutions-page .product-grid--4col .product-card:nth-child(5):nth-last-child(3) ~ .product-card {
    flex: 0 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }

  /* Last row: 2 items */
  .gym-solutions-page .product-grid--4col .product-card:nth-child(5):nth-last-child(2),
  .gym-solutions-page .product-grid--4col .product-card:nth-child(5):nth-last-child(2) ~ .product-card,
  .gym-solutions-page .product-grid--4col .product-card:first-child:nth-last-child(2),
  .gym-solutions-page .product-grid--4col .product-card:first-child:nth-last-child(2) ~ .product-card {
    flex: 0 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  /* Last row: 1 item */
  .gym-solutions-page .product-grid--4col .product-card:nth-child(5):nth-last-child(1),
  .gym-solutions-page .product-grid--4col .product-card:only-child {
    flex: 0 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .gym-solutions-page .product-grid--4col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 3vw, 24px);
  }

  /* Odd count on tablet: last single card centered */
  .gym-solutions-page .product-grid--4col .product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
    justify-self: center;
  }
}

.gym-solutions-page a.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eee;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gym-solutions-page a.product-card:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  border-color: #ddd;
}

.gym-solutions-page .product-card .img {
  height: 160px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.gym-solutions-page .product-card .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}

.gym-solutions-page a.product-card:hover .img img {
  transform: scale(1.04);
}

.gym-solutions-page .product-card .img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: #999;
  line-height: 1.3;
}

.gym-solutions-page .product-card .body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gym-solutions-page .product-card .gym-use {
  font-size: 0.7rem;
  color: #c8102e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.gym-solutions-page .product-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #1a1a1a;
  line-height: 1.3;
}

.gym-solutions-page .product-card .product-card-desc {
  color: #666;
  font-size: 0.88rem;
  margin-bottom: 16px;
  flex: 1;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gym-solutions-page .product-card .product-card-cta {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: auto;
  color: #c8102e;
}

.gym-solutions-page a.product-card:hover .product-card-cta {
  color: #a50d25;
}

/* ── Use cases ── */
.gym-solutions-page .use-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 3vw, 24px);
}

.gym-solutions-page .use-case {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}

.gym-solutions-page .use-case .case-img {
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

.gym-solutions-page .use-case .case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gym-solutions-page .use-case .case-body {
  padding: clamp(20px, 4vw, 28px);
  border-left: 4px solid #c8102e;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gym-solutions-page .use-case .gym-type {
  font-size: 0.7rem;
  color: #c8102e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.gym-solutions-page .use-case h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #1a1a1a;
}

.gym-solutions-page .use-case .case-body p {
  color: #555;
  margin-bottom: 16px;
  font-size: 0.95rem;
  flex: 1;
}

.gym-solutions-page .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.gym-solutions-page .tag {
  background: #f0f0f0;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  color: #555;
}

/* ── Steps ── */
.gym-solutions-page .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 24px);
}

.gym-solutions-page .step {
  text-align: center;
  background: #fff;
  padding: clamp(20px, 3vw, 28px) 16px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: 1px solid #eee;
}

.gym-solutions-page .step .num {
  width: 48px;
  height: 48px;
  background: #c8102e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 auto 16px;
  flex-shrink: 0;
}

.gym-solutions-page .step h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.gym-solutions-page .step p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ── Stats ── */
.gym-solutions-page .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 24px);
  text-align: center;
}

.gym-solutions-page .stat {
  padding: 12px 8px;
}

.gym-solutions-page .stat .num {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #c8102e;
  line-height: 1.2;
}

.gym-solutions-page .stat .label {
  color: #666;
  font-size: 0.85rem;
  margin-top: 6px;
  line-height: 1.35;
}

/* ── Blog resources ── */
.gym-solutions-page .section-blogs {
  background: #fff;
}

.gym-solutions-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 28px);
}

.gym-solutions-page .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gym-solutions-page .blog-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.gym-solutions-page .blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f0f0;
}

.gym-solutions-page .blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gym-solutions-page .blog-card:hover .blog-card__media img {
  transform: scale(1.04);
}

.gym-solutions-page .blog-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  background: #f5f5f5;
}

.gym-solutions-page .blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(16px, 2.5vw, 20px);
}

.gym-solutions-page .blog-card__date {
  font-size: 0.78rem;
  color: #999;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gym-solutions-page .blog-card__title {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.35;
  margin-bottom: 8px;
}

.gym-solutions-page .blog-card__title a {
  color: #1a1a1a;
}

.gym-solutions-page .blog-card__title a:hover {
  color: #c8102e;
}

.gym-solutions-page .blog-card__excerpt {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gym-solutions-page .blog-card__link {
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 600;
  color: #c8102e;
}

.gym-solutions-page .blog-card__link:hover {
  color: #a50d25;
}

@media (max-width: 992px) {
  .gym-solutions-page .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gym-solutions-page .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ── FAQ ── */
.gym-solutions-page .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.gym-solutions-page .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.gym-solutions-page .faq-item:last-child {
  border-bottom: none;
}

.gym-solutions-page .faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  padding: 20px 28px 20px 0;
  position: relative;
}

.gym-solutions-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.gym-solutions-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
  color: #c8102e;
  line-height: 1;
}

.gym-solutions-page .faq-item[open] summary::after {
  content: "−";
}

.gym-solutions-page .faq-item .faq-answer {
  padding: 0 0 20px;
}

.gym-solutions-page .faq-item .faq-answer p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.gym-solutions-page .faq-item .faq-answer a {
  color: #c8102e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gym-solutions-page .faq-item .faq-answer a:hover {
  color: #a50d25;
}

/* ── CTA ── */
.gym-solutions-page .cta {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: clamp(56px, 10vw, 80px) 0;
}

.gym-solutions-page .cta h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 16px;
  padding: 0 8px;
  color: #fff;
}

.gym-solutions-page .cta p {
  color: #ccc;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.95rem, 2vw, 1rem);
  padding: 0 8px;
}

.gym-solutions-page .cta p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gym-solutions-page .cta p a:hover {
  color: #f5f5f5;
}

.gym-solutions-page .cta .btn {
  min-width: 220px;
}

.gym-solutions-page .cta .eyebrow {
  margin-bottom: 16px;
}

/* ── Responsive ── */

/* Tablet */
@media (max-width: 992px) {
  .gym-solutions-page section:not(.hero) {
    padding: clamp(40px, 7vw, 56px) 0;
  }

  .gym-solutions-page .hero {
    min-height: 400px;
    padding: calc(env(safe-area-inset-top, 0px) + clamp(132px, 32vw, 188px)) 0 clamp(40px, 7vw, 56px);
  }

  .gym-solutions-page .service-trio,
  .gym-solutions-page .solution-pillars,
  .gym-solutions-page .gym-zones,
  .gym-solutions-page .brand-alt-layout {
    grid-template-columns: 1fr;
  }

  .gym-solutions-page .solution-statement {
    grid-template-columns: 1fr;
  }

  .gym-solutions-page .solution-statement .statement-img,
  .gym-solutions-page .solution-statement .statement-img img {
    min-height: 180px;
    max-height: 200px;
  }

  .gym-solutions-page .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .gym-solutions-page .use-cases {
    grid-template-columns: 1fr;
  }

  .gym-solutions-page .equipment-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .gym-solutions-page .compare {
    grid-template-columns: 1fr;
  }

  .gym-solutions-page .brand-alt-feature-img {
    height: 200px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .gym-solutions-page .product-grid--4col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 3vw, 24px);
  }

  .gym-solutions-page .hero {
    min-height: 380px;
    padding: calc(env(safe-area-inset-top, 0px) + clamp(124px, 30vw, 168px)) 0 clamp(36px, 7vw, 48px);
  }

  .gym-solutions-page .hero h1 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .gym-solutions-page .hero p {
    margin-bottom: 24px;
  }

  .gym-solutions-page .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .gym-solutions-page .btn {
    width: 100%;
    min-width: 0;
  }

  .gym-solutions-page .challenge-item {
    gap: 12px;
  }

  .gym-solutions-page .section-title {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }

  .gym-solutions-page .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .gym-solutions-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gym-solutions-page section:not(.hero) {
    padding: 36px 0;
  }

  .gym-solutions-page .hero {
    min-height: 360px;
    padding: calc(env(safe-area-inset-top, 0px) + clamp(118px, 28vw, 156px)) 0 clamp(32px, 6vw, 44px);
  }

  .gym-solutions-page .steps,
  .gym-solutions-page .equipment-strip,
  .gym-solutions-page .product-grid--4col {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gym-solutions-page .challenge-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .gym-solutions-page .product-card .img {
    height: 180px;
  }

  .gym-solutions-page .equipment-strip-item .strip-img {
    height: 160px;
  }

  .gym-solutions-page .gym-zone .zone-img {
    height: 160px;
  }

  .gym-solutions-page .stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gym-solutions-page .product-card .img img {
    transition: none;
  }
}

/* ── Contact form (contact_2.htm) ── */
body.page-gym-solutions form#contact.contact-form {
  margin-top: 0;
}

@media (min-width: 992px) {
  body.page-gym-solutions form#contact.contact-form {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Back-to-top: mobile tap target + stacking (same pattern as page-view-special) */
@media (max-width: 991px) {
  body.page-gym-solutions .aoxiang-btt {
    z-index: 10050 !important;
  }

  body.page-gym-solutions .aoxiang-btt.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    pointer-events: auto !important;
    touch-action: manipulation;
    transform: translateY(0);
  }
}
