*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #111111;--black-light: #1a1a1a;--yellow: #FFD100;--yellow-hover: #FFE033;--forest: #1a3c2a;--trail: #2d5016;--earth: #222;--sand: #f5f0e8;--white: #ffffff;--dark: #111;--gray: #555;--gold: var(--yellow)}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;color:var(--dark);background:var(--white)}h1,h2,h3,h4{font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}nav{position:fixed;top:0;width:100%;z-index:100;background:#111111f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}nav .logo{font-family:Montserrat,sans-serif;font-weight:900;font-size:1.1rem;color:var(--yellow);letter-spacing:1px;display:flex;align-items:center;gap:.7rem}nav ul{list-style:none;display:flex;gap:2rem}nav ul li a{color:var(--white);font-weight:600;font-size:.95rem;transition:color .3s}nav ul li a:hover{color:var(--gold)}.nav-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);position:relative;overflow:hidden;background:linear-gradient(#0000008c,#0000008c),url(/images/573838197_17883130119406443_3508296818104423493_n.jpg) center/cover no-repeat;background-attachment:fixed}@media(max-width:768px){.hero{background-attachment:scroll}}.hero-content{max-width:800px;padding:2rem}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1rem}.hero h1 span{color:var(--gold)}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.btn{display:inline-block;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .3s;cursor:pointer;border:none}.btn-primary{background:var(--yellow);color:var(--black)}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 4px 20px #ffd10066}.btn-outline{border:2px solid var(--white);color:var(--white);background:transparent;margin-left:1rem}.btn-outline:hover{background:var(--white);color:var(--black)}.announcement{position:fixed;top:70px;width:100%;z-index:99;background:var(--yellow);color:var(--black);text-align:center;padding:10px 2rem;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;animation:pulse-bg 2s ease-in-out infinite}.announcement a{color:var(--black);text-decoration:underline}@keyframes pulse-bg{0%,to{background:var(--yellow)}50%{background:#fff3b0}}.hero{margin-top:44px}section{padding:5rem 2rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:.5rem}.section-title p{color:var(--gray);font-size:1.1rem;max-width:600px;margin:0 auto}.bg-sand{background:var(--sand)}.bg-forest{background:var(--black);color:var(--white)}.bg-forest .section-title h2{color:var(--yellow)}.bg-forest .section-title p{color:#fffc}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;align-items:center}.about-text h3{font-size:1.8rem;color:var(--black);margin-bottom:1rem}.about-text p{line-height:1.8;color:var(--gray);margin-bottom:1rem}.about-img{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #00000026}.about-img img{width:100%;height:400px;object-fit:cover}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.program-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.program-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.program-card img{width:100%;height:200px;object-fit:cover;object-position:top}.program-card .card-body{padding:1.5rem}.program-card h3{font-size:1.3rem;color:var(--black);margin-bottom:.5rem}.program-card p{color:var(--gray);line-height:1.6;font-size:.95rem}.timeline{max-width:700px;margin:0 auto;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold)}.timeline-item{position:relative;margin-bottom:2.5rem;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:-2.55rem;top:.3rem;width:16px;height:16px;border-radius:50%;background:var(--yellow);border:3px solid var(--black)}.timeline-item h3{font-size:1.2rem;margin-bottom:.3rem}.timeline-item p{color:#fffc;line-height:1.6}.stats-row{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.stat{text-align:center}.stat .number{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:900;color:var(--gold)}.stat .label{font-size:1rem;margin-top:.3rem;opacity:.9}.partners-row{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap;max-width:800px;margin:0 auto}.partner-logo img{height:80px;object-fit:contain;transition:transform .3s}.partner-logo:hover img{transform:scale(1.05)}.partner-logo.nica-logo{background:var(--black);padding:.8rem 1.5rem;border-radius:8px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.testimonial{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;border-left:4px solid var(--yellow)}.testimonial p{font-style:italic;line-height:1.7;color:var(--gray);margin-bottom:1rem}.testimonial .author{font-weight:700;color:var(--black)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;max-width:1100px;margin:0 auto}.gallery-item{border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:1;transition:transform .3s}.gallery-item:hover{transform:scale(1.03)}.gallery-item img{width:100%;height:100%;object-fit:cover}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:200;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:pointer}.lightbox img{max-width:90vw;max-height:85vh;border-radius:8px;object-fit:contain}.lightbox-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:var(--white);font-size:2rem;cursor:pointer;z-index:201}.cta-section{text-align:center;padding:5rem 2rem;background:linear-gradient(#111111e0,#111111e0),url(/images/548925979_17877435645406443_8314730562909576634_n.jpeg) center/cover no-repeat;color:var(--white)}.cta-section h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem;color:var(--yellow)}.cta-section p{font-size:1.15rem;max-width:600px;margin:0 auto 2rem;opacity:.9}footer{background:var(--dark);color:#ffffffb3;padding:3rem 2rem;text-align:center}footer .footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}footer .footer-links a{color:#ffffffb3;transition:color .3s}footer .footer-links a:hover{color:var(--gold)}footer .copyright{font-size:.85rem;margin-top:1rem}@media(max-width:768px){nav ul{display:none;position:absolute;top:70px;left:0;width:100%;background:var(--black);flex-direction:column;padding:1rem 2rem;gap:1rem}nav ul.open{display:flex}.nav-toggle{display:block}.about-grid{grid-template-columns:1fr}.stats-row{gap:2rem}.hero h1{font-size:2.2rem}.btn-outline{margin-left:0;margin-top:1rem}.hero .btn-wrap{display:flex;flex-direction:column;align-items:center;gap:0}}
