body{margin:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#222;font-family:Segoe UI,sans-serif}.navbar{z-index:10;background:#1a3c5e;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.logo{color:#fff;font-size:1.3rem;font-weight:700}.nav-links a{color:#cde;margin-left:1.5rem;font-size:.95rem;text-decoration:none}.nav-links a:hover{color:#fff}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a3c5e 0%,#2e7d9e 100%);padding:6rem 2rem}.hero h1{margin-bottom:1rem;font-size:2.4rem}.hero p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.btn{color:#fff;cursor:pointer;background:#f0a500;border:none;border-radius:4px;padding:.75rem 2rem;font-size:1rem;text-decoration:none;display:inline-block}.btn:hover{background:#d4920a}.section{max-width:960px;margin:0 auto;padding:4rem 2rem}.section.alt{background:#f5f7fa;max-width:100%;padding:4rem 2rem}.section.alt>*{max-width:960px;margin-left:auto;margin-right:auto}h2{color:#1a3c5e;margin-bottom:1.5rem;font-size:1.8rem}.section p{color:#444;line-height:1.7}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.event-date{color:#f0a500;text-transform:uppercase;font-size:.8rem;font-weight:700}.card h3{color:#1a3c5e;margin:.5rem 0}.card p{color:#555;font-size:.9rem}.member-card{text-align:center}.avatar{color:#fff;background:#1a3c5e;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.2rem;font-weight:700;display:flex}.contact-form{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;display:flex}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:4px;width:100%;padding:.75rem 1rem;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:#2e7d9e;outline:none}.footer{color:#aac;text-align:center;background:#1a3c5e;padding:1.5rem;font-size:.9rem}
