.hero.svelte-r07c53{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:var(--color-bg-primary)}.hero-content.svelte-r07c53{text-align:center;animation:svelte-r07c53-fadeIn 1s ease-out}.hero-subtitle.svelte-r07c53{display:block;font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--color-text-primary);margin-bottom:var(--space-4)}.hero-title.svelte-r07c53{font-size:clamp(2rem,6vw,3.5rem);font-weight:var(--font-extrabold);line-height:1.2;letter-spacing:-.02em;color:var(--color-text-primary);margin-bottom:var(--space-10)}.hero-title.svelte-r07c53 .line:where(.svelte-r07c53){display:block}.hero-cta.svelte-r07c53{display:inline-block;padding:var(--space-4) var(--space-8);background:linear-gradient(135deg,#facc15,#eab308);color:#000;font-size:var(--text-lg);font-weight:var(--font-bold);font-family:var(--font-family);text-decoration:none;border-radius:var(--radius-full);transition:all .3s ease;box-shadow:0 4px 20px #facc154d}.hero-cta.svelte-r07c53:hover{transform:translateY(-2px);box-shadow:0 6px 30px #facc1580}@keyframes svelte-r07c53-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-screens-section.svelte-1y4lj36{background:var(--color-bg-primary);width:100%;overflow:visible;padding:60px 5%;text-align:center}.mobile-screens-container.svelte-1y4lj36{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto}.mobile-column.svelte-1y4lj36{width:33.33%;position:sticky;display:flex;justify-content:center}.mobile-column.left.svelte-1y4lj36{padding-right:40px;height:1300px;top:-550px;align-items:flex-end}.mobile-column.center.svelte-1y4lj36{top:40px;height:708px;align-items:flex-end;z-index:2}.mobile-column.right.svelte-1y4lj36{padding-left:40px;height:1300px;top:-620px;margin-top:290px;align-items:flex-end}.screen-wrapper.svelte-1y4lj36{display:flex;justify-content:center}.mobile-screen.svelte-1y4lj36{width:90%;max-width:320px;height:auto;object-fit:contain;border-radius:15px;box-shadow:0 25px 50px -12px #00000080}@media(max-width:900px){.mobile-screens-section.svelte-1y4lj36{padding:40px 0}.mobile-screens-container.svelte-1y4lj36{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:center;max-width:100%;padding:0 10px}.mobile-column.svelte-1y4lj36{width:33.33%;position:sticky;display:flex;justify-content:center;padding:0 5px!important}.mobile-column.left.svelte-1y4lj36{height:800px;top:-300px;align-items:flex-end;z-index:1}.mobile-column.center.svelte-1y4lj36{height:450px;top:80px;align-items:flex-end;z-index:2}.mobile-column.right.svelte-1y4lj36{height:800px;top:-350px;margin-top:180px;align-items:flex-end;z-index:1}.mobile-screen.svelte-1y4lj36{width:100%;max-width:200px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}}@media(max-width:600px){.mobile-screens-section.svelte-1y4lj36{padding:30px 0}.mobile-screens-container.svelte-1y4lj36{padding:0 5px}.mobile-column.svelte-1y4lj36{padding:0 3px!important}.mobile-column.left.svelte-1y4lj36{height:600px;top:-200px}.mobile-column.center.svelte-1y4lj36{height:350px;top:70px}.mobile-column.right.svelte-1y4lj36{height:600px;top:-230px;margin-top:140px}.mobile-screen.svelte-1y4lj36{max-width:140px;border-radius:10px}}.stats-section.svelte-1hr8hii{padding:var(--space-20) 0;background:var(--color-bg-primary)}.container.svelte-1hr8hii{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.stats-title.svelte-1hr8hii{text-align:center;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:var(--font-bold);color:var(--color-text-primary);margin-bottom:var(--space-16)}.stats-grid.svelte-1hr8hii{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-8);text-align:center}.stat-item.svelte-1hr8hii{display:flex;flex-direction:column;gap:var(--space-2)}.stat-value.svelte-1hr8hii{font-size:clamp(1.5rem,4vw,2rem);font-weight:var(--font-bold);color:var(--color-text-primary)}.stat-label.svelte-1hr8hii{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-secondary);margin-bottom:var(--space-4)}.stat-line.svelte-1hr8hii{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--color-text-muted),transparent)}@media(max-width:768px){.stats-grid.svelte-1hr8hii{grid-template-columns:repeat(2,1fr);gap:var(--space-10)}}@media(max-width:480px){.stats-grid.svelte-1hr8hii{grid-template-columns:1fr}}.benefits-section.svelte-15gddfv{padding:var(--space-20) 0;background:var(--color-bg-primary)}.container.svelte-15gddfv{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.benefits-title.svelte-15gddfv{text-align:center;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:var(--font-bold);color:var(--color-text-primary);margin-bottom:var(--space-16)}.benefits-grid.svelte-15gddfv{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-12) var(--space-8);max-width:1000px;margin:0 auto}.benefit-card.svelte-15gddfv{text-align:center}.benefit-name.svelte-15gddfv{font-size:var(--text-lg);font-weight:var(--font-bold);color:#3b82f6;margin-bottom:var(--space-3)}.benefit-description.svelte-15gddfv{font-size:var(--text-sm);color:var(--color-text-tertiary);line-height:1.6}@media(max-width:768px){.benefits-grid.svelte-15gddfv{grid-template-columns:repeat(2,1fr);gap:var(--space-10)}}@media(max-width:480px){.benefits-grid.svelte-15gddfv{grid-template-columns:1fr}}.coaches-section.svelte-1n4q9ll{padding:var(--space-24) var(--space-4);background:var(--color-bg-primary)}.container.svelte-1n4q9ll{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.coaches-title.svelte-1n4q9ll{text-align:center;font-size:clamp(2rem,5vw,3rem);font-weight:var(--font-extrabold);color:var(--color-text-primary);margin-bottom:var(--space-16)}.coaches-grid.svelte-1n4q9ll{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);max-width:1000px;margin:0 auto}.coach-card.svelte-1n4q9ll{position:relative;border-radius:var(--radius-xl);overflow:hidden;transition:transform var(--transition-base)}.coach-card.svelte-1n4q9ll:hover{transform:translateY(-8px)}.coach-image.svelte-1n4q9ll{width:100%;aspect-ratio:1;object-fit:cover;object-position:center top;display:block}.coach-overlay.svelte-1n4q9ll{position:absolute;bottom:0;left:0;right:0;padding:var(--space-4) var(--space-3);background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1)}.coach-text.svelte-1n4q9ll{font-size:var(--text-sm);color:#fffffff2;line-height:1.5;text-align:center;font-weight:var(--font-medium);text-shadow:0 1px 2px rgba(0,0,0,.3)}.coaches-grid.svelte-1n4q9ll .coach-card:where(.svelte-1n4q9ll):nth-child(7){grid-column:2}@media(max-width:900px){.coaches-grid.svelte-1n4q9ll{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.coaches-grid.svelte-1n4q9ll .coach-card:where(.svelte-1n4q9ll):nth-child(7){grid-column:span 2;max-width:50%;justify-self:center}.coach-overlay.svelte-1n4q9ll{padding:var(--space-3) var(--space-2)}.coach-text.svelte-1n4q9ll{font-size:var(--text-xs)}}@media(max-width:600px){.coaches-grid.svelte-1n4q9ll{grid-template-columns:1fr;max-width:350px}.coaches-grid.svelte-1n4q9ll .coach-card:where(.svelte-1n4q9ll):nth-child(7){grid-column:1;max-width:100%}.coach-overlay.svelte-1n4q9ll{padding:var(--space-4) var(--space-3)}.coach-text.svelte-1n4q9ll{font-size:var(--text-sm)}}
