*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.6}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#0d1117;background:#fff}h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}p{line-height:1.7;color:#6b7280}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{margin-bottom:1rem}.section-title p{max-width:600px;margin:0 auto;font-size:1.125rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:50px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.025em;cursor:pointer;transition:all .3s ease;text-decoration:none;background:#00bcd4;color:#fff}.btn-primary:hover{background:#00838f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:50px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.025em;cursor:pointer;transition:all .3s ease;text-decoration:none;background:transparent;color:#fff;border:2px solid #FFFFFF}.btn-secondary:hover{background:#fff;color:#1a237e;transform:translateY(-2px)}.btn-dark{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:50px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.025em;cursor:pointer;transition:all .3s ease;text-decoration:none;background:#1a237e;color:#fff}.btn-dark:hover{background:#283593;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.navbar{position:fixed;top:0;left:0;width:100%;height:72px;z-index:1000;transition:background .3s ease,box-shadow .3s ease}.navbar.scrolled{background:#1a237ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026}.navbar__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.navbar__inner{padding:0 2rem}}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar__logo{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em}.navbar__logo span{color:#00bcd4}.navbar__links{display:none;gap:2rem}@media(min-width:768px){.navbar__links{display:flex}}.navbar__links a{color:#ffffffd9;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.navbar__links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00bcd4;transition:width .3s ease}.navbar__links a:hover{color:#fff}.navbar__links a:hover:after{width:100%}.navbar__cta{display:none}@media(min-width:768px){.navbar__cta{display:inline-flex}}.navbar__toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media(min-width:768px){.navbar__toggle{display:none}}.navbar__toggle span{display:block;width:24px;height:2px;background:#fff;transition:all .3s ease}.navbar__mobile{display:none;position:fixed;top:72px;left:0;width:100%;background:#1a237efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;flex-direction:column;gap:1rem}.navbar__mobile.open{display:flex}@media(min-width:768px){.navbar__mobile{display:none!important}}.navbar__mobile a{color:#fff;font-size:1.1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.navbar__mobile .btn-primary{margin-top:.5rem;text-align:center;justify-content:center}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a237ed9,#00838f99),url(/images/hero-bg.svg) center/cover no-repeat;z-index:-1}.hero__bg:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(transparent,#fff)}.hero__content{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.hero__content{padding:0 2rem}}.hero__content{text-align:center;color:#fff;padding-top:72px}.hero__badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem}.hero__title{margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:#ffffffe6;max-width:650px;margin:0 auto 2rem;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero__scroll{position:absolute;bottom:140px;left:50%;transform:translate(-50%);color:#fff;animation:bounce 2s infinite;cursor:pointer;font-size:1.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.youtube{background:#f5f5f5}.youtube__grid{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.youtube__grid{padding:0 2rem}}.youtube__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.youtube__grid{grid-template-columns:1fr 1fr;align-items:center}}.youtube__text h2{margin-bottom:1rem}.youtube__text p{margin-bottom:2rem;font-size:1.1rem}.youtube__text .youtube__stats{display:flex;gap:2rem;margin-bottom:2rem}.youtube__stat h3{color:#00bcd4;font-size:1.75rem}.youtube__stat p{font-size:.875rem;color:#6b7280}.youtube__embed{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0003;background:#0d1117;aspect-ratio:16/9}.youtube__embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.youtube__subscribe{display:inline-flex;align-items:center;gap:.5rem;background:red;color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease}.youtube__subscribe:hover{background:#c00;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.youtube__subscribe svg{width:20px;height:20px}.camps__grid{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.camps__grid{padding:0 2rem}}.camps__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:576px){.camps__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.camps__grid{grid-template-columns:repeat(3,1fr)}}.camps__card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001f;transition:all .3s ease}.camps__card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0003}.camps__card:hover .camps__card-image img{transform:scale(1.05)}.camps__card-image{position:relative;height:220px;overflow:hidden}.camps__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.camps__card-image .camps__card-badge{position:absolute;top:1rem;right:1rem;background:#00bcd4;color:#fff;padding:.375rem .875rem;border-radius:50px;font-size:.8rem;font-weight:600}.camps__card-body{padding:1rem 2rem 2rem}.camps__card-location{display:flex;align-items:center;gap:.25rem;color:#00bcd4;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.camps__card-title{font-size:1.25rem;margin-bottom:.5rem;color:#0d1117}.camps__card-desc{font-size:.95rem;color:#6b7280;margin-bottom:1rem;line-height:1.6}.camps__card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #E5E7EB}.camps__card-dates{font-size:.85rem;color:#6b7280;font-weight:500}.camps__card-link{color:#00bcd4;font-weight:600;font-size:.9rem;transition:color .2s ease}.camps__card-link:hover{color:#00838f}.about{background:#1a237e;color:#fff;position:relative;overflow:hidden}.about:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;border-radius:50%;background:#00bcd414}.about__grid{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.about__grid{padding:0 2rem}}.about__grid{display:grid;gap:4rem;grid-template-columns:1fr;align-items:center}@media(min-width:768px){.about__grid{grid-template-columns:1fr 1fr}}.about__image{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 8px 30px #0003}.about__image img{width:100%;height:100%;object-fit:cover}.about__image-badge{position:absolute;bottom:2rem;left:2rem;background:#00bcd4e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.25rem;border-radius:12px;font-weight:700;font-size:.9rem}.about__text h2{margin-bottom:1rem;color:#fff}.about__text p{color:#fffc;font-size:1.1rem;margin-bottom:1rem}.about__highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.about__highlight{background:#ffffff14;border-radius:12px;padding:1rem}.about__highlight h4{color:#00bcd4;font-size:1.5rem;margin-bottom:.25rem}.about__highlight p{font-size:.875rem;color:#ffffffb3}.newsletter{background:linear-gradient(135deg,#00838f,#00bcd4);position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;top:-30%;left:-10%;width:400px;height:400px;border-radius:50%;background:#ffffff0d}.newsletter__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.newsletter__inner{padding:0 2rem}}.newsletter__inner{text-align:center;color:#fff;max-width:700px}.newsletter__icon{font-size:3rem;margin-bottom:1rem}.newsletter h2{color:#fff;margin-bottom:.5rem}.newsletter__subtitle{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem}.newsletter__form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}@media(min-width:576px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:50px;background:#ffffff1a;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.newsletter__input::placeholder{color:#fff9}.newsletter__input:focus{border-color:#fff;background:#ffffff26}.newsletter__submit{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:50px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.025em;cursor:pointer;transition:all .3s ease;text-decoration:none;background:#fff;color:#00838f;white-space:nowrap}.newsletter__submit:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.newsletter__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.newsletter__message{margin-top:1rem;font-size:.95rem;min-height:1.4rem}.newsletter__message--success{color:#fff}.newsletter__message--error{color:#ffcdd2}.newsletter__disclaimer{margin-top:1rem;font-size:.8rem;color:#fff9}.footer{background:#0d1117;color:#ffffffb3}.footer__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.footer__inner{padding:0 2rem}}.footer__inner{padding:4rem 0 2rem}.footer__grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand h3{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#fff;margin-bottom:.5rem}.footer__brand h3 span{color:#00bcd4}.footer__brand p{font-size:.95rem;line-height:1.7;color:#fff9}.footer__col h4{color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer__col a{display:block;color:#fff9;font-size:.9rem;padding:.25rem 0;transition:color .2s ease}.footer__col a:hover{color:#00bcd4}.footer__socials{display:flex;gap:1rem;margin-top:1rem}.footer__socials a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#ffffffb3;transition:all .3s ease;font-size:1.1rem}.footer__socials a:hover{background:#00bcd4;color:#fff;transform:translateY(-2px)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}
