*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:#333;background-color:#fdfdfd}.container{max-width:1140px;margin:0 auto;padding:0 20px}a{text-decoration:none;color:inherit}.site-header{background:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgb(0 0 0 / .05);border-bottom:3px solid #f4c542}.nav-wrapper{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.6rem;font-weight:800;color:#2d3748;letter-spacing:-.5px}.logo span{color:#f4c542}.nav-links{display:flex;list-style:none;gap:1.8rem}.nav-links a{color:#4a5568;font-weight:500;font-size:.95rem;transition:color 0.3s}.nav-links a:hover{color:#f4c542}.mobile-menu{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2d3748}.hero{background:linear-gradient(135deg,#f6f8fc 0%,#eef2f7 100%);padding:4rem 0;text-align:center}.hero-greeting{font-size:1.1rem;color:#667eea;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.hero h1{font-size:2.6rem;margin-bottom:1.2rem;color:#1a202c;line-height:1.2;max-width:800px;margin-left:auto;margin-right:auto}.hero p{font-size:1.15rem;margin-bottom:2rem;max-width:650px;margin-left:auto;margin-right:auto;color:#4a5568}.cta-button{display:inline-block;background:#2d3748;color:#fff;padding:.9rem 2.2rem;border-radius:6px;font-weight:600;transition:all 0.3s;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.cta-button:hover{background:#f4c542;color:#1a202c;transform:translateY(-2px)}.categories{padding:4rem 0;background:#fff}.section-title{text-align:center;font-size:2rem;margin-bottom:.5rem;color:#1a202c}.section-subtitle{text-align:center;color:#718096;margin-bottom:2.5rem;font-size:1.05rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.category-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:left;transition:all 0.3s;border:1px solid #e2e8f0}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgb(0 0 0 / .05);border-color:#f4c542}.category-icon{font-size:2rem;margin-bottom:1rem}.category-card h3{color:#2d3748;margin-bottom:.5rem;font-size:1.2rem}.category-card p{color:#718096;font-size:.95rem}.featured{padding:4rem 0;background:#f8fafc}.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .04);transition:transform 0.3s;border:1px solid #e2e8f0}.post-card:hover{transform:translateY(-4px)}.post-content{padding:1.8rem}.post-category{color:#667eea;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:.6rem;letter-spacing:.5px}.post-card h3{margin-bottom:.8rem;color:#1a202c;font-size:1.25rem;line-height:1.3}.post-card p{color:#4a5568;margin-bottom:1.2rem;font-size:.95rem}.read-more{color:#2d3748;font-weight:600;font-size:.9rem;border-bottom:2px solid #f4c542;padding-bottom:2px;transition:color 0.3s}.read-more:hover{color:#667eea}.about{padding:4rem 0;background:#fff}.about-wrapper{display:flex;gap:3rem;align-items:center;max-width:900px;margin:0 auto}.about-image{flex-shrink:0;width:200px;height:200px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:4rem;border:5px solid #f4c542}.about-text h2{font-size:1.8rem;margin-bottom:1rem;color:#1a202c}.about-text p{color:#4a5568;margin-bottom:1rem;font-size:1.05rem}.about-signature{font-family:'Brush Script MT',cursive;font-size:1.8rem;color:#667eea;margin-top:.5rem}.newsletter{background:#2d3748;color:#fff;padding:3.5rem 0;text-align:center}.newsletter h2{font-size:1.8rem;margin-bottom:.8rem}.newsletter p{color:#cbd5e0;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.newsletter-form{max-width:450px;margin:0 auto;display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:220px;padding:.9rem 1.2rem;border:none;border-radius:6px;font-size:1rem}.newsletter-form button{background:#f4c542;color:#1a202c;border:none;padding:.9rem 1.8rem;border-radius:6px;font-weight:700;cursor:pointer;transition:background 0.3s}.newsletter-form button:hover{background:gold}.site-footer{background:#1a202c;color:#a0aec0;padding:3rem 0 1.5rem;font-size:.9rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#a0aec0;transition:color 0.3s}.footer-section a:hover{color:#f4c542}.footer-bottom{border-top:1px solid #2d3748;padding-top:1.5rem;text-align:center}.disclaimer{background:#2d3748;padding:1rem;border-radius:6px;margin-top:1rem;font-size:.8rem;line-height:1.5;color:#cbd5e0}@media (max-width:768px){.nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;padding:1.5rem;box-shadow:0 5px 10px rgb(0 0 0 / .1);gap:1rem}.nav-links.active{display:flex}.mobile-menu{display:block}.hero h1{font-size:2rem}.about-wrapper{flex-direction:column;text-align:center}}.about-page-hero{background:linear-gradient(135deg,#f6f8fc 0%,#eef2f7 100%);padding:4rem 0;text-align:center;border-bottom:3px solid #f4c542}.about-page-hero h1{font-size:2.4rem;color:#1a202c;margin-bottom:1rem}.lead-text{font-size:1.2rem;color:#4a5568;max-width:700px;margin:0 auto}.about-content-section{padding:3rem 0}.about-block{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.about-block h2{font-size:1.8rem;color:#2d3748;margin-bottom:1rem;border-bottom:2px solid #f4c542;padding-bottom:.5rem;display:inline-block}.about-block p{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:1rem}.mission-list{list-style:none;padding:0;margin:1.5rem 0}.mission-list li{background:#f8fafc;border-left:4px solid #f4c542;padding:1rem 1.5rem;margin-bottom:.8rem;border-radius:0 8px 8px 0;font-size:1.05rem;color:#2d3748}.disclaimer-box{background:#fff8e1;border:1px solid #ffe082;padding:1.5rem;border-radius:8px}.disclaimer-box h3{color:#d84315;margin-bottom:.5rem}.disclaimer-box p{font-size:0.95rem!important;color:#5d4037!important;margin-bottom:0!important}@media (max-width:768px){.about-page-hero h1{font-size:1.8rem}.lead-text{font-size:1rem}}.contact-hero{background:linear-gradient(135deg,#f6f8fc 0%,#eef2f7 100%);padding:4rem 0;text-align:center;border-bottom:3px solid #f4c542}.contact-hero h1{font-size:2.4rem;color:#1a202c;margin-bottom:1rem}.contact-content-section{padding:3rem 0}.contact-intro{max-width:800px;margin:0 auto 3rem auto;text-align:center;font-size:1.1rem;color:#4a5568;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #f4c542;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;transition:transform 0.3s,box-shadow 0.3s}.contact-info-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgb(0 0 0 / .05)}.contact-icon{font-size:1.8rem;margin-bottom:.5rem}.contact-info-card h3{font-size:1.2rem;color:#2d3748;margin-bottom:.5rem}.contact-info-card p{color:#718096;font-size:.95rem;margin-bottom:1rem}.contact-link{color:#667eea;font-weight:600;text-decoration:none;border-bottom:2px solid #fff0;transition:border-color 0.3s}.contact-link:hover{border-bottom-color:#667eea}.social-links{display:flex;gap:1rem}.social-btn{background:#f8fafc;color:#2d3748;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background 0.3s}.social-btn:hover{background:#f4c542}.contact-form-wrapper{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.contact-form-wrapper h2{font-size:1.6rem;color:#1a202c;margin-bottom:.5rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.4rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #cbd5e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color 0.3s,box-shadow 0.3s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgb(102 126 234 / .2)}.submit-btn{background:#2d3748;color:#fff;border:none;padding:.9rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.3s,transform 0.2s;width:100%}.submit-btn:hover{background:#f4c542;color:#1a202c;transform:translateY(-2px)}.form-privacy-note{text-align:center;font-size:.85rem;color:#718096;margin-top:1rem;margin-bottom:0!important}.contact-faq{max-width:800px;margin:4rem auto 0 auto;background:#fff;padding:2rem;border-radius:12px;border:1px dashed #cbd5e0;text-align:center}.contact-faq h2{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem}.contact-faq>p{color:#718096;margin-bottom:1.5rem}.faq-list{list-style:none;padding:0;text-align:left}.faq-list li{padding:.8rem 0;border-bottom:1px solid #f1f5f9;color:#4a5568;font-size:.95rem}.faq-list li:last-child{border-bottom:none}.faq-list a{color:#667eea;font-weight:600;text-decoration:none}.faq-list a:hover{text-decoration:underline}@media (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-hero h1{font-size:1.8rem}}.legal-page-hero{background:linear-gradient(135deg,#f6f8fc 0%,#eef2f7 100%);padding:3rem 0;text-align:center;border-bottom:3px solid #f4c542}.legal-page-hero h1{font-size:2.4rem;color:#1a202c;margin-bottom:1rem}.legal-page-hero .lead-text{font-size:1.15rem;color:#4a5568;max-width:700px;margin:0 auto 1rem auto}.effective-date{font-size:.9rem;color:#718096;margin-top:1rem}.legal-content-section{padding:3rem 0}.legal-block{max-width:800px;margin:0 auto 2.5rem auto}.legal-block h2{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;border-bottom:2px solid #f4c542;padding-bottom:.5rem;display:inline-block}.legal-block h3{font-size:1.15rem;color:#4a5568;margin-top:1.5rem;margin-bottom:.5rem}.legal-block p{font-size:1.02rem;line-height:1.8;color:#4a5568;margin-bottom:1rem}.legal-block ul{margin:1rem 0 1.5rem 1.5rem;color:#4a5568}.legal-block ul li{margin-bottom:.6rem;line-height:1.6}.legal-block a{color:#667eea;font-weight:600;text-decoration:none;border-bottom:1px dashed #667eea}.legal-block a:hover{color:#f4c542;border-bottom-color:#f4c542}@media (max-width:768px){.legal-page-hero h1{font-size:1.8rem}.legal-block h2{font-size:1.3rem}}