*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f9fbfd;min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;background:#1f3a5f;color:#fff;padding:15px 30px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.3)}.navbar h2{font-weight:700;font-size:1.5rem}.navbar a{color:#fff;margin-left:24px;text-decoration:none;font-weight:600;font-size:1rem;transition:color .3s ease}.navbar a:focus,.navbar a:hover{text-decoration:underline;color:#cbd5e1;outline:0}blockquote{margin:1.5em 0;padding:1em 1.5em;border-left:4px solid #4a90e2;background-color:#f9fbfd;color:#333;font-style:italic;line-height:1.6;position:relative}.section{padding:70px 10%;display:flex;align-items:center;gap:40px;flex-wrap:wrap}.section .text{flex:1 1 300px;min-width:280px}.section .text h2{font-size:2rem;margin-bottom:16px;color:#1f3a5f;font-weight:700}.section .text p{margin-bottom:1.2rem;font-size:1.1rem;line-height:1.5;color:#444}.section .image{flex:1 1 300px;min-width:280px;display:flex;justify-content:center}.section .image img{width:100%;max-width:520px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);object-fit:cover}.cta{background:#1f3a5f;color:#fff;text-align:center;padding:70px 20px}.cta h2{font-size:2.25rem;margin-bottom:16px;font-weight:700}.cta p{font-size:1.25rem;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.4}.btn{display:inline-block;margin:0 12px 12px 12px;background:#3498db;color:#fff;padding:14px 28px;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;box-shadow:0 3px 6px rgba(52,152,219,.4);transition:background-color .3s ease,box-shadow .3s ease;user-select:none}.btn:focus,.btn:hover{background:#217dbb;box-shadow:0 6px 12px rgba(33,125,187,.6);outline:0}h2.community-header{margin:60px 10% 10px;font-size:2rem;color:#1f3a5f;font-weight:700}.community-text{margin:0 10% 30px;font-size:1.1rem;color:#444;max-width:800px}.community-link{display:inline-block;margin:0 10% 60px;font-weight:600;font-size:1.1rem;color:#3498db;text-decoration:none;user-select:text;transition:color .3s ease}.community-link:focus,.community-link:hover{color:#217dbb;text-decoration:underline;outline:0}footer{text-align:center;padding:20px 10%;background:#1f3a5f;color:#fff;font-size:.95rem;flex-shrink:0;user-select:none}@media (max-width:800px){.section{flex-direction:column;padding:50px 8%}.section .image,.section .text{min-width:100%}.cta{padding:50px 15px}.community-link,.community-text,h2.community-header{margin-left:8%;margin-right:8%}.hero h1{font-size:2rem}}.collapsible{background-color:#3498db;color:#fff;cursor:pointer;padding:12px 20px;width:100%;border:none;border-radius:6px;text-align:left;font-size:1.1rem;transition:background .3s ease;margin-top:12px}.collapsible:hover{background-color:#217dbb}.content{max-height:0;overflow:hidden;transition:max-height .4s ease;padding-left:0;margin-top:0}.content p{padding:10px 0}