*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.navbar{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background:#fff;z-index:1000;box-shadow:0 2px 4px #0000001a}.navbar-logo{height:60px;width:auto}.navbar-links{display:flex;align-items:center;gap:.25rem}.navbar-links button{background:none;border:none;font-size:.85rem;font-weight:600;color:#333;cursor:pointer;padding:.5rem .75rem;letter-spacing:.5px;transition:color .2s}.navbar-links button:hover{color:#1b5e20}.register-btn{background:#1b5e20!important;color:#fff!important;border-radius:4px!important;padding:.5rem 1.25rem!important;transition:background .2s!important}.register-btn:hover{background:#2e7d32!important}.hamburger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.hero{margin-top:76px;position:relative;height:calc(100vh - 76px);overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#00000073;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-overlay h1{font-size:3rem;color:#fff;font-weight:800;letter-spacing:2px;text-align:center}.hero-overlay h3{font-size:1.25rem;color:#fff;font-weight:400;margin-top:.5rem}.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.hero-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .3s}.hero-dot.active{background:#1b5e20}.section{padding:4rem 2rem}.section-dark{background:#1b5e20;color:#fff}.section h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-content{max-width:800px;margin:0 auto;text-align:justify;font-size:1rem;line-height:1.8}.whatwedo-intro{max-width:800px;margin:0 auto 2rem;text-align:justify;font-size:1rem;line-height:1.8}.whatwedo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.whatwedo-card{text-align:center}.whatwedo-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;letter-spacing:1px}.whatwedo-card img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:.75rem}.whatwedo-card p{font-size:.9rem;text-align:justify;line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.values-block h2{text-align:left;color:#1b5e20;font-size:1.5rem;margin-bottom:1rem}.values-block ul{padding-left:0}.values-block li{margin-bottom:.5rem;line-height:1.7;font-size:.95rem}.values-block p{font-size:.95rem;text-align:justify;line-height:1.7}.gallery-subtitle{text-align:center;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:1100px;margin:0 auto}.gallery-grid img{width:100%;height:180px;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform .2s}.gallery-grid img:hover{transform:scale(1.03)}.lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer}.lightbox img{max-width:90%;max-height:90vh;border-radius:8px}.schedule-note{text-align:center;max-width:700px;margin:0 auto 2rem;font-size:.95rem}.schedule-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1000px;margin:0 auto 2rem}.schedule-day{border:1px solid #c8e6c9;border-radius:8px;overflow:hidden}.schedule-day-header{background:#1b5e20;color:#fff;text-align:center;padding:.5rem;font-weight:700;font-size:.9rem}.schedule-day-header.friday{background:#78909c}.schedule-session{padding:.75rem;border-bottom:1px solid #e0e0e0;font-size:.8rem}.schedule-session:last-child{border-bottom:none}.schedule-session strong{display:block;color:#1b5e20;margin-bottom:.25rem}.schedule-actions{text-align:center;margin-top:1.5rem}.schedule-actions a{display:inline-block;padding:.6rem 1.5rem;border:2px solid #fff;border-radius:4px;color:#fff;font-weight:600;margin:.5rem;transition:background .2s,color .2s}.schedule-actions a:hover{background:#fff;color:#1b5e20}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info p{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem}.contact-info svg{flex-shrink:0;width:20px;height:20px;fill:#1b5e20;margin-top:3px}.contact-map{width:100%;height:250px;border:0;border-radius:8px;margin-top:1rem}.contact-form label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.25rem;margin-top:1rem}.contact-form label:first-child{margin-top:0}.contact-form input,.contact-form textarea{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;font-family:inherit}.contact-form textarea{height:120px;resize:vertical}.contact-form button{margin-top:1rem;width:100%;padding:.75rem;background:#1b5e20;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.contact-form button:hover{background:#2e7d32}.footer{background:#222;color:#aaa;padding:2rem;text-align:center}.footer-logo{height:50px;margin:0 auto .75rem}.footer p{font-size:.85rem;margin-bottom:.75rem}.footer-socials{display:flex;justify-content:center;gap:1rem}.footer-socials a{color:#aaa;transition:color .2s}.footer-socials a:hover{color:#fff}.footer-socials svg{width:20px;height:20px;fill:currentColor}@media(max-width:768px){.navbar-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 8px #0000001a}.navbar-links.open{display:flex}.hamburger{display:block}.hero-overlay h1{font-size:1.75rem}.whatwedo-cards,.values-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.schedule-grid,.contact-wrapper{grid-template-columns:1fr}}
