:root{--primary-color:#FF6B35;--secondary-color:#F7931E;--accent-color:#4ECDC4;--dark-color:#2C3E50;--light-color:#ECF0F1;--text-color:#34495E;--success-color:#27AE60;--whatsapp-color:#25D366;--telegram-color:#0088cc;--shadow:0 4px 6px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 30px rgba(0, 0, 0, 0.15);--spacing-xs:0.5rem;--spacing-sm:0.75rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.6;color:var(--text-color);overflow-x:hidden;font-size:16px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 24px}}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.98);box-shadow:var(--shadow);z-index:1000;transition:all .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:.6rem 12px;gap:10px;min-height:50px}@media(min-width:768px){.navbar .container{padding:.75rem 20px;min-height:60px}}.nav-brand{font-size:.85rem;font-weight:700;color:var(--primary-color);display:flex;align-items:center;gap:.35rem;flex-shrink:0;white-space:nowrap;line-height:1.2}@media(min-width:480px){.nav-brand{font-size:1rem;gap:.4rem}}@media(min-width:768px){.nav-brand{font-size:1.25rem;gap:.5rem}}.logo-emoji{font-size:1.2rem;line-height:1}.logo-image{height:28px;width:auto;max-width:40px;object-fit:contain}@media(min-width:480px){.logo-emoji{font-size:1.4rem}.logo-image{height:32px;max-width:45px}}@media(min-width:768px){.logo-emoji{font-size:1.6rem}.logo-image{height:40px;max-width:50px}}.nav-menu{display:flex;list-style:none;gap:1rem;align-items:center}@media(min-width:1130px){.nav-menu{gap:1.2rem}}.nav-link{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .3s ease;position:relative;font-size:.8rem}@media(min-width:1130px){.nav-link{font-size:.9rem}}.nav-link:hover{color:var(--primary-color)}.nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-link:hover::after{width:100%}.cta-nav{background:var(--primary-color);color:#fff!important;padding:.4rem 1rem;border-radius:20px}@media(min-width:1130px){.cta-nav{padding:.5rem 1.25rem}}.cta-nav::after{display:none}.cta-nav:hover{background:var(--secondary-color);color:#fff!important}.nav-toggle{display:none;flex-direction:column;background:0 0;border:none;cursor:pointer;padding:6px;margin-left:auto;flex-shrink:0}.nav-toggle span{width:22px;height:2px;background:var(--dark-color);margin:3px 0;transition:.3s;border-radius:2px}@media(min-width:768px){.nav-toggle span{width:24px;height:2.5px}}.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;background-attachment:scroll;position:relative;margin-top:50px;padding:1.5rem 0}@media(min-width:768px){.hero{margin-top:60px;background-attachment:fixed;padding:2rem 0}}.hero-content{text-align:center;color:#fff;max-width:800px;animation:fadeInUp .8s ease;padding:0 1rem}@media(min-width:768px){.hero-content{padding:0 2rem}}.hero-title{font-size:clamp(1.5rem,5vw,2.8rem);font-weight:700;margin-bottom:.75rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2}@media(min-width:768px){.hero-title{margin-bottom:1rem}}.hero-subtitle{font-size:clamp(.95rem,2.5vw,1.4rem);margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.4}@media(min-width:768px){.hero-subtitle{margin-bottom:1.5rem}}.hero-description{font-size:.95rem;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6}@media(min-width:768px){.hero-description{font-size:1.05rem;margin-bottom:2rem;line-height:1.8}}.btn{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:.85rem;text-align:center}@media(min-width:768px){.btn{padding:.9rem 2rem;font-size:.95rem}}.btn-primary{background:var(--primary-color);color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--light-color);color:var(--dark-color)}.btn-secondary:hover{background:var(--dark-color);color:#fff}.btn-lg{padding:.85rem 1.75rem;font-size:.9rem}@media(min-width:768px){.btn-lg{padding:1rem 2.5rem;font-size:1rem}}.btn-whatsapp{background:var(--whatsapp-color);color:#fff;display:inline-flex;align-items:center;gap:.5rem}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.btn-telegram{background:var(--telegram-color);color:#fff;display:inline-flex;align-items:center;gap:.5rem}.btn-telegram:hover{background:#0077b5;transform:translateY(-2px)}.btn-custom{background:var(--primary-color);color:#fff;box-shadow:var(--shadow);display:inline-flex;align-items:center;gap:.5rem}.btn-custom:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.section{padding:2.5rem 0}@media(min-width:768px){.section{padding:4rem 0}}@media(min-width:1024px){.section{padding:5rem 0}}.section-title{text-align:center;font-size:1.5rem;margin-bottom:1.5rem;color:var(--dark-color);position:relative;line-height:1.3;padding:0 .5rem}@media(min-width:480px){.section-title{font-size:1.75rem;margin-bottom:2rem}}@media(min-width:768px){.section-title{font-size:2rem;margin-bottom:2.5rem}}@media(min-width:1024px){.section-title{font-size:2.25rem;margin-bottom:3rem}}.section-title::after{content:'';display:block;width:60px;height:3px;background:var(--primary-color);margin:1rem auto;border-radius:2px}@media(min-width:768px){.section-title::after{width:80px;height:4px}}.benefits{background:var(--light-color)}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.features-grid{gap:1.25rem}}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.feature-card{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;text-align:center}@media(min-width:480px){.feature-card{padding:1.5rem}}@media(min-width:768px){.feature-card{padding:1.75rem;border-radius:15px}}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}@media(min-width:768px){.feature-card:hover{transform:translateY(-8px)}}.feature-icon{font-size:2.25rem;margin-bottom:.75rem}@media(min-width:768px){.feature-icon{font-size:2.75rem;margin-bottom:1rem}}.feature-title{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark-color);line-height:1.3}@media(min-width:768px){.feature-title{font-size:1.25rem;margin-bottom:.75rem}}.feature-description{color:var(--text-color);line-height:1.6;font-size:.875rem}@media(min-width:768px){.feature-description{font-size:.95rem;line-height:1.7}}.programs-grid{display:grid;gap:1.25rem}@media(min-width:768px){.programs-grid{gap:1.75rem}}.program-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr;transition:transform .3s ease}@media(min-width:640px){.program-card{grid-template-columns:1fr 2fr;border-radius:15px}}.program-card:hover{transform:scale(1.01);box-shadow:var(--shadow-lg)}@media(min-width:768px){.program-card:hover{transform:scale(1.02)}}.program-image{height:180px;overflow:hidden}@media(min-width:640px){.program-image{height:100%;min-height:200px}}.program-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.program-card:hover .program-image img{transform:scale(1.05)}.program-content{padding:1.25rem}@media(min-width:640px){.program-content{padding:1.5rem}}@media(min-width:768px){.program-content{padding:1.75rem}}.program-title{font-size:1.15rem;margin-bottom:.5rem;color:var(--dark-color);line-height:1.3}@media(min-width:768px){.program-title{font-size:1.4rem;margin-bottom:.75rem}}.program-description{color:var(--text-color);line-height:1.6;font-size:.875rem}@media(min-width:768px){.program-description{font-size:.95rem;line-height:1.7}}.gallery{background:var(--light-color)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:480px){.gallery-grid{gap:1rem}}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.gallery-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4/3;cursor:pointer}@media(min-width:768px){.gallery-item{border-radius:12px}}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.08)}@media(min-width:768px){.gallery-item:hover img{transform:scale(1.1)}}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;padding:1.5rem .75rem .75rem;transform:translateY(100%);transition:transform .3s ease;font-size:.8rem}@media(min-width:768px){.gallery-overlay{padding:2rem 1rem 1rem;font-size:.9rem}}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.testimonial-card{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:var(--shadow);position:relative}@media(min-width:768px){.testimonial-card{padding:1.5rem;border-radius:15px}}.testimonial-photo{width:55px;height:55px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;border:3px solid var(--primary-color)}@media(min-width:768px){.testimonial-photo{width:65px;height:65px;border-width:4px;margin-bottom:1rem}}.testimonial-text{font-style:italic;margin-bottom:.75rem;line-height:1.6;color:var(--text-color);font-size:.875rem}@media(min-width:768px){.testimonial-text{font-size:.95rem;line-height:1.7;margin-bottom:1rem}}.testimonial-author{display:flex;flex-direction:column;gap:.15rem}.testimonial-author strong{color:var(--dark-color);font-size:.95rem}@media(min-width:768px){.testimonial-author strong{font-size:1rem}}.testimonial-author span{color:var(--text-color);font-size:.8rem}@media(min-width:768px){.testimonial-author span{font-size:.85rem}}.pricing{background:var(--light-color)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.pricing-card{background:#fff;padding:1.5rem 1.25rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;position:relative;transition:transform .3s ease}@media(min-width:768px){.pricing-card{padding:2rem 1.5rem;border-radius:15px}}.pricing-card:hover{transform:translateY(-5px)}@media(min-width:768px){.pricing-card:hover{transform:translateY(-8px)}}.pricing-card.featured{border:2px solid var(--primary-color)}@media(min-width:768px){.pricing-card.featured{border-width:3px;transform:scale(1.02)}}.pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--primary-color);color:#fff;padding:.35rem 1rem;border-radius:20px;font-weight:700;font-size:.7rem;white-space:nowrap}@media(min-width:768px){.pricing-badge{top:-12px;padding:.45rem 1.25rem;font-size:.8rem}}.pricing-name{font-size:1.25rem;margin-bottom:.35rem;color:var(--dark-color)}@media(min-width:768px){.pricing-name{font-size:1.5rem;margin-bottom:.5rem}}.pricing-label{color:var(--text-color);margin-bottom:.75rem;font-size:.8rem}@media(min-width:768px){.pricing-label{font-size:.9rem;margin-bottom:1rem}}.pricing-price{font-size:1.75rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}@media(min-width:768px){.pricing-price{font-size:2.25rem;margin-bottom:1.25rem}}.pricing-features{text-align:left;margin-bottom:1.25rem;line-height:1.8;font-size:.85rem}@media(min-width:768px){.pricing-features{font-size:.95rem;margin-bottom:1.75rem;line-height:2}}.pricing-features ul{list-style:none}.pricing-features li::before{content:'✓ ';color:var(--success-color);font-weight:700;margin-right:.35rem;font-size:1rem}@media(min-width:768px){.pricing-features li::before{margin-right:.5rem}}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;margin-bottom:.75rem;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}@media(min-width:768px){.faq-item{margin-bottom:1rem;border-radius:10px}}.faq-question{width:100%;padding:1rem;background:#fff;border:none;text-align:left;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--dark-color);transition:background .3s ease;gap:.75rem}@media(min-width:768px){.faq-question{padding:1.25rem;font-size:1rem}}.faq-question:hover{background:var(--light-color)}.faq-icon{font-size:1.25rem;color:var(--primary-color);transition:transform .3s ease;flex-shrink:0}@media(min-width:768px){.faq-icon{font-size:1.4rem}}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1rem;color:var(--text-color);line-height:1.7;font-size:.875rem}@media(min-width:768px){.faq-answer{padding:0 1.25rem;font-size:.95rem;line-height:1.8}}.faq-item.active .faq-answer{max-height:500px;padding:1rem}@media(min-width:768px){.faq-item.active .faq-answer{padding:1.25rem}}.aboutus{background:var(--light-color)}.aboutus-description{max-width:800px;margin:0 auto 3rem;text-align:center;color:var(--text-color);font-size:1.05rem;line-height:1.8}.aboutus-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.aboutus-team{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}}.team-member{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:var(--shadow);transition:all .3s ease;position:relative}.team-member[onclick]{cursor:pointer}.team-member:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.team-member-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid var(--primary-color)}.team-member-name{font-weight:600;color:var(--dark-color);font-size:1rem}.team-member-has-bio{position:absolute;top:10px;right:10px;color:var(--accent-color);opacity:.6}.team-member:hover .team-member-has-bio{opacity:1}.member-modal{display:none;position:fixed;inset:0;background:rgba(44,62,80,.9);z-index:9999;align-items:center;justify-content:center;backdrop-filter:blur(10px);padding:1rem}.member-modal.active{display:flex}.member-modal-content{background:#fff;border-radius:20px;max-width:400px;width:100%;padding:2rem;text-align:center;position:relative;animation:zoomIn .3s ease}@keyframes zoomIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.member-modal-close{position:absolute;top:10px;right:15px;font-size:2rem;color:var(--text-color);cursor:pointer;background:0 0;border:none;line-height:1;transition:color .3s ease}.member-modal-close:hover{color:var(--primary-color)}.member-modal-image{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:5px solid var(--primary-color)}.member-modal-name{font-size:1.25rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}.member-modal-bio{color:var(--text-color);line-height:1.7;font-size:.95rem}.contact{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.contact .section-title{color:#fff}.contact .section-title::after{background:#fff}.contact-subtitle{font-size:.95rem;margin-bottom:1.5rem;padding:0 1rem}@media(min-width:768px){.contact-subtitle{font-size:1.1rem;margin-bottom:2rem}}.contact-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;padding:0 1rem}@media(min-width:768px){.contact-buttons{gap:1.25rem}}.footer{background:var(--dark-color);color:#fff;text-align:center;padding:1.25rem 0;font-size:.85rem}.footer .bystro-branding{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.footer .bystro-branding a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease}.footer .bystro-branding a:hover{color:var(--primary-color)}.footer .bystro-branding strong{color:var(--primary-color)}@media(min-width:768px){.footer{padding:1.75rem 0;font-size:.9rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1129px){.nav-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:50px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow);padding:1.5rem 0;gap:0}.nav-menu li{padding:.75rem 0}.nav-menu .nav-link{font-size:.9rem;padding:.5rem 1rem}.nav-menu .cta-nav{margin-top:.5rem}.nav-menu.active{left:0}}@media(min-width:768px) and (max-width:1129px){.nav-menu{top:60px}}.gallery-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:9999;opacity:0;transition:opacity .3s ease}.gallery-modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.gallery-modal-content{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.gallery-modal-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:10px;box-shadow:0 10px 50px rgba(0,0,0,.5);animation:zoomIn .3s ease}@keyframes zoomIn{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.gallery-modal-title{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);color:#fff;font-size:1.2rem;text-align:center;width:100%;padding:1rem}.gallery-modal-close{position:absolute;top:20px;right:30px;font-size:3rem;color:#fff;cursor:pointer;background:0 0;border:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10001}.gallery-modal-close:hover{background:rgba(255,255,255,.1);transform:rotate(90deg)}.gallery-modal-prev,.gallery-modal-next{position:absolute;top:50%;transform:translateY(-50%);font-size:3rem;color:#fff;cursor:pointer;background:rgba(255,255,255,.1);border:none;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10001}.gallery-modal-prev:hover,.gallery-modal-next:hover{background:rgba(255,255,255,.2);transform:translateY(-50%)scale(1.1)}.gallery-modal-prev{left:30px}.gallery-modal-next{right:30px}.gallery-modal-counter{position:absolute;top:20px;left:50%;transform:translateX(-50%);color:#fff;font-size:1.1rem;background:rgba(0,0,0,.5);padding:.5rem 1.5rem;border-radius:25px;z-index:10001}.gallery-modal-thumbnails{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;max-width:90%;overflow-x:auto;padding:10px;background:rgba(0,0,0,.5);border-radius:10px;scrollbar-width:thin;scrollbar-color:var(--primary-color)rgba(255,255,255,.1)}.gallery-modal-thumbnails::-webkit-scrollbar{height:5px}.gallery-modal-thumbnails::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:10px}.gallery-modal-thumbnails::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.gallery-thumbnail{width:80px;height:60px;object-fit:cover;border-radius:5px;cursor:pointer;opacity:.5;transition:all .3s ease;border:2px solid transparent;flex-shrink:0}.gallery-thumbnail:hover{opacity:.8}.gallery-thumbnail.active{opacity:1;border-color:var(--primary-color);transform:scale(1.1)}@media(max-width:768px){.gallery-modal-prev,.gallery-modal-next{width:50px;height:50px;font-size:2rem}.gallery-modal-prev{left:10px}.gallery-modal-next{right:10px}.gallery-modal-close{top:10px;right:10px;font-size:2.5rem;width:40px;height:40px}.gallery-modal-counter{top:10px;font-size:.9rem;padding:.4rem 1rem}.gallery-modal-thumbnails{display:none}.gallery-modal-title{font-size:1rem;bottom:-40px}}.hero:not([style*=background-image]){background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 50%,var(--accent-color) 100%)}