/* My Gym showcase page — generated by homepage-editor, theme: green */

.vc-page-hero {
  position: relative; z-index: 1; min-height: 70vh;
  display: flex; align-items: center;
  padding: 4rem 2rem 2rem; max-width: 1200px; margin: 0 auto;
}
.vc-page-hero-content { flex: 1; animation: fadeInUp 0.8s ease-out; }
.vc-page-hero .vc-title { font-size: clamp(3rem, 7vw, 5rem); margin-bottom: 0.75rem; }
.vc-page-hero .vc-tagline { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 1.5rem; }
.vc-page-hero .vc-description { font-size: 1.15rem; max-width: 600px; margin-bottom: 2.5rem; }
.vc-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.vc-hero-visual {
  flex: 0 0 clamp(280px, 30vw, 460px);
  animation: fadeInRight 0.8s ease-out 0.2s both;
  display: flex; align-items: center; justify-content: center;
}
.vc-hero-glyph {
  width: clamp(220px, 25vw, 360px); height: clamp(220px, 25vw, 360px);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(250, 204, 21, 0.08));
  border: 3px solid rgba(16, 185, 129, 0.3);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 80px rgba(16, 185, 129, 0.15), 0 0 160px rgba(250, 204, 21, 0.08);
}
.sp-hero-icon {
  font-size: clamp(80px, 10vw, 140px);
  color: #10b981;
  filter: drop-shadow(0 0 24px rgba(16, 185, 129, 0.45));
}
.vc-page-section {
  position: relative; z-index: 1;
  padding: 4rem 2rem; max-width: 1200px; margin: 0 auto;
}
.vc-page-section .section-title,
.vc-arch-section .section-title {
  background: linear-gradient(135deg, #10b981, #facc15);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.vc-feature-icon { color: #10b981; }
.vc-arch-section {
  position: relative; z-index: 1;
  padding: 4rem 2rem; max-width: 900px; margin: 0 auto; text-align: center;
}
.sp-cta-text { color: var(--text-muted); font-size: 1.05rem; max-width: 620px; margin: 1rem auto 2rem; }
.vc-back {
  position: fixed; top: 1rem; left: 1rem; z-index: 1000;
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(10, 10, 15, 0.85); backdrop-filter: blur(12px);
  border: 1px solid rgba(16, 185, 129, 0.2); border-radius: var(--radius-md);
  color: var(--text-muted); text-decoration: none; font-size: 0.85rem; font-weight: 500;
  transition: var(--transition);
}
.vc-back:hover { color: #10b981; border-color: #10b981; transform: translateX(-3px); }
.sp-tech-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-top: 2rem; }
/* ── Media: single frame + carousel (auto when >1 item) ── */
.sp-media-single { max-width: 900px; margin: 2.5rem auto 0; }
.sp-single-frame {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.25);
  background: rgba(5, 5, 10, 0.6);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 60px rgba(16, 185, 129, 0.12);
}
.sp-single-frame .sp-car-media { width: 100%; display: block; }
.sp-carousel { max-width: 1000px; margin: 2.5rem auto 0; }
.sp-car-stage {
  position: relative; overflow: hidden; aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16, 185, 129, 0.25);
  background: rgba(5, 5, 10, 0.6);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 60px rgba(16, 185, 129, 0.12);
}
.sp-car-track { display: flex; height: 100%; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1); }
.sp-car-slide { flex: 0 0 100%; display: flex; align-items: center; justify-content: center; height: 100%; }
.sp-car-slide .sp-car-media { width: 100%; height: 100%; object-fit: contain; }
.sp-car-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10, 10, 15, 0.7); backdrop-filter: blur(8px);
  border: 1px solid rgba(16, 185, 129, 0.35); color: var(--text-light);
  font-size: 0.95rem; cursor: pointer; transition: var(--transition);
}
.sp-car-arrow:hover { color: #10b981; border-color: #10b981; box-shadow: 0 0 20px rgba(16, 185, 129, 0.35); }
.sp-car-prev { left: 1rem; }
.sp-car-next { right: 1rem; }
.sp-car-dots { display: flex; gap: 0.5rem; justify-content: center; margin-top: 1.1rem; }
.sp-car-dot {
  width: 8px; height: 8px; border-radius: 999px; padding: 0; border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.18); transition: all 0.3s ease;
}
.sp-car-dot:hover { background: rgba(255, 255, 255, 0.4); }
.sp-car-dot.active {
  width: 24px;
  background: linear-gradient(90deg, #10b981, #facc15);
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}
.sp-car-caption {
  text-align: center; color: var(--text-muted); font-size: 0.9rem;
  margin-top: 0.7rem; min-height: 1.5em;
}
.sp-cap-in { animation: spCapIn 0.4s ease; }
@keyframes spCapIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@media (max-width: 640px) {
  .sp-car-arrow { width: 36px; height: 36px; }
  .sp-car-prev { left: 0.5rem; }
  .sp-car-next { right: 0.5rem; }
}
@media (max-width: 968px) {
  .vc-page-hero { flex-direction: column-reverse; text-align: center; min-height: auto; padding-top: 5rem; }
  .vc-page-hero .vc-description { max-width: 100%; }
  .vc-hero-actions { justify-content: center; }
  .vc-hero-visual { flex: none; margin-bottom: 2rem; }
}
@media (max-width: 640px) {
  .vc-page-section, .vc-arch-section { padding: 3rem 1rem; }
  .vc-hero-actions .btn-primary, .vc-hero-actions .btn-secondary { width: 100%; justify-content: center; }
}
