/* ============================================
   LANDING PRO — Universal Professional Template
   Adapted from pilates4life.ro design system
   5 color palettes, responsive, conversion-focused
   ============================================ */

/* ── COLOR PALETTES ── */
:root {
  /* Default: Sage/Lavender (Wellness) */
  --lp-primary: #7B5EA7;
  --lp-primary-dark: #6B4F9E;
  --lp-primary-light: #E6DFF2;
  --lp-primary-rgb: 123, 94, 167;
  --lp-accent: #FCB900;
  --lp-accent-dark: #E5A800;
  --lp-bg: #F8F6FB;
  --lp-bg-alt: #EEEAF4;
  --lp-bg-alt-light: #F5F2F9;
  --lp-card: #FFFFFF;
  --lp-heading: #333333;
  --lp-text: #3A3A3A;
  --lp-text-light: #747474;
  --lp-border: #EEEAF4;
  --lp-footer-bg: #363839;

  /* Typography */
  --lp-font-heading: 'Cormorant Garamond', 'Georgia', serif;
  --lp-font-body: 'Nunito Sans', 'Segoe UI', -apple-system, sans-serif;

  /* Spacing */
  --lp-section-py: 100px;
  --lp-container: 1140px;

  /* Motion */
  --lp-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --lp-transition: all 0.3s var(--lp-ease);
  --lp-transition-slow: all 0.6s var(--lp-ease);

  /* Shadows */
  --lp-shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
  --lp-shadow-md: 0 4px 20px rgba(0,0,0,0.06);
  --lp-shadow-lg: 0 8px 40px rgba(0,0,0,0.08);

  /* Radius */
  --lp-radius-sm: 8px;
  --lp-radius-md: 12px;
  --lp-radius-lg: 20px;
  --lp-radius-xl: 28px;
  --lp-radius-pill: 50px;
}

/* Palette: Navy/Gold (Premium) */
.palette-navy-gold {
  --lp-primary: #1e3a5f;
  --lp-primary-dark: #152d4d;
  --lp-primary-light: #dce8f5;
  --lp-primary-rgb: 30, 58, 95;
  --lp-accent: #c9a84c;
  --lp-accent-dark: #b8952e;
  --lp-bg: #f7f8fa;
  --lp-bg-alt: #e8ecf2;
  --lp-bg-alt-light: #f0f3f7;
  --lp-border: #dde3ec;
}

/* Palette: Teal/White (Modern) */
.palette-teal-white {
  --lp-primary: #0d9488;
  --lp-primary-dark: #0a7c72;
  --lp-primary-light: #ccfbf1;
  --lp-primary-rgb: 13, 148, 136;
  --lp-accent: #f59e0b;
  --lp-accent-dark: #d97706;
  --lp-bg: #f0fdfa;
  --lp-bg-alt: #d5f5f0;
  --lp-bg-alt-light: #e6faf6;
  --lp-border: #cce8e4;
}

/* Palette: Rose/Cream (Beauty) */
.palette-rose-cream {
  --lp-primary: #be185d;
  --lp-primary-dark: #9d174d;
  --lp-primary-light: #fce7f3;
  --lp-primary-rgb: 190, 24, 93;
  --lp-accent: #f472b6;
  --lp-accent-dark: #db2777;
  --lp-bg: #fdf2f8;
  --lp-bg-alt: #fce7f3;
  --lp-bg-alt-light: #fef1f7;
  --lp-border: #f5d0e6;
}

/* Palette: Charcoal/Amber (Gym/Fitness) */
.palette-charcoal-amber {
  --lp-primary: #374151;
  --lp-primary-dark: #1f2937;
  --lp-primary-light: #e5e7eb;
  --lp-primary-rgb: 55, 65, 81;
  --lp-accent: #f59e0b;
  --lp-accent-dark: #d97706;
  --lp-bg: #f9fafb;
  --lp-bg-alt: #e5e7eb;
  --lp-bg-alt-light: #f3f4f6;
  --lp-border: #d1d5db;
}

/* ──  EDITOR PALETTES (from landingBuilder.ejs) ── */

/* Palette: Elegant Purple */
.palette-elegant-purple {
  --lp-primary: #8b5cf6;
  --lp-primary-dark: #7c3aed;
  --lp-primary-light: #ede9fe;
  --lp-primary-rgb: 139, 92, 246;
  --lp-accent: #c084fc;
  --lp-accent-dark: #a855f7;
  --lp-bg: #1a1a2e;
  --lp-bg-alt: #16213e;
  --lp-bg-alt-light: #0f1624;
  --lp-border: #2e2e48;
  --lp-heading: #ffffff;
  --lp-text: #e5e7eb;
  --lp-text-light: #9ca3af;
  --lp-card: #1f2937;
}

/* Palette: Modern Teal */
.palette-modern-teal {
  --lp-primary: #14b8a6;
  --lp-primary-dark: #0d9488;
  --lp-primary-light: #ccfbf1;
  --lp-primary-rgb: 20, 184, 166;
  --lp-accent: #5eead4;
  --lp-accent-dark: #2dd4bf;
  --lp-bg: #0f172a;
  --lp-bg-alt: #1e293b;
  --lp-bg-alt-light: #0f1419;
  --lp-border: #1e3a52;
  --lp-heading: #ffffff;
  --lp-text: #e5e7eb;
  --lp-text-light: #9ca3af;
  --lp-card: #1e293b;
}

/* Palette: Warm Earth */
.palette-warm-earth {
  --lp-primary: #d97706;
  --lp-primary-dark: #b45309;
  --lp-primary-light: #fef3c7;
  --lp-primary-rgb: 217, 119, 6;
  --lp-accent: #f59e0b;
  --lp-accent-dark: #d97706;
  --lp-bg: #1c1917;
  --lp-bg-alt: #292524;
  --lp-bg-alt-light: #171412;
  --lp-border: #3c3936;
  --lp-heading: #ffffff;
  --lp-text: #e7e5e4;
  --lp-text-light: #a8a29e;
  --lp-card: #292524;
}

/* Palette: Ocean Blue */
.palette-ocean-blue {
  --lp-primary: #3b82f6;
  --lp-primary-dark: #2563eb;
  --lp-primary-light: #dbeafe;
  --lp-primary-rgb: 59, 130, 246;
  --lp-accent: #60a5fa;
  --lp-accent-dark: #3b82f6;
  --lp-bg: #0f172a;
  --lp-bg-alt: #1e293b;
  --lp-bg-alt-light: #0a0f1a;
  --lp-border: #1e3a5f;
  --lp-heading: #ffffff;
  --lp-text: #e5e7eb;
  --lp-text-light: #9ca3af;
  --lp-card: #1e293b;
}

/* Palette: Rose Gold */
.palette-rose-gold {
  --lp-primary: #f472b6;
  --lp-primary-dark: #ec4899;
  --lp-primary-light: #fce7f3;
  --lp-primary-rgb: 244, 114, 182;
  --lp-accent: #f9a8d4;
  --lp-accent-dark: #f472b6;
  --lp-bg: #1f1f1f;
  --lp-bg-alt: #2a2a2a;
  --lp-bg-alt-light: #171717;
  --lp-border: #3d3d3d;
  --lp-heading: #ffffff;
  --lp-text: #e5e5e5;
  --lp-text-light: #a3a3a3;
  --lp-card: #2a2a2a;
}

/* Palette: Midnight Noir */
.palette-midnight-noir {
  --lp-primary: #ffffff;
  --lp-primary-dark: #e5e5e5;
  --lp-primary-light: #fafafa;
  --lp-primary-rgb: 255, 255, 255;
  --lp-accent: #ffffff;
  --lp-accent-dark: #d4d4d4;
  --lp-bg: #000000;
  --lp-bg-alt: #0a0a0a;
  --lp-bg-alt-light: #050505;
  --lp-border: #1a1a1a;
  --lp-heading: #ffffff;
  --lp-text: #e5e5e5;
  --lp-text-light: #a3a3a3;
  --lp-card: #0a0a0a;
}

/* Palette: Sunset Gradient */
.palette-sunset-gradient {
  --lp-primary: #fb923c;
  --lp-primary-dark: #f97316;
  --lp-primary-light: #fed7aa;
  --lp-primary-rgb: 251, 146, 60;
  --lp-accent: #fdba74;
  --lp-accent-dark: #fb923c;
  --lp-bg: #1e1b4b;
  --lp-bg-alt: #312e81;
  --lp-bg-alt-light: #1e1b3a;
  --lp-border: #4c4082;
  --lp-heading: #ffffff;
  --lp-text: #e0e7ff;
  --lp-text-light: #a5b4fc;
  --lp-card: #312e81;
}

/* Palette: Forest Green */
.palette-forest-green {
  --lp-primary: #22c55e;
  --lp-primary-dark: #16a34a;
  --lp-primary-light: #dcfce7;
  --lp-primary-rgb: 34, 197, 94;
  --lp-accent: #4ade80;
  --lp-accent-dark: #22c55e;
  --lp-bg: #14532d;
  --lp-bg-alt: #166534;
  --lp-bg-alt-light: #0f3820;
  --lp-border: #1e6b42;
  --lp-heading: #ffffff;
  --lp-text: #dcfce7;
  --lp-text-light: #86efac;
  --lp-card: #166534;
}

/* Palette: Nordic Frost */
.palette-nordic-frost {
  --lp-primary: #06b6d4;
  --lp-primary-dark: #0891b2;
  --lp-primary-light: #cffafe;
  --lp-primary-rgb: 6, 182, 212;
  --lp-accent: #22d3ee;
  --lp-accent-dark: #06b6d4;
  --lp-bg: #0c4a6e;
  --lp-bg-alt: #075985;
  --lp-bg-alt-light: #083a58;
  --lp-border: #0e6b99;
  --lp-heading: #ffffff;
  --lp-text: #cffafe;
  --lp-text-light: #67e8f9;
  --lp-card: #075985;
}

/* Palette: Cherry Blossom */
.palette-cherry-blossom {
  --lp-primary: #ec4899;
  --lp-primary-dark: #db2777;
  --lp-primary-light: #fce7f3;
  --lp-primary-rgb: 236, 72, 153;
  --lp-accent: #f472b6;
  --lp-accent-dark: #ec4899;
  --lp-bg: #1f1f1f;
  --lp-bg-alt: #2a2a2a;
  --lp-bg-alt-light: #171717;
  --lp-border: #3d3d3d;
  --lp-heading: #ffffff;
  --lp-text: #fce7f3;
  --lp-text-light: #f9a8d4;
  --lp-card: #2a2a2a;
}

/* ── TEMPLATE OVERRIDES ── */

/* Clean Professional — light backgrounds, no glassmorphism, crisp borders */
.template-clean {
  --lp-bg: #ffffff;
  --lp-bg-alt: #f8fafc;
  --lp-bg-alt-light: #f1f5f9;
  --lp-card: #ffffff;
  --lp-heading: #0f172a;
  --lp-text: #334155;
  --lp-text-light: #64748b;
  --lp-border: #e2e8f0;
  --lp-footer-bg: #1e293b;
  --lp-radius-sm: 6px;
  --lp-radius-md: 8px;
  --lp-radius-lg: 12px;
  --lp-radius-xl: 16px;
  --lp-shadow-md: 0 1px 3px rgba(0,0,0,0.08);
  --lp-shadow-lg: 0 4px 12px rgba(0,0,0,0.06);
}

/* Bold Energetic — vibrant gradients, larger text, rounded elements */
.template-bold {
  --lp-radius-sm: 16px;
  --lp-radius-md: 20px;
  --lp-radius-lg: 28px;
  --lp-radius-xl: 36px;
  --lp-radius-pill: 60px;
  --lp-shadow-md: 0 8px 30px rgba(var(--lp-primary-rgb), 0.15);
  --lp-shadow-lg: 0 12px 40px rgba(var(--lp-primary-rgb), 0.2);
}
.template-bold .lp-hero h1 { font-size: 3.8rem; font-weight: 700; }
.template-bold .lp-section-label { font-size: 0.95rem; letter-spacing: 0.15em; }
.template-bold .lp-btn { padding: 18px 40px; font-size: 1rem; font-weight: 800; }
.template-bold .lp-hero { min-height: 100vh; }

/* ── RESET & BASE ── */
.lp-page *, .lp-page *::before, .lp-page *::after {
  margin: 0; padding: 0; box-sizing: border-box;
}
.lp-page {
  font-family: var(--lp-font-body);
  color: var(--lp-text);
  background: var(--lp-bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp-page img { max-width: 100%; height: auto; display: block; }
.lp-page a { color: inherit; text-decoration: none; transition: var(--lp-transition); }

/* ── TYPOGRAPHY ── */
.lp-page h1, .lp-page h2, .lp-page h3, .lp-page h4 {
  font-family: var(--lp-font-heading);
  font-weight: 500;
  line-height: 1.2;
  color: var(--lp-heading);
}
.lp-page h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.02em; font-weight: 400; }
.lp-page h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); letter-spacing: -0.01em; font-weight: 400; }
.lp-page h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 500; }
.lp-page p { font-size: 1.05rem; line-height: 1.8; color: var(--lp-text-light); }

.lp-label {
  font-family: var(--lp-font-body);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--lp-primary-dark);
  margin-bottom: 16px; display: block;
}
.lp-subtitle {
  font-size: 1.1rem; color: var(--lp-text-light);
  max-width: 640px; line-height: 1.8;
}

/* ── LAYOUT ── */
.lp-container {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 0 24px;
}
.lp-section {
  padding: var(--lp-section-py) 0;
}

/* ── BUTTONS ── */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 14px 32px;
  font-family: var(--lp-font-body); font-size: 0.9rem;
  font-weight: 700; letter-spacing: 0.02em;
  border-radius: var(--lp-radius-pill);
  cursor: pointer; transition: var(--lp-transition);
  border: none; text-decoration: none;
}
.lp-btn-primary {
  background: var(--lp-primary); color: #fff;
}
.lp-btn-primary:hover {
  background: var(--lp-primary-dark); transform: translateY(-2px);
  box-shadow: var(--lp-shadow-lg);
}
.lp-btn-brand {
  background: var(--lp-primary); color: #fff;
}
.lp-btn-brand:hover {
  background: var(--lp-primary-dark); transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(var(--lp-primary-rgb), 0.3);
}
.lp-btn-secondary {
  background: transparent; color: var(--lp-heading);
  border: 1.5px solid var(--lp-border);
}
.lp-btn-secondary:hover {
  border-color: var(--lp-heading); background: var(--lp-heading); color: #fff;
  transform: translateY(-2px);
}
.lp-btn-arrow {
  font-size: 1.1em; transition: transform 0.3s ease;
}
.lp-btn:hover .lp-btn-arrow { transform: translateX(3px); }

/* ── NAVIGATION ── */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 0; transition: var(--lp-transition);
  background: transparent;
}
.lp-nav.scrolled {
  background: rgba(248, 246, 251, 0.97);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(var(--lp-primary-rgb), 0.08);
  padding: 12px 0;
}
.lp-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--lp-container); margin: 0 auto; padding: 0 24px;
}
.lp-nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--lp-font-heading);
  font-size: 1.5rem; font-weight: 500; color: var(--lp-heading);
  letter-spacing: -0.02em;
}
.lp-nav-logo img { width: 40px; height: 40px; object-fit: contain; border-radius: 8px; }
.lp-nav-links {
  display: flex; align-items: center; gap: 32px;
}
.lp-nav-links a {
  font-size: 0.9rem; font-weight: 600; color: var(--lp-text-light);
  position: relative;
}
.lp-nav-links a:hover { color: var(--lp-heading); }
.lp-nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--lp-primary);
  transition: var(--lp-transition);
}
.lp-nav-links a:hover::after { width: 100%; }
.lp-nav-links a.active::after { width: 100%; }
.lp-nav-cta {
  padding: 10px 24px; font-size: 0.85rem;
  background: var(--lp-heading); color: #fff;
  border-radius: var(--lp-radius-pill);
}
.lp-nav-cta:hover { background: var(--lp-primary-dark); transform: translateY(-1px); }

/* Mobile nav toggle */
.lp-nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 8px; background: none; border: none;
}
.lp-nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--lp-heading); border-radius: 2px;
  transition: var(--lp-transition);
}
.lp-nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.lp-nav-toggle.active span:nth-child(2) { opacity: 0; }
.lp-nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile nav logo (hidden on desktop) */
.lp-nav-links .lp-mobile-logo { display: none; }

/* ── HERO ── */
.lp-hero {
  min-height: 90vh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--lp-bg) 0%, var(--lp-bg-alt-light) 40%, var(--lp-bg) 100%);
  padding-top: 80px;
}
.lp-hero-bg-1, .lp-hero-bg-2 {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.4; pointer-events: none;
}
.lp-hero-bg-1 {
  width: 600px; height: 600px; background: var(--lp-primary-light);
  top: -200px; right: -100px;
}
.lp-hero-bg-2 {
  width: 400px; height: 400px; background: var(--lp-bg-alt);
  bottom: -100px; left: -100px;
}
.lp-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; position: relative; z-index: 2;
}
.lp-hero-content { max-width: 560px; }
.lp-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(var(--lp-primary-rgb), 0.1);
  border: 1px solid rgba(var(--lp-primary-rgb), 0.25);
  padding: 8px 18px; border-radius: var(--lp-radius-pill);
  font-size: 0.82rem; font-weight: 600; color: var(--lp-primary-dark);
  margin-bottom: 28px; letter-spacing: 0.01em;
}
.lp-hero-badge svg { width: 16px; height: 16px; }
.lp-hero h1 { margin-bottom: 24px; color: var(--lp-heading); }
.lp-hero h1 em {
  color: var(--lp-primary-dark); font-style: italic;
}
.lp-hero-desc {
  font-size: 1.1rem; color: var(--lp-text-light);
  margin-bottom: 36px; line-height: 1.85;
}
.lp-hero-ctas { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }

/* Google Reviews Badge */
.lp-reviews-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; padding: 8px 16px; border-radius: var(--lp-radius-pill);
  box-shadow: var(--lp-shadow-sm);
  font-size: 0.85rem; font-weight: 600; color: var(--lp-heading);
  margin-top: 8px;
}
.lp-reviews-badge .lp-stars { color: var(--lp-accent); letter-spacing: 1px; }
.lp-reviews-badge .lp-review-count { color: var(--lp-text-light); font-weight: 400; font-size: 0.8rem; }

/* Hero visual / stats panel */
.lp-hero-panel {
  background: var(--lp-card);
  border-radius: var(--lp-radius-xl);
  padding: 40px 36px;
  box-shadow: var(--lp-shadow-lg);
  border: 1px solid var(--lp-border);
}
.lp-hero-panel-label {
  font-size: 0.8rem; font-weight: 600;
  color: var(--lp-text-light); text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 20px;
}
.lp-hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 24px;
}
.lp-hero-stat-value {
  font-family: var(--lp-font-heading);
  font-size: 2rem; font-weight: 600; color: var(--lp-primary);
}
.lp-hero-stat-label { font-size: 0.78rem; color: var(--lp-text-light); margin-top: 2px; }
.lp-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-hero-tag {
  background: var(--lp-bg-alt-light); color: var(--lp-text-light);
  padding: 6px 14px; border-radius: var(--lp-radius-pill);
  font-size: 0.78rem; font-weight: 500; border: 1px solid var(--lp-border);
}

/* ── SERVICES SECTION ── */
.lp-services { background: linear-gradient(180deg, var(--lp-bg-alt-light) 0%, var(--lp-bg) 100%); }
.lp-services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px; margin-top: 48px;
}
.lp-service-card {
  background: var(--lp-card); border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-border); overflow: hidden;
  transition: var(--lp-transition); display: flex; flex-direction: column;
}
.lp-service-card:hover {
  box-shadow: 0 8px 32px rgba(var(--lp-primary-rgb), 0.08);
  transform: translateY(-4px);
}
.lp-service-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.lp-service-card h3 { margin-bottom: 8px; }
.lp-service-card p { font-size: 0.95rem; margin-bottom: 16px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.lp-service-meta {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--lp-border);
}
.lp-service-price {
  font-family: var(--lp-font-heading); font-size: 1.4rem; font-weight: 600;
  color: var(--lp-primary);
}
.lp-service-price small { font-size: 0.75rem; color: var(--lp-text-light); font-weight: 400; }
.lp-service-book {
  padding: 10px 22px; font-size: 0.85rem;
  background: var(--lp-primary); color: #fff;
  border-radius: var(--lp-radius-pill);
  font-weight: 600; border: none; cursor: pointer;
  transition: var(--lp-transition); text-decoration: none;
}
.lp-service-book:hover {
  background: var(--lp-primary-dark); transform: translateY(-1px);
}
.lp-service-trainer {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.85rem; color: var(--lp-text-light); margin-bottom: 12px;
}
.lp-service-trainer img {
  width: 28px; height: 28px; border-radius: 50%; object-fit: cover;
}
.lp-services-all {
  text-align: center; margin-top: 40px;
}

/* ── LIVE SCHEDULE ── */
.lp-schedule { background: linear-gradient(180deg, var(--lp-bg-alt-light) 0%, var(--lp-bg) 100%); }
.lp-schedule-widget { margin-top: 48px; }
.lp-schedule-loading {
  display: flex; flex-direction: column; align-items: center;
  gap: 16px; padding: 60px 0; color: var(--lp-text-light);
}
.lp-schedule-spinner {
  width: 36px; height: 36px;
  border: 3px solid var(--lp-primary-light);
  border-top-color: var(--lp-primary);
  border-radius: 50%; animation: lp-spin 0.8s linear infinite;
}
@keyframes lp-spin { to { transform: rotate(360deg); } }

.lp-schedule-week-label {
  text-align: center; font-size: 0.9rem; font-weight: 600;
  color: var(--lp-primary); text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 16px; padding: 8px 20px;
  background: rgba(var(--lp-primary-rgb), 0.08);
  border-radius: var(--lp-radius-pill);
  display: inline-block; margin-left: 50%; transform: translateX(-50%);
}
.lp-schedule-days {
  display: flex; gap: 8px; margin-bottom: 32px;
  overflow-x: auto; padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.lp-day-tab {
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 20px; border-radius: 14px;
  border: 1.5px solid var(--lp-border); background: var(--lp-card);
  cursor: pointer; transition: all 0.25s ease;
  white-space: nowrap; min-width: 90px;
}
.lp-day-tab:hover { border-color: var(--lp-primary-light); background: var(--lp-primary-light); }
.lp-day-tab.active {
  background: var(--lp-primary); border-color: var(--lp-primary); color: #fff;
}
.lp-day-tab .day-name {
  font-weight: 700; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.lp-day-tab .day-date { font-size: 0.75rem; margin-top: 2px; opacity: 0.7; }
.lp-day-tab.active .day-date { opacity: 0.9; }
.lp-day-tab .day-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--lp-primary); margin-top: 6px;
}
.lp-day-tab.active .day-dot { background: var(--lp-accent); }
.lp-day-tab.no-classes .day-dot { display: none; }
.lp-day-tab.no-classes { opacity: 0.5; }

.lp-schedule-classes { display: flex; flex-direction: column; gap: 16px; }

.lp-class-card {
  background: var(--lp-card); border-radius: 16px; padding: 28px 32px;
  border: 1px solid var(--lp-border); display: flex; align-items: center;
  gap: 28px; transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.lp-class-card:hover {
  box-shadow: 0 8px 32px rgba(var(--lp-primary-rgb), 0.08);
  transform: translateY(-2px);
}
.lp-class-time {
  display: flex; flex-direction: column; align-items: center;
  min-width: 80px; padding: 16px; background: var(--lp-primary-light);
  border-radius: var(--lp-radius-md);
}
.lp-class-time-start {
  font-size: 1.3rem; font-weight: 700; color: var(--lp-primary-dark);
  font-family: var(--lp-font-heading);
}
.lp-class-time-dur { font-size: 0.75rem; color: var(--lp-text-light); margin-top: 2px; }
.lp-class-info { flex: 1; }
.lp-class-info h4 { font-size: 1.1rem; margin-bottom: 4px; }
.lp-class-info-meta {
  display: flex; align-items: center; gap: 16px;
  font-size: 0.85rem; color: var(--lp-text-light); flex-wrap: wrap;
}
.lp-class-info-meta span { display: flex; align-items: center; gap: 4px; }
.lp-class-trainer-mini {
  display: flex; align-items: center; gap: 6px;
}
.lp-class-trainer-mini img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; }
.lp-class-action { text-align: right; min-width: 140px; }
.lp-class-spots {
  font-size: 0.8rem; font-weight: 600; margin-bottom: 8px; white-space: nowrap;
}
.lp-class-spots.few { color: #dc2626; }
.lp-class-spots.plenty { color: var(--lp-primary); }
.lp-class-spots.full { color: var(--lp-text-light); }
.lp-class-book-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 22px; background: var(--lp-primary); color: #fff;
  border-radius: var(--lp-radius-pill); font-size: 0.85rem;
  font-weight: 600; border: none; cursor: pointer;
  transition: var(--lp-transition); text-decoration: none;
}
.lp-class-book-btn:hover { background: var(--lp-primary-dark); }
.lp-class-book-btn .lp-btn-arrow { font-size: 1em; transition: transform 0.3s ease; }
.lp-class-book-btn:hover .lp-btn-arrow { transform: translateX(3px); }
.lp-schedule-footer { text-align: center; margin-top: 40px; }
.lp-schedule-footer p { font-size: 0.9rem; margin-bottom: 16px; }

/* ── REVIEWS SECTION ── */
.lp-reviews-section { background: var(--lp-bg); }
.lp-reviews-header { text-align: center; margin-bottom: 48px; }
.lp-reviews-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.lp-review-card {
  background: var(--lp-card); border-radius: var(--lp-radius-lg);
  padding: 32px; border: 1px solid var(--lp-border);
  transition: var(--lp-transition);
}
.lp-review-card:hover { box-shadow: var(--lp-shadow-md); transform: translateY(-2px); }
.lp-review-quote { font-size: 2.5rem; line-height: 1; color: var(--lp-primary-light); margin-bottom: 8px; }
.lp-review-stars { color: #f59e0b; font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 16px; }
.lp-review-text {
  font-size: 0.95rem; line-height: 1.7; color: var(--lp-text); margin-bottom: 12px; font-style: italic;
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.lp-review-text.lp-review-expanded {
  -webkit-line-clamp: unset; display: block; overflow: visible;
}
.lp-review-read-more {
  background: none; border: none; color: var(--lp-primary); font-size: 0.82rem;
  font-weight: 600; cursor: pointer; padding: 0; margin-bottom: 16px; display: block;
}
.lp-review-read-more:hover { text-decoration: underline; }
.lp-review-author { font-size: 0.85rem; font-weight: 600; color: var(--lp-heading); }
.lp-review-source {
  font-size: 0.75rem; color: var(--lp-text-light); opacity: 0.8;
  display: flex; align-items: center; margin-top: 4px;
}
.lp-reviews-empty {
  text-align: center; padding: 40px; color: var(--lp-text-light);
  background: var(--lp-bg-alt-light); border-radius: var(--lp-radius-lg);
}

/* ── HOW IT WORKS ── */
.lp-steps { background: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-bg-alt-light) 100%); }
.lp-steps-header { text-align: center; margin-bottom: 60px; }
.lp-steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.lp-step { text-align: center; }
.lp-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--lp-primary); color: #fff;
  font-family: var(--lp-font-heading); font-size: 1.4rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.lp-step h3 { margin-bottom: 8px; }
.lp-step p { font-size: 0.95rem; }

/* ── CTA SECTION ── */
.lp-cta {
  background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%);
  color: #fff; text-align: center;
}
.lp-cta h2 { color: #fff; margin-bottom: 16px; }
.lp-cta p { color: rgba(255,255,255,0.85); margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.lp-cta .lp-btn-primary { background: #fff; color: var(--lp-primary-dark); }
.lp-cta .lp-btn-primary:hover { background: #f0f0f0; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }

/* ── FOOTER ── */
.lp-footer {
  background: var(--lp-footer-bg); color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}
.lp-footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
}
.lp-footer-brand h3 { color: #fff; font-size: 1.3rem; margin-bottom: 12px; }
.lp-footer-brand p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.lp-footer-col h4 {
  font-family: var(--lp-font-body); font-size: 0.85rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5); margin-bottom: 16px;
}
.lp-footer-col a {
  display: block; font-size: 0.9rem; color: rgba(255,255,255,0.75);
  padding: 4px 0;
}
.lp-footer-col a:hover { color: #fff; }
.lp-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0; margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.8rem; color: rgba(255,255,255,0.4);
}
.lp-footer-social { display: flex; gap: 16px; }
.lp-footer-social a {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.6); transition: var(--lp-transition);
}
.lp-footer-social a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.lp-footer-social svg { width: 16px; height: 16px; }
.lp-footer-powered {
  margin-top: 16px; font-size: 0.75rem;
}
.lp-footer-powered a { color: rgba(255,255,255,0.5); text-decoration: underline; }
.lp-footer-powered a:hover { color: rgba(255,255,255,0.8); }

/* ── SCROLL ANIMATIONS ── */
.lp-fade { opacity: 0; transform: translateY(30px); transition: var(--lp-transition-slow); }
.lp-fade.visible { opacity: 1; transform: translateY(0); }
.lp-fade-d1 { transition-delay: 0.1s; }
.lp-fade-d2 { transition-delay: 0.2s; }
.lp-fade-d3 { transition-delay: 0.3s; }
.lp-fade-d4 { transition-delay: 0.4s; }

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .lp-hero-content { max-width: 100%; }
  .lp-hero-panel { max-width: 480px; }
  .lp-steps-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-footer-inner { grid-template-columns: 1fr 1fr; }
  .lp-nav-links { display: none; }
  .lp-nav-toggle { display: flex; }

  /* Mobile nav overlay */
  .lp-nav-links.active {
    display: flex; flex-direction: column;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--lp-bg); z-index: 999;
    padding: 100px 32px 32px; gap: 8px;
    align-items: flex-start;
  }
  .lp-nav-links.active .lp-mobile-logo {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 32px;
  }
  .lp-nav-links.active .lp-mobile-logo img { width: 44px; height: 44px; }
  .lp-nav-links.active .lp-mobile-logo span {
    font-family: var(--lp-font-heading); font-size: 1.3rem;
    font-weight: 500; color: var(--lp-heading);
  }
  .lp-nav-links.active a {
    font-size: 1.2rem; padding: 12px 0;
    border-bottom: 1px solid var(--lp-border); width: 100%;
  }
  .lp-nav-links.active .lp-nav-cta {
    margin-top: 24px; width: 100%; text-align: center;
    padding: 14px; font-size: 1rem;
  }
}

@media (max-width: 768px) {
  :root { --lp-section-py: 60px; }
  .lp-hero { min-height: auto; padding: 120px 0 60px; }
  .lp-hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .lp-hero-stat-value { font-size: 1.5rem; }
  .lp-services-grid { grid-template-columns: 1fr; }
  .lp-reviews-grid { grid-template-columns: 1fr; }
  .lp-steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .lp-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .lp-class-card { flex-direction: column; align-items: stretch; gap: 16px; padding: 20px; }
  .lp-class-action { text-align: left; min-width: unset; display: flex; align-items: center; gap: 16px; }
}

@media (max-width: 480px) {
  .lp-hero-ctas { flex-direction: column; align-items: stretch; }
  .lp-hero-ctas .lp-btn { width: 100%; justify-content: center; }
}
