*{margin:0;padding:0;box-sizing:border-box}:root{--bg-light: #eff6f6;--bg-white: #ffffff;--bg-dark: #1a1a1a;--text-dark: #2c2d2b;--text-muted: #6b7280;--accent-gold: #c4b49a;--accent-gold-hover: #b5a48a;--accent-gold-light: #d4c8b4;--border-color: #e5e7eb}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}img[alt]:not([src=""]):not([src]){visibility:hidden}.header{position:fixed;top:0;left:0;right:0;background:var(--bg-white);z-index:1000;box-shadow:0 1px 3px #0000000d}.header-container{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-img{width:40px;height:40px;border-radius:8px;object-fit:cover}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-title{font-weight:600;font-size:.9rem;color:var(--text-dark)}.logo-subtitle{font-size:.75rem;color:var(--text-muted)}.nav-desktop{display:none;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--text-dark);padding:.5rem 0;position:relative;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--accent-gold)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent-gold)}.user-btn{width:40px;height:40px;border-radius:50%;background:var(--accent-gold);color:#fff;display:none;align-items:center;justify-content:center;transition:background .2s ease}.user-btn:hover{background:var(--accent-gold-hover)}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-dark)}.mobile-menu{position:fixed;top:60px;left:0;right:0;background:var(--bg-white);z-index:999;transform:translateY(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease;box-shadow:0 4px 6px #0000001a}.mobile-menu.active{transform:translateY(0);opacity:1}.mobile-menu-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:var(--text-dark);transition:background .2s ease}.mobile-nav-link:hover{background:var(--bg-light)}.hero{position:relative;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;justify-content:center;margin-top:60px;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1747240549807-fc3962949818?fm=jpg&q=80&w=2000&auto=format&fit=crop);background-size:cover;background-position:center;background-color:#e8ddd0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:none}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#e8ddd04d,#e8ddd080,#eff6f6e6)}.hero-watermark{position:absolute;bottom:15%;left:5%;display:flex;flex-direction:column;opacity:.25;color:#fffc;z-index:5}.watermark-text{font-size:2.5rem;font-weight:300;letter-spacing:.15em;text-transform:capitalize}.watermark-subtitle{font-size:.875rem;font-weight:300;letter-spacing:.25em;text-transform:capitalize}.hero-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:800px}.hero-title{font-size:2rem;font-weight:700;color:#3d3d3d;text-shadow:0 1px 3px rgba(255,255,255,.5);margin-bottom:1.5rem;line-height:1.3}.hero-title span{color:var(--accent-gold);display:block;margin-top:.5rem}.hero-subtitle{font-size:1rem;color:#5a5a5a;margin-bottom:2rem;font-weight:500}.hero-cta{display:inline-block;padding:1rem 2rem;background:var(--accent-gold);color:#fff;font-weight:500;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #c4b49a66}.hero-cta:hover{background:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 6px 20px #c4b49a80}.about{padding:5rem 1.5rem;background:var(--bg-white)}.about-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.about-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a;aspect-ratio:4/5;max-height:500px;background-image:url(https://images.unsplash.com/photo-1747239069226-55382c570116?fm=jpg&q=80&w=1200&auto=format&fit=crop);background-size:cover;background-position:center;background-color:#e8ddd0}.about-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;display:none}.about-image:hover img{transform:scale(1.03)}.about-content{padding:1rem 0}.about-title{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.3}.about-text{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.about-cta{display:inline-block;padding:.875rem 2rem;border:2px solid var(--accent-gold);color:var(--accent-gold);font-weight:500;border-radius:8px;transition:all .3s ease}.about-cta:hover{background:var(--accent-gold);color:#fff}.featured{padding:5rem 1.5rem;background:var(--bg-light)}.featured-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:2.5rem}.featured-cards{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.featured-card{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.card-icon{width:60px;height:60px;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--accent-gold)}.card-title{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.card-text{font-size:.95rem;color:var(--text-muted);line-height:1.7}.card-list{font-size:.95rem;color:var(--text-muted);line-height:2;padding-left:1.25rem}.card-list li{padding-left:.5rem}.links-section{padding:4rem 1.5rem;background:var(--bg-white);text-align:center}.links-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--bg-light);border-radius:50px;color:var(--text-dark);font-weight:500;transition:all .3s ease}.social-link:hover{background:var(--accent-gold);color:#fff;transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.footer{background:var(--bg-dark);padding:2rem 1.5rem 6rem}.footer-container{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-left{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem;width:100%}.footer-brand{font-size:1.25rem;font-weight:600;color:#fff}.footer-center{display:flex;align-items:center;gap:1rem}.footer-lang-label{font-size:.875rem;color:#ffffffb3}.language-selector{position:relative}.lang-btn{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;transition:border-color .2s ease}.lang-btn:hover{border-color:#fff6}.lang-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#2a2a2a;border-radius:6px;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;margin-bottom:.5rem}.lang-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{display:block;padding:.75rem 1rem;color:#fff;font-size:.875rem;transition:background .2s ease}.lang-option:hover{background:#ffffff1a}.footer-right{display:flex;align-items:center;gap:.5rem}.made-with{font-size:.875rem;color:#ffffffb3}.fitune-logo{height:24px;filter:brightness(0) invert(1)}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--bg-white);display:flex;justify-content:space-around;padding:.75rem 1rem;box-shadow:0 -2px 10px #0000001a;z-index:1000}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.7rem;transition:color .2s ease}.bottom-nav-item:hover,.bottom-nav-item.active{color:var(--accent-gold)}@media(min-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.watermark-text{font-size:4rem}.about-container{grid-template-columns:1fr 1fr;gap:4rem}.featured-cards{grid-template-columns:1fr 1fr}.footer-container{flex-direction:row;justify-content:space-between;text-align:left}.footer-left{border-bottom:none;padding-bottom:0;width:auto}}@media(min-width:1024px){.nav-desktop,.user-btn{display:flex}.mobile-menu-btn,.mobile-bottom-nav{display:none}.footer{padding-bottom:2rem}.hero-title{font-size:3rem}.watermark-text{font-size:5rem}.watermark-subtitle{font-size:1.25rem}.about-title{font-size:2.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp .8s ease forwards}.featured-card{animation:fadeInUp .6s ease forwards}.about-image,.about-content{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.hidden{display:none!important}.page-content{min-height:100vh}.schedule-hero,.pricing-hero{background:linear-gradient(135deg,var(--accent-gold-light) 0%,var(--bg-light) 100%);padding:8rem 1.5rem 4rem;margin-top:60px;text-align:center}.page-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.page-subtitle{font-size:1rem;color:var(--text-muted);max-width:500px;margin:0 auto}.schedule-section{padding:3rem 1.5rem;background:var(--bg-white)}.schedule-container{max-width:1100px;margin:0 auto}.schedule-filters{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.filter-btn{padding:.625rem 1.25rem;border:2px solid var(--border-color);border-radius:50px;background:transparent;color:var(--text-dark);font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.filter-btn.active{background:var(--accent-gold);border-color:var(--accent-gold);color:#fff}.schedule-grid{display:grid;gap:1rem}.schedule-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-light);border-radius:12px;transition:all .3s ease;flex-wrap:wrap}.schedule-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.schedule-card.hidden-card{display:none}.schedule-time{display:flex;flex-direction:column;align-items:center;min-width:80px;padding:1rem;background:var(--bg-white);border-radius:10px}.schedule-time .time{font-size:1rem;font-weight:700;color:var(--text-dark)}.schedule-time .duration{font-size:.75rem;color:var(--text-muted)}.schedule-info{flex:1;min-width:150px}.schedule-info h4{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.schedule-info p{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.schedule-info .spots{font-size:.75rem;color:var(--accent-gold);font-weight:500}.book-btn{padding:.625rem 1.5rem;background:var(--accent-gold);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.book-btn:hover{background:var(--accent-gold-hover);transform:scale(1.02)}.cta-section{padding:4rem 1.5rem;background:var(--bg-light)}.cta-container{max-width:600px;margin:0 auto;text-align:center}.cta-container h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.cta-container p{color:var(--text-muted);margin-bottom:1.5rem}.cta-btn{padding:.875rem 2rem;background:var(--accent-gold);color:#fff;border:none;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.cta-btn:hover{background:var(--accent-gold-hover);transform:translateY(-2px)}.pricing-section{padding:3rem 1.5rem;background:var(--bg-white)}.pricing-container{max-width:1200px;margin:0 auto}.pricing-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}.pricing-card{position:relative;background:var(--bg-light);border-radius:16px;padding:2rem;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.pricing-card.popular{background:var(--text-dark);color:#fff}.pricing-card.popular .pricing-header h3,.pricing-card.popular .pricing-price,.pricing-card.popular .pricing-features li{color:#fff}.pricing-card.popular .pricing-desc,.pricing-card.popular .pricing-features svg{color:#ffffffb3}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.5rem 1.25rem;background:var(--accent-gold);color:#fff;font-size:.75rem;font-weight:600;border-radius:50px}.pricing-header h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.pricing-desc{font-size:.875rem;color:var(--text-muted)}.pricing-price{margin:1.5rem 0;color:var(--text-dark)}.pricing-price .currency{font-size:1.25rem;font-weight:600;vertical-align:top}.pricing-price .amount{font-size:2.5rem;font-weight:700}.pricing-price .period{font-size:.875rem;color:var(--text-muted)}.pricing-savings{display:inline-block;padding:.25rem .75rem;background:#c4b49a33;color:var(--accent-gold);font-size:.75rem;font-weight:600;border-radius:50px;margin-bottom:1rem}.pricing-card.popular .pricing-savings{background:#fff3;color:#fff}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:var(--text-dark)}.pricing-features svg{color:var(--accent-gold);flex-shrink:0}.pricing-btn{width:100%;padding:.875rem;border:2px solid var(--accent-gold);background:transparent;color:var(--accent-gold);border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease}.pricing-btn:hover,.pricing-btn.primary{background:var(--accent-gold);color:#fff}.pricing-btn.primary:hover{background:var(--accent-gold-hover)}.faq-section{padding:4rem 1.5rem;background:var(--bg-light)}.faq-container{max-width:800px;margin:0 auto}.faq-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-white);border-radius:12px;overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left}.faq-question span{font-size:1rem;font-weight:500;color:var(--text-dark)}.faq-question svg{color:var(--text-muted);transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:200px}.faq-answer p{font-size:.9rem;color:var(--text-muted);line-height:1.7;padding:0 1.5rem 1.25rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease;padding:1rem}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;transform:translateY(20px);transition:transform .3s ease}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border:none;border-radius:50%;cursor:pointer;color:var(--text-dark);transition:all .2s ease}.modal-close:hover{background:var(--accent-gold);color:#fff}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.modal-header p{color:var(--text-muted);font-size:.9rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:10px;font-size:.9rem;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-gold)}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{padding:1rem;background:var(--accent-gold);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:var(--accent-gold-hover);transform:translateY(-2px)}.form-success{text-align:center;padding:2rem 0}.form-success svg{color:var(--accent-gold);margin-bottom:1rem}.form-success h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-success p{color:var(--text-muted);margin-bottom:1.5rem}@media(min-width:640px){.page-title{font-size:2.5rem}.schedule-card{flex-wrap:nowrap}.pricing-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.page-title{font-size:3rem}.pricing-cards{grid-template-columns:repeat(4,1fr)}.schedule-grid{grid-template-columns:repeat(2,1fr)}}
