@import url(https://fonts.googleapis.com/css2?family=Cormorant:wght@400;700&display=swap);body{font-family:Cormorant,serif}*{margin:0;padding:0;box-sizing:border-box}header{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,.85);color:#fff;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;z-index:1000}header h1{display:inline-block;margin:0 2rem;font-size:2rem;font-weight:700;color:#fff;letter-spacing:2px}.navbar{position:sticky;top:0;background:#222;padding:1em 2em;display:flex;align-items:center;justify-content:space-between;z-index:1000}.navbar-toggle{display:none;background:0 0;border:none;color:#fff;font-size:3em;cursor:pointer}.navbar-brand{color:#fff;font-size:2em;font-weight:700;letter-spacing:1px}.navbar-links{display:flex;gap:2em}.navbar a{color:#fff;text-decoration:none;font-weight:700;font-size:1.5em;transition:color .2s}.navbar a:hover{color:#005f3d}@media (max-width:768px){.navbar-links{display:none;flex-direction:column;background:#222;position:absolute;top:100%;left:0;width:100%;padding:1em 0}.navbar-links.active{display:flex}.navbar-toggle{display:block}}.home-image{width:100%;height:auto;display:block;max-width:100vw;object-fit:cover}.hero{color:#fff;padding:5rem 2rem;text-align:center;position:relative}.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#005f3d;z-index:1}.hero>*{position:relative;z-index:2}.hero h2{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.hero h4{font-size:1.6rem;font-weight:400;margin-bottom:0}.about-section .about-text{font-size:1.35rem}.about-section .about-text h3{margin-bottom:1rem}.about-section .about-content{display:flex;align-items:center;justify-content:center;gap:2rem;padding:3rem 2rem}.about-section .about-text{flex:1}.about-section .about-image{flex:1;display:flex;justify-content:center}.about-section .about-image img{max-width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 24px rgba(0,0,0,.12)}.features-section{background:#005f3d;text-align:center;padding:6em 1em;margin:0;color:#fdfdfd}.features-section h2,.features-section h3,.features-section p{text-align:center}.features-row{display:flex;justify-content:center;gap:2em;flex-wrap:wrap}.features-content{flex:1 1 200px;max-width:300px;border-radius:12px;padding:1.5em 1em;margin:.5em 0;box-sizing:border-box}.features-content i{margin-bottom:.75em;display:block}.features-content h3{font-size:2rem;margin-bottom:.5em}.features-content h2{font-size:2.25rem;margin-bottom:.5em}.features-content p{font-size:1.25rem}#join{text-align:center;padding:3rem 1rem}#join h3{font-size:2rem}#join p{font-size:1.25rem}#join .cta-button{font-size:1.2rem}#join .cta-button,#join h3,#join i,#join p{margin-bottom:1.5rem}#join .cta-button{display:inline-block;padding:.75em 2em;background:#005f3d;color:#fff;border-radius:2em;text-decoration:none;font-weight:700;transition:background .2s}#join .cta-button:hover{background:#003d27}footer{text-align:center;padding:1.5rem 0;color:#888;font-size:.95rem}