html{color-scheme:light;background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium)}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif;background:#f3f4f6}.hero-section,.topics-section{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.hero-section{background:linear-gradient(120deg,#43a047,#a5d6a7);border-radius:24px;box-shadow:0 8px 32px #43a04721;margin-bottom:2rem}.topics-section{background:#fff;border-radius:24px;box-shadow:0 4px 18px #43a04714}.navbar{width:800%;height:1500%;background:#f5f5f5d9;box-shadow:0 4px 16px #1b73c51a;border-bottom:1.5px solid #e0e0e0;padding:.5rem 0;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .3s}.image-container{display:flex;align-items:center;gap:.5rem}.navbar-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center}.navbar-title{font-size:1.2rem;font-weight:700;color:#388e3c;letter-spacing:0,5px}body{font-family:Arial,sans-serif;margin:0;padding:0;color:#030303;background-color:#f5f5f5;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:0 auto}.section-title{font-size:2rem;color:#2e7d32;margin-bottom:.5rem}p{margin-bottom:1rem}.regions{padding:2rem 0;background-color:#fff}.regions .regions-header .section-title{font-size:3rem;color:#2e7d32;margin-bottom:.5rem}.regions-header{text-align:center;margin-bottom:rem;color:#2e7d32}.regions-header .regions-description{color:#858080;font-size:1rem;text-align:center}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:2rem}.region-card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.region-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.card-image{position:relative;width:100%;height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.card-image .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;opacity:0;transition:opacity .3s ease}.card-image:hover .image-overlay{opacity:1}.card-content{padding:1.5rem}.card-title{font-size:1.5rem;margin-bottom:.5rem;color:#b3461f}.card-description{font-size:1rem;color:#050505;margin-bottom:1rem}.learn-more-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#2e7d32;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:700;transition:background-color .3s ease}.learn-more-btn:hover{background-color:#66bb6a}.learn-more-btn .btn-icon{width:1rem;height:1rem;stroke-width:2}.resources{padding:4rem 0;background-color:#fff}.resources-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.resources .resources-content .section-title{font-size:2rem;color:#2e7d32;margin-bottom:.5rem}.resources .resources-content p{font-size:1rem;color:#888;margin-bottom:1rem}@media (max-width: 900px){.resources-grid{grid-template-columns:1fr}}.resources-content .quote{font-style:italic;color:#0b2208;margin-bottom:.5rem}.resources-content .quote-author{text-align:right;color:#0a0a0a;margin-bottom:1.5rem}.resources-text{margin-bottom:2rem}.resources-buttons{display:flex;gap:1rem}.primary-btn,.secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;border:none;cursor:pointer;transition:background-color .3s ease}.primary-btn{background-color:#2e7d32;color:#fff}.primary-btn:hover{background-color:#66bb6a}.secondary-btn{background-color:transparent;border:2px solid #3f5fb8;color:#795548}.secondary-btn:hover{background-color:#795548;color:#fff}.resources-image{position:relative}.resources-image img{width:100%;border-radius:1rem;display:block}.resources-image .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a;border-radius:1rem}.footer{background-color:#23662c;color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo .logo{background-color:#2e7d32;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.footer-logo .brand-title{font-size:1.25rem}.footer-description{margin-top:1rem;font-size:.9rem}.footer-links .footer-title{font-weight:700;margin-bottom:1rem}.footer-nav{list-style:none;padding:0}.footer-nav li{margin-bottom:.5rem}.footer-nav li a{color:#fff;transition:color .3s ease}.footer-nav li a:hover{color:#66bb6a}.footer-bottom{margin-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.social-links{display:flex;gap:1rem}.social-link{color:#fff;transition:color .3s ease}.social-link:hover{color:#66bb6a}.social-link svg{width:24px;height:24px}.copyright{font-size:.85rem;margin-bottom:.5rem}
