*{box-sizing:border-box;margin:0;padding:0}:root{--sage-green:#a8b399;--rust-orange:#c85a28;--navy-blue:#1a1f2e;--text-dark:#2c3e50;--text-light:#fff;--text-muted:#6c757d;--border-color:#e0e0e0;--background-light:#f8f9fa}body{color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.navbar{padding:1rem 0}.navbar .container{justify-content:space-between}.logo,.navbar .container{align-items:center;display:flex}.logo{font-size:1.1rem;font-weight:600;gap:.5rem}.logo,.logo svg{color:var(--text-dark)}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--rust-orange)}.client-portal-btn{background:var(--rust-orange);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;line-height:1;padding:.6rem 1.5rem;text-decoration:none;transition:background .3s}.client-portal-btn:hover{background:#b54d1f;color:#fff}.hero{background:var(--sage-green);padding:4rem 0}.hero-grid{align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero-content h1{color:#fff;font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.hero-content p{color:#fff;font-size:1.05rem;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem}.btn-primary{background:var(--rust-orange);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2rem;transition:background .3s}.btn-primary:hover{background:#b54d1f}.btn-secondary{background:transparent;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2rem;transition:all .3s}.btn-secondary:hover{background:#fff;color:var(--sage-green)}.hero-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:2rem}.hero-card h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:1.5rem}.feature{display:flex;gap:1rem;margin-bottom:1.5rem}.feature:last-child{margin-bottom:0}.feature-icon{align-items:center;color:var(--text-dark);display:flex;flex-shrink:0;justify-content:center}.feature-icon svg{height:24px;width:24px}.feature-content h4{color:var(--text-dark);font-size:1.1rem;margin-bottom:.25rem}.feature-content p{color:var(--text-muted);font-size:.95rem}.about{background:#fff;padding:3.5rem 0 2rem}.about-grid{align-items:start;display:grid;gap:3rem;grid-template-columns:400px 1fr}.about-image img{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);width:100%}.about-content h2{color:var(--text-dark);font-size:2rem;margin-bottom:1.5rem}.about-content p{color:var(--text-muted);font-size:1.05rem;margin-bottom:1.25rem}.professional-background{border-top:1px solid var(--border-color);margin-top:2.5rem;padding-top:2rem}.professional-background h3{color:var(--text-dark);font-size:1.3rem;margin-bottom:1.25rem}.profile-mini{align-items:center;display:flex;gap:1rem}.profile-avatar{border-radius:50%;height:60px;object-fit:cover;width:60px}.profile-mini h4{color:var(--text-dark);font-size:1.1rem;margin-bottom:.25rem}.profile-mini p{color:var(--text-muted);font-size:.95rem;margin:0}.services{background:var(--background-light);padding:4rem 0;text-align:center}.services h2{color:var(--text-dark);font-size:2rem;margin-bottom:1rem}.services-subtitle{color:var(--text-muted);font-size:1.05rem;margin:0 auto;max-width:800px}.resources{background:#fff;padding:2rem 0 3.5rem;text-align:center}.resources-header{align-items:center;display:flex;justify-content:space-between}.resources h2{color:var(--text-dark);font-size:2rem;margin-bottom:.5rem}.resources p{color:var(--text-muted);font-size:1.05rem}.resources-search-form,.search-form{display:flex;gap:.5rem;margin:0 auto;max-width:500px}.resources-search-form{margin:2rem auto 1.5rem}.resources-search-form input,.search-form input{border-radius:4px;flex:1;font-size:1rem;padding:.75rem 1rem}.resources-search-form input{border:2px solid #e0e0e0;transition:border-color .3s}.resources-search-form input:focus{border-color:var(--rust-orange);outline:none}.resources-search-form button,.search-form button[type=submit]{background:var(--rust-orange);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:background .3s}.resources-search-form button:hover,.search-form button[type=submit]:hover{background:#b54d1f}.latest-post-container{margin:2rem auto;max-width:900px;text-align:left}.latest-post-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s,box-shadow .3s}.latest-post-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.latest-post-image{background:#f5f5f5;height:300px;overflow:hidden;width:100%}.latest-post-image img{height:100%;object-fit:cover;width:100%}.latest-post-content{padding:2rem}.latest-post-meta{align-items:center;color:var(--text-muted);display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.latest-post-category{background:var(--sage-green);border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.latest-post-date{align-items:center;display:flex;gap:.25rem}.latest-post-title{color:var(--text-dark);font-size:1.75rem;line-height:1.3;margin-bottom:1rem}.latest-post-title a{color:var(--text-dark);text-decoration:none;transition:color .3s}.latest-post-title a:hover{color:var(--rust-orange)}.latest-post-excerpt{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.latest-post-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;padding-top:1rem}.latest-post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.latest-post-tag{color:var(--rust-orange);font-size:.85rem;text-decoration:none;transition:opacity .3s}.latest-post-tag:hover{opacity:.7}.latest-post-read-more{align-items:center;color:var(--rust-orange);display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:gap .3s}.latest-post-read-more:hover{gap:.75rem}.latest-post-container .loading{color:var(--text-muted);padding:3rem;text-align:center}.view-all{color:var(--rust-orange);display:inline-block;font-weight:600;margin-top:1rem;text-decoration:none;white-space:nowrap}.view-all:hover{text-decoration:underline}.featured-articles-container{background:#f8f9fa;border-radius:8px;margin-top:2.5rem;padding:2rem}.featured-articles-title{border-bottom:2px solid var(--sage-green);color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.featured-articles-list{display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.featured-article-item{border-bottom:1px solid #e0e0e0;padding-bottom:.75rem}.featured-article-item:last-child{border-bottom:none;padding-bottom:0}.featured-article-link{align-items:center;display:flex;gap:.75rem;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.featured-article-link:hover{transform:translateX(4px)}.featured-article-category{background:var(--sage-green);border-radius:4px;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.featured-article-title{color:var(--text-dark);font-weight:500;line-height:1.4;transition:color .3s ease}.featured-article-link:hover .featured-article-title{color:var(--rust-orange)}.contact{background:var(--background-light);padding:3.5rem 0}.contact-left h2{color:var(--text-dark);font-size:2rem;margin-bottom:1rem}.contact-subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:2.5rem}.contact-grid{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.contact-info,.contact-left{display:flex;flex-direction:column}.contact-info{gap:1.75rem;margin-bottom:2.5rem}.info-item{align-items:flex-start;display:flex;gap:1rem}.info-icon{color:var(--text-dark);flex-shrink:0;margin-top:2px}.info-icon svg{height:20px;width:20px}.info-item h4{color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.25rem}.info-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5;margin:0}.social-links{display:flex;gap:.75rem;margin-top:auto}.social-links a{align-items:center;border:1px solid #d0d0d0;border-radius:50%;color:var(--text-dark);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s;width:40px}.social-links a svg{height:16px;width:16px}.social-links a:hover{background:var(--rust-orange);border-color:var(--rust-orange);color:#fff}.social-links a:hover svg{fill:#fff}.contact-form-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:2.5rem}.contact-form-wrapper h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:1.5rem}.form-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-dark);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:.95rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--rust-orange);outline:none}.form-checkbox{align-items:start;display:flex;gap:.5rem;margin-bottom:1.5rem}.form-checkbox input{margin-top:.25rem}.form-checkbox label{color:var(--text-muted);font-size:.9rem}.form-checkbox a{color:var(--rust-orange)}.btn-submit{background:var(--rust-orange);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .3s;width:100%}.btn-submit:hover{background:#b54d1f}footer{background:var(--navy-blue);color:#fff;padding:3rem 0 1.5rem}.footer-grid{display:grid;gap:3rem;grid-template-columns:1.5fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-logo{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.footer-logo svg{color:#fff}.footer-about p{color:hsla(0,0%,100%,.7);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;border:1px solid hsla(0,0%,100%,.3);border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .3s;width:36px}.footer-social a:hover{background:var(--rust-orange);border-color:var(--rust-orange)}.footer-links h4{font-size:1.1rem;margin-bottom:1.25rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-newsletter h4{font-size:1.1rem;margin-bottom:1rem}.footer-newsletter p{color:hsla(0,0%,100%,.7);font-size:.95rem;margin-bottom:1.25rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-form input{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:4px;color:#fff;font-family:inherit;padding:.75rem}.newsletter-form input::placeholder{color:hsla(0,0%,100%,.5)}.newsletter-form button{background:var(--rust-orange);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem;transition:background .3s}.newsletter-form button:hover{background:#b54d1f}.footer-bottom{align-items:center;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:hsla(0,0%,100%,.7);font-size:.9rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:hsla(0,0%,100%,.7);font-size:.9rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#fff}@media (max-width:1024px){.about-grid,.contact-grid,.hero-grid{grid-template-columns:1fr}.contact-grid{gap:3rem}.footer-grid{grid-template-columns:1fr 1fr}.resources-header{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:768px){.nav-links,.navbar .container{flex-direction:column;gap:1rem}.hero-content h1{font-size:2rem}.footer-grid,.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:.5rem}.footer-bottom-links,.resources-search-form,.search-form{flex-direction:column}.resources-search-form button,.search-form button{width:100%}.latest-post-image{height:200px}.featured-articles-container{margin-top:2rem;padding:1.5rem}.featured-articles-title{font-size:1.1rem}.featured-article-link{align-items:flex-start;flex-direction:column;gap:.5rem}.featured-article-category{font-size:.7rem}.latest-post-content{padding:1.5rem}.latest-post-title{font-size:1.5rem}.latest-post-footer{align-items:flex-start;flex-direction:column;gap:1rem}.latest-post-read-more{align-self:flex-start}}